@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: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('newsreader-display.woff2') format('woff2');
}

:root {
  --bg: #08080a;
  --bg-deep: #050607;
  --navy: #0b1522;
  --navy-soft: #101e30;
  --panel: #101116;
  --panel-raised: #15171d;
  --ivory: #f4f2ee;
  --muted: #a5a29c;
  --muted-2: #77746f;
  --gold: #c6a45f;
  --gold-light: #ebd9ae;
  --green: #55c793;
  --red: #d98b7f;
  --line: rgba(255,255,255,.09);
  --line-gold: rgba(198,164,95,.34);
  --radius: 18px;
  --max: 1240px;
  --header: 78px;
  --shadow: 0 30px 90px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 22px); color-scheme: dark; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--ivory); 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; background: var(--gold); color: #09090b; font-weight: 700; }
.skip-link:focus { top: 0; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section { position: relative; padding: clamp(90px, 8.5vw, 134px) 0; border-top: 1px solid var(--line); }
.section-navy { background: radial-gradient(circle at 84% 12%, rgba(198,164,95,.075), transparent 34%), linear-gradient(155deg, var(--navy), #080d15 70%); }
.section-soft { background: radial-gradient(circle at 12% 8%, rgba(198,164,95,.06), transparent 30%), #0b0b0e; }
.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: 400; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 29px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Newsreader', Georgia, serif; font-weight: 400; }
h1 { margin-bottom: 25px; font-size: clamp(54px, 6.3vw, 92px); line-height: .95; letter-spacing: -.052em; }
h2 { margin-bottom: 22px; font-size: clamp(39px, 4.2vw, 61px); line-height: 1.02; letter-spacing: -.036em; }
h3 { margin-bottom: 12px; font-size: 28px; line-height: 1.12; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.72; }
.section-intro { max-width: 710px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.gold { background: linear-gradient(125deg, #f5e7be, #c6a45f 62%, #99793e); background-clip: text; -webkit-background-clip: text; color: transparent; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .72fr); gap: clamp(44px, 8vw, 112px); align-items: end; margin-bottom: 52px; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.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, #f0ddb0, #c6a45f 62%, #98783d); color: #09090b; box-shadow: 0 14px 36px rgba(198,164,95,.2); }
.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; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(255,255,255,.032), rgba(255,255,255,.008)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: border-color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(8,8,10,.9); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 240px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 42px; height: 42px; border: 1px solid rgba(198,164,95,.3); 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.1; }
.brand-name b { color: var(--gold); }
.brand-sub { display: block; margin-top: 5px; color: #93908a; font-family: 'IBM Plex Mono', monospace; font-size: 7.5px; letter-spacing: .27em; }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.desktop-nav a { position: relative; padding: 28px 0 24px; color: #b7b3ad; font-size: 12px; font-weight: 600; text-decoration: none; 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 16px; font-size: 12px; }
.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(--ivory); 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: 148px 0 78px; background: radial-gradient(circle at 50% 15%, rgba(198,164,95,.1), transparent 34%), url('hero-network.jpg') center / cover no-repeat, #08090c; }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 45%, rgba(8,8,10,.15), rgba(8,8,10,.88) 82%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; text-align: center; }
.hero-mark { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid var(--line-gold); border-radius: 16px; background: rgba(8,8,10,.72); box-shadow: 0 0 50px rgba(198,164,95,.13); }
.hero-mark img { width: 50px; height: 50px; border-radius: 10px; object-fit: cover; }
.hero .eyebrow { justify-content: center; }
.hero .eyebrow::before { display: none; }
.hero h1 { max-width: 1000px; margin-inline: auto; }
.hero .lede { margin: 0 auto; }
.hero-actions { justify-content: center; }
.hero-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; margin-top: 47px; color: var(--muted-2); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-categories span { display: inline-flex; align-items: center; gap: 18px; }
.hero-categories span:not(:last-child)::after { content: '·'; color: var(--gold); }
.scroll-cue { position: absolute; right: 30px; bottom: 34px; z-index: 2; display: inline-flex; align-items: center; gap: 11px; color: #6f6b65; font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue::before { content: ''; width: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }

/* Positioning */
.position-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0a0d; }
.position-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.position-item { min-height: 155px; padding: 31px 28px; border-left: 1px solid var(--line); }
.position-item:first-child { border-left: 0; }
.position-item strong { display: block; color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: 26px; font-weight: 400; }
.position-item span { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.65; }

/* Problem and journey */
.problem-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.problem-card { position: relative; min-height: 220px; padding: 28px 25px; background: var(--bg); }
.problem-card:hover { background: #0d0e12; }
.problem-number { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .12em; }
.problem-card h3 { margin-top: 45px; font-size: 23px; }
.problem-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.better { margin: 48px 0 0; text-align: center; color: var(--gold-light); font-family: 'Newsreader', Georgia, serif; font-size: 27px; }
.journey { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 44px; }
.journey-step { position: relative; min-height: 118px; display: grid; place-items: center; padding: 20px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.018); text-align: center; }
.journey-step:not(:last-child)::after { content: '→'; position: absolute; right: -14px; z-index: 2; color: var(--gold); }
.journey-step span { display: block; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; }
.journey-step strong { display: block; margin-top: 8px; font-size: 12px; }

/* Marketplace */
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market-card { min-height: 365px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; }
.market-card:hover { border-color: var(--line-gold); transform: translateY(-4px); box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.market-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--line-gold); border-radius: 12px; color: var(--gold); }
.market-icon svg { width: 23px; height: 23px; }
.market-card h3 { font-size: 26px; }
.market-card ul { flex: 1; display: grid; gap: 7px; padding: 0; margin: 7px 0 24px; list-style: none; }
.market-card li { padding-bottom: 7px; border-bottom: 1px dashed rgba(255,255,255,.07); color: var(--muted); font-size: 12px; }
.market-card li:last-child { border-bottom: 0; }
.market-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--gold-light); font-size: 12px; font-weight: 700; text-decoration: none; }
.market-link span:last-child { transition: transform .2s ease; }
.market-link:hover span:last-child { transform: translateX(4px); }

/* Brief builder */
.match-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr); gap: clamp(48px, 7vw, 96px); padding: clamp(28px, 4vw, 56px); border: 1px solid var(--line-gold); border-radius: 22px; background: radial-gradient(circle at 88% 10%, rgba(198,164,95,.12), transparent 34%), linear-gradient(145deg, var(--navy-soft), var(--navy)); box-shadow: var(--shadow); }
.match-copy h2 { font-size: clamp(40px, 4vw, 55px); }
.match-copy p { color: #aca9a2; }
.match-points { display: grid; gap: 12px; margin-top: 30px; }
.match-points span { display: flex; align-items: center; gap: 10px; color: #aaa69f; font-size: 13px; }
.match-points span::before { content: '✓'; color: var(--gold); }
.match-form { display: grid; gap: 14px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(6,10,16,.56); }
.field { display: grid; gap: 7px; }
.field label { color: #b8b4ad; font-family: 'IBM Plex Mono', monospace; font-size: 9px; font-weight: 400; letter-spacing: .11em; text-transform: uppercase; }
.field label span { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #39404a; border-radius: 9px; outline: none; background: #111823; color: var(--ivory); font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,164,95,.14); }
.field input::placeholder, .field textarea::placeholder { color: #747a81; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.match-result { display: none; padding: 17px; border: 1px solid rgba(82,197,144,.3); border-radius: 11px; background: rgba(82,197,144,.06); }
.match-result.show { display: block; }
.match-result strong { display: block; color: #8adeb7; font-size: 13px; }
.match-result p { margin: 5px 0 0; color: #a9b5af; font-size: 12px; }
.match-note { margin: 0; color: #777e84; font-size: 10px; }

/* Advisory, build, review */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 48px; }
.why-item { padding-top: 23px; border-top: 1px solid var(--line-gold); }
.why-item h3 { font-size: 25px; }
.why-item p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.advisory-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 8vw, 112px); align-items: center; }
.advisory-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.advisory-services div { min-height: 94px; display: flex; align-items: center; padding: 20px; background: #0b0c10; color: var(--muted); font-size: 13px; }
.build-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(450px, 1.2fr); gap: clamp(54px, 8vw, 116px); align-items: start; }
.build-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.build-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.build-flow { border-left: 1px solid var(--line-gold); padding-left: 34px; }
.build-step { position: relative; padding: 0 0 34px; }
.build-step:last-child { padding-bottom: 0; }
.build-step::before { content: ''; position: absolute; top: 4px; left: -40px; width: 10px; height: 10px; border: 1px solid var(--gold); border-radius: 50%; background: var(--bg); }
.build-step span { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 8px; letter-spacing: .1em; }
.build-step h3 { margin: 7px 0 5px; font-size: 25px; }
.build-step p { margin: 0; color: var(--muted); font-size: 12px; }
.disclosure { margin-top: 35px; padding-left: 19px; position: relative; color: #8e8b84; font-size: 11px; }
.disclosure::before { content: '◇'; position: absolute; left: 0; color: var(--gold); }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.review-card { position: relative; min-height: 230px; padding: 27px; overflow: hidden; }
.review-card::after { content: attr(data-level); position: absolute; top: 5px; right: 15px; color: rgba(235,217,174,.07); font-family: 'Newsreader', Georgia, serif; font-size: 78px; }
.review-card h3 { position: relative; margin-top: 50px; font-size: 25px; }
.review-card p { position: relative; margin-bottom: 0; color: var(--muted); font-size: 12px; }

/* Ecosystem and leadership */
.ecosystem { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.eco-node { position: relative; min-height: 205px; padding: 27px; }
.eco-node:not(:last-child)::after { content: '→'; position: absolute; z-index: 2; top: 48%; right: -20px; color: var(--gold); font-size: 21px; }
.eco-node span { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .13em; }
.eco-node h3 { margin-top: 25px; }
.eco-node p { color: var(--muted); font-size: 12px; }
.leadership-grid { max-width: 920px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.leader { overflow: hidden; }
.leader-image { position: relative; aspect-ratio: 1.18 / 1; overflow: hidden; background: var(--navy); }
.leader-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.82) contrast(1.04); transition: transform .5s ease, filter .5s ease; }
.leader:hover .leader-image img { transform: scale(1.025); filter: saturate(1) contrast(1.02); }
.leader-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,.42), transparent 45%); pointer-events: none; }
.leader-body { padding: 25px 27px 28px; }
.leader-body h3 { margin-bottom: 3px; }
.leader-role { color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.leader-body p { margin: 15px 0 0; color: var(--muted); font-size: 12px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr); gap: clamp(52px, 8vw, 110px); align-items: start; }
.contact-checks { display: grid; gap: 13px; margin-top: 30px; }
.contact-checks span { display: flex; gap: 10px; color: var(--muted); font-size: 13px; }
.contact-checks span::before { content: '✓'; color: var(--gold); }
.contact-card { padding: clamp(25px, 3vw, 36px); border-color: var(--line-gold); background: linear-gradient(145deg, rgba(198,164,95,.08), rgba(255,255,255,.009) 48%); box-shadow: var(--shadow); }
.contact-card h3 { font-family: 'Archivo', Arial, sans-serif; font-size: 25px; font-weight: 700; letter-spacing: -.025em; }
.contact-card > p { color: var(--muted); font-size: 13px; }
.lead-form { display: grid; gap: 14px; margin-top: 23px; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted-2); font-size: 11px; line-height: 1.5; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--gold); }
.form-message { display: none; padding: 11px 13px; border-radius: 9px; font-size: 12px; }
.form-message.show { display: block; }
.form-message.sending { border: 1px solid var(--line-gold); color: var(--gold-light); background: rgba(198,164,95,.07); }
.form-message.success { border: 1px solid rgba(82,197,144,.35); color: #8adeb7; background: rgba(82,197,144,.07); }
.form-message.error { border: 1px solid rgba(217,139,127,.4); color: #e3a198; background: rgba(217,139,127,.07); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* FAQ and footer */
.faq { max-width: 910px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 2px; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 20px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 770px; padding: 0 38px 24px 0; color: var(--muted); }
.site-footer { padding: 72px 0 30px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 46px; }
.footer-about { max-width: 350px; margin-top: 21px; color: var(--muted); font-size: 13px; }
.footer-title { margin-bottom: 18px; color: var(--gold); font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); color: #93908a; font-family: 'IBM Plex Mono', monospace; font-size: 9px; }
@media (max-width: 1160px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 11px; }
  .header-cta { display: none; }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 981px) {
  body.menu-open { overflow: auto; }
}

@media (max-width: 980px) {
  :root { --header: 72px; }
  .wrap { width: min(100% - 44px, var(--max)); }
  .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 40px; background: rgba(8,8,10,.988); 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; }
  .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); color: var(--gold-light); background: rgba(198,164,95,.07); }
  .section-heading, .advisory-layout, .build-layout, .contact-layout, .match-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .position-grid { grid-template-columns: 1fr 1fr; }
  .position-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .position-item:nth-child(4) { border-top: 1px solid var(--line); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .journey { grid-template-columns: repeat(4, 1fr); }
  .journey-step::after { display: none; }
  .ecosystem { grid-template-columns: 1fr 1fr; }
  .eco-node::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .section { padding: 76px 0; }
  .field input, .field select, .field textarea { font-size: 16px; }
  h1 { font-size: clamp(47px, 13.2vw, 66px); }
  h2 { font-size: clamp(36px, 9.8vw, 48px); }
  .hero { min-height: 850px; padding-top: 116px; }
  .scroll-cue { display: none; }
  .problem-grid, .market-grid, .why-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 175px; }
  .problem-card h3 { margin-top: 30px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .review-grid, .leadership-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .brand { min-width: 0; }
  .brand img { width: 39px; height: 39px; }
  .brand-name { font-size: 11px; }
  .brand-sub { font-size: 6.5px; }
  .hero-mark { width: 58px; height: 58px; }
  .hero-mark img { width: 44px; height: 44px; }
  .button-row .btn { width: 100%; }
  .hero-categories { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-categories span { justify-content: center; }
  .hero-categories span::after { display: none; }
  .position-grid, .journey, .ecosystem, .footer-grid { grid-template-columns: 1fr; }
  .position-item { border-left: 0; border-top: 1px solid var(--line); }
  .position-item:first-child { border-top: 0; }
  .market-card { min-height: 330px; padding: 26px; }
  .field-row, .advisory-services { grid-template-columns: 1fr; }
  .match-form, .contact-card { padding: 21px; }
  .build-layout { gap: 48px; }
  .build-flow { padding-left: 27px; }
  .build-step::before { left: -33px; }
  .footer-bottom { flex-direction: column; }
}

@media (hover: none) {
  .market-card:hover, .btn:hover { transform: none; }
}

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