@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');*{box-sizing:border-box}:root{--orange:#f4511e;--ink:#181311;--cream:#fff7f1}body{margin:0;background:var(--ink);color:var(--cream);font:16px/1.6 'DM Sans',sans-serif;overflow:hidden}main{min-height:100vh;max-width:1180px;margin:auto;padding:44px 0;display:flex;flex-direction:column;position:relative;z-index:2}.top{display:flex;align-items:center;gap:11px;font:700 18px Manrope}.mark{width:34px;height:34px;border-radius:9px;background:var(--orange);display:grid;place-items:center;color:white}section{margin:auto 0;max-width:850px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700;color:#d3c3bc;display:flex;align-items:center;gap:9px}.eyebrow span{width:20px;height:2px;background:var(--orange)}h1{font:800 clamp(58px,8vw,105px)/.98 Manrope;letter-spacing:-.065em;margin:24px 0 30px}h1 em{font-style:normal;color:var(--orange)}.lead{color:#b9aaa3;font-size:18px;max-width:560px}.progress{margin-top:52px;width:360px;max-width:100%;height:3px;background:#382f2b}.progress div{width:68%;height:100%;background:var(--orange);transform-origin:left;animation:grow 1.4s ease-out}.status{width:360px;max-width:100%;display:flex;justify-content:space-between;font-size:10px;color:#8f8079;text-transform:uppercase;letter-spacing:.12em;margin-top:12px}.status b{color:var(--orange)}footer{border-top:1px solid #332b27;padding-top:24px;display:flex;justify-content:space-between;color:#8f8079;font-size:12px}footer a{color:#fff;text-decoration:none;font-weight:700}footer a span{color:var(--orange);margin-left:10px}.orb{position:fixed;border-radius:50%;filter:blur(1px);pointer-events:none}.one{width:420px;height:420px;background:radial-gradient(circle at 35% 35%,#f8693d,#7b2009 55%,transparent 70%);right:-150px;top:-120px;opacity:.35}.two{width:250px;height:250px;border:1px solid #4b3329;right:15%;bottom:-150px}@keyframes grow{from{transform:scaleX(0)}}@media(max-width:900px){main{padding:28px 24px}h1{font-size:clamp(52px,14vw,82px)}}@media(prefers-reduced-motion:reduce){.progress div{animation:none}}
