/* ===========================================================
   Pixy Shots — Design System v2.0
   Nova's prescriptive spec — implemented verbatim by Kit
   Type: Fraunces (display) + General Sans (body, Fontshare)
   Color: 7-stop gold eyedropped from logo + cream surface
   Motion: GSAP + Lenis (see script.js)
   =========================================================== */

/* ---------- Lenis required base styles ---------- */
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ---------- Gold stops — eyedropped from logo ---------- */
:root {
  --gold-50:  #FBF6E3;
  --gold-100: #F0E2A8;
  --gold-200: #E2CB7A;
  --gold-300: #D4B566;
  --gold-500: #C9A84C;
  --gold-600: #B8973A;
  --gold-700: #A07830;
  --gold-900: #5A3F12;
}

/* ---------- Spacing tokens ---------- */
:root {
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-8:  3rem;
  --space-10: 5rem;
  --space-12: 7.5rem;
  --space-16: 10rem;
}

/* ---------- Light-mode tokens (default) ---------- */
:root {
  /* Surface */
  --bg:        #FAF8F1;
  --surface:   #FFFFFF;
  --surface-2: #F2EDDE;

  /* Ink */
  --ink:       #0B0B0C;
  --ink-2:     #3A3A3E;
  --ink-3:     #76747A;

  /* Borders */
  --border:       rgba(11,11,12,0.08);
  --border-gold:  rgba(201,168,76,0.30);

  /* Shadows */
  --shadow-soft:      0 8px 24px rgba(20,16,8,0.04), 0 1px 3px rgba(20,16,8,0.06);
  --shadow-lift:      0 24px 64px rgba(20,16,8,0.10), 0 4px 12px rgba(20,16,8,0.08);
  --shadow-gold-glow: 0 0 0 1px rgba(201,168,76,0.20), 0 18px 48px rgba(160,120,48,0.18);

  /* Misc */
  --ease:   cubic-bezier(.22,.61,.36,1);
  --radius: 12px;
}

/* ---------- Dark-mode tokens ---------- */
[data-theme="dark"] {
  --bg:        #0E0D0A;
  --surface:   #16140F;
  --surface-2: #1F1C16;

  --ink:   #F5F2EA;
  --ink-2: #B5B1A6;
  --ink-3: #7B7972;

  --border:      rgba(245,242,234,0.10);
  --border-gold: rgba(201,168,76,0.25);

  --shadow-soft:      0 8px 24px rgba(0,0,0,0.20), 0 1px 3px rgba(0,0,0,0.25);
  --shadow-lift:      0 24px 64px rgba(0,0,0,0.40), 0 4px 12px rgba(0,0,0,0.30);
  --shadow-gold-glow: 0 0 0 1px rgba(212,181,102,0.15), 0 18px 48px rgba(160,120,48,0.14);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }

body {
  background: var(--bg);
  /* Subtle cream paper texture at 4% opacity */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  color: var(--ink);
  font-family: 'General Sans', 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

/* ---------- Skip-nav ---------- */
.skip-nav {
  position: fixed; top: -100px; left: 1rem; z-index: 9999;
  background: var(--gold-700); color: var(--bg);
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600; font-size: .88rem;
  padding: .6em 1.2em; border-radius: var(--radius);
  transition: top .2s;
}
.skip-nav:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Typography — Fraunces display ---------- */
h1, h2, h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  font-optical-sizing: auto;
}

h2 {
  font-size: clamp(2.0rem, 4.2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 32, 'SOFT' 50;
}

h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.2;
  font-weight: 500;
  font-variation-settings: 'opsz' 20, 'SOFT' 0;
}

h4 {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--ink);
}

/* Italic accent — one word per heading, optical-size + soft */
em, i {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

/* Eyebrow / overline — the "──── SECTION" pattern */
.eyebrow,
.overline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin-bottom: 1rem;
}
[data-theme="dark"] .eyebrow,
[data-theme="dark"] .overline { color: var(--gold-300); }
.eyebrow::before,
.overline::before {
  content: "";
  display: inline-block;
  width: 4ch;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
/* On dark surfaces */
.eyebrow--light,
.overline--light {
  color: var(--gold-300) !important;
}

/* Lead paragraph */
.lead {
  font-size: clamp(1.15rem, 1.8vw, 1.3rem);
  line-height: 1.55;
  font-weight: 400;
  color: var(--ink-2);
}

/* Body link */
a.body-link {
  color: var(--gold-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 200ms, text-decoration-thickness 200ms;
}
a.body-link:hover { color: var(--gold-900); text-decoration-thickness: 2px; }
[data-theme="dark"] a.body-link { color: var(--gold-300); }
[data-theme="dark"] a.body-link:hover { color: var(--gold-100); }

.muted { color: var(--ink-2); }
.center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

/* ---------- Gold hairline section divider ---------- */
.rule--gold {
  display: block;
  height: 1px;
  width: 0; /* animated to clamp(48px,8vw,96px) via GSAP */
  margin: 0 auto;
  background: var(--gold-500);
  opacity: 0.5;
  border: 0;
  transform-origin: center;
}

/* ---------- Buttons — 4 deliberate variants ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: 'General Sans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1.05em 2.4em;
  border-radius: 6px;
  border: 1.5px solid transparent;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), background 200ms, border-color 200ms, color 200ms, border-width 150ms;
  white-space: nowrap;
  cursor: pointer;
  min-width: 14ch;
  line-height: 1;
}
.btn:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
.btn--sm  { padding: .6em 1.3em; font-size: .82rem; min-width: 0; }
.btn--lg  { padding: 1.05em 2.5em; font-size: 0.95rem; }
.btn svg  { width: 1.1em; height: 1.1em; fill: currentColor; flex-shrink: 0; }

/* Variant 1: Primary filled */
.btn,
.btn--filled {
  background: var(--gold-700);
  color: var(--bg);
  border-color: var(--gold-700);
}
.btn:hover,
.btn--filled:hover {
  transform: translateY(-2px);
  background: var(--gold-900);
  border-color: var(--gold-900);
  box-shadow: var(--shadow-gold-glow);
}
.btn:active { transform: translateY(0); box-shadow: none; }

/* Variant 2: Outline-on-dark */
.btn--outline-on-dark {
  background: rgba(255,255,255,0.06);
  color: var(--gold-300);
  border-color: var(--gold-300);
  border-width: 1.5px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn--outline-on-dark:hover {
  background: var(--gold-300);
  color: var(--ink);
  border-width: 2px;
  transform: none;
  box-shadow: none;
}

/* Variant 3: Outline-on-light */
.btn--outline-on-light {
  background: transparent;
  color: var(--gold-700);
  border-color: var(--gold-700);
  border-width: 1.5px;
}
.btn--outline-on-light:hover {
  background: var(--gold-700);
  color: var(--bg);
  border-color: var(--gold-700);
  transform: none;
  box-shadow: none;
}

/* Variant 4: WA-icon outline */
.btn--wa-outline,
.btn--wa {
  background: rgba(255,255,255,0.06);
  color: var(--gold-300);
  border-color: var(--gold-300);
  border-width: 1.5px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn--wa-outline:hover,
.btn--wa:hover {
  background: var(--gold-300);
  color: var(--ink);
  border-width: 2px;
  transform: none;
  box-shadow: none;
}
/* On light surfaces */
.btn--wa-outline.btn--on-light,
.btn--wa.btn--on-light {
  background: transparent;
  color: var(--gold-700);
  border-color: var(--gold-700);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.btn--wa-outline.btn--on-light:hover,
.btn--wa.btn--on-light:hover {
  background: var(--gold-700);
  color: var(--bg);
}
/* Legacy outline / ghost aliases */
.btn--outline {
  background: transparent;
  color: var(--gold-700);
  border-color: var(--gold-700);
}
.btn--outline:hover { background: var(--gold-700); color: var(--bg); transform: none; box-shadow: none; }
.btn--ghost { background: transparent; color: var(--gold-700); border-color: var(--gold-700); }
.btn--ghost:hover { background: var(--gold-700); color: var(--bg); transform: none; box-shadow: none; }

/* ---------- Layout helpers ---------- */
.wrap         { max-width: 1180px; margin: 0 auto; padding-inline: clamp(1.25rem, 4vw, 2rem); }
.wrap--wide   { max-width: 1440px; margin: 0 auto; padding-inline: clamp(1.25rem, 4vw, 2rem); }
.wrap--narrow { max-width: 720px;  margin: 0 auto; padding-inline: clamp(1.25rem, 4vw, 2rem); }
.section      { padding: clamp(5rem, 9vw, 7.5rem) 0; }
.section--alt { background: var(--surface-2); }
.section--surface { background: var(--surface); }
.sec-head     { text-align: center; max-width: 760px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.sec-head p   { color: var(--ink-2); font-size: 1.1rem; margin-top: .8rem; }
.sec-head--left { text-align: left; margin-left: 0; }

/* ---------- Scroll progress bar ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--gold-700), var(--gold-300));
  z-index: 200; will-change: transform;
  box-shadow: 0 0 10px rgba(201,168,76,.5);
}

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(11,11,12,0.45);
  backdrop-filter: blur(12px) saturate(110%);
  -webkit-backdrop-filter: blur(12px) saturate(110%);
  border-bottom: 1px solid rgba(212,181,102,0.18);
  transition: background 280ms cubic-bezier(.22,.61,.36,1), border-color 280ms, backdrop-filter 280ms, box-shadow 280ms;
}
.nav.scrolled {
  background: rgba(250,248,241,0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: rgba(11,11,12,0.06);
  box-shadow: 0 4px 24px rgba(20,16,8,.06);
}
[data-theme="dark"] .nav.scrolled {
  background: rgba(14,13,10,0.92);
  border-bottom-color: rgba(245,242,234,0.10);
}

.nav__inner {
  max-width: 1180px; margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  height: 84px;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  transition: height 280ms var(--ease);
}
.nav.scrolled .nav__inner { height: 64px; }

.nav__brand { display: flex; align-items: center; flex-shrink: 0; }
.nav__logo  { height: 56px; width: auto; display: block; transition: height 280ms var(--ease); }
.nav.scrolled .nav__logo { height: 40px; }

/* Desktop nav links — draw-in underline */
.nav__links { display: flex; align-items: center; gap: 1.8rem; }
.nav__links a {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  color: rgba(245,242,234,0.92);
  position: relative; white-space: nowrap;
  background-image: linear-gradient(var(--gold-500), var(--gold-500));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: color .25s, background-size 240ms ease-out;
}
.nav__links a:hover { color: var(--gold-300); background-size: 100% 1px; }
.nav__links a.is-active { color: var(--gold-300); background-size: 100% 1px; opacity: 0.8; }
.nav.scrolled .nav__links a { color: var(--ink-2); }
.nav.scrolled .nav__links a:hover { color: var(--gold-700); }
.nav.scrolled .nav__links a.is-active { color: var(--gold-700); }
[data-theme="dark"] .nav.scrolled .nav__links a { color: rgba(245,242,234,.85); }
[data-theme="dark"] .nav.scrolled .nav__links a:hover { color: var(--gold-300); }

/* Experiences dropdown */
.nav__drop { position: relative; }
.nav__drop > a { display: flex; align-items: center; gap: .3em; background-image: none !important; }
.nav__drop > a svg { width: .75em; height: .75em; transition: transform .3s var(--ease); }
.nav__drop.is-open > a svg, .nav__drop:hover > a svg { transform: rotate(180deg); }
.drop-menu {
  position: absolute; top: calc(100% + .8rem); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 220px;
  background: var(--surface);
  border: 1px solid rgba(201,168,76,0.20);
  border-radius: 6px;
  box-shadow: var(--shadow-lift);
  padding: .5rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
/* Invisible hover-bridge so the cursor can travel from trigger to menu without losing :hover */
.drop-menu::before {
  content: ""; position: absolute; top: -.8rem; left: 0; right: 0; height: .8rem;
  background: transparent;
}
.nav__drop:hover .drop-menu,
.nav__drop:focus-within .drop-menu,
.nav__drop.is-open .drop-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.drop-menu a {
  display: block; padding: .6rem 1rem; border-radius: 5px;
  border-left: 2px solid transparent;
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: none;
  color: var(--ink-2);
  transition: background .2s, color .2s, border-color 220ms;
  white-space: nowrap; background-image: none !important;
}
.drop-menu a:hover { background: var(--surface-2); color: var(--gold-700); border-left-color: var(--gold-500); }
.drop-menu a.is-active { color: var(--gold-700); border-left-color: var(--gold-500); }

/* Nav actions */
.nav__actions { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.nav__phone {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: .82rem; color: rgba(245,242,234,.9);
  white-space: nowrap; transition: color .25s;
  background-image: none !important;
}
.nav__phone:hover { color: var(--gold-300); }
.nav.scrolled .nav__phone { color: var(--ink-2); }
.nav.scrolled .nav__phone:hover { color: var(--gold-700); }
[data-theme="dark"] .nav.scrolled .nav__phone { color: rgba(245,242,234,.8); }

.lang-toggle,
.theme-toggle {
  background: none;
  border: 1px solid rgba(245,242,234,.25); border-radius: 5px;
  color: rgba(245,242,234,.9);
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: .76rem; letter-spacing: .06em;
  padding: .32em .7em; height: 32px;
  transition: border-color .2s, color .2s, background .2s;
  cursor: pointer; display: flex; align-items: center; gap: .3em;
}
.lang-toggle:hover { border-color: var(--gold-300); color: var(--gold-300); }
.theme-toggle { width: 36px; height: 36px; padding: 0; justify-content: center; }
.theme-toggle:hover { border-color: var(--gold-300); color: var(--gold-300); }
.theme-toggle svg { width: 1em; height: 1em; fill: currentColor; transition: transform 320ms; }
.theme-toggle:hover svg { transform: rotate(180deg); }
.lang-toggle:focus-visible, .theme-toggle:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 2px; }
.nav.scrolled .lang-toggle, .nav.scrolled .theme-toggle { border-color: var(--border); color: var(--ink-2); }
.nav.scrolled .lang-toggle:hover, .nav.scrolled .theme-toggle:hover { border-color: var(--gold-700); color: var(--gold-700); }
[data-theme="dark"] .nav.scrolled .lang-toggle,
[data-theme="dark"] .nav.scrolled .theme-toggle { border-color: rgba(245,242,234,.2); color: rgba(245,242,234,.8); }

.nav__burger {
  display: none; width: 40px; height: 40px;
  border: 0; background: none; position: relative;
}
.nav__burger span {
  position: absolute; left: 8px; right: 8px; height: 2px;
  background: #F5F2EA; border-radius: 2px;
  transition: transform .35s var(--ease), opacity .25s;
}
.nav__burger span:nth-child(1) { top: 13px; }
.nav__burger span:nth-child(2) { top: 19px; }
.nav__burger span:nth-child(3) { top: 25px; }
.nav__burger.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__burger.is-active span:nth-child(2) { opacity: 0; }
.nav__burger.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav.scrolled .nav__burger span { background: var(--ink); }
[data-theme="dark"] .nav.scrolled .nav__burger span { background: var(--ink); }

/* ---------- Mobile drawer ---------- */
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(86vw, 380px); z-index: 150;
  background: var(--bg);
  border-left: 1px solid var(--border);
  box-shadow: -20px 0 60px rgba(0,0,0,.18);
  transform: translateX(102%);
  transition: transform .5s var(--ease);
  display: flex; flex-direction: column;
  padding: 5.5rem 2rem 3rem; gap: .25rem; overflow-y: auto;
}
.drawer.open { transform: none; }
.drawer__links { display: flex; flex-direction: column; gap: .1rem; }
.drawer__links a {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: 1.1rem; color: var(--ink);
  padding: .85rem 0; border-bottom: 1px solid var(--border);
  transition: color .25s, padding-left .25s; background-image: none !important;
}
.drawer__links a:hover, .drawer__links a.is-active { color: var(--gold-700); padding-left: .4rem; }
.drawer__divider { height: 1px; background: var(--gold-500); opacity: 0.3; margin: 1rem 0; }
.drawer__exp summary {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: 1.1rem; color: var(--ink);
  padding: .85rem 0; border-bottom: 1px solid var(--border);
  list-style: none; display: flex; align-items: center; justify-content: space-between; cursor: pointer;
}
.drawer__exp summary::-webkit-details-marker { display: none; }
.drawer__exp summary svg { width: 1em; height: 1em; transition: transform .3s var(--ease); }
.drawer__exp[open] summary svg { transform: rotate(180deg); }
.drawer__exp .exp-list { display: flex; flex-direction: column; padding-left: 1.2rem; border-bottom: 1px solid var(--border); }
.drawer__exp .exp-list a { font-size: 1rem; padding: .6rem 0; border-bottom: 1px solid transparent; background-image: none !important; }
.drawer__cta { margin-top: 1.5rem; }
.drawer__contact { margin-top: auto; padding-top: 2rem; }
.drawer__contact a {
  display: block; font-family: 'General Sans', 'Inter', sans-serif; font-weight: 500;
  font-size: .9rem; color: var(--ink-2); margin-bottom: .4rem; transition: color .2s; background-image: none !important;
}
.drawer__contact a:hover { color: var(--gold-700); }
.drawer__toggles {
  display: flex; gap: .5rem; margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.drawer__toggles .lang-toggle,
.drawer__toggles .theme-toggle { flex: 1; justify-content: center; border-color: var(--border); color: var(--ink-2); }
.drawer__toggles .lang-toggle:hover,
.drawer__toggles .theme-toggle:hover { border-color: var(--gold-700); color: var(--gold-700); }
.drawer__scrim,
.nav-overlay {
  position: fixed; inset: 0; z-index: 130;
  background: rgba(0,0,0,.45);
  opacity: 0; visibility: hidden; transition: opacity .4s;
}
.drawer__scrim.open,
.nav-overlay.open { opacity: 1; visibility: visible; }

/* Drawer close (X) button — was rendering at default <button> size which made the SVG huge */
.drawer__close {
  position: absolute; top: 1rem; right: 1rem;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; cursor: pointer;
  color: var(--ink); border-radius: 50%;
  transition: background .2s, color .2s;
}
.drawer__close:hover { background: rgba(0,0,0,.06); color: var(--gold-700); }
.drawer__close:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; }
.drawer__close svg { width: 22px; height: 22px; display: block; }
body.nav-open { overflow: hidden; }

/* ---------- HOME HERO ---------- */
.hero {
  position: relative;
  height: 100svh; max-height: 920px; min-height: 600px;
  display: flex; align-items: center; overflow: hidden;
}
.hero__slideshow { position: absolute; inset: 0; }
.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.02); will-change: opacity, transform;
  transition: opacity 1.4s ease-in-out;
}
.hero__slide.is-active { opacity: 1; }
/* 4-stop scrim: locks nav top + CTA bottom, preserves photo middle */
.hero__scrim {
  /* Sits above the active .hero__slide (GSAP z-index 2) but below .hero__content (z-index 4 below) */
  position: absolute; inset: 0; z-index: 3;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
/* Belt-and-suspenders: text-shadow on hero copy for guaranteed legibility on any photo */
.hero__title,
.hero__sub,
.hero__eyebrow,
.hero__scroll {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 1px 2px rgba(0, 0, 0, 0.6);
}
.hero__content {
  position: relative; z-index: 4; width: 100%;
  max-width: 1180px; padding: 0 clamp(1.25rem, 4vw, 2rem);
  margin: 0 auto; text-align: center; margin-top: 4vh;
}
.hero__eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: 'General Sans', 'Inter', sans-serif;
  font-weight: 600; font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold-300); margin-bottom: 1.5rem;
}
.hero__eyebrow::before,
.hero__eyebrow::after {
  content: ""; display: inline-block; width: 2ch; height: 1px; background: var(--gold-300);
}
/* H1 hero */
.hero__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.95; letter-spacing: -0.02em; font-weight: 500;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  color: #FAF8F1; margin-bottom: 1.5rem;
  text-shadow: 0 4px 32px rgba(0,0,0,.35);
}
.hero__title-line {
  display: block; overflow: hidden; line-height: 1.05;
}
.hero__title-line span { display: inline-block; }
.hero__title-line--italic span {
  font-style: italic; color: var(--gold-300);
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.hero__sub {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 1.18rem; line-height: 1.55;
  color: rgba(250,248,241,0.88);
  max-width: 580px; margin: 0 auto 2.5rem;
}
.hero__cta { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
/* Scroll cue */
.hero__scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-300);
}
.hero__scrollline {
  position: relative; width: 1px; height: 0; background: var(--gold-500); overflow: visible;
}
.hero__scrollline::after {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%; background: var(--gold-300);
  animation: drip 1.8s ease-in-out infinite;
}
@keyframes drip {
  0%   { top: 0; opacity: 0; }
  20%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
/* Shutter flash overlay */
.shutter-flash {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(250,248,241,0.85); pointer-events: none; opacity: 0;
}
/* Sweep line */
.sweep-line {
  position: fixed; top: 0; left: 0; right: 0; z-index: 501;
  height: 1px; background: var(--gold-500); pointer-events: none; opacity: 0;
}

/* ---------- SUB-PAGE HERO (no-photo) ---------- */
.phero {
  position: relative;
  min-height: min(70vh, 640px);
  display: flex; align-items: center; overflow: hidden;
  padding-top: 84px;
  background: linear-gradient(135deg, #1F1C16 0%, #0E0D0A 60%, #1A1610 100%);
}
.phero__inner {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: 60fr 40fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.phero__copy { display: flex; flex-direction: column; }
.phero__copy .overline,
.phero__copy .eyebrow { color: var(--gold-300) !important; }
.phero__copy .overline::before,
.phero__copy .eyebrow::before { background: var(--gold-300) !important; }
.phero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.0; letter-spacing: -0.015em; font-weight: 500;
  font-variation-settings: 'opsz' 72, 'SOFT' 50;
  color: #FAF8F1; margin-bottom: 0.75rem;
}
.phero__sub {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 1.1rem; line-height: 1.55;
  color: rgba(245,242,234,0.72); margin-bottom: 2rem; max-width: 48ch;
}
.phero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.phero__crumbs {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(245,242,234,.4); margin-top: 1.5rem;
}
.phero__crumbs a { color: rgba(245,242,234,.6); transition: color .2s; background-image: none !important; }
.phero__crumbs a:hover { color: #ffffff; }
/* Right column */
.phero__diagram {
  position: relative; display: flex;
  align-items: center; justify-content: center; min-height: 320px;
}
.phero__diagram img {
  max-height: 420px; width: 100%; object-fit: contain;
  opacity: 0.85;
  filter: drop-shadow(0 0 40px rgba(201,168,76,0.15));
}
.phero__diagram::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(201,168,76,0.18), transparent 60%);
  pointer-events: none;
}
/* Vertical gold hairline at 60/40 split */
.phero__split-line {
  position: absolute; top: 0; bottom: 0; left: 60%;
  width: 1px; background: var(--gold-500); opacity: 0.3; pointer-events: none;
}
/* Our History hero with photo */
.phero--photo { background: #0E0D0A; }
.phero--photo .phero__diagram img {
  object-fit: cover; height: 100%; border: 1px solid var(--gold-500); opacity: 1; border-radius: 4px;
}
/* Aperture iris (Contact) */
.phero__aperture { width: 240px; height: 240px; margin: auto; }
.aperture-iris { width: 100%; height: 100%; color: var(--gold-500); opacity: 0.25; transform-origin: center; }
/* FAQ offset rectangles */
.phero__faq-glyph { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: auto; opacity: 0.3; }
.faq-rect { width: 180px; height: 44px; border: 1px solid var(--gold-500); }
.faq-rect:nth-child(1) { transform: rotate(-3deg); }
.faq-rect:nth-child(2) { transform: rotate(0deg); }
.faq-rect:nth-child(3) { transform: rotate(3deg); }
/* Balloons glyph */
.phero__balloons { display: flex; align-items: center; justify-content: center; margin: auto; min-height: 320px; padding: 1rem; overflow: visible; }
.phero__balloons > svg { width: 100%; max-width: 360px; height: auto; display: block; filter: drop-shadow(0 0 32px rgba(201,168,76,0.18)); }
.balloon-ellipse { width: 80px; height: 100px; border: 1.5px solid var(--gold-500); border-radius: 50%; opacity: 0; position: relative; bottom: -80px; }
.balloon-ellipse:nth-child(2) { width: 100px; height: 128px; }

/* ---------- MARQUEE ---------- */
.marquee-wrap {
  overflow: hidden; background: #0E0D0A;
  padding: 1.1rem 0; white-space: nowrap; cursor: default;
}
.marquee-track { display: inline-flex; gap: 0; white-space: nowrap; will-change: transform; }
.marquee-item {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500; font-style: italic; font-size: 1.6rem; color: var(--gold-300);
  padding: 0 2.5rem; display: flex; align-items: center; gap: 2.5rem;
}
.marquee-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-500); flex-shrink: 0; }
.marquee-wrap--light { background: var(--surface-2); }
.marquee-wrap--light .marquee-item { color: var(--gold-700); }
.marquee-wrap--light .marquee-dot  { background: var(--gold-700); }

/* ---------- VALUE BLOCK ---------- */
.value-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.value-block__media {
  position: relative; border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-soft);
}
.value-block__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.value-block__media:hover img { transform: scale(1.04); }
.value-block__body h2 { margin-bottom: 1.1rem; }
.value-block__body p { color: var(--ink-2); margin-bottom: 1.4rem; }

/* ---------- EXPERIENCE CARDS — 4:5 magazine cards ---------- */
.exp-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6);
  max-width: 1100px; margin: 0 auto;
}
@media (min-width: 1280px) { .exp-grid { grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 3vw, 3rem); } }
@media (max-width: 720px)  { .exp-grid { grid-template-columns: 1fr; max-width: 480px; } }
.exp-card {
  position: relative; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 5/4;
  box-shadow: var(--shadow-soft); cursor: pointer;
  transition: border-color 280ms, box-shadow 280ms, transform 280ms var(--ease);
  display: flex; flex-direction: column;
}
.exp-card:hover { border-color: rgba(201,168,76,0.40); box-shadow: var(--shadow-lift); transform: translateY(-4px); }
.exp-card:active { transform: scale(0.98); box-shadow: var(--shadow-soft); }
.exp-card:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
.exp-card__img {
  flex: 0 0 70%;
  background-size: contain; background-position: center;
  background-repeat: no-repeat; background-color: #000;
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
  overflow: hidden;
}
.exp-card:hover .exp-card__img { transform: scale(1.06); }
.exp-card__body {
  flex: 1; padding: var(--space-5); display: flex; flex-direction: column; justify-content: center; position: relative;
}
.exp-card__body h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem); margin-bottom: 0.4rem; font-weight: 500;
  transition: padding-left 280ms var(--ease); font-style: normal;
}
.exp-card:hover .exp-card__body h3 { padding-left: var(--space-2); }
.exp-card__tagline {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-700);
}
[data-theme="dark"] .exp-card__tagline { color: var(--gold-300); }
.exp-card__arrow {
  position: absolute; right: var(--space-5); top: 50%;
  transform: translateY(-50%) translateX(8px); opacity: 0;
  color: var(--gold-500); font-size: 1.2rem; font-weight: 600;
  transition: opacity 220ms, transform 220ms;
}
.exp-card:hover .exp-card__arrow { opacity: 1; transform: translateY(-50%) translateX(0); }
.exp-card__link { position: absolute; inset: 0; z-index: 3; }
/* Top-right "open full-size" pip button — sits above the card link for clickability */
.exp-card__expand {
  position: absolute; top: .75rem; right: .75rem; z-index: 4;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(11,11,12,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(212,181,102,0.55); color: var(--gold-300);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .25s, color .25s, transform .25s, border-color .25s;
}
.exp-card__expand:hover { background: var(--gold-500); color: #0B0B0C; border-color: var(--gold-500); transform: scale(1.08); }
.exp-card__expand:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }
.exp-card__expand svg { width: 16px; height: 16px; }

/* ---------- WHY-CHOOSE FEATURES ---------- */
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-8);
}
.feature-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 2rem 1.6rem;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--border-gold); }
.feature-card__icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(201,168,76,.10);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.feature-card__icon svg { width: 1.5rem; height: 1.5rem; }
.feature-card h3 { font-size: 1rem; margin-bottom: .5rem; font-weight: 500; }
.feature-card p { color: var(--ink-2); font-size: .92rem; line-height: 1.6; }

/* ---------- CTA BAND ---------- */
.cta-band {
  background: linear-gradient(135deg, #1F1C16 0%, #0E0D0A 60%, #1A1610 100%);
  padding: clamp(5rem, 8vw, 7rem) 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,168,76,0.10), transparent 60%);
  pointer-events: none;
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: #FAF8F1; margin-bottom: 1rem; }
.cta-band p { color: rgba(245,242,234,.72); margin-bottom: 2rem; font-size: 1.1rem; }
.cta-band .cta-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ---------- GALLERY STRIP ---------- */
.gallery-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.gallery-strip--6 { grid-template-columns: repeat(3, 1fr); }
.gallery-strip figure {
  position: relative; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 3/4; cursor: pointer; margin: 0;
}
.gallery-strip figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery-strip figure:hover img { transform: scale(1.07); }
.gallery-strip figure:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

/* Gallery rule sweep (Our History) */
.gallery-rule { height: 1px; background: var(--gold-500); width: 0; opacity: 0.6; margin: 0 auto clamp(2rem, 4vw, 3rem); }

/* ---------- BOOTH INTRO (§5.7) ---------- */
.booth-intro {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
}
.booth-intro__media { position: relative; }
.booth-intro__media-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  outline: 1px solid var(--gold-500); outline-offset: 24px;
}
.booth-intro__media-frame img { width: 100%; height: auto; object-fit: contain; display: block; }
.booth-intro__caption {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-700); margin-top: 36px; text-align: center;
}
[data-theme="dark"] .booth-intro__caption { color: var(--gold-300); }
.booth-intro__body h2 { margin-bottom: 1.1rem; }
.booth-intro__body p { color: var(--ink-2); margin-bottom: 1.2rem; }

/* Feature list — gold hairline bullets */
.feat-list { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: .7rem; }
.feat-list li { display: flex; align-items: center; gap: 1rem; font-size: .95rem; color: var(--ink-2); }
.feat-list li::before { content: ""; flex-shrink: 0; width: 12px; height: 1px; background: var(--gold-500); opacity: 0.6; }

/* ---------- PRICING TIERS (§5.6) ---------- */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3.5rem; align-items: start;
}
.price-card {
  position: relative; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: var(--space-8) var(--space-6);
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--border-gold); }
/* Most Popular */
.price-card--featured {
  border: 1.5px solid var(--gold-500);
  transform: scale(1.04) translateY(-12px);
  box-shadow: var(--shadow-gold-glow); z-index: 1;
}
.price-card--featured:hover { transform: scale(1.04) translateY(-16px); }
/* Badge */
.price-badge {
  position: absolute; top: -14px; right: -8px;
  transform: rotate(-8deg); transform-origin: center;
  background: var(--gold-700); color: var(--bg);
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic; font-weight: 400; font-size: 0.85rem;
  padding: var(--space-2) var(--space-4); border-radius: 4px;
  white-space: nowrap; line-height: 1.2;
  /* GSAP bounces this in from scale 0 */
}
.price-tier {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold-700); margin: 0 0 .5rem;
}
[data-theme="dark"] .price-tier { color: var(--gold-300); }
.price-divider { width: 32px; height: 1px; background: var(--gold-500); opacity: 0.5; margin: 0.75rem 0; }
.price-amount {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 3.6rem); font-weight: 400; line-height: 1.0;
  color: var(--ink); display: flex; align-items: flex-start; gap: 0;
  font-variation-settings: 'opsz' 72;
}
.price-amount__currency {
  font-size: 0.6em; font-family: 'Fraunces', Georgia, serif; font-weight: 400;
  align-self: flex-start; margin-top: 0.25em; color: var(--ink-2);
}
.price-duration {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.95rem; font-weight: 500; color: var(--ink-3);
  margin-top: 0.25rem; margin-bottom: var(--space-6);
}
.price-card .feat-list { margin-top: 0; }
.price-cta { margin-top: var(--space-6); }
.price-card .btn { width: 100%; justify-content: center; }
[data-theme="dark"] .price-card { background: var(--surface-2); border-color: rgba(245,242,234,.08); }
[data-theme="dark"] .price-card--featured { border-color: var(--gold-300); }
.price-note {
  margin-top: 2rem; padding: 1.4rem 1.6rem; background: var(--surface);
  border-radius: var(--radius); font-size: .88rem; color: var(--ink-2);
  border-left: 3px solid var(--gold-500); line-height: 1.65;
}
/* Legacy price-desc / price-meta */
.price-desc { font-size: .92rem; color: var(--ink-2); line-height: 1.55; margin: 0; }
.price-meta { display: flex; flex-direction: column; gap: .55rem; margin: 0 0 1.6rem; }
.price-meta-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem; font-size: .86rem; line-height: 1.4; }
.price-meta-label { font-family: 'General Sans', 'Inter', sans-serif; font-weight: 700; color: var(--ink); white-space: nowrap; }
.price-meta-value { color: var(--ink-2); }

/* ---------- REVIEWS ---------- */
.reviews-widget { min-height: 1px; margin: 2.5rem 0; }
.reviews-widget:empty,
.reviews-widget [data-elfsight-app-lazy]:empty { display: none; }
.reviews-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 1.5rem; max-width: 880px; margin-left: auto; margin-right: auto; }
.reviews-link {
  display: grid; grid-template-columns: 56px 1fr; column-gap: 1.2rem; row-gap: 0.6rem; align-items: center;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.6rem 2rem 1.6rem 1.5rem; color: var(--ink); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; cursor: pointer;
  text-decoration: none;
}
.reviews-link__icon { width: 40px; height: 40px; grid-row: 1 / 3; align-self: center; }
.reviews-link .foot__yelp-y.reviews-link__icon {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #d32323; color: #fff; font-size: 1.5rem;
}
.reviews-link__body { display: flex; flex-direction: column; gap: 0.35rem; }
.reviews-link:hover { transform: translateY(-3px); border-color: var(--border-gold); box-shadow: var(--shadow-lift); }
.reviews-link__stars { display: flex; gap: 4px; align-items: center; }
.reviews-link__stars svg { width: 20px; height: 20px; fill: var(--gold-500); flex-shrink: 0; }
.reviews-link__platform {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-2);
}
.reviews-link__meta { font-size: 0.88rem; color: var(--ink-3); }
.reviews-link__arrow {
  position: absolute; top: 1.2rem; right: 1.2rem; color: var(--gold-500); opacity: 0;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  width: 18px; height: 18px; pointer-events: none;
}
.reviews-link__arrow svg { width: 100%; height: 100%; display: block; }
.reviews-link:hover .reviews-link__arrow { opacity: 1; transform: translateX(4px); }
[data-theme="dark"] .reviews-link { background: var(--surface-2); }

/* ---------- FORMS ---------- */
.contact-grid { display: grid; grid-template-columns: 56fr 44fr; gap: var(--space-10); align-items: start; }
.form { display: flex; flex-direction: column; gap: 1.1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: var(--space-2); }
.field label {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold-700);
}
[data-theme="dark"] .field label { color: var(--gold-300); }
.field input,
.field select,
.field textarea {
  width: 100%; height: 56px; padding: 0 1.1rem;
  border: 1px solid var(--border); border-radius: 4px;
  font-family: 'General Sans', 'Inter', sans-serif; font-size: 1rem; font-weight: 500;
  color: var(--ink); background: var(--surface);
  transition: border-color 200ms, box-shadow 200ms; appearance: none; -webkit-appearance: none;
}
.field textarea { height: auto; min-height: 140px; padding: 1rem 1.1rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-500); border-width: 1.5px;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.18);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem;
}
[data-theme="dark"] .field input,
[data-theme="dark"] .field select,
[data-theme="dark"] .field textarea { background: var(--surface-2); border-color: rgba(245,242,234,.12); }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.checkbox-item { display: flex; align-items: center; gap: .6rem; height: 48px; font-weight: 500; font-size: .92rem; cursor: pointer; }
.checkbox-item input[type="checkbox"] {
  width: 18px !important; height: 18px !important; flex-shrink: 0;
  border: 1.5px solid var(--gold-500); border-radius: 2px;
  appearance: none; -webkit-appearance: none; background: transparent;
  cursor: pointer; transition: background 200ms, border-color 200ms;
  padding: 0 !important; box-shadow: none !important;
}
.checkbox-item input[type="checkbox"]:checked {
  background: var(--gold-700); border-color: var(--gold-700);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23FAF8F1' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form__status { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-size: 1.05rem; padding: .75rem 0; display: none; }
.form__status.is-ok { display: block; color: var(--gold-700); }
.form__status.is-err { display: block; color: #B4593A; }
[data-theme="dark"] .form__status.is-ok { color: var(--gold-300); }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; position: sticky; top: 100px; box-shadow: var(--shadow-soft); }
.info-card h3 { margin-bottom: 1.5rem; }
.info-row { display: flex; flex-direction: column; gap: .2rem; padding: .9rem 0; border-bottom: 1px solid var(--border); }
.info-row:last-of-type { border-bottom: none; }
.info-row .k { font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-700); }
[data-theme="dark"] .info-row .k { color: var(--gold-300); }
.info-row .v { font-size: .94rem; color: var(--ink-2); }
.info-row .v a { color: var(--ink); transition: color .2s; background-image: none !important; }
.info-row .v a:hover { color: var(--gold-700); }
.social-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.4rem; }
.social-btn {
  display: inline-flex; align-items: center; gap: .4em;
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: .78rem; letter-spacing: .04em; color: var(--ink-2);
  background: var(--bg); border: 1px solid var(--border); border-radius: 6px; padding: .5em .9em;
  transition: border-color .2s, color .2s, background .2s;
}
.social-btn:hover { border-color: var(--gold-700); color: var(--gold-700); }
.social-btn:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; }
.social-btn svg { width: 1em; height: 1em; fill: currentColor; }

/* ---------- FAQ ACCORDION ---------- */
.faq-list { display: flex; flex-direction: column; gap: .6rem; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface); overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.faq-item:hover { border-color: rgba(201,168,76,0.35); }
.faq-item[data-open="true"] { border-color: var(--gold-500); box-shadow: 0 8px 28px rgba(201,168,76,.10); }
.faq-trigger {
  width: 100%; appearance: none; background: transparent; border: 0; cursor: pointer;
  padding: 1.2rem 1.5rem; text-align: left;
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: 1rem; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  transition: color .25s;
}
.faq-trigger:hover { color: var(--gold-700); }
.faq-trigger:focus-visible { outline: 2px solid var(--gold-500); outline-offset: -2px; border-radius: var(--radius); }
.faq-item[data-open="true"] .faq-trigger { color: var(--gold-700); }
[data-theme="dark"] .faq-trigger:hover,
[data-theme="dark"] .faq-item[data-open="true"] .faq-trigger { color: var(--gold-300); }
.faq-icon {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--gold-500); color: var(--gold-500);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 1.3rem; line-height: 1;
  transition: transform .35s var(--ease), background .25s, color .25s;
}
.faq-item[data-open="true"] .faq-icon { transform: rotate(45deg); background: var(--gold-500); color: var(--bg, #FAF8F1); }
.faq-body { color: var(--ink-2); font-size: .95rem; line-height: 1.7; overflow: hidden; }
.faq-body-inner { padding: 0 1.5rem 1.4rem; }
.faq-body-rule { width: 0; height: 1px; background: var(--gold-500); opacity: 0.4; margin: 0 0 1rem; }
.faq-body p { margin: 0; }
.faq-body p + p { margin-top: .8rem; }
.faq-subhead {
  font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 1.5rem;
  color: var(--ink); margin: 2.8rem 0 1.2rem; font-style: italic;
  letter-spacing: -.01em;
}

/* ---------- OUR HISTORY ---------- */
.beliefs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.belief-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem 1.6rem;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.belief-card:hover { transform: translateY(-4px); border-color: var(--border-gold); box-shadow: var(--shadow-lift); }
.belief-card h3 { font-size: 1.05rem; margin-bottom: .5rem; font-weight: 500; }
.belief-card p { font-size: .93rem; color: var(--ink-2); }

/* ---------- BALLOONS SAFETY ---------- */
.safety-list { list-style: none; display: flex; flex-direction: column; gap: .8rem; margin-top: 1rem; }
.safety-list li {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: .9rem 1rem; background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); font-size: .93rem; color: var(--ink-2); line-height: 1.6;
}
.safety-list li::before {
  content: "!"; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(201,168,76,.10); border: 1.5px solid var(--gold-500);
  color: var(--gold-700); font-family: 'General Sans', 'Inter', sans-serif; font-weight: 700;
  font-size: .78rem; display: flex; align-items: center; justify-content: center; margin-top: .1rem;
}

/* ---------- FOOTER ---------- */
.foot {
  background: #0B0B0C; color: rgba(245,242,234,.7);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
}
.foot__grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 3rem; border-bottom: 0.5px solid rgba(201,168,76,0.30);
}
/* Cream silhouette — correct filter per Nova §11 */
.foot__logo {
  height: 56px; width: auto; display: block; margin-bottom: 1rem;
  filter: brightness(0) invert(1) opacity(0.95);
}
.foot__tag {
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 400;
  font-size: 1rem; line-height: 1.6; color: rgba(245,242,234,.5);
}
.foot__col h4 {
  font-family: 'General Sans', 'Inter', sans-serif; font-weight: 600;
  font-size: .72rem; letter-spacing: .24em; text-transform: uppercase;
  color: rgba(245,242,234,.35); margin-bottom: 1.2rem;
}
.foot__col a {
  display: block; font-size: .9rem; color: rgba(245,242,234,.6); margin-bottom: .6rem;
  transition: color .2s, background-size 240ms ease-out;
  background-image: linear-gradient(var(--gold-300), var(--gold-300));
  background-size: 0% 1px; background-position: 0 100%; background-repeat: no-repeat;
  padding-bottom: 1px;
}
.foot__col a:hover { color: var(--gold-300); background-size: 100% 1px; }
.foot__col p { font-size: .9rem; color: rgba(245,242,234,.45); line-height: 1.55; margin-bottom: .6rem; }
/* Social icons */
.foot__social { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.foot__social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.40);
  display: flex; align-items: center; justify-content: center;
  color: rgba(245,242,234,.70);
  transition: border-color .2s, color .2s, background .2s;
  margin-bottom: 0; background-image: none !important; padding-bottom: 0;
}
.foot__social a:hover { border-color: var(--gold-300); background: var(--gold-700); color: var(--ink); }
.foot__social a:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 3px; }
.foot__social svg { width: 1rem; height: 1rem; fill: currentColor; }
/* Yelp lettermark Y */
.foot__yelp-y { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 600; font-size: 1.05rem; line-height: 1; }
/* Footer bar */
.foot__bar {
  max-width: 1180px; margin: 1.5rem auto 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.foot__meta { font-size: .8rem; color: rgba(245,242,234,.35); font-family: 'General Sans', 'Inter', sans-serif; }
.foot__legal { display: flex; gap: 1.5rem; }
.foot__legal a { font-size: .8rem; color: rgba(245,242,234,.35); transition: color .2s; background-image: none !important; padding-bottom: 0; }
.foot__legal a:hover { color: rgba(245,242,234,.7); }
.foot__wa {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55em; margin-bottom: 0 !important; min-width: 0;
  /* Zero vertical padding + fixed min-height — geometric flex centering ignores
     ALL-CAPS font-metric quirks that were biasing the text vertically. */
  padding: 0 1.4em;
  min-height: 3em;
  line-height: 1;
}
.foot__wa svg { width: 1em; height: 1em; flex-shrink: 0; fill: currentColor; }

/* ---------- LEGAL PAGES ---------- */
.legal-header {
  background: var(--surface-2);
  padding-top: calc(84px + clamp(3rem, 5vw, 4rem));
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}
.legal-header .eyebrow, .legal-header .overline { color: var(--gold-700); }
.legal-body { padding: clamp(3rem, 5vw, 5rem) 0; }
.legal-body h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 2rem 0 0.75rem; }
.legal-body h3 { font-size: 1.15rem; margin: 1.5rem 0 .5rem; }
.legal-body p { color: var(--ink-2); margin-bottom: 1em; font-size: 0.98rem; }
.legal-body ul { padding-left: 1.5rem; margin-bottom: 1em; }
.legal-body ul li { color: var(--ink-2); font-size: 0.98rem; margin-bottom: .4em; }
.legal-body a { color: var(--gold-700); text-decoration: underline; }

/* ---------- REVEALS ---------- */
.reveal { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease); }
.reveal.will-animate { opacity: 0; transform: translateY(32px); filter: blur(6px); }
.reveal.in { opacity: 1; transform: none; filter: blur(0); }
.no-js .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }

/* ---------- LIGHTBOX ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,.93); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lb__img { max-width: min(90vw, 1000px); max-height: 88vh; border-radius: var(--radius); box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.lb__close, .lb__prev, .lb__next { position: absolute; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20); border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 1.2rem; transition: background .2s; }
.lb__close:hover, .lb__prev:hover, .lb__next:hover { background: rgba(255,255,255,.22); }
.lb__close:focus-visible, .lb__prev:focus-visible, .lb__next:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 3px; }
.lb__close { top: 1.2rem; right: 1.2rem; }
.lb__prev  { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb__next  { right: 1rem; top: 50%; transform: translateY(-50%); }

/* ---------- PER-PAGE MOTION ELEMENTS ---------- */
.booth-diagram-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.booth-diagram-wrap img { transform-origin: center; }
.mirror-sweep { position: absolute; top: 0; left: 0; right: 0; height: 60px; background: linear-gradient(180deg, transparent 0%, rgba(201,168,76,0.55) 50%, transparent 100%); pointer-events: none; opacity: 0; }
.flashbulb { position: absolute; top: 8%; right: 8%; width: 24px; height: 24px; border-radius: 50%; background: var(--gold-300); opacity: 0; transform: scale(0); pointer-events: none; }
.corner-wrap { position: absolute; inset: 0; pointer-events: none; }
.corner { position: absolute; width: 20px; height: 20px; border-color: var(--gold-500); border-style: solid; opacity: 0; }
.corner--tl { top: 0; left: 0; border-width: 1.5px 0 0 1.5px; transform-origin: top left; }
.corner--tr { top: 0; right: 0; border-width: 1.5px 1.5px 0 0; transform-origin: top right; }
.corner--bl { bottom: 0; left: 0; border-width: 0 0 1.5px 1.5px; transform-origin: bottom left; }
.corner--br { bottom: 0; right: 0; border-width: 0 1.5px 1.5px 0; transform-origin: bottom right; }
.twinkle-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-300); opacity: 0; transform: scale(0); }
.balloon-ellipse { width: 80px; height: 100px; border: 1.5px solid var(--gold-500); border-radius: 50%; opacity: 0; position: relative; bottom: -80px; }
.balloon-ellipse:nth-child(2) { width: 100px; height: 128px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .foot__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .price-card--featured { transform: none; }
  .price-card--featured:hover { transform: translateY(-4px); }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; align-items: center; justify-content: center; flex-direction: column; }
  .nav__phone--desktop { display: none; }
  .value-block { grid-template-columns: 1fr; }
  .value-block__media { order: -1; }
  .booth-intro { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .beliefs-grid { grid-template-columns: 1fr 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip--6 { grid-template-columns: repeat(2, 1fr); }
  .phero__inner { grid-template-columns: 1fr; }
  .phero__diagram { display: none; }
  .phero__diagram--photo,
  .phero__diagram.phero__balloons { display: block; }
  .phero__split-line { display: none; }
}
@media (max-width: 640px) {
  .form__row { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: 1fr; gap: 1rem; }
  .exp-card { aspect-ratio: 5/4; }
  .features-grid { grid-template-columns: 1fr; }
  .beliefs-grid { grid-template-columns: 1fr; }
  .gallery-strip, .gallery-strip--6 { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .foot__grid { grid-template-columns: 1fr; gap: 2rem; }
  .foot__bar { flex-direction: column; align-items: flex-start; }
  .reviews-links { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .phero { padding-top: 64px; } }

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: none; }
  .hero__scrollline::after { animation: none; }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .reveal.will-animate { opacity: 1 !important; transform: none !important; filter: none !important; }
  .marquee-track { animation: none !important; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ===========================================================
   v3.0 ADDITIONS — Nova spec §3.4, §5.1, §5.2, §5.4, §6
   =========================================================== */

/* ---------- §6 Token additions ---------- */
:root {
  /* New aspect ratios for video tiles */
  --aspect-portrait: 9 / 16;
  --aspect-landscape: 16 / 9;
  --aspect-square: 1 / 1;
  --aspect-mosaic-row: 220px;
  --aspect-mosaic-row-mobile: 180px;

  /* Video tile sizing */
  --tile-width-desktop: 240px;
  --tile-width-tablet: 200px;
  --tile-width-mobile: min(72vw, 280px);

  /* New shadows specific to video/gallery surfaces */
  --shadow-video: 0 24px 64px rgba(20,16,8,0.20), 0 4px 16px rgba(20,16,8,0.12);
  --shadow-mosaic-hover: 0 12px 32px rgba(20,16,8,0.14);

  /* Inner stroke utility — the editorial 1px gold inset */
  --inset-gold: inset 0 0 0 1px var(--gold-500);
  --inset-gold-strong: inset 0 0 0 1.5px var(--gold-500);
}

[data-theme="dark"] {
  --shadow-video: 0 24px 64px rgba(0,0,0,0.50), 0 4px 16px rgba(0,0,0,0.35);
  --shadow-mosaic-hover: 0 12px 32px rgba(0,0,0,0.40);
}

/* ---------- §3.4 Pricing grid 4-tier (Selfie Booth only) ---------- */
.pricing-grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
  align-items: stretch;
}
.pricing-grid--4 .price-card { transform: none; }
.pricing-grid--4 .price-card:hover { transform: translateY(-4px); }
.pricing-grid--4 .price-card .price-cta { margin-top: auto; }

/* Duration tag above price */
.price-duration-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-700);
  margin-bottom: 0.35rem;
}
[data-theme="dark"] .price-duration-tag { color: var(--gold-300); }
.price-duration-tag::before {
  content: ""; width: 18px; height: 1px;
  background: currentColor; opacity: 0.6;
}

@media (max-width: 1023px) {
  .pricing-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 600px) {
  .pricing-grid--4 { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
}

/* ---------- §5.1 Video tile component ---------- */
.video-tile {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
  background: #0B0B0C;
  cursor: pointer;
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
  flex-shrink: 0;
}
.video-tile video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.video-tile__frame {
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px var(--gold-500);
  opacity: 0.4;
  transition: opacity 280ms;
  pointer-events: none;
  border-radius: 8px;
}
.video-tile:hover { transform: scale(1.03); }
.video-tile:hover .video-tile__frame { opacity: 0.75; }
.video-tile__expand {
  position: absolute; top: 0.6rem; right: 0.6rem;
  width: 28px; height: 28px;
  background: rgba(11,11,12,0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(212,181,102,0.3);
  border-radius: 4px;
  color: var(--gold-300);
  opacity: 0; transition: opacity 220ms;
  display: flex; align-items: center; justify-content: center;
}
.video-tile:hover .video-tile__expand,
.video-tile:focus-within .video-tile__expand { opacity: 1; }
.video-tile:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

/* Reduced motion: no autoplay, show poster */
@media (prefers-reduced-motion: reduce) {
  .video-tile video { animation: none !important; }
  .video-tile__rm-hint {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--gold-300); font-family: 'General Sans', 'Inter', sans-serif;
    font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
    background: rgba(11,11,12,0.4);
    opacity: 1;
  }
}

/* ---------- §5.2 Reel band ---------- */
.reel-band { padding: clamp(3rem, 6vw, 5rem) 0; }
.reel-band__head {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  margin-bottom: 2.5rem;
}
.reel-band__track-wrap {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}
.reel-band__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 240px;
  gap: 1.25rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  padding: 1rem 0 2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-500) transparent;
}
.reel-band__track::-webkit-scrollbar { height: 4px; }
.reel-band__track::-webkit-scrollbar-track { background: transparent; }
.reel-band__track::-webkit-scrollbar-thumb { background: var(--gold-500); border-radius: 2px; }
.reel-band__track > .video-tile { scroll-snap-align: start; }

@media (max-width: 1023px) { .reel-band__track { grid-auto-columns: 200px; } }
@media (max-width: 767px)  { .reel-band__track { grid-auto-columns: min(72vw, 280px); } }

/* ---------- §4.3 + §5.4 Mosaic gallery component ---------- */
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 1rem;
}
.mosaic figure {
  position: relative; overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  background: var(--surface-2);
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
  margin: 0;
}
.mosaic figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
  display: block;
}
.mosaic figure::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px var(--gold-500);
  opacity: 0; transition: opacity 280ms;
  pointer-events: none;
}
.mosaic figure:hover::after,
.mosaic figure:focus-visible::after { opacity: 0.7; }
.mosaic figure:hover img { transform: scale(1.04); }
.mosaic figure:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

.mosaic .tile--hero { grid-column: span 2; grid-row: span 2; }
.mosaic .tile--tall { grid-row: span 2; }

.mosaic figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top, rgba(11,11,12,0.75), transparent);
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.8rem; color: rgba(245,242,234,0.85);
  letter-spacing: 0.04em;
  pointer-events: none;
}

@media (max-width: 767px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .mosaic .tile--hero { grid-column: span 2; grid-row: span 1; }
  .mosaic .tile--tall { grid-row: span 1; }
}

/* Gallery preview section */
.gallery-preview { padding: clamp(3rem, 6vw, 5rem) 0; }
.gallery-preview__cta { text-align: center; margin-top: 2.5rem; }

/* ---------- Gallery page filter chips ---------- */
.filter-chips {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  margin-top: 1.5rem; margin-bottom: 0;
}
.filter-chip {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-700); border: 1px solid var(--border-gold);
  background: transparent;
  padding: 0.45em 1.1em; border-radius: 100px;
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.filter-chip.is-active,
.filter-chip:hover {
  background: var(--gold-700); color: var(--bg);
  border-color: var(--gold-700);
}
[data-theme="dark"] .filter-chip { color: var(--gold-300); border-color: rgba(212,181,102,0.3); }
[data-theme="dark"] .filter-chip.is-active,
[data-theme="dark"] .filter-chip:hover { background: var(--gold-300); color: var(--ink); border-color: var(--gold-300); }

/* ---------- §4.3 Lightbox extensions ---------- */
.lightbox {
  background: rgba(11,11,12,0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* override the old .93 opacity value */
}
.lb__count {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  font-family: 'Fraunces', Georgia, serif; font-style: italic;
  font-size: 0.85rem; color: var(--gold-300);
  white-space: nowrap; pointer-events: none;
}
.lb__caption {
  position: absolute; bottom: 3.5rem; left: 50%; transform: translateX(-50%);
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.8rem; color: rgba(245,242,234,0.7);
  max-width: 60ch; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lb__video {
  max-height: 85vh; width: auto; max-width: min(90vw,560px);
  aspect-ratio: 9/16;
  box-shadow: inset 0 0 0 1px var(--gold-500), 0 40px 100px rgba(0,0,0,.6);
  border-radius: var(--radius);
}

/* ---------- 360 Experience page — split hero video panel ---------- */
.phero__video-panel {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.phero__video-wrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 9 / 16;
  max-height: 480px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(20,16,8,0.20);
}
.phero__video-wrap video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: opacity 350ms ease;
}
.phero__video-wrap::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px var(--gold-500);
  opacity: 0.4; pointer-events: none; border-radius: 10px;
}
.phero__video-dots {
  display: flex; gap: 0.5rem; align-items: center;
}
.phero__video-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(245,242,234,0.3);
  border: none; cursor: pointer; padding: 0;
  transition: background 200ms, transform 200ms;
}
.phero__video-dot.is-active { background: var(--gold-300); transform: scale(1.3); }
.phero__video-dot:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 3px; }

@media (max-width: 860px) {
  .phero__video-panel { order: -1; margin-bottom: 2rem; }
  .phero__video-wrap { max-width: 220px; max-height: 390px; }
}

/* ---------- v1.1 F-1 Fix: form status dark mode ---------- */
[data-theme="dark"] .form__status.is-ok {
  color: var(--gold-300);
  background: rgba(212,181,102,0.08);
  padding: 0.75rem 1rem;
  border-radius: 6px;
}
[data-theme="dark"] .form__status.is-err {
  color: #e87461;
  background: rgba(232,116,97,0.08);
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

/* Gallery page phero — no right column */
.phero--gallery .phero__inner { grid-template-columns: 1fr; }
.phero--gallery .phero__copy { max-width: 700px; }

/* ---------- REDUCED MOTION additions for v3.0 ---------- */
@media (prefers-reduced-motion: reduce) {
  .video-tile { transition: none !important; }
  .mosaic figure { transition: none !important; }
  .mosaic figure img { transition: none !important; }
}

/* ================================================================
   v3.1 additions — Kit 2026-05-29
   ================================================================ */

/* ---------- Booth/experience hero photo card (Nova §3.2) ---------- */
.phero__diagram--photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 540px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #0B0B0C;
  box-shadow:
    inset 0 0 0 1px rgba(212, 181, 102, 0.45),
    0 24px 64px rgba(20, 16, 8, 0.30),
    0 4px 16px rgba(20, 16, 8, 0.18);
  opacity: 0;
  transform: scale(0.97);
  filter: blur(4px);
  transition: opacity 900ms ease-out, transform 900ms cubic-bezier(.22,.61,.36,1), filter 900ms ease-out;
}
.phero__diagram--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 900ms cubic-bezier(.22,.61,.36,1);
}
.phero__diagram--photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,12,0) 60%, rgba(11,11,12,0.35) 100%);
  pointer-events: none;
}
.phero__diagram--photo.is-revealed {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  .phero__diagram--photo { opacity: 1; transform: none; filter: none; transition: none; }
  .phero__diagram--photo img { transition: none; }
}
@media (max-width: 767px) {
  .phero__diagram--photo {
    aspect-ratio: 16 / 11;
    max-height: 280px;
    margin-top: 1.5rem;
  }
}

/* ---------- Strip showcase band (Nova §4.5) ---------- */
.reel-band--strips .reel-band__track { grid-auto-columns: 180px; }
.reel-band--strips .strip-tile {
  position: relative;
  aspect-ratio: 2 / 6;
  border-radius: 4px;
  overflow: hidden;
  background: #FAF8F1;
  box-shadow:
    inset 0 0 0 1px rgba(212, 181, 102, 0.30),
    0 16px 40px rgba(20, 16, 8, 0.20);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
}
.reel-band--strips .strip-tile:hover { transform: translateY(-6px); }
.reel-band--strips .strip-tile img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1023px) { .reel-band--strips .reel-band__track { grid-auto-columns: 140px; } }
@media (max-width: 767px) { .reel-band--strips .reel-band__track { grid-auto-columns: min(48vw, 200px); } }

/* ---------- Price includes list (Echo Deliverable 1) ---------- */
.price-includes {
  list-style: none;
  margin: 0.75rem 0 0.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.price-includes li {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--ink-2);
  padding-left: 1.1em;
  position: relative;
  line-height: 1.4;
}
.price-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-500);
  font-size: 0.72rem;
}
[data-theme="dark"] .price-includes li { color: var(--ink-2); }

/* ---------- foot__hours CSS class (replaces inline style) ---------- */
.foot__hours {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- V-1 — Hero outline button readability on photo bg ---------- */
.hero__ctas .btn--outline-on-dark {
  background: rgba(11, 11, 12, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: var(--gold-300);
  color: var(--gold-300);
}
.hero__ctas .btn--outline-on-dark:hover {
  background: var(--gold-300);
  color: var(--ink);
}

/* ---------- V-6 — Hide WhatsApp button from mobile nav bar at ≤480px ---------- */
@media (max-width: 480px) {
  .nav__actions .btn--wa-outline {
    display: none;
  }
}

/* ---------- Gallery filter chips (Nova §4.8) ---------- */
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-self: center;
}
.filter-chip {
  font-family: 'General Sans', 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--gold-700);
  border-radius: 999px;
  background: transparent;
  color: var(--gold-700);
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
  min-height: 44px;
}
.filter-chip.is-active,
.filter-chip:hover {
  background: var(--gold-700); color: var(--bg);
  border-color: var(--gold-700);
}
[data-theme="dark"] .filter-chip { color: var(--gold-300); border-color: rgba(212,181,102,0.3); }
[data-theme="dark"] .filter-chip.is-active,
[data-theme="dark"] .filter-chip:hover { background: var(--gold-300); color: var(--ink); border-color: var(--gold-300); }

/* ---------- Gallery strip lightbox lb__img native aspect ---------- */
.lb__img[style*="strip"] {
  max-height: 92vh;
  width: auto;
}

/* ---------- Gallery empty state ---------- */
.gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--gold-300);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
}
.gallery-empty a { color: var(--gold-500); text-decoration: underline; }

