
:root{
  --bg:#f7f4ef;
  --surface:#ffffff;
  --surface-soft:#fbfaf8;
  --text:#1b1b1b;
  --muted:#5e635f;
  --line:#e8e2d8;
  --sage:#6d8474;
  --sage-dark:#526557;
  --sand:#eee6da;
  --shadow:0 12px 30px rgba(31,28,21,.06);
  --radius:22px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 22px}
.narrow{max-width:900px}
.site-header{
  position:sticky; top:0; z-index:20;
  background:rgba(247,244,239,.86);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(232,226,216,.8);
}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}
.brand{font-weight:700;text-decoration:none;letter-spacing:-.02em}
.brand-mark{display:inline-flex;align-items:center;gap:10px}
.brand-dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--sage),#92a998);display:inline-block}
nav{display:flex;align-items:center;gap:18px}
nav a{text-decoration:none;color:var(--muted);font-size:14px}
.hero{padding:72px 0 42px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}
.hero h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:8px 0 16px}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--sage);font-weight:700}
.lead{font-size:1.08rem;color:var(--muted);max-width:720px}
.hero-card,.panel,.result-block{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-card{padding:26px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 18px;border-radius:999px;border:1px solid transparent;
  background:var(--sage-dark);color:#fff;text-decoration:none;font-weight:600;
  box-shadow:0 8px 20px rgba(82,101,87,.18);
}
.btn:hover{filter:brightness(.98)}
.btn-secondary{background:transparent;border-color:var(--line);color:var(--text);box-shadow:none}
.btn-small{padding:10px 14px;font-size:14px}
.microcopy,.muted-note,.quiz-help{font-size:14px;color:var(--muted)}
.section{padding:28px 0}
.section.alt{padding-top:8px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}
.step-num{
  width:34px;height:34px;display:inline-grid;place-items:center;border-radius:999px;
  background:var(--sand);font-weight:700;margin-bottom:10px
}
.two-col{display:grid;grid-template-columns:1fr;gap:18px}
.cta-band .center{text-align:center}
.site-footer{padding:34px 0 48px;border-top:1px solid var(--line);margin-top:26px}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:start}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{text-decoration:none;color:var(--muted);font-size:14px}
.disclaimer,.affiliate{font-size:13px;color:var(--muted)}
.quiz-shell{padding:22px}
.quiz-progress{margin-bottom:18px}
.progress-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:10px}
.quiz-progress-bar-track{width:100%;height:8px;border-radius:999px;background:#e7e4dc;overflow:hidden}
.quiz-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--sage),#92a998);transition:width .28s ease}
.quiz-step{display:none}
.quiz-step.active{display:block}
.quiz-step h2{margin:0 0 12px;font-size:1.4rem;letter-spacing:-.02em}
.option-grid{display:grid;gap:12px}
.option-grid.single-choice{grid-template-columns:repeat(2,minmax(0,1fr))}
.option-grid.multi-choice{grid-template-columns:repeat(2,minmax(0,1fr))}
.option-card{
  position:relative;display:block;padding:16px 16px 15px;border-radius:18px;
  border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;min-height:72px
}
.option-card input{position:absolute;opacity:0;pointer-events:none}
.option-card span{display:block;font-weight:600}
.option-card:has(input:checked){
  border-color:rgba(109,132,116,.6);
  background:#f0f4f0;
  box-shadow:0 0 0 3px rgba(109,132,116,.12) inset;
}
.quiz-actions{display:flex;justify-content:space-between;align-items:center;margin-top:22px;gap:12px}
.field-label{display:block;margin-bottom:14px;font-weight:600}
.text-input{
  margin-top:8px;width:100%;padding:14px 15px;border:1px solid var(--line);
  border-radius:16px;background:#fff;font:inherit
}
.callout{padding:20px}
.result-hero{padding-bottom:8px}
.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.result-block{padding:22px}
.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--sage);font-weight:700;margin:0 0 10px}
.timeline-list,.avoid-list{padding-left:18px;margin:0}
.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px}
.product-tile{
  border:1px solid var(--line);border-radius:18px;padding:14px;background:var(--surface-soft)
}
.product-visual{
  height:126px;border-radius:14px;background:linear-gradient(180deg,#f5f3ef,#ede9e2);
  display:grid;place-items:center;margin-bottom:12px;border:1px solid #ece7df
}
.product-visual span{
  font-size:30px;font-weight:700;letter-spacing:-.04em;color:var(--sage-dark)
}
.product-badge{
  display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;
  color:var(--sage);background:#edf3ee;border-radius:999px;padding:6px 8px;margin-bottom:8px;font-weight:700
}
.product-tile h3{font-size:16px;line-height:1.25;margin:0 0 8px}
.product-tile p{font-size:14px;color:var(--muted);margin:0 0 14px}
.product-note{font-size:13px;color:var(--muted)}
.spacer-12{height:12px}
@media (max-width: 900px){
  .hero-grid,.steps,.result-grid,.product-card-grid,.two-col{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .option-grid.single-choice,.option-grid.multi-choice{grid-template-columns:1fr}
  .hero{padding-top:38px}
  nav{gap:12px}
}

.brand{font-weight:600;letter-spacing:-.03em}
.brand-mark{gap:12px}
.brand-dot{
  width:10px;
  height:10px;
  background:linear-gradient(135deg,#7f987f,#9fb59d);
  box-shadow:0 0 0 4px rgba(127,152,127,.08);
}
.site-header .container.nav{padding-top:4px;padding-bottom:4px}

.brand{font-weight:600;letter-spacing:-.03em}
.brand-mark{gap:12px}
.brand-dot{
  width:10px;height:10px;
  background:linear-gradient(135deg,#7f987f,#9fb59d);
  box-shadow:0 0 0 4px rgba(127,152,127,.08);
}
.site-header .container.nav{padding-top:4px;padding-bottom:4px}
.product-tile{
  transition:transform .22s ease, box-shadow .22s ease;
}
.product-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(31,28,21,.08);
}
.product-visual{
  height:180px;
  background:#f8f8f5;
  border:1px solid #ece7df;
}
.product-visual img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}

.product-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.product-tile{
  padding:18px;
  border-radius:20px;
}
.product-visual{
  height:220px;
  margin-bottom:14px;
}
.product-tile h3{
  font-size:18px;
}
.product-tile p{
  font-size:15px;
}
@media (max-width: 900px){
  .product-card-grid{
    grid-template-columns:1fr;
  }
  .product-visual{
    height:200px;
  }
}

.product-visual.is-placeholder{
  background:linear-gradient(180deg,#f7f4ef,#eee7dd);
}
.product-visual.is-placeholder span{
  font-size:26px;
  letter-spacing:-.03em;
}

/* v42 layout cleanup */
.result-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.result-stack .result-block{
  width:100%;
}
.product-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.product-tile{
  padding:18px;
  border-radius:20px;
}
.product-visual{
  height:220px;
  margin-bottom:14px;
}
.product-tile h3{
  font-size:18px;
}
.product-tile p{
  font-size:15px;
}
@media (max-width: 900px){
  .product-card-grid{grid-template-columns:1fr;}
  .product-visual{height:200px;}
}
