:root {
  --forest: #0b3b32;
  --forest-2: #123f37;
  --ink: #12342e;
  --ivory: #f4ecdd;
  --paper: #fbf7ef;
  --sage: #dce6d8;
  --coral: #e66f55;
  --gold: #efbd54;
  --muted: #64736f;
  --line: rgba(18, 52, 46, .16);
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, serif;
  --sans: "Avenir Next", "Futura", "Century Gothic", sans-serif;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 82% 5%, rgba(239,189,84,.23) 0 19%, transparent 43%), radial-gradient(circle at 8% 78%, rgba(122,166,145,.2) 0 16%, transparent 37%); }

.site-header { min-height: 82px; padding: 18px clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--serif); font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 10px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 8px 14px; color: var(--ink); }

.hero { min-height: calc(100vh - 82px); padding: 6vh clamp(22px, 7vw, 110px) 10vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(40px, 8vw, 130px); align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 20px; color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .privacy-copy h2, .waitlist h2, .support-hero h1, .feedback-intro h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.hero h1 { font-size: clamp(4rem, 8vw, 8.6rem); }
.hero h1 em { color: var(--coral); font-weight: 400; }
.hero-lede { max-width: 630px; margin: 34px 0 28px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ivory); background: var(--forest); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.button-light { color: var(--forest); background: var(--ivory); }
.microcopy { color: var(--muted); font-size: .78rem; }

.hero-visual { position: relative; min-height: 620px; border-radius: 48% 48% 42% 44% / 42% 50% 47% 53%; background: var(--forest); overflow: hidden; box-shadow: 0 40px 100px rgba(11,59,50,.2); }
.hero-visual::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; right: -18%; top: -12%; border-radius: 50%; background: rgba(239,189,84,.15); }
.orbital-mark { position: absolute; width: 270px; height: 270px; left: 50%; top: 43%; transform: translate(-50%,-50%); animation: breathe 6s ease-in-out infinite; }
.orbit { position: absolute; width: 75%; height: 31%; left: 12.5%; top: 34.5%; background: var(--ivory); border-radius: 999px; transform-origin: center; }
.orbit-one { transform: rotate(-42deg) translateY(-53px); }
.orbit-two { transform: rotate(-42deg) translateY(53px); }
.orbit-center { position: absolute; width: 52px; height: 52px; left: calc(50% - 26px); top: calc(50% - 26px); border-radius: 50%; background: var(--coral); }
.session-card { position: absolute; left: 8%; right: 8%; bottom: 8%; padding: 24px 28px; color: var(--ivory); border: 1px solid rgba(244,236,221,.2); border-radius: 22px; background: rgba(4,37,31,.78); backdrop-filter: blur(12px); }
.session-label { display: block; color: var(--gold); font-size: .69rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.session-card > strong { display: block; margin: 4px 0 10px; font: 400 3.2rem/1 var(--serif); }
.session-line { display: flex; justify-content: space-between; padding-top: 8px; font-size: .86rem; }
.session-line b { color: #d8e7dd; }
.visual-note { position: absolute; top: 26px; left: 34px; margin: 0; color: rgba(244,236,221,.74); font-size: .73rem; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 5vw, 78px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip p { padding: 26px 12px; margin: 0; text-align: center; font-family: var(--serif); font-size: 1.1rem; }
.signal-strip span { margin-right: 12px; color: var(--coral); font: 800 .68rem var(--sans); }

.section { padding: 14vh clamp(22px, 7vw, 110px) 8vh; }
.feature-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.section-heading h2, .privacy-copy h2, .waitlist h2 { font-size: clamp(3rem, 5.8vw, 6.3rem); }
.section-copy { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.feature-grid { padding: 0 clamp(22px, 5vw, 78px) 14vh; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 470px; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .7; }
.card-eyes::before { background: linear-gradient(145deg, #f9f3e8 35%, #e6d9b5); }
.card-body::before { background: linear-gradient(145deg, #dbe7d9, #adcabc); }
.card-control::before { background: linear-gradient(145deg, #f8e2d9, #eaa38f); }
.card-index { position: absolute; top: 28px; left: 30px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.feature-card h3 { margin: 26px 0 10px; font: 400 2.25rem var(--serif); }
.feature-card p { margin: 0 0 18px; }
.feature-card small { color: var(--muted); font-weight: 700; }
.feature-symbol { width: 150px; height: 150px; margin: auto; position: relative; }
.eye-symbol { border: 3px solid var(--forest); border-radius: 75% 0 75% 0; transform: rotate(45deg) scale(.72); }
.eye-symbol::after { content: ""; position: absolute; width: 48px; height: 48px; left: 48px; top: 48px; border-radius: 50%; background: var(--coral); }
.body-symbol::before, .body-symbol::after { content: ""; position: absolute; left: 71px; top: 34px; width: 8px; height: 100px; border-radius: 8px; background: var(--forest); transform-origin: center 28px; }
.body-symbol::after { transform: rotate(55deg); }
.body-symbol { border-top: 22px solid var(--coral); border-radius: 50%; }
.control-symbol { border: 3px solid var(--forest); border-radius: 50%; }
.control-symbol::before { content: ""; position: absolute; inset: 28px; border: 3px solid var(--forest); border-radius: 50%; border-right-color: transparent; }
.control-symbol::after { content: ""; position: absolute; width: 18px; height: 18px; left: 66px; top: 66px; border-radius: 50%; background: var(--coral); }

.privacy-panel { margin: 0 clamp(22px, 5vw, 78px) 14vh; padding: clamp(38px, 7vw, 100px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; color: var(--ivory); border-radius: 42px; background: var(--forest); }
.privacy-copy p:not(.eyebrow) { color: rgba(244,236,221,.74); font-size: 1.08rem; }
.privacy-mark { width: min(100%, 380px); aspect-ratio: 1; position: relative; }
.privacy-mark span { position: absolute; width: 70%; height: 26%; left: 15%; top: 37%; border-radius: 999px; background: var(--ivory); }
.privacy-mark span:first-child { transform: rotate(-42deg) translateY(-70px); }
.privacy-mark span:nth-child(2) { transform: rotate(-42deg) translateY(70px); }
.privacy-mark i { position: absolute; width: 18%; aspect-ratio: 1; left: 41%; top: 41%; border-radius: 50%; background: var(--coral); }
.check-list { padding: 0; display: grid; gap: 8px; list-style: none; }
.check-list li::before { content: "◇"; margin-right: 10px; color: var(--gold); }
.text-link { display: inline-block; margin-top: 16px; color: var(--ivory); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 6px; color: var(--coral); }

.quote-section { max-width: 1050px; margin: 0 auto; padding: 6vh 30px 16vh; text-align: center; }
.quote-section blockquote { margin: 0; font: 400 clamp(2.5rem, 5vw, 5.1rem)/1.08 var(--serif); letter-spacing: -.04em; }
.quote-section p { color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.waitlist { margin: 0 clamp(22px, 5vw, 78px) 8vh; padding: clamp(34px, 6vw, 80px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; color: var(--ivory); border-radius: 36px; background: var(--coral); }
.waitlist .eyebrow { color: var(--forest); }
.waitlist p:not(.eyebrow) { max-width: 650px; }
.waitlist-actions { display: grid; gap: 12px; text-align: center; }
.waitlist-actions span { font-size: .75rem; opacity: .76; }

.site-footer { padding: 38px clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; border-top: 1px solid var(--line); font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font: 700 1.15rem var(--serif); }
.footer-brand span { color: var(--muted); }
.site-footer nav { display: flex; gap: 20px; }
.site-footer a { text-decoration: none; }

.legal-shell { padding: 8vh clamp(22px, 8vw, 130px) 14vh; display: grid; grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr); gap: 9vw; }
.legal-shell aside { position: sticky; top: 50px; align-self: start; }
.legal-shell aside h1 { margin: 0; font: 400 clamp(3rem, 5vw, 5.4rem)/.95 var(--serif); letter-spacing: -.05em; }
.legal-shell aside > p:last-child { color: var(--muted); font-size: .82rem; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { margin: 48px 0 12px; font: 400 1.85rem var(--serif); }
.legal-copy p, .legal-copy li { color: #4f625d; }
.legal-copy a { color: var(--forest); font-weight: 700; }
.legal-lede { padding-bottom: 36px; border-bottom: 1px solid var(--line); font: 400 1.45rem/1.5 var(--serif); color: var(--ink) !important; }
.compact-footer { grid-template-columns: 1fr auto; }

.support-shell { padding: 7vh clamp(22px, 7vw, 110px) 12vh; }
.support-hero { max-width: 850px; margin-bottom: 12vh; }
.support-hero h1, .feedback-intro h1 { font-size: clamp(3.8rem, 7vw, 7.7rem); }
.support-hero > p:not(.eyebrow), .feedback-intro > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 50px 26px 0; position: relative; cursor: pointer; list-style: none; font: 400 1.55rem var(--serif); }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--coral); font: 400 1.7rem var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: 0 0 26px; color: var(--muted); }
.contact-band { margin-top: 12vh; padding: clamp(32px, 6vw, 70px); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; color: var(--ivory); border-radius: 32px; background: var(--forest); }
.contact-band h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5rem) var(--serif); }
.contact-band > div:last-child { display: grid; gap: 8px; }
.contact-band a { color: var(--gold); font: 400 clamp(1.4rem, 3vw, 2.4rem) var(--serif); }
.contact-band span { color: rgba(244,236,221,.65); }

.feedback-page { background: var(--forest); }
.feedback-page .site-header, .feedback-page .site-footer { color: var(--ivory); }
.feedback-page .nav-cta { border-color: rgba(244,236,221,.3); }
.feedback-shell { min-height: calc(100vh - 170px); padding: 7vh clamp(22px, 7vw, 110px) 12vh; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; color: var(--ivory); }
.feedback-intro { position: sticky; top: 40px; }
.feedback-intro > p:not(.eyebrow) { color: rgba(244,236,221,.68); }
.privacy-promise { margin-top: 32px; padding: 18px; display: flex; gap: 12px; border: 1px solid rgba(244,236,221,.2); border-radius: 18px; }
.privacy-promise span { color: var(--gold); }
.privacy-promise p { margin: 0; font-size: .84rem; }
.feedback-form { padding: clamp(28px, 5vw, 58px); color: var(--ink); border-radius: 32px; background: var(--paper); }
.feedback-form label { margin-bottom: 22px; display: grid; gap: 8px; font-weight: 800; font-size: .85rem; }
.feedback-form label > span { color: var(--muted); font-size: .72rem; font-weight: 500; }
.feedback-form input, .feedback-form textarea, .feedback-form select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fffdfa; outline: none; }
.feedback-form input:focus, .feedback-form textarea:focus, .feedback-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(230,111,85,.13); }
.feedback-form textarea { resize: vertical; }
.feedback-form small { justify-self: end; color: var(--muted); font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feedback-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }
.feedback-form .consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--forest); }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { min-height: 24px; color: var(--muted); font-size: .86rem; }
.form-status.success { color: #28715c; }
.form-status.error { color: #ad3e2d; }

.pricing-shell { padding: 8vh clamp(22px, 7vw, 110px) 14vh; }
.pricing-hero { max-width: 920px; margin: 0 auto 9vh; text-align: center; }
.pricing-hero h1 { margin: 0; font: 400 clamp(3.8rem, 7vw, 7.5rem)/.96 var(--serif); letter-spacing: -.055em; }
.pricing-hero > p:not(.eyebrow) { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 1.15rem; }
.pricing-grid { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.price-card { padding: clamp(30px, 5vw, 54px); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 34px; background: rgba(251,247,239,.86); box-shadow: 0 24px 70px rgba(11,59,50,.08); }
.price-card.featured { color: var(--ivory); background: var(--forest); transform: translateY(-18px); }
.price-badge { align-self: flex-start; margin-bottom: 28px; padding: 7px 12px; border-radius: 999px; color: var(--forest); background: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h2 { margin: 0; font: 400 2.2rem var(--serif); }
.price { margin: 18px 0 8px; font: 400 4.5rem/1 var(--serif); letter-spacing: -.05em; }
.price span { font: 700 .85rem var(--sans); letter-spacing: 0; }
.price-note { min-height: 48px; margin: 0 0 28px; color: var(--muted); }
.featured .price-note, .featured .plan-list { color: rgba(244,236,221,.72); }
.plan-list { padding: 24px 0 30px; margin: auto 0 0; display: grid; gap: 10px; color: var(--muted); border-top: 1px solid var(--line); list-style: none; }
.featured .plan-list { border-color: rgba(244,236,221,.2); }
.plan-list li::before { content: "◇"; margin-right: 10px; color: var(--coral); }
.featured .plan-list li::before { color: var(--gold); }
.price-card .button { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.checkout-status { max-width: 760px; min-height: 24px; margin: 34px auto 0; color: var(--muted); text-align: center; font-size: .82rem; }
.checkout-status.error { color: #ad3e2d; }
.billing-notes { max-width: 900px; margin: 9vh auto 0; padding: clamp(28px, 5vw, 50px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.34); }
.billing-notes h2 { margin: 0 0 16px; font: 400 2rem var(--serif); }
.billing-notes p { color: var(--muted); }
.billing-notes a { font-weight: 800; }

.reveal { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
.reveal-delay { animation-delay: .12s; }
.reveal-delay-two { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes breathe { 0%,100% { transform: translate(-50%,-50%) scale(.96); } 50% { transform: translate(-50%,-50%) scale(1.03); } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav:not(.legal-nav) { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 22px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 20px 60px rgba(11,59,50,.15); }
  .site-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 8vh; }
  .hero-visual { min-height: 560px; }
  .feature-intro, .privacy-panel, .waitlist, .contact-band, .feedback-shell { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 400px; }
  .feedback-intro { position: static; }
  .site-footer { grid-template-columns: 1fr; }
  .legal-shell { grid-template-columns: 1fr; }
  .legal-shell aside { position: static; }
}
@media (max-width: 600px) {
  .site-header { min-height: 68px; padding: 14px 18px; }
  .legal-nav { gap: 14px; font-size: .75rem; }
  .legal-nav .nav-cta { padding: 7px 10px; }
  .hero { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-visual { min-height: 480px; border-radius: 34px; }
  .orbital-mark { width: 210px; height: 210px; }
  .session-card { padding: 18px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip p:not(:last-child) { border-bottom: 1px solid var(--line); }
  .section-heading h2, .privacy-copy h2, .waitlist h2 { font-size: 3rem; }
  .privacy-panel { padding: 34px 24px; }
  .privacy-mark { max-width: 230px; margin: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .feedback-form { padding: 24px 18px; }
  .site-footer nav { flex-wrap: wrap; }
}
