@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #272237;
  --paper: #fffaf2;
  --cream: #f7eddd;
  --coral: #f18c78;
  --teal: #3eaaa6;
  --purple: #8c66a8;
  --line: rgba(39, 34, 55, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Instrument Serif", Georgia, serif; font-size: 18px; line-height: 1.42; }
a { color: inherit; }
.site-header { min-height: 78px; padding: 16px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { font: 400 29px/.9 "Instrument Serif", Georgia, serif; text-decoration: none; letter-spacing: -.055em; }
.brand span { color: var(--coral); }
nav { display: flex; gap: 30px; align-items: center; }
nav a { text-decoration: none; font-size: 16px; font-weight: 400; text-transform: lowercase; }
.nav-cta { border: 1px solid var(--ink); padding: 10px 16px; border-radius: 999px; }
.menu-button { display: none; background: transparent; border: 1px solid var(--ink); border-radius: 999px; padding: 8px 14px; font: 400 16px/1 "Instrument Serif", Georgia, serif; text-transform: lowercase; }
.hero { max-width: 1440px; margin: auto; padding: clamp(64px, 10vw, 145px) clamp(20px, 6vw, 90px); display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; align-items: center; min-height: 720px; }
.eyebrow { text-transform: lowercase; letter-spacing: .08em; font-size: 14px; font-weight: 400; }
h1, h2, h3, blockquote { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(55px, 7vw, 104px); }
h1 em, h2 em { color: var(--ink); font-weight: 400; }
.intro { max-width: 620px; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.38; margin: 30px 0; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; border: 0; border-radius: 999px; padding: 15px 22px; text-decoration: none; font: 400 17px/1 "Instrument Serif", Georgia, serif; text-transform: lowercase; cursor: pointer; }
.primary { background: var(--ink); color: white; }
.secondary { border: 1px solid var(--ink); background: transparent; }
.meta, .form-note { font-size: 14px; opacity: .68; }
.form-error { font-size: 14px; margin-top: 12px; color: #b3261e; }
.orbit { display: none; }
.center-mark { position: absolute; inset: 39%; border-radius: 50%; background: rgba(255,255,255,.87); display: grid; place-content: center; text-align: center; font-size: 30px; font-weight: 900; line-height: .75; letter-spacing: -.1em; box-shadow: 0 20px 70px rgba(39,34,55,.18); }
.center-mark span { color: var(--ink); }
.result-card { position: absolute; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); padding: 18px; border-radius: 18px; width: 190px; box-shadow: 0 15px 45px rgba(39,34,55,.16); }
.result-card span { display: block; text-transform: lowercase; font-size: 13px; letter-spacing: .08em; margin-bottom: 6px; opacity: .6; }
.result-card strong { line-height: 1.25; display: block; }
.result-card-one { top: 14%; left: 5%; transform: rotate(-6deg); }
.result-card-two { right: 3%; bottom: 15%; transform: rotate(5deg); }
.promise { padding: 90px 20px; background: var(--ink); color: white; text-align: center; }
.promise p { opacity: .65; }
.promise h2 { max-width: 950px; margin: auto; font-size: clamp(42px, 6vw, 82px); }
.paths { padding: 120px clamp(20px, 6vw, 90px); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1440px; margin: auto; }
.section-heading { grid-column: 1/-1; margin-bottom: 45px; }
.section-heading h2, .register h2 { font-size: clamp(45px, 6vw, 78px); }
.path-card { border-radius: var(--radius); padding: clamp(28px, 4vw, 58px); min-height: 470px; display: flex; flex-direction: column; }
.learn-card { background: #d9eee8; }
.consult-card { background: #f2d7cd; }
.number { margin: 0 0 auto; opacity: .55; font-size: 16px; }
.path-card h3 { font-size: 68px; }
.path-card ul { padding-left: 20px; }
.path-card a { margin-top: auto; font-weight: 800; }
.about { padding: 130px clamp(20px, 12vw, 180px); text-align: center; background: var(--cream); }
blockquote { font-size: clamp(50px, 8vw, 104px); margin: 28px auto; color: var(--ink); }
.about > p:last-child { max-width: 750px; margin: 35px auto 0; font-size: 19px; }
.register { padding: 120px clamp(20px, 6vw, 90px); display: grid; grid-template-columns: 1fr 430px; gap: 8vw; max-width: 1440px; margin: auto; }
form { display: grid; gap: 18px; }
label { font-size: 15px; font-weight: 400; text-transform: lowercase; }
input { display: block; width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 10px 2px; font: inherit; border-radius: 0; }
footer { border-top: 1px solid var(--line); padding: 36px clamp(20px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; }
.page-hero { padding: clamp(75px, 10vw, 140px) clamp(20px, 8vw, 120px) 80px; max-width: 1250px; }
.page-hero h1 { max-width: 1000px; }
.page-hero .intro { max-width: 720px; }
.content-section { padding: 90px clamp(20px, 8vw, 120px); }
.content-section.alt { background: var(--cream); }
.content-inner { max-width: 1100px; margin: auto; }
.content-inner > h2 { font-size: clamp(42px, 6vw, 72px); margin-bottom: 35px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: rgba(255,255,255,.42); }
.info-card h3 { font-size: 36px; margin-bottom: 16px; }
.info-card .button { margin-top: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { padding: 30px; border-top: 1px solid var(--ink); }
.step::before { counter-increment: step; content: "0" counter(step); font-size: 12px; font-weight: 800; letter-spacing: .14em; opacity: .55; }
.step h3 { font-size: 34px; margin: 38px 0 14px; }
.form-shell { display: grid; grid-template-columns: 1fr minmax(320px, 480px); gap: 70px; align-items: start; }
.form-panel { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: 0 18px 60px rgba(39,34,55,.08); }
select, textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 10px 2px; font: inherit; }
textarea { min-height: 90px; resize: vertical; }
.pill { display: inline-block; border: 1px solid var(--line); padding: 7px 12px; border-radius: 999px; font-size: 14px; font-weight: 400; text-transform: lowercase; }
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.quote-card { padding: 34px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.quote-card blockquote { font-size: clamp(31px, 4vw, 48px); color: var(--ink); margin: 0 0 24px; }
.quote-card cite { font-style: normal; font-size: 15px; opacity: .7; }
.cta-panel { text-align: center; border-radius: 28px; padding: clamp(45px, 7vw, 85px) 25px; background: var(--ink); color: white; }
.cta-panel h2 { font-size: clamp(43px, 6vw, 75px); max-width: 850px; margin: 0 auto 28px; }
.cta-panel .primary { background: var(--cream); color: var(--ink); }
.cta-panel .secondary { border-color: white; color: white; }
.site-footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 800px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 70px; left: 16px; right: 16px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; flex-direction: column; align-items: stretch; box-shadow: 0 20px 45px rgba(39,34,55,.14); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .paths { grid-template-columns: 1fr; }
  .path-card { min-height: 420px; }
  .register { grid-template-columns: 1fr; }
  .card-grid, .steps, .quote-grid, .form-shell { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Brand book v05 (sector coded) — applied 22 August 2026.
   The website is the "house and corporate" surface: one ink, one base
   (Chalk Blush), no sector colour. The other seven sector tokens
   (Clay Coral, Warm Apricot, Signal Teal, Field Mint, Orchid, Iris Violet,
   Lantern Butter) belong to per-industry sales material only — do not
   reintroduce them here as generic decoration. */
:root {
  --ink: #342a1f;
  --ink-soft: #6b5b49;
  --paper: #fffdfa;
  --cream: #fce7da;
  --surface: #fffdfa;
  --line: rgba(52,42,31,.16);
  --radius: 5px;
}

body { color: var(--ink); background: var(--paper); }
.site-header { background: var(--ink); color: var(--paper); border: 0; }
.brand span { color: inherit; }
.nav-cta { border: 0; background: var(--cream); color: var(--ink); }
.menu-button { color: var(--paper); border-color: rgba(253,246,239,.5); }

.hero {
  max-width: none; min-height: 720px; grid-template-columns: 1fr;
  justify-items: center; text-align: center; position: relative; overflow: hidden;
  background: var(--cream);
}
.hero-copy { max-width: 980px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(58px, 7.2vw, 104px); line-height: .9; max-width: 1000px; }
.hero .intro { max-width: 660px; margin: 30px auto; }
.hero .actions { justify-content: center; }
.hero .meta { width: 100%; }
.hero-visual { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero-blob { position: absolute; border-radius: 50%; will-change: transform; }
.hero-blob-a { width: clamp(200px, 20vw, 320px); height: clamp(200px, 20vw, 320px); top: 17%; left: 17%; transform: translate(-50%, -50%); background: rgba(252, 231, 218, .9); }
.hero-blob-b { width: clamp(260px, 26vw, 420px); height: clamp(260px, 26vw, 420px); top: 76%; left: 82%; transform: translate(-50%, -50%); background: rgba(252, 231, 218, .55); }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-family: system-ui, sans-serif; font-size: 12px; font-weight: 700; }
.button { text-transform: none; }
.primary { background: var(--cream); color: var(--ink); }

.promise { background: var(--ink); color: var(--paper); }
.promise h2 em { color: var(--paper); }
.paths { background: var(--paper); }
.path-card { border-radius: var(--radius); background: var(--ink); color: var(--paper); border-top: 3px solid var(--cream); }
.consult-card { background: var(--ink); }
.path-card .button, .path-card a { color: var(--paper); }
.about { background: var(--cream); }
blockquote, h1 em, h2 em { color: var(--ink); font-style: italic; }
.register { background: var(--paper); }
.form-panel, .info-card, .quote-card { border-radius: var(--radius); background: var(--surface); box-shadow: none; }
.content-section.alt { background: var(--cream); }
.pill { border-color: var(--line); }
.cta-panel { border-radius: var(--radius); background: var(--ink); color: var(--paper); }
.cta-panel .primary { background: var(--cream); color: var(--ink); }
.cta-panel .secondary { border-color: var(--paper); color: var(--paper); }
footer { background: var(--ink); color: var(--paper); border: 0; }

@media (max-width: 800px) {
  html, body { overflow-x: hidden; }
  nav { background: var(--ink); color: var(--paper); border-color: rgba(255,255,255,.16); }
  .hero { min-height: 650px; padding-inline: 20px; background: var(--cream); }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); overflow-wrap: anywhere; }
  .hero .actions { width: 100%; flex-direction: column; }
  .hero .button { width: 100%; }
  .page-hero { overflow: hidden; background: var(--cream); }
}

/* Founders — added 14 August 2026 */
.founder-block { display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: start; }
.founder-block.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 360px); }
.founder-block.reverse .founder-portrait { order: 2; }
.founder-portrait { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); position: sticky; top: 100px; }
.founder-portrait img { display: block; width: 100%; height: auto; }
.founder-copy h2 { font-size: clamp(44px, 5.5vw, 76px); margin: 8px 0 24px; }
.founder-copy p { max-width: 62ch; margin: 0 0 18px; }
.credibility { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 10px; border-top: 1px solid var(--line); padding-top: 26px; }
.credibility li { font-family: system-ui, sans-serif; font-size: 15px; line-height: 1.5; padding-left: 22px; position: relative; }
.credibility li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }

.together { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: center; }
.together-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.together-photo img { display: block; width: 100%; height: auto; }
.together p { max-width: 56ch; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 48px); }
.team-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); display: flex; flex-direction: column; }
.team-card img { display: block; width: 100%; height: auto; }
.team-card .team-body { padding: 28px 30px 32px; }
.team-card h3 { font-size: 34px; margin: 6px 0 14px; }
.team-card p { margin: 0 0 16px; }
.team-card a { color: var(--ink); text-decoration: underline; }

@media (max-width: 860px) {
  .founder-block, .founder-block.reverse, .together, .team-grid { grid-template-columns: 1fr; }
  .founder-block.reverse .founder-portrait { order: 0; }
  .founder-portrait { position: static; max-width: 340px; }
}
.register.alt-band { background: var(--cream); }
.register > div > p { max-width: 46ch; margin-top: 18px; }

/* Founders hero photo — added 14 August 2026 */
.founders-hero { max-width: 1440px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 520px); gap: clamp(32px, 5vw, 80px); align-items: center; padding-bottom: clamp(60px, 7vw, 110px); }
.founders-hero h1 { font-size: clamp(46px, 5.4vw, 84px); max-width: 12ch; }
.founders-hero .intro { max-width: 54ch; }
.founders-hero .intro { margin: 24px 0; }
.hero-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.hero-photo img { display: block; width: 100%; height: auto; }
.why-duo .intro { max-width: 62ch; }

@media (max-width: 860px) {
  .founders-hero { grid-template-columns: 1fr; }
  .hero-photo { order: -1; }
}
.content-inner.founder-block { max-width: 1280px; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); }
.content-inner.founder-block.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); }
.content-inner.why-duo { max-width: 1280px; }

@media (max-width: 860px) {
  .content-inner.founder-block,
  .content-inner.founder-block.reverse { grid-template-columns: 1fr; }
}

/* Client logo band + consulting-first sections — added 21 August 2026 */
.logo-band { padding: clamp(46px, 6vw, 76px) 0; background: var(--cream); border-block: 1px solid var(--line); }
.logo-band .band-label { text-align: center; margin: 0 0 36px; padding-inline: 20px; }
.logo-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-marquee { display: flex; width: max-content; animation: logo-scroll 110s linear infinite; }
.logo-band:hover .logo-marquee, .logo-marquee:focus-within { animation-play-state: paused; }
.logo-marquee ul { display: flex; align-items: center; gap: 16px; list-style: none; margin: 0; padding: 0 8px; }
.logo-marquee li { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 176px; height: 96px; padding: 16px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.logo-marquee li.on-dark { background: var(--ink); border-color: var(--ink); }
.logo-marquee img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .78; transition: filter .3s ease, opacity .3s ease; }
.logo-marquee li.on-dark img { opacity: .88; }
.logo-marquee li:hover img { filter: none; opacity: 1; }
@keyframes logo-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.gate-list { display: grid; gap: 18px; counter-reset: gate; }
.gate { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); padding: clamp(28px, 3.4vw, 42px) 0; border-top: 1px solid var(--line); }
.gate:first-child { border-top: 0; }
.gate-mark { font-family: system-ui, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .55; margin: 0 0 12px; }
.gate h3 { font-size: clamp(32px, 3.6vw, 46px); margin-bottom: 12px; }
.gate-aside p { margin: 0; font-size: 16px; opacity: .78; max-width: 30ch; }
.gate-body p { margin: 0 0 18px; max-width: 60ch; }
.gate-body ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; max-width: 60ch; }
.gate-out { margin-top: 20px; font-family: system-ui, sans-serif; font-size: 14px; line-height: 1.55; padding-top: 16px; border-top: 1px solid var(--line); max-width: 60ch; }
.gate-out strong { letter-spacing: .06em; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 5px; opacity: .6; }

.lead-note { font-family: system-ui, sans-serif; font-size: 15px; line-height: 1.6; opacity: .75; max-width: 56ch; }
.training-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 76px); align-items: center; }
.training-band h2 { font-size: clamp(38px, 4.6vw, 62px); margin-bottom: 20px; }
.training-band p { max-width: 54ch; }
.training-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.training-list li { border: 1px solid var(--line); border-left: 3px solid var(--ink); border-radius: var(--radius); background: var(--surface); padding: 18px 22px; }
.training-list a { text-decoration: none; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.training-list span { font-family: system-ui, sans-serif; font-size: 13px; opacity: .6; }

.proof-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.proof-strip div { border-top: 1px solid var(--line); padding-top: 18px; }
.proof-strip strong { display: block; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(38px, 4vw, 54px); line-height: 1; margin-bottom: 8px; }
.proof-strip p { margin: 0; font-family: system-ui, sans-serif; font-size: 15px; opacity: .75; }

@media (max-width: 860px) {
  .gate { grid-template-columns: 1fr; gap: 14px; }
  .gate-aside p { max-width: none; }
  .training-band { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee { animation: none; }
  .logo-viewport { overflow-x: auto; }
}

/* Podcast palette accents — added 21 August 2026 */
.card-grid .info-card { border-top: 3px solid var(--line); }
.card-grid .info-card { border-top-color: var(--ink); }

.proof-strip div { border-top-color: var(--ink); }

.quote-card { border-top: 3px solid var(--line); }
.quote-card { border-top-color: var(--ink); }

.gate-mark { display: flex; align-items: center; gap: 8px; }
.gate-mark::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); flex: 0 0 auto; }

/* Two-step variant (Discovery / Implementation) — added 21 August 2026 */
.steps-2 { grid-template-columns: repeat(2, minmax(0, 340px)); justify-content: start; }
@media (max-width: 800px) { .steps-2 { grid-template-columns: 1fr; } }

/* Impact stats (2-up variant of proof-strip) — added 22 August 2026 */
.proof-strip.stats-2 { grid-template-columns: repeat(2, minmax(0, 260px)); justify-content: center; text-align: center; max-width: 620px; margin-inline: auto; }
@media (max-width: 800px) { .proof-strip.stats-2 { grid-template-columns: 1fr; max-width: 320px; } }

/* Motion layer support — added 22 August 2026 */
.site-header { transition: box-shadow .35s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(0,0,0,.16); }

.info-card, .quote-card { transition: transform .3s ease, box-shadow .3s ease; }
.info-card:hover, .quote-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(39,34,55,.12); }

.training-list li { transition: transform .3s ease, box-shadow .3s ease; }
.training-list li:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(39,34,55,.1); }

.logo-marquee li { transition: transform .3s ease; }
.logo-marquee li:hover { transform: translateY(-4px); }

@media (prefers-reduced-motion: reduce) {
  .info-card, .quote-card, .training-list li, .logo-marquee li { transition: none; }
}

/* Sticky stage label while reading each gate's body copy — added 22 August 2026 */
@media (min-width: 861px) {
  .gate-aside { position: sticky; top: 110px; align-self: start; }
}
