@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--paper:#f4f1e8;--ink:#293126;--muted:#77806e;--orange:#e6532b}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.coming-soon{min-height:100vh;position:relative;display:flex;flex-direction:column;overflow:hidden;padding:30px 5vw 24px}.grain{position:absolute;inset:0;pointer-events:none;opacity:.2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")}.coming-header,.coming-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.wordmark{font:600 25px 'Space Grotesk';color:var(--ink);text-decoration:none}.dot{color:var(--orange)}.status{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:#76a05c;box-shadow:0 0 0 5px #76a05c22}.hero{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:45px 16px}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;color:var(--muted)}h1{font:600 clamp(48px,8vw,104px)/.98 'Space Grotesk';letter-spacing:-5px;margin:20px 0 22px}h1 em{font-style:normal;color:var(--orange)}.orbital-art{height:280px;width:min(500px,90vw);position:relative;margin-bottom:18px}.orbit{position:absolute;left:50%;top:50%;border:1px solid #bfcbb4;border-radius:50%;width:440px;height:155px;transform:translate(-50%,-50%) rotate(-18deg);animation:drift 12s ease-in-out infinite}.orbit-two{width:350px;height:220px;transform:translate(-50%,-50%) rotate(36deg);animation-delay:-4s}.ambient{position:absolute;display:block;border-radius:50%;filter:blur(2px);mix-blend-mode:multiply}.ambient-one{width:170px;height:170px;left:24%;top:18%;background:#cddbbf99;animation:breathe 8s ease-in-out infinite}.ambient-two{width:140px;height:140px;right:21%;bottom:11%;background:#f3c8ae99;animation:breathe 10s -3s ease-in-out infinite}.ambient-three{width:85px;height:85px;left:45%;bottom:0;background:#d5cde599;animation:breathe 7s -1s ease-in-out infinite}.particle{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--orange);animation:float 5s ease-in-out infinite}.particle-one{left:20%;top:31%}.particle-two{right:19%;top:22%;animation-delay:-1.7s}.particle-three{right:29%;bottom:15%;animation-delay:-3s}.coming-footer{font-size:10px;letter-spacing:1px;color:#9ba393;text-transform:uppercase}.footer-arrow{color:var(--orange);font-size:16px;margin-left:6px}@keyframes float{0%,100%{translate:0 0;opacity:.55}50%{translate:0 -12px;opacity:1}}@keyframes breathe{0%,100%{scale:.9;opacity:.5}50%{scale:1.12;opacity:.9}}@keyframes drift{0%,100%{rotate:0deg}50%{rotate:5deg}}@media(max-width:600px){.coming-soon{padding:22px}.orbital-art{height:225px}.orbit{width:335px;height:125px}.orbit-two{width:275px;height:170px}.ambient-one{width:125px;height:125px}.ambient-two{width:105px;height:105px}h1{letter-spacing:-3px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important}}
