@charset "UTF-8";:root{--bg: #f6f7f9;--surface: #ffffff;--ink: #15171a;--muted: #6d747d;--line: #dfe3e8;--wine: #8e1c36;--gold: #b8841f}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,p{margin:0}.coming-soon{display:grid;place-items:center;min-height:100vh;min-height:100dvh;padding:48px 24px}.coming-soon__inner{width:min(1040px,100%);text-align:center}.coming-soon__brand{display:inline-flex;gap:10px;align-items:center;font-size:18px;font-weight:800}.coming-soon__brand img{border-radius:10px}.coming-soon__title{margin-top:20px;font-size:clamp(44px,11vw,104px);font-weight:900;line-height:1;letter-spacing:-.02em}.coming-soon__lede{margin:16px auto 0;max-width:46ch;color:var(--muted);font-size:17px;line-height:1.5}.timeline{--marker: 24px;position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:64px 0 0;padding:0;list-style:none}.timeline:before{content:"";position:absolute;top:calc(var(--marker) / 2 - 1px);right:0;left:0;height:2px;border-radius:2px;background:linear-gradient(90deg,rgba(223,227,232,0) 0%,var(--line) 14%,var(--line) 86%,rgba(223,227,232,0) 100%)}.timeline__stage{position:relative;display:grid;justify-items:center;gap:8px;align-content:start}.timeline__marker{width:var(--marker);height:var(--marker)}.timeline__marker-halo{fill:var(--surface);stroke:var(--line);stroke-width:2}.timeline__marker-core{fill:var(--wine)}.timeline__stage:last-child .timeline__marker-core{fill:var(--gold)}.timeline__step{margin-top:6px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.timeline__label{font-size:18px;line-height:1.25}.timeline__detail{max-width:30ch;color:var(--muted);font-size:14px;line-height:1.45}@media(max-width:780px){.timeline{grid-template-columns:1fr;gap:26px;margin-top:48px;text-align:left}.timeline:before{top:calc(var(--marker) / 2);right:auto;bottom:calc(var(--marker) / 2);left:calc(var(--marker) / 2 - 1px);width:2px;height:auto;background:linear-gradient(180deg,rgba(223,227,232,0) 0%,var(--line) 8%,var(--line) 92%,rgba(223,227,232,0) 100%)}.timeline__stage{grid-template-columns:var(--marker) minmax(0,1fr);justify-items:start;column-gap:16px;row-gap:4px}.timeline__marker{grid-row:span 3}.timeline__step{margin-top:0}.timeline__detail{max-width:none}}
