:root {
  --ink: #102a43;
  --muted: #5f7183;
  --paper: #f7f9fb;
  --surface: #ffffff;
  --line: #d8e1e8;
  --teal: #167d9a;
  --teal-soft: #e8f4f7;
  --coral: #df5b4c;
  --yellow: #f2c14e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.nav { position: sticky; top: 0; z-index: 3; background: rgba(247,249,251,.96); border-bottom: 1px solid var(--line); }
.nav-inner, .wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; letter-spacing: .01em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.nav-links { display: flex; gap: 22px; align-items: center; color: var(--muted); font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; text-decoration: none; font-weight: 700; border: 1px solid transparent; }
.button-primary { color: #fff; background: var(--teal); }
.button-primary:hover { background: #11677e; }
.button-secondary { color: var(--ink); background: var(--surface); border-color: var(--line); }
.hero { padding: 76px 0 66px; background: var(--surface); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h1 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(42px, 6vw, 76px); line-height: 1.03; letter-spacing: -.025em; }
.lede { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-art { position: relative; min-height: 330px; padding: 30px; display: grid; place-items: center; background: var(--teal-soft); border: 1px solid #c7e4ea; border-radius: 16px; }
.hero-art img { width: min(260px, 70%); aspect-ratio: 1; object-fit: cover; border-radius: 28px; box-shadow: 0 22px 44px rgba(16,42,67,.16); }
.hero-art::after { content: "ARCHIVE · BUILD · SWAP"; position: absolute; right: 18px; bottom: 16px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.band { padding: 72px 0; }
.band-heading { max-width: 680px; margin-bottom: 28px; }
h2 { margin: 0 0 10px; font-size: 34px; line-height: 1.15; }
.band-heading p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 190px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.feature:nth-child(2) { border-top: 3px solid var(--coral); }
.feature:nth-child(3) { border-top: 3px solid var(--yellow); }
.feature-icon { color: var(--teal); font-size: 28px; }
.feature h3 { margin: 12px 0 5px; font-size: 19px; }
.feature p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.list { display: grid; gap: 14px; }
.list-item { display: flex; gap: 14px; align-items: flex-start; }
.list-item strong { display: block; }
.list-item span { display: block; color: var(--muted); }
.dot { flex: 0 0 10px; width: 10px; height: 10px; margin-top: 9px; border-radius: 50%; background: var(--coral); }
.cta { padding: 40px; background: var(--ink); color: #fff; border-radius: 12px; }
.cta p { color: #c6d3df; }
.footer { padding: 28px 0 44px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; }
.legal { padding: 56px 0 80px; }
.legal-frame { width: 100%; min-height: 900px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.legal-copy { max-width: 760px; margin: 0 auto; padding: 22px 0; }
.legal-copy h1 { font-size: 46px; }
.legal-copy h2 { margin-top: 28px; font-size: 25px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
@media (max-width: 760px) {
  .nav-inner, .wrap { width: min(100% - 28px, 1120px); }
  .nav-inner { min-height: 62px; }
  .nav-links { gap: 12px; font-size: 12px; }
  .home .nav-links a:nth-child(-n + 2) { display: none; }
  .nav-links .button { min-height: 36px; padding: 0 10px; }
  .hero { padding: 48px 0 38px; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 28px; }
  .hero-art { min-height: 240px; }
  .feature-grid { grid-template-columns: 1fr; }
  .band { padding: 48px 0; }
  h2 { font-size: 29px; }
  .lede { font-size: 17px; }
  .cta { padding: 26px; }
  .footer-inner { flex-direction: column; }
  .legal { padding: 32px 0 56px; }
  .legal-copy { padding: 0; }
  .legal-copy h1 { font-size: 38px; }
}
