:root {
  --ink: #111318;
  --ink-soft: #1b1e26;
  --paper: #f2f0ea;
  --white: #fffefa;
  --blue: #3159c6;
  --blue-deep: #1f3d86;
  --blue-pale: #dfe7fb;
  --coral: #d9654d;
  --muted: #60646d;
  --line: #d2d0c9;
  --line-dark: #343741;
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1280px;
  --ease: cubic-bezier(.22,.8,.22,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--sans); }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

.preview-ribbon { min-height: 32px; padding: 7px 24px; display: flex; justify-content: space-between; gap: 20px; background: var(--blue); color: white; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-header { height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid rgba(17,19,24,.12); background: rgba(242,240,234,.94); backdrop-filter: blur(18px); }
.identity { display: grid; grid-template-columns: 32px auto; align-items: center; column-gap: 10px; line-height: 1.05; }
.identity img { width: 32px; height: 32px; grid-row: span 2; object-fit: contain; }
.identity span { font-weight: 700; letter-spacing: -.02em; }
.identity small { color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(16px, 2.5vw, 34px); font-size: 11px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: -6px; background: var(--blue); transition: right .25s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; gap: 18px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; }
.header-cta:hover { background: var(--blue); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 740px; padding-block: 78px; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.kicker { margin-bottom: 18px; color: var(--blue-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 760px; margin-bottom: 28px; font: 500 clamp(4.3rem, 7.6vw, 8.5rem)/.84 var(--display); letter-spacing: -.065em; }
h1 em { color: var(--blue); font-weight: 500; }
.hero-lede { max-width: 690px; color: #494d56; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.action { min-height: 54px; display: inline-flex; align-items: center; gap: 36px; font-size: 11px; font-weight: 700; }
.action-primary { padding: 0 18px; background: var(--ink); color: white; box-shadow: 8px 8px 0 var(--blue-pale); }
.action-primary:hover { transform: translate(-2px,-2px); box-shadow: 12px 12px 0 var(--blue-pale); }
.action-text { padding: 0 4px; border-bottom: 1px solid var(--ink); }
.availability { max-width: 600px; margin: 34px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.hero-visual { min-height: 610px; position: relative; }
.portrait-frame, .stage-frame { width: 77%; height: 570px; margin-left: auto; position: relative; overflow: hidden; background: #cfd6e5; }
.portrait-frame::after, .stage-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(17,19,24,.12); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.stage-frame { width: 94%; height: 540px; }
.stage-frame img { width: 100%; height: 100%; object-fit: cover; }
.point-of-view { width: min(410px, 83%); padding: 28px; position: absolute; left: 0; bottom: 0; background: var(--ink); color: white; box-shadow: 0 30px 70px rgba(17,19,24,.24); }
.point-of-view p { margin: 0; font: italic 500 1.2rem/1.48 var(--display); }
.keynote-subtitle { max-width: 670px; margin: -10px 0 22px; font: 500 clamp(1.5rem, 2.7vw, 2.4rem)/1.15 var(--display); }
.impact-band, .signal-bar { padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; background: var(--ink); color: white; }
.impact-band div { padding-left: 20px; border-left: 1px solid var(--line-dark); }
.impact-band strong { display: block; color: #b9c9f4; font: 500 clamp(1.6rem, 2.6vw, 2.7rem)/1 var(--display); }
.impact-band span { display: block; margin-top: 8px; color: #a7aab2; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.signal-bar { grid-template-columns: repeat(3, 1fr); background: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.signal-bar p { margin: 0; }

.paths, .work, .media-kit, .keynote, .programs, .experience, .services, .process, .priority { padding-block: 124px; }
.section-heading { margin-bottom: 70px; display: grid; grid-template-columns: .52fr 1.18fr .8fr; gap: 38px; align-items: start; }
.section-heading .kicker { margin: 8px 0 0; }
.section-heading h2 { margin: 0; font: 500 clamp(2.8rem, 5vw, 5.5rem)/.95 var(--display); letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.inverse-heading { color: white; }
.inverse-heading .kicker { color: #aebfee; }
.inverse-heading > p:last-child { color: #aaadb5; }

.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.path-card { min-height: 590px; padding: 46px; position: relative; display: flex; flex-direction: column; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.path-card::after { content: ""; width: 320px; height: 320px; position: absolute; right: -110px; bottom: -110px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; transition: transform .5s var(--ease); }
.path-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(17,19,24,.16); }
.path-card:hover::after { transform: scale(1.2); }
.path-speaking { background: var(--blue); color: white; }
.path-fractional { background: var(--white); border: 1px solid var(--line); }
.path-type { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { margin: 90px 0 22px; font: 500 clamp(3rem, 5vw, 5.4rem)/.92 var(--display); letter-spacing: -.045em; }
.path-card p { max-width: 570px; font-size: 14px; opacity: .78; }
.path-card ul { margin: 28px 0 0; padding: 0; list-style: none; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.path-card li { padding: 8px 0; border-top: 1px solid currentColor; opacity: .7; }
.path-card b { margin-top: auto; display: flex; justify-content: space-between; font-size: 12px; }
.path-card i { font-style: normal; }

.proof, .audience-outcome, .formats, .fit { padding-block: 124px; background: var(--ink); color: white; }
.case-study { padding: 58px 0; display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; border-top: 1px solid var(--line-dark); }
.case-study:last-child { border-bottom: 1px solid var(--line-dark); }
.case-heading h3 { max-width: 540px; margin-bottom: 18px; font: 500 clamp(2.2rem, 4vw, 4rem)/1 var(--display); }
.case-heading > p:last-child { color: #8f939c; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.case-story { color: #b9bbc1; }
.case-story > p:first-child { font-size: 17px; }
.case-story ul { margin: 28px 0 0; padding: 0; list-style: none; }
.case-story li { padding: 12px 0 12px 22px; position: relative; border-top: 1px solid var(--line-dark); font-size: 13px; }
.case-story li::before { content: "↗"; position: absolute; left: 0; color: #aebfee; }
.case-proof { margin-top: 34px; padding: 24px; background: var(--blue); color: white; font-weight: 600; }

.work-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.work-columns article { min-height: 330px; padding: 36px; }
.work-columns article + article { border-left: 1px solid var(--line); }
.work-columns span, .service-grid article > span, .program-list article span, .fit-filter > span { color: var(--blue-deep); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.work-columns h3 { margin: 82px 0 18px; font: 500 2rem/1 var(--display); }
.work-columns p { color: var(--muted); font-size: 13px; }
.project-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.project-links a { padding: 11px 14px; border: 1px solid var(--line); background: var(--white); font-size: 10px; font-weight: 700; }
.project-links a:hover { border-color: var(--blue); color: var(--blue); }

.about { padding-block: 124px; background: var(--blue-pale); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.about-image { height: 680px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2, .media-intro h2, .inquiry-copy h2, .priority h2, .fit-copy h2 { margin-bottom: 28px; font: 500 clamp(2.7rem, 5vw, 5rem)/.96 var(--display); letter-spacing: -.04em; }
.about-copy > p:not(.kicker) { max-width: 660px; color: #424956; }
.about-copy .lead-quote { color: var(--ink); font: italic 500 1.65rem/1.38 var(--display); }

.media-kit { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.media-intro > p:last-child { color: var(--muted); }
.resource-list { border-top: 1px solid var(--line); }
.resource-list a { padding: 24px 0; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.resource-list a:hover { padding-inline: 12px; }
.resource-icon { width: 50px; height: 50px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 8px; letter-spacing: .07em; }
.resource-list b, .resource-list small { display: block; }
.resource-list b { font: 500 1.28rem var(--display); }
.resource-list small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.resource-list i { color: var(--blue); font-style: normal; }

.inquiry { padding-block: 124px; background: var(--ink); color: white; }
.inquiry-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 90px; }
.inquiry .kicker { color: #aebfee; }
.inquiry-copy > p:not(.kicker) { max-width: 500px; color: #a9acb4; }
.inquiry-copy dl { margin-top: 55px; }
.inquiry-copy dl div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-dark); }
.inquiry-copy dt { color: #8b8e97; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-copy dd { margin: 0; font-size: 11px; text-align: right; }
.qualification-form { padding: 40px; background: var(--white); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.qualification-form label { margin-bottom: 22px; display: block; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.qualification-form label b { float: right; color: #888b92; font-size: 8px; font-weight: 500; }
.qualification-form input, .qualification-form textarea, .qualification-form select { width: 100%; padding: 11px 0; display: block; border: 0; border-bottom: 1px solid #c7c7c2; border-radius: 0; outline: 0; background: var(--white); color: var(--ink); resize: vertical; text-transform: none; }
.qualification-form input:focus, .qualification-form textarea:focus, .qualification-form select:focus { border-color: var(--blue); }
.conditional-fields { margin: 5px 0 22px; padding: 22px; border: 1px solid var(--line); background: #f5f4ef; }
.priority-note p { margin: 0; color: var(--muted); font-size: 12px; }
.submit-button { width: 100%; min-height: 58px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; border: 0; background: var(--blue); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.submit-button:hover { background: var(--blue-deep); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.privacy-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; font-size: inherit; }

.editorial-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.editorial-grid article { min-height: 300px; padding: 34px; background: var(--paper); }
.editorial-grid .editorial-lead { grid-row: span 2; display: flex; align-items: flex-end; background: var(--blue); color: white; }
.editorial-lead p { font: 500 clamp(2rem, 3.5vw, 3.6rem)/1.08 var(--display); }
.editorial-grid h3 { margin-top: 90px; font: 500 1.8rem/1 var(--display); }
.editorial-grid article:not(.editorial-lead) p { color: var(--muted); font-size: 13px; }
.placeholder-note { margin-top: 18px; padding: 24px 28px; display: grid; grid-template-columns: .4fr 1.6fr; gap: 28px; border: 1px dashed #a8a8a1; background: var(--white); }
.placeholder-note b { color: var(--coral); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.placeholder-note p { margin: 0; font-family: var(--display); font-style: italic; }
.audience-outcome .outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); }
.audience-outcome .outcome-grid article { min-height: 300px; padding: 36px; }
.audience-outcome .outcome-grid article + article { border-left: 1px solid var(--line-dark); }
.outcome-grid h3 { margin: 100px 0 18px; font: 500 2rem/1 var(--display); }
.outcome-grid p { color: #aaadb4; font-size: 13px; }
.light-list { border-top: 1px solid var(--line); }
.program-list article { padding: 34px 0; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-bottom: 1px solid var(--line); }
.program-list article div { max-width: 850px; }
.program-list h3 { margin: 7px 0 8px; font: 500 clamp(1.8rem, 3vw, 3rem)/1 var(--display); }
.program-list p { margin: 0; color: var(--muted); font-size: 13px; }
.program-list article > b { color: var(--blue-deep); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.disclaimer { margin-top: 22px; color: var(--muted); font-size: 10px; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
.format-grid article { min-height: 260px; padding: 30px; }
.format-grid article:nth-child(3n+2), .format-grid article:nth-child(3n+3) { border-left: 1px solid var(--line-dark); }
.format-grid article:nth-child(n+4) { border-top: 1px solid var(--line-dark); }
.format-grid h3 { margin: 42px 0 6px; font: 500 1.8rem/1 var(--display); }
.format-grid p { color: #b7c6ef; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.format-grid span { color: #a6a9b0; font-size: 12px; }
.experience-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.experience-cloud span { padding: 13px 16px; border: 1px solid var(--line); background: var(--white); font-size: 11px; font-weight: 600; }

.fractional-visual { display: flex; align-items: center; }
.system-map { width: 82%; aspect-ratio: 1; margin-left: auto; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.system-map::before, .system-map::after { content: ""; position: absolute; border: 1px solid var(--blue-pale); border-radius: 50%; }
.system-map::before { inset: 14%; }.system-map::after { inset: 30%; }
.system-map span { position: absolute; padding: 8px 12px; background: var(--paper); border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.system-map span:nth-child(1) { top: 5%; left: 41%; }.system-map span:nth-child(2) { top: 44%; right: -2%; }.system-map span:nth-child(3) { bottom: 4%; left: 41%; }.system-map span:nth-child(4) { top: 44%; left: -1%; }
.system-map strong { position: relative; z-index: 1; color: var(--blue); font: 500 2.5rem var(--display); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-grid article { min-height: 560px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.service-grid h3 { margin: 72px 0 18px; font: 500 2.25rem/1 var(--display); }
.service-grid p { color: var(--muted); font-size: 13px; }
.service-grid ul { margin: auto 0 0; padding: 0; list-style: none; }
.service-grid li { padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.proof-cards { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.proof-cards article { min-height: 300px; padding: 30px; }
.proof-cards article + article { border-left: 1px solid var(--line-dark); }
.proof-cards strong { color: #b8c8f2; font: 500 clamp(2rem, 3.4vw, 3.7rem)/1 var(--display); }
.proof-cards h3 { margin: 70px 0 12px; font: 500 1.6rem var(--display); }
.proof-cards p { color: #a7aab1; font-size: 12px; }
.compact-case { margin-top: 70px; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.process-line article { min-height: 340px; padding: 32px; }
.process-line article + article { border-left: 1px solid var(--line); }
.process-line span { color: var(--blue-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.process-line h3 { margin: 100px 0 16px; font: 500 1.8rem/1 var(--display); }
.process-line p { color: var(--muted); font-size: 12px; }
.engagement-types { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.engagement-types span { padding: 10px 13px; border: 1px solid var(--line); background: var(--white); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.fit { background: var(--blue-pale); color: var(--ink); }
.fit-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.fit-copy > p:not(.kicker) { max-width: 720px; color: #4e5562; }
.fit-copy ul { margin: 32px 0 0; padding: 0; list-style: none; }
.fit-copy li { padding: 12px 0 12px 23px; position: relative; border-top: 1px solid #bcc6df; font-size: 13px; }
.fit-copy li::before { content: "↗"; position: absolute; left: 0; color: var(--blue); }
.fit-filter { padding: 40px; background: var(--ink); color: white; }
.fit-filter > span { color: #b7c6ef; }
.fit-filter p { margin: 42px 0 0; color: #b2b5bc; font-size: 13px; }
.priority { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.priority > div:last-child p { color: var(--muted); }
.priority-link { margin-top: 24px; padding-bottom: 8px; display: inline-flex; gap: 70px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; }

footer { background: #090a0d; color: white; }
.footer-main { padding-block: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-brand img { width: 38px; height: 38px; margin-bottom: 24px; object-fit: contain; }
.footer-brand h2 { margin-bottom: 5px; font: 500 2rem var(--display); }
.footer-brand p { color: #858993; font-size: 11px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links span { margin-bottom: 8px; color: #727680; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { font-size: 12px; }
.footer-base { padding-block: 17px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #24262d; color: #70737c; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-dialog { width: min(560px, calc(100% - 32px)); padding: 44px; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.privacy-dialog::backdrop { background: rgba(7,8,11,.72); backdrop-filter: blur(4px); }
.privacy-dialog h2 { font: 500 2.3rem/1 var(--display); }
.privacy-dialog > p:not(.kicker) { color: var(--muted); font-size: 13px; }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.dialog-action { margin-top: 14px; padding: 12px 18px; border: 0; background: var(--ink); color: white; cursor: pointer; }
.toast { min-width: 280px; padding: 16px 20px; position: fixed; left: 50%; bottom: 28px; z-index: 50; display: flex; flex-direction: column; transform: translate(-50%, 160%); background: white; box-shadow: 0 20px 60px rgba(0,0,0,.24); font-size: 11px; transition: transform .35s var(--ease); }
.toast.show { transform: translate(-50%, 0); }
.toast span { color: var(--muted); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; padding: 9px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; background: var(--ink); }
  .mobile-nav { position: absolute; inset: 82px 0 auto; padding: 24px; flex-direction: column; gap: 15px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-nav:not([hidden]) { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 650px; }.portrait-frame { width: 74%; }
  .section-heading { grid-template-columns: .4fr 1.2fr; }.section-heading > p:last-child { grid-column: 2; }
  .case-study { gap: 50px; }
  .media-kit, .inquiry-grid, .about-grid, .fit-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-image { height: 560px; }
  .work-columns, .service-grid { grid-template-columns: 1fr; }
  .work-columns article + article { border-left: 0; border-top: 1px solid var(--line); }
  .service-grid article { min-height: 430px; }
  .proof-cards { grid-template-columns: 1fr 1fr; }.proof-cards article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }.proof-cards article:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .process-line { grid-template-columns: 1fr 1fr; }.process-line article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.process-line article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .section-shell { width: min(calc(100% - 30px), var(--max)); }
  .preview-ribbon { padding-inline: 15px; }.preview-ribbon span:last-child { display: none; }
  .site-header { height: 68px; padding-inline: 15px; }.mobile-nav { top: 68px; }
  .identity small { display: none; }
  .hero { min-height: auto; padding-block: 55px; gap: 46px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 535px; }.portrait-frame, .stage-frame { width: 88%; height: 480px; }.point-of-view { width: 90%; padding: 22px; }
  .impact-band, .signal-bar { grid-template-columns: 1fr; gap: 0; padding-block: 14px; }
  .impact-band div { padding: 15px 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .signal-bar p { padding: 8px 0; }
  .paths, .work, .media-kit, .keynote, .programs, .experience, .services, .process, .priority, .proof, .audience-outcome, .formats, .fit, .about, .inquiry { padding-block: 86px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 48px; }.section-heading > p:last-child { grid-column: auto; }
  .section-heading h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .path-grid { grid-template-columns: 1fr; }.path-card { min-height: 520px; padding: 30px 24px; }.path-card h3 { margin-top: 62px; }
  .case-study { grid-template-columns: 1fr; gap: 25px; padding: 46px 0; }
  .work-columns article { min-height: 280px; padding: 28px 22px; }.work-columns h3 { margin-top: 58px; }
  .about-image { height: 450px; }
  .media-kit { gap: 42px; }
  .resource-list a { grid-template-columns: 54px 1fr auto; gap: 12px; }.resource-list small { max-width: 190px; }
  .qualification-form { padding: 26px 18px; }.field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-grid { width: min(calc(100% - 30px), var(--max)); }
  .editorial-grid { grid-template-columns: 1fr; }.editorial-grid .editorial-lead { grid-row: auto; min-height: 410px; }.editorial-grid h3 { margin-top: 40px; }
  .placeholder-note { grid-template-columns: 1fr; }
  .audience-outcome .outcome-grid { grid-template-columns: 1fr; }.audience-outcome .outcome-grid article + article { border-left: 0; border-top: 1px solid var(--line-dark); }
  .program-list article { grid-template-columns: 1fr; gap: 16px; }
  .format-grid { grid-template-columns: 1fr; }.format-grid article:nth-child(n) { border-left: 0; border-top: 1px solid var(--line-dark); }.format-grid article:first-child { border-top: 0; }
  .system-map { width: 94%; }.system-map strong { font-size: 2rem; }
  .service-grid article { min-height: 470px; padding: 28px 24px; }
  .proof-cards { grid-template-columns: 1fr; }.proof-cards article:nth-child(n) { min-height: 250px; border-left: 0; border-top: 1px solid var(--line-dark); }.proof-cards article:first-child { border-top: 0; }
  .process-line { grid-template-columns: 1fr; }.process-line article:nth-child(n) { min-height: 280px; border-left: 0; border-top: 1px solid var(--line); }.process-line article:first-child { border-top: 0; }.process-line h3 { margin-top: 65px; }
  .priority { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }.footer-base { flex-wrap: wrap; }
  .privacy-dialog { padding: 38px 24px 28px; }
}

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