@font-face { font-family: "TS Lato"; src: url("/assets/fonts/lato-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "TS Lato"; src: url("/assets/fonts/lato-bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "TS Lato"; src: url("/assets/fonts/lato-heavy.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }
:root {
  --ink: #08090b; --ink-soft: #101216; --paper: #e9e5dc; --paper-soft: #c8c3ba;
  --muted: #88877f; --line: rgba(233, 229, 220, .16); --signal: #75a7ff;
  --page-max: 100rem; --gutter: clamp(1rem, 4vw, 4.5rem);
  --pad: max(var(--gutter), calc((100vw - var(--page-max)) / 2));
  --grid-gap: clamp(.625rem, .9vw, 1rem); --grid-gap-tight: clamp(.5rem, .65vw, .75rem);
  --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem; --space-4: 2rem;
  --space-major: clamp(3.5rem, 6vw, 6rem); --space-section: clamp(5.5rem, 10vw, 9rem);
  --type-label: .6875rem; --type-body: clamp(1rem, .96rem + .18vw, 1.125rem);
  --type-h3: clamp(1.75rem, 1.25rem + 2.4vw, 3.5rem);
  --type-h2: clamp(2.75rem, 1.15rem + 6.4vw, 7rem);
  --type-hero: clamp(2.625rem, 13.2vw, 9.75rem);
  --font: "TS Lato", Lato, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); color: var(--paper); scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { min-width: 20rem; margin: 0; overflow-x: hidden; color: var(--paper); background: var(--ink); font: var(--type-body)/1.55 var(--font); font-synthesis: none; text-rendering: optimizeLegibility; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, blockquote { margin: 0; }
h1, h2, h3 { min-width: 0; font-weight: 900; text-wrap: balance; }
h1 { font-size: var(--type-hero); letter-spacing: -.052em; line-height: .86; }
h2 { font-size: var(--type-h2); letter-spacing: -.047em; line-height: .9; }
h3 { font-size: var(--type-h3); letter-spacing: -.035em; line-height: .96; }
.eyebrow { color: var(--paper-soft); font-size: var(--type-label); font-weight: 700; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.section-note { max-width: 34rem; color: var(--paper-soft); font-size: clamp(.95rem, 1.8vw, 1.2rem); line-height: 1.55; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .7rem 1rem; color: var(--ink); background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.15rem; border: 1px solid var(--paper); font-size: var(--type-label); font-weight: 900; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; transition: color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--paper); }
.button-primary:hover { background: var(--signal); border-color: var(--signal); }
.button-ghost { background: rgba(8, 9, 11, .2); backdrop-filter: blur(14px); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }
.topbar { position: absolute; z-index: 20; inset: 0 0 auto; height: 5rem; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; gap: .7rem; font-size: .61rem; font-weight: 800; letter-spacing: .11em; line-height: 1.15; }
.brand-mark { width: 2rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; font-size: .65rem; }
nav { display: flex; align-items: center; gap: clamp(.6rem, 2vw, 1.8rem); }
nav a { display: none; color: var(--paper-soft); font-size: var(--type-label); font-weight: 700; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
nav a:hover { color: var(--paper); }
.lang { min-width: 4rem; min-height: 2.75rem; padding: 0 .65rem; border: 1px solid var(--line); background: rgba(8,9,11,.25); cursor: pointer; font-size: var(--type-label); font-weight: 700; letter-spacing: .09em; line-height: 1.2; }
@media (min-width: 48rem) { nav a { display: block; } }
