:root {
  --ink: #17231f;
  --muted: #607069;
  --paper: #f7f3ea;
  --paper-deep: #eee7d9;
  --card: #fffdf8;
  --line: #d7d4ca;
  --teal: #0d6259;
  --teal-dark: #084b45;
  --lime: #d8f36b;
  --orange: #e76e36;
  --shadow: 0 20px 60px rgba(23, 35, 31, .09);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 18%, rgba(216,243,107,.22), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header, .site-footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header { min-height: 88px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-decoration: none;
}
.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50% 50% 46% 54%;
  transform: rotate(-10deg);
}
.brand-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.header-note { margin: 0; color: var(--muted); font-size: .82rem; }

#app { min-height: calc(100vh - 176px); }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.landing {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(44px, 8vw, 112px);
  padding: 54px 0 90px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, .profile-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
h1 { max-width: 780px; font-size: clamp(3.15rem, 7.2vw, 6.7rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
.landing-sub {
  max-width: 650px;
  margin: 28px 0 0;
  color: #46554f;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.5;
}
.cta-row { display: flex; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 7px 0 rgba(23,35,31,.13);
  transition: transform .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-2px); background: var(--teal-dark); }
.button:active { transform: translateY(1px); }
.button-accent { background: var(--teal); }
.button-wide { width: 100%; }
.button-arrow::after { content: "→"; font-size: 1.15em; }
.microcopy { color: var(--muted); font-size: .86rem; }

.profile-orbit {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13,98,89,.28);
  border-radius: 50%;
}
.profile-orbit::before, .profile-orbit::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(13,98,89,.25);
  border-radius: 50%;
}
.profile-orbit::after { inset: 31%; background: var(--lime); border: 0; }
.orbit-label {
  position: absolute;
  z-index: 2;
  width: 130px;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow);
  font-size: .8rem;
  font-weight: 750;
  text-align: center;
}
.orbit-label:nth-child(1) { top: 1%; left: 50%; transform: translateX(-50%); }
.orbit-label:nth-child(2) { right: -3%; top: 50%; transform: translateY(-50%); }
.orbit-label:nth-child(3) { bottom: 1%; left: 50%; transform: translateX(-50%); }
.orbit-label:nth-child(4) { left: -3%; top: 50%; transform: translateY(-50%); }
.orbit-core { position: relative; z-index: 2; font: 500 2rem Georgia, serif; text-align: center; }
.orbit-core small { display: block; margin-top: 4px; font: 700 .72rem Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.quiz-shell, .email-shell, .route-shell, .reveal-shell, .offer-shell {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 80px;
}
.progress-wrap { margin-bottom: 42px; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.progress { height: 6px; overflow: hidden; background: #e0ded4; border-radius: 99px; }
.progress span { display: block; height: 100%; background: var(--teal); border-radius: inherit; transition: width .28s ease; }
.question-title { margin-bottom: 32px; font-size: clamp(2.15rem, 6vw, 4.1rem); }
.options { display: grid; gap: 12px; }
.option {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 17px;
  background: rgba(255,253,248,.86);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border .15s, transform .15s, background .15s;
}
.option:hover { border-color: var(--teal); transform: translateX(3px); background: #fff; }
.option-key { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: .75rem; font-weight: 800; }
.option-label { font-weight: 680; line-height: 1.35; }

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 5vw, 48px);
  background: var(--card);
  box-shadow: var(--shadow);
}
.email-shell { max-width: 670px; padding-top: 74px; }
.email-shell h2 { margin-bottom: 18px; }
.email-shell p { color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 28px; }
label { display: block; margin-bottom: 8px; font-weight: 750; }
input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 20px;
  background: #fff;
  color: var(--ink);
}
.form-row .button { box-shadow: none; }
.form-note { margin: 14px 4px 0; font-size: .78rem; }
.form-note a, .terms-stack a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 6px; }
.error { min-height: 24px; margin: 8px 4px 0; color: #a53b27; font-size: .84rem; font-weight: 650; }

.building { min-height: 560px; display: grid; place-items: center; text-align: center; }
.building-ring { width: 82px; height: 82px; margin: 0 auto 28px; border: 6px solid #dfe3d4; border-top-color: var(--teal); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.building h2 { font-size: clamp(2.2rem, 6vw, 4rem); }
.building-status { margin-top: 18px; color: var(--muted); }

.route-shell { max-width: 780px; padding-top: 54px; }
.route-kicker { color: var(--orange); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; }
.route-shell h1 { margin-top: 16px; font-size: clamp(3rem, 8vw, 5.6rem); }
.route-shell .lead { margin: 26px 0 0; color: #46554f; font-size: 1.14rem; }
.directory-list { display: grid; gap: 12px; margin-top: 28px; }
.directory-link { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; background: #fff; font-weight: 750; text-decoration: none; }
.directory-link::after { content: "↗"; color: var(--teal); }
.safety-note { margin-top: 24px; padding-left: 16px; border-left: 3px solid var(--orange); color: var(--muted); font-size: .9rem; }

.reveal-shell { max-width: 860px; }
.reveal-top { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.reveal-top span { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.profile-title { max-width: 760px; font-size: clamp(3rem, 8vw, 6.3rem); }
.profile-one-liner { margin: 28px 0 0; color: #42514b; font-size: clamp(1.1rem, 2.5vw, 1.3rem); line-height: 1.58; }
.evidence { display: grid; gap: 10px; margin: 32px 0; padding: 0; list-style: none; }
.evidence li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: #33443d; }
.evidence li::before { content: "✓"; color: var(--teal); font-weight: 900; }
.protocol-preview { margin: 34px 0; padding: 24px; border-radius: 18px; background: var(--ink); color: #fff; }
.protocol-preview small { color: var(--lime); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.protocol-preview h3 { margin: 10px 0 8px; font: 500 1.65rem Georgia, serif; }
.protocol-preview p { margin: 0; color: #d6dedb; }

.offer-shell { max-width: 920px; }
.offer-head { text-align: center; }
.offer-head h1 { margin-inline: auto; max-width: 780px; font-size: clamp(3rem, 8vw, 6rem); }
.offer-head .lead { max-width: 710px; margin: 22px auto 0; color: var(--muted); font-size: 1.08rem; }
.week-one { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin: 34px 0; }
.week-one div { min-height: 110px; padding: 16px 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.62); font-size: .84rem; }
.week-one strong { display: block; margin-bottom: 12px; color: var(--teal); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 18px; }
.plan {
  position: relative;
  min-height: 154px;
  display: block;
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: var(--card);
  cursor: pointer;
}
.plan.selected { border-color: var(--teal); box-shadow: 0 12px 35px rgba(13,98,89,.12); }
.plan-badge { position: absolute; top: -12px; right: 16px; padding: 5px 10px; border-radius: 999px; background: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.plan input { position: absolute; opacity: 0; }
.plan-name { display: block; font-weight: 850; }
.plan-price { display: block; margin-top: 8px; font: 500 2rem Georgia, serif; }
.plan-detail { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; }
.guarantee { margin: 24px 0; padding: 22px; border-radius: 16px; background: #e8f0de; }
.guarantee strong { display: block; margin-bottom: 6px; }
.guarantee p { margin: 0; }
.terms-stack { margin: 18px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.55; text-align: center; }
.checkout-line { margin-top: 12px; color: var(--muted); text-align: center; font-size: .77rem; }

.site-footer { min-height: 88px; border-top: 1px solid rgba(23,35,31,.12); color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; gap: 8px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 8px; }
.noscript { padding: 20px; text-align: center; }

@media (max-width: 820px) {
  .landing { min-height: auto; grid-template-columns: 1fr; padding-top: 35px; }
  .profile-orbit { width: min(440px, 92vw); margin: 10px auto 0; }
  .week-one { grid-template-columns: 1fr 1fr; }
  .week-one div:last-child { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 560px) {
  .site-header, .site-footer, .shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 72px; }
  .header-note { display: none; }
  #app { min-height: calc(100vh - 144px); }
  .landing { gap: 50px; padding: 28px 0 64px; }
  h1 { font-size: clamp(3rem, 15vw, 4.15rem); }
  .landing-sub { margin-top: 21px; }
  .cta-row { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .button { width: 100%; }
  .microcopy { text-align: center; }
  .profile-orbit { width: 100%; }
  .orbit-label { width: 104px; min-height: 48px; padding: 6px 8px; font-size: .68rem; }
  .orbit-core { font-size: 1.55rem; }
  .quiz-shell, .email-shell, .route-shell, .reveal-shell, .offer-shell { padding-top: 28px; }
  .progress-wrap { margin-bottom: 30px; }
  .question-title { margin-bottom: 24px; }
  .option { min-height: 58px; }
  .form-row { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .week-one { grid-template-columns: 1fr; }
  .week-one div, .week-one div:last-child { grid-column: auto; min-height: auto; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
}

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