@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('/assets/fonts/v25-2d6953d7.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/v20-e2661bcc.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500 600; font-display: swap; src: url('/assets/fonts/v20-1b581b15.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 300 600; font-display: swap; src: url('/assets/fonts/v26-f24c3215.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: italic; font-weight: 300 500; font-display: swap; src: url('/assets/fonts/v26-72c495d3.woff2') format('woff2'); }

:root {
  --bg: #06090d;
  --bg-soft: #0a0e14;
  --navy: #07172a;
  --navy-2: #0c2037;
  --panel: #101722;
  --panel-raised: #151e2b;
  --gold: #c6a45f;
  --gold-light: #ebd9ae;
  --gold-deep: #8e6f34;
  --text: #f4f2ee;
  --muted: #aaa9a6;
  --muted-2: #83878b;
  --green: #5ec697;
  --red: #e29a8e;
  --line: rgba(255,255,255,.09);
  --line-gold: rgba(198,164,95,.34);
  --max: 1240px;
  --header: 78px;
  --radius: 18px;
  --shadow: 0 34px 100px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); color-scheme: dark; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: 'Archivo', Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, canvas, svg { display: block; max-width: 100%; }
::selection { background: rgba(198,164,95,.42); color: #fff; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 1000; padding: 12px 18px; border-radius: 0 0 9px 9px; background: var(--gold); color: #08090b; font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 0; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section { position: relative; padding: clamp(90px, 8.5vw, 132px) 0; border-top: 1px solid var(--line); }
.section-navy { background: radial-gradient(circle at 86% 8%, rgba(198,164,95,.08), transparent 31%), linear-gradient(155deg, var(--navy), #070e18 72%); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.72fr); gap: clamp(44px,8vw,112px); align-items: end; margin-bottom: 54px; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 17px; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 29px; height: 1px; background: linear-gradient(90deg,var(--gold),transparent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Newsreader', Georgia, serif; font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(54px,6.1vw,90px); line-height: .97; letter-spacing: -.05em; }
h2 { margin-bottom: 22px; font-size: clamp(40px,4.25vw,62px); line-height: 1.02; letter-spacing: -.038em; }
h3 { margin-bottom: 11px; font-size: 20px; line-height: 1.3; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(18px,1.7vw,22px); line-height: 1.7; }
.section-intro { max-width: 690px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 33px; }
.btn { position: relative; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; overflow: hidden; padding: 13px 22px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease; }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg,transparent 20%,rgba(255,255,255,.22),transparent 70%); transform: translateX(-120%); transition: transform .55s ease; pointer-events: none; }
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(120%); }
.btn-gold { background: linear-gradient(135deg,#f0dfb5,#c6a45f 62%,#907039); color: #08090b; box-shadow: 0 14px 36px rgba(198,164,95,.2); }
.btn-gold:hover { box-shadow: 0 18px 48px rgba(198,164,95,.29); }
.btn-outline { border-color: var(--line-gold); background: rgba(198,164,95,.025); color: var(--gold-light); }
.btn-outline:hover { border-color: rgba(235,217,174,.58); background: rgba(198,164,95,.075); }
.btn:disabled { cursor: wait; opacity: .62; transform: none; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgba(6,9,13,.68); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); transition: background .3s ease,border-color .3s ease,box-shadow .3s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(6,9,13,.93); box-shadow: 0 12px 42px rgba(0,0,0,.23); }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 21px; }
.brand { min-width: 232px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 42px; height: 42px; border: 1px solid rgba(198,164,95,.32); border-radius: 10px; object-fit: cover; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.brand-name { display: block; font-size: 13px; font-weight: 800; letter-spacing: .16em; line-height: 1.15; }
.brand-name b { color: var(--gold); }
.brand-sub { display: block; margin-top: 5px; color: #8d9297; font-family: 'IBM Plex Mono', monospace; font-size: 7px; letter-spacing: .21em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 17px; }
.desktop-nav a { position: relative; padding: 28px 0 24px; color: #b7b6b2; font-size: 11px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover { color: var(--gold-light); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { flex: 0 0 auto; min-height: 42px; padding: 10px 15px; font-size: 11px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1.5px; margin: 3px auto; background: var(--text); transition: transform .25s ease,opacity .25s ease; }
.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 142px 0 84px; background: radial-gradient(ellipse 76% 56% at 50% 0%,rgba(12,39,68,.72),transparent 71%), var(--bg); }
.network-art { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .72; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(198,164,95,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(198,164,95,.027) 1px,transparent 1px); background-size: 78px 78px; mask-image: radial-gradient(ellipse at center,black,transparent 72%); }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 38%,rgba(6,9,13,.1),rgba(6,9,13,.82) 88%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; text-align: center; }
.launch-badge { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin: 0 auto 22px; padding: 7px 11px; border: 1px solid rgba(94,198,151,.29); border-radius: 999px; background: rgba(94,198,151,.055); color: #9eddbc; font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: .09em; text-transform: uppercase; }
.launch-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(94,198,151,.75); }
.hero-kicker { margin-bottom: 24px; color: var(--gold-light); font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 1040px; margin-inline: auto; }
.hero h1 em { background: linear-gradient(125deg,#f5e7be,#c6a45f 62%,#98783d); background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 300; }
.hero-lede { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: clamp(17px,1.55vw,20px); line-height: 1.72; }
.hero-actions { justify-content: center; }
.hero-principles { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 20px; margin-top: 38px; color: #858990; font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase; }
.hero-principles span { display: inline-flex; align-items: center; gap: 19px; }
.hero-principles span:not(:last-child)::after { content: '·'; color: var(--gold); }

/* Product concept preview */
.ai-preview { max-width: 810px; overflow: hidden; margin: 54px auto 0; border: 1px solid var(--line-gold); border-radius: var(--radius); background: rgba(9,17,27,.89); box-shadow: var(--shadow); text-align: left; backdrop-filter: blur(12px); }
.preview-head { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 17px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.preview-head > div { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(198,164,95,.8); }
.preview-label, .concept-chip { font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.preview-label { color: #b6b4ae; }
.concept-chip { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: #8d9297; }
.preview-body { padding: clamp(20px,3vw,31px); }
.preview-question { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #2e3947; border-radius: 9px; background: #0d1825; color: #f0eee9; font-size: 15px; }
.preview-question svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.cursor { width: 1px; height: 17px; display: inline-block; margin-left: -7px; background: var(--gold); animation: cursor-blink 1s step-end infinite; }
@keyframes cursor-blink { 50% { opacity: 0; } }
.preview-output { display: grid; grid-template-columns: .7fr 1.3fr; gap: 14px; margin-top: 18px; }
.preview-output > div { min-height: 94px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.preview-output .preview-wide { grid-column: 1 / -1; min-height: 0; }
.output-label { display: block; margin-bottom: 7px; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.preview-output strong { display: block; font-size: 13px; line-height: 1.55; }
.preview-output p { margin-bottom: 0; color: #9ea4aa; font-size: 12px; }
.preview-disclaimer { margin: 0; padding: 15px 20px; border-top: 1px dashed var(--line); background: rgba(0,0,0,.12); color: #868d94; font-size: 10px; line-height: 1.65; }

/* Scope strip and challenges */
.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090d12; }
.signal-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.signal-grid div { min-height: 145px; padding: 29px 26px; border-left: 1px solid var(--line); }
.signal-grid div:first-child { border-left: 0; }
.signal-grid strong { display: block; color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: 25px; font-weight: 400; }
.signal-grid span { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.challenge-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.challenge-grid article { min-height: 255px; padding: 29px 27px; background: var(--bg); transition: background .25s ease; }
.challenge-grid article:hover { background: #0a0e14; }
.challenge-grid article > span { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .12em; }
.challenge-grid h3 { margin-top: 55px; font-family: 'Newsreader', Georgia, serif; font-size: 27px; font-weight: 400; }
.challenge-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.section-statement { margin: 48px 0 0; text-align: center; color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: 27px; font-style: italic; }

/* Platform */
.platform-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.platform-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.01)); transition: border-color .3s ease,transform .3s ease,background .3s ease; }
.platform-card:hover { border-color: var(--line-gold); background: rgba(198,164,95,.035); transform: translateY(-4px); }
.platform-no { position: absolute; top: 20px; right: 22px; color: rgba(235,217,174,.17); font-family: 'Newsreader', Georgia, serif; font-size: 29px; }
.platform-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--line-gold); border-radius: 12px; background: rgba(198,164,95,.055); color: var(--gold-light); font-family: 'IBM Plex Mono', monospace; font-size: 10px; }
.platform-card h3 { font-family: 'Newsreader', Georgia, serif; font-size: 23px; font-weight: 400; }
.platform-card p { flex: 1; margin-bottom: 23px; color: var(--muted); font-size: 12px; }
.roadmap { color: #979da3; font-family: 'IBM Plex Mono', monospace; font-size: 7.5px; letter-spacing: .12em; text-transform: uppercase; }
.roadmap::before { content: '◇'; margin-right: 7px; color: var(--gold); }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.process-grid li { position: relative; min-height: 225px; padding: 25px 21px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(150deg,rgba(255,255,255,.03),rgba(255,255,255,.005)); }
.process-grid li:not(:last-child)::after { content: '→'; position: absolute; top: 29px; right: -11px; z-index: 2; color: var(--gold); font-size: 13px; }
.process-grid li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 9px; }
.process-grid h3 { margin-top: 37px; font-family: 'Newsreader', Georgia, serif; font-size: 23px; font-weight: 400; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 11.5px; }

/* Professionals */
.professional-layout { display: grid; grid-template-columns: minmax(0,.86fr) minmax(480px,1.14fr); gap: clamp(48px,8vw,105px); align-items: center; }
.professional-layout h2 { max-width: 650px; }
.professional-layout .lede { font-size: 18px; }
.fine-print { max-width: 620px; margin-top: 25px; color: #838a90; font-size: 10px; line-height: 1.7; }
.network-preview { overflow: hidden; border: 1px solid var(--line-gold); border-radius: var(--radius); background: rgba(6,14,24,.76); box-shadow: var(--shadow); }
.network-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.network-head span { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.network-head strong { font-size: 11px; font-weight: 600; }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.practice-grid > div { min-height: 126px; padding: 17px 19px; background: #0a1420; }
.practice-grid span { display: block; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; }
.practice-grid strong { display: block; margin-top: 14px; font-size: 12px; }
.practice-grid small { display: block; margin-top: 5px; color: #899098; font-size: 10px; line-height: 1.45; }
.network-note { display: flex; gap: 12px; padding: 17px 20px; border-top: 1px solid var(--line); background: rgba(198,164,95,.035); }
.network-note > span { color: var(--gold); }
.network-note p { margin: 0; color: #989da2; font-size: 10px; line-height: 1.65; }
.network-note strong { color: #c5c3bd; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 72px; border: 1px solid var(--line); background: var(--line); }
.benefits-grid article { min-height: 180px; padding: 27px; background: var(--navy); }
.benefits-grid h3 { color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: 23px; font-weight: 400; }
.benefits-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

/* International and business */
.audience-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--line); gap: 1px; }
.audience-panel { position: relative; min-width: 0; padding: clamp(74px,8vw,122px) max(32px,calc((100vw - var(--max))/2)); background: var(--bg); }
.audience-panel:first-child { padding-left: max(32px,calc((100vw - var(--max))/2)); padding-right: clamp(44px,6vw,90px); }
.audience-panel:last-child { padding-right: max(32px,calc((100vw - var(--max))/2)); padding-left: clamp(44px,6vw,90px); background: radial-gradient(circle at 100% 0%,rgba(198,164,95,.07),transparent 33%),#080d14; }
.audience-number { position: absolute; top: 34px; right: 40px; color: rgba(235,217,174,.08); font-family: 'Newsreader', Georgia, serif; font-size: 92px; line-height: 1; }
.audience-panel h2 { max-width: 590px; font-size: clamp(37px,3.7vw,56px); }
.audience-panel > p { max-width: 610px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.topic-list span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #93989e; font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .05em; }

/* Governance */
.governance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.governance-grid article { min-height: 215px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.004)); }
.governance-grid article > span { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; }
.governance-grid h3 { margin-top: 28px; font-family: 'Newsreader', Georgia, serif; font-size: 24px; font-weight: 400; }
.governance-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.legal-boundary { margin-top: 44px; padding: 25px 28px; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 4px; background: rgba(198,164,95,.025); }
.legal-boundary strong { color: var(--gold-light); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.legal-boundary p { margin: 10px 0 0; color: #999da1; font-size: 11px; line-height: 1.75; }

/* About */
.about-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(380px,.7fr); gap: clamp(54px,9vw,125px); align-items: center; }
.about-layout blockquote { margin: 38px 0 0; padding: 4px 0 4px 25px; border-left: 2px solid var(--gold); color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: clamp(21px,2.2vw,28px); font-style: italic; line-height: 1.5; }
.leadership { display: grid; gap: 0; border-top: 1px solid var(--line); }
.leader { display: flex; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.leader img { width: 72px; height: 72px; flex: 0 0 auto; border: 1px solid var(--line-gold); border-radius: 50%; object-fit: cover; filter: saturate(.8); }
.leader strong { display: block; font-family: 'Newsreader', Georgia, serif; font-size: 24px; font-weight: 400; }
.leader span { display: block; margin-top: 3px; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.leader small { display: block; margin-top: 5px; color: #858b92; font-size: 10px; }

/* Contact form */
.contact-section { background: radial-gradient(circle at 85% 8%,rgba(198,164,95,.09),transparent 34%),#080b10; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(460px,1fr); gap: clamp(50px,8vw,110px); align-items: start; }
.contact-layout h2 { max-width: 650px; }
.contact-layout .lede { font-size: 18px; }
.contact-assurances { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.contact-assurances span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #92979c; font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.sensitive-note { max-width: 650px; margin-top: 25px; padding: 16px 18px; border: 1px solid rgba(226,154,142,.24); border-radius: 10px; background: rgba(226,154,142,.035); color: #9da0a4; font-size: 11px; line-height: 1.7; }
.sensitive-note strong { color: #e1b0a7; }
.email-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 21px; color: var(--gold-light); font-size: 13px; font-weight: 700; text-decoration: none; }
.interest-form { display: grid; gap: 14px; padding: clamp(25px,3.4vw,40px); border: 1px solid var(--line-gold); border-radius: var(--radius); background: linear-gradient(145deg,rgba(198,164,95,.07),rgba(255,255,255,.01) 48%),#0c1118; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 7px; }
.field label { color: #b5b3ae; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.field label span { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #37414d; border-radius: 9px; outline: none; background: #111a25; color: var(--text); font-size: 16px; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #4a5663; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: #131d29; box-shadow: 0 0 0 3px rgba(198,164,95,.14); }
.field input::placeholder, .field textarea::placeholder { color: #7e858d; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #92969b; font-size: 11px; line-height: 1.55; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--gold); }
.consent a { color: var(--gold-light); }
.form-submit { width: 100%; }
.form-submit span:last-child { margin-left: auto; }
.form-message { display: none; padding: 12px 13px; border-radius: 9px; font-size: 12px; }
.form-message.show { display: block; }
.form-message.sending, .form-message.success { border: 1px solid rgba(94,198,151,.34); background: rgba(94,198,151,.06); color: #9eddbc; }
.form-message.error { border: 1px solid rgba(226,154,142,.4); background: rgba(226,154,142,.06); color: #ebb0a6; }
.form-message a { color: inherit; font-weight: 700; }
.form-privacy { margin: 0; color: #7e858d; font-size: 10px; line-height: 1.6; }

/* FAQ */
.faq-section { background: #070a0e; }
.faq-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(460px,1fr); gap: clamp(50px,8vw,110px); align-items: start; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 40px 22px 0; color: #dedbd5; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; top: 18px; right: 5px; color: var(--gold); font-family: 'Newsreader',Georgia,serif; font-size: 27px; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 720px; padding: 0 38px 22px 0; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

/* Footer */
.site-footer { padding: 78px 0 34px; border-top: 1px solid var(--line); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 34px; }
.footer-grid .brand { min-width: 0; }
.footer-about { max-width: 290px; margin: 18px 0 0; color: #92979d; font-size: 12px; }
.footer-title { display: block; margin-bottom: 17px; color: var(--gold); font-family: 'IBM Plex Mono',monospace; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { width: fit-content; color: #9ba0a5; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 62px; padding-top: 25px; border-top: 1px solid var(--line); color: #7e858c; font-family: 'IBM Plex Mono',monospace; font-size: 8px; letter-spacing: .06em; }

.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2,.8,.2,1),transform .75s cubic-bezier(.2,.8,.2,1); }
.motion-ready .reveal.in { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 10px; }
  .header-cta { display: none; }
  .platform-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid li:nth-child(3)::after { display: none; }
}

@media (max-width: 1030px) {
  .desktop-nav, .site-header .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: var(--header) 0 0; z-index: 99; display: block; visibility: hidden; overflow-y: auto; padding: 26px 22px calc(40px + env(safe-area-inset-bottom)); background: rgba(6,9,13,.991); opacity: 0; transform: translateY(-12px); transition: visibility .25s ease,opacity .25s ease,transform .25s ease; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav-inner { width: min(100%,640px); display: grid; gap: 8px; margin: 0 auto; }
  .mobile-nav-label { padding: 7px 4px 15px; color: var(--gold); font-family: 'IBM Plex Mono',monospace; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
  .ecosystem-label { margin-top: 14px; padding-top: 22px; border-top: 1px solid var(--line-gold); }
  .mobile-nav a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 12px 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.015); font-family: 'Newsreader',Georgia,serif; font-size: 22px; text-decoration: none; }
  .mobile-nav a span { color: var(--gold); font-family: 'IBM Plex Mono',monospace; font-size: 9px; }
  .mobile-nav .mobile-cta { border-color: var(--line-gold); background: rgba(198,164,95,.07); color: var(--gold-light); }
  .challenge-grid { grid-template-columns: repeat(2,1fr); }
  .signal-grid { grid-template-columns: repeat(2,1fr); }
  .signal-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .signal-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .professional-layout, .contact-layout { grid-template-columns: 1fr; }
  .network-preview { max-width: 720px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .governance-grid { grid-template-columns: repeat(2,1fr); }
  .about-layout { grid-template-columns: 1fr; }
  .leadership { max-width: 620px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 40px,var(--max)); }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  h1 { font-size: clamp(46px,13.5vw,67px); }
  h2 { font-size: clamp(37px,10.5vw,51px); }
  .hero { min-height: 0; padding: 126px 0 70px; }
  .hero h1 br { display: none; }
  .hero-principles span::after { display: none; }
  .preview-head { align-items: flex-start; flex-direction: column; }
  .preview-output { grid-template-columns: 1fr; }
  .preview-output .preview-wide { grid-column: auto; }
  .signal-grid, .challenge-grid, .platform-grid, .process-grid, .governance-grid { grid-template-columns: 1fr; }
  .signal-grid div, .signal-grid div:first-child, .signal-grid div:nth-child(3), .signal-grid div:nth-child(4) { min-height: 0; border: 0; border-top: 1px solid var(--line); }
  .signal-grid div:first-child { border-top: 0; }
  .challenge-grid article { min-height: 210px; }
  .platform-card { min-height: 260px; }
  .process-grid li { min-height: 185px; }
  .process-grid li:not(:last-child)::after { top: auto; right: 50%; bottom: -13px; display: block; transform: rotate(90deg); }
  .audience-section { grid-template-columns: 1fr; }
  .audience-panel, .audience-panel:first-child, .audience-panel:last-child { padding: 80px 20px; }
  .audience-number { top: 24px; right: 20px; font-size: 72px; }
  .challenge-grid article > span,
  .roadmap,
  .network-head span,
  .practice-grid span,
  .topic-list span,
  .governance-grid article > span,
  .legal-boundary strong,
  .leader span,
  .contact-assurances span,
  .footer-title,
  .footer-bottom { font-size: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .brand { min-width: 0; }
  .brand-sub { max-width: 195px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-actions .btn { width: 100%; }
  .launch-badge { max-width: 100%; text-align: left; line-height: 1.45; }
  .ai-preview { margin-top: 40px; }
  .preview-question { align-items: flex-start; font-size: 14px; }
  .practice-grid, .benefits-grid, .field-row { grid-template-columns: 1fr; }
  .practice-grid > div { min-height: 110px; }
  .interest-form { padding: 22px 18px; }
  .contact-assurances span { width: 100%; }
}

@media (max-width: 520px) {
  body.legal-chat-guard #crs-launch[aria-expanded="false"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(.88);
  }
}

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

@media print {
  .site-header,#crs-root,.network-art,.hero-grid { display: none !important; }
  body { background: #fff; color: #111; }
  .section { break-inside: avoid; }
}
