/* ASTRA landing. Isolated from the account and reading interfaces. */
.astro-landing {
  --space: #080a0b;
  --warm: #ddba88;
  --paper: #f2eee6;
  --quiet: #a8aaa4;
  --edge: #d7c4a31c;
  --ease: cubic-bezier(.19, 1, .22, 1);
  background: var(--space);
  color: var(--paper);
  overflow: clip;
}
.astro-landing.landing-paused *, .astro-landing.landing-paused *:after { animation-play-state: paused !important; }
.astro-landing .chart-fallback { display: grid; place-items: center; color: var(--warm); font-family: Georgia, serif; font-size: 130px; }
.astro-landing .site-header { position: absolute; height: 104px; padding: 0 5.5%; border-bottom: 1px solid #f1e5ce0e; gap: 28px; z-index: 20; }
.astro-landing .brand { font-size: 25px; letter-spacing: .2em; }
.astro-landing .brand-star { font-size: 36px; }
.astro-landing .site-header nav { gap: clamp(18px, 2.8vw, 44px); font-size: 13px; }
.astro-landing .site-header nav a { position: relative; padding: 12px 0; white-space: nowrap; }
.astro-landing .site-header nav a:after { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: var(--warm); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.astro-landing .site-header nav a:hover:after { transform: scaleX(1); }
.astro-landing .nav-map { font-size: 13px; white-space: nowrap; }
.astro-landing .nav-map span { margin-left: 10px; color: var(--warm); }
.astro-landing .header-actions { display: flex; align-items: center; gap: 14px; }
.astro-landing .button { border-radius: 3px; min-height: 58px; padding: 17px 25px; font-size: 14px; gap: 30px; transition: transform .4s var(--ease), background .3s, box-shadow .3s; }
.astro-landing .button span { display: inline-block; transition: transform .4s var(--ease); }
.astro-landing .button:hover span { transform: translate(3px, -3px); }
.astro-landing .button-gold { background: var(--warm); color: #17150f; box-shadow: 0 0 40px #ddb8880a; }
.astro-landing .button-gold:hover { background: #efd1a6; box-shadow: 0 8px 46px #ddb88824; transform: translateY(-3px); }
.astro-landing .header-cta { min-height: 46px; padding: 12px 18px; font-size: 12px; gap: 24px; }
.astro-landing .menu-toggle { display: none; width: 42px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.astro-landing .menu-toggle span { height: 1px; width: 23px; background: var(--paper); transition: transform .3s; }
.astro-landing .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.astro-landing .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.astro-landing .eyebrow { font-size: 12px; letter-spacing: .17em; }
.astro-landing .hero { height: min(950px, 100svh); min-height: 800px; max-height: none; padding: 175px 6.5% 165px; isolation: isolate; }
.astro-landing #stars { width: 100%; height: 100%; z-index: -1; opacity: .7; }
.astro-landing .hero-content { width: 68%; max-width: 970px; transform: translateY(var(--hero-copy-y, 0px)); }
.astro-landing .hero-eyebrow { display: block; padding: 0; border: 0; border-radius: 0; background: none; color: #b3aa9a; font-size: 12px; }
.astro-landing .hero h1 { font-size: clamp(86px, 8.7vw, 142px); margin: 28px 0 27px; line-height: .93; letter-spacing: -.045em; }
.astro-landing .hero-line { display: block; width: fit-content; position: relative; }
.astro-landing .hero h1 em { color: var(--warm); padding-right: .04em; }
.astro-landing .hero-description { font-size: 16px; line-height: 1.9; color: #b4b5ad; max-width: 480px; }
.astro-landing .hero-actions { margin-top: 31px; gap: 29px; flex-direction: row; align-items: center; }
.astro-landing .hero-actions .text-button { font-size: 13px; color: #d0c8ba; }
.astro-landing .hero-image { width: 74vw; max-width: 1140px; right: -15%; top: 49%; z-index: -1; transform: translate3d(var(--pointer-x, 0px), calc(-50% + var(--hero-planet-y, 0px) + var(--pointer-y, 0px)), 0) scale(var(--hero-planet-scale, 1)); mask-image: radial-gradient(ellipse at 50% 48%, #000 30%, #000e 43%, transparent 69%); opacity: 1; }
.astro-landing .hero-image img { width: 100%; display: block; animation: astral-arrive 1.8s var(--ease) both; }
.astro-landing .hero-orbit { width: 70vw; height: 70vw; right: -14%; top: 6%; border-color: #e5c49613; transform: rotate(-24deg) scaleY(.72); }
.astro-landing .orbit-two { width: 83vw; height: 83vw; right: -20%; top: -7%; border-color: #e5c49608; }
.astro-landing .hero-bottom { left: 6.5%; right: 6.5%; bottom: 32px; padding-top: 24px; font-size: 12px; letter-spacing: .15em; }
.astro-landing .hero-bottom>span:first-child { display: flex; gap: 12px; align-items: center; }
.astro-landing .scroll-link { font-size: 12px; gap: 16px; }
.astro-landing .section-padding { padding: 110px 6.5%; }
.astro-landing .explore { padding-top: 100px; padding-bottom: 115px; }
.astro-landing .intro-statement { text-align: center; margin: 0 auto 96px; }
.astro-landing .intro-statement h2 { font-size: clamp(40px, 4.5vw, 68px); line-height: 1.12; margin: 25px 0 20px; }
.astro-landing .intro-statement p { color: var(--quiet); font-size: 16px; }
.astro-landing .experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.astro-landing .experience-card { position: relative; display: flex; flex-direction: column; text-align: left; min-height: 428px; padding: 21px 21px 27px; border: 1px solid var(--edge); border-radius: 5px; background: linear-gradient(145deg, #191d1966, #11141080 50%, #0b0e0d); overflow: hidden; isolation: isolate; transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .55s var(--ease), border-color .35s, background .35s; }
.astro-landing .experience-card:before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(400px circle at var(--light-x, 50%) var(--light-y, 0%), #dbb57513, transparent 70%); opacity: 0; transition: opacity .4s; }
.astro-landing .experience-card:hover { border-color: #dabb8859; color: var(--paper); }
.astro-landing .experience-card:hover:before { opacity: 1; }
.astro-landing .round-arrow { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #dabb8830; border-radius: 50%; color: var(--warm); font-size: 17px; transition: background .3s, transform .4s var(--ease); }
.astro-landing .experience-card>.round-arrow { position: absolute; top: 20px; right: 20px; z-index: 2; }
.astro-landing .experience-card:hover .round-arrow { background: var(--warm); color: var(--space); transform: rotate(45deg); }
.astro-landing .experience-art { position: relative; display: block; width: 100%; height: 236px; margin: 8px 0 15px; pointer-events: none; }
.astro-landing .card-copy { display: flex; flex-direction: column; gap: 11px; margin-top: auto; }
.astro-landing .card-copy strong { font-family: var(--serif); font-size: clamp(23px, 2vw, 30px); line-height: 1.08; font-weight: 400; letter-spacing: -.025em; color: var(--paper); }
.astro-landing .card-copy>span { font-size: 16px; line-height: 1.9; color: #a8aba1; }
.astro-landing .natal-preview { position: absolute; width: 230px; height: 230px; top: -5px; left: 50%; margin-left: -115px; transition: transform 1.4s var(--ease); }
.astro-landing .experience-card:hover .natal-preview { transform: rotate(14deg) scale(1.06); }
.astro-landing [data-demo-chart] svg { width: 100%; height: 100%; overflow: visible; }
.astro-landing [data-demo-chart] .chart-ring { fill: #10181366; stroke: #c8aa7860; stroke-width: .7; }
.astro-landing [data-demo-chart] .chart-inner { fill: none; stroke: #c8aa783b; stroke-width: .7; }
.astro-landing [data-demo-chart] .zodiac-line { stroke: #c8aa7850; stroke-width: .7; }
.astro-landing [data-demo-chart] .zodiac-label { fill: #d4bc94; font-family: Georgia, serif; font-size: 13px; text-anchor: middle; }
.astro-landing [data-demo-chart] .planet-glyph { font-family: Georgia, serif; font-size: 14px; text-anchor: middle; }
.astro-landing [data-demo-chart] .chart-center { font-family: var(--sans); fill: #d3b98a; font-size: 17px; letter-spacing: .22em; }
.astro-landing [data-demo-chart] .chart-center-small { fill: #a09b8e; font-family: var(--sans); font-size: 7px; letter-spacing: .13em; }
.astro-landing .preview-tarot { position: absolute; width: 97px; height: 164px; object-fit: cover; border-radius: 4px; top: 30px; left: 50%; margin-left: -48.5px; box-shadow: 0 10px 24px #0008; border: 4px solid #bbb294; filter: saturate(.58) brightness(.88); transition: transform .8s var(--ease), filter .8s; }
.astro-landing .tarot-left { transform: translate(-51px, 6px) rotate(-15deg); }
.astro-landing .tarot-right { transform: translate(51px, 6px) rotate(15deg); }
.astro-landing .tarot-center { transform: translateY(0); }
.astro-landing .experience-card:hover .tarot-left { transform: translate(-65px, 8px) rotate(-23deg); }
.astro-landing .experience-card:hover .tarot-right { transform: translate(65px, 8px) rotate(23deg); }
.astro-landing .experience-card:hover .tarot-center { transform: translateY(-14px); filter: saturate(.85) brightness(1); }
.astro-landing .match-art { display: flex; align-items: center; justify-content: center; }
.astro-landing .match-orbit { width: 142px; height: 142px; position: absolute; border: 1px solid #d9bf854c; border-radius: 50%; display: grid; place-items: center; transition: transform .8s var(--ease); }
.astro-landing .match-orbit:after { content: ''; position: absolute; inset: 12px; border: 1px dashed #d9bf8524; border-radius: 50%; }
.astro-landing .match-orbit-a { transform: translateX(-36px); background: radial-gradient(circle, #d2af6c0a, transparent 70%); }
.astro-landing .match-orbit-b { transform: translateX(36px); border-color: #88aaab54; background: radial-gradient(circle, #b0d2cc08, transparent 70%); }
.astro-landing .match-orbit i { position: absolute; bottom: -22px; font-style: normal; font-size: 12px; letter-spacing: .1em; color: #a4a396; white-space: nowrap; }
.astro-landing .match-orbit b { font-family: Georgia, serif; font-size: 35px; font-weight: 400; color: #dbc598; padding-right: 28px; }
.astro-landing .match-orbit-b b { color: #9fbcba; padding-right: 0; padding-left: 28px; }
.astro-landing .match-center { z-index: 1; font-size: 28px; color: #f1dcc0; }
.astro-landing .experience-card:hover .match-orbit-a { transform: translateX(-24px) rotate(-10deg); }
.astro-landing .experience-card:hover .match-orbit-b { transform: translateX(24px) rotate(10deg); }
.astro-landing .cookie-art { display: flex; align-items: center; justify-content: center; perspective: 600px; }
.astro-landing .fortune-slip { z-index: 1; display: flex; align-items: center; gap: 13px; text-align: center; padding: 19px 14px; width: 219px; flex: 0 0 auto; background: linear-gradient(105deg, #c7b187, #e9d8b5 30%, #e2d1ad 65%, #baa27a); color: #3e3626; box-shadow: 0 15px 35px #0006; transform: rotate(-8deg); transition: transform .8s var(--ease); }
.astro-landing .fortune-slip>span:nth-child(2) { flex: 1; font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.astro-landing .fortune-slip em { color: #544627; }
.astro-landing .fortune-orbit { position: absolute; width: 170px; height: 170px; border: 1px solid #d9bf852b; border-radius: 50%; }
.astro-landing .experience-card:hover .fortune-slip { transform: rotate(0) translateY(-8px); }
.astro-landing .journey { height: 270svh; min-height: 1950px; border-block: 1px solid var(--edge); }
.astro-landing .journey-sticky { min-height: 640px; height: 100svh; max-height: none; background: #080b0c; }
.astro-landing .journey-scenes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.astro-landing .journey-copy { top: 47%; left: 6.5%; width: 52%; max-width: 740px; opacity: 1; }
.astro-landing.motion-ready .journey-copy { opacity: 0; visibility: hidden; transform: translateY(calc(-50% + 30px)); transition: opacity .6s, transform .8s var(--ease), visibility .6s; pointer-events: none; }
.astro-landing.motion-ready .journey-copy.is-active { opacity: 1; visibility: visible; transform: translateY(-50%); pointer-events: auto; }
.astro-landing .journey h2 { font-size: clamp(58px, 6.1vw, 94px); line-height: 1.02; margin: 27px 0; }
.astro-landing .journey-copy p { color: #b1b2a9; max-width: 410px; font-size: 16px; line-height: 1.9; }
.astro-landing .journey-copy .button { margin-top: 28px; }
.astro-landing .journey-message { position: absolute; right: 8%; top: 50%; width: 360px; display: flex; align-items: flex-start; gap: 15px; padding: 26px; border: 1px solid #d8bb864d; border-radius: 6px; background: #101711e8; box-shadow: 0 20px 80px #0009; opacity: var(--message-opacity, 0); transform: translateY(calc(-50% + var(--message-y, 40px))); backdrop-filter: blur(18px); }
.astro-landing .journey-message>span:last-child { font-size: 12px; line-height: 1.7; color: #b2b7a9; }
.astro-landing .journey-message strong { display: block; font-family: var(--serif); font-size: 28px; line-height: 1.1; font-weight: 400; margin-top: 9px; color: var(--paper); }
.astro-landing .journey-message .mini-brand { font-size: 28px; }
.astro-landing .typing-dots { display: flex; gap: 5px; padding-top: 17px; }
.astro-landing .typing-dots i { width: 4px; height: 4px; background: var(--warm); border-radius: 50%; animation: typing-orbit 1.8s infinite; }
.astro-landing .typing-dots i:nth-child(2) { animation-delay: .2s; }
.astro-landing .typing-dots i:nth-child(3) { animation-delay: .4s; }
.astro-landing .journey-bottom { bottom: 39px; left: 6.5%; right: 6.5%; display: flex; align-items: center; gap: 35px; border-top: 1px solid var(--edge); padding-top: 24px; }
.astro-landing .journey-steps { display: flex; gap: 28px; }
.astro-landing .journey-steps button { display: flex; gap: 9px; align-items: center; font-size: 12px; color: #8e948a; padding: 8px 0; }
.astro-landing .journey-steps button span { display: grid; place-items: center; height: 29px; width: 29px; border: 1px solid #c1b08d26; border-radius: 50%; font-size: 12px; }
.astro-landing .journey-steps button.is-active { color: #e7d3b1; }
.astro-landing .journey-steps button.is-active span { color: #1b1d15; background: var(--warm); border-color: var(--warm); }
.astro-landing .journey-progress { flex: 1; max-width: 360px; height: 1px; background: #c1b08d26; }
.astro-landing .journey-progress i { display: block; height: 100%; width: var(--progress, 0%); background: var(--warm); }
.astro-landing:not(.motion-ready) .journey { height: auto; min-height: 0; }
.astro-landing:not(.motion-ready) .journey-sticky { height: auto; min-height: 0; position: relative; padding: 100px 6.5%; }
.astro-landing:not(.motion-ready) .journey-scenes { position: relative; }
.astro-landing:not(.motion-ready) .journey-copy { position: relative; top: auto; left: auto; transform: none; margin: 50px 0; }
.astro-landing:not(.motion-ready) .journey-bottom { position: static; margin-top: 45px; }
.astro-landing .examples { background: linear-gradient(180deg, #0c100e, #0a0d0c); }
.astro-landing .section-heading { align-items: flex-end; }
.astro-landing .section-heading h2 { font-size: clamp(44px, 4.8vw, 72px); line-height: 1.07; margin-top: 22px; }
.astro-landing .section-heading>p { font-size: 16px; line-height: 1.9; color: #a8ada1; padding-bottom: 6px; }
.astro-landing .examples-layout { gap: 8%; margin-top: 48px; grid-template-columns: .85fr 1.15fr; align-items: center; }
.astro-landing .topic { padding: 27px 3px; border-color: #d7c4a31c; transition: padding .4s var(--ease), color .3s; }
.astro-landing .topic:hover, .astro-landing .topic.active { padding-left: 12px; }
.astro-landing .topic strong { font-size: 15px; font-weight: 500; }
.astro-landing .topic small { font-size: 12px; line-height: 1.8; color: #959d90; margin-top: 9px; }
.astro-landing .topic-symbol { font-size: 37px; color: #8a8e7e; }
.astro-landing .topic.active .topic-symbol { color: var(--warm); }
.astro-landing .example-chat { padding: 30px; border: 1px solid #d8bb862b; border-radius: 7px; background: linear-gradient(135deg, #19211c, #101811 70%); box-shadow: 0 25px 90px #0004; min-height: 440px; position: relative; }
.astro-landing .example-chat:before { content: ''; position: absolute; inset: -1px 20% auto; height: 1px; background: linear-gradient(90deg, transparent, #d1b98970, transparent); }
.astro-landing .example-chat-header { padding-bottom: 20px; }
.astro-landing .example-chat-header small { font-size: 12px; color: #9da697; }
.astro-landing .example-question { margin-top: 24px; font-size: 13px; line-height: 1.8; background: #d3c7a811; border: 1px solid #d3c7a813; border-radius: 7px 7px 0 7px; }
.astro-landing .example-answer p { font-size: 16px; line-height: 1.9; color: #c2c7bb; }
.astro-landing .reference-chip { font-size: 12px; padding: 5px 8px; color: #c5c5aa; border: 1px solid #c4ba9029; border-radius: 3px; background: #c4ba9008; }
.astro-landing .example-continue { font-size: 12px; margin-top: 24px; padding-top: 19px; }
.astro-landing .example-caption { font-size: 12px; color: #8f9988; margin-top: 26px; }
.astro-landing .closing { position: relative; isolation: isolate; overflow: hidden; min-height: 660px; padding-bottom: 155px; text-align: center; border-block: 1px solid var(--edge); background: radial-gradient(ellipse at 50% 90%, #32342133, transparent 67%); }
.astro-landing .closing-content { position: relative; z-index: 2; }
.astro-landing .closing h2 { font-size: clamp(60px, 6.8vw, 102px); margin: 26px 0 32px; line-height: .99; }
.astro-landing .closing p { font-size: 13px; color: #9aa091; margin-top: 25px; line-height: 1.8; }
.astro-landing .closing-orbits { position: absolute; width: 700px; height: 700px; top: 180px; left: 50%; transform: translateX(-50%) rotateX(53deg); z-index: -1; }
.astro-landing .closing-orbits span { position: absolute; inset: 0; border: 1px solid #d1b9891f; border-radius: 50%; }
.astro-landing .closing-orbits span:nth-child(2) { inset: -120px; border-color: #d1b98913; }
.astro-landing .closing-orbits span:nth-child(3) { inset: -240px; border-color: #d1b9890b; }
.astro-landing .closing-wordmark { position: absolute; bottom: -.25em; left: 50%; transform: translate(-50%, var(--wordmark-y, 0px)); font-size: clamp(150px, 26vw, 440px); font-weight: 500; letter-spacing: .13em; line-height: 1; color: #c6bd9a06; -webkit-text-stroke: 1px #c6bd9a17; pointer-events: none; }
.astro-landing .site-footer { padding: 35px 6.5%; gap: 25px; }
.astro-landing .site-footer p { max-width: 440px; font-size: 12px; color: #93998d; }
.astro-landing .site-footer .text-button, .astro-landing .site-footer>span { font-size: 12px; }
.astro-landing.motion-ready [data-reveal] { opacity: 0; translate: 0 32px; transition: opacity .8s, translate 1s var(--ease); }
.astro-landing.motion-ready [data-reveal].is-visible { opacity: 1; translate: 0 0; }
.astro-landing.motion-ready .experience-card[data-reveal] { transition: opacity .8s, translate 1s var(--ease), transform .55s var(--ease), border-color .35s, background .35s; }
.astro-landing .experience-card:nth-child(2) { transition-delay: 60ms; }
.astro-landing .experience-card:nth-child(3) { transition-delay: 120ms; }
.astro-landing .experience-card:nth-child(4) { transition-delay: 180ms; }
.astro-landing .hero-eyebrow, .astro-landing .hero-line, .astro-landing .hero-description, .astro-landing .hero-actions { animation: astral-copy-in 1.3s var(--ease) both; }
.astro-landing .hero-line:first-child { animation-delay: .08s; }
.astro-landing .hero-line:nth-child(2) { animation-delay: .17s; }
.astro-landing .hero-description { animation-delay: .25s; }
.astro-landing .hero-actions { animation-delay: .33s; }
@keyframes astral-copy-in { from { opacity: 0; transform: translateY(30px); filter: blur(4px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes astral-arrive { from { opacity: 0; transform: scale(1.12) rotate(6deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes typing-orbit { 0%, 80%, 100% { opacity: .3; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
@media (min-width: 1650px) {
  .astro-landing .hero { min-height: 920px; }
  .astro-landing .hero-image { right: -5%; }
  .astro-landing .experience-card { min-height: 470px; }
  .astro-landing .experience-art { height: 280px; }
  .astro-landing .natal-preview { width: 270px; height: 270px; margin-left: -135px; }
  .astro-landing .preview-tarot { top: 50px; }
}
@media (max-width: 1150px) {
  .astro-landing .site-header { gap: 20px; padding-inline: 5%; }
  .astro-landing .site-header nav { gap: 18px; font-size: 12px; }
  .astro-landing .hero h1 { font-size: clamp(78px, 9.4vw, 108px); }
  .astro-landing .hero-content { width: 72%; }
  .astro-landing .hero-image { width: 87vw; right: -26%; }
  .astro-landing .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .astro-landing .experience-card { min-height: 445px; padding: 25px; }
  .astro-landing .card-copy strong { font-size: 33px; }
  .astro-landing .card-copy>span { font-size: 16px; }
  .astro-landing .natal-preview { width: 255px; height: 255px; margin-left: -127.5px; top: -15px; }
  .astro-landing .preview-tarot { width: 106px; height: 181px; margin-left: -53px; top: 23px; }
  .astro-landing .journey-message { right: 5%; width: 310px; padding: 22px; }
  .astro-landing .journey h2 { font-size: 65px; }
  .astro-landing .journey-steps { gap: 19px; }
  .astro-landing .examples-layout { gap: 5%; }
  .astro-landing .topic-symbol { width: 36px; font-size: 30px; }
}
@media (max-width: 900px) {
  .astro-landing .site-header { height: 88px; }
  .astro-landing .site-header nav { display: none; position: absolute; top: 76px; left: 5%; right: 5%; padding: 20px; border: 1px solid #d1b37e33; border-radius: 5px; background: #0d1211f7; box-shadow: 0 20px 70px #000a; backdrop-filter: blur(20px); flex-direction: column; align-items: stretch; gap: 7px; font-size: 15px; }
  .astro-landing .site-header nav.is-open { display: flex; }
  .astro-landing .site-header nav .nav-map { text-align: left; padding: 12px 0; font-size: 15px; }
  .astro-landing .menu-toggle { display: flex; }
  .astro-landing .hero { min-height: 830px; padding-top: 160px; }
  .astro-landing .hero-content { width: 85%; }
  .astro-landing .hero-image { width: 102vw; right: -33%; top: 52%; opacity: .9; }
  .astro-landing .hero h1 { font-size: clamp(84px, 11.8vw, 106px); }
  .astro-landing .hero-bottom>span:first-child { display: none; }
  .astro-landing .hero-actions { gap: 20px; }
  .astro-landing .section-padding { padding-inline: 7%; }
  .astro-landing .intro-statement { margin-bottom: 65px; }
  .astro-landing .journey { height: 275svh; }
  .astro-landing .journey-copy { width: 65%; top: 43%; }
  .astro-landing .journey-copy p { max-width: 350px; }
  .astro-landing .journey h2 { font-size: 63px; }
  .astro-landing .journey-message { top: auto; bottom: 118px; right: 7%; width: 320px; transform: translateY(var(--message-y, 40px)); }
  .astro-landing .section-heading>p { margin-top: 22px; }
  .astro-landing .examples-layout { grid-template-columns: 1fr; gap: 20px; }
  .astro-landing .topic-list { display: flex; flex-direction: row; gap: 15px; margin-bottom: 10px; }
  .astro-landing .topic { flex: 1; flex-direction: column; padding: 18px 5px; align-items: flex-start; gap: 13px; }
  .astro-landing .topic:hover, .astro-landing .topic.active { padding-left: 5px; }
  .astro-landing .topic strong { font-size: 14px; }
  .astro-landing .topic small, .astro-landing .topic-arrow { display: none; }
  .astro-landing .example-chat { max-width: none; width: 100%; }
  .astro-landing .closing { min-height: 620px; }
}
@media (max-width: 600px) {
  .astro-landing .site-header { height: 78px; padding-inline: 6%; gap: 12px; }
  .astro-landing .brand { font-size: 21px; }
  .astro-landing .brand-star { font-size: 30px; margin-right: 8px; }
  .astro-landing .header-actions { gap: 6px; }
  .astro-landing .header-cta { min-height: 39px; padding: 8px 10px; font-size: 12px; gap: 10px; }
  .astro-landing .header-cta span { font-size: 18px; }
  .astro-landing .menu-toggle { width: 32px; }
  .astro-landing .hero { height: auto; min-height: 900px; padding: 125px 7% 385px; align-items: flex-start; }
  .astro-landing .hero-content { width: 100%; }
  .astro-landing .hero-eyebrow { font-size: 12px; letter-spacing: .12em; padding: 8px 10px; gap: 9px; }
  .astro-landing .hero h1 { font-size: clamp(59px, 15vw, 90px); margin: 29px 0 24px; line-height: .96; }
  .astro-landing .hero-description { font-size: 16px; line-height: 1.85; }
  .astro-landing .hero-actions { margin-top: 26px; gap: 15px; flex-wrap: wrap; align-items: flex-start; flex-direction: column; }
  .astro-landing .hero-actions .button { min-height: 53px; padding: 15px 19px; font-size: 14px; gap: 30px; }
  .astro-landing .hero-actions .text-button { font-size: 12px; padding: 0; gap: 16px; }
  .astro-landing .hero-image { width: 127vw; max-width: none; right: -20%; top: auto; bottom: 28px; opacity: .95; transform: translate3d(var(--pointer-x, 0px), var(--hero-planet-y, 0px), 0) scale(var(--hero-planet-scale, 1)); mask-image: radial-gradient(ellipse at 50% 50%, #000 22%, #000e 40%, transparent 68%); }
  .astro-landing .hero-orbit { width: 135vw; height: 135vw; right: -34%; top: auto; bottom: 65px; }
  .astro-landing .orbit-two { display: block; width: 160vw; height: 160vw; right: -47%; bottom: 15px; }
  .astro-landing .hero-bottom { bottom: 28px; left: 7%; right: 7%; padding-top: 17px; font-size: 12px; }
  .astro-landing .scroll-link { font-size: 12px; gap: 11px; }
  .astro-landing .hero-bottom .scroll-link span:last-child { font-size: 18px; }
  .astro-landing .section-padding { padding: 74px 7%; }
  .astro-landing .eyebrow { font-size: 12px; letter-spacing: .13em; }
  .astro-landing .intro-statement { margin-bottom: 56px; }
  .astro-landing .intro-statement h2 { font-size: clamp(35px, 8.8vw, 49px); margin: 22px 0 19px; line-height: 1.1; }
  .astro-landing .intro-statement h2 br { display: none; }
  .astro-landing .intro-statement p { font-size: 16px; max-width: 255px; margin: auto; }
  .astro-landing .experience-grid { grid-template-columns: 1fr; gap: 15px; }
  .astro-landing .experience-card { min-height: 380px; padding: 23px; }
  .astro-landing .experience-art { height: 208px; margin-top: 3px; margin-bottom: 8px; }
  .astro-landing .natal-preview { width: 225px; height: 225px; margin-left: -112.5px; top: -11px; }
  .astro-landing .preview-tarot { width: 91px; height: 155px; margin-left: -45.5px; top: 23px; }
  .astro-landing .card-copy strong { font-size: 30px; }
  .astro-landing .card-copy>span { font-size: 16px; line-height: 1.8; }
  .astro-landing .journey { height: 280svh; min-height: 1800px; }
  .astro-landing .journey-sticky { min-height: 680px; }
  .astro-landing .journey-copy { top: 110px; left: 7%; width: 86%; }
  .astro-landing.motion-ready .journey-copy { transform: translateY(20px); }
  .astro-landing.motion-ready .journey-copy.is-active { transform: translateY(0); }
  .astro-landing .journey h2 { font-size: clamp(44px, 11.7vw, 62px); line-height: 1.03; margin: 23px 0 19px; }
  .astro-landing .journey-copy p { font-size: 16px; max-width: 320px; line-height: 1.85; }
  .astro-landing .journey-copy .button { margin-top: 22px; min-height: 48px; font-size: 12px; padding: 13px 17px; }
  .astro-landing .journey-message { right: 7%; bottom: 116px; width: 86%; padding: 19px; }
  .astro-landing .journey-message strong { font-size: 25px; }
  .astro-landing .journey-message>span:last-child { font-size: 12px; }
  .astro-landing .journey-bottom { bottom: 25px; left: 7%; right: 7%; gap: 18px; padding-top: 15px; flex-direction: column; align-items: stretch; }
  .astro-landing .journey-steps { gap: 8px; justify-content: space-between; }
  .astro-landing .journey-steps button { font-size: 12px; gap: 7px; padding: 0; }
  .astro-landing .journey-steps button span { width: 25px; height: 25px; font-size: 12px; }
  .astro-landing .journey-progress { flex: auto; width: 100%; max-width: none; }
  .astro-landing .section-heading h2 { font-size: clamp(39px, 10.5vw, 58px); line-height: 1.04; margin-top: 20px; }
  .astro-landing .section-heading>p { font-size: 16px; margin-top: 21px; }
  .astro-landing .examples-layout { margin-top: 23px; }
  .astro-landing .topic-list { gap: 12px; }
  .astro-landing .topic { gap: 11px; padding-block: 14px; }
  .astro-landing .topic strong { font-size: 14px; line-height: 1.6; }
  .astro-landing .topic-symbol { font-size: 28px; }
  .astro-landing .example-chat { padding: 21px 18px; min-height: 440px; }
  .astro-landing .example-question { font-size: 14px; margin-left: 21px; padding: 12px; }
  .astro-landing .example-answer { gap: 10px; }
  .astro-landing .example-answer p { font-size: 16px; line-height: 1.9; }
  .astro-landing .example-chat-header small { font-size: 12px; }
  .astro-landing .reference-chip { font-size: 12px; }
  .astro-landing .example-continue { font-size: 12px; }
  .astro-landing .example-caption { font-size: 12px; text-align: left; line-height: 1.8; }
  .astro-landing .closing { min-height: 590px; padding-top: 80px; padding-bottom: 110px; }
  .astro-landing .closing h2 { font-size: clamp(49px, 12.8vw, 70px); margin-top: 26px; }
  .astro-landing .closing .button { font-size: 12px; padding: 15px 21px; min-height: 52px; }
  .astro-landing .closing p { font-size: 12px; margin-top: 22px; }
  .astro-landing .closing-orbits { width: 420px; height: 420px; top: 230px; }
  .astro-landing .closing-wordmark { font-size: 32vw; }
  .astro-landing .site-footer { padding: 29px 7%; gap: 18px; flex-wrap: wrap; }
  .astro-landing .site-footer p { order: 4; width: 100%; font-size: 12px; line-height: 1.8; }
  .astro-landing .site-footer .text-button { margin-left: auto; font-size: 12px; }
  .astro-landing .site-footer>span { font-size: 12px; }
}
@media (max-height: 680px) and (min-width: 601px) {
  .astro-landing .journey-sticky { min-height: 540px; }
  .astro-landing .journey h2 { font-size: 58px; margin-block: 19px; }
  .astro-landing .journey-copy p { font-size: 16px; }
  .astro-landing .journey-bottom { bottom: 22px; }
}
@media (max-height: 540px) {
  .astro-landing .journey { height: auto; min-height: 0; }
  .astro-landing .journey-sticky { position: relative; height: auto; min-height: 0; padding: 90px 7% 45px; }
  .astro-landing .journey-scenes { position: relative; height: auto; }
  .astro-landing.motion-ready .journey-copy { position: relative; inset: auto; width: 100%; max-width: 700px; margin: 40px 0 75px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .astro-landing .journey-chart, .astro-landing .journey-message, .astro-landing .journey-bottom { display: none; }
}

/* A single shared stage keeps the projected planets aligned with the chart. */
.astro-landing .hero-bottom { border-top: 0; }
.astro-landing .hero-orbit { opacity: .4; }
.astro-landing .intro-statement { margin-bottom: 68px; }
.astro-landing .intro-statement h2 { margin-top: 0; }
.astro-landing .journey-sticky { background: radial-gradient(ellipse at 72% 48%, #19201c60, transparent 58%), #080b0c; }
.astro-landing .journey-copy { width: 47%; }
.astro-landing .journey h2 { font-size: clamp(56px, 5.6vw, 86px); }
.astro-landing .journey-cosmos { position: absolute; width: min(54vw, 790px); aspect-ratio: 1; right: 1%; top: 48%; transform: translateY(-50%) scale(var(--cosmos-scale, .96)); opacity: var(--cosmos-opacity, 1); pointer-events: none; }
.astro-landing .solar-system { display: block; position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.astro-landing .journey-cosmos .journey-chart { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; opacity: var(--chart-opacity, 0); transform: none; filter: none; z-index: 1; }
.astro-landing .journey-chart .chart-ring, .astro-landing .journey-chart .chart-inner { fill: none; stroke-width: .65; }
.astro-landing .journey-chart .chart-point circle { fill: none; stroke: #d4bd944d; stroke-width: .55; }
.astro-landing .journey-chart .planet-glyph { fill: #c8b898; font-size: 10px; }
.astro-landing .journey-chart .chart-center, .astro-landing .journey-chart .chart-center-small { display: none; }
.astro-landing .journey-chart .zodiac-label { fill: #ddcba9; font-size: 12px; }
.astro-landing .journey-progress { margin-left: auto; }
.astro-landing .closing { min-height: 540px; padding-top: 100px; }
@media (max-width: 1150px) {
  .astro-landing .journey-copy { width: 47%; }
  .astro-landing .journey h2 { font-size: 59px; }
}
@media (max-width: 900px) {
  .astro-landing .journey-copy { width: 62%; top: 38%; }
  .astro-landing .journey-cosmos { width: 60vw; right: -5%; top: 63%; }
  .astro-landing .journey h2 { font-size: 60px; }
}
@media (max-width: 600px) {
  .astro-landing .hero-eyebrow { padding: 0; font-size: 12px; }
  .astro-landing .intro-statement { margin-bottom: 42px; }
  .astro-landing .journey-copy { top: 64px; width: 86%; }
  .astro-landing .journey h2 { font-size: clamp(42px, 11vw, 58px); margin-top: 0; }
  .astro-landing .journey-copy p { max-width: 340px; }
  .astro-landing .journey-cosmos { width: min(88vw, max(230px, calc(100svh - 410px)), 390px); top: auto; right: 50%; bottom: 92px; transform: translateX(50%) scale(var(--cosmos-scale, .96)); }
  .astro-landing .journey-message { bottom: 140px; }
  .astro-landing .closing { min-height: 460px; padding-top: 85px; }
}
@media (prefers-reduced-motion: reduce), (max-height: 540px) {
  .astro-landing .journey-cosmos { position: relative; inset: auto; width: min(100%, 460px); margin: 0 auto 30px; transform: none; opacity: 1; }
  .astro-landing .journey-sticky { padding-top: 30px; }
  .astro-landing.motion-ready .journey-copy { top: auto; width: 100%; }
  .astro-landing .journey-cosmos .journey-chart { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .astro-landing *, .astro-landing *:before, .astro-landing *:after { animation: none !important; transition: none !important; }
  .astro-landing [data-reveal] { opacity: 1 !important; translate: none !important; }
  .astro-landing .hero-content, .astro-landing .experience-card { transform: none !important; }
  .astro-landing .journey { height: auto; min-height: 0; }
  .astro-landing .journey-sticky { position: relative; height: auto; min-height: 0; padding: 90px 7% 45px; }
  .astro-landing .journey-scenes { position: relative; height: auto; }
  .astro-landing.motion-ready .journey-copy { position: relative; inset: auto; width: 100%; max-width: 700px; margin: 40px 0 75px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .astro-landing .journey-chart, .astro-landing .journey-message, .astro-landing .journey-bottom { display: none; }
}
