:root{
  --paper:#f1ede3; --ink:#17283e; --green:#6f8f57; --green2:#526f42;
  --rule:#c8c0b2; --muted:#6c726d; --white:#fffdf8;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{
  background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif;
  background-image:
   linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),
   linear-gradient(90deg,rgba(23,40,62,.025) 1px,transparent 1px);
  background-size:28px 28px;
}
.shell{
  width:min(980px,calc(100% - 32px)); margin:22px auto; min-height:calc(100vh - 44px);
  border:1px solid var(--rule); background:rgba(255,253,248,.83); display:flex; flex-direction:column;
}
.topbar{
  padding:20px 28px 16px; border-bottom:1px solid var(--rule);
  display:flex; justify-content:space-between; align-items:flex-end; gap:20px;
}
.brand{font:700 24px Georgia,serif; letter-spacing:.08em}
.micro{font-size:10px;letter-spacing:.13em;color:var(--muted);text-align:right}
.panel{display:none;flex:1;padding:54px 7vw 48px}
.panel.active{display:block}
.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:700;color:var(--green2);margin-bottom:18px}
h1,h2{font-family:Georgia,'Times New Roman',serif;line-height:1.02;margin:0;letter-spacing:-.025em}
h1{font-size:clamp(46px,7vw,82px);max-width:800px}
h2{font-size:clamp(34px,5vw,58px);max-width:760px}
.lede{font:24px Georgia,serif;margin:18px 0 26px}
.lede.small{font-size:22px;line-height:1.35;max-width:720px}
.promise{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:18px 0;
display:grid;grid-template-columns:repeat(3,1fr);gap:14px;font-weight:700;text-transform:uppercase;
letter-spacing:.055em;font-size:13px}
.promise div+div{border-left:1px solid var(--rule);padding-left:14px}
.body{max-width:650px;font-size:17px;line-height:1.55;margin:28px 0}
button{font:inherit}
.primary{
  background:var(--ink);color:var(--white);padding:18px 22px;border:0;cursor:pointer;
  font-weight:700;letter-spacing:.08em;display:inline-flex;align-items:center;gap:18px;text-decoration:none;
}
.primary span{font-size:22px}
.primary:hover{background:#0f1c2d}
.fineprint{color:var(--muted);font-size:12px;line-height:1.5;max-width:760px;margin-top:26px}
.progress-meta{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em;
font-weight:700;color:var(--muted);margin-bottom:8px}
.progress{height:2px;background:#d8d1c4;margin-bottom:52px}
#progressBar{height:100%;background:var(--green);width:20%;transition:.2s}
.qnum{font:18px Georgia,serif;color:var(--green);margin-bottom:16px}
.help{color:var(--muted);font-size:15px;line-height:1.5;margin:16px 0 28px;max-width:700px}
.options{display:grid;gap:10px;max-width:760px}
.option{
  width:100%;text-align:left;border:1px solid var(--rule);background:rgba(255,255,255,.35);
  padding:17px 18px;color:var(--ink);font-size:16px;cursor:pointer;transition:.15s;
}
.option:hover{border-color:var(--green2);background:#f8f6ef;transform:translateX(3px)}
.back{margin-top:22px;background:transparent;border:0;padding:6px 0;color:var(--muted);
font-size:11px;font-weight:700;letter-spacing:.1em;cursor:pointer}
.resultmark{width:54px;height:54px;border:1px solid var(--green);color:var(--green2);
display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:28px;margin-bottom:24px}
.resultmark.neutral{border-color:var(--rule);color:var(--ink)}
.card{border-left:4px solid var(--green);background:rgba(111,143,87,.07);padding:18px 20px;
margin:28px 0;max-width:760px;line-height:1.55}
.card p{margin:0 0 12px}.card p:last-child{margin-bottom:0}
.link{width:auto}
.secondary{display:block;margin-top:14px;padding:13px 0;background:transparent;border:0;border-bottom:1px solid var(--ink);
color:var(--ink);font-weight:700;letter-spacing:.06em;cursor:pointer}
footer{border-top:1px solid var(--rule);padding:14px 28px;display:flex;justify-content:space-between;
font:italic 13px Georgia,serif;color:var(--muted)}
.footer-right{font:10px Arial,sans-serif;font-style:normal;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:700px){
  .shell{width:calc(100% - 18px);margin:9px auto;min-height:calc(100vh - 18px)}
  .topbar{padding:16px}.micro{display:none}.panel{padding:38px 20px 32px}
  h1{font-size:47px}h2{font-size:37px}
  .promise{grid-template-columns:1fr;gap:0}.promise div{padding:9px 0}
  .promise div+div{border-left:0;border-top:1px solid var(--rule);padding-left:0}
  .primary{width:100%;justify-content:space-between}
  footer{padding:12px 16px}
}
