/* ==========================================================================
   Verso Concept Production Ltd — versoprod.com
   Brand system from the 2025 company profile:
   strict black & white, Montserrat, hexagon + diagonal motifs.
   The chrome stays monochrome; the event photography carries the colour.
   ========================================================================== */

:root {
  --ink: #0b0b0c;          /* brand black */
  --ink-soft: #1a1a1c;
  --paper: #f2f1ee;        /* brand light grey (profile background) */
  --white: #ffffff;
  --muted: #66666a;
  --muted-light: #a5a5aa;
  --line: rgba(11, 11, 12, 0.16);
  --line-light: rgba(255, 255, 255, 0.22);
  --font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
[v-cloak] { display: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- Type scale ---------- */
h1, h2, h3 { font-weight: 800; line-height: 1.04; letter-spacing: -0.015em; }

h1 {
  font-size: clamp(2.6rem, 7.5vw, 5.4rem);
  font-weight: 900;
  text-transform: uppercase;
}
h1 span { font-weight: 400; }

h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  text-transform: uppercase;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}
.btn-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-light:hover { background: transparent; color: var(--white); }
.btn-ghost { color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px var(--gutter);
  color: var(--white);
  transition: background 0.35s var(--ease), padding 0.35s var(--ease);
}
.site-header.is-solid { background: var(--ink); padding-block: 8px; box-shadow: 0 1px 0 var(--line-light); }
/* Two-layer logo: the VERSO mark renders solid white on dark surfaces,
   while the "Prod" script overlay stays black, sitting on the white letters. */
.contact-mark { filter: brightness(0) invert(1); }
.logo-stack { position: relative; display: block; width: 108px; }
.logo-stack img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.logo-stack .logo-prod { position: absolute; inset: 0; filter: brightness(0); z-index: 2; }
.logo-stack::after {
  /* white plate behind the "Prod" script so it stays readable off the letters
     (script bounding box measured inside the 500x254 logo canvas) */
  content: "";
  position: absolute;
  left: 66.8%;
  top: 67.6%;
  width: 29.8%;
  height: 33%;
  background: var(--white);
  z-index: 1;
}
.main-nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.main-nav a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.main-nav a:hover { opacity: 1; }
.main-nav a[aria-current="page"] {
  opacity: 1;
  border-bottom: 2px solid var(--white);
  padding-bottom: 3px;
}
.main-nav .nav-cta {
  border: 1px solid var(--white);
  padding: 9px 16px;
  opacity: 1;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}
.main-nav .nav-cta:hover { background: var(--white); color: var(--ink); }
.header-phone {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
}
.menu-toggle { display: none; }

/* ---------- Split hero (home) ---------- */
.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  min-height: 100svh;
  background: var(--ink);
  color: var(--white);
}
.split-hero-panel {
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 16vh, 170px) clamp(24px, 5vw, 72px) clamp(48px, 8vh, 84px);
}
.split-hero-content { max-width: 560px; }
.split-hero h1 { margin-bottom: 0; }
.split-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.split-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-hero-media::after {
  /* diagonal brand cut along the panel edge */
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 64px;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hero-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 22px;
}
.hero-sub {
  max-width: 480px;
  margin: 24px 0 34px;
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  color: rgba(255, 255, 255, 0.84);
}
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero-link {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid var(--line-light);
  padding-bottom: 4px;
  transition: border-color 0.25s var(--ease);
}
.hero-link:hover { border-color: var(--white); }

/* ---------- Index rows (services, from the brochure's index page) ---------- */
.index-rows { border-top: 1px solid var(--line); }
.index-rows li { border-bottom: 1px solid var(--line); }
.index-rows a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  padding: clamp(22px, 3.5vw, 36px) clamp(8px, 1.5vw, 18px);
  text-decoration: none;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.index-rows i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 58px;
  font-style: normal;
  font-weight: 800;
  font-size: 1.1rem;
  background: var(--ink);
  color: var(--white);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.row-body strong {
  display: block;
  font-size: clamp(1.2rem, 2.6vw, 1.9rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.row-body small {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.row-arrow {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  transition: transform 0.3s var(--ease);
}
.index-rows a:hover { background: var(--ink); color: var(--white); }
.index-rows a:hover i { background: var(--white); color: var(--ink); }
.index-rows a:hover .row-body small { color: var(--muted-light); }
.index-rows a:hover .row-arrow { transform: translateX(8px); }

/* ---------- Work filmstrip ---------- */
.filmstrip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 0 var(--gutter) 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--ink) transparent;
}
.filmstrip a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  overflow: hidden;
}
.filmstrip img {
  height: clamp(240px, 38vh, 380px);
  width: auto;
  filter: grayscale(1);
  transition: filter 0.5s var(--ease);
}
.filmstrip a:hover img,
.filmstrip a:focus-visible img { filter: grayscale(0); }

/* ---------- Contact band (home) ---------- */
.contact-band {
  background: var(--ink);
  color: var(--white);
  padding: clamp(64px, 10vw, 120px) 0;
}
.contact-band-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
}
.contact-band h2::after { display: none; }
.contact-band-info { text-align: right; }
.contact-band-info p { margin-bottom: 8px; }
.contact-band-info p a {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 700;
  text-decoration: none;
}
.contact-band-info p a:hover { text-decoration: underline; }
.contact-band-info .btn { margin-top: 22px; }

/* ---------- Sections ---------- */
.section { padding: clamp(72px, 10vw, 130px) 0; background: var(--white); }
.section-paper { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--white); }

.section-head {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  margin-bottom: clamp(40px, 6vw, 70px);
}
.section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 18px;
  background: currentColor;
}
.sec-no {
  /* Hexagon page-number chip, straight from the profile's index page */
  display: grid;
  place-items: center;
  width: 58px;
  height: 64px;
  flex: 0 0 auto;
  margin-bottom: 6px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.section-dark .sec-no { background: var(--white); color: var(--ink); }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.about-quote {
  border-left: 5px solid var(--ink);
  padding-left: 26px;
}
.about-quote p {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 600;
  line-height: 1.4;
}
.about-quote cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.about-copy p + p { margin-top: 16px; }
.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 40px);
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
/* ---------- Legal / prose pages ---------- */
.legal-prose { max-width: 760px; }
.legal-prose .legal-updated {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 34px;
}
.legal-prose h2 {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 38px 0 12px;
}
.legal-prose h2::after { display: none; }
.legal-prose p { margin-bottom: 14px; line-height: 1.7; }
.legal-prose ul { margin: 0 0 16px; padding-left: 22px; }
.legal-prose li { margin-bottom: 8px; line-height: 1.6; }
.legal-prose a { color: var(--ink); text-decoration: underline; }

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 200;
  max-width: 420px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px 24px;
  display: grid;
  gap: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.cookie-text { font-size: 0.82rem; line-height: 1.55; color: rgba(255, 255, 255, 0.85); }
.cookie-text a { color: var(--white); text-decoration: underline; }
.cookie-actions { display: flex; gap: 16px; align-items: center; }
.cookie-decline {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-decline:hover { color: var(--white); }
@media (max-width: 520px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

.form-legal {
  margin-top: 16px;
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--muted-light);
}
.form-legal a { color: inherit; text-decoration: underline; }

.fact-row li { display: grid; gap: 2px; }
.fact-row strong { font-size: 1.6rem; font-weight: 900; letter-spacing: -0.02em; }
.fact-row span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Expertise ---------- */
.service {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.service + .service { margin-top: clamp(56px, 8vw, 100px); }
.service-flip .service-media { order: 2; }
.service-media {
  position: relative;
  overflow: hidden;
}
.service-media::after {
  /* diagonal brand cut, echoing the profile's angled shapes */
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}
.service-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition: transform 0.8s var(--ease);
}
.service:hover .service-media img { transform: scale(1.035); }
.service-body h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.service-body h3 span { color: var(--muted-light); font-weight: 900; margin-right: 4px; }
.service-body > p { color: var(--muted); margin-bottom: 20px; }
.service-body ul { display: grid; gap: 10px; }
.service-body li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
}
.service-body li::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.7rem;
}

/* ---------- Showreel ---------- */
.reel {
  position: relative;
  border: 1px solid var(--line-light);
}
.reel video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }
.reel-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--ink);
  border-radius: 50%;
  transition: transform 0.3s var(--ease);
}
.reel-play:hover { transform: scale(1.08); }
.reel-caption {
  margin-top: 18px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-light);
}

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery li:nth-child(1) { grid-column: span 2; }
.gallery li:nth-child(6) { grid-column: span 2; }
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transition: filter 0.5s var(--ease), transform 0.7s var(--ease);
}
.gallery-item:hover img,
.gallery-item:focus-visible img { filter: grayscale(0); transform: scale(1.03); }
.gallery-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ---------- Values / Why ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: clamp(48px, 7vw, 84px);
}
.values li { border-top: 4px solid var(--ink); padding-top: 18px; }
.values i {
  /* hexagon number chips from the Core Values spread */
  display: grid;
  place-items: center;
  width: 40px;
  height: 44px;
  margin-bottom: 14px;
  background: var(--ink);
  color: var(--white);
  font-style: normal;
  font-weight: 800;
  font-size: 0.8rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.values h3 { font-size: 1rem; text-transform: uppercase; margin-bottom: 8px; }
.values p { font-size: 0.9rem; color: var(--muted); }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}
.why-col h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.why-col ul { display: grid; gap: 12px; }
.why-col li { position: relative; padding-left: 22px; font-size: 0.95rem; }
.why-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 11px;
  background: var(--ink);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* ---------- FAQ ---------- */
.faq { margin-top: clamp(48px, 7vw, 84px); max-width: 760px; }
.faq-title { font-size: 1.1rem; text-transform: uppercase; margin-bottom: 18px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  padding: 16px 34px 16px 2px;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  translate: 0 -50%;
  font-weight: 400;
  font-size: 1.3rem;
  transition: rotate 0.25s var(--ease);
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 2px 18px; color: var(--muted); font-size: 0.95rem; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}
.contact-lede {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 34px;
}
.contact-info dl { display: grid; gap: 18px; }
.contact-info dt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 2px;
}
.contact-info dd a { text-decoration: none; font-weight: 700; font-size: 1.05rem; }
.contact-info dd a:hover { text-decoration: underline; }
.contact-mark { margin-top: 42px; opacity: 0.9; width: 150px; }

.contact-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-light);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  font: inherit;
  font-size: 0.95rem;
  color: var(--white);
  background: var(--ink-soft);
  border: 1px solid var(--line-light);
  border-radius: 0;
  transition: border-color 0.2s;
}
.contact-form select { appearance: none; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--white);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.btn-submit { justify-self: start; }
.btn-submit:disabled { opacity: 0.55; cursor: wait; }
.form-note { font-size: 0.92rem; }
.form-note-error a { color: var(--white); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--muted-light);
  border-top: 1px solid var(--line-light);
  padding: 40px 0;
}
.footer-grid {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-grid .logo-stack-footer { width: 96px; }
.footer-grid nav { display: flex; gap: 20px; margin-inline: auto; }
.footer-grid nav a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-grid nav a:hover { color: var(--white); }
.footer-grid p { font-size: 0.8rem; text-align: right; }
.footer-grid p a { color: var(--white); text-decoration: none; border-bottom: 1px solid var(--line-light); }
.footer-grid p a:hover { border-bottom-color: var(--white); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(11, 11, 12, 0.94);
  display: grid;
  place-items: center;
  padding: 5vmin;
}
.lightbox figure { max-width: min(1100px, 92vw); }
.lightbox img {
  max-height: 78vh;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}
.lightbox figcaption {
  margin-top: 14px;
  text-align: center;
  color: var(--muted-light);
  font-size: 0.85rem;
}
.lb-close,
.lb-arrow {
  position: fixed;
  z-index: 101;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  padding: 12px;
  opacity: 0.8;
}
.lb-close:hover, .lb-arrow:hover { opacity: 1; }
.lb-close { top: 18px; right: 22px; font-size: 2.4rem; }
.lb-prev { left: 14px; top: 50%; translate: 0 -50%; }
.lb-next { right: 14px; top: 50%; translate: 0 -50%; }

/* ---------- Sub-page hero ---------- */
.page-hero {
  background: var(--ink);
  color: var(--white);
  padding: clamp(140px, 20vw, 200px) 0 clamp(48px, 7vw, 80px);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  /* faint oversized hexagon, echoing the profile's geometry */
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  translate: 0 -50%;
  width: 380px;
  height: 420px;
  background: var(--white);
  opacity: 0.05;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  pointer-events: none;
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-kicker {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 14px;
}
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.page-hero p.page-lede {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
}

.section-foot { margin-top: 34px; }
.section-foot .btn { color: var(--ink); }
.section-dark .section-foot .btn { color: var(--white); }

/* ---------- CTA strip (sub-pages): left text, right button ---------- */
.cta-strip {
  background: var(--ink);
  color: var(--white);
  padding: clamp(56px, 8vw, 96px) 0;
}
.cta-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.cta-strip h2 { margin-bottom: 0; }
.cta-strip h2::after { display: none; }

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .about-grid,
  .contact-grid,
  .why-grid { grid-template-columns: 1fr; }
  .service,
  .service-flip { grid-template-columns: 1fr; }
  .service-flip .service-media { order: 0; }
  .values { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery li:nth-child(1),
  .gallery li:nth-child(6) { grid-column: span 2; }
  .header-phone { display: none; }
  .split-hero { grid-template-columns: 1fr; min-height: 0; }
  .split-hero-panel { padding-top: 130px; }
  .split-hero-media { min-height: 0; width: 100%; aspect-ratio: 16 / 10; }
  .split-hero-media::after {
    inset: auto 0 auto 0;
    top: 0;
    width: auto;
    height: 46px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .contact-band-grid { grid-template-columns: 1fr; }
  .contact-band-info { text-align: left; }
}

@media (max-width: 760px) {
  .main-nav {
    position: fixed;
    inset: 0;
    background: var(--ink);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease);
  }
  .main-nav.is-open { transform: none; }
  .main-nav a { font-size: 1.05rem; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    margin-left: auto;
    z-index: 61;
    padding: 8px;
  }
  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: transform 0.3s var(--ease), opacity 0.2s;
  }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .brand { z-index: 61; }

  .values { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery li:nth-child(1),
  .gallery li:nth-child(6) { grid-column: auto; }
  .index-rows i { width: 40px; height: 44px; font-size: 0.9rem; }
  .row-arrow { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; text-align: center; }
  .footer-grid nav { margin-inline: 0; }
  .footer-grid p { text-align: center; }
}

@media (max-width: 480px) {
  /* three fact columns get too cramped on small phones */
  .fact-row { grid-template-columns: 1fr; }
}
