:root {
  --bg: #11120f;
  --bg-soft: #1c1d19;
  --paper: #f1efe7;
  --light: #fbfaf4;
  --text: #171813;
  --inverse: #f6f3e9;
  --muted: #64665e;
  --muted-dark: #a8aaa1;
  --border: #cbc9be;
  --border-dark: #383a33;
  --accent: #c7f36b;
  --coral: #ff7968;
  --display: "Bodoni 72", "Didot", "Bodoni MT", "Times New Roman", serif;
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --container: 1240px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font: 16px/1.55 var(--mono); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { color: var(--bg); background: var(--accent); }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--bg); background: var(--accent); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-dark { color: var(--inverse); background: var(--bg); }
.section-paper { color: var(--text); background: var(--paper); }
.section-light { color: var(--text); background: var(--light); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { flex: none; width: 23px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.052em; }
h1 em, h2 em { font-weight: 400; }
.section-heading h2, .split-heading h2, .ai-heading h2 { margin-bottom: 0; font-size: clamp(3.25rem, 6vw, 6.3rem); line-height: .94; }
.section-heading h2 em, .split-heading h2 em { color: #777970; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; padding: 0 18px; border: 1px solid var(--border-dark); border-radius: 6px; font-size: 12px; font-weight: 700; white-space: nowrap; transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button span { transition: transform .25s var(--ease); }
.button:hover span { transform: translate(2px, -2px); }
.button-primary { min-width: 186px; color: var(--bg); background: var(--accent); border-color: var(--accent); }
.button-primary:hover { background: #d7ff86; box-shadow: 0 12px 32px rgba(199, 243, 107, .14); }
.button-small { min-height: 40px; padding-inline: 14px; font-size: 11px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding: 12px 1px; border-bottom: 1px solid #56584e; font-size: 12px; transition: border-color .2s; }
.text-link:hover { border-color: var(--accent); }

/* Navigation */
.site-header { position: fixed; z-index: 30; top: 14px; left: 0; right: 0; width: min(calc(100% - 28px), 1312px); margin: auto; color: var(--inverse); background: rgba(18, 19, 16, .95); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; transition: top .25s, box-shadow .25s; }
.site-header.is-scrolled { top: 8px; box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.nav-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 58px; padding: 8px 9px 8px 18px; gap: 16px; }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand img { display: block; height: auto; filter: invert(1) contrast(.4) brightness(1.4); }
.brand-horizontal img { width: 164px; }
.brand-primary img { width: 195px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.desktop-nav a { color: #b9bbb2; font-size: 12px; transition: color .2s; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--inverse); }
.nav-cta { justify-self: end; color: var(--bg); background: var(--accent); border-color: var(--accent); }
.menu-toggle, .mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding: 164px 0 45px; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: 5%; right: 9%; width: 490px; height: 490px; background: radial-gradient(circle, rgba(199,243,107,.14), transparent 70%); pointer-events: none; }
.ambient-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 86%); pointer-events: none; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(30px, 4.6vw, 68px); }
.hero-copy h1 { max-width: 680px; margin-bottom: 29px; font-size: clamp(3.8rem, 5.8vw, 6.5rem); line-height: .89; }
.hero-copy h1 em { color: var(--accent); }
.hero-lede { max-width: 575px; margin-bottom: 30px; color: #c8c9c0; font-size: clamp(14px, 1.2vw, 17px); line-height: 1.72; }
.hero-positioning { max-width: 575px; margin: -12px 0 30px; color: #aeb0a6; font-size: clamp(13px, 1vw, 15px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; }
.micro-note { margin: 23px 0 0; color: #92948a; font-size: 10px; letter-spacing: .045em; text-transform: uppercase; }
.micro-note span { margin-inline: 3px; color: var(--accent); }
.hero-baseline { position: relative; display: flex; align-items: center; gap: 15px; margin-top: 66px; color: #77796f; font-size: 9px; letter-spacing: .12em; }
.hero-baseline i { width: 34px; height: 1px; background: #44463e; }

.hero-workspace { min-width: 0; color: var(--inverse); background: #22231e; border: 1px solid #41433a; border-radius: 10px; box-shadow: 0 34px 90px rgba(0,0,0,.34); overflow: hidden; }
.workspace-bar, .workspace-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 43px; padding: 0 14px; background: #191a16; color: #aaaCA2; font-size: 8px; letter-spacing: .06em; }
.workspace-bar { display: grid; grid-template-columns: 1fr auto 1fr; border-bottom: 1px solid #393b33; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #4e5046; }
.workspace-bar-status { display: flex; align-items: center; gap: 7px; justify-self: end; white-space: nowrap; }
.workspace-bar-status i, .workspace-footer i, .panel-note i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.workspace-body { display: grid; grid-template-columns: 54px minmax(0, 1fr) 144px; min-height: 424px; }
.workspace-side { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 19px 5px; background: #191a16; border-right: 1px solid #393b33; }
.workspace-side > span { font-size: 7px; color: #898b81; writing-mode: vertical-rl; margin-bottom: 18px; }
.workspace-side b { font-size: 10px; font-weight: 400; color: #77796e; }
.workspace-side b.is-current { color: var(--accent); }
.workspace-main { min-width: 0; padding: 18px; background: #2a2b25; }
.workspace-meta { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 12px; color: #a2a498; font-size: 8px; letter-spacing: .05em; }
.workspace-canvas { position: relative; min-height: 350px; color: var(--text); background: var(--paper); overflow: hidden; box-shadow: 0 20px 46px rgba(0,0,0,.18); }
.workspace-canvas::before { content: ""; position: absolute; top: -44px; right: -60px; width: 170px; height: 170px; border: 1px solid #c9c8bd; border-radius: 50%; }
.workspace-screen { position: absolute; inset: 0; display: flex; flex-direction: column; padding: clamp(21px, 3vw, 37px); padding-bottom: 108px; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .25s ease, transform .35s var(--ease), visibility 0s .35s; pointer-events: none; }
.workspace-screen.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity .4s var(--ease) .18s, transform .45s var(--ease) .18s, visibility 0s; }
.canvas-kicker { position: relative; font-size: 9px; letter-spacing: .12em; }
.canvas-title { position: relative; margin: 25px 0 0; font: 400 clamp(2.5rem, 3.65vw, 3.8rem)/.93 var(--display); letter-spacing: -.055em; }
.canvas-title em { color: #777970; }
.screen-detail { position: relative; max-width: 275px; margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.workspace-screen:nth-child(4) .canvas-title, .workspace-screen:nth-child(5) .canvas-title { margin-top: 18px; font-size: clamp(2.25rem, 3.35vw, 3.5rem); }
.workspace-screen:nth-child(4) .screen-detail, .workspace-screen:nth-child(5) .screen-detail { margin-top: 10px; }
.canvas-flow { position: absolute; right: clamp(21px, 3vw, 37px); bottom: 37px; left: clamp(21px, 3vw, 37px); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #a9aa9d; }
.canvas-flow button { display: flex; flex-direction: column; align-items: start; gap: 6px; min-width: 0; min-height: 49px; padding: 7px 3px 5px; color: var(--text); background: transparent; border: 0; border-left: 1px solid #a9aa9d; text-align: left; transition: background .35s; }
.canvas-flow button:last-child { border-right: 1px solid #a9aa9d; }
.canvas-flow button:hover:not(:disabled) { background: #e0e5cf; }
.canvas-flow button:disabled { cursor: default; }
.canvas-flow button[aria-current="step"] { background: var(--accent); }
.canvas-flow button[aria-current="step"]:hover { background: var(--accent); }
.canvas-flow span { font-size: 9px; }
.canvas-flow b { font-size: clamp(7px, .62vw, 9px); font-weight: 400; overflow-wrap: anywhere; }
.canvas-bottom { position: absolute; right: clamp(21px, 3vw, 37px); bottom: 15px; left: clamp(21px, 3vw, 37px); display: flex; justify-content: space-between; gap: 6px; font-size: 7px; letter-spacing: .07em; }
.workspace-panel { display: flex; flex-direction: column; padding: 16px 10px; background: #1c1d19; border-left: 1px solid #393b33; }
.panel-label { margin-bottom: 30px; color: #999b90; font-size: 8px; line-height: 1.5; letter-spacing: .04em; }
.panel-row { display: flex; align-items: center; gap: 6px; padding: 10px 4px; border-bottom: 1px solid #3a3c33; font-size: 9px; }
.panel-row span { color: #85877d; font-size: 8px; }
.panel-row i { margin-left: auto; color: #85877d; font-style: normal; }
.panel-row.is-current { padding-inline: 5px; color: var(--text); background: var(--accent); }
.panel-row.is-current span, .panel-row.is-current i { color: var(--text); }
.panel-note { display: flex; align-items: start; gap: 7px; margin-top: auto; color: #9ea095; font-size: 7px; line-height: 1.5; letter-spacing: .04em; }
.panel-note i { flex: none; margin-top: 3px; }
.workspace-footer { min-height: 40px; border-top: 1px solid #393b33; color: #95978d; }
.workspace-footer span:first-child { display: flex; align-items: center; gap: 8px; color: #d8d9cf; }

/* Services */
.services, .ways, .founding, .economics, .speed, .ai-process, .why, .audience, .engagement, .partnership-cta { padding: clamp(96px, 11vw, 158px) 0; }
.section-heading { display: grid; grid-template-columns: 27% 1fr; gap: 28px; align-items: start; margin-bottom: 75px; }
.section-heading .eyebrow { margin-top: 13px; }
.section-heading > div > p { max-width: 725px; margin: 29px 0 0; color: var(--muted); line-height: 1.75; }
.section-heading > div > p + p { margin-top: 14px; }
.service-list, .value-list { border-top: 1px solid var(--border); }
.service-item { display: grid; grid-template-columns: minmax(145px, .5fr) minmax(0, 1.55fr) minmax(230px, .85fr); gap: clamp(24px, 3vw, 54px); padding: 42px 0 47px; border-bottom: 1px solid var(--border); }
.item-number, .service-detail > span { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.item-number { padding-top: 10px; }
.service-content h3 { max-width: 620px; margin-bottom: 21px; font-size: clamp(2.8rem, 4.5vw, 4.9rem); line-height: .96; }
.service-content p { max-width: 580px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-content .service-lede { color: var(--text); font-size: 15px; }
.service-content p:last-child { margin-bottom: 0; }
.service-detail { padding: 6px 0 0 24px; border-left: 1px solid var(--border); }
.service-detail > span { color: var(--muted); }
.service-detail ul { margin: 24px 0 0; padding: 0; list-style: none; }
.service-detail li { position: relative; padding: 5px 0 5px 16px; font-size: 11px; line-height: 1.5; }
.service-detail li::before { content: "+"; position: absolute; left: 0; color: #738d39; }

/* Two paths and the Founding Partnership */
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.path-card { min-height: 400px; padding: clamp(25px, 3vw, 43px); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.path-card > span { display: block; margin-bottom: 66px; color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.path-card h3 { max-width: 490px; margin-bottom: 19px; font-size: clamp(2.9rem, 4.2vw, 4.8rem); line-height: .94; }
.path-card p { max-width: 490px; margin-bottom: 12px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.path-card .path-lede { color: var(--text); font-size: 15px; }
.path-card p:last-child { margin-bottom: 0; }
.ways-statement { max-width: 970px; margin: 82px auto 0; font: 400 clamp(2.8rem, 5vw, 5.4rem)/1 var(--display); letter-spacing: -.045em; text-align: center; }
.ways-statement em { color: #777970; font-weight: 400; }
.founding .split-heading h2 em { color: var(--accent); }
.founding .split-heading p:not(.eyebrow) { color: #b6b8ae; }
.founding-list { border-top: 1px solid var(--border-dark); }
.founding-row { display: grid; grid-template-columns: minmax(70px, .3fr) minmax(0, 1.1fr) minmax(0, 1fr); gap: 26px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--border-dark); }
.founding-row > span { color: var(--accent); font-size: 24px; line-height: 1; }
.founding-row h3 { max-width: 520px; margin: 0; font-size: clamp(2rem, 3.3vw, 3.6rem); line-height: 1; }
.founding-row p { max-width: 520px; margin: 3px 0 0; color: #b6b8ae; font-size: 13px; line-height: 1.75; }
.founding-close { max-width: 910px; margin: 76px 0 0 auto; color: var(--inverse); font: 400 clamp(2rem, 3.5vw, 3.9rem)/1.1 var(--display); letter-spacing: -.04em; }

/* Speed */
.split-heading { display: grid; grid-template-columns: 27% 1fr; gap: 28px; margin-bottom: 76px; }
.split-heading .eyebrow { margin-top: 12px; }
.split-heading h2 { margin-bottom: 32px; }
.split-heading p:not(.eyebrow) { max-width: 750px; color: var(--muted); line-height: 1.75; }
.split-heading p:last-child { margin-bottom: 0; }
.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.principle { min-height: 300px; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.principle > span { display: block; margin-bottom: 65px; font-size: 26px; line-height: 1; }
.principle h3 { margin-bottom: 15px; font-size: clamp(2rem, 2.6vw, 3rem); line-height: .96; }
.principle p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* AI lifecycle */
.ai-heading { display: grid; grid-template-columns: 27% 1fr; gap: 0 28px; align-items: start; margin-bottom: 76px; }
.ai-heading .eyebrow { grid-row: span 2; margin-top: 13px; }
.ai-heading h2 { max-width: 950px; }
.ai-heading h2 em { color: var(--accent); }
.ai-heading > p:last-child { max-width: 745px; margin: 31px 0 0; color: #b6b8ae; line-height: 1.75; }
.lifecycle { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--border-dark); border-left: 1px solid var(--border-dark); }
.lifecycle-item { display: flex; flex-direction: column; min-height: 255px; padding: 24px; background: var(--bg-soft); border-right: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); }
.lifecycle-item > span { margin-bottom: auto; color: var(--accent); font-size: 9px; letter-spacing: .09em; }
.lifecycle-item h3 { margin: 32px 0 13px; font-size: clamp(2rem, 2.6vw, 3rem); line-height: .98; }
.lifecycle-item:nth-child(3) h3, .lifecycle-item:nth-child(4) h3, .lifecycle-item:nth-child(6) h3 { white-space: nowrap; overflow-wrap: normal; hyphens: none; }
.lifecycle-item p { margin: 0; color: #b2b4aa; font-size: 11px; line-height: 1.7; }
.lifecycle-item:last-child { background: #2a3020; }
.ai-closing { max-width: 1030px; margin: 82px auto 0; font: 400 clamp(2.7rem, 5vw, 5.4rem)/1 var(--display); letter-spacing: -.045em; text-align: center; }
.ai-closing em { color: var(--accent); font-weight: 400; }

/* Values */
.value-row { display: grid; grid-template-columns: minmax(70px, .3fr) minmax(0, 1.1fr) minmax(0, 1fr); gap: 26px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--border); }
.value-row > span { font-size: 24px; line-height: 1; }
.value-row h3 { max-width: 500px; margin: 0; font-size: clamp(2rem, 3.3vw, 3.6rem); line-height: 1; }
.value-row p { max-width: 510px; margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

/* Audience */
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.audience-card { display: flex; flex-direction: column; min-height: 290px; padding: 27px; background: var(--paper); border: 1px solid var(--border); }
.audience-card:nth-child(2), .audience-card:nth-child(3) { background: #e8e6dc; }
.audience-card > span { margin-bottom: auto; color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.audience-card h3 { margin: 46px 0 11px; font-size: clamp(2.5rem, 4vw, 4.2rem); line-height: .95; }
.audience-card p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.audience-card:last-child { grid-column: 1 / -1; }
.audience-card:last-child p { max-width: 680px; }

/* Engagement */
.engagement-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); list-style: none; }
.engagement-steps li { display: flex; flex-direction: column; min-height: 315px; padding: 21px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.engagement-steps li > span { font-size: 27px; line-height: 1; }
.engagement-steps li > div { margin-top: auto; }
.engagement-steps h3 { margin: 0 0 14px; font-size: clamp(1.5rem, 2vw, 2rem); line-height: .95; white-space: nowrap; }
.engagement-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.engagement-note { margin: 71px 0 0; font: 400 clamp(2.7rem, 5vw, 5.5rem)/1 var(--display); letter-spacing: -.05em; text-align: center; }
.engagement-note em { color: #777970; font-weight: 400; }

/* Partnership invitation */
.partnership-cta-layout { display: grid; grid-template-columns: 27% 1fr; gap: 28px; }
.partnership-cta-layout .eyebrow { margin-top: 13px; }
.partnership-cta-layout h2 { max-width: 900px; margin: 0 0 32px; font-size: clamp(3.25rem, 6vw, 6.3rem); line-height: .94; }
.partnership-cta-layout h2 em { color: #777970; }
.partnership-cta-layout p:not(.eyebrow) { max-width: 730px; color: var(--muted); line-height: 1.75; }
.partnership-cta-layout p.partnership-cta-note { margin: 32px 0 22px; padding-top: 22px; color: var(--text); border-top: 1px solid var(--border); }
.partnership-cta .text-link { border-color: var(--border); }
.partnership-cta .text-link:hover { border-color: var(--text); }

/* Contact & footer */
.contact { position: relative; padding: clamp(95px, 11vw, 160px) 0; overflow: hidden; }
.contact::before { content: ""; position: absolute; top: -200px; right: -140px; width: 610px; height: 610px; border: 1px solid #34362d; border-radius: 50%; pointer-events: none; }
.contact-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(40px, 8vw, 110px); align-items: end; }
.contact-copy h2 { max-width: 780px; margin: 0 0 30px; font-size: clamp(3.8rem, 6.1vw, 7rem); line-height: .91; }
.contact-copy h2 em { color: var(--accent); }
.contact-copy > p:last-child { max-width: 560px; margin: 0; color: #b9bbb1; line-height: 1.75; }
.contact-panel { padding: 32px; background: #22241e; border: 1px solid #45473e; border-radius: 8px; }
.contact-panel label { display: block; margin-bottom: 17px; font-size: 12px; }
.form-row { display: flex; gap: 8px; }
.form-row input { min-width: 0; width: 100%; min-height: 54px; padding: 0 15px; color: var(--inverse); background: #151612; border: 1px solid #5b5d51; border-radius: 5px; font-size: 14px; }
.form-row input::placeholder { color: #92948a; }
.form-row input:focus { border-color: var(--accent); outline: 2px solid var(--accent); outline-offset: 2px; }
.form-row button { flex: none; min-width: 150px; }
.form-row button:disabled { cursor: wait; opacity: .65; transform: none; }
.privacy-note, .form-status { margin: 19px 0 0; color: #9fa196; font-size: 10px; line-height: 1.6; }
.form-status { color: var(--accent); }
.form-status.is-error { color: #ffb5aa; }
.form-status[hidden] { display: none; }
.site-footer { color: var(--inverse); background: #191a16; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; padding-top: 55px; padding-bottom: 65px; }
.footer-main p { max-width: 380px; margin: 18px 0 0; color: #a6a89e; font-size: 12px; line-height: 1.7; }
.footer-main nav { display: flex; flex-wrap: wrap; align-items: start; gap: 18px 32px; font-size: 11px; }
.footer-main nav a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; padding-bottom: 25px; color: #92948a; border-top: 1px solid #3b3d35; font-size: 10px; }

/* Small motion only where it helps orientation */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 850px; }
  .hero-lede { max-width: 720px; }
  .hero-workspace { max-width: 830px; }
  .service-item { grid-template-columns: 130px minmax(0, 1.3fr) minmax(200px, .8fr); gap: 25px; }
  .principle { padding: 19px; }
  .engagement-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lifecycle-item h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
  .contact-layout { gap: 40px; }
  .form-row { flex-direction: column; }
}

@media (max-width: 800px) {
  .site-header { top: 8px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; color: var(--inverse); background: transparent; border: 1px solid #505248; border-radius: 5px; }
  .menu-toggle span { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu:not([hidden]) { display: flex; flex-direction: column; gap: 0; padding: 5px 18px 19px; border-top: 1px solid #42443b; }
  .mobile-menu > a:not(.button) { padding: 15px 0; border-bottom: 1px solid #42443b; font-size: 16px; }
  .mobile-menu .button { align-self: flex-start; margin-top: 18px; }
  .no-js .nav-shell { grid-template-columns: 1fr; }
  .no-js .desktop-nav { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-bottom: 9px; }
  .no-js .desktop-nav a { font-size: 12px; }
  .no-js .menu-toggle { display: none; }
  .section-heading, .split-heading, .ai-heading, .partnership-cta-layout { grid-template-columns: 1fr; gap: 0; }
  .section-heading .eyebrow, .split-heading .eyebrow, .ai-heading .eyebrow, .partnership-cta-layout .eyebrow { margin-top: 0; }
  .ai-heading .eyebrow { grid-row: auto; }
  .service-item { grid-template-columns: 100px 1fr; }
  .service-detail { grid-column: 2; }
  .principles, .engagement-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .engagement-steps li:last-child { grid-column: 1 / -1; }
  .lifecycle { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lifecycle-item h3 { font-size: 2rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel { max-width: 590px; }
  .form-row { flex-direction: row; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .hero { padding: 139px 0 36px; }
  .hero-copy h1 { font-size: clamp(3rem, 10.5vw, 4.7rem); }
  .hero-lede { font-size: 14px; }
  .hero-baseline { flex-wrap: wrap; gap: 8px; margin-top: 34px; font-size: 8px; }
  .hero-baseline i { width: 13px; }
  .micro-note { font-size: 9px; line-height: 1.7; }
  .workspace-body { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .workspace-side, .workspace-panel { display: none; }
  .workspace-main { padding: 11px; }
  .workspace-canvas { min-height: 340px; }
  .workspace-screen { padding: 19px 19px 105px; }
  .canvas-title { margin-top: 24px; font-size: clamp(2.55rem, 10vw, 3.8rem); }
  .canvas-flow { right: 19px; left: 19px; }
  .canvas-bottom { right: 19px; left: 19px; }
  .canvas-flow b { font-size: 7px; }
  .workspace-bar { grid-template-columns: auto 1fr; font-size: 7px; }
  .workspace-bar > span:nth-child(2) { justify-self: end; }
  .workspace-bar-status { display: none; }
  .workspace-footer { font-size: 7px; }
  .workspace-footer span:last-child { text-align: right; }
  .services, .ways, .founding, .economics, .speed, .ai-process, .why, .audience, .engagement, .partnership-cta { padding: 90px 0; }
  .section-heading { margin-bottom: 46px; }
  .section-heading h2, .split-heading h2, .ai-heading h2, .partnership-cta-layout h2 { font-size: clamp(3.1rem, 10.4vw, 4.7rem); }
  .section-heading > div > p, .split-heading p:not(.eyebrow), .ai-heading > p:last-child { font-size: 13px; }
  .service-item { grid-template-columns: 1fr; gap: 17px; padding: 34px 0 38px; }
  .item-number { padding-top: 0; }
  .service-content h3 { font-size: clamp(2.8rem, 10vw, 4rem); }
  .service-detail { grid-column: auto; padding: 20px 0 0; border-top: 1px solid var(--border); border-left: 0; }
  .service-detail ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 12px; margin-top: 16px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; padding: 25px; }
  .path-card > span { margin-bottom: 42px; }
  .path-card h3 { font-size: clamp(2.8rem, 10vw, 4rem); }
  .ways-statement { margin-top: 60px; font-size: clamp(2.8rem, 9vw, 4rem); }
  .founding-row { grid-template-columns: 40px 1fr; gap: 12px 16px; padding: 25px 0; }
  .founding-row h3 { font-size: clamp(2.15rem, 8vw, 3rem); }
  .founding-row p { grid-column: 2; margin: 0; }
  .founding-close { margin-top: 55px; font-size: clamp(2rem, 8vw, 3.2rem); }
  .split-heading, .ai-heading { margin-bottom: 48px; }
  .principle, .engagement-steps li { min-height: 275px; padding: 16px; }
  .principle > span { margin-bottom: 45px; }
  .principle h3 { font-size: clamp(1.5rem, 6vw, 1.75rem); overflow-wrap: normal; hyphens: none; }
  .lifecycle-item { min-height: 280px; padding: 17px; }
  .lifecycle-item h3 { font-size: clamp(1.25rem, 6vw, 2rem); overflow-wrap: normal; }
  .ai-closing, .engagement-note { margin-top: 60px; font-size: clamp(2.8rem, 9vw, 4rem); }
  .value-row { grid-template-columns: 40px 1fr; gap: 12px 16px; padding: 25px 0; }
  .value-row h3 { font-size: clamp(2.15rem, 8vw, 3rem); }
  .value-row p { grid-column: 2; margin: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 240px; padding: 22px; }
  .audience-card h3 { font-size: 3rem; }
  .engagement-steps { grid-template-columns: 1fr; }
  .engagement-steps li, .engagement-steps li:last-child { display: grid; grid-column: auto; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; min-height: 0; padding: 22px 18px; }
  .engagement-steps li > div { margin-top: 0; }
  .engagement-steps h3 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .contact { padding: 90px 0; }
  .contact-copy h2 { font-size: clamp(3.65rem, 11vw, 5rem); }
  .contact-panel { padding: 22px; }
  .form-row { flex-direction: column; }
  .footer-main { flex-direction: column; padding-bottom: 45px; }
}

@media (max-width: 370px) {
  .workspace-footer span:last-child { display: none; }
  .principles, .engagement-steps, .lifecycle { grid-template-columns: 1fr; }
  .principle, .engagement-steps li, .lifecycle-item { min-height: 0; }
  .principle > span { margin-bottom: 34px; }
  .engagement-steps li > div { margin-top: 0; }
  .lifecycle-item > span { margin-bottom: 25px; }
  .lifecycle-item h3 { margin-top: 0; font-size: 2rem; }
}

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