:root {
  --green: #26382f;
  --green-soft: #40574a;
  --copper: #b96f3f;
  --cream: #f3eee4;
  --paper: #fbf8f1;
  --ink: #24352d;
  --muted: #68736c;
  --line: rgba(38, 56, 47, .18);
  --shadow: 0 24px 70px rgba(32, 43, 37, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --body: "EB Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(185,111,63,.12), transparent 30rem),
    radial-gradient(circle at 95% 30%, rgba(38,56,47,.09), transparent 36rem),
    var(--cream);
  font-family: var(--body);
  font-size: 19px;
  line-height: 1.55;
}
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-head {
  position: relative;
  z-index: 10;
  padding: 18px 0;
  color: #fff;
  background: rgba(30, 52, 42, .98);
}
.site-head__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; border-radius: 50%; background: var(--cream); }
.brand strong { display: block; font: 600 27px/1 var(--serif); }
.brand span { display: block; margin-top: 6px; opacity: .78; font-size: 15px; }
.site-head__back { color: #fff; text-underline-offset: 5px; font-size: 16px; }

.hero { padding: clamp(70px, 10vw, 135px) 0 78px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--copper); font: 700 12px/1.4 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { margin-bottom: 28px; font-size: clamp(55px, 7vw, 92px); letter-spacing: -.035em; }
h2 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 30px; }
.lede { max-width: 710px; margin: 0 0 28px; font-size: clamp(21px, 2.3vw, 28px); line-height: 1.42; }
.microcopy { color: var(--muted); font-size: 15px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 25px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--copper);
  box-shadow: 0 12px 30px rgba(185,111,63,.23);
  font: 700 16px/1.2 Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { transform: translateY(-1px); }
.button--quiet { color: var(--green); background: transparent; border: 1px solid var(--line); box-shadow: none; }
.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  padding: 36px;
  border-radius: 190px 190px 30px 30px;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
}
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(25,44,35,.92)); }
.hero-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.hero-card__copy { position: absolute; z-index: 1; right: 32px; bottom: 30px; left: 32px; }
.hero-card__copy strong { display: block; margin-bottom: 8px; font: 500 32px/1 var(--serif); }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.32); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip__grid div { padding: 26px; text-align: center; }
.proof-strip__grid div + div { border-left: 1px solid var(--line); }
.proof-strip strong { display: block; font: 500 27px/1.1 var(--serif); }
.proof-strip span { display: block; margin-top: 7px; color: var(--muted); font-size: 15px; }

.section { padding: 100px 0; }
.section--paper { background: rgba(255,255,255,.38); }
.section-heading { max-width: 750px; margin-bottom: 45px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: 0 14px 35px rgba(38,56,47,.06); }
.card__number { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 28px; border-radius: 50%; color: #fff; background: var(--green); font: 700 13px Arial, sans-serif; }
.card p { margin-bottom: 0; }
.not-a-test { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 18px 0 18px 42px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: ""; position: absolute; top: 25px; left: 3px; width: 18px; height: 10px; border-bottom: 2px solid var(--copper); border-left: 2px solid var(--copper); transform: rotate(-45deg); }
.cta { padding: 80px 0; color: #fff; background: var(--green); text-align: center; }
.cta h2 { max-width: 820px; margin-inline: auto; }
.cta p { max-width: 660px; margin: 0 auto 28px; color: rgba(255,255,255,.78); }
.site-foot { padding: 34px 0; color: rgba(255,255,255,.74); background: #19291f; font: 14px/1.5 Arial, sans-serif; }
.site-foot__inner { display: flex; justify-content: space-between; gap: 25px; }

.quiz-page { min-height: 100vh; }
.quiz-wrap { width: min(850px, calc(100% - 34px)); margin: 0 auto; padding: 56px 0 90px; }
.progress { height: 5px; margin-bottom: 46px; overflow: hidden; border-radius: 99px; background: rgba(38,56,47,.12); }
.progress span { display: block; height: 100%; width: 12.5%; border-radius: inherit; background: var(--copper); transition: width .25s ease; }
.quiz-card { padding: clamp(28px, 6vw, 58px); border: 1px solid var(--line); border-radius: 34px; background: rgba(251,248,241,.94); box-shadow: var(--shadow); }
.quiz-count { color: var(--copper); font: 700 12px Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.quiz-card h1 { margin: 18px 0 32px; font-size: clamp(40px, 7vw, 65px); }
.answers { display: grid; gap: 12px; }
.answer { width: 100%; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; }
.answer:hover, .answer:focus-visible { outline: 2px solid var(--copper); outline-offset: 2px; background: #fffaf4; }
.quiz-note { margin-top: 24px; color: var(--muted); font-size: 15px; }

.result { padding: 75px 0 100px; }
.result__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .7fr); gap: 36px; align-items: start; }
.result-card, .signup-card { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 32px; background: var(--paper); box-shadow: var(--shadow); }
.result-card h1 { font-size: clamp(46px, 7vw, 72px); }
.result-pill { display: inline-flex; padding: 8px 13px; border-radius: 99px; color: var(--green); background: rgba(185,111,63,.15); font: 700 12px Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.result-list { margin: 28px 0; padding-left: 22px; }
.result-list li { margin: 10px 0; }
.signup-card { position: sticky; top: 24px; color: #fff; background: var(--green); }
.signup-card h2 { font-size: 43px; }
.signup-card label { display: block; margin: 16px 0; font: 14px/1.45 Arial, sans-serif; }
.signup-card input[type="email"] { width: 100%; margin-top: 8px; padding: 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; color: var(--ink); background: #fff; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent input { margin-top: 3px; }
.form-status { min-height: 24px; margin-bottom: 0; font: 14px Arial, sans-serif; }

@media (max-width: 820px) {
  body { font-size: 18px; }
  .site-head__back { display: none; }
  .hero { padding-top: 50px; }
  .hero__grid, .result__grid, .not-a-test { grid-template-columns: 1fr; gap: 36px; }
  .hero-card { min-height: 440px; order: -1; }
  .proof-strip__grid, .cards { grid-template-columns: 1fr; }
  .proof-strip__grid div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 0; }
  .signup-card { position: static; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-head { padding: 12px 0; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 23px; }
  .brand span { font-size: 13px; }
  h1 { font-size: 50px; }
  .hero-card { min-height: 340px; border-radius: 120px 120px 25px 25px; }
  .hero-card__copy { right: 22px; bottom: 22px; left: 22px; }
  .hero-card__copy strong { font-size: 26px; }
  .button { width: 100%; }
  .quiz-wrap { padding-top: 30px; }
  .quiz-card { border-radius: 24px; }
  .site-foot__inner { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
