@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/poppins-400-078a838f.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/poppins-500-72d422ca.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/poppins-600-65221c19.woff2) format('woff2');
}

:root {
 --bg: #000000;
 --surface: #000000;
 --fg: #ffffff;
 --muted: var(--fg);
 --border: #dbdbdb;
 --accent: #ff6900;
 --accent-secondary: #0693e3;
 --font-display: Poppins, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
 --font-body: Poppins, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
 --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
 --radius: 8px;
 --surface-1: oklch(0.16 0 0);
 --surface-2: oklch(0.20 0 0);
 --line-soft: oklch(0.29 0 0);
 --line-strong: oklch(0.43 0 0);
 --copy: var(--fg);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:136px}
body{margin:0;background:var(--bg);color:var(--fg);font:400 16px/1.65 var(--font-body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a,input,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
figure,p,h1,h2,h3,dl,dd{margin:0}
ul,ol{padding-left:20px}
p{max-width:65ch;color:var(--copy)}
h1,h2,h3{font-family:var(--font-display);font-weight:500;text-wrap:balance}
h1{font-size:clamp(42px,4.5vw,68px);line-height:1.12;letter-spacing:-.035em}
h2{font-size:clamp(30px,3vw,44px);line-height:1.2;letter-spacing:-.025em}
h3{font-size:22px;line-height:1.35;letter-spacing:-.015em}
a,button{transition:background .18s,border-color .18s,transform .18s}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
a:hover{color:var(--fg)}
[hidden]{display:none!important}
.section-inner,.header-inner,.footer-inner,.footer-bottom{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.section{padding:112px 0;border-top:1px solid var(--line-soft)}
.cap-label,.eyebrow,.hero-support-label{display:block;font-size:13px;font-weight:500;letter-spacing:.1em;line-height:1.6;text-transform:uppercase;color:var(--copy);margin-bottom:24px}
.eyebrow{color:var(--fg)}
.section-heading{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:end;gap:80px;margin-bottom:56px}
.section-heading h2{max-width:23ch}
.aside-copy{font-size:15px}
.section-heading p{padding-bottom:4px}
.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line-soft)}
.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand-lockup{display:block;flex-shrink:0;width:224px}
.brand-logo{width:100%}
.nav{display:flex;align-items:center;gap:40px}
.nav-links{display:flex;gap:28px;align-items:center}
.nav a{font-size:14px;font-weight:500;letter-spacing:.02em;min-height:44px;display:inline-flex;align-items:center;position:relative}
.nav-links a:hover::after,.nav-links a[aria-current]::after{content:"";position:absolute;bottom:4px;left:0;right:0;height:1px;background:var(--fg)}
.header-cta{gap:24px;background:var(--accent);color:oklch(0% 0 0);border:1px solid var(--accent);border-radius:var(--radius);padding:0 18px}
.header-cta:hover{background:oklch(from var(--accent) calc(l + .08) c h);color:oklch(0% 0 0);border-color:var(--accent)}
.header-cta:active{background:var(--accent);color:oklch(0% 0 0)}
.nav-toggle{display:none}
.hero{padding:80px 0 72px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:36px;align-items:center}
.hero-copy .eyebrow{margin-bottom:28px}
.headline-tail{display:block;font-size:.55em;line-height:1.3;letter-spacing:-.025em;color:var(--copy);margin-top:18px;max-width:20ch}
.hero-copy>p{font-size:15px;max-width:57ch;margin-top:28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:32px}
.primary-button,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--accent);color:var(--bg);border:1px solid var(--accent);border-radius:var(--radius);padding:16px 20px;font-size:14px;line-height:1.5;font-weight:600;letter-spacing:.02em;min-height:52px}
.primary-button:hover,.button:hover{background:oklch(from var(--accent) calc(l + .08) c h);color:var(--bg);border-color:transparent;transform:translateY(-2px)}
.primary-button:disabled{opacity:.6;cursor:wait;transform:none}
.secondary-button,.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;font-size:14px;letter-spacing:.02em;font-weight:500;border-bottom:1px solid var(--line-strong)}
.secondary-button:hover,.text-link:hover{border-color:var(--fg);background:var(--surface-1)}
.primary-button span,.text-link span{font-size:20px}
.credentials{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.proof-chip{padding:32px 32px 32px 0;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}
.proof-chip+ .proof-chip{padding-left:32px;border-left:1px solid var(--line-soft)}
.proof-chip strong{font-size:19px;font-weight:500;line-height:1.3;max-width:10ch}
.proof-chip span{font-size:13px;color:var(--copy);line-height:1.6;max-width:24ch}

.architecture-intro{border-top:0}
.intro-heading{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start;margin-bottom:56px}
.intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:64px;align-items:start}
.human-image img{height:520px;width:100%;object-fit:cover;object-position:74% center;border-radius:var(--radius)}
.human-image figcaption{font-size:12px;letter-spacing:.1em;margin-top:16px;color:var(--copy)}
.intro-copy>p{font-size:16px;margin-bottom:32px}
.hero-support-copy{padding-top:24px;border-top:1px solid var(--line-soft)}
.hero-support-label{margin-bottom:12px}
.hero-support-copy p{font-size:15px}
.hero-support-list{list-style:none;padding:0;margin:24px 0 0}
.hero-support-list li{display:grid;gap:8px;padding:18px 0;border-bottom:1px solid var(--line-soft)}
.hero-support-list strong{font-weight:500;font-size:16px}
.hero-support-list span{color:var(--copy);font-size:15px}
.three-up{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}
.card{padding:36px 32px;display:flex;flex-direction:column}
.card:first-child{padding-left:0}
.card:last-child{padding-right:0}
.card+.card{border-left:1px solid var(--line-soft)}
.service-number{font-size:12px;color:var(--copy);letter-spacing:.1em;margin-bottom:48px}
.card h3{max-width:18ch;margin-bottom:20px;font-size:26px}
.card p{font-size:15px}
.card ul{padding-left:16px;color:var(--copy);font-size:14px;margin:24px 0 32px}
.card li+li{margin-top:12px}
.card .text-link{margin-top:auto}
.surface,[data-tone="surface"]{background:var(--surface-1)}
.tabs-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.65fr);gap:64px}
.tab-list{display:flex;flex-direction:column}
.chip-button{padding:24px 20px;text-align:left;color:var(--copy);background:transparent;border:0;border-bottom:1px solid var(--line-strong);font-size:16px;font-weight:500;letter-spacing:.02em;min-height:100px;border-radius:var(--radius)}
.chip-button small{font-size:13px;display:block;margin-top:8px;font-weight:400;letter-spacing:0}
.chip-button[aria-selected="true"]{color:var(--fg);background:var(--surface-2);box-shadow:inset 0 0 0 1px var(--line-strong)}
.chip-button:hover{background:oklch(.26 0 0);color:var(--fg)}
.tab-panel{padding:4px 0}
.tab-panel>strong{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;color:var(--copy)}
.tab-panel h3{margin:20px 0;font-size:30px;max-width:30ch}
.tab-panel>p{font-size:15px}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line-strong)}
.mini-card>span{font-size:13px;font-weight:500}
.mini-card p{font-size:14px;margin-top:8px}
.plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.plan-card{border-top:1px solid var(--line-strong);padding-top:24px}
.plan-step{font-size:13px;color:var(--copy);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:40px}
.plan-card h3{max-width:15ch;margin-bottom:20px}
.plan-card p{font-size:15px}
.signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.signal-card{border:1px solid var(--line-strong);border-radius:var(--radius);padding:32px;min-width:0}
.signal-card:last-child{background:var(--surface-2)}
.signal-card header{display:flex;justify-content:space-between;gap:24px;align-items:start;padding-bottom:24px}
.signal-card h3{font-size:22px;max-width:18ch}
.signal-tag{color:var(--copy);font-size:12px;white-space:normal;line-height:1.5;border:1px solid var(--line-strong);border-radius:var(--radius);padding:6px 10px;flex-shrink:0;max-width:94px}
.signal-card dl>div{padding:20px 0;border-top:1px solid var(--line-strong)}
.signal-card dt{font-size:14px;font-weight:500;margin-bottom:8px}
.signal-card dd{font-size:15px;color:var(--copy)}
.faq-stack{border-top:1px solid var(--line-strong)}
.faq-item{border-bottom:1px solid var(--line-strong)}
.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:32px;background:none;color:var(--fg);border:0;width:100%;text-align:left;padding:26px 0;font-size:17px;font-weight:500;letter-spacing:.02em}
.faq-item summary:hover{background:var(--surface-1)}
.faq-plus{font-size:26px;transition:transform .2s}
.faq-item[open] .faq-plus{transform:rotate(45deg)}
.faq-answer{color:var(--copy);max-width:82ch;font-size:15px;padding:0 32px 28px 0}
.faq-item[open] .faq-answer{display:block}
.cta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:start}
.cta-copy h2{max-width:22ch}
.cta-copy>p{margin-top:24px}
.cta-points{margin-top:32px}
.cta-point{font-size:15px;color:var(--copy);border-top:1px solid var(--line-strong);padding:16px 0}
.contact-panel{padding:32px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg)}
.contact-panel h3{font-size:24px;margin-bottom:24px}
.contact-panel>p{font-size:15px;margin-bottom:32px}
.contact-panel .primary-button{width:100%}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.field{margin-bottom:20px;min-width:0}
label{display:block;font-size:14px;letter-spacing:.02em;margin-bottom:8px}
input:not([type="checkbox"]),textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-1);color:var(--fg);padding:12px 14px;min-height:48px;font-size:15px}
textarea{resize:vertical;min-height:140px}
textarea::placeholder{color:var(--copy);font-size:14px}
.interest-set{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.interest-set label,.consent-label{display:flex;gap:10px;align-items:center;min-height:44px;margin:0;color:var(--copy);font-size:13px;letter-spacing:0}
.interest-set label{border:1px solid var(--line-strong);border-radius:var(--radius);padding:10px;cursor:pointer}
.interest-set label:has(:checked){border-color:var(--fg);background:var(--surface-2);color:var(--fg)}
input[type="checkbox"]{flex-shrink:0;width:16px;height:16px;accent-color:var(--accent);margin:0}
.consent-label{margin-bottom:16px;align-items:start;cursor:pointer}
.consent-label input{margin-top:4px}
.form-actions{margin-top:24px}
.form-status{font-size:15px;margin-top:16px}
.form-status:empty{display:none}
.form-status[data-state="error"]{color:var(--fg);padding:12px;border:1px solid var(--accent);border-radius:var(--radius)}
.brand-closing-panel{display:flex;align-items:center;justify-content:space-between;gap:48px}
.brand-closing-copy h2{font-size:clamp(40px,5vw,72px);max-width:17ch}
.brand-closing-copy p{margin-top:24px;font-size:15px;max-width:65ch}
.closing-link{flex-shrink:0;width:88px;height:88px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius);font-size:48px}
.closing-link:hover{color:var(--bg);background:var(--fg)}
.site-footer{border-top:1px solid var(--line-soft);padding-top:56px}
.footer-inner{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:64px;padding-bottom:56px}
.footer-logo{width:230px}
.footer-inner p{font-size:14px;max-width:38ch;margin-top:24px}
.footer-links{display:flex;flex-direction:column;align-items:start}
.footer-links .cap-label{margin-bottom:16px}
.footer-links a{font-size:14px;min-height:44px;display:flex;align-items:center;gap:16px}
.footer-links a:hover{text-decoration:underline;text-underline-offset:5px}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line-soft);padding:24px 0;font-size:12px;color:var(--copy)}
.footer-bottom a{min-height:44px;display:flex;align-items:center}
.footer-bottom span{padding-top:12px}
.page-hero{padding:56px 0 80px}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:64px;align-items:center}
.breadcrumb{display:flex;gap:14px;color:var(--copy);align-items:center;font-size:13px;margin-bottom:36px;min-height:44px}
.breadcrumb a{display:inline-flex;min-height:44px;align-items:center}
.page-hero h1{font-size:clamp(38px,4vw,58px);line-height:1.15;max-width:22ch}
.hero-deck{font-size:18px;margin-top:24px;color:var(--fg);line-height:1.6}
.page-hero .lead{font-size:15px;margin-top:20px}
.page-hero .eyebrow{margin-bottom:20px}
.page-anchors{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px}
.anchor-card{font-size:13px;min-height:44px;display:flex;align-items:center;border-bottom:1px solid var(--line-strong)}
.anchor-card:hover{border-color:var(--fg)}
.pillars-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;counter-reset:pillar}
.pillar{border-top:1px solid var(--line-strong);padding-top:24px;counter-increment:pillar}
.pillar::before{content:'0' counter(pillar);font-size:13px;color:var(--copy);display:block;margin-bottom:32px}
.pillar h3{margin-bottom:16px}
.pillar p{font-size:15px}
.split-panel{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center}
.panel h2{max-width:25ch;margin-bottom:24px}
.panel p{font-size:15px}
.check-list{font-size:15px;color:var(--copy);padding-left:16px;margin-top:24px}
.check-list li+li{margin-top:16px}
.check-list strong{font-weight:500;color:var(--fg)}
.panel-accent{padding:32px;border:1px solid var(--line-strong);border-radius:var(--radius)}
.mini-stats>div{padding:24px 0;border-top:1px solid var(--line-strong)}
.mini-stats strong{display:block;font-size:22px;line-height:1.3;font-weight:500;margin-bottom:10px}
.mini-stats span{font-size:15px;color:var(--copy)}
.cta-band{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:64px;align-items:center}
.cta-band p{margin-top:20px;font-size:15px}
.cta-band .button,.cta-band .primary-button{justify-self:end;max-width:310px}
.session-outline{padding:40px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface-1)}
.session-outline h2{font-size:30px}
.session-outline ol{padding:0;list-style:none;margin:32px 0}
.session-outline li{display:flex;gap:20px;font-size:15px;border-top:1px solid var(--line-strong);padding:20px 0}
.session-outline li span{color:var(--copy);font-size:13px}
.approach-hero{border-top:0}
.approach-hero h1{max-width:18ch}
.approach-hero .lead{font-size:18px;max-width:58ch;margin:32px 0}
.skip-link{position:fixed;top:-100px;left:16px;background:var(--fg);color:var(--bg);padding:12px;z-index:100}
.skip-link:focus{top:16px;color:var(--bg)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;clip-path:inset(50%);overflow:hidden}

@media(min-width:1700px){.section-inner,.header-inner,.footer-inner,.footer-bottom{width:1440px}
.hero{padding:96px 0}
.hero h1{font-size:76px}
}

@media(max-width:1150px){.section-inner,.header-inner,.footer-inner,.footer-bottom{width:calc(100% - 64px)}
.header-inner{gap:24px}
.brand-lockup{width:190px}
.nav,.nav-links{gap:18px}
.nav a{font-size:13px}
.header-cta{gap:16px;padding:0 12px}
.hero-grid,.page-hero-grid{gap:32px}
.hero h1{font-size:54px}
.proof-chip{display:block}
.proof-chip strong{display:block;max-width:none;margin-bottom:10px}
.proof-chip span{display:block;max-width:28ch}
.section-heading{gap:40px}
.intro-grid,.tabs-layout,.cta-grid,.split-panel{gap:40px}
.card{padding:28px 24px}
.card h3{font-size:23px}
.plan-grid,.pillars-grid{gap:24px}
.footer-inner{gap:32px}
}

@media(max-width:900px){html{scroll-padding-top:120px}
.site-header{max-height:100vh;max-height:100dvh;overflow-y:auto}
.header-inner{min-height:88px;flex-wrap:wrap;position:relative}
.nav-toggle{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;padding:8px 14px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg);color:var(--fg);font-size:14px;letter-spacing:.02em}
.nav{display:none;width:100%;padding:0 0 24px;align-items:stretch}
.nav[data-open="true"]{display:flex;flex-direction:column}
.nav-links{flex-direction:column;align-items:stretch;gap:4px}
.nav a{font-size:15px;padding:10px 8px}
.header-cta{justify-content:space-between}
.hero h1{font-size:44px}
.hero-grid{grid-template-columns:1.1fr 1fr}
.hero-copy>p{font-size:15px}
.hero-actions{gap:12px}
.section{padding:80px 0}
.intro-heading{grid-template-columns:1fr;gap:0}
.intro-grid{gap:32px}
.human-image img{height:540px}
.three-up{grid-template-columns:1fr}
.card,.card:first-child,.card:last-child{padding:32px 0;display:grid;grid-template-columns:1fr 1.1fr;gap:20px 40px}
.card+.card{border-left:0;border-top:1px solid var(--line-soft)}
.service-number{margin-bottom:0;grid-column:1/-1}
.card h3{grid-column:1;grid-row:2}
.card p{grid-column:2;grid-row:2}
.card ul{grid-column:2;margin:0}
.card .text-link{grid-column:1;grid-row:3;align-self:end;justify-self:start}
.plan-grid,.pillars-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
.signal-card{padding:24px}
.signal-card header{display:block}
.signal-tag{display:inline-block;margin-top:16px}
.cta-grid,.split-panel,.page-hero-grid{grid-template-columns:1fr}
.page-hero h1{font-size:56px;max-width:24ch}
.hero-deck{max-width:48ch}
.page-hero .lead{max-width:68ch}
.cta-grid{gap:40px}
.footer-inner{grid-template-columns:1fr 1fr}
.footer-inner>div:first-child{grid-column:1/-1}
.footer-inner p{max-width:60ch}
.footer-bottom{flex-wrap:wrap;gap:8px 24px}
.contact-panel{max-width:none}
.cta-band{gap:32px}
.session-outline{max-width:600px}
}

@media(max-width:650px){.section-inner,.header-inner,.footer-inner,.footer-bottom{width:calc(100% - 40px)}
.hero{padding:48px 0 40px}
.hero-grid{grid-template-columns:1fr;gap:36px}
.hero h1{font-size:clamp(38px,8.8vw,54px);letter-spacing:-.035em}
.headline-tail{font-size:.6em;max-width:22ch}
.hero-copy .eyebrow{font-size:12px;margin-bottom:24px}
.hero-copy>p{font-size:15px;max-width:55ch}
.hero-actions{gap:16px}
.primary-button,.button{font-size:13px;gap:16px;padding:16px}
.hero-actions .primary-button{justify-content:center}
.proof-strip{grid-template-columns:1fr}
.proof-chip,.proof-chip+.proof-chip{padding:24px 0;display:grid;grid-template-columns:1fr 1.25fr;gap:24px;border-left:0;border-bottom:1px solid var(--line-soft)}
.proof-chip:last-child{border-bottom:0}
.proof-chip strong{font-size:18px;margin:0}
.proof-chip span{font-size:13px;max-width:none}
.section{padding:64px 0}
.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:36px}
.section-heading h2{max-width:26ch}
.cap-label,.eyebrow{margin-bottom:20px}
.intro-heading{margin-bottom:32px}
.intro-grid{grid-template-columns:1fr;gap:32px}
.human-image img{height:320px;object-position:74% center}
.intro-copy>p{font-size:16px}
.intro-heading h2{font-size:30px}
.card,.card:first-child,.card:last-child{display:flex;padding:32px 0;gap:0}
.service-number{margin-bottom:24px}
.card h3{max-width:22ch;margin-bottom:16px;font-size:25px}
.card p{font-size:15px}
.card ul{margin:24px 0}
.card .text-link{margin-top:0;align-self:stretch}
.tabs-layout{grid-template-columns:1fr;gap:32px}
.chip-button{min-height:84px;padding:18px;font-size:15px}
.tab-panel h3{font-size:25px}
.mini-grid{gap:24px}
.plan-grid{gap:32px 24px}
.plan-step{margin-bottom:28px}
.plan-card h3{font-size:19px}
.plan-card p{font-size:14px}
.signal-grid{grid-template-columns:1fr;gap:24px}
.signal-card header{display:flex}
.signal-tag{margin-top:0}
.faq-item summary{font-size:17px;gap:20px;padding:24px 0}
.faq-answer{font-size:15px;padding-right:0}
.cta-copy h2{max-width:26ch}
.contact-panel{padding:24px 20px}
.contact-panel h3{font-size:22px}
.brand-closing-panel{align-items:end;gap:20px}
.brand-closing-copy h2{font-size:38px;line-height:1.2;max-width:12ch}
.closing-link{width:52px;height:52px;font-size:30px}
.footer-inner{grid-template-columns:1fr;gap:32px;padding-bottom:32px}
.footer-inner>div:first-child{grid-column:auto}
.footer-links .cap-label{margin-bottom:8px}
.footer-bottom{font-size:12px;display:grid;gap:0}
.footer-bottom span{padding:4px 0}
.page-hero{padding:24px 0 48px}
.page-hero h1{font-size:40px}
.hero-deck{font-size:17px}
.page-hero-grid{gap:40px}
.breadcrumb{margin-bottom:24px}
.page-anchors{gap:20px}
.pillar h3{font-size:19px}
.pillar p{font-size:14px}
.pillars-grid{gap:32px 24px}
.panel-accent{padding:24px}
.cta-band{grid-template-columns:1fr;gap:28px}
.cta-band .button,.cta-band .primary-button{justify-self:start}
.session-outline{padding:28px 24px}
.session-outline h2{font-size:26px}
.field-grid{grid-template-columns:1fr;gap:0}
.interest-set{grid-template-columns:1fr}
.approach-hero h1{font-size:43px}
.approach-hero .lead{font-size:16px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important;animation:none!important}
}


/* Editorial refinement: contrasting paper and charcoal sections, with distinct photography. */
.light-section {
 --bg: oklch(100% 0 0);
 --surface: oklch(100% 0 0);
 --fg: oklch(0% 0 0);
 --copy: oklch(.39 0 0);
 --muted: oklch(.46 0 0);
 --surface-1: oklch(.97 0 0);
 --surface-2: oklch(.94 0 0);
 --line-soft: oklch(.89 0 0);
 --line-strong: oklch(.75 0 0);
 background:var(--bg);color:var(--fg);
}
.soft-section{--bg:oklch(.97 0 0);--surface-1:oklch(.94 0 0);--surface-2:oklch(100% 0 0);background:var(--bg)}
.light-section .primary-button,.light-section .button{color:oklch(0% 0 0)}
.light-section .primary-button:hover,.light-section .button:hover{color:oklch(0% 0 0);background:oklch(from var(--accent) calc(l + .08) c h)}
.light-section .chip-button:hover{background:oklch(.89 0 0);color:var(--fg)}
.light-section a:focus-visible,.light-section button:focus-visible{outline-color:var(--fg)}
.hero{padding:64px 0 72px}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);gap:56px;align-items:center}
.hero h1{font-size:clamp(42px,4.4vw,66px);letter-spacing:-.035em}
.headline-tail{font-size:.52em;max-width:24ch;color:var(--copy);margin-top:20px}
.hero-copy>p{font-size:15px;margin-top:28px;max-width:56ch}
.editorial-hero{margin:0;min-width:0;width:100%;align-self:stretch;position:relative}
.editorial-hero img{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center;border-radius:var(--radius);background:var(--surface-1)}
.home-page .editorial-hero img{object-position:54% center}
.page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:56px}
.page-hero{padding:32px 0 72px}
.page-hero .editorial-hero{align-self:stretch;margin-top:0}
.page-hero .editorial-hero img{min-height:520px}
.practical-ai-page .page-hero{background:var(--bg)}
.credentials{border-top:1px solid var(--line-soft)}
.proof-chip strong{font-size:22px}
.proof-chip:first-child strong{font-size:32px;letter-spacing:-.025em}
.architecture-intro{background:var(--surface-1)}
.intro-heading-clean{display:block;max-width:850px;margin-bottom:48px}
.intro-heading-clean h2{font-size:clamp(34px,3.6vw,50px);max-width:26ch}
.intro-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}
.human-image img{height:100%;min-height:520px;object-fit:cover}
.business-philosophy{font-size:15px!important;padding-top:24px;margin:24px 0 0!important;border-top:1px solid var(--line-strong)}
.card h3{margin-top:0}
.card{padding-top:40px;padding-bottom:40px}
.pillar::before{content:none}
.pillar{padding-top:28px}
.signal-card header{min-height:78px}
#services .section-heading{margin-bottom:40px}
#services .three-up{border-top:0;border-bottom:0;gap:24px}
#services .card{padding:32px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-1)}
#services .card h3{font-size:25px}
#services .card p{font-size:15px}
#services .card .text-link{border-bottom-color:var(--line-strong)}
#services .card .text-link:hover{background:oklch(.90 0 0);border-color:var(--fg)}
.footer-bottom{align-items:center}
.footer-bottom span{padding-top:0}
.contact-page .session-outline{background:var(--surface-1)}
.contact-page .session-outline h2{font-size:32px}
.approach-hero .section-inner{padding-block:16px}
@media(min-width:1700px){.hero h1{font-size:76px}.editorial-hero img{min-height:590px}.page-hero .editorial-hero img{min-height:580px}}
@media(max-width:1150px){.hero-grid,.page-hero-grid{gap:36px}.hero h1{font-size:52px}.editorial-hero img{min-height:490px}.page-hero h1{font-size:46px}#services .card{padding:28px 24px}}
@media(max-width:900px){.hero-grid,.page-hero-grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:60px;max-width:18ch}.hero h1 br{display:none}.hero-copy>p{max-width:65ch}.headline-tail{font-size:.55em;max-width:28ch}.editorial-hero{align-self:auto}.editorial-hero img,.page-hero .editorial-hero img{height:auto;min-height:0;aspect-ratio:3/2;object-fit:cover}.page-hero h1{font-size:56px}.human-image img{min-height:0;height:100%}#services .card{display:flex;padding:32px;gap:0}#services .card h3{max-width:28ch}#services .card ul{margin:20px 0 24px}#services .card .text-link{align-self:stretch}.signal-card header{min-height:0}}
@media(max-width:650px){.hero{padding:40px 0}.hero-grid{gap:32px}.hero h1{font-size:clamp(38px,9.5vw,52px);max-width:18ch}.headline-tail{font-size:.58em;max-width:24ch;margin-top:16px}.hero-copy>p{font-size:15px}.editorial-hero img,.page-hero .editorial-hero img{aspect-ratio:4/3;min-height:0}.page-hero-grid{gap:32px}.page-hero{padding:20px 0 40px}.page-hero h1{font-size:40px}.intro-grid{grid-template-columns:1fr}.intro-heading-clean{margin-bottom:32px}.intro-heading-clean h2{font-size:32px}.human-image img{height:340px;min-height:0}.proof-chip strong{font-size:19px}.proof-chip:first-child strong{font-size:28px}#services .card{padding:28px 24px}.contact-page .session-outline h2{font-size:27px}.pillar{padding-top:24px}}
/* Preserve the complete image composition at every breakpoint. */
.editorial-hero,.page-hero .editorial-hero{align-self:center}
.editorial-hero img,.page-hero .editorial-hero img{height:auto;min-height:0;aspect-ratio:1;object-fit:contain}
.light-section .secondary-button:hover,.light-section .text-link:hover,#services .card .text-link:hover{background:transparent;border-color:var(--fg)}
.light-section .chip-button[aria-selected="true"]:hover{background:var(--surface-2);box-shadow:inset 0 0 0 1px var(--fg)}
.light-section .faq-item summary:hover{background:transparent;text-decoration:underline;text-underline-offset:5px}

/* Search and reader accessibility */
.faq-item summary{list-style:none;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.light-section .faq-item summary:focus-visible{outline-color:var(--fg)}
.inline-link{text-decoration:underline;text-underline-offset:3px;color:var(--fg)}
.inline-link:hover{text-decoration-thickness:2px}

/* Temporary access to the original detailed service pages. */
.nav{gap:24px}.nav-links{gap:20px}
.original-pages{position:relative;flex-shrink:0}
.original-pages summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px 12px;border:1px solid var(--line-strong);border-radius:var(--radius);color:var(--fg);background:var(--bg);font-size:14px;font-weight:500;letter-spacing:.02em;list-style:none;cursor:pointer}
.original-pages summary::-webkit-details-marker{display:none}
.original-pages summary:hover,.original-pages[open] summary{color:var(--fg);background:var(--surface-2);border-color:var(--fg)}
.original-pages summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.original-pages summary span{transition:transform .18s}
.original-pages[open] summary span{transform:rotate(180deg)}
.original-pages-list{position:absolute;top:100%;left:0;margin-top:8px;min-width:232px;padding:8px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg);color:var(--fg);z-index:2}
.nav .original-pages-list a{display:flex;min-height:44px;padding:10px 12px;border-radius:var(--radius);color:var(--fg)}
.original-pages-list a:hover,.original-pages-list a[aria-current="page"]{background:var(--surface-2);color:var(--fg)}
.original-pages-list a::after{content:none!important}
@media(max-width:1280px){
 html{scroll-padding-top:120px}
 .site-header{max-height:100vh;max-height:100dvh;overflow-y:auto}
 .header-inner{min-height:88px;flex-wrap:wrap;position:relative}
 .nav-toggle{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;padding:8px 14px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--bg);color:var(--fg);font-size:14px;letter-spacing:.02em}
 .nav{display:none;width:100%;padding:0 0 24px;align-items:stretch;gap:24px}
 .nav[data-open="true"]{display:flex;flex-direction:column}
 .nav-links{flex-direction:column;align-items:stretch;gap:4px}
 .nav a{font-size:15px;padding:10px 8px}
 .header-cta{justify-content:space-between}
 .original-pages summary{font-size:15px}
 .original-pages-list{position:static;min-width:0;width:100%;margin:8px 0}
}

/* Make the homepage opportunity tabs visibly interactive. */
.home-page .chip-button{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:20px}
.home-page .tab-label{min-width:0}
.home-page .tab-arrow{font-size:24px;line-height:1;text-align:right;color:var(--fg);transition:transform .18s}
.home-page .chip-button:hover .tab-arrow,.home-page .chip-button:focus-visible .tab-arrow{transform:translateX(3px)}
@media(prefers-reduced-motion:reduce){.home-page .tab-arrow{transition:none}.home-page .chip-button:hover .tab-arrow,.home-page .chip-button:focus-visible .tab-arrow{transform:none}}

/* Compact header matched to the approved Our Approach alignment. */
html{scroll-padding-top:106px}
.site-header{height:auto;min-height:73.8px}
.header-inner{min-height:72.8px;transform:translateX(2px)}
