/* ============================================================
   FOBOZ — Premium AI smart glasses · waitlist site
   Custom layer on top of Tailwind (effects Tailwind can't do)
   ============================================================ */

:root {
  --ink-900: #0A0908;
  --ink-800: #14110F;
  --ink-700: #1C1917;
  --champagne: #CFAE7B;
  --champagne-light: #E8D5B0;
  --gold: #CA8A04;
  --paper: #F5F1EA;
  --muted: #A29A8F;
  --ease-cinematic: cubic-bezier(0.16, 1, 0.3, 1);
}

* { -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
html.js [data-lenis] { scroll-behavior: auto; }
body { font-feature-settings: "ss01", "cv01"; line-height: 1.5; }

/* Reveal body once styles are in (kills FOUC) */
body { transition: opacity 0.6s ease; }
.fonts-ready body, body.ready { opacity: 1; }

.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;
}

/* ---------- Typographic helpers ---------- */
.text-balance { text-wrap: balance; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7em;
  font-size: 0.72rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.32em; color: var(--champagne);
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px;
  background: linear-gradient(90deg, var(--champagne), transparent);
}

/* Metallic gradient text */
.text-metal {
  background: linear-gradient(100deg, #F6E9CC 0%, var(--champagne) 38%, #9A8056 60%, #F0DFBD 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: sheen 8s linear infinite;
}
@keyframes sheen { to { background-position: 200% 0; } }

/* ---------- Logo mark ---------- */
.logo-mark {
  width: 22px; height: 22px; border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, var(--champagne-light), transparent 55%),
    conic-gradient(from 210deg, #8A7250, var(--champagne), #F0DFBD, #8A7250);
  box-shadow: 0 0 14px rgba(207,174,123,0.45), inset 0 0 6px rgba(0,0,0,0.4);
  position: relative;
}
.logo-mark::after {
  content: ""; position: absolute; inset: 6px; border-radius: 50%;
  background: var(--ink-900);
  box-shadow: inset 0 0 6px rgba(207,174,123,0.5);
}

/* ---------- Nav ---------- */
#nav.is-scrolled nav {
  background: rgba(10,9,8,0.72);
  border-color: rgba(207,174,123,0.14);
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.9);
}
.nav-link {
  position: relative; font-size: 0.9rem; color: var(--muted);
  transition: color 0.3s var(--ease-cinematic); cursor: pointer;
}
.nav-link:hover { color: var(--paper); }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px;
  background: var(--champagne); transition: width 0.35s var(--ease-cinematic);
}
.nav-link:hover::after { width: 100%; }

/* ---------- Buttons ---------- */
.btn-metal {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 0.7rem 1.35rem; border-radius: 999px; cursor: pointer;
  font-weight: 500; letter-spacing: 0.01em; color: #1a1410;
  background: linear-gradient(135deg, var(--champagne-light), var(--champagne) 55%, var(--champagne-deep, #B8956A));
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 8px 26px -10px rgba(207,174,123,0.6);
  border: 1px solid rgba(255,255,255,0.18);
  transition: transform 0.4s var(--ease-cinematic), box-shadow 0.4s var(--ease-cinematic), filter 0.3s ease;
  position: relative; overflow: hidden;
}
.btn-metal::before {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
  transition: transform 0.7s var(--ease-cinematic);
}
.btn-metal:hover { filter: brightness(1.05); box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 14px 38px -12px rgba(207,174,123,0.8); }
.btn-metal:hover::before { transform: translateX(120%); }
.btn-metal:focus-visible { outline: 2px solid var(--champagne-light); outline-offset: 3px; }
.btn-lg { padding: 0.95rem 1.8rem; font-size: 1rem; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5em;
  padding: 0.95rem 1.4rem; border-radius: 999px; cursor: pointer;
  color: var(--paper); border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.02); backdrop-filter: blur(8px);
  transition: border-color 0.35s var(--ease-cinematic), background 0.35s var(--ease-cinematic);
}
.btn-ghost:hover { border-color: rgba(207,174,123,0.5); background: rgba(207,174,123,0.06); }
.btn-ghost:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }

/* ---------- Hero ---------- */
.hero-light { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; }
.orb--1 { width: 50vw; height: 50vw; max-width: 720px; max-height: 720px; top: -10%; right: -8%;
  background: radial-gradient(circle, rgba(207,174,123,0.42), transparent 65%); animation: float1 18s ease-in-out infinite; }
.orb--2 { width: 38vw; height: 38vw; max-width: 520px; max-height: 520px; bottom: -12%; left: -6%;
  background: radial-gradient(circle, rgba(202,138,4,0.22), transparent 65%); animation: float2 22s ease-in-out infinite; }
.hero-ring {
  position: absolute; top: 50%; left: 60%; width: 60vw; height: 60vw; max-width: 820px; max-height: 820px;
  transform: translate(-50%,-50%); border-radius: 50%;
  border: 1px solid rgba(207,174,123,0.08);
  box-shadow: 0 0 0 1px rgba(207,174,123,0.04), inset 0 0 120px rgba(207,174,123,0.05);
}
@keyframes float1 { 50% { transform: translate(-30px, 30px) scale(1.08); } }
@keyframes float2 { 50% { transform: translate(28px, -24px) scale(1.05); } }

.hero-product { position: relative; }
.product-stage { position: relative; display: grid; place-items: center; min-height: 340px; }
.product-stage .glasses { width: min(100%, 540px); height: auto; filter: drop-shadow(0 24px 60px rgba(0,0,0,0.6)); animation: bob 7s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-12px); } }
.product-glow {
  position: absolute; inset: 8% 4%; z-index: -1; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(207,174,123,0.3), transparent 62%);
  filter: blur(48px);
}

/* Spec hotspots on the product */
.spec-dot { position: absolute; display: flex; align-items: center; gap: 0.6rem; cursor: default; }
.spec-dot em {
  width: 11px; height: 11px; border-radius: 50%; background: var(--champagne);
  box-shadow: 0 0 0 4px rgba(207,174,123,0.18), 0 0 14px rgba(207,174,123,0.7);
  position: relative;
}
.spec-dot em::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid rgba(207,174,123,0.5); animation: ping 2.6s var(--ease-cinematic) infinite;
}
@keyframes ping { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(2.4); opacity: 0; } }
.spec-label {
  font-size: 0.72rem; letter-spacing: 0.06em; color: var(--paper);
  background: rgba(20,17,15,0.7); backdrop-filter: blur(8px);
  border: 1px solid rgba(207,174,123,0.18); border-radius: 999px; padding: 0.25rem 0.7rem;
  opacity: 0; transform: translateX(-6px); transition: all 0.4s var(--ease-cinematic); white-space: nowrap;
}
.spec-dot:hover .spec-label { opacity: 1; transform: translateX(0); }
.spec-dot--cam { top: 14%; left: 6%; }
.spec-dot--audio { bottom: 20%; right: 4%; }
.spec-dot--mat { top: 60%; left: 2%; }

.avatar {
  width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--ink-900);
  background: linear-gradient(135deg, #3a342c, #5a5046);
}
.avatar:nth-child(2){ background: linear-gradient(135deg,#4a3f30,#7a6a4f);}
.avatar:nth-child(3){ background: linear-gradient(135deg,#322d27,#544b3e);}
.avatar:nth-child(4){ background: linear-gradient(135deg,#453a2c,#6b5d45);}

/* Scroll cue */
.scroll-cue { display: block; width: 22px; height: 36px; border: 1px solid rgba(207,174,123,0.4); border-radius: 12px; position: relative; }
.scroll-cue em { position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px; background: var(--champagne); animation: cue 1.8s var(--ease-cinematic) infinite; }
@keyframes cue { 0%{ opacity:0; transform: translateY(0);} 30%{opacity:1;} 70%{opacity:1; transform: translateY(12px);} 100%{opacity:0; transform: translateY(14px);} }

/* ---------- Manifesto ---------- */
.line-reveal { display: block; }

/* ---------- Capability cards ---------- */
.cap-card {
  position: relative; padding: 2rem 1.75rem; border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  border: 1px solid rgba(255,255,255,0.07);
  transition: transform 0.5s var(--ease-cinematic), border-color 0.5s var(--ease-cinematic), background 0.5s var(--ease-cinematic);
  overflow: hidden; cursor: default;
}
.cap-card::before {
  content: ""; position: absolute; inset: 0; border-radius: 20px; padding: 1px;
  background: linear-gradient(160deg, rgba(207,174,123,0.5), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.5s var(--ease-cinematic);
}
.cap-card:hover { transform: translateY(-6px); border-color: rgba(207,174,123,0.22); background: linear-gradient(160deg, rgba(207,174,123,0.07), rgba(255,255,255,0.015)); }
.cap-card:hover::before { opacity: 1; }
.cap-icon {
  display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px;
  color: var(--champagne); background: rgba(207,174,123,0.08); border: 1px solid rgba(207,174,123,0.16);
  margin-bottom: 1.4rem;
}
.cap-icon svg { width: 24px; height: 24px; }
.cap-title { font-size: 1.3rem; font-weight: 400; letter-spacing: -0.01em; margin-bottom: 0.6rem; }
.cap-text { color: var(--muted); font-size: 0.95rem; line-height: 1.6; }

/* ---------- Product showcase ---------- */
.showcase-stage { position: relative; display: grid; place-items: center; min-height: 360px; padding: 2rem; }
.showcase-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(207,174,123,0.16), transparent 60%); filter: blur(30px); }
.showcase-svg-fallback svg { width: min(100%, 560px); height: auto; filter: drop-shadow(0 30px 70px rgba(0,0,0,0.6)); }
.glasses--detail { display: none; } /* placeholder slot — using fallback render */

.spec-row { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.05rem 0; }
.spec-row dt { color: var(--muted); font-size: 0.92rem; }
.spec-row dd { color: var(--paper); text-align: right; font-size: 0.95rem; }

/* ---------- Privacy ---------- */
.privacy-panel {
  position: relative; border-radius: 28px; padding: clamp(2rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 85% 0%, rgba(207,174,123,0.08), transparent 45%),
    linear-gradient(160deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
}
.trust-card {
  padding: 1.5rem; border-radius: 16px; background: rgba(10,9,8,0.4);
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.4s var(--ease-cinematic), transform 0.4s var(--ease-cinematic);
}
.trust-card:hover { border-color: rgba(207,174,123,0.25); transform: translateY(-3px); }
.trust-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--champagne); background: rgba(207,174,123,0.08); margin-bottom: 1rem; }
.trust-icon svg { width: 21px; height: 21px; }
.trust-icon--led { color: var(--gold); position: relative; }
.trust-icon--led::after { content: ""; position: absolute; top: 9px; right: 9px; width: 6px; height: 6px; border-radius: 50%; background: #ff5a3c; box-shadow: 0 0 8px #ff5a3c; animation: rec 2s ease-in-out infinite; }
@keyframes rec { 50% { opacity: 0.3; } }
.trust-card h3 { font-size: 1.05rem; font-weight: 500; margin-bottom: 0.4rem; }
.trust-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }

/* ---------- Waitlist ---------- */
.waitlist-aura {
  position: absolute; top: 50%; left: 50%; width: 80vw; height: 80vw; max-width: 900px; max-height: 900px;
  transform: translate(-50%,-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(207,174,123,0.14), transparent 60%);
  filter: blur(40px); pointer-events: none;
}
.form-field {
  display: flex; gap: 0.5rem; padding: 0.45rem; border-radius: 999px;
  background: rgba(10,9,8,0.6); border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s var(--ease-cinematic), box-shadow 0.4s var(--ease-cinematic);
}
.form-field:focus-within { border-color: rgba(207,174,123,0.5); box-shadow: 0 0 0 4px rgba(207,174,123,0.08); }
.form-input {
  flex: 1; min-width: 0; background: transparent; border: 0; outline: none;
  color: var(--paper); font-size: 1rem; padding: 0.6rem 1rem 0.6rem 1.2rem;
}
.form-input::placeholder { color: rgba(162,154,143,0.7); }
.form-submit { flex-shrink: 0; }
.form-submit .btn-spinner {
  display: none; width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid rgba(26,20,16,0.3); border-top-color: #1a1410; animation: spin 0.7s linear infinite;
}
.is-loading .btn-label { opacity: 0.5; }
.is-loading .btn-spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { min-height: 1.4rem; margin-top: 1rem; font-size: 0.9rem; }
.form-status.is-error { color: #ff8d6e; }
.form-status.is-success { color: var(--champagne-light); }
.form-field.is-success { border-color: rgba(207,174,123,0.6); }

.social {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px;
  color: var(--muted); border: 1px solid rgba(255,255,255,0.08);
  transition: color 0.3s var(--ease-cinematic), border-color 0.3s var(--ease-cinematic), transform 0.3s var(--ease-cinematic);
}
.social:hover { color: var(--champagne); border-color: rgba(207,174,123,0.4); transform: translateY(-2px); }

/* ---------- Cursor glow ---------- */
#cursor-glow {
  position: fixed; top: 0; left: 0; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(207,174,123,0.10), transparent 60%);
  transform: translate(-50%, -50%); pointer-events: none; z-index: 0;
  opacity: 0; transition: opacity 0.5s ease; will-change: transform;
}
@media (hover: hover) and (pointer: fine) { #cursor-glow.active { opacity: 1; } }

/* ---------- Grain + vignette ---------- */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 35%, transparent 55%, rgba(0,0,0,0.55) 100%);
}

/* ---------- Reveal animation (JS adds .is-visible) ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease-cinematic), transform 0.9s var(--ease-cinematic); }
.reveal.is-visible { opacity: 1; transform: none; }
.line-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.9s var(--ease-cinematic), transform 0.9s var(--ease-cinematic); }
.line-reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal, .line-reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  .text-metal { animation: none; }
  .orb, .product-stage .glasses { animation: none; }
}

/* ============================================================
   LIGHT SECTIONS (hybrid editorial) + v3 components
   ============================================================ */
.section-light {
  background: #F4EFE6;
  color: #2A2520;
  position: relative;
  isolation: isolate;
}
.section-light h1, .section-light h2, .section-light h3 { color: #14110F; }
.text-muted-l { color: #6E655A; }

.section-light .eyebrow { color: #8A6E3F; }
.section-light .eyebrow::before { background: linear-gradient(90deg, #8A6E3F, transparent); }

.section-light .text-metal {
  background: linear-gradient(100deg, #B08A45 0%, #8A6E3F 40%, #6B5536 62%, #B08A45 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Capability cards — light */
.section-light .cap-card {
  background: rgba(255,255,255,0.72);
  border-color: rgba(28,25,23,0.09);
  box-shadow: 0 1px 2px rgba(40,30,12,0.04);
}
.section-light .cap-card:hover {
  background: #fff; border-color: rgba(138,110,63,0.32);
  box-shadow: 0 24px 46px -26px rgba(60,45,20,0.4);
}
.section-light .cap-card::before { background: linear-gradient(160deg, rgba(138,110,63,0.45), transparent 40%); }
.section-light .cap-icon { color: #8A6E3F; background: rgba(138,110,63,0.08); border-color: rgba(138,110,63,0.2); }
.section-light .cap-title { color: #14110F; }
.section-light .cap-text { color: #6E655A; }

/* Showcase — light */
.section-light .showcase-glow { background: radial-gradient(ellipse at 50% 50%, rgba(138,110,63,0.13), transparent 60%); }
.section-light .showcase-svg-fallback svg { filter: drop-shadow(0 28px 56px rgba(60,45,20,0.2)); }

/* Benefit list */
.benefit { display: flex; align-items: center; gap: 0.8rem; color: #2A2520; font-size: 1.02rem; }
.benefit-dot { flex-shrink: 0; width: 7px; height: 7px; border-radius: 50%; background: #8A6E3F; box-shadow: 0 0 0 4px rgba(138,110,63,0.12); }

/* Trust cards — light */
.section-light .trust-card { background: rgba(255,255,255,0.72); border-color: rgba(28,25,23,0.09); padding: 1.6rem; }
.section-light .trust-card:hover { border-color: rgba(138,110,63,0.32); }
.section-light .trust-icon { color: #8A6E3F; background: rgba(138,110,63,0.08); }
.section-light .trust-card h3 { color: #14110F; font-size: 1.12rem; }
.section-light .trust-card p { color: #6E655A; font-size: 0.93rem; }

/* ---------- Day-in-the-life timeline ---------- */
.timeline { position: relative; max-width: 720px; }
.timeline::before {
  content: ""; position: absolute; left: 7px; top: 18px; bottom: 18px; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(207,174,123,0.45) 10%, rgba(207,174,123,0.45) 90%, transparent);
}
.t-item { position: relative; display: flex; gap: 1.6rem; padding: 1.35rem 0; }
.t-marker { position: relative; z-index: 1; flex-shrink: 0; width: 15px; height: 15px; margin-top: 7px; border-radius: 50%; background: var(--ink-900); border: 1px solid rgba(207,174,123,0.5); }
.t-marker::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 10px rgba(207,174,123,0.7); }
.t-time { display: inline-block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--champagne); margin-bottom: 0.55rem; }
.t-body h3 { font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 300; color: var(--paper); margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.t-body p { color: var(--muted); max-width: 48ch; line-height: 1.6; }

/* ---------- Ecosystem cards (dark) ---------- */
.eco-card {
  position: relative; padding: 1.8rem 1.5rem; border-radius: 18px; overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012));
  border: 1px solid rgba(255,255,255,0.07);
  transition: transform 0.5s var(--ease-cinematic), border-color 0.5s var(--ease-cinematic), background 0.5s var(--ease-cinematic);
}
.eco-card:hover { transform: translateY(-5px); border-color: rgba(207,174,123,0.24); background: linear-gradient(160deg, rgba(207,174,123,0.06), rgba(255,255,255,0.015)); }
.eco-num { position: absolute; top: 1.35rem; right: 1.4rem; font-size: 0.72rem; letter-spacing: 0.18em; color: rgba(207,174,123,0.5); }
.eco-icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--champagne); background: rgba(207,174,123,0.08); border: 1px solid rgba(207,174,123,0.16); margin-bottom: 1.3rem; }
.eco-icon svg { width: 23px; height: 23px; }
.eco-card h3 { font-size: 1.12rem; font-weight: 500; margin-bottom: 0.5rem; }
.eco-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.55; margin-bottom: 1.15rem; }
.eco-tag { display: inline-block; font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--champagne); padding: 0.28rem 0.62rem; border: 1px solid rgba(207,174,123,0.22); border-radius: 999px; }

/* ---------- FAQ accordion (light) ---------- */
.faq-list { border-top: 1px solid rgba(28,25,23,0.1); }
.faq-item { border-bottom: 1px solid rgba(28,25,23,0.1); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; padding: 1.4rem 0.25rem; font-size: 1.08rem; color: #14110F; transition: color 0.3s var(--ease-cinematic); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #8A6E3F; }
.faq-plus { position: relative; flex-shrink: 0; width: 18px; height: 18px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #8A6E3F; transition: transform 0.35s var(--ease-cinematic); }
.faq-plus::before { width: 14px; height: 1.5px; }
.faq-plus::after { width: 1.5px; height: 14px; }
.faq-item[open] .faq-plus::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-answer { overflow: hidden; padding: 0 0.25rem; }
.faq-answer p { color: #6E655A; line-height: 1.65; padding-bottom: 1.4rem; max-width: 62ch; }
.faq-item[open] .faq-answer { animation: faqOpen 0.5s var(--ease-cinematic); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- Multi-field waitlist form (dark) ---------- */
.field-label { display: block; font-size: 0.76rem; letter-spacing: 0.04em; color: var(--muted); margin-bottom: 0.45rem; }
.field-label .opt { color: rgba(162,154,143,0.55); }
.form-input-box {
  width: 100%; background: rgba(10,9,8,0.5); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px;
  color: var(--paper); font-size: 1rem; padding: 0.85rem 1rem; outline: none;
  transition: border-color 0.35s var(--ease-cinematic), box-shadow 0.35s var(--ease-cinematic);
}
.form-input-box::placeholder { color: rgba(162,154,143,0.55); }
.form-input-box:focus { border-color: rgba(207,174,123,0.5); box-shadow: 0 0 0 4px rgba(207,174,123,0.08); }
.form-input-box:disabled { opacity: 0.55; }

/* ============================================================
   PRODUCT PHOTOGRAPHY (real renders)
   ============================================================ */

/* Cinematic split hero — copy left, glasses bleed in from the right */
#hero.hero-split { background: #0A0908; min-height: 100svh; }
#hero .hero-media { position: absolute; top: 0; right: 0; bottom: 0; left: 40%; z-index: 0; }
#hero .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; animation: heroSettle 1.9s var(--ease-cinematic) both; }
#hero .hero-img.img-missing { display: none; }
@keyframes heroSettle { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1); } }
#hero .hero-glow { position: absolute; z-index: 2; top: 46%; left: 50%; width: 62%; height: 58%; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; mix-blend-mode: screen; background: radial-gradient(ellipse at center, rgba(207,174,123,0.14), transparent 66%); }
#hero .hero-fade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, #0A0908 0%, #0A0908 41%, rgba(10,9,8,0.4) 60%, rgba(10,9,8,0) 85%),
    linear-gradient(0deg, rgba(10,9,8,0.5) 0%, rgba(10,9,8,0) 30%),
    linear-gradient(180deg, rgba(10,9,8,0.45) 0%, rgba(10,9,8,0) 20%);
}
#hero .hero-spot { position: absolute; z-index: 1; top: 0; left: 0; width: 540px; height: 540px; margin: -270px 0 0 -270px; border-radius: 50%; pointer-events: none; mix-blend-mode: screen; opacity: 0; transition: opacity 0.6s ease; will-change: transform; background: radial-gradient(circle, rgba(207,174,123,0.12), transparent 60%); }
#hero .hero-spot.active { opacity: 1; }
/* Stacked (tablet / mobile): glasses banner on top, copy lifted into its base
   so image + copy read as one connected, cinematic block — no dead gap. */
@media (max-width: 1023px) {
  #hero.hero-split { display: block; min-height: auto; }
  #hero .hero-media { position: relative; inset: auto; left: auto; width: 100%; height: clamp(300px, 52vh, 540px); }
  #hero .hero-img { object-position: 50% 38%; }
  #hero .hero-glow, #hero .hero-spot { display: none; }
  #hero .hero-fade { inset: 0 0 auto 0; height: clamp(300px, 52vh, 540px);
    background: linear-gradient(0deg, #0A0908 0%, rgba(10,9,8,0.92) 16%, rgba(10,9,8,0.35) 48%, rgba(10,9,8,0) 76%); }
  #hero .relative.z-10 { position: relative; z-index: 10; min-height: auto !important;
    margin-top: clamp(-5.5rem, -12vh, -3.25rem); padding-top: 0; padding-bottom: clamp(2.75rem, 7vh, 4rem); }
  #hero .hero-copy { margin-inline: auto; }
  #hero > .absolute { display: none; }
}
/* Short-but-wide desktop: keep the split, but don't let the glasses float away
   from the copy — pull the image plate in and lift the copy block slightly. */
@media (min-width: 1024px) and (max-height: 720px) {
  #hero .relative.z-10 { padding-block: 6rem; }
}

/* Reusable framed photo (dark sections) */
.media-frame { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); background: #0A0908; }
.media-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-frame.is-missing { min-height: 340px; }
.media-frame.is-missing::after { content: "Render slot"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(207,174,123,0.4); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; }
.frame-glow { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 90px rgba(0,0,0,0.55); border-radius: 20px; }

/* Full-width cinematic detail band (image 4) */
.detail-band { position: relative; min-height: 72vh; display: flex; align-items: center; overflow: hidden; background: #0A0908; }
.band-media { position: absolute; inset: -7%; z-index: 0; background: #0A0908; will-change: transform; }
.band-media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; }
.band-media img.img-missing { display: none; }
.band-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(10,9,8,0.55) 0%, transparent 28%, rgba(10,9,8,0.5) 64%, rgba(10,9,8,0.96) 100%); }

/* Ecosystem hero photo (image 3) */
.eco-hero { position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 2.5rem; background: #0A0908; border: 1px solid rgba(255,255,255,0.07); }
.eco-hero img { display: block; width: 100%; height: auto; max-height: 58vh; object-fit: cover; }
.eco-hero img.img-missing { display: none; }
.eco-hero.has-missing { min-height: 280px; }
.eco-hero-scrim { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, transparent 42%, rgba(10,9,8,0.55) 100%); }

/* Benefit list base = light text on dark; overridden in light sections */
.benefit { color: var(--paper); }
.section-light .benefit { color: #2A2520; }

/* ---------- Brand wordmark ---------- */
.wordmark { display: block; width: auto; }
.wordmark--nav { height: 17px; }
.wordmark--footer { height: 22px; }
@media (min-width: 768px) { .wordmark--nav { height: 18px; } }

/* ============================================================
   PHASE 0 — LIGHT-LED RE-THEME + CHAMPAGNE AUDIT
   Light is the default; dark = Hero, Detail Band, Footer only.
   Champagne demoted to: CTA, one emphasized word, hairline marks.
   ============================================================ */
:root { --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; --bronze: #8A6E3F; --paper-card: #FBF8F2; --ink-line: rgba(20,17,15,0.12); --ink-line-strong: rgba(20,17,15,0.20); }

/* --- Kill the animated metallic sheen; emphasis = flat static accent --- */
.text-metal { animation: none !important; background-image: linear-gradient(100deg, #E8D5B0, #CFAE7B 55%, #B8956A); background-size: 100% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section-light .text-metal { background-image: linear-gradient(100deg, #A9833F, #8A6E3F 55%, #6B5536); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* --- Remove decorative glows / auras / orbs / cursor entirely --- */
#cursor-glow { display: none !important; }
.day-aura, .waitlist-aura, .showcase-glow, .product-glow, .hero-light, .orb, .hero-ring { display: none !important; }

/* --- Grain: lighten its footprint on the now-light page --- */
.grain { opacity: 0.035; }

/* --- Eyebrows -> monospace technical labels, neutral by default --- */
.eyebrow { font-family: var(--mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.26em; color: #6E655A; }
.eyebrow::before { background: linear-gradient(90deg, #6E655A, transparent); }
.section-light .eyebrow { color: #6E655A; }
.section-light .eyebrow::before { background: linear-gradient(90deg, #6E655A, transparent); }
/* dark beats keep a brighter eyebrow */
#hero .eyebrow { color: var(--champagne); }
#hero .eyebrow::before { background: linear-gradient(90deg, var(--champagne), transparent); }
.detail-band .eyebrow, .day-figure-cap .eyebrow { color: rgba(245,241,234,0.6); }
.detail-band .eyebrow::before, .day-figure-cap .eyebrow::before { background: linear-gradient(90deg, rgba(245,241,234,0.5), transparent); }

/* --- Light-section body copy: fix dark-assumed utility colors --- */
.section-light .text-muted { color: #6E655A; }
.day-figure-cap .text-paper, .day-figure-cap .text-muted { color: #F5F1EA; }  /* day figure is a dark image plate */

/* --- Capability cards: neutral, no champagne border, mono numbering --- */
.section-light .cap-card { background: var(--paper-card); border-color: var(--ink-line); box-shadow: 0 1px 2px rgba(40,30,12,0.04); }
.section-light .cap-card::before { display: none; }
.section-light .cap-card:hover { transform: translateY(-6px); border-color: var(--ink-line-strong); background: #fff; box-shadow: 0 22px 44px -26px rgba(60,45,20,0.26); }
.section-light .cap-icon { color: var(--bronze); background: rgba(138,110,63,0.07); border-color: rgba(138,110,63,0.18); }

/* --- A Day timeline (light) --- */
.section-light .timeline::before { background: linear-gradient(180deg, transparent, var(--ink-line-strong) 10%, var(--ink-line-strong) 90%, transparent); }
.section-light .t-marker { background: #F4EFE6; border-color: var(--ink-line-strong); }
.section-light .t-marker::after { background: var(--bronze); box-shadow: none; }
.section-light .t-time { font-family: var(--mono); color: #6E655A; letter-spacing: 0.22em; }
.section-light .t-body h3 { color: #14110F; }
.section-light .t-body p { color: #6E655A; }

/* --- Glasses & Case (light): product sits as a dark plate on paper --- */
.section-light .media-frame { border-color: var(--ink-line); }
.section-light .benefit-dot { background: var(--bronze); box-shadow: 0 0 0 4px rgba(138,110,63,0.10); }

/* --- Ecosystem (light) --- */
.section-light .eco-hero { border-color: var(--ink-line); }
.section-light .eco-card { background: var(--paper-card); border-color: var(--ink-line); }
.section-light .eco-card:hover { transform: translateY(-5px); border-color: var(--ink-line-strong); background: #fff; }
.section-light .eco-num { font-family: var(--mono); color: #B9B0A3; letter-spacing: 0.08em; }
.section-light .eco-icon { color: var(--bronze); background: rgba(138,110,63,0.07); border-color: rgba(138,110,63,0.18); }
.section-light .eco-card h3 { color: #14110F; }
.section-light .eco-card p { color: #6E655A; }
.section-light .eco-tag { font-family: var(--mono); color: #6E655A; border-color: var(--ink-line); letter-spacing: 0.18em; }

/* --- Privacy (light): trust cards already have light overrides; keep red LED --- */
.section-light .trust-card { background: var(--paper-card); border-color: var(--ink-line); }
.section-light .trust-card:hover { border-color: var(--ink-line-strong); }

/* --- Waitlist (light): form on paper, champagne only on focus ring --- */
.section-light .form-input-box { background: #fff; border-color: var(--ink-line); color: #14110F; }
.section-light .form-input-box::placeholder { color: #9a9186; }
.section-light .form-input-box:focus { border-color: var(--champagne); box-shadow: 0 0 0 4px rgba(207,174,123,0.16); }
.section-light .field-label { color: #6E655A; font-family: var(--mono); letter-spacing: 0.04em; }
.section-light .form-status.is-success { color: var(--bronze); }

/* --- Spec/number labels -> mono where present --- */
.section-light .spec-row dt { font-family: var(--mono); color: #6E655A; letter-spacing: 0.04em; }

/* ============================================================
   NAV — light frosted pill (floats over dark hero + light body)
   ============================================================ */
#nav nav { background: rgba(20,17,15,0.5) !important; border-color: rgba(207,174,123,0.14) !important; }
#nav.is-scrolled nav { background: rgba(10,9,8,0.74) !important; border-color: rgba(207,174,123,0.18) !important; box-shadow: 0 12px 40px -22px rgba(0,0,0,0.55); }
.nav-link { color: rgba(245,241,234,0.72); }
.nav-link:hover { color: var(--paper); }

/* ============================================================
   FOOTER — explicit dark (closing punctuation)
   ============================================================ */
footer.relative { background: #0A0908; }

/* --- Motion restraint: card hover-rise only (tilt removed in JS) --- */
.cap-card, .eco-card { transition: transform 0.5s var(--ease-cinematic), border-color 0.5s var(--ease-cinematic), background 0.5s var(--ease-cinematic), box-shadow 0.5s var(--ease-cinematic); }

/* --- "First look" teaser tag on the dark product renders (teaser, not reveal) --- */
.teaser-tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 0.7em;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--champagne); background: rgba(10,9,8,0.42);
  border: 1px solid rgba(207,174,123,0.3); border-radius: 999px;
  padding: 6px 13px; backdrop-filter: blur(8px);
}
.teaser-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--champagne); box-shadow: 0 0 8px rgba(207,174,123,0.8); animation: teaserPulse 2.2s ease-in-out infinite; }
@keyframes teaserPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.75); } }

/* ============================================================
   ACCESSIBILITY — skip link + branded focus rings
   ============================================================ */
.skip-link {
  position: absolute; left: 50%; top: -64px; transform: translateX(-50%); z-index: 100;
  background: var(--champagne); color: #1a1410; font-family: var(--mono); font-size: 0.78rem;
  letter-spacing: 0.08em; padding: 10px 18px; border-radius: 0 0 10px 10px; text-decoration: none;
  transition: top 0.25s var(--ease-cinematic);
}
.skip-link:focus { top: 0; outline: none; }
#main:focus { outline: none; }
:where(a, button, summary, input, [tabindex="0"]):focus-visible {
  outline: 2px solid #8A6E3F; outline-offset: 3px; border-radius: 4px;
}

/* <picture> wrappers must not affect layout */
picture { display: contents; }

/* --- Hero headline: masked line-reveal (rises from behind a mask on load) --- */
.hero-line { display: block; overflow: hidden; padding: 0.04em 0.08em; margin: -0.04em -0.08em; }
.hero-line-in { display: block; transform: translateY(118%); transition: transform 1.05s var(--ease-cinematic); }
body.ready .hero-line-in { transform: translateY(0); }
.hero-line:nth-child(2) .hero-line-in { transition-delay: 0.11s; }

/* ============================================================
   PHASE 1 — MULTI-PAGE NAV, REFINED SECTIONS & NEW PAGES
   ============================================================ */

/* ---------- Nav: active link + mobile menu ---------- */
.nav-link.is-active { color: var(--paper); }
.nav-link.is-active::after { width: 100%; }

.nav-toggle {
  place-items: center; width: 40px; height: 40px; border-radius: 999px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); cursor: pointer;
  transition: border-color 0.3s var(--ease-cinematic), background 0.3s var(--ease-cinematic);
}
@media (max-width: 767px) { .nav-toggle { display: inline-grid; } }
.nav-toggle:hover { border-color: rgba(207,174,123,0.4); }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  display: block; width: 16px; height: 1.4px; background: var(--paper); border-radius: 2px;
  transition: transform 0.35s var(--ease-cinematic), opacity 0.25s ease, top 0.35s var(--ease-cinematic);
}
.nav-toggle-bars { position: relative; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -5px; }
.nav-toggle-bars::after { top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 767px) {
  .mobile-menu {
    display: flex; flex-direction: column; gap: 0.25rem;
    margin: 0.55rem 1.5rem 0; padding: 0.55rem; border-radius: 22px;
    background: rgba(10,9,8,0.92); border: 1px solid rgba(207,174,123,0.16);
    backdrop-filter: blur(18px); box-shadow: 0 24px 60px -28px rgba(0,0,0,0.8);
    opacity: 0; transform: translateY(-10px);
    transition: opacity 0.32s var(--ease-cinematic), transform 0.32s var(--ease-cinematic);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu.is-open { opacity: 1; transform: none; }
  .mobile-link {
    padding: 0.85rem 1rem; border-radius: 14px; font-size: 1.05rem;
    color: rgba(245,241,234,0.78); transition: color 0.3s, background 0.3s;
  }
  .mobile-link:hover, .mobile-link.is-active { color: var(--paper); background: rgba(255,255,255,0.05); }
  .mobile-cta { margin: 0.55rem 0.4rem 0.25rem; width: auto; }
}
/* On the smallest screens, keep the header uncrowded: the bar CTA gives way to
   the hamburger, and "Reserve yours" lives inside the mobile menu instead. */
@media (max-width: 639px) { .btn-metal.nav-cta { display: none; } }

/* ---------- Quiet text link (read story / explore) ---------- */
.link-quiet {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bronze); transition: color 0.3s var(--ease-cinematic);
}
.link-quiet svg { transition: transform 0.35s var(--ease-cinematic); }
.link-quiet:hover { color: #6B5536; }
.link-quiet:hover svg { transform: translateX(4px); }
.on-dark .link-quiet, .link-quiet--light { color: var(--champagne); }
.on-dark .link-quiet:hover, .link-quiet--light:hover { color: var(--champagne-light); }

/* ---------- Vision rule ---------- */
.vision-rule { display: block; width: 44px; height: 1px; margin: 2rem auto 0;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent); opacity: 0.6; }

/* ============================================================
   FEATURE ACCORDION (capabilities)
   ============================================================ */
.feature-accordion { display: grid; gap: 2.25rem; align-items: start; }
@media (min-width: 768px) { .feature-accordion { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.feature-list { display: flex; flex-direction: column; }
.feature-item { border-bottom: 1px solid var(--ink-line); }
.feature-item:first-child { border-top: 1px solid var(--ink-line); }
.feature-h { margin: 0; font-weight: inherit; font-size: inherit; }
.feature-trigger {
  width: 100%; display: flex; align-items: center; gap: 1rem; padding: 1.45rem 0.25rem;
  background: none; border: 0; cursor: pointer; text-align: left;
}
.feature-index { flex-shrink: 0; width: 1.7rem; font-family: var(--mono); font-size: 0.74rem;
  letter-spacing: 0.06em; color: #B9B0A3; transition: color 0.35s var(--ease-cinematic); }
.feature-name { flex: 1; font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 300; letter-spacing: -0.01em;
  color: #8A8077; transition: color 0.35s var(--ease-cinematic); }
.feature-item.is-active .feature-name { color: #14110F; }
.feature-item.is-active .feature-index { color: var(--bronze); }
.feature-trigger:hover .feature-name { color: #4A433B; }
.feature-chevron { position: relative; flex-shrink: 0; width: 16px; height: 16px; }
.feature-chevron::before, .feature-chevron::after {
  content: ""; position: absolute; top: 50%; width: 9px; height: 1.5px; border-radius: 2px;
  background: var(--bronze); transition: transform 0.4s var(--ease-cinematic);
}
.feature-chevron::before { left: 1px; transform: translateY(-50%) rotate(45deg); }
.feature-chevron::after { right: 1px; transform: translateY(-50%) rotate(-45deg); }
.feature-item.is-active .feature-chevron::before { transform: translateY(-50%) rotate(-45deg); }
.feature-item.is-active .feature-chevron::after { transform: translateY(-50%) rotate(45deg); }

.feature-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease-cinematic); }
.feature-item.is-active .feature-panel { grid-template-rows: 1fr; }
.feature-panel-inner { overflow: hidden; min-height: 0; }
.feature-desc { color: #6E655A; line-height: 1.65; max-width: 44ch; padding: 0 0.25rem 1.5rem; }

.feature-visual--inline { padding: 0 0.25rem 1.75rem; }
.feature-visual--inline .fv-art {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem;
  background: #fff; border: 1px solid var(--ink-line); border-radius: 16px; padding: 1.75rem 1.5rem; color: var(--bronze);
}
.feature-visual--inline .fv-art svg { width: 190px; height: auto; }
@media (min-width: 768px) { .feature-visual--inline { display: none; } }

.feature-stage { display: none; }
@media (min-width: 768px) {
  .feature-stage {
    display: block; position: sticky; top: 7rem;
    aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden;
    background: radial-gradient(circle at 50% 42%, rgba(138,110,63,0.08), transparent 62%), var(--paper-card);
    border: 1px solid var(--ink-line); box-shadow: 0 30px 70px -40px rgba(60,45,20,0.4);
  }
  .feature-stage .fv-art {
    position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1.4rem; color: var(--bronze); opacity: 0; transform: scale(0.97); pointer-events: none;
    transition: opacity 0.55s var(--ease-cinematic), transform 0.55s var(--ease-cinematic);
  }
  .feature-stage .fv-art.is-active { opacity: 1; transform: none; }
  .feature-stage .fv-art svg { width: min(58%, 300px); height: auto; }
}
.fv-cap { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #6E655A; }

/* Feature micro-visual motion (active only) */
.fv-art.is-active .fv-pulse, .feature-item.is-active .fv-pulse {
  transform-box: fill-box; transform-origin: center; animation: fvFocus 3.2s var(--ease-cinematic) infinite; }
@keyframes fvFocus { 0%,100% { opacity: 0.5; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1); } }

.fv-art.is-active .fv-wave rect, .feature-item.is-active .fv-wave rect {
  transform-box: fill-box; transform-origin: center; animation: fvWave 1.5s ease-in-out infinite; }
.fv-wave rect:nth-child(1) { animation-delay: 0s; }
.fv-wave rect:nth-child(2) { animation-delay: 0.12s; }
.fv-wave rect:nth-child(3) { animation-delay: 0.24s; }
.fv-wave rect:nth-child(4) { animation-delay: 0.36s; }
.fv-wave rect:nth-child(5) { animation-delay: 0.24s; }
.fv-wave rect:nth-child(6) { animation-delay: 0.12s; }
.fv-wave rect:nth-child(7) { animation-delay: 0s; }
@keyframes fvWave { 0%,100% { transform: scaleY(0.5); } 50% { transform: scaleY(1); } }

.fv-art.is-active .fv-spark, .feature-item.is-active .fv-spark {
  transform-box: fill-box; transform-origin: center; animation: fvSpark 2.6s var(--ease-cinematic) infinite; }
@keyframes fvSpark { 0%,100% { opacity: 0.45; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.12); } }

.fv-art.is-active .fv-route, .feature-item.is-active .fv-route { animation: fvRoute 16s linear infinite; }
@keyframes fvRoute { to { stroke-dashoffset: -120; } }

.fv-art.is-active .fv-card-1, .feature-item.is-active .fv-card-1 {
  transform-box: fill-box; transform-origin: center; animation: fvCard 5s var(--ease-cinematic) infinite; }
@keyframes fvCard { 0%,100% { transform: translate(0,0); } 50% { transform: translate(2px,-2px); } }

.fv-art.is-active .fv-arc, .feature-item.is-active .fv-arc { animation: fvArc 2.8s ease-in-out infinite; }
.fv-arc-1 { animation-delay: 0s; } .fv-arc-2 { animation-delay: 0.28s; } .fv-arc-3 { animation-delay: 0.56s; }
@keyframes fvArc { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ============================================================
   A DAY — two-column balance (timeline + sticky figure)
   ============================================================ */
.day-grid { display: grid; gap: 2.5rem; }
.day-aside { order: -1; }
.day-figure {
  position: relative; display: flex; align-items: flex-end; overflow: hidden;
  border-radius: 22px; background: #0A0908; border: 1px solid rgba(255,255,255,0.07);
  min-height: clamp(300px, 44vh, 440px);
}
.day-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.day-figure.is-missing { background: linear-gradient(160deg, #14110F, #0A0908); min-height: 360px; }
.day-figure-scrim { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(10,9,8,0.94) 0%, rgba(10,9,8,0.15) 56%, rgba(10,9,8,0.4) 100%); }
.day-figure-cap { position: relative; z-index: 2; padding: clamp(1.5rem, 3vw, 2.25rem); }
@media (min-width: 1024px) {
  .day-grid { grid-template-columns: 1fr 0.8fr; gap: 4rem; align-items: start; }
  .day-aside { order: 0; position: sticky; top: 6rem; }
  .day-figure { min-height: clamp(440px, 62vh, 600px); }
}

/* ============================================================
   ECOSYSTEM — refined hero + orbital map
   ============================================================ */
.eco-hero { margin: 0 auto 3.25rem; max-width: 1040px; aspect-ratio: 16 / 7; }
.eco-hero img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 50% 44%; }
.eco-hero-scrim { background: radial-gradient(ellipse at center, transparent 38%, rgba(10,9,8,0.6) 100%); }
@media (max-width: 640px) { .eco-hero { aspect-ratio: 16 / 10; margin-bottom: 2.5rem; } }

.eco-stack { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .eco-stack { grid-template-columns: 1fr 1fr; } }
.eco-orbit { display: none; }

@media (min-width: 1024px) {
  .eco-stack { display: none; }
  .eco-orbit { position: relative; display: block; width: min(100%, 560px); margin: 0.5rem auto 0; aspect-ratio: 1; }
  .orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
  .orbit-circle { fill: none; stroke: var(--ink-line-strong); stroke-width: 0.25; }
  .orbit-link { stroke: var(--ink-line); stroke-width: 0.25; }
  .orbit-spark {
    position: absolute; top: 0; left: 0; width: 7px; height: 7px; border-radius: 50%;
    background: var(--champagne); box-shadow: 0 0 10px rgba(207,174,123,0.7);
    offset-path: circle(38% at 50% 50%); offset-distance: 0%;
    animation: orbitSpark 20s linear infinite; opacity: 0.8;
  }
  @keyframes orbitSpark { to { offset-distance: 100%; } }
  .orbit-core {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 31%; aspect-ratio: 1; border-radius: 50%; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.35rem;
    background: radial-gradient(circle at 50% 36%, #fff, var(--paper-card));
    border: 1px solid var(--ink-line); box-shadow: 0 26px 60px -32px rgba(60,45,20,0.45);
  }
  .orbit-core::after {
    content: ""; position: absolute; inset: -12px; border-radius: 50%;
    border: 1px solid rgba(138,110,63,0.18); animation: orbitBreath 5.5s var(--ease-cinematic) infinite;
  }
  @keyframes orbitBreath { 0%,100% { transform: scale(1); opacity: 0.55; } 50% { transform: scale(1.07); opacity: 0.2; } }
  .orbit-core-eyebrow { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--bronze); }
  .orbit-core-title { font-size: clamp(0.95rem, 1.4vw, 1.18rem); font-weight: 300; line-height: 1.08; color: #14110F; }

  .orbit-node {
    position: absolute; transform: translate(-50%, -50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem; width: 156px;
    background: none; border: 0; cursor: pointer; text-align: center;
  }
  .orbit-node--top { left: 50%; top: 12%; }
  .orbit-node--right { left: 88%; top: 50%; }
  .orbit-node--bottom { left: 50%; top: 88%; }
  .orbit-node--left { left: 12%; top: 50%; }
  .orbit-icon {
    display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 17px;
    color: var(--bronze); background: #fff; border: 1px solid var(--ink-line);
    box-shadow: 0 12px 30px -18px rgba(60,45,20,0.35);
    transition: transform 0.4s var(--ease-cinematic), border-color 0.4s, box-shadow 0.4s;
  }
  .orbit-icon svg { width: 27px; height: 27px; }
  .orbit-name { font-size: 0.96rem; color: #14110F; }
  .orbit-tip {
    max-width: 188px; font-size: 0.8rem; line-height: 1.5; color: #6E655A;
    opacity: 0; max-height: 0; overflow: hidden;
    transition: opacity 0.4s var(--ease-cinematic), max-height 0.4s var(--ease-cinematic);
  }
  .orbit-tip-tag { display: block; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bronze); margin-bottom: 0.3rem; }
  .orbit-node:hover .orbit-icon, .orbit-node:focus-visible .orbit-icon, .orbit-node.is-active .orbit-icon {
    transform: translateY(-3px); border-color: rgba(138,110,63,0.42); box-shadow: 0 20px 42px -20px rgba(60,45,20,0.5);
  }
  .orbit-node:hover .orbit-tip, .orbit-node:focus-visible .orbit-tip, .orbit-node.is-active .orbit-tip {
    opacity: 1; max-height: 130px;
  }
}

/* ============================================================
   PRIVACY — refined layered principle cards
   ============================================================ */
.principle-list { display: flex; flex-direction: column; gap: 1rem; }
.principle {
  position: relative; isolation: isolate; display: flex; align-items: flex-start; gap: 1.1rem;
  padding: 1.55rem 1.6rem; border-radius: 16px; background: var(--paper-card); border: 1px solid var(--ink-line);
  transition: transform 0.45s var(--ease-cinematic), border-color 0.45s var(--ease-cinematic), box-shadow 0.45s var(--ease-cinematic);
}
.principle::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 16px;
  background: var(--paper-card); border: 1px solid var(--ink-line);
  transform: translate(5px, 5px); opacity: 0;
  transition: transform 0.45s var(--ease-cinematic), opacity 0.45s var(--ease-cinematic);
}
.principle:hover { transform: translateY(-3px); border-color: var(--ink-line-strong); box-shadow: 0 26px 50px -30px rgba(60,45,20,0.34); }
.principle:hover::before { transform: translate(9px, 9px); opacity: 0.5; }
.principle-index { position: absolute; top: 1.3rem; right: 1.45rem; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; color: #B9B0A3; }
.principle .trust-icon { flex-shrink: 0; margin-bottom: 0; }
.principle-body h3 { font-size: 1.12rem; font-weight: 500; color: #14110F; margin-bottom: 0.35rem; }
.principle-body p { color: #6E655A; font-size: 0.93rem; line-height: 1.55; max-width: 46ch; }

/* ============================================================
   SUBPAGE PRIMITIVES (About / Opportunities)
   ============================================================ */
/* Dark bands on subpages (hero + closing CTA) */
.on-dark { background: #0A0908; color: var(--paper); }
.on-dark .eyebrow { color: var(--champagne); }
.on-dark .eyebrow::before { background: linear-gradient(90deg, var(--champagne), transparent); }
.on-dark .text-muted { color: var(--muted); }
.on-dark .text-metal {
  background-image: linear-gradient(100deg, #E8D5B0, #CFAE7B 55%, #B8956A);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
/* Inner page hero — sits below the fixed nav */
.page-hero { position: relative; overflow: hidden; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero-glow {
  position: absolute; z-index: 1; top: -20%; right: -10%; width: 60%; height: 90%; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(207,174,123,0.12), transparent 65%); filter: blur(20px);
}

/* Numbered editorial section heading */
.sec-index { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze); }

/* Story / prose blocks */
.prose-lead { font-size: clamp(1.15rem, 1.7vw, 1.4rem); line-height: 1.6; color: #2A2520; font-weight: 300; }
.prose p { color: #6E655A; line-height: 1.75; }
.prose p + p { margin-top: 1.1rem; }

/* Pull-quote */
.pullquote { font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 300; line-height: 1.3; letter-spacing: -0.01em; color: #14110F; }

/* Stat / value row */
.value-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .value-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   OPPORTUNITIES — inquiry form
   ============================================================ */
.inquiry-form { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1rem 1.1rem; }
@media (min-width: 640px) { .form-row.form-row-2 { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; }
.form-group.mt { margin-top: 1rem; }
.form-select {
  width: 100%; background: #fff; border: 1px solid var(--ink-line); border-radius: 12px; color: #14110F;
  font-size: 1rem; font-family: inherit; padding: 0.85rem 2.4rem 0.85rem 1rem; outline: none; cursor: pointer;
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238A6E3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  transition: border-color 0.35s var(--ease-cinematic), box-shadow 0.35s var(--ease-cinematic);
}
.form-select:focus { border-color: var(--champagne); box-shadow: 0 0 0 4px rgba(207,174,123,0.16); }
.form-textarea {
  width: 100%; background: #fff; border: 1px solid var(--ink-line); border-radius: 12px; color: #14110F;
  font-size: 1rem; font-family: inherit; line-height: 1.6; padding: 0.85rem 1rem; outline: none; resize: vertical; min-height: 130px;
  transition: border-color 0.35s var(--ease-cinematic), box-shadow 0.35s var(--ease-cinematic);
}
.form-textarea::placeholder { color: #9a9186; }
.form-textarea:focus { border-color: var(--champagne); box-shadow: 0 0 0 4px rgba(207,174,123,0.16); }
.consent { display: flex; align-items: flex-start; gap: 0.7rem; margin-top: 1.1rem; cursor: pointer; }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent-box {
  flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; border-radius: 6px;
  border: 1px solid var(--ink-line-strong); background: #fff; position: relative;
  transition: border-color 0.3s, background 0.3s;
}
.consent-box::after {
  content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); opacity: 0;
  transition: transform 0.25s var(--ease-cinematic), opacity 0.25s;
}
.consent input:checked + .consent-box { background: var(--bronze); border-color: var(--bronze); }
.consent input:checked + .consent-box::after { transform: rotate(45deg) scale(1); opacity: 1; }
.consent input:focus-visible + .consent-box { outline: 2px solid var(--bronze); outline-offset: 3px; }
.consent-text { font-size: 0.88rem; line-height: 1.5; color: #6E655A; }
