:root{--cream:#f7f2e7;--paper:#eee7d7;--sage:#d8dfc8;--olive:#687653;--deep:#20301f;--ink:#20281f}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:linear-gradient(145deg,#f8f4eb 0%,#e4e5d3 100%);font-family:'DM Sans',sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}header{height:92px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(32,40,31,.14);background:rgba(247,242,231,.82);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:14px}.monogram{font:500 46px/.8 'Cormorant Garamond',serif;letter-spacing:-.12em}.brand span:last-child{display:grid}.brand strong{font:600 14px 'Cormorant Garamond',serif;letter-spacing:.16em}.brand small{font-size:9px;letter-spacing:.24em;margin-top:4px;font-weight:600}.back{font:16px 'Cormorant Garamond',serif}.shell{display:grid;grid-template-columns:.82fr 1.18fr;max-width:1380px;margin:auto;min-height:calc(100vh - 150px)}.intro{padding:9vh 6vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:10px;letter-spacing:.32em;font-weight:600}.intro h1{font:500 clamp(56px,6vw,88px)/.86 'Cormorant Garamond',serif;margin:22px 0 28px}.intro h1 em{font-family:'Nothing You Could Do',cursive;font-size:.76em;color:var(--olive);font-weight:400}.intro>p:not(.eyebrow){font:21px/1.4 'Cormorant Garamond',serif;max-width:520px}.path{font:600 9px 'DM Sans',sans-serif;letter-spacing:.18em;margin-top:40px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.path i{display:block;width:20px;border-top:1px solid #90987f}.card{align-self:center;background:rgba(255,253,247,.92);box-shadow:0 30px 80px rgba(43,48,37,.13);border:1px solid rgba(32,40,31,.1);border-radius:3px;margin:55px 5vw 55px 0;padding:48px 54px;min-height:610px}.progress{font-size:9px;letter-spacing:.25em;font-weight:600}.progress>div{height:3px;background:#e1dfd5;margin:15px 0 48px}.progress b{display:block;height:100%;width:20%;background:var(--olive);transition:width .35s ease}.step{border:0;padding:0;margin:0;display:none}.step.active{display:block}.step legend{font:500 clamp(38px,3.4vw,54px)/.98 'Cormorant Garamond',serif;max-width:700px}.hint{font:17px 'Cormorant Garamond',serif;opacity:.72;margin:12px 0 28px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:11px}.choices.one{grid-template-columns:1fr}.choices label,.yes{cursor:pointer}.choices input,.yes input{position:absolute;opacity:0}.choices span{display:block;border:1px solid #a8aa9c;padding:15px 17px;border-radius:2px;font:17px 'Cormorant Garamond',serif;transition:.15s}.choices input:checked+span{background:var(--deep);border-color:var(--deep);color:#fff}.compact span{padding:12px 15px}.actions{display:flex;justify-content:space-between;gap:12px;margin-top:36px}.actions button,.contact button{border:0;background:var(--deep);color:white;border-radius:999px;padding:14px 25px;font:15px 'DM Sans',sans-serif;cursor:pointer}.actions .secondary{background:transparent;color:var(--ink);border:1px solid #9c9f90}.error{font-size:12px;color:#7c3f32;margin:12px 0 0;min-height:18px}.yes-step{text-align:center;padding-top:25px}.script{font:32px 'Nothing You Could Do',cursive;color:var(--olive)}.yes span{width:180px;height:180px;border-radius:50%;background:var(--deep);color:#fff;display:grid;place-items:center;margin:35px auto 10px;font:600 48px 'Cormorant Garamond',serif;transition:.2s}.yes input:checked+span{transform:scale(1.04);box-shadow:0 0 0 8px #d9dfca}.welcome h2{font:500 58px/.95 'Cormorant Garamond',serif;margin:15px 0}.welcome>p:not(.eyebrow){font:21px/1.4 'Cormorant Garamond',serif}.summary{background:#e2e5d4;padding:22px;margin:28px 0;font:16px/1.6 'Cormorant Garamond',serif}.contact{border-top:1px solid #ccc8bb;padding-top:24px}.contact h3{font:500 26px 'Cormorant Garamond',serif;margin:0}.contact p{font:14px/1.4 'DM Sans',sans-serif;opacity:.65}.contact input{width:49%;padding:13px;border:1px solid #bbb8ac;background:#f6f2e9;margin:4px 0}.contact button{display:block;margin-top:10px;opacity:.45}.home{display:inline-block;margin-top:25px;font:17px 'Cormorant Garamond',serif;border-bottom:1px solid}footer{text-align:center;padding:22px;font:15px 'Cormorant Garamond',serif;letter-spacing:.06em}@media(max-width:900px){header{height:78px}.shell{grid-template-columns:1fr}.intro{padding:60px 7vw 30px}.intro h1{font-size:60px}.card{margin:20px 5vw 55px;padding:38px;min-height:0}.path{display:none}}@media(max-width:560px){.brand strong{font-size:11px}.back{font-size:14px}.intro h1{font-size:50px}.card{padding:30px 22px}.choices{grid-template-columns:1fr}.step legend{font-size:38px}.actions{margin-top:25px}.contact input{width:100%}}

/* Mobile Journey production pass */
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  header{padding:0 5vw}
  .shell{min-height:auto}
  .intro{padding:52px 7vw 24px}
  .intro h1{font-size:clamp(48px,11vw,64px);line-height:.9}
  .card{width:auto;margin:18px 5vw 46px;padding:34px;min-height:0}
  .welcome h2{font-size:clamp(44px,10vw,58px)}
}
@media(max-width:560px){
  header{height:72px;gap:12px}
  .monogram{font-size:38px}.brand{gap:10px}.brand strong{font-size:10px;letter-spacing:.12em}.brand small{font-size:8px;letter-spacing:.18em}
  .back{font-size:13px;white-space:nowrap}
  .intro{padding:42px 6vw 18px}
  .intro h1{font-size:46px;margin:18px 0 20px}
  .intro>p:not(.eyebrow){font-size:18px}
  .card{margin:14px 4vw 38px;padding:28px 18px}
  .progress>div{margin:13px 0 34px}
  .step legend{font-size:34px}
  .hint{font-size:16px;margin-bottom:22px}
  .choices span{font-size:16px;padding:14px}
  .actions{align-items:stretch}.actions button{padding:13px 18px}
  .yes span{width:150px;height:150px;font-size:42px}
  .welcome h2{font-size:44px}.welcome>p:not(.eyebrow){font-size:18px}
  .summary{padding:18px}
}
