/* Portclean - Sheffield cleaning */

:root {
  --navy: #3d0894;
  --navy-2: #5310c0;
  --navy-rgb: 61, 8, 148;
  --ice-rgb: 236, 230, 248;
  --ink: #1b1229;
  --muted: #56486a;
  --ice: #ece6f8;
  --sky: #c9b4f2;
  --plum: #6e2ad8;
  --paper: #f6f3fb;
  --white: #ffffff;
  --mark: #e8c547;
  --wa: #1c6848;
  --err: #8b2a2a;
  --ok: #1c6848;
  --display: "Syne", sans-serif;
  --hero: "Inter", system-ui, sans-serif;
  --text: "Manrope", sans-serif;
  --wrap: min(1180px, calc(100% - 2 * clamp(1.15rem, 4.5vw, 4.25rem)));
  --header-h: 6.15rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 0.5rem);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--text);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 0.7em;
}

h1 { font-size: clamp(2.05rem, 4.4vw, 3.5rem); overflow-wrap: break-word; }
h2 { font-size: clamp(1.85rem, 4vw, 3.05rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: var(--wrap); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--mark);
  color: var(--navy);
  padding: 0.5rem 0.9rem;
  z-index: 100;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--plum);
  margin: 0 0 0.7rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 2px solid var(--mark);
  padding-bottom: 0.1rem;
}
.text-link::after { content: "\2192"; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 0.65rem 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn svg { flex-shrink: 0; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible,
.header-phone:focus-visible {
  outline: 2px solid var(--mark);
  outline-offset: 3px;
}
.btn-lg { padding: 0.9rem 1.25rem; font-size: 1rem; }
.btn-call { background: var(--mark); color: var(--navy); }
.btn-call:hover { background: #f0d56a; }
.btn-whatsapp { background: var(--wa); color: var(--white); }
.btn-whatsapp:hover { background: #15553a; }
.btn-ghost {
  background: transparent;
  color: var(--ice);
  border-color: rgba(var(--ice-rgb), 0.45);
}
.btn-ghost:hover { background: rgba(var(--ice-rgb), 0.1); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(var(--ice-rgb), 0.12);
}
.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(var(--navy-rgb), 0.28);
}
.header-inner {
  width: min(1280px, calc(100% - 2 * clamp(0.9rem, 3vw, 2.5rem)));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0.45rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--white);
  flex-shrink: 0;
}
.logo-img {
  height: 5.15rem;
  width: auto;
  max-width: 8.1rem;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.logo-word {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}
.logo-word span { color: var(--sky); }

.site-nav {
  margin-left: auto;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.15rem;
}
.site-nav a {
  display: block;
  text-decoration: none;
  color: var(--ice);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  position: relative;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--mark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.header-phone {
  color: var(--ice);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 0 0.4rem;
}
.header-actions .btn { padding: 0.5rem 0.8rem; position: relative; }

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 1px solid rgba(var(--ice-rgb), 0.3);
  color: var(--white);
  cursor: pointer;
  padding: 0;
  position: relative;
}
.nav-toggle span {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  height: 1.5px;
  background: var(--ice);
  transition: transform 0.2s var(--ease), top 0.2s;
}
.nav-toggle span:first-child { top: 0.95rem; }
.nav-toggle span:last-child { top: 1.4rem; }
.nav-toggle[aria-expanded="true"] span:first-child { top: 1.18rem; transform: rotate(40deg); }
.nav-toggle[aria-expanded="true"] span:last-child { top: 1.18rem; transform: rotate(-40deg); }

/* Media hover */
.media-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.media-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}
.media-hover:hover img,
.media-hover:focus-visible img { transform: scale(1.045); }
.media-hover::before,
.media-hover::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid var(--mark);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.25s, transform 0.25s var(--ease);
  pointer-events: none;
}
.media-hover::before {
  top: 0.7rem;
  left: 0.7rem;
  border-right: 0;
  border-bottom: 0;
  transform: translate(-4px, -4px);
}
.media-hover::after {
  bottom: 0.7rem;
  right: 0.7rem;
  border-left: 0;
  border-top: 0;
  transform: translate(4px, 4px);
}
.media-hover:hover::before,
.media-hover:hover::after,
.media-hover:focus-visible::before,
.media-hover:focus-visible::after {
  opacity: 1;
  transform: none;
}
.media-hover:focus-visible {
  outline: 2px solid var(--mark);
  outline-offset: 3px;
}

/* Hero */
.hero {
  background: var(--navy);
  color: var(--white);
  display: grid;
  overflow: hidden;
}
.hero-copy {
  padding: clamp(2rem, 6vw, 5.5rem) clamp(1.2rem, 5vw, 4.5rem) 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
  min-width: 0;
}
.hero .kicker { color: var(--mark); }
.hero h1 {
  color: var(--white);
  font-family: var(--hero);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  text-transform: uppercase;
  margin-bottom: 0.18em;
  font-synthesis: none;
}
.hero h2 {
  color: var(--ice);
  font-family: var(--hero);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.5vw, 1.85rem);
  line-height: 1.18;
  margin-bottom: 0.85em;
  font-synthesis: none;
}
.hero .lead {
  font-size: 1.08rem;
  color: var(--ice);
  max-width: 36rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.4rem;
}
.hero-visual {
  margin: 0;
  position: relative;
  min-height: 52vh;
  overflow: hidden;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 52vh;
}
.hero-visual figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(var(--navy-rgb), 0.72);
  color: var(--ice);
  padding: 0.4rem 0.7rem;
}

/* Trust */
.trust {
  background: var(--ice);
  color: var(--navy);
}
.trust-inner {
  width: var(--wrap);
  margin-inline: auto;
  display: grid;
  gap: 0.85rem 2rem;
  padding: 1.1rem 0;
  font-weight: 700;
  font-size: 0.95rem;
}
.trust p { margin: 0; display: flex; align-items: center; gap: 0.65rem; }
.tick {
  width: 0.7rem;
  height: 0.7rem;
  background: var(--mark);
  flex-shrink: 0;
}

/* Snapshot */
.snapshot {
  padding: 3.5rem 0 4rem;
  background: var(--paper);
}
.section-head { margin-bottom: 1.8rem; }
.section-head h2 { margin-bottom: 0.4em; }
.section-head p { color: var(--muted); max-width: 38rem; }
.section-head a { color: var(--navy); font-weight: 700; }

.snap-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr;
}
.snap-item,
.snap-pair {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--white);
  overflow: hidden;
  aspect-ratio: 1;
  min-height: 0;
}
.snap-item > img,
.snap-pair .snap-imgs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.snap-pair .snap-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  object-fit: unset;
}
.snap-pair .snap-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.snap-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.2rem 0.9rem 0.85rem;
  background: linear-gradient(transparent, rgba(var(--navy-rgb), 0.88));
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.05rem;
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  z-index: 1;
}
.snap-label i {
  font-style: normal;
  color: var(--mark);
  font-size: 0.78rem;
}

.teaser {
  padding: 2.4rem 0 3.2rem;
  background: var(--paper);
}
.teaser .wrap {
  display: grid;
  gap: 0.5rem;
}
.teaser-line {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 28rem;
  margin: 0;
}

/* About */
.about {
  padding: 4.5rem 0 5rem;
  background: var(--white);
}
.about-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.about-visual { margin: 0; }
.about-visual img { aspect-ratio: 7 / 5; object-fit: cover; }
.about-visual figcaption,
.service-media figcaption {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.45rem;
  letter-spacing: 0.02em;
}
.about-copy .btn { margin-top: 0.6rem; }

/* Services */
.services {
  padding: 2rem 0 4rem;
  background: var(--navy);
  color: var(--white);
}
.services .section-head { color: var(--white); }
.services .section-head p { color: var(--ice); }
.insured-note {
  display: inline-block;
  border-left: 3px solid var(--mark);
  padding: 0.4rem 0 0.4rem 0.9rem;
  color: var(--ice);
  max-width: 36rem;
}
.service {
  width: var(--wrap);
  margin: 0 auto 3.2rem;
  display: grid;
  gap: 1.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(var(--ice-rgb), 0.12);
}
.service:last-child { margin-bottom: 0; border-bottom: 0; }
.num {
  font-family: var(--display);
  color: var(--mark);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  margin: 0 0 0.4rem;
}
.service-copy p { color: var(--ice); }
.service-copy .text-link { color: var(--white); }
.service-media { margin: 0; }
.service-media img { aspect-ratio: 16 / 11; object-fit: cover; width: 100%; }
.service-media.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.service-media.pair img { aspect-ratio: 4 / 5; }
.service-media figcaption { color: rgba(var(--ice-rgb), 0.75); }
#service-carpet .service-media img {
  aspect-ratio: 4 / 5;
  max-height: 38rem;
  object-position: center 65%;
}
#service-window .service-media img {
  aspect-ratio: 3 / 4;
  max-height: 38rem;
  object-position: center 42%;
}
#service-party .service-media.pair img {
  aspect-ratio: 16 / 11;
}

/* Portfolio */
.portfolio {
  padding: 4.2rem 0 4.8rem;
  background: var(--paper);
  overflow: hidden;
}
.gallery-scroll {
  overflow: hidden;
  container-type: inline-size;
}
.gallery-track {
  display: flex;
  width: max-content;
  animation: portfolio-marquee 72s linear infinite;
  will-change: transform;
}
.gallery-set {
  display: flex;
  gap: 0.65rem;
  margin-right: 0.65rem;
  flex: 0 0 auto;
}
.gallery-set figure {
  margin: 0;
  flex: 0 0 calc((100cqi - 1.3rem) / 3);
  width: calc((100cqi - 1.3rem) / 3);
}
.gallery-set img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-scroll:hover .gallery-track,
.gallery-scroll:focus-within .gallery-track {
  animation-play-state: paused;
}
.gallery-scroll.is-static .gallery-track {
  animation: none;
  width: 100%;
  will-change: auto;
}
.gallery-scroll.is-static .gallery-set {
  width: 100%;
  margin-right: 0;
  justify-content: center;
}
.gallery-scroll.is-static .gallery-set figure {
  flex: 0 1 min(26rem, 100%);
  width: min(26rem, 100%);
}
@keyframes portfolio-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.band-cta {
  background: var(--mark);
  color: var(--navy);
  padding: 3.2rem 0;
}
.band-cta h2 { margin-bottom: 0.4em; }
.band-cta .btn-ghost { color: var(--navy); border-color: var(--navy); }
.band-cta .btn-ghost:hover { background: rgba(var(--navy-rgb), 0.08); }

/* Contact */
.contact { background: var(--white); padding: 4.2rem 0; }
.contact-grid {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.contact-panel {
  background: var(--navy);
  color: var(--white);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.contact-panel .kicker { color: var(--mark); }
.contact-panel h2 { color: var(--white); }
.contact-panel p { color: var(--ice); }
.contact-dl { margin: 0.6rem 0 0; width: 100%; }
.contact-dl div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(var(--ice-rgb), 0.15);
}
.contact-dl dt { color: var(--sky); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-dl dd { margin: 0; }
.contact-dl a { color: var(--ice); }
.aside-note { font-size: 0.9rem; margin-top: auto; }

.contact-right {
  display: grid;
  gap: 1.2rem;
}

.enquiry {
  background: var(--paper);
  padding: clamp(1.4rem, 3.5vw, 2.1rem);
  border: 1px solid rgba(var(--navy-rgb), 0.08);
}
.enquiry h2 { margin-bottom: 0.55em; }
.enquiry-form {
  display: grid;
  gap: 0.85rem;
  position: relative;
}
.enquiry-row {
  display: grid;
  gap: 0.85rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  min-width: 0;
}
.field label {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.req { color: var(--plum); }
.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(var(--navy-rgb), 0.22);
  background: var(--white);
  color: var(--ink);
  padding: 0.72rem 0.8rem;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
.field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 10px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.field textarea { min-height: 7.2rem; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--plum);
  outline-offset: 2px;
  border-color: var(--plum);
}
.field input::placeholder,
.field textarea::placeholder { color: #8a7c9c; }
.form-note {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0;
}
.form-note a { color: var(--navy); font-weight: 700; }
.enquiry-form .btn { justify-self: start; border: 0; }
.form-status {
  margin: 0 0 0.4rem;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  font-size: 0.95rem;
}
.form-status.is-ok {
  background: rgba(28, 104, 72, 0.12);
  color: var(--ok);
}
.form-status.is-err {
  background: rgba(139, 42, 42, 0.1);
  color: var(--err);
}
.form-status a { color: inherit; font-weight: 700; }
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.map-wrap {
  min-height: 210px;
  height: 210px;
  background: var(--navy-2);
  position: relative;
  overflow: hidden;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 0;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: var(--ice);
  padding: 2.6rem 0 6.5rem;
}
.footer-inner {
  width: var(--wrap);
  margin-inline: auto;
  display: grid;
  gap: 1.6rem;
}
.footer-word {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  color: var(--white);
  margin: 0 0 0.35rem;
}
.footer-word span { color: var(--sky); }
.footer-nav, .footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
}
.footer-nav a, .footer-contact a {
  color: var(--ice);
  text-decoration: none;
  font-size: 0.92rem;
}
.footer-nav a:hover, .footer-contact a:hover { color: var(--mark); }
.footer-note {
  width: var(--wrap);
  margin: 1.6rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--ice-rgb), 0.12);
  font-size: 0.82rem;
  color: rgba(var(--ice-rgb), 0.7);
}

.dock {
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 35;
  display: flex;
  box-shadow: 0 10px 30px rgba(var(--navy-rgb), 0.28);
}
.dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.05rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}
.dock-call { background: var(--mark); color: var(--navy); }
.dock-wa { background: var(--wa); color: var(--white); }

/* Legal */
.legal {
  background: var(--paper);
  padding: 3.5rem 0 5rem;
}
.legal-wrap {
  width: min(46rem, var(--wrap));
  margin-inline: auto;
  background: var(--white);
  padding: clamp(1.5rem, 4vw, 2.8rem);
}
.legal h1 { margin-bottom: 0.3em; }
.legal-updated { color: var(--muted); font-size: 0.9rem; }
.legal h2 {
  font-size: 1.28rem;
  margin-top: 1.8rem;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.legal ul { padding-left: 1.15rem; }
.legal a { color: var(--navy); font-weight: 700; }

/* Wide */
@media (min-width: 560px) and (max-width: 719px) {
  .snap-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 720px) {
  .trust-inner { grid-template-columns: repeat(3, 1fr); padding: 1.25rem 0; }
  .snap-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1.1fr 1.4fr 1fr; }
  .site-footer { padding-bottom: 2.6rem; }
}

@media (min-width: 980px) and (max-width: 1280px) {
  .header-phone { display: none; }
  .site-nav a { padding: 0.4rem 0.4rem; font-size: 0.72rem; }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: min(calc(100vh - var(--header-h)), 46rem);
    align-items: stretch;
  }
  .hero-copy {
    padding: 3.2rem 2.4rem 3.2rem clamp(2rem, 6vw, 5.5rem);
    max-width: none;
  }
  .hero-visual {
    position: relative;
    min-height: min(calc(100vh - var(--header-h)), 46rem);
    height: 100%;
  }
  .hero-visual img {
    position: absolute;
    inset: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
  }
  .about-layout {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 3.5rem;
    align-items: center;
  }
  .about-visual { margin-left: 0; }
  .service {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.4rem;
    align-items: center;
  }
  .service.flip { grid-template-columns: 1.15fr 0.85fr; }
  .service.flip .service-copy { order: 2; }
  .contact-grid { grid-template-columns: 0.9fr 1.1fr; gap: 1.2rem; align-items: start; }
  .map-wrap {
    height: 210px;
    min-height: 210px;
  }
  .map-wrap iframe {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
  }
  .snap-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 979px) {
  :root { --header-h: 5.4rem; }
  .logo-img { height: 4.4rem; max-width: 7rem; }
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: var(--navy-2);
    padding: 0.6rem 1rem 1.2rem;
    display: none;
    margin: 0;
    border-bottom: 1px solid rgba(var(--ice-rgb), 0.12);
    z-index: 41;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav a { font-size: 1rem; padding: 0.7rem 0.2rem; }
  .nav-toggle { display: block; }
  .header-phone { display: none; }
  .header-actions .btn { padding: 0.5rem 0.62rem; }
}

@media (max-width: 599px) {
  .enquiry-row { grid-template-columns: 1fr; }
  .enquiry-form input,
  .enquiry-form select,
  .enquiry-form textarea { width: 100%; }
}

@media (min-width: 600px) {
  .enquiry-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --header-h: 4.9rem; }
  .logo-img { height: 3.95rem; max-width: 6.25rem; }
  .logo-word { display: none; }
  .header-actions .btn-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .header-actions .btn { width: 2.5rem; height: 2.5rem; padding: 0; }
}

@media (min-width: 980px) {
  .dock { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .media-hover img,
  .btn,
  .site-nav a::after { transition: none; }
  .gallery-track { animation: none; will-change: auto; width: 100%; }
  .gallery-set[aria-hidden="true"] { display: none; }
  .gallery-set {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-right: 0;
  }
  .gallery-set figure {
    width: auto;
    flex: unset;
  }
  .gallery-scroll.is-static .gallery-set {
    display: flex;
    justify-content: center;
  }
  .gallery-scroll.is-static .gallery-set figure {
    flex: 0 1 min(26rem, 100%);
    width: min(26rem, 100%);
  }
}
