@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap');

:root {
  --ink: #12201d;
  --ink-soft: #40504c;
  --ink-muted: #667571;
  --paper: #ffffff;
  --paper-soft: #f5f8f7;
  --paper-deep: #eaf0ee;
  --line: #dbe4e1;
  --forest: #123c32;
  --forest-deep: #092a23;
  --signal: #b8ee5a;
  --signal-dark: #315c16;
  --focus: #175cd3;
  --shadow: 0 18px 50px rgba(9, 42, 35, 0.12);
  --radius: 8px;
  --content: 1180px;
  --display: 'Newsreader', Georgia, serif;
  --body: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: var(--paper); border: 1px solid var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--signal-dark); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow.on-dark { color: var(--signal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: 0; }
h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(42px, 6vw, 74px); font-weight: 600; line-height: .98; }
h2 { margin-bottom: 16px; font-size: clamp(31px, 4vw, 48px); font-weight: 600; line-height: 1.05; }
h3 { margin-bottom: 8px; font-size: 19px; line-height: 1.25; }
.lede { max-width: 690px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.muted { color: var(--ink-muted); }
.section { padding: 84px 0; }
.section-soft { background: var(--paper-soft); }
.section-dark { background: var(--forest-deep); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading > div { max-width: 720px; }
.section-heading p { max-width: 560px; margin-bottom: 0; color: var(--ink-muted); }
.section-dark .section-heading p { color: rgba(255,255,255,.68); }

.announcement { background: var(--signal); color: #17310b; font-size: 13px; font-weight: 600; }
.announcement .container { display: flex; justify-content: center; gap: 10px; padding: 8px 0; text-align: center; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav { display: flex; align-items: center; min-height: 70px; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 7px; background: var(--forest); color: white; font-size: 13px; letter-spacing: .01em; }
.brand-dot { color: #0d8b64; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav > a, .nav-trigger { border: 0; background: none; padding: 8px 0; color: var(--ink-soft); font-size: 14px; font-weight: 600; cursor: pointer; }
.desktop-nav > a:hover, .nav-trigger:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-menu { position: relative; }
.nav-trigger { display: flex; align-items: center; gap: 5px; }
.mega-menu { position: absolute; top: calc(100% + 13px); left: -20px; display: none; width: 610px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.nav-menu.open .mega-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 22px; }
.mega-title { grid-column: 1 / -1; margin: 0 0 8px; color: var(--ink-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mega-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 6px; }
.mega-item:hover { background: var(--paper-soft); }
.mega-swatch { width: 8px; height: 32px; border-radius: 4px; background: var(--accent); }
.mega-item strong, .mega-item small { display: block; }
.mega-item strong { font-size: 14px; }
.mega-item small { color: var(--ink-muted); font-size: 11px; }
.mobile-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); place-items: center; cursor: pointer; }
.mobile-panel { position: fixed; inset: 0; z-index: 120; display: none; background: var(--paper); overflow-y: auto; }
.mobile-panel.open { display: block; }
.mobile-top { display: flex; align-items: center; justify-content: space-between; min-height: 70px; border-bottom: 1px solid var(--line); }
.mobile-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); cursor: pointer; }
.mobile-links { padding: 24px 0 40px; }
.mobile-links > a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; }
.mobile-sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 26px; }
.mobile-sector-grid a { padding: 12px; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 5px; font-size: 14px; font-weight: 600; }

.btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--forest); color: white; }
.btn-primary:hover { background: var(--forest-deep); }
.btn-signal { background: var(--signal); color: #17310b; }
.btn-outline { border-color: var(--line); background: var(--paper); color: var(--ink); }
.btn-outline-dark { border-color: rgba(255,255,255,.35); color: white; }
.btn-plain { color: var(--forest); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--forest-deep); }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,28,23,.94) 0%, rgba(5,28,23,.84) 42%, rgba(5,28,23,.28) 75%, rgba(5,28,23,.12)), url('/assets/sectors-grid.webp'); background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 1; padding: 92px 0 80px; }
.hero .lede { color: rgba(255,255,255,.82); }
.hero-sector { min-height: 570px; }
.hero-sector::before { background-image: linear-gradient(90deg, rgba(5,28,23,.94) 0%, rgba(5,28,23,.78) 48%, rgba(5,28,23,.2) 76%), url('/assets/sectors-grid.webp'); background-size: auto, 300% 300%; background-position: center, var(--pos); }
.hero-simple { min-height: 430px; align-items: center; }
.hero-simple::before { background-image: linear-gradient(90deg, rgba(5,28,23,.96), rgba(5,28,23,.72)), url('/assets/sectors-grid.webp'); }
.status { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 5px 9px; border-radius: 4px; background: var(--paper-deep); color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #87928f; }
.status-live { background: #dafbe8; color: #17663d; }
.status-live::before { background: #1f9d55; box-shadow: 0 0 0 3px rgba(31,157,85,.15); }
.status-imminent { background: #fff0d4; color: #8b4a08; }
.status-imminent::before { background: #d97706; }
.status-soon { background: #e7efff; color: #214e9d; }
.status-soon::before { background: #3272d9; }

.sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sector-card { position: relative; min-height: 385px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--forest); color: white; }
.sector-card::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(0deg, rgba(5,28,23,.96) 0%, rgba(5,28,23,.56) 48%, rgba(5,28,23,.08) 100%), url('/assets/sectors-grid.webp'); background-size: auto, 300% 300%; background-position: center, var(--pos); transition: transform .35s ease; }
.sector-card:hover::before { transform: scale(1.025); }
.sector-card-content { position: relative; z-index: 1; padding: 25px; }
.sector-card .status { margin-bottom: 14px; }
.sector-card h3 { font-family: var(--display); font-size: 29px; }
.sector-card p { margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: 14px; }
.sector-card-link { display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 13px; font-weight: 700; }
.sector-card-featured { grid-column: span 2; }
.sector-card-compact { min-height: 315px; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-panel { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.audience-panel:first-child { background: var(--forest); color: white; }
.audience-panel:last-child { background: var(--paper-soft); }
.audience-panel p { color: inherit; opacity: .76; }
.tick-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.tick-list li { display: flex; gap: 10px; align-items: start; }
.tick-list svg { flex: 0 0 auto; margin-top: 3px; color: var(--signal-dark); }
.audience-panel:first-child .tick-list svg { color: var(--signal); }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 6px; background: var(--paper-deep); color: var(--forest); }
.feature-card p { margin-bottom: 0; color: var(--ink-muted); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: process; }
.process-step { counter-increment: process; border-top: 3px solid var(--forest); padding-top: 20px; }
.process-step::before { content: '0' counter(process); display: block; margin-bottom: 18px; color: var(--ink-muted); font-size: 12px; font-weight: 700; }
.process-step p { color: var(--ink-muted); font-size: 14px; }

.roadmap { display: grid; gap: 10px; }
.roadmap-row { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 18px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.roadmap-row strong { font-size: 16px; }
.roadmap-row p { margin: 0; color: var(--ink-muted); font-size: 13px; }
.callout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 42px; padding: 46px; border-radius: var(--radius); background: var(--forest-deep); color: white; }
.callout p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.callout .button-row { justify-content: end; margin-top: 0; }

.detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.role-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.role-list li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink-soft); font-size: 13px; }
.interest-box { padding: 30px; border: 1px solid var(--line); border-top: 5px solid var(--accent, var(--forest)); border-radius: var(--radius); background: var(--paper-soft); }
.interest-box h3 { font-size: 24px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #aebbb7; border-radius: 5px; background: white; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.field small { color: var(--ink-muted); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-top: 16px; padding: 12px; border-radius: 5px; font-size: 14px; }
.form-status.show { display: block; }
.form-status.success { background: #dafbe8; color: #17663d; }
.form-status.error { background: #fee4e2; color: #9b1c1c; }
.prose h2 { margin-top: 42px; font-size: 30px; }
.prose h3 { margin-top: 26px; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--focus); text-decoration: underline; }

.site-footer { padding: 60px 0 24px; background: var(--forest-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { max-width: 330px; margin-top: 18px; color: rgba(255,255,255,.62); font-size: 14px; }
.footer-col h3 { margin-bottom: 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.footer-col a { display: block; margin: 8px 0; color: rgba(255,255,255,.67); font-size: 13px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: 12px; }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions { display: none; }
  .mobile-toggle { display: grid; }
  .sector-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, var(--content)); }
  .announcement .container { font-size: 12px; }
  .section { padding: 60px 0; }
  .section-heading { display: block; margin-bottom: 26px; }
  .hero { min-height: 620px; }
  .hero::before { background-image: linear-gradient(0deg, rgba(5,28,23,.96) 0%, rgba(5,28,23,.72) 64%, rgba(5,28,23,.25)), url('/assets/sectors-grid.webp'); background-position: center; }
  .hero-sector::before { background-image: linear-gradient(0deg, rgba(5,28,23,.96) 0%, rgba(5,28,23,.66) 65%, rgba(5,28,23,.18)), url('/assets/sectors-grid.webp'); background-size: auto, 300% 300%; background-position: center, var(--pos); }
  .hero-content { padding: 78px 0 54px; }
  .hero-simple { min-height: 470px; }
  .button-row .btn { width: 100%; }
  .sector-grid, .feature-grid, .audience-grid, .process-grid, .form-grid { grid-template-columns: 1fr; }
  .sector-card-featured { grid-column: auto; }
  .sector-card { min-height: 360px; }
  .audience-panel { padding: 27px; }
  .roadmap-row { grid-template-columns: 1fr auto; }
  .roadmap-row p { grid-column: 1 / -1; }
  .callout { grid-template-columns: 1fr; padding: 30px; }
  .callout .button-row { justify-content: start; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
