@font-face { font-family: "Schibsted Grotesk"; src: url("/fonts/schibsted-grotesk-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Inter Wordmark"; src: url("/fonts/inter-wordmark.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  color-scheme: light dark;
  --canvas: #f3f1eb;
  --paper: rgba(255, 255, 255, .72);
  --paper-solid: #fbfcfd;
  --ink: #071c38;
  --ink-soft: #4f6075;
  --ink-faint: #718195;
  --line: rgba(7, 28, 56, .13);
  --line-strong: rgba(7, 28, 56, .25);
  --blue: #056bd8;
  --blue-hover: #0059b8;
  --cyan: #91d8ff;
  --platinum: #dce8f3;
  --warm: #f4dfc3;
  --focus: #005fcc;
  --shadow: rgba(18, 39, 66, .16);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100svh; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--canvas); font-family: "Schibsted Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: .75rem 1rem; border-radius: 999px; color: #fff; background: var(--blue); transform: translateY(-180%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: linear-gradient(112deg, rgba(244,223,195,.55), transparent 34%), radial-gradient(circle at 82% 32%, rgba(145,216,255,.38), transparent 34%), linear-gradient(135deg, #f7f4ee, #edf4fb); }
.ambient::before { content: none; }
.aurora { position: absolute; border-radius: 50%; filter: blur(84px); opacity: .26; }
.aurora-a { width: min(55vw, 820px); aspect-ratio: 1; right: -12%; top: -24%; background: var(--cyan); }
.aurora-b { width: min(42vw, 620px); aspect-ratio: 1; left: -14%; bottom: -28%; background: var(--warm); }
.grain { position: absolute; inset: -50%; opacity: .022; mix-blend-mode: multiply; 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 type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.topbar, footer { width: min(1480px, 100%); margin-inline: auto; padding-inline: clamp(20px, 4.4vw, 68px); }
.topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; text-decoration: none; transition: transform .35s var(--ease); }
.brand-mark:hover { transform: translateY(-2px); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.language { display: flex; align-items: center; gap: 2px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); box-shadow: 0 14px 40px rgba(18,39,66,.08), inset 0 1px rgba(255,255,255,.78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.language a { display: grid; place-items: center; min-width: 44px; min-height: 44px; border-radius: 999px; text-decoration: none; color: var(--ink-faint); font-size: .71rem; font-weight: 720; letter-spacing: .08em; transition: color .2s ease, background .2s ease, transform .2s var(--ease); }
.language a:hover { color: var(--ink); transform: translateY(-1px); }
.language a[aria-current="page"] { color: #fff; background: var(--ink); }

.hero { width: min(1480px, 100%); min-height: calc(100svh - 176px); margin-inline: auto; padding: clamp(28px, 4svh, 52px) clamp(20px, 4.4vw, 68px) clamp(42px, 6svh, 76px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-content: center; column-gap: clamp(16px, 2.2vw, 34px); row-gap: clamp(42px, 6svh, 72px); }
.hero-heading { min-width: 0; grid-column: 1 / 8; align-self: end; }
.hero-statement { min-width: 0; grid-column: 8 / 13; align-self: end; padding-bottom: .25rem; }
.hero-action { min-width: 0; grid-column: 8 / 13; align-self: start; max-width: 43rem; }
.hero-meta { min-width: 0; grid-column: 1 / 6; align-self: start; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; color: var(--ink-faint); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { margin: 0 0 clamp(22px, 3svh, 34px); color: var(--blue-hover); font-size: .72rem; font-weight: 760; letter-spacing: .2em; text-transform: uppercase; }
.wordmark { margin: 0; font-family: "Inter Wordmark", "Schibsted Grotesk", sans-serif; font-size: clamp(7rem, 13.6vw, 13.5rem); font-weight: 690; line-height: .76; letter-spacing: -.052em; color: var(--ink); font-feature-settings: "kern" 1, "liga" 1, "calt" 1; }
.wordmark-name { display: block; }
.wordmark-descriptor { display: block; margin-top: clamp(16px, 2.2svh, 22px); padding-left: .16em; color: var(--blue-hover); font-family: "Schibsted Grotesk", sans-serif; font-size: clamp(.72rem, .9vw, .86rem); font-weight: 700; line-height: 1.3; letter-spacing: .09em; }
.claim { max-width: 13ch; margin: 0; font-size: clamp(2.15rem, 3.75vw, 4.25rem); font-weight: 650; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.meta-line { height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }
.lede { max-width: 44ch; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.58; text-wrap: pretty; }

.waitlist { width: min(100%, 36rem); margin-top: clamp(28px, 4.5svh, 48px); }
.field-row { display: flex; align-items: center; gap: 7px; padding: 6px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--paper-solid); box-shadow: 0 24px 62px var(--shadow), inset 0 1px rgba(255,255,255,.84); transition: border-color .2s ease, box-shadow .2s ease; }
.field-row:focus-within { border-color: var(--blue); box-shadow: 0 24px 62px var(--shadow), 0 0 0 4px rgba(5,107,216,.12); }
.field-row:has(input[aria-invalid="true"]) { border-color: #a5221d; box-shadow: 0 24px 62px var(--shadow), 0 0 0 4px rgba(165,34,29,.12); }
.field-row input { min-width: 0; flex: 1; height: 52px; padding: 0 .6rem 0 1.15rem; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.field-row input::placeholder { color: var(--ink-faint); opacity: .8; }
.field-row button { min-height: 52px; padding: 0 1.3rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(180deg, #0b7bea, #0563c5); box-shadow: 0 12px 26px rgba(5,107,216,.28), inset 0 1px rgba(255,255,255,.3); cursor: pointer; font-weight: 690; transition: transform .2s var(--ease), filter .2s ease, box-shadow .2s ease; }
.field-row button:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 16px 32px rgba(5,107,216,.32); }
.field-row button:active { transform: translateY(1px) scale(.99); }
.field-row button:disabled { opacity: .82; cursor: wait; }
.button-arrow { width: 1rem; height: 1rem; display: grid; place-items: center; transition: transform .25s var(--ease); }
.field-row button:hover .button-arrow { transform: translateX(3px); }
.field-row button[aria-busy="true"] .button-arrow { border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; font-size: 0; animation: busy-spin .7s linear infinite; }
.consent { max-width: 48rem; margin: .85rem .4rem 0; display: flex; align-items: flex-start; gap: .62rem; color: var(--ink-faint); font-size: .8rem; line-height: 1.55; cursor: pointer; }
.consent input { appearance: none; flex: 0 0 auto; width: 22px; height: 22px; margin: 0; border: 1.5px solid var(--line-strong); border-radius: 50%; background: var(--paper-solid); cursor: pointer; }
.consent input:checked { border-color: var(--blue); background: var(--blue); }
.consent input:checked::after { content: ""; display: block; width: 5px; height: 9px; margin: 3px 0 0 6px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.consent a { text-underline-offset: 3px; text-decoration-thickness: 1px; }
.consent.error { color: #9c251f; }
.consent.error input { border-color: #a5221d; box-shadow: 0 0 0 3px rgba(165,34,29,.12); }
.form-message { min-height: 1.25rem; margin: .65rem .4rem 0; color: var(--ink-faint); font-size: .82rem; }
.form-message.error { color: #9c251f; }
.turnstile { margin-top: .85rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.success { width: min(100%, 36rem); margin-top: clamp(28px, 4.5svh, 48px); padding: 1.15rem 1.25rem; display: flex; align-items: center; gap: 1rem; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 20px 52px var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); animation: success-in .55s var(--ease) both; }
.success-mark { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 800; }
.success h2 { margin: 0; font-size: 1.15rem; }
.success p { margin: .18rem 0 0; color: var(--ink-soft); font-size: .88rem; }

footer { min-height: 84px; padding-bottom: max(24px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink-faint); font-size: .78rem; }
footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; }
footer a { text-underline-offset: 4px; text-decoration-color: transparent; transition: color .2s ease, text-decoration-color .2s ease; }
footer a:hover { color: var(--ink); text-decoration-color: currentColor; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.field-row input:focus-visible { outline: 0; }

@keyframes busy-spin { to { transform: rotate(1turn); } }
@keyframes success-in { from { opacity: 0; transform: translateY(12px) scale(.98); } }

@media (min-width: 1021px) {
  body { min-height: 100svh; display: grid; grid-template-rows: 80px minmax(0, 1fr) 64px; }
  .topbar { min-height: 80px; }
  .hero { min-height: 0; height: 100%; padding-block: clamp(18px, 2.8svh, 30px); row-gap: clamp(24px, 3.6svh, 40px); }
  .eyebrow { margin-bottom: clamp(18px, 2.4svh, 26px); }
  .waitlist { margin-top: clamp(22px, 3.3svh, 34px); }
  footer { min-height: 64px; padding-bottom: 12px; }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; align-content: start; row-gap: 38px; padding-top: 46px; }
  .hero-heading, .hero-statement, .hero-action, .hero-meta { grid-column: 1; }
  .hero-heading { grid-row: 1; max-width: 760px; }
  .hero-statement { grid-row: 2; max-width: 38rem; }
  .hero-action { grid-row: 3; width: min(100%, 43rem); }
  .hero-meta { grid-row: 4; width: min(100%, 32rem); }
  .wordmark { font-size: clamp(5rem, 18vw, 9.8rem); }
}

@media (max-width: 660px) {
  .topbar { min-height: 80px; padding-inline: 14px; gap: .5rem; }
  .brand-mark { width: 44px; height: 44px; }
  .language { gap: 0; padding: 3px; }
  .language a { min-width: 44px; min-height: 44px; font-size: .65rem; }
  .hero { min-height: auto; padding-top: 44px; row-gap: 32px; }
  .eyebrow { margin-bottom: 22px; }
  .wordmark { max-width: 100%; font-size: clamp(4.05rem, 21vw, 6.8rem); line-height: .84; }
  .claim { max-width: 14ch; font-size: clamp(1.9rem, 9.5vw, 3rem); }
  .lede { max-width: 34ch; }
  .field-row { display: grid; border-radius: 22px; }
  .field-row input { width: 100%; padding-inline: .9rem; }
  .field-row button { width: 100%; border-radius: 16px; }
  .hero-meta { grid-template-columns: 1fr auto; }
  .hero-meta span:nth-child(2) { display: none; }
  footer {
    min-height: 0;
    padding-top: 18px;
    padding-bottom: max(22px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 11px;
  }
  footer > span {
    padding-inline: 2px;
    font-size: .7rem;
    font-weight: 650;
    letter-spacing: .045em;
  }
  footer nav {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: inset 0 1px rgba(255,255,255,.5);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  footer nav a {
    min-width: 0;
    min-height: 44px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
    text-decoration: none;
    font-size: clamp(.7rem, 3.1vw, .78rem);
    font-weight: 620;
  }
  footer nav a::after {
    content: "";
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    opacity: .56;
    transform: rotate(45deg);
  }
  footer nav a:nth-child(odd) { border-right: 1px solid var(--line); }
  footer nav a:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (prefers-color-scheme: dark) {
  :root { --canvas: #071426; --paper: rgba(13,32,57,.72); --paper-solid: #0d223d; --ink: #f6fbff; --ink-soft: #c6d5e5; --ink-faint: #9db2c9; --line: rgba(220,235,250,.15); --line-strong: rgba(220,235,250,.27); --blue: #3c9bff; --blue-hover: #78b9ff; --focus: #84c3ff; --shadow: rgba(0,0,0,.34); }
  .ambient { background: linear-gradient(112deg, rgba(78,50,24,.35), transparent 34%), radial-gradient(circle at 82% 32%, rgba(31,100,171,.38), transparent 34%), linear-gradient(135deg, #09192d, #050d19); }
  .language { box-shadow: 0 18px 44px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.06); }
  .language a[aria-current="page"] { color: #071426; background: #f6fbff; }
  .field-row { box-shadow: 0 24px 62px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.05); }
  .grain { mix-blend-mode: screen; opacity: .016; }
}

@media (prefers-contrast: more) {
  :root { --line: currentColor; --line-strong: currentColor; }
  .lede, .consent, .form-message, footer { color: var(--ink); }
  .language, .field-row, .success { border-width: 2px; }
}

@media (prefers-reduced-transparency: reduce) {
  .language, .success { background: var(--paper-solid); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (max-width: 660px) and (prefers-reduced-transparency: reduce) {
  footer nav { background: var(--paper-solid); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (forced-colors: active) {
  .ambient { display: none; }
  .field-row button, .success-mark { border: 2px solid ButtonText; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
