:root {
  --home-ink: #08111f;
  --home-cream: #f5f1e8;
  --home-blue: #76b9e6;
  --home-coral: #ff6b57;
  --home-gold: #e5bc45;
}

html { scroll-behavior: smooth; }
body.home-page { background: var(--home-cream); overflow-x: hidden; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .75rem 1rem; }
.skip-link: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; }

.home-page .global-bar { position: relative; z-index: 210; }
.home-page .global-bar .g-brand span { color: var(--home-gold); }
.home-nav { top: 0; background: rgba(255,255,255,.9); }

.cinematic-hero {
  min-height: calc(100svh - 106px); position: relative; isolation: isolate; overflow: hidden;
  display: grid; place-items: center; background: var(--home-ink); color: #fff;
}
.hero-visual, .hero-gradient, .hero-photo { position: absolute; inset: 0; }
.hero-photo { background-position: center; background-size: cover; will-change: transform, opacity; }
.hero-photo-vegas { background-image: url('/images/home/vegas-strip.jpg'); clip-path: polygon(0 0, 59% 0, 42% 100%, 0 100%); opacity: .72; transform: scale(1.08); }
.hero-photo-disney { background-image: url('/images/home/disney-world.jpg'); clip-path: polygon(59% 0, 100% 0, 100% 100%, 42% 100%); opacity: .72; transform: scale(1.08); }
.hero-gradient { background: linear-gradient(90deg, rgba(8,17,31,.62), rgba(8,17,31,.18) 47%, rgba(8,17,31,.65)), linear-gradient(0deg, #08111f 0%, transparent 46%, rgba(8,17,31,.34) 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 52vw; height: 52vw; right: -17vw; top: -23vw; }
.hero-orbit-two { width: 35vw; height: 35vw; left: -13vw; bottom: -23vw; }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 3rem)); padding: clamp(4rem, 10vh, 8rem) 0 7rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--home-gold); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow.dark { color: #7a5a00; }
.hero-content h1 { color: #fff; font-size: clamp(3.75rem, 9.2vw, 9rem); line-height: .84; letter-spacing: -.075em; margin: 0; max-width: 1050px; }
.hero-content h1 span { color: transparent; -webkit-text-stroke: 2px #fff; text-stroke: 2px #fff; }
.hero-deck { max-width: 680px; margin: 2rem 0 0; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.6; color: #e7edf5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.home-btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .9rem 1.3rem; border-radius: 999px; font-size: .9rem; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, background .2s ease; }
.home-btn:hover { transform: translateY(-2px); }
.home-btn-primary { background: var(--home-gold); color: var(--home-ink) !important; box-shadow: 0 12px 35px rgba(229,188,69,.24); }
.home-btn-ghost { border: 1px solid rgba(255,255,255,.42); background: rgba(8,17,31,.28); color: #fff !important; backdrop-filter: blur(8px); }
.home-btn-light { background: #fff; color: var(--home-ink) !important; }
.hero-chapters { display: flex; flex-wrap: wrap; gap: .75rem 1.75rem; margin-top: 3.5rem; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; right: 2rem; bottom: 1.5rem; color: #fff; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; display: flex; align-items: center; gap: .75rem; }
.scroll-cue span { height: 48px; width: 1px; background: linear-gradient(#fff, transparent); }

.manifesto { padding: clamp(5rem, 12vw, 10rem) max(1.5rem, calc((100vw - 1140px)/2)); background: var(--home-cream); }
.manifesto-kicker { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; color: #836600; margin-bottom: 1.5rem; }
.manifesto p { margin: 0; max-width: 1080px; color: var(--home-ink); font-family: Poppins, sans-serif; font-size: clamp(2rem, 5vw, 4.75rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.08; }
.manifesto strong { color: #c34837; }

.guide-library { background: var(--home-ink); color: #fff; padding: clamp(5rem, 9vw, 8rem) 1.5rem; }
.section-heading { max-width: 1140px; margin: 0 auto 4rem; }
.section-heading h2, .method h2 { color: inherit; font-size: clamp(2.8rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.06em; margin: 0; }
.section-heading > p:last-child { max-width: 660px; color: #b8c2d0; font-size: 1.05rem; }

.guide-story { max-width: 1140px; margin: 0 auto 9rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 660px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; overflow: hidden; background: #101b2d; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.guide-story:nth-of-type(odd) .guide-image { order: 2; }
.guide-image { min-height: 560px; background-size: cover; background-position: center; position: relative; }
.guide-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,17,31,.7), transparent 48%); }
.guide-story-vegas .guide-image { background-image: url('/images/home/vegas-strip.jpg'); }
.guide-story-disney .guide-image { background-image: url('/images/home/disney-world.jpg'); }
.guide-image-bachelor { background-image: linear-gradient(135deg, rgba(98,25,152,.05), rgba(255,64,87,.16)), url('/images/home/vegas-strip.jpg'); background-position: 62% center; filter: saturate(1.25) hue-rotate(12deg); }
.guide-copy { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.guide-meta { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; color: #9ba8ba; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.status { border-radius: 999px; padding: .4rem .7rem; font-weight: 800; }
.status.live { color: #062e20; background: #67e5b6; }
.status.soon { color: #312400; background: var(--home-gold); }
.guide-number { color: #8f9aad; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; margin: 2rem 0 1rem; }
.guide-copy h3 { color: #fff; font-size: clamp(2.25rem, 4.5vw, 4.7rem); line-height: .9; letter-spacing: -.055em; margin: 0 0 1.5rem; }
.guide-copy h3 span { color: var(--home-gold); }
.guide-story-disney .guide-copy h3 span { color: var(--home-blue); }
.guide-story-bachelor .guide-copy h3 span { color: #ff7667; font-size: .66em; line-height: 1; display: inline-block; margin-top: .35rem; }
.guide-copy > p:not(.guide-number) { color: #c6cfdb; font-size: 1rem; line-height: 1.7; }
.guide-proof { list-style: none; padding: 0; margin: 1.25rem 0 2rem; display: grid; gap: .65rem; }
.guide-proof li { position: relative; padding-left: 1.4rem; color: #eaf0f6; font-size: .9rem; }
.guide-proof li::before { content: '↗'; position: absolute; left: 0; color: var(--home-gold); }
.guide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.text-link { color: #fff !important; font-size: .9rem; }
.release-note { color: #8f9aad; font-size: .8rem; }

.proof-band { background: var(--home-gold); color: var(--home-ink); display: grid; grid-template-columns: repeat(4, 1fr); padding: 2rem max(1.5rem, calc((100vw - 1140px)/2)); }
.proof-band div { padding: 1rem 1.5rem; border-left: 1px solid rgba(8,17,31,.22); }
.proof-band div:first-child { border-left: 0; }
.proof-band strong { display: block; font: 800 clamp(2rem, 4vw, 3.5rem)/1 Poppins, sans-serif; letter-spacing: -.05em; }
.proof-band span { display: block; margin-top: .55rem; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.method { padding: clamp(5rem, 10vw, 9rem) 1.5rem; background: var(--home-cream); color: var(--home-ink); }
.method-intro, .method-grid { max-width: 1140px; margin-left: auto; margin-right: auto; }
.method-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bab4a6; }
.method-card { padding: 2.5rem 2rem 1rem 0; border-right: 1px solid #bab4a6; }
.method-card + .method-card { padding-left: 2rem; }
.method-card:last-child { border-right: 0; }
.method-card span { color: #9a7610; font: 800 .8rem Poppins, sans-serif; }
.method-card h3 { margin: 2rem 0 .8rem; font-size: 1.35rem; }
.method-card p { color: #4e5560; }

.live-companion { margin: 0; padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1140px)/2)); background: #182740; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.live-companion h2 { color: #fff; font-size: clamp(2rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; margin: 0; }
.live-companion p:last-child { max-width: 670px; color: #c6d2e0; }
.live-companion .home-btn { flex: 0 0 auto; }

.updates { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - 1140px)/2)); background: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.updates h2 { color: var(--home-ink); font-size: clamp(2.7rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; margin: 0 0 1rem; }
.updates-copy > p:last-child { max-width: 600px; color: #59616d; }
.updates-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--home-ink); padding-bottom: .7rem; }
.updates-form input { border: 0; min-width: 0; padding: .9rem .4rem; font: 500 1rem Inter, sans-serif; outline: none; }
.updates-form button { border: 0; border-radius: 999px; background: var(--home-ink); color: #fff; padding: .9rem 1.3rem; font-weight: 800; cursor: pointer; }
.updates-form button:disabled { cursor: not-allowed; background: #5e6672; }
.updates-form input:disabled { background: transparent; color: #777f89; }
.updates-form small { grid-column: 1 / -1; color: #7b828c; margin-top: .7rem; }
.updates-form.submitted button { background: #0f7655; }

.home-footer { margin-top: 0; }
.home-footer ul { list-style: none; padding: 0; margin: 0; font-size: .85rem; line-height: 2; }
.home-footer .brand-col p { max-width: 360px; font-size: .85rem; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .home-nav .links .nav-link { display: none; }
  .guide-story { grid-template-columns: 1fr; margin-bottom: 4rem; min-height: 0; }
  .guide-story:nth-of-type(odd) .guide-image { order: 0; }
  .guide-image { min-height: 56vw; }
  .proof-band { grid-template-columns: repeat(2, 1fr); }
  .proof-band div:nth-child(3) { border-left: 0; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card, .method-card + .method-card { padding: 2rem 0; border-right: 0; border-bottom: 1px solid #bab4a6; }
  .method-card:last-child { border-bottom: 0; }
  .live-companion, .updates { grid-template-columns: 1fr; display: grid; gap: 2rem; }
}

@media (max-width: 640px) {
  .home-page .global-bar .g-links { display: none; }
  .site-nav.home-nav { height: 62px; }
  .home-nav .nav-cta { padding: .7rem .85rem; font-size: .76rem; }
  .hero-content { width: min(100% - 2rem, 1180px); padding-top: 4.5rem; }
  .hero-content h1 { font-size: clamp(3.25rem, 19vw, 5.1rem); }
  .hero-content h1 span { -webkit-text-stroke-width: 1px; }
  .hero-photo-vegas { clip-path: polygon(0 0, 72% 0, 45% 100%, 0 100%); }
  .hero-photo-disney { clip-path: polygon(72% 0, 100% 0, 100% 100%, 45% 100%); }
  .scroll-cue { display: none; }
  .manifesto { padding-left: 1.25rem; padding-right: 1.25rem; }
  .guide-library { padding-left: .85rem; padding-right: .85rem; }
  .guide-story { border-radius: 20px; }
  .guide-copy { padding: 2rem 1.4rem 2.5rem; }
  .guide-image { min-height: 74vw; }
  .proof-band { grid-template-columns: 1fr 1fr; padding: 1rem; }
  .proof-band div { padding: 1rem .75rem; }
  .proof-band div:nth-child(odd) { border-left: 0; }
  .updates-form { grid-template-columns: 1fr; gap: .65rem; border-bottom: 0; }
  .updates-form input { border-bottom: 2px solid var(--home-ink); }
  .updates-form button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-photo, .reveal { transform: none !important; transition: none; }
  .reveal { opacity: 1; }
}
