:root {
  --bg: #070b12;
  --surface: #0d1420;
  --surface-2: #111c2c;
  --text: #f4f7fb;
  --muted: #9eacbe;
  --blue: #2d9cff;
  --blue-light: #71c4ff;
  --line: #233247;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 10; padding: .7rem 1rem; background: white; color: #000; }
.skip-link:focus { top: 1rem; }
.site-header { height: 78px; max-width: var(--max); margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 750; letter-spacing: -.03em; text-decoration: none; font-size: 1.12rem; }
.brand span span, .footer-brand > span:last-child { color: var(--blue-light); }
.brand-mark { color: var(--blue); border: 1px solid #225b88; background: #091b2c; padding: .2rem .42rem; border-radius: 4px; font: 700 .75rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0; }
.brand-logo img { display: block; width: 92px; height: 62px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; gap: 1.5rem; }
.site-header nav a, footer a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.site-header nav a:hover, .site-header nav a:focus, footer a:hover, footer a:focus { color: var(--blue-light); }
.hero { max-width: var(--max); min-height: 700px; margin: auto; padding: 110px 24px 90px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#14243a66 1px, transparent 1px), linear-gradient(90deg, #14243a66 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom right, #000, transparent 72%); }
.eyebrow, .section-number { color: var(--blue-light); font: 700 .72rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 800px; margin: 1.2rem 0 .8rem; font-size: clamp(3rem, 7.5vw, 6rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.claim { color: var(--muted); font-size: clamp(1.2rem, 2.5vw, 1.7rem); }
.button { display: inline-flex; gap: 1rem; align-items: center; margin-top: 1.4rem; padding: .75rem 1.1rem; border: 1px solid var(--blue); color: var(--text); text-decoration: none; font-weight: 650; border-radius: 4px; background: #0c4f8133; }
.button:hover, .button:focus { background: #126da955; }
.hero-logo { position: absolute; right: 10px; bottom: 45px; z-index: -1; width: min(500px, 48%); height: auto; opacity: .92; filter: drop-shadow(0 28px 70px #0009); }
.about { padding: 100px max(24px, calc((100% - var(--max)) / 2)); background: var(--surface); }
.about > h2, .status h2 { max-width: 750px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.05em; margin-bottom: 1.5rem; }
.about > p:not(.section-number) { max-width: 760px; color: var(--muted); font-size: 1.15rem; }
.topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.topics article { padding: 2rem; background: var(--surface); }
.topics article > span { color: var(--blue); font: .75rem ui-monospace, monospace; }
.topics h3 { margin: 2rem 0 .6rem; font-size: 1.35rem; }
.topics p { color: var(--muted); font-size: .95rem; }
.status { max-width: var(--max); margin: auto; padding: 100px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.status > p { color: var(--muted); font-size: 1.1rem; border-left: 2px solid var(--blue); padding-left: 1.5rem; }
footer { max-width: var(--max); margin: auto; padding: 35px 24px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 2rem; color: var(--muted); }
footer p { margin: 0; } footer nav { display: flex; gap: 1.2rem; margin-left: auto; } footer small { white-space: nowrap; }
.footer-logo img { width: 82px; height: 58px; object-fit: contain; }
.legal { max-width: 820px; min-height: 70vh; margin: 0 auto; padding: 90px 24px 120px; }
.legal h1 { font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1; letter-spacing: -.055em; margin-bottom: 2.5rem; }
.legal h2 { margin-top: 3rem; font-size: 1.35rem; }
.legal p, .legal address { color: #c2ccda; font-style: normal; }
.draft-notice { padding: 1rem 1.2rem; border: 1px solid #9a6f22; border-left: 4px solid #f2b84b; background: #2a210e; color: #ffe2a6; }
mark { padding: .1em .25em; background: #3a2c12; color: #ffd88a; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

@media (max-width: 760px) {
  .site-header nav a:first-child { display: none; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-logo { position: relative; width: min(100%, 520px); right: auto; bottom: auto; margin-top: 4rem; opacity: 1; }
  .topics { grid-template-columns: 1fr; }
  .status { grid-template-columns: 1fr; gap: 1rem; }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer nav { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
