@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('./fonts/dm-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('./fonts/dm-mono-500.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('./fonts/manrope-latin.woff2') format('woff2'); }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('./fonts/space-grotesk-latin.woff2') format('woff2'); }

:root {
  color-scheme: dark;
  --ink: #f4f3f0;
  --muted: #a6a5a1;
  --gold: #c8984f;
  --gold-soft: #e5c17a;
  --black: #080808;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: var(--black); color: var(--ink); font-family: 'Manrope', sans-serif; }

.coming-soon { height: 100svh; min-height: 100svh; position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; }
.backdrop { position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 78% 38%, rgba(200,152,79,.11), transparent 28%), radial-gradient(circle at 12% 86%, rgba(229,193,122,.06), transparent 25%), #080808; animation: ambient-shift 16s ease-in-out infinite alternate; }
.backdrop::after { content: ''; position: absolute; inset: 0; opacity: .25; background: linear-gradient(115deg, transparent 0 48%, rgba(229,193,122,.22) 48.1%, transparent 48.3%), linear-gradient(115deg, transparent 0 69%, rgba(229,193,122,.12) 69.1%, transparent 69.25%); }
.ghost-mark { position: absolute; z-index: -1; top: 50%; left: 61%; width: min(920px, 72vw); opacity: .022; transform: translate(-50%, -50%) rotate(-17deg); filter: sepia(.3) saturate(.7) blur(1.5px); animation: ghost-drift 18s ease-in-out infinite alternate; pointer-events: none; }
.grain { position: absolute; inset: 0; z-index: -2; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: screen; }

.topbar, .footer { width: min(1320px, calc(100% - 72px)); margin: 0 auto; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 10px; }
.mini-mark { display: flex; align-items: center; gap: 13px; }
.mini-da { display: block; width: 46px; height: 28px; object-fit: contain; object-position: left center; }
.mini-name { border-left: 1px solid rgba(229,193,122,.5); padding-left: 13px; font: 500 11px/1.15 'Space Grotesk', sans-serif; letter-spacing: .23em; }
.mini-name small { color: var(--gold); font-size: 8px; letter-spacing: .38em; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.status { color: #c6c4be; font: 500 10px/1 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px rgba(200,152,79,.9); }
.language-switcher { display: flex; align-items: center; gap: 8px; color: rgba(244,243,240,.45); font: 500 11px/1 'DM Mono', monospace; letter-spacing: .12em; }
.language-button { padding: 4px 0; border: 0; background: transparent; color: rgba(244,243,240,.48); cursor: pointer; font: inherit; letter-spacing: inherit; transition: color .25s ease, text-shadow .25s ease; }
.language-button:hover, .language-button.is-active { color: var(--gold-soft); text-shadow: 0 0 14px rgba(229,193,122,.45); }

.hero { width: min(820px, calc(100% - 72px)); margin-left: clamp(9vw, 17vw, 250px); min-height: 0; flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 1vh 0 2vh; animation: rise-in .9s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow, .kicker, .launch { font: 500 11px/1.2 'DM Mono', monospace; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow { color: var(--gold); margin-bottom: 20px; }
.eyebrow sup { position: relative; top: -.55em; margin-left: .25em; font-size: .62em; letter-spacing: 0; }
.brand-lockup { display: block; width: min(470px, 76vw); height: auto; margin-left: -10px; margin-bottom: 20px; object-fit: contain; object-position: left center; animation: logo-breathe 7s ease-in-out infinite; }
.kicker { color: #c5c3be; margin: 0 0 18px; }
h1 { max-width: 740px; margin: 0; font: 500 clamp(3.2rem, 7.2vw, 6.8rem)/.9 'Space Grotesk', sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
h1 em { color: var(--gold-soft); font-style: normal; }
.intro { max-width: 450px; margin: 20px 0 0; color: #c5c4bf; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.55; transition: color .35s ease; }
.intro:hover { color: var(--gold-soft); }
.intro.hoverable:hover { letter-spacing: .015em; transform: translateX(2px); }
.rule { width: 155px; height: 1px; margin: 22px 0 15px; background: rgba(255,255,255,.18); }
.rule span { display: block; width: 55px; height: 1px; background: var(--gold); animation: rule-glow 3.8s ease-in-out infinite; }
.launch { color: var(--gold-soft); margin: 0; }
.launch b { padding: 0 9px; color: rgba(229,193,122,.55); font-weight: 400; }
.footer { display: flex; gap: 15px; align-items: center; padding: 0 0 20px; color: rgba(244,243,240,.56); font: 500 10px/1 'DM Mono', monospace; letter-spacing: .26em; }
.footer-dot { color: var(--gold); font-size: 8px; }
.footer span:not(.footer-dot) { transition: color .3s ease, letter-spacing .3s ease, transform .3s ease; }
.footer span:not(.footer-dot):hover { color: var(--gold-soft); letter-spacing: .38em; }
.hoverable { cursor: default; transition: color .3s ease, letter-spacing .3s ease, transform .3s ease, text-shadow .3s ease; }
.hoverable:hover { color: var(--gold-soft); letter-spacing: .34em; transform: translateX(5px); text-shadow: 0 0 22px rgba(229,193,122,.36); }
.founded { margin-left: auto; color: rgba(229,193,122,.62); font: 500 10px/1 'DM Mono', monospace; letter-spacing: .2em; }
h1 em, .launch { transition: color .3s ease, text-shadow .3s ease; }
h1 em:hover, .launch:hover { color: #f2d28f; text-shadow: 0 0 26px rgba(229,193,122,.32); }

@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes logo-breathe { 0%, 100% { opacity: .88; transform: translateX(0); } 50% { opacity: 1; transform: translateX(4px); } }
@keyframes rule-glow { 0%, 100% { width: 55px; box-shadow: 0 0 0 rgba(200,152,79,0); } 50% { width: 92px; box-shadow: 0 0 16px rgba(200,152,79,.7); } }
@keyframes ambient-shift { from { background-position: 0 0, 0 0; } to { background-position: 5% -3%, -4% 4%; } }
@keyframes ghost-drift { from { transform: translate(-50%, -50%) rotate(-17deg) scale(1); } to { transform: translate(-47%, -52%) rotate(-13deg) scale(1.04); } }

@media (max-width: 680px) {
  .topbar, .hero, .footer { width: min(100% - 40px, 1320px); }
  .topbar { align-items: flex-start; padding-top: 18px; }
  .header-actions { gap: 14px; align-items: flex-start; }
  .status { display: none; }
  .hero { margin-left: 20px; padding: 1vh 0 2vh; }
  .brand-lockup { width: 300px; margin-bottom: 17px; }
  h1 { font-size: clamp(3rem, 15vw, 5.4rem); }
  .intro { max-width: 335px; font-size: 1rem; }
  .footer { padding-bottom: 23px; font-size: 8px; letter-spacing: .18em; }
  .founded { margin-left: auto; font-size: 8px; letter-spacing: .12em; }
}
