:root {
  --ink: #080a09;
  --ink-2: #101310;
  --surface: #161a16;
  --paper: #f1f4ec;
  --paper-2: #e7ebdf;
  --white: #f8faf5;
  --muted: #a5aea0;
  --muted-dark: #525b50;
  --acid: #dfff53;
  --blue: #9eb7ff;
  --line: rgba(245,248,240,.14);
  --line-dark: rgba(8,10,9,.14);
  --radius: 22px;
  --max: 1380px;
  --font: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 20px; }

.site-cursor { position: fixed; top: 0; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--acid); pointer-events: none; z-index: 999; transform: translate(-50%,-50%); mix-blend-mode: difference; opacity: 0; transition: width .2s, height .2s, opacity .2s; }
@media (pointer:fine) { .site-cursor { opacity: 1; } body:has(a:hover) .site-cursor, body:has(button:hover) .site-cursor { width: 34px; height: 34px; } }

.site-header { position: fixed; z-index: 100; top: 16px; left: 50%; width: min(calc(100% - 32px), var(--max)); min-height: 70px; transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 10px 12px 10px 18px; color: var(--white); background: rgba(10,12,10,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: 0 18px 70px rgba(0,0,0,.24); backdrop-filter: blur(20px) saturate(130%); transition: background .3s, top .3s; }
.site-header.scrolled { top: 8px; background: rgba(10,12,10,.9); }
.brand { display:inline-flex; align-items:center; gap:11px; width:max-content; color:var(--white); }
.brand .brand-symbol { width:38px; height:38px; flex:none; border-radius:11px; box-shadow:0 0 0 1px rgba(223,255,83,.14),0 8px 24px rgba(0,0,0,.18); }
.brand-type { display:flex; align-items:baseline; gap:3px; white-space:nowrap; }
.domain-main { font-size:18px; line-height:1; font-weight:750; letter-spacing:-.055em; }
.domain-tld { color:var(--acid); font:500 10px/1 var(--mono); letter-spacing:-.03em; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-header nav a { color: #cbd2c6; transition: color .2s; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--acid); }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 12px; color: var(--ink); background: var(--acid); font-size: 12px; font-weight: 800; }
.nav-cta svg { transition: transform .2s; }
.nav-cta:hover svg { transform: translateX(3px); }
.menu-toggle { display: none; }

.hero { min-height: 100vh; position: relative; display: grid; grid-template-columns: 52% 48%; grid-template-rows: 1fr auto auto; align-items: center; overflow: hidden; padding: 150px max(32px,calc((100vw - var(--max))/2)) 28px; color: var(--white); background: var(--ink); }
.hero::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,#000 30%,transparent 95%); }
.hero::after { content:""; position:absolute; width: 720px; height:720px; right:-150px; top:50px; border-radius:50%; background: radial-gradient(circle,rgba(223,255,83,.12),transparent 65%); filter: blur(30px); }
.hero-noise { position:absolute; inset:0; opacity:.19; pointer-events:none; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode:soft-light; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding-right: 40px; }
.eyebrow { margin: 0 0 24px; color: var(--muted-dark); font: 500 11px/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow, .dark-block .eyebrow, .cta-band .eyebrow, .signal-board .eyebrow { color: var(--acid); }
.hero-title { margin: 0; font-size: clamp(50px,6.1vw,105px); line-height: .92; letter-spacing: -.075em; font-weight: 700; }
.hero-title span { display:block; overflow:hidden; }
.hero-title span::after { content:""; }
.hero-title .acid { color: var(--acid); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 710px; margin: 34px 0; color: #b9c1b5; font-size: clamp(17px,1.45vw,21px); line-height: 1.55; }
.hero-form { max-width: 650px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.hero-form label { position:relative; }
.hero-form label span { position:absolute; left:17px; top:8px; color:#818a7c; font: 400 9px var(--mono); text-transform:uppercase; letter-spacing:.1em; }
.hero-form input { width:100%; height:60px; padding:20px 16px 6px; color:var(--white); border:1px solid var(--line); border-radius:14px; outline:0; background:rgba(255,255,255,.06); }
.hero-form input:focus { border-color:var(--acid); box-shadow:0 0 0 3px rgba(223,255,83,.12); }
.hero-form .micro { grid-column:1/-1; margin:2px 0 0; color:#7e877a; font-size:11px; }
.button { min-height: 52px; display: inline-flex; justify-content:center; align-items:center; gap:10px; width:max-content; padding: 14px 20px; border:1px solid transparent; border-radius:13px; cursor:pointer; font-size:12px; font-weight:800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color:var(--ink); background:var(--acid); }
.button.ghost { color:var(--ink); border-color:var(--line-dark); background:transparent; }
.button.dark { color:var(--white); background:var(--ink); }
.button svg { width:16px; }
.hero-art { position:relative; z-index:1; width:calc(100% + 80px); margin-left:-30px; transform-style:preserve-3d; transition: transform .2s ease-out; }
.hero-art::before { content:""; position:absolute; inset:8% 2% 8% 2%; border:1px solid rgba(223,255,83,.2); border-radius:50%; filter:blur(1px); }
.hero-art img { width:100%; aspect-ratio:1.5; object-fit:cover; object-position:58% center; border-radius:28px; mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 86%,transparent 100%); filter:saturate(.9) contrast(1.08); }
.live-card { position:absolute; left:5%; bottom:11%; display:grid; grid-template-columns:auto 1fr; gap:0 8px; min-width:210px; padding:14px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(12,15,12,.65); backdrop-filter:blur(18px); box-shadow:0 16px 50px rgba(0,0,0,.35); transform:translateZ(40px); }
.live-card .pulse { grid-row:1/3; align-self:center; width:8px; height:8px; border-radius:50%; background:var(--acid); box-shadow:0 0 0 6px rgba(223,255,83,.12); animation:pulse 2s infinite; }
.live-card span { color:#939d8f; font:9px var(--mono); text-transform:uppercase; letter-spacing:.08em; }
.live-card strong { color:var(--white); font-size:15px; }
.cursor-orb { position:absolute; width:70px; height:70px; border:1px solid rgba(223,255,83,.25); border-radius:50%; left:70%; top:20%; animation:orbit 9s linear infinite; }
.metric-strip { position:relative; z-index:3; grid-column:1/-1; display:grid; grid-template-columns:repeat(4,1fr); margin-top:42px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.metric-strip div { padding:22px 24px; border-right:1px solid var(--line); }
.metric-strip div:first-child { padding-left:0; }
.metric-strip div:last-child { border-right:0; }
.metric-strip strong { display:block; color:var(--acid); font-size:clamp(25px,2.4vw,38px); letter-spacing:-.06em; line-height:1.1; }
.metric-strip span { color:#8d9689; font:10px var(--mono); text-transform:uppercase; }
.source-note { position:relative; z-index:3; grid-column:1/-1; margin:15px 0 0; color:#687064; font-size:10px; }
.source-note a { text-decoration:underline; text-underline-offset:3px; }

.logo-cloud { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:50px; padding:25px max(32px,calc((100vw - var(--max))/2)); background:#d9decf; border-bottom:1px solid var(--line-dark); }
.logo-cloud p { margin:0; color:#60685d; font:10px var(--mono); text-transform:uppercase; letter-spacing:.08em; }
.logo-cloud div { display:flex; justify-content:space-between; gap:28px; color:#434b40; font-size:13px; font-weight:700; }

.section { padding:130px 0; }
.section-head { display:grid; grid-template-columns: .7fr 2fr 1fr; gap:50px; align-items:start; margin-bottom:65px; }
.section-head .eyebrow { padding-top:12px; }
.section-head h2 { max-width:850px; margin:0; font-size:clamp(38px,5vw,76px); line-height:1.02; letter-spacing:-.06em; font-weight:650; }
.section-head > p:last-child { margin:8px 0 0; color:var(--muted-dark); font-size:15px; }
.industries { background:var(--paper); }
.industry-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line-dark); }
.industry-card { position:relative; min-height:340px; padding:26px 28px; border-right:1px solid var(--line-dark); overflow:hidden; }
.industry-card:first-child { border-left:1px solid var(--line-dark); }
.industry-card > span { color:var(--muted-dark); font:11px var(--mono); }
.industry-card h3 { margin:100px 0 18px; font-size:26px; letter-spacing:-.04em; }
.industry-card p { margin:0; color:var(--muted-dark); font-size:14px; }
.card-line { position:absolute; left:0; bottom:0; width:100%; height:8px; background:var(--acid); transform:scaleX(0); transform-origin:left; transition:transform .45s cubic-bezier(.22,1,.36,1); }
.industry-card:hover .card-line { transform:scaleX(1); }

.services-preview { color:var(--white); background:var(--ink); }
.services-preview .section-head h2 { color:var(--white); }
.services-preview .section-head > p:last-child { color:var(--muted); }
.service-rail { display:grid; grid-template-columns:repeat(5,minmax(260px,1fr)); gap:12px; margin-bottom:34px; overflow-x:auto; overscroll-behavior-inline:contain; scrollbar-width:none; cursor:grab; }
.service-rail::-webkit-scrollbar { display:none; }
.service-card { position:relative; min-height:390px; display:flex; flex-direction:column; padding:25px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.04); backdrop-filter:blur(10px); transition:background .3s, border .3s, transform .3s; }
.service-card:hover { transform:translateY(-8px); border-color:rgba(223,255,83,.4); background:rgba(223,255,83,.07); }
.service-num { color:#7d8679; font:11px var(--mono); }
.service-icon-wrap { display:grid; place-items:center; width:58px; height:58px; margin-top:28px; border:1px solid var(--line); border-radius:15px; color:var(--acid); background:rgba(255,255,255,.05); }
.service-icon-wrap svg { width:31px; height:31px; }
.microsoft-icon { width:27px!important; height:27px!important; }
.service-card h3 { margin:auto 0 14px; font-size:27px; letter-spacing:-.045em; }
.service-card p { margin:0 0 25px; color:var(--muted); font-size:14px; }
.circle-arrow { display:grid; place-items:center; width:44px; height:44px; color:var(--ink); background:var(--acid); border-radius:50%; }
.services-preview .button.ghost { color:var(--white); border-color:var(--line); }

.benchmark { background:var(--paper-2); }
.benchmark-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; align-items:center; }
.benchmark-copy h2 { margin:0 0 30px; font-size:clamp(45px,5.4vw,82px); line-height:.98; letter-spacing:-.065em; }
.benchmark-copy > p:not(.eyebrow) { color:var(--muted-dark); max-width:620px; font-size:17px; }
.text-link { display:inline-flex; align-items:center; gap:8px; margin-top:20px; padding-bottom:3px; border-bottom:1px solid; font-size:13px; font-weight:800; }
.text-link svg { width:15px; }
.signal-board { padding:18px; border:1px solid rgba(255,255,255,.09); border-radius:24px; color:var(--white); background:#0d100e; box-shadow:0 45px 100px rgba(32,40,28,.18); }
.board-head { display:flex; justify-content:space-between; padding:7px 7px 20px; color:#7d8679; font:9px var(--mono); letter-spacing:.08em; }
.status { color:var(--acid); }
.chart { overflow:hidden; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:linear-gradient(180deg,rgba(223,255,83,.035),transparent); }
.chart svg { width:100%; height:auto; display:block; }
.grid-lines { stroke:rgba(255,255,255,.07); stroke-width:1; }
.chart .area { fill:url(#fill); stroke:none; }
.chart .line { stroke:var(--acid); stroke-width:3; stroke-dasharray:1000; stroke-dashoffset:1000; }
.signal-board.in-view .chart .line { animation:draw 2.3s ease forwards; }
.board-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding-top:12px; }
.board-stats div { padding:14px; border-radius:10px; background:rgba(255,255,255,.045); }
.board-stats span { display:block; color:#798274; font:9px var(--mono); text-transform:uppercase; }
.board-stats strong { font-size:14px; }

.stories-preview { background:var(--paper); }
.story-stack { border-top:1px solid var(--line-dark); margin-bottom:36px; }
.story-card { display:grid; grid-template-columns:100px 1fr .8fr; gap:36px; align-items:center; min-height:230px; padding:28px 10px; border-bottom:1px solid var(--line-dark); transition:padding .3s,background .3s; }
.story-card:hover { padding-inline:24px; background:#e9eddf; }
.story-index { font:11px var(--mono); color:var(--muted-dark); }
.story-copy h3 { margin:0 0 10px; font-size:clamp(28px,3.5vw,52px); letter-spacing:-.055em; line-height:1; }
.story-copy p:last-child { max-width:650px; margin:0; color:var(--muted-dark); font-size:14px; }
.story-copy .eyebrow { margin-bottom:18px; }
.story-metrics { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.story-metrics div { padding:20px; border:1px solid var(--line-dark); border-radius:15px; }
.story-metrics span { display:block; color:var(--muted-dark); font:9px var(--mono); text-transform:uppercase; }
.story-metrics strong { font-size:25px; letter-spacing:-.05em; }

.process { color:var(--white); background:#121512; }
.process .section-head h2 { color:var(--white); }
.process .section-head > p:last-child { color:var(--muted); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
.process-step { min-height:330px; padding:28px; border-right:1px solid var(--line); }
.process-step:first-child { border-left:1px solid var(--line); }
.process-step span { color:var(--acid); font:11px var(--mono); }
.process-step h3 { margin:110px 0 18px; font-size:24px; }
.process-step p { color:var(--muted); font-size:14px; }

.faq { background:var(--paper); }
.faq-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:10vw; }
.faq-grid .section-head { display:block; position:sticky; top:130px; }
.faq-grid .section-head h2 { font-size:clamp(40px,5vw,70px); }
.faq-list { border-top:1px solid var(--line-dark); }
.faq-list details { border-bottom:1px solid var(--line-dark); }
.faq-list details[data-animating] { overflow:hidden; }
.faq-list summary { list-style:none; display:grid; grid-template-columns:45px 1fr auto; align-items:center; gap:18px; padding:27px 0; cursor:pointer; font-size:19px; font-weight:700; letter-spacing:-.03em; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--muted-dark); font:10px var(--mono); }
.faq-list summary b { font-size:24px; font-weight:400; transition:transform .2s; }
.faq-list details[open] summary b { transform:rotate(45deg); }
.faq-list details p { max-width:750px; margin:-5px 45px 28px 63px; color:var(--muted-dark); font-size:15px; transform-origin:top; animation:faqAnswerIn .36s cubic-bezier(.22,1,.36,1); }

.cta-band { padding:75px 0; color:var(--ink); background:var(--acid); }
.cta-band .wrap { display:flex; justify-content:space-between; align-items:flex-end; gap:40px; }
.cta-band .eyebrow { margin-bottom:16px; color:#4b5619; }
.cta-band h2 { max-width:930px; margin:0; font-size:clamp(38px,5vw,72px); line-height:1; letter-spacing:-.06em; }
.cta-band .button { flex:none; }

.page-hero { position:relative; min-height:650px; display:flex; align-items:flex-end; padding:170px 0 80px; overflow:hidden; color:var(--white); background:var(--ink); }
.page-hero::before { content:""; position:absolute; width:700px; height:700px; right:5%; bottom:-450px; border:1px solid rgba(223,255,83,.25); border-radius:50%; box-shadow:0 0 120px rgba(223,255,83,.08); }
.page-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.04) 50%,transparent 50.2%); }
.page-hero .wrap { position:relative; z-index:2; }
.page-hero .eyebrow { color:var(--acid); }
.page-hero h1 { max-width:1150px; margin:0 0 35px; font-size:clamp(58px,8vw,118px); line-height:.91; letter-spacing:-.075em; font-weight:650; }
.page-hero .wrap > p:last-of-type { max-width:760px; margin:0; color:#acb5a8; font-size:19px; }
.page-hero-line { position:absolute; right:0; bottom:-80px; width:42%; height:7px; background:var(--acid); }
.legal-top { min-height:430px; }

.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line-dark); border-left:1px solid var(--line-dark); }
.detail-card { min-height:360px; position:relative; padding:35px; border-right:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); transition:background .3s; }
.detail-card:hover { background:var(--acid); }
.detail-card > span { color:var(--muted-dark); font:11px var(--mono); }
.detail-card .service-icon-wrap { position:absolute; top:28px; right:28px; margin:0; border-color:var(--line-dark); color:var(--ink); background:rgba(255,255,255,.42); }
.detail-card h2 { margin:70px 0 16px; font-size:38px; letter-spacing:-.05em; }
.detail-card p { max-width:600px; color:var(--muted-dark); }
.detail-card b { position:absolute; left:35px; bottom:30px; display:flex; align-items:center; gap:8px; font-size:12px; }
.pale { background:var(--paper-2); }
.split-copy { display:grid; grid-template-columns:1fr 1fr; gap:8vw; }
.split-copy .section-head { display:block; margin:0; }
.prose p { margin:0 0 26px; color:var(--muted-dark); font-size:18px; }
.quad-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.glass-card { min-height:290px; padding:30px; border:1px solid rgba(8,10,9,.12); border-radius:var(--radius); background:rgba(255,255,255,.3); backdrop-filter:blur(14px); box-shadow:inset 0 1px 0 rgba(255,255,255,.8); }
.glass-card > span { font:10px var(--mono); color:var(--muted-dark); }
.glass-card h3 { margin:70px 0 12px; font-size:28px; letter-spacing:-.04em; }
.glass-card p { max-width:530px; color:var(--muted-dark); }
.dark-block { color:var(--white); background:var(--ink-2); }
.diagnostic { display:grid; grid-template-columns:1.2fr .8fr; gap:9vw; align-items:center; }
.diagnostic h2 { margin:0 0 24px; font-size:clamp(45px,5vw,75px); line-height:1; letter-spacing:-.06em; }
.diagnostic p:last-child { max-width:650px; color:var(--muted); }
.checklist { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.checklist li { display:flex; gap:12px; align-items:center; padding:20px 0; border-bottom:1px solid var(--line); font-size:14px; }
.checklist svg { width:18px; color:var(--acid); }
.source-panel { max-width:950px; padding:55px; border:1px solid var(--line-dark); border-radius:var(--radius); background:var(--paper-2); }
.source-panel h2 { margin:0 0 15px; font-size:45px; letter-spacing:-.05em; }
.source-panel p { color:var(--muted-dark); }
.source-panel a { display:inline-flex; align-items:center; gap:10px; margin-top:15px; font-weight:800; font-size:13px; }

.story-long { border-top:1px solid var(--line-dark); }
.case-qa { display:grid; grid-template-columns:1fr 1fr; gap:10vw; padding:90px 0; border-bottom:1px solid var(--line-dark); }
.case-qa header > span { display:block; margin-bottom:70px; font:11px var(--mono); color:var(--muted-dark); }
.case-qa h2 { margin:0; font-size:clamp(45px,5vw,76px); line-height:1; letter-spacing:-.06em; }
.case-qa h3 { margin:42px 0 8px; font-size:13px; text-transform:uppercase; letter-spacing:.06em; }
.case-qa div p { color:var(--muted-dark); font-size:17px; }
.case-qa .result { color:var(--ink); font-size:26px; font-weight:700; letter-spacing:-.04em; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-items:stretch; }
.price-card { display:flex; flex-direction:column; padding:35px; border:1px solid var(--line-dark); border-radius:var(--radius); background:rgba(255,255,255,.25); }
.price-card.featured { color:var(--white); background:var(--ink); transform:translateY(-24px); box-shadow:0 35px 70px rgba(16,25,13,.15); }
.price-card.featured .eyebrow, .price-card.featured p { color:var(--muted); }
.price-card.featured .eyebrow { color:var(--acid); }
.price-card h2 { margin:20px 0 10px; font-size:32px; letter-spacing:-.05em; }
.price { margin:25px 0; font-size:42px; font-weight:750; letter-spacing:-.06em; }
.price span { display:block; margin-top:-5px; font:10px var(--mono); letter-spacing:0; color:var(--muted-dark); }
.price-card > p:not(.eyebrow) { min-height:80px; color:var(--muted-dark); font-size:14px; }
.price-card ul { list-style:none; margin:25px 0 35px; padding:0; flex:1; border-top:1px solid var(--line-dark); }
.price-card.featured ul { border-color:var(--line); }
.price-card li { display:flex; gap:10px; align-items:center; padding:13px 0; border-bottom:1px solid var(--line-dark); font-size:13px; }
.price-card.featured li { border-color:var(--line); }
.price-card li svg { width:16px; color:#758233; }
.price-card.featured li svg { color:var(--acid); }

.founder-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; align-items:center; }
.portrait-card { aspect-ratio:.8; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; padding:0; border-radius:var(--radius); color:var(--white); background:var(--ink); box-shadow:0 35px 80px rgba(15,24,12,.16); }
.portrait-card::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(8,10,9,.92)); pointer-events:none; }
.portrait-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 30%; transition:transform .7s cubic-bezier(.22,1,.36,1); }
.portrait-card:hover > img { transform:scale(1.025); }
.portrait-caption { position:relative; z-index:1; padding:32px; }
.monogram { display:grid; place-items:center; width:150px; height:150px; margin:auto; border:1px solid rgba(223,255,83,.35); border-radius:50%; color:var(--acid); font-size:45px; font-weight:700; box-shadow:0 0 80px rgba(223,255,83,.08); }
.portrait-card .eyebrow { color:var(--acid); margin-bottom:10px; }
.portrait-card h2 { margin:0; font-size:36px; }
.portrait-card p:last-child { color:var(--muted); }
.founder-copy h2 { margin:0 0 30px; font-size:clamp(44px,5.2vw,78px); line-height:1; letter-spacing:-.06em; }
.founder-copy p:not(.eyebrow) { color:var(--muted-dark); font-size:18px; }
.principles .section-head h2 { color:var(--white); }
.triple-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.triple-grid article { min-height:300px; padding:28px; border-right:1px solid var(--line); }
.triple-grid article:first-child { border-left:1px solid var(--line); }
.triple-grid span { color:var(--acid); font:11px var(--mono); }
.triple-grid h3 { margin:90px 0 15px; font-size:24px; }
.triple-grid p { color:var(--muted); font-size:14px; }

.contact-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:8vw; align-items:start; }
.contact-form { position:relative; display:grid; gap:22px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form label { display:grid; gap:8px; font-size:12px; font-weight:700; }
.contact-form input:not([type=checkbox]), .contact-form textarea, .contact-form select { width:100%; padding:16px; border:1px solid var(--line-dark); border-radius:12px; color:var(--ink); background:rgba(255,255,255,.45); outline:0; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color:#798924; box-shadow:0 0 0 3px rgba(156,180,37,.13); }
.contact-form .error { display:none; color:#a12323; font-size:11px; }
.contact-form label.invalid .error { display:block; }
.contact-form label.invalid input, .contact-form label.invalid textarea, .contact-form label.invalid select { border-color:#a12323; }
.consent { grid-template-columns:auto 1fr!important; align-items:start; font-weight:500!important; color:var(--muted-dark); }
.consent input { margin-top:5px; }
.form-note { margin:0; color:var(--muted-dark); font-size:11px; }
.form-success { position:absolute; inset:0; z-index:2; padding:60px; border-radius:var(--radius); background:var(--acid); }
.form-success > span { display:grid; place-items:center; width:55px; height:55px; border-radius:50%; background:var(--ink); color:var(--acid); }
.form-success h2 { margin:60px 0 10px; font-size:48px; letter-spacing:-.06em; }
.form-success p { max-width:550px; }
.contact-aside { padding:40px; border-radius:var(--radius); color:var(--white); background:var(--ink); }
.contact-aside .eyebrow { color:var(--acid); }
.contact-aside h2 { font-size:clamp(25px,3vw,40px); overflow-wrap:anywhere; letter-spacing:-.05em; }
.contact-aside p, .contact-aside li { color:var(--muted); font-size:14px; }
.aside-rule { height:1px; margin:40px 0; background:var(--line); }
.contact-aside ul { padding-left:18px; }

.legal { max-width:850px; padding-block:95px 130px; }
.legal > p:first-child { font-size:21px; color:var(--muted-dark); }
.legal h2 { margin:55px 0 12px; font-size:30px; letter-spacing:-.04em; }
.legal p { color:#424a40; }

.site-footer { padding:90px 0 28px; color:var(--white); background:var(--ink); }
.footer-main { display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:5vw; padding-bottom:70px; }
.footer-brand { margin-bottom:24px; }
.footer-main > div:first-child p { max-width:310px; color:var(--muted); }
.footer-main > div:not(:first-child) { display:flex; flex-direction:column; gap:10px; }
.footer-main a, .footer-main span { color:#adb5aa; font-size:13px; }
.footer-main a:hover { color:var(--acid); }
.footer-label { color:#667061!important; font:10px var(--mono)!important; text-transform:uppercase; letter-spacing:.1em; }
.footer-bottom { display:flex; justify-content:space-between; padding-top:25px; border-top:1px solid var(--line); color:#667061; font-size:11px; }
.footer-bottom div { display:flex; gap:22px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity:1; transform:none; }

@keyframes pulse { 50% { box-shadow:0 0 0 12px rgba(223,255,83,0); } }
@keyframes orbit { to { transform:rotate(360deg) translateX(25px) rotate(-360deg); } }
@keyframes draw { to { stroke-dashoffset:0; } }
@keyframes faqAnswerIn {
  from { opacity:0; transform:translateY(-8px); }
  to { opacity:1; transform:none; }
}

@media (max-width:1100px) {
  .site-header { grid-template-columns:1fr auto; }
  .site-header nav { display:none; }
  .nav-cta { margin-left:auto; }
  .hero { grid-template-columns:1fr; padding-top:145px; }
  .hero-copy { max-width:900px; padding:0; }
  .hero-title { font-size:clamp(58px,9vw,90px); }
  .hero-art { width:80%; margin:45px auto 0; }
  .section-head { grid-template-columns:.5fr 1.5fr; }
  .section-head > p:last-child { grid-column:2; }
  .industry-grid, .process-grid { grid-template-columns:repeat(2,1fr); }
  .benchmark-grid, .faq-grid, .founder-grid, .contact-grid { grid-template-columns:1fr; }
  .faq-grid .section-head { position:static; }
  .pricing-grid { grid-template-columns:1fr; max-width:720px; margin:auto; }
  .price-card.featured { transform:none; }
  .footer-main { grid-template-columns:1.3fr repeat(3,1fr); gap:30px; }
}

@media (max-width:760px) {
  .wrap { width:min(calc(100% - 34px), var(--max)); }
  .site-cursor { display:none; }
  .site-header { top:8px; width:calc(100% - 16px); min-height:62px; padding:8px 10px 8px 12px; border-radius:16px; }
  .brand { gap:9px; }
  .brand .brand-symbol { width:34px; height:34px; }
  .domain-main { font-size:16px; }
  .domain-tld { font-size:9px; }
  .nav-cta { display:none; }
  .menu-toggle { display:flex; flex-direction:column; justify-content:center; gap:7px; width:42px; height:42px; border:0; border-radius:11px; background:var(--acid); }
  .menu-toggle span { display:block; width:19px; height:2px; margin:auto; background:var(--ink); transition:transform .2s; }
  .site-header nav { position:fixed; display:flex; flex-direction:column; align-items:flex-start; gap:22px; top:70px; left:0; width:100%; padding:30px; border:1px solid var(--line); border-radius:16px; background:rgba(8,10,9,.98); transform:scaleY(0); transform-origin:top; opacity:0; pointer-events:none; transition:transform .25s,opacity .25s; }
  .site-header nav a { font-size:24px; font-weight:700; }
  .site-header.open nav { transform:scaleY(1); opacity:1; pointer-events:auto; }
  .hero { display:block; min-height:auto; padding:130px 17px 30px; }
  .hero-title { font-size:clamp(50px,15vw,74px); }
  .hero-lede { margin:26px 0; font-size:17px; }
  .hero-form { grid-template-columns:1fr; }
  .hero-form .micro { grid-column:1; }
  .hero-form .button { width:100%; }
  .hero-art { width:120%; margin:35px -10% 10px; }
  .hero-art img { aspect-ratio:1.2; }
  .metric-strip { grid-template-columns:repeat(2,1fr); margin-top:25px; }
  .metric-strip div { padding:17px 10px; border-bottom:1px solid var(--line); }
  .metric-strip div:first-child { padding-left:10px; }
  .source-note { padding-inline:10px; }
  .logo-cloud { grid-template-columns:1fr; gap:15px; padding:24px 17px; overflow:hidden; }
  .logo-cloud div { width:max-content; animation:ticker 25s linear infinite; }
  .section { padding:85px 0; }
  .section-head { display:block; margin-bottom:42px; }
  .section-head h2 { font-size:clamp(39px,12vw,60px); }
  .section-head > p:last-child { margin-top:22px; }
  .industry-grid, .process-grid, .quad-grid, .detail-grid, .triple-grid, .split-copy { grid-template-columns:1fr; }
  .industry-card { min-height:270px; border-left:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); }
  .industry-card h3, .process-step h3 { margin-top:70px; }
  .service-rail { margin-right:-17px; }
  .benchmark-grid { gap:60px; }
  .board-stats { grid-template-columns:1fr; }
  .story-card { grid-template-columns:45px 1fr; gap:15px; }
  .story-metrics { grid-column:2; }
  .process-step { min-height:260px; border-left:1px solid var(--line); border-bottom:1px solid var(--line); }
  .faq-list summary { grid-template-columns:30px 1fr auto; font-size:16px; }
  .faq-list details p { margin-left:48px; }
  .cta-band .wrap { align-items:flex-start; flex-direction:column; }
  .cta-band h2 { font-size:45px; }
  .page-hero { min-height:580px; padding-bottom:60px; }
  .page-hero h1 { font-size:clamp(55px,17vw,78px); }
  .detail-card { min-height:330px; }
  .diagnostic, .case-qa { grid-template-columns:1fr; }
  .source-panel { padding:30px; }
  .case-qa { gap:35px; padding:65px 0; }
  .case-qa header > span { margin-bottom:35px; }
  .field-row { grid-template-columns:1fr; }
  .form-success { padding:35px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-main > div:first-child { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; gap:10px; }
}

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