:root {
    --ink: #0b0b0c;
    --paper: #fff;
    --ivory: #f7f4eb;
    --lime: #d7ff45;
    --lime-dark: #b8e719;
    --blue: #285cff;
    --gray-700: #3f4249;
    --gray-500: #72757d;
    --gray-300: #cfd0d2;
    --gray-200: #e7e6e1;
    --radius: 16px;
    --container: 1360px;
    --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.public-container { width: min(calc(100% - clamp(96px, 14vw, 200px)), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 11px 16px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--gray-200); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 1.7rem; font-weight: 900; letter-spacing: -.065em; line-height: 1; text-decoration: none; }
.brand-dot { width: 12px; height: 12px; margin-top: 8px; border-radius: 50%; background: var(--lime); }
.site-nav { display: flex; align-items: center; gap: clamp(25px, 2.4vw, 42px); }
.site-nav > a:not(.nav-cta) { position: relative; text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--ink); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 12px; font-size: .95rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.nav-cta { min-height: 50px; padding-inline: 19px; color: white; background: var(--ink); }
.nav-cta svg, .button svg, .text-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #252528; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: var(--lime-dark); }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding: 13px 0 8px; border-bottom: 1px solid var(--ink); font-weight: 800; text-decoration: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--gray-300); border-radius: 50%; background: white; padding: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { overflow: hidden; padding: 52px 0 0; background: var(--paper); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0, .97fr) minmax(0, 1.03fr); align-items: center; gap: clamp(28px, 4vw, 74px); }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 46px 0 70px; }
.hero h1 { max-width: 770px; margin: 0 0 30px; font-size: clamp(3.75rem, 5.8vw, 6.15rem); line-height: .94; letter-spacing: -.073em; font-weight: 900; }
.hero-copy > p { max-width: 660px; margin: 0 0 34px; color: #22252b; font-size: clamp(1.15rem, 1.55vw, 1.4rem); line-height: 1.5; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.hero-media { min-width: 0; margin-right: 0; }
.hero-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; mix-blend-mode: multiply; }
.proof-rail { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--ink); }
.proof-label, .proof-note { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.proof-note { text-align: right; }
.proof-rail > div { display: flex; align-items: center; gap: clamp(13px, 1.6vw, 28px); font-size: .94rem; white-space: nowrap; }
.proof-rail i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.services-section { padding: 120px 0 132px; background: var(--ivory); }
.split-heading { display: grid; grid-template-columns: 1.18fr .72fr; align-items: end; gap: 90px; margin-bottom: 76px; }
.split-heading h2, .process-heading h2, .why-intro h2, .fit-grid h2, .faq-heading h2, .cta-inner h2 { margin: 0; font-size: clamp(3rem, 5.1vw, 5.65rem); line-height: .94; letter-spacing: -.065em; font-weight: 900; }
.split-heading p { margin: 0 0 8px; color: var(--gray-700); font-size: 1.18rem; line-height: 1.55; }
.services-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 40px 58px 1fr; gap: 20px; align-items: center; min-height: 126px; padding: 22px 0; border-bottom: 1px solid #aaa99f; }
.service-number { align-self: start; padding-top: 9px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .66rem; letter-spacing: .1em; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 12px; }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-row h3 { margin: 0 0 4px; font-size: 1.14rem; line-height: 1.2; }
.service-row p { margin: 0; color: var(--gray-700); font-size: .94rem; line-height: 1.45; }
.engine-visual { position: relative; min-height: 520px; }
.engine-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.engine-visual svg circle { fill: var(--ink); }
.engine-visual svg .blue { fill: var(--blue); stroke: none; }
.engine-source, .engine-output { position: absolute; z-index: 2; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.source-top { top: 15%; left: 0; }
.source-mid { top: 47%; left: 0; }
.source-bottom { bottom: 15%; left: 0; }
.engine-output { right: 0; top: 47%; transform: translateY(-50%); }
.engine-core { position: absolute; z-index: 3; top: 50%; left: 66%; display: flex; flex-direction: column; justify-content: space-between; width: 150px; height: 150px; padding: 24px; border-radius: 24px; background: var(--lime); transform: translate(-50%, -50%); font-size: 1.25rem; font-weight: 900; letter-spacing: -.04em; }
.engine-core small { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .57rem; font-weight: 700; line-height: 1.35; letter-spacing: .11em; text-transform: uppercase; }

.process-section { padding: 116px 0 122px; color: white; background: var(--ink); }
.process-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 90px; margin-bottom: 76px; }
.process-heading h2 { max-width: 930px; }
.process-heading p { margin: 0 0 8px; color: #c8c8cb; font-size: 1.12rem; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; min-height: 190px; padding: 35px 34px 0 0; border-top: 2px solid var(--lime); }
.process-list li:not(:last-child)::after { content: ''; position: absolute; top: -7px; right: 18px; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--ink); }
.process-list li > span { display: block; margin-bottom: 20px; color: var(--lime); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.process-list h3 { margin: 0 0 8px; font-size: 1.25rem; }
.process-list p { max-width: 255px; margin: 0; color: #b6b6bb; font-size: .9rem; line-height: 1.55; }

.pipeline-section { padding: 108px 0; background: var(--ivory); }
.pipeline-shell { padding: clamp(62px, 7vw, 96px) clamp(44px, 7vw, 96px); overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid #dfded8; border-radius: 28px; box-shadow: 0 18px 50px rgba(11,11,12,.055); }
.pipeline-heading { max-width: 760px; margin: 0 auto clamp(58px, 7vw, 82px); text-align: center; }
.pipeline-heading h2 { margin: 0 0 20px; font-size: clamp(3rem, 5vw, 5.25rem); line-height: .94; letter-spacing: -.065em; }
.pipeline-heading p { max-width: 620px; margin: 0 auto; color: var(--gray-700); font-size: 1.08rem; line-height: 1.55; }
.pipeline-grid { display: grid; grid-template-columns: minmax(330px, .86fr) minmax(430px, 1.14fr); gap: clamp(58px, 8vw, 116px); align-items: center; }
.pipeline-controls { display: grid; gap: 14px; }
.pipeline-control-group { padding: 20px; border: 1px dashed #b8b7b1; border-radius: 16px; }
.pipeline-group-label { margin: 0 0 14px; color: var(--gray-700); font-size: .76rem; font-weight: 700; }
.pipeline-stage-button { width: 100%; height: 58px; margin: 0 0 9px; padding: 17px 18px; overflow: hidden; color: var(--ink); background: #f0f0ed; border: 1px solid transparent; border-radius: 11px; text-align: left; cursor: pointer; transition: height .24s ease, background .24s ease, border-color .24s ease; }
.pipeline-stage-button:last-child { margin-bottom: 0; }
.pipeline-stage-button:hover, .pipeline-stage-button:focus-visible { background: #e6e6e2; border-color: #cbcac4; }
.pipeline-stage-button.is-active { height: 128px; background: #e4e4df; border-color: #cdccc5; }
.pipeline-stage-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .97rem; font-weight: 800; }
.pipeline-stage-title svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: #7d7d78; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: color .2s ease, transform .2s ease, stroke .2s ease; }
.pipeline-stage-button.is-active .pipeline-stage-title svg { stroke: var(--lime); transform: translateX(2px); }
.pipeline-stage-copy { display: block; height: 0; margin-top: 0; overflow: hidden; color: var(--gray-700); font-size: .84rem; line-height: 1.5; opacity: 0; transition: opacity .18s ease; }
.pipeline-stage-button.is-active .pipeline-stage-copy { height: auto; margin-top: 10px; opacity: 1; }
.pipeline-control-group-client { margin-top: 0; }

.pipeline-funnel { display: flex; align-items: center; flex-direction: column; min-width: 0; }
.pipeline-funnel-note { max-width: 360px; margin: 0 0 18px; color: var(--gray-500); font-size: .68rem; line-height: 1.4; text-align: center; }
.funnel-stage { display: grid; place-items: center; min-height: 88px; padding: 17px 54px; color: var(--ink); background: #ecece8; clip-path: polygon(3.5% 0, 96.5% 0, 88% 100%, 12% 100%); text-align: center; transition: width .28s ease, background .24s ease, color .24s ease, transform .24s ease; }
.funnel-stage.is-active { color: var(--ink); background: var(--lime); transform: scale(1.025); }
.funnel-stage span { display: block; margin-bottom: 4px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.funnel-stage strong { max-width: 350px; font-size: 1rem; line-height: 1.35; }
.funnel-stage-one { width: 100%; }
.funnel-stage-two { width: 90%; }
.funnel-stage-three { width: 80%; }
.funnel-stage-four { width: 70%; }
.funnel-connector { position: relative; z-index: 4; display: grid; place-items: start center; width: 136px; height: 38px; margin: 0; padding: 7px 10px 12px; color: white; background: #323235; clip-path: polygon(0 0, 100% 0, 50% 100%); font-size: .62rem; font-weight: 800; line-height: 1; white-space: nowrap; }

.why-section { padding: 126px 0 132px; background: #f4f4f3; }
.why-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(540px, 1.22fr); align-items: start; gap: clamp(72px, 9vw, 142px); }
.why-intro { position: sticky; top: calc(var(--header-height) + 44px); }
.why-intro h2 { max-width: 610px; margin-bottom: 28px; }
.why-intro > p { max-width: 540px; margin: 0 0 36px; color: var(--gray-700); font-size: 1.16rem; line-height: 1.55; }
.why-card-stack { display: grid; gap: 30px; min-width: 0; }
.why-card { overflow: hidden; background: white; border: 1px solid #e5e5e3; border-radius: 24px; box-shadow: 0 14px 36px rgba(11,11,12,.045); }
.why-card-visual { position: relative; min-height: 330px; overflow: hidden; color: white; background: #202022; border-radius: 22px 22px 0 0; isolation: isolate; }
.why-card-visual::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 45%, rgba(215,255,69,.08), transparent 40%); }
.why-card-copy { padding: 30px 34px 36px; }
.why-card-copy > span { color: var(--gray-500); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .67rem; font-weight: 700; letter-spacing: .15em; }
.why-card-copy h3 { margin: 12px 0 10px; font-size: clamp(1.7rem, 2.5vw, 2.35rem); line-height: 1.05; letter-spacing: -.045em; }
.why-card-copy p { max-width: 670px; margin: 0; color: var(--gray-700); font-size: 1rem; line-height: 1.55; }
.why-card-visual svg { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; fill: none; stroke: #545458; stroke-width: 1.2; }
.target-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid #535357; border-radius: 50%; color: #d6d6d8; background: #29292c; font-size: .72rem; font-weight: 800; }
.target-node-one { top: 42px; left: 12%; }
.target-node-two { top: 42px; right: 12%; }
.target-node-three { bottom: 38px; left: 16%; }
.target-center { position: absolute; top: 50%; left: 53%; z-index: 2; display: grid; place-items: center; width: 146px; height: 146px; border-radius: 26px; color: var(--ink); background: var(--lime); transform: translate(-50%, -50%); text-align: center; font-size: 1.22rem; font-weight: 900; line-height: 1.05; letter-spacing: -.035em; box-shadow: 0 18px 48px rgba(0,0,0,.3); }
.outreach-channel { position: absolute; z-index: 2; padding: 11px 15px; border: 1px solid #525256; border-radius: 999px; color: #d6d6d8; background: #29292c; font-size: .7rem; font-weight: 800; }
.channel-email { top: 42px; left: 7%; }
.channel-network { top: 42px; right: 7%; }
.channel-followup { bottom: 37px; left: 8%; }
.outreach-message { position: absolute; top: 50%; left: 53%; z-index: 2; width: min(50%, 320px); padding: 25px; border: 1px solid #5b5b60; border-radius: 17px; background: #2d2d30; transform: translate(-50%, -50%); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.outreach-message small { display: block; margin-bottom: 13px; color: var(--lime); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.outreach-message strong { display: block; font-size: 1.03rem; line-height: 1.25; }
.outreach-message i { display: block; width: 88%; height: 5px; margin-top: 17px; border-radius: 9px; background: #515156; }
.outreach-message i + i { width: 60%; margin-top: 8px; }
.handoff-label { position: absolute; top: 35px; left: 50%; color: #a8a8ad; transform: translateX(-50%); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.handoff-contact, .handoff-calendar { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
.handoff-contact { left: 7%; display: flex; align-items: center; gap: 14px; width: 45%; padding: 20px; border: 1px solid #57575c; border-radius: 17px; background: #2b2b2e; }
.handoff-contact > i { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); }
.handoff-contact span { display: grid; gap: 4px; }
.handoff-contact strong { font-size: .86rem; }
.handoff-contact small, .handoff-calendar small { color: #a9a9ad; font-size: .66rem; }
.handoff-calendar { right: 7%; display: grid; width: 29%; min-height: 150px; padding: 17px; border-radius: 18px; color: var(--ink); background: var(--lime); text-align: center; }
.handoff-calendar span { font-size: .68rem; font-weight: 800; }
.handoff-calendar strong { align-self: center; font-size: 3rem; line-height: 1; }
.handoff-calendar small { color: #303033; }

.fit-section { padding: 110px 0; background: #e8f5c6; color: var(--ink); }
.fit-grid { display: grid; grid-template-columns: 1.08fr .7fr; gap: 110px; align-items: start; }
.fit-grid h2 { max-width: 790px; }
.fit-copy > p { margin: 0 0 30px; font-size: 1.2rem; line-height: 1.55; }
.fit-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,11,12,.35); }
.fit-copy li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid rgba(11,11,12,.35); font-weight: 700; }
.fit-copy li::before { content: ''; position: absolute; left: 1px; top: 23px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }

.faq-section { padding: 122px 0 132px; background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-height) + 40px); }
.faq-heading h2 { margin-bottom: 25px; }
.faq-heading p { max-width: 390px; margin: 0; color: var(--gray-700); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 4px; cursor: pointer; list-style: none; font-size: 1.2rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 10px; left: 2px; width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details > p { max-width: 690px; margin: -4px 55px 28px 4px; color: var(--gray-700); line-height: 1.65; }

.cta-section { position: relative; overflow: hidden; padding: 104px 0 116px; color: white; background: var(--ink); }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.cta-inner h2 { max-width: 980px; margin-bottom: 18px; }
.cta-inner p { margin: 0; color: #c8c8cb; font-size: 1.18rem; }
.cta-inner .button { flex: 0 0 auto; min-height: 60px; }
.signal-lines { position: absolute; z-index: 1; right: -7%; bottom: -140px; width: 52%; height: 260px; transform: rotate(-5deg); }
.signal-lines i { position: absolute; left: 0; right: 0; height: 1px; border-top: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.signal-lines i:nth-child(1) { top: 0; transform: rotate(6deg); }
.signal-lines i:nth-child(2) { top: 60px; transform: rotate(-5deg); border-style: dashed; }
.signal-lines i:nth-child(3) { top: 130px; transform: rotate(8deg); }
.signal-lines b { position: absolute; width: 13px; height: 13px; border-radius: 50%; }
.signal-lines b:nth-of-type(1) { left: 36%; top: 39px; background: var(--blue); }
.signal-lines b:nth-of-type(2) { left: 65%; top: 104px; background: var(--lime); }
.signal-lines b:nth-of-type(3) { right: 10%; top: 4px; background: white; }

.site-footer { padding: 30px 0; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px; }
.footer-inner .site-brand { font-size: 1.35rem; }
.footer-inner .brand-dot { width: 9px; height: 9px; margin-top: 6px; }
.footer-inner p { margin: 0; color: var(--gray-700); font-size: .83rem; }
.footer-inner nav { display: flex; gap: 24px; }
.footer-inner nav a { font-size: .78rem; font-weight: 700; text-decoration: none; }
.footer-inner small { padding-left: 30px; border-left: 1px solid var(--gray-300); color: var(--gray-500); }

body.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
body.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

.state-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--ivory); }
.state-card { width: min(100%, 530px); padding: 54px; text-align: center; background: white; border: 1px solid var(--gray-300); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(20,20,20,.08); }
.state-card .brand-mark { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 24px; border-radius: 12px; color: var(--ink); background: var(--lime); font-weight: 900; }
.state-card h1 { margin: 0 0 10px; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.1; letter-spacing: -.04em; }
.state-card p { margin: 0; color: var(--gray-700); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

@media (max-width: 1100px) {
    .public-container { width: min(calc(100% - 64px), var(--container)); }
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: clamp(3.4rem, 6.7vw, 5.2rem); }
    .hero-media { margin-right: 0; }
    .proof-note { display: none; }
    .proof-rail { grid-template-columns: auto 1fr; }
    .services-layout { gap: 60px; }
    .engine-core { left: 65%; width: 130px; height: 130px; padding: 20px; }
    .footer-inner { grid-template-columns: auto 1fr auto; }
    .footer-inner nav { display: none; }
}

@media (max-width: 1000px) {
    :root { --header-height: 74px; }
    .public-container { width: min(calc(100% - 36px), var(--container)); }
    .nav-toggle { display: block; }
    .site-nav { position: absolute; z-index: 5; top: 100%; left: 0; right: 0; min-height: calc(100vh - var(--header-height)); display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 32px 18px; background: white; opacity: 0; transform: translateY(-12px); visibility: hidden; pointer-events: none; transition: transform .25s ease, opacity .2s ease, visibility .25s ease; }
    .site-nav.is-open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
    .site-nav > a:not(.nav-cta) { padding: 18px 8px; border-bottom: 1px solid var(--gray-200); font-size: 1.35rem; }
    .site-nav > a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 24px; }
    .hero { padding-top: 18px; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
    .hero-copy { padding: 55px 0 16px; }
    .hero h1 { max-width: 720px; font-size: clamp(3.45rem, 10.5vw, 5.2rem); }
    .hero-copy > p { max-width: 650px; }
    .hero-media { width: min(780px, 110%); margin: -14px auto 0; }
    .proof-rail { grid-template-columns: 1fr; gap: 12px; padding: 23px 0; }
    .proof-rail > div { flex-wrap: wrap; white-space: normal; }
    .split-heading, .process-heading, .fit-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }
    .pipeline-grid { grid-template-columns: 1fr; gap: 58px; }
    .pipeline-controls { width: min(100%, 620px); margin-inline: auto; }
    .pipeline-funnel { width: min(100%, 620px); margin-inline: auto; }
    .services-layout { grid-template-columns: 1fr; gap: 70px; }
    .engine-visual { width: min(100%, 620px); margin-inline: auto; }
    .process-list { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
    .why-layout { grid-template-columns: 1fr; gap: 54px; }
    .why-intro { position: static; }
    .why-intro > p { max-width: 650px; }
    .faq-heading { position: static; }
    .cta-inner { align-items: flex-start; flex-direction: column; gap: 34px; }
    .footer-inner { grid-template-columns: 1fr auto; }
    .footer-inner p { display: none; }
}

@media (max-width: 560px) {
    .site-brand { font-size: 1.45rem; }
    .brand-dot { width: 10px; height: 10px; }
    .hero-copy { padding-top: 42px; }
    .hero h1 { overflow-wrap: break-word; font-size: clamp(2.75rem, 12vw, 3.45rem); line-height: .92; }
    .hero-copy > p { font-size: 1.08rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
    .hero-actions .button { width: 100%; }
    .hero-media { width: 100%; margin: 0; }
    .proof-rail > div { gap: 11px 15px; font-size: .84rem; }
    .services-section, .process-section, .why-section, .fit-section, .faq-section { padding: 82px 0; }
    .pipeline-section { padding: 48px 0; background: var(--ivory); }
    .pipeline-shell { width: 100%; padding: 62px 18px 68px; border-radius: 20px; }
    .pipeline-heading { margin-bottom: 48px; }
    .pipeline-heading h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .pipeline-control-group { padding: 13px; }
    .pipeline-stage-button { height: 58px; padding: 16px 15px; }
    .pipeline-stage-button.is-active { height: 138px; }
    .funnel-stage { min-height: 82px; padding-inline: 36px; }
    .funnel-stage strong { font-size: .9rem; }
    .funnel-stage-one { width: 100%; }
    .funnel-stage-two { width: 94%; }
    .funnel-stage-three { width: 88%; }
    .funnel-stage-four { width: 82%; }
    .split-heading { margin-bottom: 48px; }
    .split-heading h2, .process-heading h2, .why-intro h2, .fit-grid h2, .faq-heading h2, .cta-inner h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .service-row { grid-template-columns: 28px 48px 1fr; gap: 13px; min-height: 140px; }
    .service-icon { width: 46px; height: 46px; }
    .service-row p { font-size: .86rem; }
    .engine-visual { min-height: 390px; transform: scale(.94); }
    .engine-core { width: 112px; height: 112px; padding: 16px; font-size: 1rem; border-radius: 18px; }
    .engine-output { right: -2%; }
    .process-list { grid-template-columns: 1fr; gap: 12px; }
    .process-list li { min-height: auto; padding: 26px 0 30px; }
    .process-list li:not(:last-child)::after { right: 4px; }
    .why-intro .button { width: 100%; }
    .why-card-stack { gap: 20px; }
    .why-card { border-radius: 18px; }
    .why-card-visual { min-height: 270px; border-radius: 17px 17px 0 0; }
    .why-card-copy { padding: 24px 22px 28px; }
    .target-node { width: 54px; height: 54px; font-size: .62rem; }
    .target-node-one, .target-node-two { top: 28px; }
    .target-node-three { bottom: 25px; }
    .target-center { width: 118px; height: 118px; border-radius: 21px; font-size: 1rem; }
    .outreach-message { left: 54%; width: 62%; padding: 19px; }
    .outreach-channel { padding: 8px 11px; font-size: .59rem; }
    .channel-email, .channel-network { top: 25px; }
    .channel-followup { bottom: 25px; }
    .handoff-contact { left: 5%; width: 58%; padding: 15px; }
    .handoff-contact > i { width: 35px; height: 35px; }
    .handoff-calendar { right: 5%; width: 30%; min-height: 128px; padding: 13px 8px; }
    .handoff-calendar strong { font-size: 2.3rem; }
    .faq-list summary { padding: 23px 2px; font-size: 1.05rem; }
    .faq-list details > p { margin-right: 35px; }
    .cta-section { padding: 80px 0 88px; }
    .cta-inner .button { width: 100%; }
    .footer-inner { grid-template-columns: 1fr; gap: 13px; }
    .footer-inner small { padding: 0; border: 0; }
}

@media (max-width: 420px) {
    .site-brand { min-width: 0; max-width: calc(100% - 62px); font-size: clamp(1.1rem, 5.7vw, 1.45rem); }
    .brand-word { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

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