:root {
  --ivory: #f7f5ef;
  --paper: #fcfbf7;
  --ink: #24302c;
  --muted: #66716c;
  --sage: #617b6a;
  --sage-dark: #2f473d;
  --sage-soft: #dfe7de;
  --gold: #bd9a57;
  --line: #dcded6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(47, 71, 61, .14);
  background: rgba(247, 245, 239, .9);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 30px; height: 34px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 14px; height: 22px; border-radius: 100% 0 100% 0; background: var(--sage); transform-origin: bottom right; }
.brand-mark i:nth-child(1) { left: 0; top: 8px; transform: rotate(-22deg); }
.brand-mark i:nth-child(2) { right: 0; top: 8px; transform: scaleX(-1) rotate(-22deg); }
.brand-mark i:nth-child(3) { width: 12px; height: 19px; left: 9px; top: 0; transform: rotate(45deg); background: var(--gold); }
.brand-copy { display: grid; line-height: 1; letter-spacing: .18em; }
.brand-copy strong { font-size: 15px; font-weight: 650; }
.brand-copy small { margin-top: 5px; font-size: 8px; color: var(--sage); letter-spacing: .32em; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 13px; color: #4e5c56; }
nav a:not(.nav-cta) { padding: 12px 0; position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 6px; background: var(--sage); transition: right .25s ease; }
nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--sage-dark); border-radius: 999px; color: var(--sage-dark); font-weight: 600; transition: .25s ease; }
.nav-cta:hover { background: var(--sage-dark); color: white; transform: translateY(-1px); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding: 74px clamp(24px, 7vw, 104px) 86px;
  overflow: hidden;
  position: relative;
}
.hero-glow { position: absolute; width: 580px; height: 580px; right: -190px; top: -180px; border-radius: 50%; background: rgba(198, 213, 195, .38); filter: blur(12px); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--sage); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 650; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; font-weight: 400; margin: 0; }
h1 { max-width: 680px; font-size: clamp(58px, 6.6vw, 96px); line-height: .97; }
h1 em, h2 em { color: var(--sage); font-weight: 400; }
.hero-lede { max-width: 570px; margin: 30px 0 0; color: #5a6761; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 26px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { background: var(--sage-dark); color: white; box-shadow: 0 12px 25px rgba(34, 55, 46, .16); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(34, 55, 46, .23); background: #253c33; }
.micro-trust { color: #77817c; font-size: 11px; white-space: nowrap; }
.micro-trust b { color: var(--sage); }

.hero-visual { min-height: 520px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 410px; height: 410px; background: #dce5da; right: 4%; top: 7%; }
.orb-two { width: 260px; height: 260px; border: 1px solid rgba(189,154,87,.45); right: 20%; bottom: 1%; }
.quiz-card { width: min(450px, 92%); padding: 30px; background: rgba(255,255,255,.87); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 30px 70px rgba(55, 73, 64, .16); backdrop-filter: blur(10px); position: relative; z-index: 2; }
.quiz-card-top { display: flex; justify-content: space-between; color: #819087; letter-spacing: .15em; font-size: 9px; }
.quiz-question { font-family: Georgia, serif; font-size: 25px; line-height: 1.25; margin: 25px 0; max-width: 340px; }
.answer { min-height: 48px; border-top: 1px solid #e2e5df; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; color: #54615b; font-size: 12px; transition: .2s ease; }
.answer span { color: #a1aaa5; font-size: 9px; }
.answer b { color: var(--sage); font-weight: 400; }
.answer.active { color: var(--sage-dark); font-weight: 650; }
.progress-track { height: 2px; background: #e4e7e2; margin-top: 18px; }
.progress-track i { display: block; width: 25%; height: 2px; background: var(--gold); }
.personal-note { position: absolute; right: -12px; bottom: 16px; z-index: 3; min-width: 260px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--sage-dark); color: white; box-shadow: 0 14px 35px rgba(35,53,46,.2); }
.spark { color: #e1c78e; font-size: 24px; }
.personal-note div { display: grid; }
.personal-note small { color: #b9c7c0; font-size: 8px; letter-spacing: .16em; }
.personal-note strong { margin-top: 4px; font-family: Georgia, serif; font-size: 15px; font-weight: 400; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 104px); background: var(--paper); border-block: 1px solid var(--line); }
.trust-strip > div { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip > div > span { color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.trust-strip p { display: grid; gap: 5px; margin: 0; }
.trust-strip b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.trust-strip small { color: #7b8580; font-size: 11px; }

.section { padding: 120px clamp(24px, 7vw, 104px); }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10vw; }
.section h2, .how-section h2, .result-section h2, .final-cta h2, .faq-section h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.05; }
.intro-copy { padding-top: 58px; max-width: 480px; color: #5d6963; font-size: 16px; line-height: 1.8; }
.intro-copy p { margin: 0 0 26px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--sage-dark); font-weight: 650; font-size: 13px; border-bottom: 1px solid #aebbb4; padding-bottom: 7px; }
.focus-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border: 1px solid var(--line); }
.focus-card { min-height: 330px; padding: 24px; background: rgba(255,255,255,.42); border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.focus-card:last-child { border: 0; }
.focus-card > span { font-size: 9px; color: #9aa39e; letter-spacing: .16em; }
.focus-symbol { color: var(--gold); font-size: 25px; margin: 54px 0 28px; }
.focus-card h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.focus-card p { margin: 0; color: #74807a; font-size: 12px; line-height: 1.7; }

.how-section { background: var(--sage-dark); color: white; padding: 120px clamp(24px, 7vw, 104px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.eyebrow.light { color: #c7d2cc; }
.how-section h2 em { color: #c6ab72; }
.steps { border-top: 1px solid rgba(255,255,255,.18); }
.step { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #d8c28f; font-family: Georgia, serif; font-style: italic; }
.step h3 { margin: 1px 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.step p { margin: 0; color: #bdc9c2; font-size: 13px; line-height: 1.7; max-width: 510px; }

.result-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10vw; align-items: center; padding: 130px clamp(24px, 10vw, 150px); background: var(--paper); }
.result-card { justify-self: center; width: min(430px, 100%); min-height: 500px; padding: 45px; background: var(--ivory); border: 1px solid var(--line); box-shadow: 18px 18px 0 #dfe6dd; display: flex; flex-direction: column; align-items: center; text-align: center; }
.result-label { font-size: 9px; letter-spacing: .2em; color: #829087; }
.result-icon { margin: 68px 0 25px; color: var(--gold); font-size: 46px; }
.result-card h3 { margin: 0; font-family: Georgia, serif; font-size: 35px; font-weight: 400; }
.result-card p { max-width: 280px; color: #6b7771; font-size: 13px; line-height: 1.7; }
.result-lines { width: 100%; margin-top: auto; display: grid; gap: 8px; }
.result-lines i { height: 3px; background: #dfe3dd; border-radius: 4px; }
.result-lines i:nth-child(2) { width: 84%; }
.result-lines i:nth-child(3) { width: 58%; }
.result-foot { margin-top: 25px; color: var(--sage); font-size: 11px; }
.result-copy ul { list-style: none; padding: 0; margin: 44px 0 0; border-top: 1px solid var(--line); }
.result-copy li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.result-copy li > b { color: var(--gold); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.result-copy li > span { display: grid; color: #6a756f; font-size: 12px; line-height: 1.6; }
.result-copy li strong { color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-weight: 400; margin-bottom: 4px; }

.final-cta { padding: 126px 24px; background: #e4e9e0; text-align: center; display: flex; align-items: center; flex-direction: column; }
.final-star { color: var(--gold); font-size: 28px; margin-bottom: 24px; }
.eyebrow.centered { justify-content: center; }
.final-cta > p:not(.eyebrow) { color: #68736d; font-size: 15px; margin: 26px 0 30px; }

.faq-section { padding: 120px clamp(24px, 9vw, 140px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 11vw; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-family: Georgia, serif; font-size: 19px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--font-geist-sans); font-size: 22px; color: var(--sage); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -6px 40px 24px 0; color: #69756f; font-size: 13px; line-height: 1.7; }

footer { padding: 55px clamp(24px, 7vw, 104px); background: #21342d; color: #ccd5d0; display: grid; grid-template-columns: .7fr 1.5fr 1fr; align-items: center; gap: 45px; }
.footer-brand .brand-mark i { background: #9fb1a7; }
.footer-brand .brand-mark i:nth-child(3) { background: #d1b574; }
.footer-brand .brand-copy small { color: #9fb1a7; }
footer > p { font-size: 9px; line-height: 1.7; color: #93a39b; max-width: 510px; }
.footer-links { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 10px; color: #aab7b1; }
.footer-links a:hover { color: white; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { min-height: 520px; width: min(590px, 100%); margin: 0 auto; }
  .trust-strip { padding-inline: 24px; }
  .intro-section, .how-section, .result-section, .faq-section { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 30px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-card:nth-child(2) { border-right: 0; }
  .focus-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .how-section, .result-section, .faq-section { gap: 64px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { justify-self: auto; }
}

@media (max-width: 620px) {
  .site-header { height: 74px; padding-inline: 18px; }
  .nav-cta { padding: 10px 14px; font-size: 11px; }
  .brand-copy strong { font-size: 13px; }
  .brand-mark { transform: scale(.9); }
  .hero { padding: 60px 18px 70px; min-height: auto; gap: 35px; }
  h1 { font-size: clamp(49px, 15.5vw, 67px); }
  .hero-lede { font-size: 16px; line-height: 1.65; }
  .hero-actions { margin-top: 28px; }
  .micro-trust { width: 100%; }
  .hero-visual { min-height: 440px; }
  .orb-one { width: 310px; height: 310px; right: -5%; }
  .quiz-card { width: 96%; padding: 23px 20px; }
  .quiz-question { font-size: 22px; }
  .personal-note { right: -5px; bottom: 5px; min-width: 240px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { min-height: 98px; border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; padding-left: 18%; }
  .section, .how-section, .result-section, .faq-section { padding: 86px 22px; }
  .section h2, .how-section h2, .result-section h2, .final-cta h2, .faq-section h2 { font-size: 44px; }
  .focus-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .focus-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .focus-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .focus-symbol { margin: 35px 0 22px; }
  .how-section { gap: 50px; }
  .step { grid-template-columns: 48px 1fr; }
  .result-card { min-height: 430px; padding: 34px 26px; box-shadow: 10px 10px 0 #dfe6dd; }
  .result-icon { margin: 50px 0 20px; }
  .final-cta { padding: 92px 22px; }
  .faq-section { gap: 48px; }
  footer { padding: 48px 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
