@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;1,600;1,700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --night: #031b16;
  --night-deep: #020d0b;
  --green: #075a45;
  --green-light: #27b888;
  --mint: #a9efcb;
  --gold: #e9bc67;
  --ivory: #fff6dd;
  --muted: #9fb5aa;
  --line: rgba(169, 239, 203, .17);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--night-deep); color: var(--ivory); font-family: 'Manrope', Arial, sans-serif; margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.stars { background-image: radial-gradient(circle, rgba(255, 255, 255, .6) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(39, 184, 136, .7) 0 1px, transparent 1.7px); background-position: 0 0, 35px 45px; background-size: 95px 95px, 140px 140px; inset: 0; mask-image: linear-gradient(to bottom, black 0%, transparent 38%); opacity: .28; pointer-events: none; position: fixed; z-index: 0; }

.site-header { align-items: center; backdrop-filter: blur(18px); background: rgba(2, 13, 11, .66); border: 1px solid rgba(169, 239, 203, .15); border-radius: 999px; display: grid; grid-template-columns: 1fr auto 1fr; left: 50%; max-width: var(--max); padding: 9px 11px 9px 13px; position: absolute; top: 24px; transform: translateX(-50%); width: calc(100% - 48px); z-index: 10; }
.brand { align-items: center; display: flex; gap: 11px; justify-self: start; }
.brand img { border-radius: 50%; height: 44px; width: 44px; }
.brand strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; font-style: italic; }
.main-nav { display: flex; gap: 32px; }
.main-nav a { color: #c1d5cb; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: color .2s ease; }
.main-nav a:hover { color: var(--mint); }
.nav-download { align-items: center; background: var(--ivory); border-radius: 999px; color: var(--night-deep); display: inline-flex; font-size: 11px; font-weight: 700; gap: 15px; justify-self: end; padding: 9px 10px 9px 17px; text-transform: uppercase; }
.nav-download span { align-items: center; background: var(--green); border-radius: 50%; color: white; display: flex; height: 28px; justify-content: center; width: 28px; }

.hero { background: radial-gradient(circle at 50% 8%, rgba(21, 125, 94, .34), transparent 38%), linear-gradient(180deg, #03251d 0%, #020d0b 93%); min-height: 100vh; overflow: hidden; padding: 118px 24px 95px; position: relative; }
.hero-frame { border: 1px solid rgba(233, 188, 103, .32); border-radius: 32px; box-shadow: 0 45px 120px rgba(0, 0, 0, .52); height: clamp(390px, 56vw, 690px); margin: 0 auto; max-width: var(--max); overflow: hidden; position: relative; }
.hero-frame::after { background: linear-gradient(180deg, transparent 45%, rgba(2, 13, 11, .7)); content: ''; inset: 0; position: absolute; }
.hero-frame img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.frame-shine { background: linear-gradient(110deg, transparent 30%, rgba(255, 246, 221, .12) 47%, transparent 62%); inset: 0; position: absolute; transform: translateX(-70%); animation: shine 8s ease-in-out infinite; z-index: 1; }
.frame-label { bottom: 24px; color: rgba(255, 246, 221, .78); font-size: 10px; font-weight: 700; letter-spacing: .18em; position: absolute; right: 28px; text-transform: uppercase; z-index: 2; }
.hero-content { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.12fr .88fr; margin: -82px auto 0; max-width: 1110px; position: relative; z-index: 3; }
.hero-title { background: rgba(2, 13, 11, .92); border: 1px solid var(--line); border-radius: 28px 28px 0 0; padding: 44px 48px 22px; }
.eyebrow { align-items: center; color: var(--mint); display: flex; font-size: 10px; font-weight: 700; gap: 13px; letter-spacing: .19em; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow span { color: var(--gold); }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; margin-top: 0; }
h1 { font-size: clamp(58px, 7.3vw, 105px); letter-spacing: -.055em; line-height: .78; margin: 0; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-summary { padding: 0 0 20px; }
.hero-summary > p { color: #a9bdb3; font-size: 14px; line-height: 1.85; margin: 0 0 24px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { align-items: center; background: #000; border: 1px solid rgba(255, 255, 255, .22); border-radius: 11px; color: white; display: inline-flex; gap: 10px; min-height: 56px; min-width: 177px; padding: 8px 15px 8px 12px; transition: border-color .25s ease, transform .25s ease; }
.store-button:hover { border-color: var(--gold); transform: translateY(-3px); }
.store-button svg { flex: 0 0 auto; height: 34px; width: 30px; }
.apple-button svg { fill: white; }
.store-button > span { display: flex; flex-direction: column; text-align: left; }
.store-button small { font-size: 8px; letter-spacing: .04em; line-height: 1; }
.store-button strong { font-size: 19px; font-weight: 500; letter-spacing: -.04em; line-height: 1.2; }
.scroll-note { align-items: center; bottom: 28px; color: #769388; display: flex; font-size: 9px; gap: 12px; left: 50%; letter-spacing: .16em; position: absolute; text-transform: uppercase; transform: translateX(-50%); }
.scroll-note span { border: 1px solid rgba(169, 239, 203, .35); border-radius: 50%; height: 25px; position: relative; width: 25px; }
.scroll-note span::after { border-bottom: 1px solid var(--mint); border-right: 1px solid var(--mint); content: ''; height: 5px; left: 9px; position: absolute; top: 7px; transform: rotate(45deg); width: 5px; }

.voice-guide { background: var(--ivory); color: var(--night-deep); min-height: 100vh; overflow: hidden; padding: 125px 24px 150px; position: relative; }
.voice-guide::before { background: radial-gradient(circle, rgba(39, 184, 136, .11), transparent 70%); content: ''; height: 900px; left: 50%; position: absolute; top: 42%; transform: translate(-50%, -50%); width: 900px; }
.guide-heading { margin: 0 auto; max-width: 790px; position: relative; text-align: center; z-index: 2; }
.voice-guide .eyebrow { color: #317560; justify-content: center; }
h2 { font-size: clamp(55px, 7vw, 105px); letter-spacing: -.055em; line-height: .85; margin-bottom: 27px; }
.voice-guide h2 em { color: #167154; }
.guide-heading > p:last-child { color: #65756e; font-size: 15px; line-height: 1.8; margin: 0 auto; max-width: 620px; }
.orbit-layout { height: 740px; margin: 25px auto 0; max-width: 1120px; position: relative; }
.orbit-ring { border: 1px solid rgba(3, 27, 22, .13); border-radius: 50%; height: 610px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 610px; }
.orbit-ring::before, .orbit-ring::after { border: 1px solid rgba(3, 27, 22, .1); border-radius: 50%; content: ''; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.orbit-ring::before { height: 430px; width: 430px; }
.orbit-ring::after { height: 250px; width: 250px; }
.orbit-ring i { background: var(--green-light); border: 5px solid var(--ivory); border-radius: 50%; box-shadow: 0 0 0 1px rgba(3, 27, 22, .15); height: 20px; position: absolute; width: 20px; }
.orbit-ring i:nth-child(1) { left: 12%; top: 15%; }
.orbit-ring i:nth-child(2) { right: 2%; top: 48%; }
.orbit-ring i:nth-child(3) { bottom: 9%; left: 24%; }
.orbit-logo { border: 10px solid rgba(255, 255, 255, .75); border-radius: 50%; box-shadow: 0 20px 60px rgba(3, 27, 22, .2); height: 150px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 150px; }
.orbit-logo.reveal { transform: translate(-50%, calc(-50% + 28px)); }
.orbit-logo.reveal.is-visible { transform: translate(-50%, -50%); }
.guide-card { background: rgba(255, 255, 255, .76); border: 1px solid rgba(3, 27, 22, .12); border-radius: 22px; box-shadow: 0 20px 55px rgba(3, 27, 22, .08); max-width: 330px; padding: 27px 28px; position: absolute; }
.guide-card > span { color: #1b8d68; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.guide-card h3 { font-size: 29px; line-height: 1; margin: 13px 0 12px; }
.guide-card p { color: #66756f; font-size: 12px; line-height: 1.65; margin: 0; }
.card-one { left: 1%; top: 13%; }
.card-two { right: 0; top: 23%; }
.card-three { bottom: 5%; left: 12%; }

.experience { background: linear-gradient(180deg, #031b16 0%, #020d0b 100%); min-height: 100vh; overflow: hidden; padding: 130px 24px 160px; position: relative; }
.experience::before { background: linear-gradient(90deg, transparent, rgba(233, 188, 103, .08), transparent); content: ''; height: 1px; left: 0; position: absolute; right: 0; top: 52%; }
.experience-heading { margin: 0 auto 85px; max-width: var(--max); }
.experience-heading h2 { max-width: 820px; }
.experience-heading h2 b { color: #d48b80; font-family: inherit; font-size: .62em; }
.poster-gallery { align-items: flex-start; display: grid; gap: clamp(30px, 7vw, 100px); grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1040px; }
.poster-card { margin: 0; position: relative; }
.poster-card-right { margin-top: 180px; }
.poster-card img { border: 1px solid rgba(233, 188, 103, .26); border-radius: 22px; box-shadow: 0 38px 95px rgba(0, 0, 0, .55); width: 100%; }
.poster-index { align-items: center; background: var(--gold); border-radius: 50%; color: var(--night-deep); display: flex; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; height: 52px; justify-content: center; left: -20px; position: absolute; top: -20px; width: 52px; z-index: 2; }
.poster-caption { align-items: flex-start; backdrop-filter: blur(12px); background: rgba(2, 13, 11, .87); border: 1px solid var(--line); border-radius: 16px; bottom: 22px; display: flex; flex-direction: column; left: 22px; padding: 15px 18px; position: absolute; right: 22px; }
.poster-caption span { color: var(--mint); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.poster-caption strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 25px; margin-top: 3px; }

.download-section { align-items: center; background: linear-gradient(150deg, #fff7df 0%, #dff5e7 100%); color: var(--night-deep); display: flex; min-height: 86vh; overflow: hidden; padding: 110px 24px; position: relative; text-align: center; }
.download-content { align-items: center; display: flex; flex-direction: column; margin: 0 auto; max-width: 850px; position: relative; z-index: 2; }
.download-content > img { border: 7px solid rgba(255, 255, 255, .72); border-radius: 50%; box-shadow: 0 24px 65px rgba(3, 27, 22, .19); height: 110px; margin-bottom: 34px; width: 110px; }
.download-section .eyebrow { color: #26745d; }
.download-section h2 em { color: #147054; }
.download-content > p:not(.eyebrow) { color: #50685f; font-size: 17px; }
.download-content > p span { color: #c96e68; }
.store-buttons-center { justify-content: center; margin-top: 25px; }
.moon { border: 1px solid rgba(3, 27, 22, .1); border-radius: 50%; height: 760px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 760px; }
.moon::before, .moon::after { border: 1px solid rgba(3, 27, 22, .08); border-radius: 50%; content: ''; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.moon::before { height: 570px; width: 570px; }
.moon::after { height: 380px; width: 380px; }
.moon i { background: rgba(233, 188, 103, .48); border-radius: 50%; height: 210px; position: absolute; right: 75px; top: 35px; width: 210px; }

.site-footer { align-items: center; background: #020a08; border-top: 1px solid var(--line); color: #6f897e; display: grid; font-size: 11px; grid-template-columns: 1fr auto 1fr; padding: 25px max(24px, calc((100vw - var(--max)) / 2)); }
.footer-brand { align-items: center; display: flex; gap: 11px; }
.footer-brand img { border-radius: 50%; height: 31px; width: 31px; }
.footer-brand span { color: #a5bbb1; }
.footer-legal { display: flex; gap: 26px; }
.footer-legal a { color: #99afa5; transition: color .2s ease; }
.footer-legal a:hover { color: var(--mint); }
.site-footer > p { justify-self: end; margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes shine {
  0%, 52% { transform: translateX(-75%); }
  72%, 100% { transform: translateX(75%); }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero-content { align-items: start; gap: 30px; grid-template-columns: 1fr; margin-top: -58px; }
  .hero-title { margin-right: 12%; }
  .hero-summary { max-width: 720px; padding-left: 48px; }
  .orbit-layout { height: auto; margin-top: 70px; padding-top: 190px; }
  .orbit-ring { height: 390px; top: 0; transform: translate(-50%, 0); width: 390px; }
  .orbit-ring::before { height: 275px; width: 275px; }
  .orbit-ring::after { height: 160px; width: 160px; }
  .orbit-logo { height: 110px; top: 140px; width: 110px; }
  .orbit-logo.reveal { transform: translate(-50%, calc(-50% + 28px)); }
  .guide-card { margin: 14px auto; max-width: 620px; position: relative; }
  .card-one, .card-two, .card-three { bottom: auto; left: auto; right: auto; top: auto; }
  .poster-gallery { max-width: 700px; }
  .site-footer { gap: 18px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer > p { justify-self: center; }
}

@media (max-width: 620px) {
  .site-header { top: 14px; width: calc(100% - 28px); }
  .brand strong { font-size: 18px; }
  .brand img { height: 39px; width: 39px; }
  .nav-download { font-size: 0; gap: 0; padding: 7px; }
  .nav-download span { font-size: 14px; }
  .hero { padding: 88px 14px 90px; }
  .hero-frame { border-radius: 24px; height: 440px; }
  .hero-frame img { object-position: 62% center; }
  .frame-label { display: none; }
  .hero-content { padding: 0 8px; }
  .hero-title { border-radius: 23px 23px 0 0; margin-right: 5%; padding: 30px 25px 19px; }
  h1 { font-size: clamp(51px, 15vw, 74px); }
  .hero-summary { padding: 0 18px; }
  .hero-summary > p { font-size: 13px; }
  .store-buttons { flex-direction: column; }
  .store-button { width: 192px; }
  .voice-guide { padding: 95px 19px 105px; }
  h2 { font-size: clamp(50px, 14vw, 74px); }
  .orbit-layout { padding-top: 165px; }
  .orbit-ring { height: 330px; width: 330px; }
  .orbit-ring::before { height: 235px; width: 235px; }
  .orbit-ring::after { height: 135px; width: 135px; }
  .orbit-logo { height: 95px; top: 120px; width: 95px; }
  .guide-card { padding: 23px; }
  .experience { padding: 100px 19px 110px; }
  .experience-heading { margin-bottom: 55px; }
  .poster-gallery { grid-template-columns: 1fr; }
  .poster-card-right { margin-top: 30px; }
  .poster-caption { bottom: 14px; left: 14px; right: 14px; }
  .download-section { min-height: 92vh; }
  .moon { height: 520px; width: 520px; }
  .store-buttons-center { align-items: center; }
  .footer-legal { flex-direction: column; gap: 11px; }
}

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