@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');
:root{--ground:#f4f0e6;--paper:#fffdf8;--ink:#1c1b17;--muted:#66675f;--line:#ded7c8;--gold:#ffc107;--gold-deep:#8b6113;--forest:#26332d;--sans:'DM Sans',sans-serif;--serif:'Fraunces',Georgia,serif}*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font:16px/1.55 var(--sans)}nav{height:76px;padding:0 max(24px,calc((100vw - 1060px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--forest);color:#f7f4eb;font-size:13px}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font:700 23px/1 var(--serif);text-transform:uppercase}.bee{width:30px;height:30px;background:var(--gold);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}main{max-width:1060px;margin:auto;padding:76px 28px 100px}.eyebrow{margin:0 0 15px;color:var(--gold-deep);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{font-family:var(--serif)}h1{font-size:clamp(46px,6vw,72px);line-height:1;letter-spacing:-.045em;margin:0;max-width:800px}.lede{max-width:700px;font-size:18px;color:var(--muted)}.progress{margin:38px 0 0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;font-weight:600}.track{height:7px;background:#ddd4c3;border-radius:10px;overflow:hidden}.track span{display:block;width:0;height:100%;background:var(--gold-deep);transition:width .25s ease}.next{margin-top:74px}.next h2{font-size:clamp(34px,4vw,52px);line-height:1.03;letter-spacing:-.035em;margin:0 0 36px}.items{display:grid;gap:14px}.item{display:grid;grid-template-columns:1fr auto;gap:22px;padding:25px 0;border-top:1px solid var(--line);align-items:center}.item:last-child{border-bottom:1px solid var(--line)}.item h3{font-size:23px;margin:0 0 5px}.item p{color:var(--muted);margin:0;font-size:14px;max-width:650px}.item small{display:block;color:var(--gold-deep);font-weight:700;margin-top:7px}.upload{position:relative;display:inline-flex;min-width:122px;min-height:46px;align-items:center;justify-content:center;border-radius:999px;background:var(--gold);font-weight:700;cursor:pointer}.upload input{position:absolute;opacity:0;width:1px;height:1px}.received{color:#42634e;font-weight:700;font-size:13px}.received:before{content:'✓ ';}.upload.busy{opacity:.55;pointer-events:none}details{margin-top:62px}summary{cursor:pointer;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font:600 24px var(--serif);display:flex;justify-content:space-between;align-items:center}summary small{font:500 13px var(--sans);color:var(--muted)}details[open] summary{margin-bottom:14px}.later .item{opacity:.86}.security{margin-top:60px;font-size:12px;color:var(--muted);max-width:760px}.state{max-width:760px;padding-top:40px}.state p{color:var(--muted)}.button{display:inline-flex;margin-top:20px;min-height:50px;padding:0 22px;align-items:center;border-radius:999px;background:var(--gold);color:var(--ink);text-decoration:none;font-weight:700}@media(max-width:650px){nav{height:68px;padding:0 20px}main{padding:54px 20px 76px}.progress{grid-template-columns:1fr;gap:10px}.next{margin-top:58px}.item{grid-template-columns:1fr;gap:16px}.upload{width:100%}summary{font-size:21px}summary small{display:none}}
@media(prefers-reduced-motion:reduce){.track span{transition:none}}
