:root {
  --ink: #1c1917;
  --paper: #f5f1e8;
  --accent: #1e3f3d;
  --muted: #5d5953;
  --line: #1c19172e;
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --wrap: 84rem;
  --gutter: clamp(2rem, 5vw, 5rem);
  --section: clamp(4rem, 7vw, 7rem);
  --header-height: 5.5rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1.5rem); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; text-wrap: balance; }
h1, h2 { line-height: 1.07; letter-spacing: -.015em; }
h1 { font-size: clamp(3.1rem, 5.3vw, 4.75rem); max-width: 23ch; }
h2 { font-size: clamp(2.45rem, 3.6vw, 3.4rem); max-width: 24ch; }
h3 { font-size: 1.75rem; line-height: 1.2; }
p { color: var(--muted); text-wrap: pretty; }
p + p { margin-top: 1.25rem; }
.shell { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { color: var(--accent); font-family: var(--sans); font-size: .6875rem; font-weight: 500; letter-spacing: .16em; line-height: 1.65; text-transform: uppercase; }
.section { padding-block: var(--section); border-top: 1px solid var(--line); }
.section-heading .eyebrow { margin-bottom: 1.4rem; }
.section-heading > p:not(.eyebrow) { margin-top: 1.65rem; max-width: 34rem; }
.dark { background: var(--ink); color: var(--paper); --muted: #ccc7bd; --line: #f5f1e83b; }
.dark .eyebrow { color: var(--muted); }
.dark :focus-visible { outline-color: var(--paper); }
.dark .text-link, .dark .row-arrow { color: var(--paper); }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-200%); background: var(--paper); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.header-inner { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; mix-blend-mode: multiply; }
.brand svg { filter: grayscale(1) contrast(1.4); }
.dark .brand { mix-blend-mode: screen; }
.dark .brand svg { filter: grayscale(1) contrast(1.4) invert(1); opacity: .91; }
.brand-symbol { width: 18px; height: 44px; }
.brand-wordmark { width: 183px; height: 26px; }
.main-nav { display: flex; align-items: center; height: 100%; gap: 2.8rem; font-size: .875rem; }
.main-nav a { position: relative; display: flex; align-items: center; min-height: 44px; white-space: nowrap; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.main-nav .nav-contact { border-left: 1px solid var(--line); padding-left: 2.8rem; gap: 2.5rem; }
.menu-toggle { display: none; }

.hero { border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 5vw, 5rem); padding-block: clamp(3.5rem, 6vw, 6rem); }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(3.15rem, 4.9vw, 4.2rem); line-height: 1.03; max-width: 18ch; }
.hero-audience { display: block; font-size: .66em; line-height: 1.18; margin-top: .4em; letter-spacing: -.01em; max-width: 23ch; color: #d5d0c6; }
.hero .eyebrow { color: var(--paper); margin-bottom: 1.5rem; }
.hero-description { max-width: 33rem; font-size: 1.0625rem; line-height: 1.8; margin-top: 1.65rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.8rem; margin-top: 2rem; }
.hero-figure { min-width: 0; overflow: hidden; }
.hero-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: 55% 64%; filter: saturate(.42) brightness(.9); }
.hero-baseline { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--line); padding-block: 1.1rem; }
.hero-baseline p { color: var(--paper); font: 500 1.35rem var(--serif); letter-spacing: .01em; }
.hero-baseline a { font-size: .75rem; display: flex; align-items: center; gap: 2rem; min-height: 44px; }
.button, .text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 48px; font-family: var(--sans); font-size: .875rem; font-weight: 500; line-height: 1.5; }
.button { padding: 1rem 1.4rem; background: var(--accent); color: var(--paper); border: 1px solid var(--accent); transition: background .2s, color .2s; }
.button:hover { background: var(--ink); }
.button-outline { background: transparent; border-color: var(--accent); color: var(--accent); }
.button-outline:hover { background: var(--accent); color: var(--paper); }
.dark .button-outline { border-color: #f5f1e8a6; color: var(--paper); }
.dark .button-outline:hover { background: var(--paper); color: var(--ink); }
.button span, .text-link span { font-size: 1.3em; flex: none; line-height: 1; }
.text-link { padding-block: .6rem; border-bottom: 1px solid currentColor; color: var(--accent); }
p + .text-link { margin-top: 1.65rem; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.statement { padding-block: clamp(4.5rem, 9vw, 9rem); }
.statement-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 4rem; }
.statement-layout > .eyebrow { padding-top: .55rem; }
.statement h2 { font-size: clamp(2.6rem, 3.8vw, 3.6rem); max-width: 25ch; }
.statement p:not(.eyebrow) { margin-top: 1.75rem; max-width: 38rem; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 4rem; align-items: start; margin-bottom: 3.6rem; }
.section-intro > p { padding-top: 2.4rem; }
.no-bottom { margin-bottom: 0; }
.services-section { border-top: 0; padding-top: 1rem; }
.service-links { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1.5rem; gap: 3rem; align-items: start; padding-block: 2.5rem; border-bottom: 1px solid var(--line); }
.service-row h3 { font-size: clamp(2rem, 2.6vw, 2.6rem); max-width: 20ch; }
.service-row p { font-size: 1rem; }
.service-outcome { font-size: .8125rem !important; margin-top: 1rem; line-height: 1.6; color: var(--ink); }
.service-outcome > span { display: block; color: var(--muted); font-size: .625rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .3rem; }
.row-arrow { font-family: var(--sans); font-size: 1.3rem; color: var(--accent); justify-self: end; transition: transform .2s; }
.service-row:hover h3, .situation-row:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.service-row:hover .row-arrow, .situation-row:hover .row-arrow { transform: translate(3px, -3px); }
.situations-layout, .service-detail-grid, .approach-layout, .contact-layout, .related-services { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(3rem, 6vw, 6rem); }
.situations-section { padding-block: clamp(4.5rem, 9vw, 9rem); }
.situation-list { border-top: 1px solid var(--line); }
.situation-row { display: grid; grid-template-columns: minmax(0, 1fr) 1.5rem; gap: 1.5rem; padding-block: 1.8rem; border-bottom: 1px solid var(--line); }
.situation-row h3 { font-size: 1.7rem; line-height: 1.22; }
.situation-row p { font-size: .9rem; margin-top: .7rem; max-width: 35rem; }
.work-deliverables { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; }
.work-deliverables > div { border-top: 1px solid var(--accent); padding-top: 1.5rem; }
.work-deliverables h3 { font-size: 2rem; margin-bottom: 1rem; }
.work-deliverables p { font-size: .95rem; }
.execution-note { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.15fr); gap: 3rem; margin-top: 3.5rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.execution-note p:not(.eyebrow) { font-size: .9rem; max-width: 47rem; }
.philosophy-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--accent); color: var(--paper); }
.philosophy-feature figure { position: relative; overflow: hidden; min-height: 34rem; }
.philosophy-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.35); }
.philosophy-copy { width: 100%; max-width: 42rem; padding: clamp(3rem, 5vw, 5rem); align-self: center; }
.philosophy-copy .eyebrow { color: var(--paper); margin-bottom: 1.5rem; }
.philosophy-copy p:not(.eyebrow) { color: var(--paper); margin-top: 1.5rem; max-width: 32rem; }
.philosophy-copy .text-link { color: var(--paper); }
.philosophy-feature :focus-visible { outline-color: var(--paper); }
.contact-band { padding-block: clamp(4.5rem, 9vw, 9rem); }
.contact-band-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4rem; }
.contact-band .eyebrow { margin-bottom: 1.5rem; }
.contact-band h2 { max-width: 24ch; }
.contact-band p:not(.eyebrow) { margin-top: 1.6rem; max-width: 32rem; }
.contact-band .button { justify-self: start; }

.page-intro { padding-block: 1.8rem var(--section); background: var(--ink); color: var(--paper); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem .8rem; font-size: .6875rem; line-height: 1.6; color: #ccc7bd; margin-bottom: clamp(3rem, 5vw, 5rem); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; padding-block: .4rem; }
.breadcrumbs span:last-child { max-width: 100%; }
.page-intro .eyebrow { color: #ccc7bd; margin-bottom: 1.6rem; }
.page-intro h1 { max-width: 23ch; }
.page-intro :focus-visible { outline-color: var(--paper); }
.page-lead { color: #ccc7bd; font-size: 1.1875rem; line-height: 1.8; max-width: 46rem; margin-top: 2rem; }
.page-intro + .services-section { padding-top: var(--section); }
.plain-list { list-style: none; padding: 0; margin: 0; }
.plain-list li { padding-block: 1.15rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.plain-list li:first-child { border-top: 1px solid var(--line); }
.questions h3 { font-family: var(--sans); font-size: .875rem; font-weight: 500; margin-bottom: 1.5rem; }
.scope-list { margin: 0; }
.scope-list > div { border-top: 1px solid var(--line); padding-block: 1.7rem; }
.scope-list > div:first-child { padding-top: 1.25rem; }
.scope-list > div:last-child { padding-bottom: 0; }
.scope-list dt { font-family: var(--serif); font-size: 1.85rem; font-weight: 500; line-height: 1.2; }
.scope-list dd { margin: .85rem 0 0; color: var(--muted); }
.detail-note { font-size: .85rem; margin-top: 1.5rem; }
.dark .plain-list { margin-top: 1.8rem; }
.related-services h2 { font-size: 2.3rem; }
.related-services > div { display: flex; flex-direction: column; gap: .65rem; }
.related-services a { gap: 1rem; font-size: 1rem; padding-block: 1rem; }
.about-river { margin-top: 2.5rem; }
.about-river img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.35); }
.philosophy-prose p:first-child { font-size: 1.1875rem; color: var(--ink); }
.approach-steps { list-style: none; margin: 0; padding: 0; }
.approach-steps li { display: grid; grid-template-columns: 1.5rem minmax(0, 1fr); gap: 1.5rem; border-top: 1px solid var(--line); padding-block: 1.8rem; }
.approach-steps li:first-child { padding-top: 1.25rem; }
.approach-steps li:last-child { padding-bottom: 0; }
.step-number { font-size: .75rem; color: var(--muted); padding-top: .25rem; font-variant-numeric: tabular-nums; }
.approach-steps h3 { font-size: 1.9rem; }
.approach-steps p { font-size: .9375rem; margin-top: .8rem; }

.contact-copy > p:not(.eyebrow) { max-width: 29rem; margin-top: 1.5rem; }
.contact-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.contact-form fieldset > .button { width: 100%; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem; }
.field { display: flex; flex-direction: column; margin-bottom: 1.6rem; min-width: 0; }
.field label { font-size: .875rem; margin-bottom: .7rem; line-height: 1.5; }
.field label span { color: var(--muted); font-size: .8rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #7c7972; border-radius: 0; background: transparent; padding: .8rem .9rem; font-size: 1rem; line-height: 1.5; }
.field textarea { resize: vertical; min-height: 150px; }
.field select { padding-right: 1.5rem; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field-hint { font-size: .75rem; color: var(--muted); margin-top: .65rem; }
.form-notice { font-size: .8rem; color: var(--muted); max-width: 35rem; margin-bottom: 1.5rem; }
.form-notice a { text-decoration: underline; text-underline-offset: 3px; }
.form-mode { font-size: .8rem; padding: 1rem 1.1rem; background: #1e3f3d0d; border-left: 2px solid var(--accent); margin-bottom: 2rem; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-status { margin-top: 1.5rem; font-size: .875rem; border-left: 2px solid var(--accent); padding: .5rem 0 .5rem 1rem; }
.form-status:focus { outline: 2px solid var(--accent); outline-offset: 5px; }
#contact-retry { background: transparent; border: 0; border-bottom: 1px solid; margin-top: 1rem; }
.no-js #contact-mode { display: none; }
.prose { max-width: 64rem; }
.prose h2 { font-size: 2.2rem; max-width: 32ch; margin-block: 3rem 1.25rem; }
.prose h2:first-child { margin-top: 0; }

.site-footer { padding-block: 4.5rem 2rem; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 5rem; padding-bottom: 4rem; }
.footer-top p { font-size: .9rem; margin-top: 1.5rem; }
.footer-nav { display: flex; flex-direction: column; gap: .5rem; font-size: .875rem; }
.footer-nav a { padding-block: .4rem; min-height: 44px; }
.footer-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-location { font-size: .85rem; }
.back-top { display: flex; align-items: center; gap: 2rem; font-size: .8rem; min-height: 44px; margin-top: 2rem; }
.footer-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem 2rem; padding-top: 1.5rem; position: relative; font-size: .75rem; color: var(--muted); }
.footer-bottom::before { content: ''; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line); }
.privacy-link { padding: .65rem 0; text-decoration: underline; text-underline-offset: 4px; }
.photo-credit { margin-left: auto; font-size: .6875rem; }
.photo-credit a { display: inline-block; padding-block: .4rem; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: .8rem; background: transparent; border: 0; padding: .8rem 0 .8rem .8rem; font-size: .85rem; min-height: 44px; }
  .menu-icon { width: 22px; height: 16px; position: relative; }
  .menu-icon::before, .menu-icon::after { content: ''; height: 1px; background: currentColor; position: absolute; left: 0; right: 0; transition: transform .2s, top .2s; }
  .menu-icon::before { top: 4px; }
  .menu-icon::after { top: 12px; }
  .menu-toggle[aria-expanded=true] .menu-icon::before { top: 8px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded=true] .menu-icon::after { top: 8px; transform: rotate(-45deg); }
  .main-nav { display: none; height: auto; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem var(--gutter) 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; max-height: 75dvh; overflow-y: auto; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .main-nav .nav-contact { border-left: 0; padding-left: 0; border-bottom: 0; justify-content: space-between; }
  .main-nav a::after { display: none; }
  .no-js .header-inner { height: auto; flex-wrap: wrap; padding-block: 1rem; gap: 1rem; }
  .no-js .menu-toggle { display: none; }
  .no-js .main-nav { display: flex; position: static; width: 100%; padding: 0; border: 0; max-height: none; }
  .section-intro, .statement-layout, .work-deliverables { gap: 2.5rem; }
  .service-row { gap: 2rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { gap: 3rem; }
}
@media (max-width: 760px) {
  :root { --header-height: 4.75rem; }
  body { font-size: 1rem; }
  h1 { font-size: clamp(2.75rem, 7.5vw, 3.8rem); }
  h2 { font-size: clamp(2.3rem, 6vw, 3rem); }
  .header-inner { gap: 1rem; }
  .brand-symbol { width: 16px; height: 39px; }
  .brand-wordmark { width: 152px; height: 23px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding-block: 3.5rem 2.5rem; }
  .hero h1 { font-size: clamp(2.95rem, 7.9vw, 3.8rem); max-width: 18ch; }
  .hero-audience { font-size: .68em; max-width: 24ch; }
  .hero-description { font-size: 1rem; line-height: 1.75; margin-top: 1.5rem; max-width: 32rem; }
  .hero .eyebrow { font-size: .625rem; letter-spacing: .13em; margin-bottom: 1.5rem; }
  .hero-image { aspect-ratio: 8 / 5; object-position: 55% 65%; }
  .hero-actions { margin-top: 1.75rem; column-gap: 1rem; }
  .hero-actions .button { padding: .875rem 1rem; }
  .hero-actions .button, .hero-actions .text-link { font-size: .8125rem; gap: 1rem; }
  .hero-baseline { padding-block: .85rem; gap: 1.5rem; }
  .hero-baseline p { font-size: 1.2rem; }
  .hero-baseline a { font-size: .6875rem; gap: 1rem; }
  .statement-layout, .section-intro, .situations-layout, .service-detail-grid, .approach-layout, .contact-layout, .related-services { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .statement-layout { gap: 1.75rem; }
  .statement h2 { font-size: clamp(2.5rem, 6vw, 3.3rem); }
  .section-intro { margin-bottom: 2.5rem; gap: 1.5rem; }
  .section-intro > p { padding-top: 0; }
  .section-heading > p:not(.eyebrow) { margin-top: 1.4rem; }
  .no-bottom { margin-bottom: 0; }
  .service-row { grid-template-columns: minmax(0, 1fr) 1.5rem; gap: 1rem; padding-block: 2rem; }
  .service-row h3 { grid-column: 1; font-size: 2rem; }
  .service-description { grid-column: 1; }
  .service-row .row-arrow { grid-column: 2; grid-row: 1 / 3; }
  .service-row p { font-size: .9375rem; }
  .service-outcome { margin-top: 1rem; }
  .work-deliverables { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .work-deliverables p { max-width: 35rem; }
  .execution-note { grid-template-columns: minmax(0, 1fr); gap: 1rem; margin-top: 2.5rem; }
  .philosophy-feature { grid-template-columns: minmax(0, 1fr); }
  .philosophy-feature figure { min-height: 0; aspect-ratio: 8 / 5; }
  .philosophy-feature img { height: 100%; }
  .philosophy-copy { max-width: var(--wrap); padding: 3rem var(--gutter) 3.5rem; }
  .contact-band-inner { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .page-intro { padding-top: 1.25rem; }
  .page-lead { font-size: 1.0625rem; margin-top: 1.5rem; }
  .breadcrumbs { margin-bottom: 2.5rem; }
  .about-river { margin-top: 2rem; }
  .about-river img { aspect-ratio: 8 / 5; }
  .philosophy-prose p:first-child { font-size: 1.0625rem; }
  .form-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem; }
  .footer-top { grid-template-columns: minmax(0, 1fr) auto; gap: 2.5rem; padding-bottom: 2.5rem; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-nav { font-size: .8125rem; }
  .footer-bottom { gap: .7rem 1.5rem; }
  .photo-credit { margin-left: 0; width: 100%; }
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hero-baseline a { font-size: 0; gap: 0; width: 44px; justify-content: flex-end; }
  .hero-baseline a span { font-size: 1.1rem; }

  .footer-location { font-size: .8125rem; }
  .back-top { gap: 1rem; }
}
@media (max-width: 360px) {
  :root { --gutter: 1.5rem; }
  .brand { gap: .5rem; }
  .brand-symbol { width: 15px; height: 37px; }
  .brand-wordmark { width: 138px; height: 21px; }
  .menu-toggle { gap: .5rem; font-size: .8rem; }
  .hero h1 { font-size: 2.8rem; }
  .hero-inner { padding-top: 3rem; }
  .button { gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .hero-figure, .hero::before, .hero-baseline, .contact-form, .site-footer, .button, .text-link, .philosophy-feature figure { display: none !important; }
  .shell { max-width: none; padding-inline: 0; }
  .section, .page-intro { padding-block: 2rem; }
  .hero-inner { min-height: 0; padding-block: 2rem; }
  .hero h1 { font-size: 3rem; }
  .dark, .page-intro, .philosophy-feature { background: var(--paper); color: var(--ink); --muted: var(--ink); --line: #1c191740; }
  .hero-audience, .hero-description, .hero .eyebrow, .page-lead, .page-intro .eyebrow, .philosophy-copy p:not(.eyebrow) { color: var(--ink); }
  h2, h3 { break-after: avoid; }
}
