.soon{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem;overflow:hidden}.soon-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:760px}.soon-glow{position:fixed;inset-block-start:47%;inset-inline-start:50%;transform:translate(-50%,-50%);width:min(96vw,1060px);aspect-ratio:1;z-index:0;pointer-events:none;border-radius:50%;filter:blur(46px);opacity:.85;background-color:#ff9d2e;-webkit-mask:radial-gradient(circle,#000 0%,#000 44%,transparent 70%);mask:radial-gradient(circle,#000 0%,#000 44%,transparent 70%);animation:soon-glow-drift 24s ease-in-out infinite}@keyframes soon-glow-drift{0%,to{background-color:#ff9d2e}33%{background-color:#ffc24f}66%{background-color:#1fb4a8}}.soon-wordmark{font-family:var(--font-logo);font-weight:700;font-size:clamp(2.9rem,11vw,6.5rem);line-height:1;letter-spacing:-.012em;color:#000;margin:0}.soon-wordmark b{font-weight:700;color:#1fb4a8;animation:soon-seeker-shift 20s ease-in-out infinite}@keyframes soon-seeker-shift{0%,to{color:#1fb4a8}33%{color:#ff9d2e}66%{color:#ffc24f}}.soon-tagline{font-family:var(--font-display);font-weight:500;font-size:var(--step-2);line-height:var(--lh-heading);letter-spacing:var(--tracking-display);color:#000;margin:1.7rem 0 0;max-width:17ch;text-wrap:balance}.soon-status{display:inline-flex;align-items:center;gap:.62rem;margin:1.5rem 0 0;font-family:var(--font-display);font-weight:600;font-size:var(--step-0);letter-spacing:var(--tracking-label);text-transform:uppercase;color:#000}.soon-dot{width:8px;height:8px;border-radius:50%;background:var(--aqua);box-shadow:0 0 12px 1px var(--aqua);animation:soon-pulse 2.4s ease-in-out infinite}@keyframes soon-pulse{0%,to{opacity:.4;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}.soon-cta-wrap{margin-top:2.5rem}.soon-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 2.1rem;border-radius:var(--radius-pill);text-decoration:none;font-family:var(--font-display);font-weight:600;font-size:var(--step-0);letter-spacing:.005em;color:var(--text);background:linear-gradient(118deg,#56e6d033,#2bb6c91f),color-mix(in srgb,var(--surface-solid) 90%,transparent);border:1px solid color-mix(in srgb,var(--aqua) 50%,transparent);animation:soon-cta-glow 3.2s ease-in-out infinite;transition:transform var(--dur-fast) var(--ease-out),border-color var(--dur-base),filter var(--dur-base) var(--ease-out)}@keyframes soon-cta-glow{0%,to{box-shadow:0 0 16px -6px var(--aqua),inset 0 0 12px -9px var(--aqua);border-color:color-mix(in srgb,var(--aqua) 42%,transparent)}50%{box-shadow:0 0 34px -3px var(--aqua),inset 0 0 18px -9px var(--aqua);border-color:color-mix(in srgb,var(--aqua) 80%,transparent)}}.soon-cta:hover{transform:translateY(-2px);filter:drop-shadow(0 0 22px var(--aqua)) drop-shadow(0 0 9px var(--aqua))}.soon-cta:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.soon-cta:visited{color:var(--text)}@media (max-width: 540px){.soon-cta{font-size:var(--step--1);padding-inline:1.5rem;text-align:center}}.soon.no-orb .soon-wordmark,.soon.no-orb .soon-tagline,.soon.no-orb .soon-status{color:var(--text)}:root{--step--1: clamp(.83rem, .79rem + .18vw, .91rem);--step-0: clamp(1rem, .95rem + .25vw, 1.125rem);--step-1: clamp(1.25rem, 1.16rem + .42vw, 1.5rem);--step-2: clamp(1.56rem, 1.43rem + .66vw, 2rem);--step-3: clamp(1.95rem, 1.74rem + 1.05vw, 2.75rem);--step-4: clamp(2.44rem, 2.1rem + 1.7vw, 3.75rem);--step-5: clamp(3.05rem, 2.4rem + 3.2vw, 5.5rem);--lh-display: 1.05;--lh-heading: 1.18;--lh-lead: 1.45;--lh-body: 1.6;--tracking-display: -.02em;--tracking-label: .16em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--radius-sm: 10px;--radius: 18px;--radius-lg: 28px;--radius-pill: 999px;--dur-fast: .15s;--dur-base: .24s;--dur-reveal: .48s;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-standard: cubic-bezier(.2, 0, 0, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--font-display: "Sora", "Schibsted Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-logo: "Clash Display", "Space Grotesk", system-ui, sans-serif;--grad-logo: linear-gradient(105deg, #ff9d2e 0%, #ffc24f 45%, #1fb4a8 100%);--grad-teal: linear-gradient(118deg, #56e6d0 0%, #2bb6c9 100%);--on-teal: #06231f;--brand-orange: #ff9d2e;--brand-gold: #ffc24f;--brand-teal: #1fb4a8}:root,html[data-theme=dark]{--bg: #0c0a09;--bg-2: #15110f;--bg-3: #251b16;--surface: rgba(255, 244, 234, .055);--surface-2: rgba(255, 244, 234, .09);--surface-solid: #1d1714;--glass: rgba(255, 244, 234, .05);--glass-2: rgba(255, 244, 234, .1);--border: rgba(255, 238, 224, .12);--border-strong: rgba(255, 238, 224, .24);--text: #f8f0e7;--text-muted: #c7b7a7;--text-subtle: #9c8b7d;--amber: #f2a93b;--amber-soft: #ffc56d;--coral: #ff6a4d;--aqua: #4fe3ce;--violet: #9b8cff;--primary: #f2a93b;--on-primary: #1c1206;--accent: #1fb4a8;--accent-2: #56e6d0;--focus: #f8f0e7;--field-1: rgba(242, 169, 59, .18);--field-2: rgba(255, 106, 77, .14);--field-3: rgba(79, 227, 206, .12);--grid-color: rgba(255, 238, 224, .04);color-scheme:dark}html[data-theme=light]{--bg: #f4ecdb;--bg-2: #ece1cd;--bg-3: #e3d6bf;--surface: rgba(255, 252, 245, .72);--surface-2: rgba(255, 252, 245, .94);--surface-solid: #fcf8f0;--glass: rgba(255, 255, 255, .42);--glass-2: rgba(255, 255, 255, .62);--border: rgba(46, 32, 18, .14);--border-strong: rgba(46, 32, 18, .28);--text: #241a12;--text-muted: #6a5b49;--text-subtle: #6f5d45;--amber: #e0871b;--amber-soft: #b8650a;--coral: #e8542f;--aqua: #0e9a89;--violet: #6f5ce6;--primary: #e0871b;--on-primary: #2a1c10;--accent: #ff9d2e;--accent-2: #ffc24f;--focus: #241a12;--field-1: rgba(224, 135, 27, .14);--field-2: rgba(232, 84, 47, .1);--field-3: rgba(16, 154, 137, .08);--grid-color: rgba(46, 32, 18, .05);color-scheme:light}@property --bg{syntax: "<color>"; inherits: true; initial-value: #0c0a09;}@property --bg-2{syntax: "<color>"; inherits: true; initial-value: #15110f;}@property --bg-3{syntax: "<color>"; inherits: true; initial-value: #251b16;}@property --surface-solid{syntax: "<color>"; inherits: true; initial-value: #1d1714;}@property --border{syntax: "<color>"; inherits: true; initial-value: rgba(255,238,224,.12);}@property --border-strong{syntax: "<color>"; inherits: true; initial-value: rgba(255,238,224,.24);}@property --text{syntax: "<color>"; inherits: true; initial-value: #f8f0e7;}@property --text-muted{syntax: "<color>"; inherits: true; initial-value: #c7b7a7;}@property --text-subtle{syntax: "<color>"; inherits: true; initial-value: #9c8b7d;}@property --accent{syntax: "<color>"; inherits: true; initial-value: #1fb4a8;}@property --accent-2{syntax: "<color>"; inherits: true; initial-value: #56e6d0;}@property --field-1{syntax: "<color>"; inherits: true; initial-value: rgba(242,169,59,.18);}@property --field-2{syntax: "<color>"; inherits: true; initial-value: rgba(255,106,77,.14);}@property --field-3{syntax: "<color>"; inherits: true; initial-value: rgba(79,227,206,.12);}@property --grid-color{syntax: "<color>"; inherits: true; initial-value: rgba(255,238,224,.04);}:root{--theme-dur: .36s;--theme-ease: cubic-bezier(.4, 0, .2, 1);transition:--bg var(--theme-dur) var(--theme-ease),--bg-2 var(--theme-dur) var(--theme-ease),--bg-3 var(--theme-dur) var(--theme-ease),--surface-solid var(--theme-dur) var(--theme-ease),--border var(--theme-dur) var(--theme-ease),--border-strong var(--theme-dur) var(--theme-ease),--text var(--theme-dur) var(--theme-ease),--text-muted var(--theme-dur) var(--theme-ease),--text-subtle var(--theme-dur) var(--theme-ease),--accent var(--theme-dur) var(--theme-ease),--accent-2 var(--theme-dur) var(--theme-ease),--field-1 var(--theme-dur) var(--theme-ease),--field-2 var(--theme-dur) var(--theme-ease),--field-3 var(--theme-dur) var(--theme-ease),--grid-color var(--theme-dur) var(--theme-ease)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:var(--lh-body);font-weight:400;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-3;background:radial-gradient(60% 50% at 78% 8%,var(--field-1),transparent 70%),radial-gradient(55% 45% at 14% 22%,var(--field-2),transparent 72%),radial-gradient(60% 55% at 50% 108%,var(--field-3),transparent 72%)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img,canvas{display:block;max-width:100%}::selection{background:var(--amber);color:var(--on-primary)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.orb-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.orb-bg canvas{width:100%!important;height:100%!important}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
