:root {
  --bg: #03070d;
  --bg-2: #06111e;
  --panel: rgba(7, 20, 34, 0.72);
  --panel-strong: rgba(8, 26, 45, 0.92);
  --text: #edf8ff;
  --muted: #a9c3d3;
  --soft: #72dcff;
  --blue: #35bfff;
  --blue-2: #7ea8ff;
  --warm: #f2a76f;
  --line: rgba(112, 217, 255, 0.24);
  --line-strong: rgba(126, 225, 255, 0.42);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
  --radius: 30px;
  --max: 1510px;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Cinzel, "Cormorant Garamond", Georgia, serif;
  --font-script: "Cormorant Garamond", Georgia, serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(53, 191, 255, 0.16), transparent 35rem),
    radial-gradient(circle at 15% 8%, rgba(242, 167, 111, 0.10), transparent 30rem),
    linear-gradient(180deg, #02040a 0%, #06111e 48%, #03070d 100%);
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 82%);
  opacity: .38;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
p, h1, h2, h3, a, span, strong, input, button { overflow-wrap: break-word; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; min-width: 0; }
.sr-only, .skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; top: 14px; left: 14px; z-index: 99; background: var(--text); color: #04111c; padding: 10px 14px; border-radius: 999px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(3, 7, 13, 0.75); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(110, 216, 255, 0.13);
}
.brand { display: inline-flex; align-items: center; min-width: 0; gap: 12px; text-decoration: none; font-family: var(--font-display); font-weight: 600; letter-spacing: .22em; text-transform: uppercase; font-size: .94rem; }
.brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 13px; box-shadow: 0 0 28px rgba(84, 204, 255, .28); }
.site-nav { display: flex; align-items: center; gap: 6px; min-width: 0; }
.site-nav a { text-decoration: none; color: var(--muted); padding: 10px 12px; border-radius: 999px; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s; }
.site-nav a:hover { color: var(--text); background: rgba(110,216,255,.08); }
.nav-cta { color: var(--text) !important; border: 1px solid var(--line); background: rgba(53,191,255,.12); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 999px; }

.hero { position: relative; min-height: calc(100vh - 70px); display: grid; align-items: center; padding: clamp(46px, 7vw, 88px) 0 clamp(50px, 8vw, 88px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.hero-copy, .hero-card { min-width: 0; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(44px); opacity: .56; pointer-events: none; }
.hero-glow-one { width: 330px; height: 330px; background: rgba(53,191,255,.18); right: 8%; top: 12%; }
.hero-glow-two { width: 270px; height: 270px; background: rgba(242,167,111,.17); left: 6%; bottom: 12%; }
.eyebrow { color: var(--soft); text-transform: uppercase; letter-spacing: .28em; font-size: clamp(.68rem, 1.2vw, .82rem); font-weight: 900; margin: 0 0 16px; }
h1 {
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 6.05vw, 7.05rem);
  line-height: .95;
  letter-spacing: .07em;
  margin-bottom: 26px;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 8.2ch;
  text-shadow: 0 0 34px rgba(110,216,255,.16), 0 0 1px #fff;
}
h1 span { display: block; white-space: nowrap; overflow-wrap: normal; }
.tagline { color: var(--soft); font-family: var(--font-script); font-size: clamp(2rem, 3.8vw, 3.55rem); line-height: 1.05; font-weight: 500; font-style: italic; margin-bottom: 18px; text-shadow: 0 0 24px rgba(110,216,255,.18); }
.hero-text { max-width: 620px; color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.button-primary { color: #02101a; background: linear-gradient(135deg, #e8faff, #55cdff 45%, #83a9ff); box-shadow: 0 0 34px rgba(83, 207, 255, .26); }
.button-ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.signature { color: #e4f7ff; font-family: var(--font-script); font-size: clamp(1.32rem, 2.1vw, 1.9rem); font-style: italic; opacity: .92; margin-bottom: 0; }
.hero-card { background: linear-gradient(180deg, rgba(11,35,58,.76), rgba(3,7,13,.89)); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: clamp(10px, 1.5vw, 16px); box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.03) inset; }
.hero-poster { width: 100%; }
.avatar-shell { position: relative; overflow: hidden; border-radius: 22px; background: #071521; }
.poster-shell { aspect-ratio: 3 / 2; min-height: 0; }
.hero-poster .avatar-shell { padding: 0; }
.poster-button { display: block; width: 100%; border: 0; padding: 0; cursor: zoom-in; color: inherit; text-align: inherit; }
.poster-button:focus-visible { outline: 3px solid rgba(110,216,255,.72); outline-offset: 4px; }
.poster-zoom { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(2,10,18,.74); color: var(--soft); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 0 18px rgba(53,191,255,.18); }

.avatar-shell img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; background: radial-gradient(circle at 50% 45%, rgba(53,191,255,.12), rgba(3,7,13,.94)); }
.avatar-shell::after { content: none; }
.status-chip { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(2,10,18,.72); color: var(--soft); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.status-chip span { width: 8px; height: 8px; border-radius: 999px; background: var(--soft); box-shadow: 0 0 18px var(--soft); }
.hero-card-footer { display: flex; align-items: center; min-width: 0; gap: 12px; padding: 14px 4px 2px; }
.hero-card-footer img { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; }
.hero-card-footer div { min-width: 0; }
.hero-card-footer strong, .hero-card-footer span { display: block; }
.hero-card-footer strong { font-family: var(--font-display); letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.hero-card-footer span { color: var(--muted); font-size: .9rem; }

.section { padding: clamp(70px, 10vw, 120px) 0; overflow: hidden; }
.split-grid { display: grid; grid-template-columns: minmax(0, .34fr) minmax(0, .66fr); gap: clamp(20px, 5vw, 70px); align-items: start; margin-bottom: 34px; }
.section-kicker { color: var(--soft); border-top: 1px solid var(--line); padding-top: 16px; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; font-size: .78rem; }
.section-copy, .section-heading, .memory-copy, .join-card > div { min-width: 0; }
.section-copy h2, .section-heading h2, .memory-copy h2, .join-card h2 { font-family: var(--font-display); font-size: clamp(2rem, 4.45vw, 4.35rem); line-height: 1.05; letter-spacing: -.025em; margin-bottom: 18px; font-weight: 500; text-wrap: balance; }
.section-copy p, .section-heading p, .memory-copy p, .join-card p { color: var(--muted); font-size: 1.08rem; max-width: 78ch; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card, .principle { background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: 0 18px 55px rgba(0,0,0,.23); min-width: 0; }
.card-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--soft); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 18px; font-size: 1.5rem; }
.info-card h3 { font-family: var(--font-display); font-size: 1.26rem; margin-bottom: 8px; letter-spacing: .02em; font-weight: 600; }
.info-card p { color: var(--muted); margin-bottom: 0; }
.dark-panel { position: relative; background: linear-gradient(135deg, rgba(4, 15, 25, .92), rgba(8, 30, 49, .5)); border-block: 1px solid rgba(110,216,255,.1); }
.memory-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.timeline { display: grid; gap: 14px; min-width: 0; }
.timeline-item { position: relative; padding: 22px 24px 22px 36px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 20px; min-width: 0; }
.timeline-item::before { content: ""; position: absolute; top: 28px; left: 18px; width: 9px; height: 9px; border-radius: 50%; background: var(--soft); box-shadow: 0 0 20px var(--soft); }
.timeline-item span { color: var(--soft); font-size: .8rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
.timeline-item strong { display: block; font-size: 1.18rem; margin-top: 4px; }
.timeline-item p { margin-bottom: 0; color: var(--muted); }
.section-heading { max-width: 900px; text-align: center; margin-bottom: 42px; }
.presence-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 16px; }
.presence-card { display: grid; gap: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 14px; overflow: hidden; min-width: 0; }
.presence-card.wide { grid-row: span 2; }
.presence-card img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: center center; border-radius: 18px; background: #071521; }
.presence-card.wide img { height: 455px; }
.presence-card.beacon img { object-fit: contain; padding: 28px; background: radial-gradient(circle at center, rgba(53,191,255,.13), #04101a); }
.presence-card div { padding: 0 8px 10px; min-width: 0; }
.presence-card span { color: var(--soft); text-transform: uppercase; font-size: .72rem; letter-spacing: .18em; font-weight: 900; }
.presence-card h3 { margin: 6px 0 8px; font-family: var(--font-display); font-size: 1.38rem; font-weight: 600; }
.presence-card p { color: var(--muted); margin-bottom: 0; }
.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.principle strong { display: block; font-size: 1.08rem; margin-bottom: 8px; color: var(--text); }
.principle span { color: var(--muted); font-size: .94rem; }
.join-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 26px; align-items: center; background: linear-gradient(135deg, rgba(8, 32, 52, .88), rgba(3, 7, 13, .92)); border: 1px solid var(--line); border-radius: 32px; padding: clamp(22px, 5vw, 44px); box-shadow: var(--shadow); min-width: 0; }
.join-card > img { border-radius: 50%; box-shadow: 0 0 42px rgba(110,216,255,.25); }
.signup-form { display: flex; gap: 10px; margin-top: 22px; min-width: 0; }
.signup-form input { flex: 1; min-width: 0; min-height: 48px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--text); padding: 0 16px; font: inherit; }
.signup-form input:focus { outline: 2px solid rgba(110,216,255,.45); outline-offset: 2px; }
.form-note { min-height: 1.5em; margin: 12px 0 0; color: var(--soft) !important; font-size: .95rem !important; }
.site-footer { padding: 34px 0 44px; border-top: 1px solid rgba(110,216,255,.12); color: var(--muted); overflow: hidden; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-mark { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 10px; }
.footer-grid strong { display: block; color: var(--text); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
.footer-grid p { margin: 4px 0 0; }
.footer-quote { color: var(--soft); font-family: var(--font-script); font-size: 1.28rem; font-style: italic; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1160px) {
  :root { --max: 1120px; }
  .hero-grid { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 28px; }
  h1 { font-size: clamp(3.15rem, 5.7vw, 5.7rem); }
  .tagline { font-size: clamp(1.85rem, 3.2vw, 2.75rem); }
}

@media (max-width: 940px) {
  .container { width: min(100% - 32px, var(--max)); }
  .site-header { padding: 12px 15px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 64px; left: 15px; right: 15px; display: grid; padding: 12px; background: rgba(4,13,22,.97); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); transform-origin: top; transform: scaleY(0.95); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: scaleY(1); }
  .site-nav a { padding: 12px 14px; }
  .hero { padding-top: 58px; }
  .hero-grid, .split-grid, .memory-grid, .presence-grid, .join-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  h1 { font-size: clamp(3.25rem, 15vw, 6.1rem); max-width: 7.5ch; }
  .tagline { font-size: clamp(2rem, 7vw, 3.2rem); }
  .hero-card-footer span { font-size: .86rem; }
  .card-grid, .principles { grid-template-columns: 1fr; }
  .presence-card.wide { grid-row: auto; }
  .presence-card.wide img, .presence-card img { height: 260px; }
  .join-card { text-align: center; }
  .join-card > img { width: 130px; justify-self: center; }
  .signup-form { flex-direction: column; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .brand { gap: 9px; letter-spacing: .14em; font-size: .78rem; }
  .brand-mark { width: 34px; height: 34px; }
  .container { width: min(100% - 26px, var(--max)); }
  .hero { min-height: auto; }
  .eyebrow { letter-spacing: .18em; }
  h1 { font-size: clamp(2.9rem, 18vw, 4.85rem); max-width: 7.2ch; letter-spacing: .045em; }
  .tagline { font-size: clamp(1.82rem, 9vw, 2.65rem); }
  .hero-actions .button { width: 100%; }
  .button { white-space: normal; text-align: center; }
  .hero-card { border-radius: 22px; padding: 9px; }
  .avatar-shell { border-radius: 16px; }
  .hero-card-footer { align-items: flex-start; }
  .section { padding: 62px 0; }
  .section-copy h2, .section-heading h2, .memory-copy h2, .join-card h2 { font-size: clamp(2rem, 11vw, 3.15rem); }
  .info-card, .principle { padding: 20px; }
}

@media (max-width: 380px) {
  .brand span { max-width: 170px; }
  h1 { font-size: clamp(2.55rem, 17vw, 4.1rem); }
  .hero-card-footer { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.lightbox { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: clamp(12px, 2.5vw, 28px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0, 5, 10, .88); backdrop-filter: blur(10px); }
.lightbox-panel { position: relative; z-index: 1; width: min(96vw, 1500px); max-height: 92vh; display: grid; place-items: center; }
.lightbox-panel img { display: block; width: 100%; height: auto; max-height: 92vh; object-fit: contain; border-radius: 22px; border: 1px solid rgba(110,216,255,.35); box-shadow: 0 30px 100px rgba(0,0,0,.62), 0 0 70px rgba(53,191,255,.16); background: #02070d; }
.lightbox-close { position: absolute; top: -14px; right: -14px; z-index: 2; width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(110,216,255,.45); background: rgba(4,13,22,.96); color: var(--text); font-size: 2rem; line-height: 1; cursor: pointer; box-shadow: 0 0 34px rgba(53,191,255,.2); }
body.lightbox-lock { overflow: hidden; touch-action: none; }
.hero-copy, .hero-copy *, .presence-card, .presence-card *, .section-copy, .section-copy *, .section-heading, .section-heading *, .join-card, .join-card *, .info-card, .info-card * { overflow-wrap: anywhere; word-break: normal; }
@media (max-width: 560px) {
  .poster-zoom { right: 10px; bottom: 10px; font-size: .62rem; padding: 7px 9px; }
  .lightbox { padding: 8px; }
  .lightbox-panel { width: 98vw; max-height: 94vh; }
  .lightbox-panel img { max-height: 94vh; border-radius: 14px; }
  .lightbox-close { top: 6px; right: 6px; width: 40px; height: 40px; }
}


/* v8 cinematic intro */
.cinematic-intro {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(110,216,255,.13);
}
.cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #02070d;
}
.cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04) brightness(.78);
  animation: cinematicDrift 18s ease-in-out infinite alternate;
}
.cinematic-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 62% 45%, rgba(255,170,75,.10), transparent 28%),
    radial-gradient(circle at 48% 70%, rgba(53,191,255,.10), transparent 30%),
    linear-gradient(90deg, rgba(2,7,13,.88), rgba(2,7,13,.36) 48%, rgba(2,7,13,.72)),
    linear-gradient(180deg, rgba(2,7,13,.30), rgba(2,7,13,.92));
}
.cinematic-scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 100% 7px;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.cinematic-content {
  width: min(100% - 36px, 980px);
  margin-inline: auto;
  text-align: center;
  padding: clamp(70px, 10vw, 120px) 0;
}
.cinematic-mark {
  width: clamp(70px, 9vw, 110px);
  margin: 0 auto clamp(24px, 4vw, 44px);
  filter: drop-shadow(0 0 34px rgba(53,191,255,.42));
  animation: markPulse 4.8s ease-in-out infinite;
}
.cinematic-line {
  margin: 0 auto;
  color: var(--text);
  text-shadow: 0 3px 32px rgba(0,0,0,.78);
  text-wrap: balance;
}
.cinematic-line.line-one {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 8vw, 7.6rem);
  line-height: .95;
  letter-spacing: .02em;
  max-width: 11ch;
  animation: titleRise .9s ease .25s both;
}
.cinematic-line.line-two {
  margin-top: clamp(18px, 3vw, 34px);
  color: var(--soft);
  font-family: var(--font-script);
  font-style: italic;
  font-size: clamp(1.7rem, 4.5vw, 3.8rem);
  animation: titleRise .9s ease 1.05s both;
}
.cinematic-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: clamp(30px, 5vw, 54px);
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(110,216,255,.48);
  background: linear-gradient(135deg, rgba(53,191,255,.22), rgba(255,255,255,.04));
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(53,191,255,.18);
  animation: titleRise .9s ease 1.55s both;
}
.cinematic-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 44px rgba(53,191,255,.28);
}
.sound-toggle {
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(110,216,255,.34);
  background: rgba(2,10,18,.64);
  color: var(--muted);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.sound-toggle[aria-pressed="true"] {
  color: var(--soft);
  box-shadow: 0 0 28px rgba(53,191,255,.18);
}
.sound-bars {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  height: 16px;
}
.sound-bars i {
  display: block;
  width: 3px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
}
.sound-toggle[aria-pressed="true"] .sound-bars i:nth-child(1) { animation: soundBar .8s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-bars i:nth-child(2) { animation: soundBar .7s ease-in-out .1s infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-bars i:nth-child(3) { animation: soundBar .9s ease-in-out .2s infinite alternate; }

.moment-card {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(110,216,255,.20);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53,191,255,.10), rgba(255,255,255,.025));
}
.moment-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.moment-card span {
  display: block;
  color: var(--muted);
  line-height: 1.58;
}

@keyframes cinematicDrift {
  from { transform: scale(1.06) translate3d(-.6%, -.4%, 0); }
  to { transform: scale(1.11) translate3d(.7%, .5%, 0); }
}
@keyframes titleRise {
  from { opacity: 0; transform: translateY(22px); filter: blur(7px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes markPulse {
  0%, 100% { opacity: .84; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.035); }
}
@keyframes soundBar {
  from { height: 5px; opacity: .55; }
  to { height: 16px; opacity: 1; }
}

@media (max-width: 680px) {
  .cinematic-content { text-align: left; }
  .cinematic-mark { margin-left: 0; }
  .cinematic-line.line-one { max-width: 9.5ch; }
  .sound-toggle { left: 18px; right: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-bg img, .cinematic-mark, .cinematic-line, .cinematic-cta, .sound-bars i { animation: none !important; }
}


/* v9 confirmation fixes */
.cinematic-page .site-header { backdrop-filter: blur(18px); }
.cinematic-intro + .hero { scroll-margin-top: 82px; }
.cinematic-cta { scroll-behavior: smooth; }


/* v10 cinematic opening sequence */
.cinematic-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
  display: grid;
  place-items: center;
  transition: opacity .8s ease, visibility .8s ease;
}
.cinematic-intro.is-dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cinematic-photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  animation: anniePhotoReveal 2.3s ease 12s forwards;
}
.cinematic-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 52%, rgba(255,170,75,.06), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.58));
}
.cinematic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.03) brightness(.92);
  transform: scale(1.035);
  animation: anniePhotoDrift 17s ease-in-out 12s infinite alternate;
}
.cinematic-sequence {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1200px);
  display: grid;
  place-items: center;
  text-align: center;
}
.cinematic-title {
  position: absolute;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7.2vw, 6.5rem);
  line-height: 1.06;
  letter-spacing: .035em;
  text-transform: none;
  text-wrap: balance;
  max-width: 13ch;
  opacity: 0;
  filter: blur(8px);
  text-shadow: 0 8px 40px rgba(0,0,0,.85);
}
.cinematic-title-one {
  animation: cinematicTextOne 6s ease forwards;
}
.cinematic-title-two {
  animation: cinematicTextTwo 6s ease 6s forwards;
}
.cinematic-cta {
  position: absolute;
  left: 50%;
  bottom: clamp(34px, 7vh, 88px);
  transform: translateX(-50%) translateY(18px);
  z-index: 2;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(110,216,255,.62);
  background: linear-gradient(135deg, rgba(53,191,255,.24), rgba(255,255,255,.06));
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 0 42px rgba(53,191,255,.22);
  backdrop-filter: blur(12px);
  animation: enterButtonReveal 1.2s ease 15s forwards;
}
.cinematic-cta:hover {
  box-shadow: 0 0 55px rgba(53,191,255,.34);
}
.cinematic-page.intro-lock {
  overflow: hidden;
}
.cinematic-page.intro-complete {
  overflow: auto;
}
@keyframes cinematicTextOne {
  0% { opacity: 0; filter: blur(8px); transform: translateY(18px); }
  12% { opacity: 1; filter: blur(0); transform: translateY(0); }
  62% { opacity: 1; filter: blur(0); transform: translateY(0); }
  100% { opacity: 0; filter: blur(8px); transform: translateY(-18px); }
}
@keyframes cinematicTextTwo {
  0% { opacity: 0; filter: blur(8px); transform: translateY(18px); }
  12% { opacity: 1; filter: blur(0); transform: translateY(0); }
  62% { opacity: 1; filter: blur(0); transform: translateY(0); }
  100% { opacity: 0; filter: blur(8px); transform: translateY(-18px); }
}
@keyframes anniePhotoReveal {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes anniePhotoDrift {
  from { transform: scale(1.035) translate3d(-.4%, -.25%, 0); }
  to { transform: scale(1.08) translate3d(.5%, .3%, 0); }
}
@keyframes enterButtonReveal {
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@media (max-width: 640px) {
  .cinematic-title { font-size: clamp(2.25rem, 13vw, 4.8rem); max-width: 10ch; }
  .cinematic-cta { width: min(100% - 44px, 420px); white-space: normal; line-height: 1.25; padding-block: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-intro { position: relative; min-height: 85svh; }
  .cinematic-photo, .cinematic-title-one, .cinematic-title-two, .cinematic-cta, .cinematic-photo img { animation: none !important; opacity: 1; filter: none; transform: none; }
  .cinematic-title { position: static; margin: 0 auto 22px; }
  .cinematic-page.intro-lock { overflow: auto; }
}


/* v11 no-audio cinematic refinements */
.sound-toggle { display: none !important; }

.cinematic-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 58%, rgba(255, 190, 90, .16), transparent 8%),
    radial-gradient(circle at 40% 43%, rgba(255, 210, 120, .08), transparent 11%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.38));
  animation: sunsetBreath 7s ease-in-out 12.2s infinite;
  opacity: 0;
}

.cinematic-photo .lantern-glow,
.cinematic-photo .wind-chime-glint,
.cinematic-photo .firefly {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.lantern-glow {
  width: clamp(26px, 3vw, 44px);
  height: clamp(26px, 3vw, 44px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,211,120,.85), rgba(255,148,55,.24) 38%, transparent 70%);
  filter: blur(2px);
  animation: lanternFlicker 3.6s ease-in-out 13s infinite;
}
.glow-one { right: 24%; bottom: 24%; }
.glow-two { right: 14%; bottom: 36%; animation-delay: 13.7s; transform: scale(.74); }

.wind-chime-glint {
  right: 34%;
  top: 18%;
  width: 40px;
  height: 80px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  filter: blur(5px);
  animation: chimeSway 8s ease-in-out 14s infinite;
  transform-origin: top center;
}

.firefly {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,220,120,.9);
  box-shadow: 0 0 16px rgba(255,211,120,.9);
  animation: fireflyDrift 9s ease-in-out 15s infinite;
}
.firefly-one { left: 61%; top: 52%; }
.firefly-two { left: 73%; top: 42%; animation-delay: 16.2s; }
.firefly-three { left: 50%; top: 63%; animation-delay: 17.1s; }

@keyframes sunsetBreath {
  0%, 100% { opacity: .45; filter: brightness(1); }
  50% { opacity: .72; filter: brightness(1.18); }
}
@keyframes lanternFlicker {
  0% { opacity: .46; transform: scale(.94); }
  12% { opacity: .88; transform: scale(1.03); }
  28% { opacity: .62; transform: scale(.97); }
  52% { opacity: .94; transform: scale(1.08); }
  70% { opacity: .58; transform: scale(.95); }
  100% { opacity: .82; transform: scale(1.02); }
}
@keyframes chimeSway {
  0%, 100% { opacity: .16; transform: rotate(-2deg) translateX(-2px); }
  45% { opacity: .32; transform: rotate(2deg) translateX(3px); }
  60% { opacity: .22; transform: rotate(1deg) translateX(1px); }
}
@keyframes fireflyDrift {
  0% { opacity: 0; transform: translate3d(0,0,0) scale(.7); }
  15% { opacity: .85; }
  45% { opacity: .35; transform: translate3d(18px,-22px,0) scale(1); }
  75% { opacity: .75; transform: translate3d(-10px,-44px,0) scale(.9); }
  100% { opacity: 0; transform: translate3d(24px,-66px,0) scale(.65); }
}
@media (max-width: 640px) {
  .glow-one { right: 18%; bottom: 28%; }
  .glow-two { right: 8%; bottom: 41%; }
  .wind-chime-glint { right: 28%; top: 16%; }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-photo::before,
  .lantern-glow,
  .wind-chime-glint,
  .firefly {
    animation: none !important;
  }
}


/* v12 CTA click fix */
.cinematic-cta {
  pointer-events: auto !important;
  z-index: 10003 !important;
}
.cinematic-sequence,
.cinematic-photo,
.cinematic-photo::before,
.cinematic-photo::after,
.cinematic-photo * {
  pointer-events: none !important;
}
