/* ============================================================
   CS DETAILING — monochrome editorial theme
   Inspired by: NeoVision (dark, grotesk) + GAZU (light, oversized)
   ============================================================ */

:root {
  --ink: #0b0b0c;
  --ink-2: #141416;
  --ink-3: #1c1c1f;
  --paper: #f4f2ee;
  --paper-2: #eae7e0;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(11, 11, 12, 0.14);
  --muted: #a5a5ad;
  --muted-dark: #6b6b70;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 999px;
  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 72px);
  --sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --exp: "Archivo Expanded", "Archivo", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; overflow-x: clip; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ---------- Shared bits ---------- */
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.28em;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow--dark { color: var(--muted-dark); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 15px 26px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--paper-2); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: var(--ink-3); }
.btn--ghost { background: transparent; color: var(--white); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--white); }
.btn--sm { padding: 11px 20px; font-size: 13px; }
.btn--block { width: 100%; justify-content: center; padding: 17px; }

/* ---------- Clean floating nav (transparent over hero) ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  --nav-raise: 58px;                 /* how far the whole nav row lifts over the hero */
  padding: clamp(52px, 5.6vw, 84px) 0;
  border-bottom: 1px solid transparent;
  transition: padding .4s ease, background .4s ease, border-color .4s ease, backdrop-filter .4s ease;
}
.nav.is-scrolled {
  --nav-raise: 0px;                  /* settle to centered once past the hero */
  padding: 13px 0;
  background: rgba(10, 10, 12, 0.72);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  backdrop-filter: blur(16px) saturate(1.3);
  border-bottom-color: rgba(255, 255, 255, 0.10);
}
.nav__inner {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;   /* brand · (centered links) · actions */
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  transform: translateY(calc(-1 * var(--nav-raise)));
  transition: transform .45s ease;
}
.brand__mark {
  font-family: var(--exp);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.02em;
  border: 2px solid currentColor;
  border-radius: 9px;
  padding: 3px 8px;
  line-height: 1;
}
.brand__word {
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 16px;
}
/* Links centered across the bar, independent of brand/actions width */
.nav__links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - var(--nav-raise)));
  display: flex;
  align-items: center;
  gap: clamp(40px, 4.2vw, 68px);
}
.nav__links a {
  position: relative;
  overflow: hidden;                 /* clips the smoke to the oval */
  font-size: 17px;
  font-weight: 500;
  color: #f0f0f3;
  opacity: 0.92;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: opacity .2s ease, color .2s ease,
    border-color .3s ease, background-color .3s ease;
}
.nav__links a:hover {
  opacity: 1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);   /* subtle hover outline */
}
/* Active (click + scroll-spy) — same oval, a touch stronger */
.nav__links a.is-active {
  opacity: 1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.07);
}

/* Glass-ripple WebGL canvas — injected into each pill, shown on hover */
/* Nav-link glass shader — fades in on hover (canvas in HTML, driven by inline script) */
.cta-shader[data-hover] {
  opacity: 0;
  transition: opacity .3s ease;
}
.nav__links a:hover .cta-shader,
.nav__cta:hover .cta-shader { opacity: 1; }
.nav__link-label { position: relative; z-index: 2; }

/* Hero: rings play transparent over the video (no fill).
   Scrolled bar: give the hover oval a semi-transparent header-style fill. */
.nav.is-scrolled .nav__links a:hover,
.nav.is-scrolled .nav__cta:hover {
  background-color: rgba(255, 255, 255, 0.09);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(calc(-1 * var(--nav-raise)));
  transition: transform .45s ease;
}
.nav__cta {
  position: relative;
  overflow: hidden;                 /* clips the smoke to the oval */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: border-color .3s ease, background-color .3s ease;
}
.nav__cta:hover { border-color: rgba(255, 255, 255, 0.35); }
/* Book Now shader canvas + text layer above it */
.cta-shader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  pointer-events: none;   /* purely decorative — never intercept clicks */
}
.nav__cta-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav__cta-arrow { transition: transform .2s ease; }
.nav__cta:hover .nav__cta-arrow { transform: translateX(3px); }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav__toggle span {
  width: 24px; height: 2px; background: var(--white);
  transition: transform .3s ease, opacity .2s ease;
}

/* ---------- Hero (scroll-scrubbed video) ---------- */
.hero {
  position: relative;
  height: 460vh;              /* scrub (2) + slow text exit hold (1.6) + slide-up (1) */
  background: #000;
}
.hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;      /* pin content to the bottom */
  background: #000;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  z-index: 0;
  filter: contrast(1.05) saturate(0.96);
  background: #000;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11,11,12,0.42) 0%, rgba(11,11,12,0) 20%),
    linear-gradient(0deg, rgba(11,11,12,0.85) 0%, rgba(11,11,12,0.26) 26%, rgba(11,11,12,0) 50%),
    linear-gradient(90deg, rgba(11,11,12,0.5) 0%, rgba(11,11,12,0) 34%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 var(--pad) clamp(24px, 3.4vw, 44px) clamp(16px, 2.4vw, 40px);
}
/* Hide until the per-char split is ready (JS only; no-JS shows plain text) */
.js .hero__content { visibility: hidden; }
.hero__content.is-ready { visibility: visible; }
.hero__word { display: inline-block; white-space: nowrap; }
.hero__char {
  display: inline-block;
  will-change: opacity, filter, transform;
}
.hero__welcome {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 10px;
  text-shadow: 0 4px 40px rgba(0,0,0,.6);
}
.hero__tagline {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #c6c6cd;
  max-width: 46ch;
  text-shadow: 0 2px 22px rgba(0,0,0,.6);
}

/* Reduced-motion / no-scrub fallback: static first frame */
.hero.hero--static { height: 100vh; }

/* ---------- Stats ---------- */
.stats { background: #000; border-block: 1px solid var(--line); position: relative; }
.stats__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 40px var(--pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
/* Magic-dust canvas overlays the bar; the real text is hidden while it runs */
.dust-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.stats.dust-on .stats__inner { opacity: 0; }
.stat { display: flex; flex-direction: column; gap: 6px; text-align: left; }
.stat + .stat { border-left: 1px solid var(--line); padding-left: 24px; }
.stat__num {
  font-family: var(--exp);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.02em;
  line-height: 1;
}
.stat__label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* ---------- Section scaffold ---------- */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 128px) var(--pad);
}
.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.section__title {
  font-family: var(--exp);
  font-weight: 900;
  font-size: clamp(34px, 5.4vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}
.section__intro { color: var(--muted); max-width: 380px; font-size: 16px; }

/* Light sections invert the theme */
.services, .work, .quotes {
  background: var(--paper);
  color: var(--ink);
  max-width: none;
}
.services > *, .work > *, .quotes > * {
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
}
.services .section__intro,
.work .section__intro { color: var(--muted-dark); }

/* ---------- Packages ---------- */
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pkg {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pkg:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.35); }
.pkg--featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.pkg__top { position: relative; }
.pkg__tag {
  font-family: var(--exp);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted-dark);
}
.pkg--featured .pkg__tag { color: var(--muted); }
.pkg__badge {
  position: absolute;
  top: 0; right: 0;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
  background: var(--white);
  color: var(--ink);
  padding: 5px 10px;
  border-radius: 999px;
}
.pkg__name {
  font-family: var(--exp);
  font-weight: 800;
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-top: 14px;
}
.pkg__desc { font-size: 15px; color: var(--muted-dark); }
.pkg--featured .pkg__desc { color: var(--muted); }
.pkg__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-top: 1px solid var(--line-dark);
  padding-top: 20px;
  margin-top: auto;
  font-size: 14.5px;
}
.pkg--featured .pkg__list { border-color: var(--line); }
.pkg__list li { position: relative; padding-left: 22px; color: inherit; }
.pkg__list li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  color: var(--muted-dark);
}
.pkg--featured .pkg__list li::before { color: var(--muted); }
.pkg__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-dark);
  padding-top: 20px;
}
.pkg--featured .pkg__foot { border-color: var(--line); }
.pkg__price { font-family: var(--exp); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; }

/* ---------- Feature strip ---------- */
.features {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 1px solid var(--line-dark);
  padding-top: 36px;
}
.feature { display: flex; align-items: center; gap: 14px; }
.feature__ic {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}
.feature strong { display: block; font-size: 14px; }
.feature span { font-size: 13px; color: var(--muted-dark); }

/* ---- Compact Services so the whole section fits in one screen ---- */
.services.section { padding-top: clamp(36px, 4.5vw, 60px); padding-bottom: clamp(36px, 4.5vw, 60px); }
.services .section__head { margin-bottom: 26px; gap: 24px; justify-content: center; text-align: center; }
.services .section__title { font-size: clamp(26px, 3.8vw, 46px); }
.services .section__intro { font-size: 14px; margin: 14px auto 0; max-width: 520px; }
.services .packages { gap: 16px; }
.services .pkg { padding: 20px 22px; gap: 12px; }
.services .pkg__name { font-size: 21px; margin-top: 8px; }
.services .pkg__desc { font-size: 13.5px; }
.services .pkg__list { gap: 6px; padding-top: 12px; font-size: 12.5px; }
.services .pkg__list li { padding-left: 20px; }
.services .pkg__foot { padding-top: 12px; }
.services .pkg__price { font-size: 18px; }
.services .btn--sm { padding: 9px 16px; font-size: 12px; }
.services .features { margin-top: 16px; padding-top: 20px; gap: 14px; }
.services .feature__ic { width: 34px; height: 34px; font-size: 14px; }
.services .feature strong { font-size: 13px; }
.services .feature span { font-size: 12px; }

/* ---- Package tabs (animated segmented control) ---- */
.pkg-tabs__list {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 5px;
  margin-bottom: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(11, 11, 12, 0.04);
}
.pkg-tabs__list::-webkit-scrollbar { display: none; }
.pkg-tabs__indicator {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  z-index: 0;
  border-radius: 999px;
  background: var(--ink);
  transition: transform .38s cubic-bezier(.5, 0, .2, 1), width .38s cubic-bezier(.5, 0, .2, 1);
  pointer-events: none;
}
.pkg-tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--muted-dark);
  padding: 8px 14px;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color .3s ease;
}
.pkg-tab:hover { color: var(--ink); }
.pkg-tab.is-active { color: #fff; }

.pkg-panel { display: none; }
.pkg-panel.is-active {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 30px;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 22px;
  animation: panelIn .35s ease;
}
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.pkg-panel__media {
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper-2);
  align-self: start;
}
.pkg-panel__media img { width: 100%; height: auto; display: block; }  /* full, uncropped */
.pkg-panel__main { display: flex; flex-direction: column; }
.pkg-panel__name {
  font-family: var(--exp);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 8px 0 6px;
}
.pkg-panel__badge {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--ink);
  color: #fff;
  padding: 3px 9px;
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: middle;
}
.pkg-panel .pkg__price { display: block; margin-bottom: 12px; }
.pkg-panel__desc { color: var(--muted-dark); font-size: 14px; line-height: 1.6; }
.pkg-panel__foot { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; }

/* Extras: single column, no photo, list as a grid */
.pkg-panel--extras.is-active { grid-template-columns: 1fr; }
.pkg-panel__list--extras {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 28px;
  font-size: 14px;
}
.pkg-panel__list--extras li { position: relative; padding-left: 20px; color: var(--ink); }
.pkg-panel__list--extras li::before { content: "→"; position: absolute; left: 0; color: var(--muted-dark); }

.pkg-note {
  margin-top: 48px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted-dark);
  max-width: 760px;
}
.pkg-note strong { color: var(--ink); }

@media (max-width: 720px) {
  .pkg-panel.is-active { grid-template-columns: 1fr; gap: 20px; }
  .pkg-panel__media { min-height: 220px; }
  .pkg-panel__list--extras { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Package card fan ---- */
.pkg-fan {
  position: relative;
  height: 515px;
  margin: 6px auto 22px;   /* auto sides so the fan centers in the full-width section */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.fan-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 475px;
  margin: -237px 0 0 -155px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--ink-3);
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.55);
  transform-origin: center;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1), box-shadow .4s ease, filter .4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.fan-card:not(.is-active) { filter: brightness(0.7); }
.fan-card.is-active { box-shadow: 0 32px 62px -26px rgba(0, 0, 0, 0.7); }
.fan-card__media { height: 235px; overflow: hidden; background: var(--ink-2); flex-shrink: 0; }
.fan-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fan-card__media--extras {
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 50% 0%, var(--ink-3), var(--ink));
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  font-weight: 300;
}
.fan-card__body { padding: 15px 18px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.fan-card__tag { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.fan-card__name { font-family: var(--exp); font-weight: 800; font-size: 21px; line-height: 1; letter-spacing: -0.01em; }
.fan-card__price { font-family: var(--exp); font-weight: 700; font-size: 16px; color: #fff; }
.fan-card__desc { font-size: 11.5px; line-height: 1.5; color: var(--muted); overflow: hidden; }
.fan-card .btn { margin-top: auto; align-self: flex-start; }
.fan-card__badge {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 4;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: var(--ink);
  padding: 4px 9px;
  border-radius: 999px;
}

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.shot {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-2);
}
.shot--tall { grid-row: span 2; }
.shot--wide { grid-column: span 2; }
.shot img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: transform .6s ease, filter .4s ease;
}
.shot:hover img { transform: scale(1.06); filter: grayscale(0.15) contrast(1.05); }
.shot figcaption {
  position: absolute;
  left: 16px; bottom: 14px; right: 16px;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.7);
}
.shot figcaption span:first-child { font-weight: 700; }
.shot figcaption span:last-child { color: rgba(255,255,255,.75); }

/* ---------- Recent Work (3-column pinned gallery) ---------- */
.sticky-scroll { background: var(--ink); }
.gallery3 {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 100px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.g3-col { display: flex; flex-direction: column; gap: 16px; }
.g3-col img { width: 100%; height: auto; border-radius: 12px; display: block; }
.g3-mid { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 16px; }
.g3-mid img { height: calc((100vh - 48px) / 3); object-fit: cover; }
.g3-mid img:first-child, .g3-mid img:last-child { height: auto; }  /* uncropped top & bottom */
@media (max-width: 720px) {
  /* Keep the 3-column pinned-scroll effect on phones — just smaller images
     and tighter gaps so it fits and the middle column can pin. */
  .gallery3 { gap: 8px; padding: clamp(28px, 8vw, 56px) 12px; }
  .g3-col { gap: 8px; }
  .g3-mid { top: 12px; gap: 8px; }
  .g3-mid img { height: calc((100vh - 24px) / 3); }
}

/* ---------- Service Areas ---------- */
.areas { background: var(--ink); position: relative; }
.areas-track { position: relative; height: 360vh; }
.areas-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.areas__inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.areas__copy { max-width: 560px; }
.areas__globe { position: relative; width: 100%; aspect-ratio: 1 / 1; }
.areas__globe canvas { width: 100%; height: 100%; display: block; }
.section__title--light { color: var(--white); }
.areas__lede { color: var(--muted); margin: 22px 0 32px; max-width: 520px; font-size: 16px; line-height: 1.6; }
.areas__grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.areas__grid li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 4px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  font-weight: 500;
}
.areas__grid li:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.areas__num { font-family: var(--exp); font-weight: 800; font-size: 12px; color: var(--muted); }

/* ---------- Quotes ---------- */
.quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.quote {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.quote p { font-size: 17px; line-height: 1.5; }
.quote footer { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.quote footer strong { font-size: 14px; }
.quote footer span { font-size: 13px; color: var(--muted-dark); }

/* ---------- Contact ---------- */
.contact { background: var(--ink); }
.contact__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
}
.contact__lede { color: var(--muted); margin: 22px 0 36px; max-width: 380px; }
.contact__details { list-style: none; display: flex; flex-direction: column; }
.contact__details li {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.contact__details li:last-child { border-bottom: 1px solid var(--line); }
.contact__details li span:first-child, .contact__details li > span {
  min-width: 70px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact__details a, .contact__details .contact__val, .contact__details address {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
}
.contact__details a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);            /* match Area / Hours */
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.contact__arrow {
  font-style: normal;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s ease, transform .2s ease;
}
.contact__details a:hover { color: var(--white); }
.contact__details a:hover .contact__arrow { opacity: 1; transform: translateX(0); }

.contact__reply {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
}
.contact__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #7ce0a5;
  box-shadow: 0 0 0 0 rgba(124, 224, 165, 0.6);
  animation: contactPulse 2.4s ease-out infinite;
}
@keyframes contactPulse {
  0%   { box-shadow: 0 0 0 0 rgba(124, 224, 165, 0.55); }
  70%  { box-shadow: 0 0 0 9px rgba(124, 224, 165, 0); }
  100% { box-shadow: 0 0 0 0 rgba(124, 224, 165, 0); }
}
@media (prefers-reduced-motion: reduce) { .contact__dot { animation: none; } }

.contact__form {
  background: linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__form-title {
  font-family: var(--exp);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.hp-field { display: none !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field span {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input, .field textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: #55555c; }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}
#formSubmit.is-busy { opacity: 0.7; cursor: progress; }
#formSubmit:disabled { transform: none; }
.form-note { font-size: 14px; padding-top: 4px; }
.form-note.is-ok { color: #7ce0a5; }
.form-note.is-err { color: #ff9a9a; }

/* ---------- Footer ---------- */
.footer { background: #000; border-top: 1px solid var(--line); }
.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 72px var(--pad) 48px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
}
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer__brand p { color: var(--muted); font-size: 14px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__cols h4 {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.footer__cols a {
  display: block;
  font-size: 15px;
  padding: 7px 0;
  color: #d4d4d8;
  transition: color .2s ease;
}
.footer__cols a:hover { color: var(--white); }
.footer__bar {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 22px var(--pad);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__video { object-position: center 50%; }
  .areas__inner, .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  .stat:nth-child(3) { border-left: none; padding-left: 0; }
}

@media (max-width: 820px) {
  .nav { --nav-raise: 0px; }
  .brand, .nav__actions { transform: none; }
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    background: var(--ink-2);
    border-left: 1px solid var(--line);
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 40px;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.5,0,.2,1);
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links a,
  .nav__links a.is-active {
    font-size: 22px;
    color: var(--white);
    opacity: 1;
    padding: 10px 0;
    text-shadow: none;
    border-color: transparent;      /* no oval in the mobile drawer */
    background: transparent;
  }
  .nav__links a .cta-shader { display: none; }
  .nav__toggle { display: flex; }
  .nav__actions .nav__cta { display: none; }
  body.menu-open { overflow: hidden; }

  .packages, .gallery, .quotes__grid, .features { grid-template-columns: 1fr; }
  .gallery { grid-auto-rows: 240px; }
  .shot--tall { grid-row: span 1; }
  .shot--wide { grid-column: span 1; }
  .features { gap: 22px; }
  .footer__inner { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 520px) {
  .stats__inner { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .areas__grid { grid-template-columns: 1fr; }
  .areas__grid li:nth-last-child(-n+2) { border-bottom: none; }
  .areas__grid li:last-child { border-bottom: 1px solid var(--line); }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__bar { flex-direction: column; gap: 8px; text-align: center; }
  .section__head { margin-bottom: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 2000;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 18px;
  background: rgba(20, 20, 22, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.7);
}
.cookie-banner__text { font-size: 13px; color: var(--muted); line-height: 1.5; flex: 1 1 260px; margin: 0; }
.cookie-banner__text a { color: #fff; text-decoration: underline; }
.cookie-banner__btns { display: flex; gap: 10px; }
.cookie-btn {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.cookie-btn--solid { background: var(--white); color: var(--ink); }
.cookie-btn--solid:hover { background: var(--paper-2); }
.cookie-btn--ghost { background: transparent; color: var(--muted); border-color: var(--line); }
.cookie-btn--ghost:hover { color: #fff; border-color: rgba(255,255,255,0.35); }

.footer__bar a:hover { color: #fff; }

/* ---------- Legal / simple content pages (privacy, terms, 404) ---------- */
.page {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(110px, 14vh, 180px) var(--pad) clamp(64px, 9vw, 120px);
}
.page__eyebrow { color: var(--muted); font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 18px; }
.page h1 {
  font-family: var(--exp);
  font-weight: 900;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.page__updated { color: var(--muted-dark); font-size: 13px; margin-bottom: 40px; }
.page h2 {
  font-family: var(--exp);
  font-weight: 800;
  font-size: clamp(19px, 2.4vw, 24px);
  letter-spacing: -0.01em;
  margin: 38px 0 12px;
}
.page p, .page li { color: #cfcfd6; font-size: 15.5px; line-height: 1.7; }
.page p { margin-bottom: 14px; }
.page ul { margin: 0 0 14px; padding-left: 22px; }
.page li { margin-bottom: 6px; }
.page a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.page a:hover { color: var(--muted); }
/* buttons inside content pages keep their own look, not the link style */
.page a.btn { text-decoration: none; }
.page a.btn--light { color: var(--ink); }
.page a.btn--light:hover { color: var(--ink); }
.page__back { display: inline-flex; align-items: center; gap: 8px; margin-top: 36px; font-weight: 700; }

/* Minimal header for standalone pages */
.mini-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  background: rgba(10, 10, 12, 0.72);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

/* 404 centring */
.page--center { text-align: center; min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.page--center .page__back { align-self: center; }

/* ============================================================
   PHONE-ONLY refinements (desktop untouched)
   ============================================================ */

/* Hidden on desktop; revealed in the mobile queries below */
.fan-nav { display: none; }
.nav__mobile-cta { display: none; }

/* Book Now inside the mobile menu drawer */
@media (max-width: 820px) {
  .nav__links a.nav__mobile-cta {
    display: inline-block;
    margin-top: 18px;
    padding: 13px 30px;
    background: var(--white);
    color: var(--ink);
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
    text-shadow: none;
  }
}

/* Phones: hero fit, smaller service fan, and arrow controls */
@media (max-width: 640px) {
  /* Show the whole car rather than cropping the landscape video */
  .hero__video { object-fit: contain; background: #000; }

  /* Compact the service fan so it fits the screen.
     margin recentres the card for its smaller size (desktop uses -155/-237
     for the 310x475 card; here it's -half-width / -half-height). */
  .pkg-fan { height: 400px; }
  .fan-card { width: 180px; height: 330px; margin: -165px 0 0 -90px; }
  .fan-card__media { height: 130px; }
  .fan-card__body { padding: 11px 13px 13px; gap: 3px; }
  .fan-card__tag { font-size: 9px; }
  .fan-card__name { font-size: 16px; }
  .fan-card__price { font-size: 13px; }
  .fan-card__desc {
    font-size: 10px; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .fan-card__badge { font-size: 9.5px; padding: 5px 10px; }
  .services .fan-card .btn--sm { padding: 7px 13px; font-size: 10.5px; }

  /* Prev / next arrows */
  .fan-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 200;
    width: 42px; height: 42px;
    padding: 0 0 3px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.94);
    color: #0b0b0c;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.6);
  }
  .fan-nav--prev { left: 4px; }
  .fan-nav--next { right: 4px; }
}
