:root {
  --ink: #271d22;
  --muted: #6f6567;
  --paper: #fbf8f3;
  --paper-2: #f5eee8;
  --wine: #5e1738;
  --wine-2: #7b294d;
  --rose: #c98c78;
  --copper: #b86e52;
  --line: #dfcfc5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(61, 33, 44, .12);
  --serif: "Noto Serif Thai", Georgia, serif;
  --sans: "Noto Sans Thai", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.center { text-align: center; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--wine); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 88px; background: rgba(251,248,243,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(184,110,82,.28); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark { width: 47px; height: 47px; color: var(--copper); display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: .9; }
.brand b { display: block; color: var(--wine); font-family: Georgia, serif; font-size: 21px; letter-spacing: .08em; font-weight: 500; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--wine); transition: .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 10px 18px; border: 1px solid var(--copper); border-radius: 999px; color: var(--wine); }
.youtube-link { display: inline-flex; align-items: center; gap: 6px; }
.youtube-link span, .footer-youtube span { width: 18px; height: 18px; display: inline-grid; place-items: center; padding-left: 1px; border-radius: 50%; background: #c92828; color: white; font-size: 7px; line-height: 1; }
.footer-youtube { display: inline-flex; align-items: center; gap: 7px; color: var(--wine); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--wine); }

.hero { min-height: calc(100vh - 88px); padding: 86px 0 72px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 44%, rgba(123,41,77,.13), transparent 28%), radial-gradient(circle at 8% 4%, rgba(201,140,120,.1), transparent 24%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--wine-2); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 1px; background: var(--copper); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 79px); line-height: 1.23; }
.hero h1 em { color: var(--wine); font-style: normal; }
.hero-lead { max-width: 650px; margin: 27px 0 31px; color: #5e5557; font-size: 19px; line-height: 1.85; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 500; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--wine), #7b244b); box-shadow: 0 12px 28px rgba(94,23,56,.18); }
.button-ghost { border-color: #cfa993; color: var(--wine); background: rgba(255,255,255,.35); }
.line-dot { width: 34px; height: 20px; display: inline-grid; place-items: center; border-radius: 99px; background: white; color: var(--wine); font-size: 9px; font-weight: 700; }
.hero-facts { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { font-family: var(--serif); color: var(--wine); font-size: 20px; font-weight: 500; }
.hero-facts span { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.hero-visual { position: relative; }
.visual-caption { width: fit-content; margin: 0 0 13px auto; padding: 8px 13px; background: white; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 11px; box-shadow: 0 8px 22px rgba(61,33,44,.06); }
.live-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #4aa17c; box-shadow: 0 0 0 4px rgba(74,161,124,.12); }
.chart-stage { height: 560px; position: relative; border: 1px solid rgba(184,110,82,.32); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(243,231,225,.82)); box-shadow: var(--shadow); overflow: hidden; }
.chart-stage::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -140px; border-radius: 50%; background: linear-gradient(135deg, rgba(94,23,56,.18), rgba(201,140,120,.12)); }
.chart-card { position: absolute; left: 27px; top: 28px; width: 64%; aspect-ratio: .88; padding: 18px; background: white; border: 1px solid #e3d8d1; border-radius: 17px; box-shadow: 0 18px 45px rgba(58,38,46,.12); }
.chart-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid #eee6e1; color: var(--wine); font-family: var(--serif); }
.chart-head small { color: var(--muted); font: 9px var(--sans); }
.birth-wheel { width: 100%; margin-top: 9px; fill: none; stroke: #b5a4a4; stroke-width: .75; }
.wheel-lines path { stroke: #d8caca; }
.aspects path { stroke: #a75275; stroke-width: 1.3; }
.aspects path:nth-child(2) { stroke: #bf7658; }
.planets { fill: var(--wine); stroke: none; font-size: 17px; }
.axis-label { position: absolute; color: var(--copper); font-size: 8px; font-weight: 600; }
.axis-label.asc { left: 6px; top: 50%; }.axis-label.mc { left: 50%; top: 53px; }
.time-panel { position: absolute; z-index: 2; right: 22px; top: 91px; width: 47%; padding: 17px; border: 1px solid #e0d1c8; border-radius: 15px; background: rgba(255,253,250,.96); box-shadow: 0 18px 38px rgba(58,38,46,.13); }
.time-panel > p { margin: 0 0 12px; color: var(--muted); font-size: 11px; }.time-panel p b { color: var(--wine); }
.time-choice { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 11px 10px; margin: 6px 0; border: 1px solid transparent; border-radius: 9px; background: #f8f3ef; color: var(--ink); text-align: left; }
.time-choice span { font-weight: 500; font-size: 12px; }.time-choice i { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #bea399; }.time-choice small { color: var(--muted); font-size: 8px; }
.time-choice.active { border-color: #bd7c91; background: #f8edf1; color: var(--wine); box-shadow: 0 7px 18px rgba(94,23,56,.08); }.time-choice.active i { background: var(--wine); }
.insight-card { position: absolute; z-index: 3; left: 76px; right: 33px; bottom: 28px; padding: 16px 18px; border-left: 3px solid var(--copper); border-radius: 4px 12px 12px 4px; background: #fffaf7; box-shadow: 0 12px 30px rgba(58,38,46,.11); }
.insight-card span { display: block; color: var(--muted); font-size: 9px; }.insight-card b { display: block; color: var(--wine); font-family: var(--serif); font-size: 13px; font-weight: 500; }
.orbit { position: absolute; border: 1px solid rgba(184,110,82,.25); border-radius: 50%; pointer-events: none; }.orbit-a { width: 760px; height: 760px; right: -390px; top: 0; }.orbit-b { width: 610px; height: 350px; right: -100px; top: 230px; transform: rotate(-18deg); }

h2 { margin: 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.35; }
.section-lead { margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.feature-card { position: relative; min-height: 320px; padding: 35px 30px; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 18px; transition: .25s; }
.feature-card:hover { transform: translateY(-5px); background: white; box-shadow: 0 20px 50px rgba(61,33,44,.08); }
.feature-no { position: absolute; top: 23px; right: 25px; color: #bba9a1; font: 12px Georgia, serif; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #d9b6a5; border-radius: 50%; color: var(--copper); font-size: 25px; }
.feature-card h3 { margin: 27px 0 12px; color: var(--wine); font-family: var(--serif); font-size: 24px; font-weight: 500; }.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

.zoom-section { position: relative; color: white; background: #371528; overflow: hidden; }
.zoom-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 75%); }
.zoom-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; position: relative; }
.section-kicker.light { color: #dcaa96; }.zoom-copy h2 { color: white; }.zoom-copy > p:not(.section-kicker) { color: #d8cbd1; font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 26px 0; }.check-list li { display: flex; align-items: center; gap: 12px; padding: 8px 0; color: #eee3e7; font-size: 15px; }.check-list span { color: #e5a991; }
.duration-note { display: flex; align-items: center; gap: 17px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }.duration-note strong { color: #f2b9a4; font-family: var(--serif); font-size: 27px; font-weight: 500; min-width: max-content; }.duration-note span { color: #bfaeb5; font-size: 12px; line-height: 1.6; }
.video-shell { padding: 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.08); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.video-top { height: 38px; display: flex; justify-content: space-between; align-items: center; padding: 0 9px; color: #bfaeb5; font-size: 9px; }.video-top i { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #61ad87; }
.video-screen { height: 380px; position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 22px; padding: 28px; border-radius: 11px; background: #faf7f2; color: var(--ink); overflow: hidden; }
.mini-wheel { display: grid; place-items: center; }.mini-wheel svg { width: 100%; max-width: 290px; fill: none; stroke: #aa9699; stroke-width: .8; }.mini-wheel .mini-aspect { stroke: var(--wine); stroke-width: 1.3; }
.screen-notes { align-self: center; }.screen-notes span { color: var(--muted); font-size: 10px; }.screen-notes b { display: block; margin: 4px 0 8px; color: var(--wine); font: 500 28px var(--serif); }.screen-notes p { color: var(--muted); font-size: 10px; line-height: 1.5; }.screen-notes i { display: block; height: 7px; margin: 8px 0; border-radius: 4px; background: #eadfd9; }.screen-notes i:nth-of-type(2) { width: 80%; }.screen-notes i:nth-of-type(3) { width: 60%; }
.presenter { position: absolute; right: 13px; bottom: 13px; width: 102px; height: 72px; display: grid; place-items: center; border: 2px solid white; border-radius: 8px; background: var(--wine); box-shadow: 0 7px 18px rgba(0,0,0,.18); }.presenter span { color: white; font: 10px Georgia, serif; text-align: center; letter-spacing: .08em; line-height: 1.4; }
.video-placeholder { display: flex; align-items: center; gap: 13px; padding: 15px 8px 5px; }.play-icon { width: 34px; height: 34px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; background: #d8a08b; color: #371528; font-size: 10px; }.video-placeholder b, .video-placeholder small { display: block; }.video-placeholder b { font-size: 12px; }.video-placeholder small { color: #aa979f; font-size: 9px; }

.family-section { background: #f5eee8; }
.family-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.family-visual { min-height: 460px; position: relative; }.family-orbit { position: absolute; width: 380px; height: 380px; left: 55px; top: 40px; border: 1px solid #d9b8aa; border-radius: 50%; }.family-orbit::before, .family-orbit::after { content: ""; position: absolute; border: 1px solid #ddc7bd; border-radius: 50%; }.family-orbit::before { inset: 48px; }.family-orbit::after { inset: 112px; }
.family-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #c79583; stroke-width: 1; stroke-dasharray: 4 5; }
.person { position: absolute; z-index: 2; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: white; border: 1px solid #d5b3a4; box-shadow: 0 16px 35px rgba(61,33,44,.1); }.person span { color: var(--muted); font-size: 10px; }.person b { color: var(--wine); font: 500 16px var(--serif); }.person.child { width: 154px; height: 154px; left: 182px; top: 126px; background: var(--wine); border-color: var(--wine); }.person.child span { color: #dcbfcb; }.person.child b { color: white; font-size: 22px; }.person.father { left: 48px; top: 23px; }.person.mother { right: 3px; bottom: 18px; }
.family-copy > p:not(.section-kicker) { color: var(--muted); font-size: 17px; }
.family-points { margin-top: 32px; }.family-points div { display: grid; grid-template-columns: 145px 1fr; padding: 16px 0; border-top: 1px solid #ddcdc5; }.family-points b { color: var(--wine); font-family: var(--serif); font-weight: 500; }.family-points span { color: var(--muted); font-size: 14px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; }.section-heading > p { max-width: 370px; margin: 0 0 9px; color: var(--muted); font-size: 15px; }
.process-list { border-top: 1px solid var(--line); }.process-item { display: grid; grid-template-columns: 80px 1fr 170px; gap: 25px; align-items: center; padding: 31px 12px; border-bottom: 1px solid var(--line); transition: .25s; }.process-item:hover { padding-left: 22px; background: rgba(255,255,255,.5); }.process-item > span { color: var(--copper); font: 19px Georgia, serif; }.process-item h3 { margin: 0 0 4px; color: var(--wine); font: 500 22px var(--serif); }.process-item p { margin: 0; color: var(--muted); font-size: 14px; }.process-item > b { justify-self: end; padding: 6px 11px; border-radius: 99px; background: #f2e5df; color: var(--wine); font-size: 10px; font-weight: 500; }

.birthchart-section { padding-top: 30px; }.birthchart-card { min-height: 450px; position: relative; display: grid; grid-template-columns: 1fr .82fr; align-items: center; padding: 62px 70px; border-radius: 28px; color: white; background: linear-gradient(125deg, #4a142d, #74274b); overflow: hidden; }.birthchart-card::after { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; top: -180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.birthchart-card h2 { position: relative; z-index: 1; }.birthchart-card p:not(.section-kicker) { max-width: 590px; color: #d9c8cf; font-size: 15px; }.button-light { background: #fff8f3; color: var(--wine); }.birthchart-art { position: relative; z-index: 1; display: grid; place-items: center; }.birthchart-art svg { width: 100%; max-width: 355px; fill: none; stroke: rgba(255,255,255,.35); stroke-width: .7; }.birthchart-art .art-aspect { stroke: #f0ad91; stroke-width: 1.2; }.birthchart-art span { position: absolute; color: #ffd1bd; font-size: 22px; }.birthchart-art .p1 { top: 12%; left: 33%; }.birthchart-art .p2 { top: 30%; right: 12%; }.birthchart-art .p3 { bottom: 18%; right: 34%; }.birthchart-art .p4 { bottom: 30%; left: 13%; }

.service-grid { display: grid; grid-template-columns: 1fr 430px; gap: 95px; align-items: center; }.service-copy > p:not(.section-kicker) { color: var(--muted); }.receive-list { list-style: none; margin: 32px 0 0; padding: 0; }.receive-list li { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); color: #554a4d; }.receive-list span { color: var(--copper); font: 12px Georgia, serif; }
.price-card { padding: 40px; border: 1px solid #d8b9ab; border-radius: 22px; background: white; box-shadow: var(--shadow); }.price-label { color: var(--wine); font-size: 13px; }.price { margin: 5px 0; color: var(--wine); font: 500 62px var(--serif); line-height: 1.2; }.price small { margin-right: 5px; font-size: 28px; }.price-card > p { color: var(--muted); font-size: 14px; }.price-card hr { height: 1px; border: 0; background: var(--line); margin: 25px 0; }.price-note { display: flex; gap: 10px; color: var(--muted); font-size: 12px; }.price-note span { color: var(--copper); }.price-note p { margin: 0; }.full { width: 100%; margin-top: 24px; }.phone-link { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }

.faq-section { background: #f5eee8; }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.faq-intro { position: sticky; top: 130px; align-self: start; }.faq-intro > p:last-child { color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid #d8c5bb; }.faq-list details { border-bottom: 1px solid #d8c5bb; }.faq-list summary { position: relative; display: flex; align-items: center; gap: 18px; padding: 25px 44px 25px 0; cursor: pointer; list-style: none; color: var(--ink); font-size: 17px; font-weight: 500; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--copper); font: 11px Georgia, serif; }.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; right: 6px; top: 50%; width: 15px; height: 1px; background: var(--wine); transition: .2s; }.faq-list summary i::after { transform: rotate(90deg); }.faq-list details[open] summary i::after { transform: rotate(0); }.faq-list details p { margin: -5px 30px 25px 38px; color: var(--muted); font-size: 14px; }

.final-cta { padding: 105px 0; color: white; background: #43152d; text-align: center; }.cta-inner { position: relative; }.cta-star { display: block; color: #e4a68d; font-size: 24px; }.cta-inner > p { margin: 9px 0; color: #d7bdc8; font-size: 13px; letter-spacing: .08em; }.cta-inner h2 { margin-bottom: 30px; }.cta-actions { display: flex; justify-content: center; align-items: center; gap: 24px; }.cta-actions > a:last-child { color: #ddc7d0; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }.line-dot.dark { color: white; background: var(--wine); }
.medical-note { padding: 25px 0; background: #efe5df; }.medical-note .container { display: flex; align-items: center; gap: 14px; max-width: 900px; }.medical-note span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #bc8c79; border-radius: 50%; color: var(--wine); font: italic 16px Georgia, serif; }.medical-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.medical-note strong { color: var(--wine); }
.site-footer { padding: 60px 0 25px; background: #f9f5f0; }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; }.footer-brand small { letter-spacing: 0; font-size: 9px; }.footer-links, .footer-contact { display: grid; gap: 8px; color: var(--muted); font-size: 12px; }.footer-contact { text-align: right; }.copyright { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #a2928b; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .site-header { height: 75px; }.brand b { font-size: 17px; }.brand-mark { width: 40px; height: 40px; }
  .nav-toggle { display: block; }.site-nav { position: absolute; left: 0; right: 0; top: 75px; display: none; padding: 22px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(50,30,40,.08); }.site-nav.open { display: grid; gap: 18px; }.nav-cta, .youtube-link { width: fit-content; }
  .hero { padding-top: 65px; }.hero-grid, .zoom-grid, .family-grid, .service-grid, .faq-grid { grid-template-columns: 1fr; }.hero-grid { gap: 55px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 660px; margin: auto; width: 100%; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }.feature-card:last-child { grid-column: span 2; min-height: 250px; }
  .zoom-grid { gap: 55px; }.zoom-copy { max-width: 700px; }.family-grid { gap: 55px; }.family-visual { width: 520px; max-width: 100%; margin: auto; }.family-copy { max-width: 760px; }
  .service-grid { gap: 55px; }.price-card { max-width: 520px; }.faq-grid { gap: 45px; }.faq-intro { position: static; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }.container { width: min(100% - 30px, 1180px); }.section { padding: 78px 0; }
  .brand small { display: none; }.brand b { font-size: 15px; letter-spacing: .05em; }.brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; padding: 55px 0 70px; }.hero h1 { font-size: 43px; line-height: 1.3; }.hero-lead { font-size: 17px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-facts { grid-template-columns: 1fr; gap: 13px; }.hero-facts div { display: grid; grid-template-columns: 125px 1fr; align-items: center; }.hero-facts span { margin: 0; }
  .chart-stage { height: 470px; }.chart-card { left: 14px; top: 20px; width: 76%; padding: 12px; }.time-panel { right: 10px; top: 115px; width: 53%; padding: 10px; }.time-choice { padding: 9px 7px; }.time-choice small { display: none; }.insight-card { left: 25px; right: 18px; bottom: 22px; }.visual-caption { margin-left: 0; }
  h2 { font-size: 36px; }.section-lead { font-size: 16px; }.comparison-grid { grid-template-columns: 1fr; }.feature-card, .feature-card:last-child { grid-column: auto; min-height: auto; }
  .video-screen { height: 300px; grid-template-columns: 1fr .65fr; padding: 16px; }.presenter { width: 75px; height: 56px; }.video-placeholder small { display: none; }
  .family-visual { min-height: 380px; transform: scale(.82); transform-origin: center; margin-block: -35px; }.family-points div { grid-template-columns: 1fr; gap: 3px; }
  .section-heading { display: block; }.section-heading > p { margin-top: 17px; }.process-item { grid-template-columns: 46px 1fr; gap: 12px; padding: 24px 4px; }.process-item > b { grid-column: 2; justify-self: start; }
  .birthchart-card { grid-template-columns: 1fr; padding: 45px 28px; }.birthchart-art { margin-top: 35px; }.birthchart-art svg { max-width: 260px; }
  .price-card { padding: 30px 24px; }.price { font-size: 54px; }.faq-list summary { font-size: 15px; line-height: 1.55; }.faq-list details p { margin-left: 0; }
  .cta-inner h2 { font-size: 34px; }.cta-actions { display: grid; gap: 13px; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-brand { grid-column: auto; }.footer-contact { text-align: left; }
}

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