:root {
  --ink: #0b2420;
  --ink-deep: #071914;
  --paper: #f4f1e8;
  --paper-bright: #fbfaf5;
  --lime: #c9ff4b;
  --aqua: #8ee8d6;
  --coral: #ff8064;
  --text: #10251f;
  --muted: #66716c;
  --line: rgba(11,36,32,.15);
  --line-dark: rgba(255,255,255,.14);
  --shell: min(1220px, calc(100% - 64px));
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7,25,20,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
p, h1, h2, h3, figure { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; background: var(--lime); color: var(--ink); padding: 12px 18px; z-index: 200; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; padding: 0 38px; position: fixed; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.09); transition: background .25s ease, height .25s ease, box-shadow .25s ease; }
.site-header.scrolled { height: 70px; background: rgba(7,25,20,.93); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand > span:last-child { display: grid; line-height: 1; gap: 4px; }
.brand strong { font-size: .83rem; letter-spacing: .08em; }
.brand small { font-family: "DM Mono", monospace; font-size: .52rem; color: var(--lime); letter-spacing: .18em; }
.brand-glyph { width: 29px; height: 30px; display: flex; align-items: end; gap: 3px; transform: skew(-14deg); }
.brand-glyph i { width: 6px; background: var(--lime); border-radius: 1px; }
.brand-glyph i:nth-child(1) { height: 9px; }.brand-glyph i:nth-child(2) { height: 17px; }.brand-glyph i:nth-child(3) { height: 27px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: .77rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: max-content; min-height: 52px; padding: 0 24px; border-radius: 100px; font-size: .79rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-nav { min-height: 42px; justify-self: end; padding-inline: 19px; color: var(--ink); background: white; }
.button-primary, .button-lime { color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(201,255,75,.16); }
.button-primary:hover, .button-lime:hover { box-shadow: 0 16px 42px rgba(201,255,75,.26); }
.button-dark { background: var(--ink); color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 50%; padding: 0; }
.menu-toggle span { display: block; width: 17px; height: 1px; background: white; margin: 5px auto; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 70px 0 0; z-index: 99; background: var(--ink-deep); color: white; padding: 36px 28px; }
.mobile-menu a { display: block; padding: 18px 0; font-size: 1.3rem; border-bottom: 1px solid var(--line-dark); }

.hero { min-height: 900px; position: relative; overflow: hidden; background: var(--ink-deep); color: white; }
.hero-grid { position: absolute; inset: 0; opacity: .11; 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 bottom, black, transparent 88%); }
.hero-glow { position: absolute; width: 680px; height: 680px; border-radius: 50%; right: -190px; top: -200px; background: rgba(142,232,214,.11); filter: blur(90px); }
.hero-layout { position: relative; min-height: 900px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; padding: 130px 0 78px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { font-family: "DM Mono", monospace; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.62); margin-bottom: 27px; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(201,255,75,.08); }
.hero h1 { max-width: 780px; font-size: clamp(4.2rem, 5.7vw, 6.2rem); line-height: .92; letter-spacing: -.073em; font-weight: 700; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 680px; margin-top: 28px; font-size: 1.03rem; line-height: 1.65; color: rgba(255,255,255,.65); }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .79rem; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.hero .text-link { color: rgba(255,255,255,.72); }
.hero-trust { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 720px; }
.hero-trust div { display: grid; gap: 6px; }
.hero-trust strong { color: white; font-size: 1.05rem; }
.hero-trust span { max-width: 150px; color: rgba(255,255,255,.4); font-size: .68rem; line-height: 1.45; }
.hero-portrait { position: relative; min-height: 650px; display: grid; place-items: center; }
.portrait-frame { width: 430px; height: 560px; position: relative; border-radius: 220px 220px 28px 28px; background: linear-gradient(160deg, rgba(142,232,214,.23), rgba(201,255,75,.04)); border: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.portrait-frame:after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(7,25,20,.92)); }
.portrait-frame img { position: absolute; z-index: 2; width: 112%; max-width: none; left: 50%; bottom: -18px; transform: translateX(-50%); filter: contrast(1.03); }
.portrait-orbit { position: absolute; border: 1px solid rgba(201,255,75,.23); border-radius: 50%; }
.orbit-one { width: 370px; height: 370px; top: 52px; left: 30px; }
.orbit-two { width: 250px; height: 250px; top: 112px; left: 90px; }
.portrait-tag { position: absolute; z-index: 4; left: 25px; right: 25px; bottom: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 4px; }
.portrait-tag span { font-family: "DM Mono", monospace; font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; color: var(--lime); }
.portrait-tag strong { font-size: 1.15rem; }
.signal-card { position: absolute; z-index: 6; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); background: rgba(11,36,32,.75); backdrop-filter: blur(10px); border-radius: 8px; font-family: "DM Mono", monospace; font-size: .54rem; letter-spacing: .08em; color: rgba(255,255,255,.72); box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.signal-card span { color: var(--lime); margin-right: 8px; }
.signal-card-one { top: 95px; left: -2px; }.signal-card-two { right: -32px; top: 270px; }.signal-card-three { left: 30px; bottom: 34px; }
.reveal { animation: enter .8s both cubic-bezier(.2,.8,.2,1); }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }.delay-3 { animation-delay: .24s; }.delay-4 { animation-delay: .32s; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.audience-ribbon { background: var(--lime); color: var(--ink); }
.audience-ribbon .shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.audience-ribbon span { font-family: "DM Mono", monospace; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; opacity: .58; }
.audience-ribbon strong { font-size: .78rem; }
.audience-ribbon i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: .35; }

.section-paper { background: var(--paper); }
.context { padding: 145px 0; }
.context-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: end; }
.kicker { color: #69736e; margin-bottom: 22px; }
.kicker-light { color: var(--lime); }
h2 { font-size: clamp(3.1rem, 5.2vw, 5.7rem); line-height: .96; letter-spacing: -.068em; }
.context-copy { display: grid; gap: 22px; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.context-copy .large-copy { color: var(--text); font-size: 1.14rem; line-height: 1.55; font-weight: 600; }
.outcome-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.outcome-card { min-height: 340px; padding: 34px; background: var(--paper-bright); border: 1px solid var(--line); border-radius: var(--radius); position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.outcome-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: white; }
.card-number { font-family: "DM Mono", monospace; font-size: .6rem; color: #818984; }
.mini-icon { position: absolute; top: 25px; right: 25px; width: 43px; height: 43px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 1.1rem; }
.outcome-card h3 { margin-top: auto; font-size: 2.25rem; letter-spacing: -.05em; }
.outcome-card p { margin: 18px 0 27px; max-width: 530px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.outcome-card small { border-top: 1px solid var(--line); padding-top: 16px; font-family: "DM Mono", monospace; color: #79817d; font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }

.system-section { padding: 145px 0; color: white; background: var(--ink-deep); overflow: hidden; }
.system-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.system-copy p:not(.kicker) { margin: 30px 0; max-width: 560px; color: rgba(255,255,255,.56); line-height: 1.7; }
.light-link { color: white; }
.system-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.system-visual:before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(142,232,214,.08); filter: blur(50px); }
.system-rings i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.system-rings i:nth-child(1) { width: 550px; height: 550px; }.system-rings i:nth-child(2) { width: 410px; height: 410px; border-color: rgba(201,255,75,.23); }.system-rings i:nth-child(3) { width: 280px; height: 280px; }
.system-core { width: 245px; height: 245px; z-index: 2; border-radius: 50%; background: var(--lime); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 25px rgba(201,255,75,.035), 0 20px 65px rgba(0,0,0,.25); }
.system-core small { font-family: "DM Mono", monospace; font-size: .55rem; letter-spacing: .12em; }
.system-core strong { margin: 9px 0 3px; font-size: 2.2rem; letter-spacing: -.06em; }
.system-core span { font-size: .67rem; opacity: .64; }
.system-node { position: absolute; z-index: 3; padding: 11px 16px; border-radius: 100px; background: #15332d; border: 1px solid rgba(255,255,255,.15); font-family: "DM Mono", monospace; font-size: .58rem; letter-spacing: .11em; }
.node-top { top: 46px; }.node-right { right: 5px; }.node-bottom { bottom: 46px; }.node-left { left: 5px; }

.sector-section { padding: 145px 0; }
.sector-heading { display: grid; grid-template-columns: 1.2fr .48fr; gap: 100px; align-items: end; }
.sector-heading > p { color: var(--muted); line-height: 1.7; }
.sector-selector { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 75px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.sector-selector button { min-height: 76px; border: 0; padding: 12px; cursor: pointer; color: #5f6a65; background: var(--paper-bright); font-size: .75rem; font-weight: 800; transition: background .2s ease, color .2s ease; }
.sector-selector button[aria-selected="true"] { background: var(--ink); color: white; }
.sector-panel { min-height: 410px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding: 58px; margin-top: 14px; border-radius: var(--radius); color: white; background: var(--ink); position: relative; overflow: hidden; }
.sector-panel:after { content: ""; width: 400px; height: 400px; position: absolute; right: -170px; bottom: -230px; border-radius: 50%; border: 90px solid rgba(201,255,75,.08); }
.sector-panel > * { position: relative; z-index: 2; }
.sector-panel span { font-family: "DM Mono", monospace; font-size: .6rem; letter-spacing: .12em; color: var(--lime); }
.sector-panel h3 { margin: 18px 0; max-width: 660px; font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: 1; letter-spacing: -.06em; }
.sector-panel p { max-width: 620px; color: rgba(255,255,255,.57); line-height: 1.65; }
.sector-panel ul { list-style: none; margin: 0; padding: 0; }
.sector-panel li { padding: 17px 0 17px 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.7); font-size: .82rem; position: relative; }
.sector-panel li:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); position: absolute; left: 0; top: 24px; }

.approach-section { padding: 145px 0; background: var(--ink-deep); color: white; }
.approach-heading { max-width: 920px; }
.steps { margin-top: 95px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); }
.steps article { padding: 34px 28px 0 0; position: relative; }
.steps article:before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); position: absolute; top: -5px; box-shadow: 0 0 0 7px rgba(201,255,75,.06); }
.steps span { font-family: "DM Mono", monospace; font-size: .61rem; color: rgba(255,255,255,.33); }
.steps h3 { margin: 45px 0 16px; font-size: 1.6rem; }
.steps p { max-width: 245px; color: rgba(255,255,255,.48); font-size: .79rem; line-height: 1.65; }

.proof-section { padding: 120px 0; }
.proof-intro { display: grid; grid-template-columns: 1.2fr .5fr; gap: 100px; align-items: end; }
.proof-context { display: grid; gap: 24px; }
.proof-context > p:first-child { color: var(--muted); line-height: 1.7; }
.experience-line { padding-top: 19px; border-top: 1px solid var(--line); color: #354a43; font-size: .72rem; font-weight: 700; line-height: 1.7; }
.experience-line span { display: block; margin-bottom: 6px; color: #838b86; font-family: "DM Mono", monospace; font-size: .54rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.proof-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.proof-grid article { min-height: 255px; background: var(--paper-bright); padding: 28px; display: flex; flex-direction: column; }
.proof-grid strong { font-size: clamp(3rem, 4.6vw, 5rem); letter-spacing: -.08em; }
.proof-grid p { margin-top: auto; color: var(--text); font-size: .83rem; line-height: 1.55; }
.proof-grid span { margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); color: #7a837e; font-family: "DM Mono", monospace; font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-grid { margin-top: 15px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 12px; }
.testimonial { min-height: 285px; background: var(--ink); color: white; border-radius: var(--radius); padding: 31px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.testimonial-featured { background: var(--lime); color: var(--ink); }
.testimonial:after { content: "“"; position: absolute; right: 18px; top: -60px; font: 10rem Georgia, serif; opacity: .1; }
.testimonial blockquote { position: relative; z-index: 2; font-size: clamp(1.25rem, 1.7vw, 2rem); line-height: 1.3; letter-spacing: -.04em; }
.testimonial-featured blockquote { font-size: clamp(1.55rem, 2.3vw, 2.55rem); }
.testimonial figcaption { position: relative; z-index: 2; margin-top: auto; padding-top: 34px; font-size: .73rem; font-weight: 800; }
.testimonial figcaption span { margin-left: 8px; font-weight: 500; opacity: .6; }
.disclaimer { margin-top: 16px; color: #7b847f; font-size: .64rem; }

.jason-section { padding: 90px 0; background: var(--ink); color: white; }
.jason-layout { display: grid; grid-template-columns: minmax(340px, 430px) minmax(0, 1fr); gap: clamp(64px, 7vw, 112px); align-items: center; }
.jason-portrait { min-height: 520px; position: relative; border-radius: 220px 220px 24px 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #14332c; }
.image-backdrop { position: absolute; inset: 0; background-image: radial-gradient(circle at center, rgba(201,255,75,.16), transparent 55%), linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: auto, 36px 36px, 36px 36px; }
.jason-portrait img { position: absolute; width: 112%; max-width: none; left: 50%; bottom: 0; transform: translateX(-50%); }
.image-caption { position: absolute; inset: auto 24px 24px; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 21px; border: 1px solid var(--line-dark); background: rgba(7,25,20,.76); backdrop-filter: blur(12px); border-radius: 12px; }
.image-caption span { font-size: .77rem; font-weight: 800; }
.image-caption small { color: rgba(255,255,255,.47); font-size: .63rem; }
.jason-copy { min-width: 0; }
.jason-copy h2 { max-width: 760px; font-size: clamp(3rem, 3.4vw, 3.8rem); line-height: 1.01; letter-spacing: -.058em; text-wrap: balance; }
.jason-copy > p:not(.kicker) { margin-top: 20px; max-width: 710px; color: rgba(255,255,255,.76); font-size: .98rem; line-height: 1.68; }
.jason-copy > .jason-intro { color: rgba(255,255,255,.9); font-size: 1.04rem; }
.career-note { max-width: 760px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.career-label { display: block; padding: 15px 0 11px; color: var(--lime); font-family: "DM Mono", monospace; font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.career-row { display: grid; grid-template-columns: minmax(185px, .7fr) minmax(0, 1.3fr); gap: 26px; align-items: baseline; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); }
.career-row strong { color: white; font-size: .79rem; }
.career-row p { color: rgba(255,255,255,.56); font-size: .75rem; line-height: 1.55; }
.jason-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 28px; }
.jason-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; font-size: .63rem; color: rgba(255,255,255,.72); }

.faq-section { padding: 135px 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-layout h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 26px 45px 26px 0; font-size: 1rem; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 8px; font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { padding: 0 55px 28px 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }

.final-cta { padding: 115px 0; background: var(--lime); }
.final-cta .kicker { color: rgba(11,36,32,.6); }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .55fr; gap: 100px; align-items: center; }
.cta-copy p { margin-bottom: 28px; color: rgba(11,36,32,.67); line-height: 1.65; }
.site-footer { padding: 75px 0 28px; background: #04110e; color: white; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3,.55fr); gap: 55px; }
.footer-main p { max-width: 350px; margin-top: 20px; color: rgba(255,255,255,.4); font-size: .8rem; line-height: 1.65; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-top > div:not(:first-child) > span { margin-bottom: 7px; font-family: "DM Mono", monospace; color: var(--lime); font-size: .57rem; letter-spacing: .12em; }
.footer-top a, .footer-top p { color: rgba(255,255,255,.56); font-size: .75rem; line-height: 1.7; }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: .62rem; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .desktop-nav, .button-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 850px; }
  .hero-portrait { min-height: 620px; }
  .portrait-frame { width: min(480px, 80vw); }
  .context-layout, .system-layout, .sector-heading, .proof-intro, .jason-layout, .faq-layout, .final-cta-inner { grid-template-columns: 1fr; gap: 55px; }
  .system-copy { max-width: 760px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-featured { grid-column: 1 / -1; }
  .jason-portrait { min-height: 620px; width: min(540px, 100%); }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1220px); --radius: 17px; }
  .site-header { height: 70px; padding-inline: 16px; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { padding: 128px 0 75px; gap: 30px; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 4.6rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-lede { color: rgba(255,255,255,.73); }
  .hero-trust { grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 42px; padding-top: 20px; }
  .hero-trust div { display: grid; align-content: start; gap: 5px; }
  .hero-trust strong { font-size: .83rem; }
  .hero-trust span { max-width: none; font-size: .56rem; }
  .hero-portrait { min-height: 410px; margin-top: 8px; }
  .portrait-frame { width: min(330px, 92vw); height: 400px; background: linear-gradient(160deg, rgba(142,232,214,.3), rgba(201,255,75,.07)); }
  .portrait-frame img { width: 120%; bottom: -8px; }
  .signal-card { display: none; }
  .audience-ribbon .shell { min-height: 92px; flex-wrap: wrap; justify-content: flex-start; gap: 11px 15px; padding: 18px 0; }
  .audience-ribbon span { width: 100%; }
  .audience-ribbon i { display: none; }
  .audience-ribbon strong { font-size: .7rem; padding-right: 12px; border-right: 1px solid rgba(11,36,32,.3); }
  .context, .system-section, .sector-section, .approach-section, .proof-section, .jason-section, .faq-section { padding: 95px 0; }
  h2 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .outcome-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .outcome-card { min-height: 315px; padding: 27px; }
  .outcome-card h3 { font-size: 2rem; }
  .system-visual { min-height: 480px; transform: scale(.8); margin: -45px -60px; }
  .sector-selector { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .sector-selector button { min-height: 68px; font-size: .68rem; }
  .sector-panel { grid-template-columns: 1fr; gap: 36px; min-height: auto; padding: 32px 25px; }
  .sector-panel h3 { font-size: 2.65rem; }
  .steps { grid-template-columns: 1fr; border-top: 0; margin-top: 60px; }
  .steps article { border-top: 1px solid var(--line-dark); padding: 28px 0; }
  .steps article:before { top: -5px; }
  .steps h3 { margin-top: 25px; }
  .steps p { max-width: 500px; }
  .proof-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .proof-grid article { min-height: 220px; }
  .testimonial { padding: 34px 25px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-featured { grid-column: auto; }
  .testimonial figcaption span { display: block; margin: 5px 0 0; }
  .jason-portrait { min-height: 500px; }
  .image-caption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .jason-copy h2 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .jason-copy > p:not(.kicker), .jason-copy > .jason-intro { font-size: .88rem; line-height: 1.65; }
  .career-row { grid-template-columns: 1fr; gap: 6px; }
  .faq-layout { gap: 45px; }
  .final-cta { padding: 85px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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