@import "tailwindcss";

:root {
  --ink: #09111f;
  --navy: #07101d;
  --blue: #1267ff;
  --cyan: #4cc9ff;
  --paper: #f5f7fa;
  --line: #dbe1ea;
  --muted: #627086;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: #030a13; color: #9da9ba; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner div { display: flex; gap: 28px; color: #d5deea; }
.topbar a:hover { color: #fff; }
.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(9,17,31,.08); backdrop-filter: blur(16px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: .14em; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand small { margin-top: 3px; color: #708099; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.brand-logo-frame { width: 42px; height: 42px; overflow: hidden; display: block !important; flex: 0 0 42px; border-radius: 4px; background: #081017; box-shadow: 0 5px 18px rgba(0,0,0,.16); }
.brand-logo-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-mark { width: 34px; height: 34px; display: flex; gap: 3px; align-items: flex-end; padding: 5px; background: var(--blue); border-radius: 3px; transform: skew(-7deg); }
.brand-mark i { display: block; width: 6px; background: white; border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 10px; opacity: .7; }
.brand-mark i:nth-child(2) { height: 17px; opacity: .85; }
.brand-mark i:nth-child(3) { height: 24px; }
.nav-links { display: flex; align-items: center; gap: 31px; color: #29364a; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 14px 19px; color: white; background: var(--ink); border-radius: 4px; }
.nav-cta:hover { background: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: 680px; color: white; background: var(--navy); }
.hero-grid, .visual-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to left, #000, transparent 85%); }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -170px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(18,103,255,.38), rgba(18,103,255,0) 68%); }
.hero-inner { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 80px; padding-top: 58px; padding-bottom: 58px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #93baff; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }
.eyebrow.dark { color: #51709b; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.1vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 665px; margin: 28px 0 33px; color: #b6c2d1; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 750; cursor: pointer; transition: .2s; }
.button.primary { color: #fff; background: var(--blue); }
.button.primary:hover { background: #3180ff; transform: translateY(-1px); }
.button.ghost { color: #e5ebf5; border-color: #40506a; }
.button.ghost:hover { border-color: #8da3c2; }
.hero-proof { display: flex; gap: 27px; margin-top: 38px; padding-top: 22px; border-top: 1px solid #263348; color: #9cabbf; font-size: 11px; }
.hero-proof span { display: flex; gap: 7px; }
.hero-proof b { color: var(--cyan); }
.hero-card { position: relative; padding: 30px; border: 1px solid #284160; background: linear-gradient(145deg, rgba(19,40,68,.8), rgba(9,20,35,.92)); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.hero-card::before { content: ""; position: absolute; width: 72px; height: 3px; top: -1px; left: 30px; background: var(--cyan); }
.card-label { margin: 0 0 54px; color: #8092aa; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.metric span { display: block; color: #8292a8; font-size: 12px; }
.metric strong { display: block; margin: 8px 0 28px; font-size: 27px; line-height: 1.2; }
.flow { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-top: 1px solid #31435c; border-bottom: 1px solid #31435c; color: #c5d0df; font-size: 12px; }
.flow i { color: var(--cyan); font-style: normal; }
.mini-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 27px; padding: 15px; background: rgba(255,255,255,.055); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #48db9c; box-shadow: 0 0 0 5px rgba(72,219,156,.12); }
.mini-card div { display: flex; flex-direction: column; gap: 4px; }
.mini-card b { font-size: 12px; }
.mini-card small { color: #8292a8; font-size: 10px; }
.mini-card a { color: var(--cyan); font-size: 11px; font-weight: 700; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-inner { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-inner p { color: #8a95a6; font-size: 11px; }
.trust-inner span { color: #637085; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.section { padding: 110px 0; }
.light { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.section-head h2, .process h2, .about h2, .contact h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.06; letter-spacing: -.045em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: white; }
.service-card { position: relative; min-height: 360px; padding: 28px; border-right: 1px solid var(--line); transition: .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 2; color: #fff; background: var(--blue); transform: translateY(-7px); box-shadow: 0 25px 60px rgba(18,103,255,.22); }
.service-number { color: #8290a4; font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 58px 0 18px; font-size: 23px; letter-spacing: -.02em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card small { position: absolute; left: 28px; bottom: 28px; max-width: 190px; color: #8390a2; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .09em; }
.service-card > a { position: absolute; right: 25px; bottom: 24px; width: 33px; height: 33px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; }
.service-card:hover p, .service-card:hover small, .service-card:hover .service-number { color: #d8e6ff; }
.service-card:hover > a { color: var(--blue); background: #fff; }

.process { color: white; background: var(--ink); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro > p:not(.eyebrow) { max-width: 400px; margin: 28px 0; color: #9eacbf; line-height: 1.75; }
.text-link { display: inline-flex; gap: 16px; color: var(--cyan); font-size: 13px; font-weight: 750; }
.steps { border-top: 1px solid #344155; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #344155; }
.step > span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.step h3 { margin: 0 0 8px; font-size: 20px; }
.step p { margin: 0; color: #9eacbf; font-size: 13px; line-height: 1.6; }

.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; height: 510px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #0b1c34, #1267ff); }
.about-visual .visual-grid { opacity: .4; mask-image: none; }
.large-l { position: absolute; right: 35px; top: 10px; font-size: 380px; line-height: 1; font-weight: 900; opacity: .12; }
.visual-note { position: absolute; left: 36px; bottom: 38px; display: flex; flex-direction: column; gap: 6px; }
.visual-note b { font-size: 30px; }
.visual-note span { color: #d7e5ff; font-size: 13px; }
.about-copy .lead { margin: 27px 0 18px; color: #29384d; font-size: 18px; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.values { display: flex; gap: 30px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); color: #39475b; font-size: 12px; font-weight: 700; }
.values b { margin-right: 7px; color: var(--blue); }

.insight { background: var(--paper); }
.section-head.compact { align-items: center; }
.dark-link { color: var(--blue); }
.insight-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.insight-grid article { min-height: 310px; padding: 28px; background: #fff; }
.insight-grid span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.insight-grid h3 { margin: 48px 0 16px; font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
.insight-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.featured-insight { color: white; background: var(--blue) !important; }
.featured-insight span, .featured-insight p { color: #dce8ff; }
.featured-insight h3 { max-width: 630px; font-size: 29px; }
.featured-insight a { display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 750; }

.contact { color: white; background: #07101d; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0; color: #9eacbf; line-height: 1.7; }
.contact-data { display: grid; gap: 20px; margin-top: 42px; }
.contact-data a { display: flex; flex-direction: column; gap: 5px; }
.contact-data small { color: #718199; font-size: 9px; letter-spacing: .15em; }
.contact-data b { font-size: 16px; }
.form-card { min-height: 530px; padding: 38px; color: var(--ink); background: white; }
.hubspot-form-shell { min-height: 430px; }
.hubspot-form-shell noscript { color: var(--muted); line-height: 1.7; }
.hubspot-form-shell noscript a { color: var(--blue); font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; margin-bottom: 17px; color: #39465a; font-size: 11px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #d6dce5; border-radius: 3px; background: #fbfcfd; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,103,255,.08); }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 9px; font-weight: 450; line-height: 1.45; }
.consent input { width: 15px; margin-top: 1px; }
.consent a { color: var(--blue); text-decoration: underline; }
.submit { width: 100%; border: 0; }
.preview-note { margin: 10px 0 0; color: #8a95a6; font-size: 10px; text-align: center; }
.success { min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #22b879; font-size: 25px; }
.success h3 { margin: 23px 0 10px; font-size: 27px; }
.success p { max-width: 450px; color: var(--muted); line-height: 1.7; }
.success a { margin-top: 14px; color: var(--blue); font-weight: 750; }

footer { color: #9cabbf; background: #030a13; }
.footer-main { min-height: 150px; display: grid; grid-template-columns: .9fr 1.2fr .7fr; align-items: center; gap: 35px; }
.footer-brand { color: #fff; }
.footer-main p { font-size: 12px; }
.social { display: flex; justify-content: flex-end; gap: 20px; color: #d6dfeb; font-size: 12px; font-weight: 650; }
.footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #1d293a; font-size: 10px; }

.subhero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.subhero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -160px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(18,103,255,.4), transparent 68%); }
.subhero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to left, #000, transparent 80%); }
.subhero-inner { position: relative; z-index: 1; min-height: 440px; display: flex; flex-direction: column; justify-content: center; padding-top: 65px; padding-bottom: 65px; }
.subhero h1 { max-width: 900px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.03; letter-spacing: -.05em; }
.subhero-inner > p:last-child { max-width: 760px; margin: 25px 0 0; color: #b3c0d1; font-size: 18px; line-height: 1.7; }
.subsection { padding: 100px 0; background: var(--paper); }
.route-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.route-card { position: relative; min-height: 310px; padding: 35px; background: #fff; transition: .25s; }
.route-card > span, .scope-card small, .contact-panel small, .contact-placeholder > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.route-card h2 { max-width: 430px; margin: 50px 0 15px; font-size: 29px; letter-spacing: -.035em; }
.route-card p { max-width: 470px; color: var(--muted); line-height: 1.7; }
.route-card b { position: absolute; left: 35px; bottom: 32px; color: var(--blue); font-size: 12px; }
.route-card:hover { color: #fff; background: var(--blue); transform: translateY(-4px); box-shadow: 0 25px 55px rgba(18,103,255,.18); z-index: 2; }
.route-card:hover p, .route-card:hover span, .route-card:hover b { color: #e1ebff; }
.funding-card { background: #eaf1ff; }
.sub-cta { padding: 75px 0; color: #fff; background: #0a1423; }
.sub-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.sub-cta small { color: #73a4ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.sub-cta h2 { max-width: 750px; margin: 12px 0 0; font-size: 36px; letter-spacing: -.035em; }
.service-detail { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; }
.service-main h2, .two-column-copy h2, .about-story h2 { margin: 0 0 30px; font-size: 43px; line-height: 1.12; letter-spacing: -.04em; }
.large-copy { color: #38475b; font-size: 19px; line-height: 1.75; }
.result-label { margin-top: 55px; }
.scope-card { padding: 36px; background: #fff; border-top: 4px solid var(--blue); box-shadow: 0 20px 60px rgba(16,31,54,.08); }
.scope-card ul { margin: 32px 0 0; padding: 0; list-style: none; }
.scope-card li { padding: 16px 0; border-bottom: 1px solid var(--line); color: #3c4a5e; font-size: 14px; }
.dark-band { padding: 70px 0; color: #fff; background: var(--ink); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.method-grid div { min-height: 135px; padding: 25px; border-left: 1px solid #354256; }
.method-grid div:last-child { border-right: 1px solid #354256; }
.method-grid span { color: var(--cyan); font-size: 10px; font-weight: 800; }
.method-grid h3 { margin: 38px 0 0; font-size: 17px; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-bottom: 65px; }
.two-column-copy > div:last-child { color: var(--muted); line-height: 1.8; }
.funding-options, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.funding-options article, .values-grid article { min-height: 280px; padding: 32px; background: #fff; }
.funding-options span, .values-grid span { color: var(--blue); font-size: 10px; font-weight: 800; }
.funding-options h3, .values-grid h3 { margin: 52px 0 14px; font-size: 22px; }
.funding-options p, .values-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.about-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; margin-bottom: 70px; }
.about-emblem { aspect-ratio: 1; overflow: hidden; background: #09111a; }
.about-emblem img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-story > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.founder-section { padding: 105px 0; color: #fff; background: #081322; }
.founder-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }
.founder-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid #26364b; background: #0d1b2d; }
.founder-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 42%; }
.founder-photo > div { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 55px 24px 22px; background: linear-gradient(transparent, rgba(4, 12, 22, .94)); }
.founder-photo b { font-size: 17px; }
.founder-photo span { color: #b5c3d6; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.founder-copy h2 { margin: 12px 0 22px; font-size: clamp(42px, 5vw, 66px); letter-spacing: -.05em; }
.founder-copy > p:not(.eyebrow) { color: #aebbcf; line-height: 1.8; }
.founder-copy .founder-lead { color: #fff !important; font-size: 20px; }
.expertise-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.expertise-list span { padding: 9px 12px; border: 1px solid #31425a; color: #c9d5e5; font-size: 11px; }
.founder-copy blockquote { margin: 35px 0 0; padding: 25px 0 25px 25px; border-left: 3px solid var(--cyan); color: #fff; font-size: 19px; line-height: 1.6; }
.references-section { padding-top: 110px; }
.references-intro { max-width: 500px; color: var(--muted); line-height: 1.7; }
.references-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.references-grid article { min-height: 300px; padding: 34px; background: #fff; }
.references-grid article > span { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.references-grid h3 { margin: 54px 0 15px; font-size: 25px; letter-spacing: -.03em; }
.references-grid p { color: var(--muted); line-height: 1.7; }
.references-grid small { display: block; margin-top: 28px; color: #8591a2; }
.participant-opinions { display: grid; grid-template-columns: .55fr 1.45fr; gap: 1px; margin-top: 55px; border: 1px solid var(--line); background: var(--line); }
.participant-opinions > div { padding: 44px; background: #fff; }
.opinions-score { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--blue) !important; }
.opinions-score strong { font-size: clamp(75px, 9vw, 125px); line-height: .9; letter-spacing: -.08em; }
.opinions-score > span { margin-top: 24px; color: #ffcb47; font-size: 23px; letter-spacing: .14em; }
.opinions-score p { margin: 15px 0 6px; font-weight: 750; }
.opinions-score small { color: #dce7ff; line-height: 1.5; }
.opinions-copy h2 { max-width: 720px; margin: 16px 0 18px; font-size: 37px; line-height: 1.18; letter-spacing: -.04em; }
.opinions-copy > p:not(.eyebrow) { max-width: 760px; color: var(--muted); line-height: 1.75; }
.opinion-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 32px; background: var(--line); }
.opinion-quotes blockquote { min-height: 180px; margin: 0; padding: 25px; background: #f7f9fc; color: #27364b; font-size: 14px; line-height: 1.65; }
.opinion-quotes small { display: block; margin-top: 22px; color: #7d8999; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.opinions-note { display: block; margin-top: 20px; color: #8a95a5; font-size: 10px; line-height: 1.6; }
.proof-section { padding: 85px 0; color: #fff; background: var(--blue); }
.proof-heading { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 35px; align-items: end; }
.proof-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.proof-heading h2 { margin: 0; font-size: 42px; letter-spacing: -.04em; }
.proof-heading a { color: #fff; font-size: 12px; font-weight: 750; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border: 1px solid rgba(255,255,255,.25); }
.proof-grid div { min-height: 150px; padding: 28px; border-right: 1px solid rgba(255,255,255,.25); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { display: block; font-size: 42px; letter-spacing: -.05em; }
.proof-grid span { display: block; max-width: 190px; margin-top: 14px; color: #dce8ff; font-size: 12px; line-height: 1.5; }
.client-names { display: flex; justify-content: space-between; gap: 25px; margin-top: 35px; color: #dce8ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.contact-route { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-panel, .contact-placeholder { min-height: 430px; padding: 42px; background: #fff; }
.contact-panel { display: flex; flex-direction: column; }
.contact-panel > a { margin: 8px 0 38px; font-size: 24px; font-weight: 750; }
.contact-panel > div { display: flex; gap: 20px; margin-top: 12px; color: var(--blue); font-size: 13px; font-weight: 700; }
.contact-placeholder { background: #eef3fb; }
.contact-placeholder h2 { max-width: 620px; margin: 45px 0 20px; font-size: 36px; line-height: 1.2; letter-spacing: -.035em; }
.contact-placeholder p { max-width: 600px; margin-bottom: 35px; color: var(--muted); line-height: 1.8; }
.hubspot-route-form { background: #fff; }
.hubspot-route-form h2 { margin-top: 20px; }
.hubspot-route-form > p { margin-bottom: 28px; }
.news-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.current-project { display: grid; grid-template-columns: .55fr 1.3fr .7fr; gap: 1px; margin-bottom: 45px; border: 1px solid var(--line); background: var(--line); }
.current-project > div { padding: 36px; background: #fff; }
.current-project-status { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--blue) !important; }
.current-project-status i, .current-home-card i { width: 10px; height: 10px; display: inline-block; border-radius: 50%; background: #6ff0bd; box-shadow: 0 0 0 6px rgba(111,240,189,.16); }
.current-project-status span { margin-top: 28px; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.current-project-status small { margin-top: 10px; color: #dbe7ff; }
.current-project-copy h2 { max-width: 680px; margin: 18px 0; font-size: 34px; line-height: 1.16; letter-spacing: -.04em; }
.current-project-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.current-project-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.current-project-meta span { color: #69778a; font-size: 11px; }
.current-project-meta b { display: block; color: var(--ink); font-size: 15px; }
.current-project-modules { display: flex; flex-direction: column; justify-content: center; }
.current-project-modules span { padding: 12px 0; border-bottom: 1px solid var(--line); color: #46556a; font-size: 12px; }
.current-project-modules span:last-child { border-bottom: 0; }
.current-home-card { position: relative; display: grid; grid-template-columns: .6fr 1.4fr 1fr auto; gap: 30px; align-items: center; margin-bottom: 48px; padding: 28px 30px; color: #fff; background: #0a1727; }
.current-home-card > div { display: flex; align-items: center; gap: 15px; }
.current-home-card > div span { color: #9eafc5; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.current-home-card h3 { margin: 0; font-size: 18px; line-height: 1.4; }
.current-home-card p { margin: 0; color: #9eafc5; font-size: 12px; line-height: 1.6; }
.current-home-card b { color: var(--cyan); font-size: 11px; white-space: nowrap; }
.news-card { position: relative; min-height: 350px; padding: 30px; background: #fff; }
.news-card > span { color: #7d899a; font-size: 10px; text-transform: uppercase; }
.news-card h2 { margin: 58px 0 18px; font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
.news-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.news-card b { position: absolute; left: 30px; bottom: 28px; color: var(--blue); font-size: 12px; }
.news-card:hover { box-shadow: inset 0 -4px 0 var(--blue); }
.news-empty { grid-column: 1/-1; padding: 60px; text-align: center; background: #fff; }
.article-head { color: #fff; background: var(--navy); }
.article-head-inner { padding-top: 95px; padding-bottom: 80px; }
.article-head a { color: var(--cyan); font-size: 12px; font-weight: 700; }
.article-head time { display: block; margin: 55px 0 18px; color: #8190a5; font-size: 11px; text-transform: uppercase; }
.article-head h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.07; letter-spacing: -.05em; }
.article-body { max-width: 850px; padding-top: 80px; padding-bottom: 100px; color: #344257; font-size: 18px; line-height: 1.85; }
.article-body h2, .article-body h3 { margin-top: 50px; color: var(--ink); line-height: 1.25; }
.article-body img { max-width: 100%; height: auto; }
.article-body a { color: var(--blue); text-decoration: underline; }

@media (max-width: 960px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; inset: 82px 0 auto; padding: 26px 24px; flex-direction: column; align-items: stretch; gap: 20px; background: #fff; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-card { max-width: 620px; margin-bottom: 30px; }
  .hero-proof { flex-wrap: wrap; }
  .trust-inner { flex-wrap: wrap; justify-content: center; padding: 25px 0; }
  .section-head, .process-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .services { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .featured-insight { grid-column: 1 / -1; }
  .route-cards, .service-detail, .two-column-copy, .about-story, .contact-route, .founder-grid, .participant-opinions { grid-template-columns: 1fr; }
  .method-grid, .funding-options, .values-grid { grid-template-columns: 1fr 1fr; }
  .proof-heading { grid-template-columns: 1fr auto; }
  .proof-heading h2 { font-size: 35px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .news-list { grid-template-columns: 1fr 1fr; }
  .current-project { grid-template-columns: 1fr 1.4fr; }
  .current-project-modules { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
  .current-home-card { grid-template-columns: 1fr 2fr; }
  .current-home-card p, .current-home-card b { grid-column: 2; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .topbar-inner div { width: 100%; justify-content: space-between; gap: 12px; font-size: 10px; }
  .nav { height: 70px; }
  .nav-links { top: 70px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-logo-frame { width: 36px; height: 36px; flex-basis: 36px; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { padding: 70px 0; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { flex-direction: column; gap: 12px; }
  .hero-card { padding: 24px; }
  .mini-card { grid-template-columns: auto 1fr; }
  .mini-card a { grid-column: 2; }
  .trust-inner p { flex-basis: 100%; text-align: center; }
  .trust-inner span { font-size: 9px; }
  .section { padding: 78px 0; }
  .section-head { gap: 25px; }
  .services, .insight-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .featured-insight { grid-column: auto; }
  .about-visual { height: 390px; }
  .large-l { font-size: 290px; }
  .values { flex-direction: column; gap: 12px; }
  .form-card { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; padding: 50px 0; text-align: left; }
  .social { justify-content: flex-start; }
  .subhero-inner { min-height: 390px; }
  .subhero h1 { font-size: 43px; }
  .subhero-inner > p:last-child { font-size: 16px; }
  .subsection { padding: 70px 0; }
  .route-cards, .method-grid, .funding-options, .values-grid, .news-list, .references-grid, .proof-grid, .opinion-quotes { grid-template-columns: 1fr; }
  .participant-opinions > div { padding: 30px; }
  .opinions-copy h2 { font-size: 30px; }
  .proof-heading { grid-template-columns: 1fr; }
  .proof-heading .eyebrow { grid-column: auto; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof-grid div:last-child { border-bottom: 0; }
  .client-names { flex-wrap: wrap; }
  .route-card { min-height: 280px; }
  .sub-cta-inner { align-items: flex-start; flex-direction: column; }
  .sub-cta h2 { font-size: 29px; }
  .service-main h2, .two-column-copy h2, .about-story h2 { font-size: 35px; }
  .contact-panel > a { font-size: 20px; }
  .article-body { font-size: 16px; }
  .current-project { grid-template-columns: 1fr; }
  .current-project-modules { grid-column: auto; grid-template-columns: 1fr; }
  .current-project-copy h2 { font-size: 29px; }
  .current-home-card { grid-template-columns: 1fr; }
  .current-home-card p, .current-home-card b { grid-column: auto; }
}
