:root{--ink:#28241f;--muted:#746c63;--paper:#f6f1e8;--card:#fffdf8;--thread:#b94c3b;--line:#d9cfc0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:linear-gradient(#28241f09 1px, transparent 1px), var(--paper);background-size:100% 28px;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}main{flex-direction:column;width:min(1180px,100% - 40px);min-height:100svh;margin:0 auto;display:flex}.nav,footer{justify-content:space-between;align-items:center;display:flex}.nav{border-bottom:1px solid var(--line);min-height:92px}.wordmark{letter-spacing:-.06em;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;text-decoration:none}.status,.eyebrow,footer{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:650}.status{border:1px solid var(--line);border-radius:999px;padding:8px 12px}.hero{width:min(900px,100%);margin:auto;padding:96px 0 80px}.eyebrow{align-items:center;gap:12px;display:flex}.eyebrow span{background:var(--thread);width:34px;height:2px}h1{letter-spacing:-.065em;max-width:780px;margin:28px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.6rem,8vw,7.2rem);font-weight:400;line-height:.94}h1 em{color:var(--thread);font-weight:400}.intro{max-width:680px;color:var(--muted);margin:0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.65}.workflow{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:0;margin:64px 0;padding:0;list-style:none;display:grid}.workflow li{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:118px;padding:24px 18px;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;display:flex}.workflow li:last-child{border-right:0}.workflow span{color:var(--thread);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem}.notice{background:var(--card);border:1px solid var(--line);align-items:center;gap:18px;width:fit-content;padding:18px 22px;display:flex;box-shadow:8px 8px #b94c3b1f}.notice-mark{width:38px;height:38px;color:var(--card);background:var(--thread);border-radius:50%;flex:none;place-items:center;display:grid}.notice strong{font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.notice p{color:var(--muted);margin:4px 0 0;font-size:.9rem}footer{border-top:1px solid var(--line);min-height:76px}@media (max-width:640px){main{width:min(100% - 28px,1180px)}.nav{min-height:74px}.hero{padding:68px 0 56px}.workflow{grid-template-columns:repeat(2,1fr);margin:48px 0}.workflow li:nth-child(2){border-right:0}.workflow li:nth-child(-n+2){border-bottom:1px solid var(--line)}.notice{width:100%}footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
