/* Cooperation: real photography, content-led sizing, and shared site boundaries. */
html[data-theme="dark"] body.coop-page-v4 .site-header.site-header.site-header .header-icon:hover { background: #294335 !important; color: #edf4ed !important; }
.coop-page-v4 .coop-main {
  --coop-paper: #f7f8f5;
  --coop-surface: #fff;
  --coop-ink: #172e26;
  --coop-text: #506259;
  --coop-muted: #64736c;
  --coop-line: #dbe2dc;
  --coop-green: #246b4d;
  --coop-soft: #edf2eb;
  --coop-accent: #c6ed90;
  --coop-section-space: clamp(32px,3.2vw,48px);
  color: var(--coop-ink);
  background: var(--coop-paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
}
html[data-theme="dark"] .coop-page-v4 .coop-main {
  --coop-paper: #111e19;
  --coop-surface: #182820;
  --coop-ink: #eff5ef;
  --coop-text: #bac8bf;
  --coop-muted: #a3b4a9;
  --coop-line: #364a3e;
  --coop-green: #c6ed90;
  --coop-soft: #1b3026;
}
.coop-main *, .coop-main *::before, .coop-main *::after { box-sizing: border-box; }
.coop-page-v4 .coop-main :where(h1,h2,h3,p,figure,dl,dd,ul,ol) { margin: 0; }
.coop-main :is(ul,ol) { list-style: none; padding: 0; }
.coop-page-v4 .coop-main a { color: inherit; text-decoration: none; }
.coop-main img { display: block; max-width: 100%; }
.coop-main em { font-style: normal; }
.coop-main [hidden] { display: none !important; }
.coop-main :is(a,button,summary,[tabindex]):focus-visible { outline: 3px solid #4a9dff; outline-offset: 5px; }
.coop-main :is(section,article,[id]) { scroll-margin-top: calc(var(--site-header-height,60px) + 90px); }
.coop-page-v4 .sp-shell { width: min(calc(100% - 64px),1368px); margin-inline: auto; }
.coop-section { padding-block: var(--coop-section-space); }
.coop-main .coop-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--coop-green); font-size: 12px; font-weight: 600; line-height: 1.5; letter-spacing: .1em; }
.coop-eyebrow > span { width: 22px; height: 2px; background: currentColor; flex-shrink: 0; }
.coop-eyebrow b { font-size: 11px; font-weight: 500; opacity: .75; }
.coop-main .coop-button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 16px 24px; border: 1px solid transparent; border-radius: 3px; min-height: 56px; font-size: 16px; font-weight: 650; line-height: 1.5; transition: background .2s, border-color .2s; }
.coop-main .coop-button.is-primary { background: var(--coop-accent); color: #102c20; }
.coop-main .coop-button.is-primary:hover { background: #defbb4; }
.coop-button img, .coop-text-link img { width: 20px; height: 20px; flex: 0 0 20px; transition: transform .25s; }
.coop-main .coop-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 15px; font-weight: 600; }
.coop-text-link:hover img, .coop-button:hover img { transform: translate(3px,-3px); }

/* The photograph fills the viewport; all copy remains in normal document flow. */
.coop-hero { position: relative; isolation: isolate; display: flex; min-height: clamp(640px,calc(100svh - 132px),840px); color: #fff; background: #0a241b; }
.coop-hero-image { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.coop-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 57%; }
.coop-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(4,25,18,.94) 0%,rgba(4,25,18,.76) 36%,rgba(4,25,18,.12) 75%),linear-gradient(0deg,rgba(4,25,18,.8),transparent 38%); }
.coop-hero-content { display: flex; flex-direction: column; justify-content: space-between; padding-block: clamp(66px,7vw,108px) 32px; gap: 64px; }
.coop-hero-copy { max-width: min(780px,65%); }
.coop-main .coop-hero .coop-eyebrow { color: #d4e8cd; }
.coop-page-v4 .coop-main .coop-hero h1 { max-width: none; margin: 26px 0 0; color: #fff; font-size: clamp(52px,5.65vw,86px); font-weight: 650; letter-spacing: -.035em; line-height: 1.22; }
.coop-hero h1 > span { display: block; }
.coop-hero h1 em { color: #c6ed90; }
.coop-main .coop-hero-lead { max-width: 31em; margin-top: 28px; color: #e2eadd; font-size: clamp(16px,1.32vw,19px); line-height: 1.85; text-wrap: pretty; }
.coop-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.coop-hero .coop-text-link { color: #fff; }
.coop-hero .coop-text-link img { filter: brightness(0) invert(1); }
.coop-hero-foot { display: flex; align-items: end; justify-content: space-between; gap: 24px; border-top: 1px solid #ffffff45; padding-top: 22px; }
.coop-hero-foot p:first-child { display: grid; gap: 4px; }
.coop-hero-foot p span { font-size: 14px; color: #e1ebde; }
.coop-hero-foot strong { font-size: 12px; font-weight: 500; letter-spacing: .15em; }
.coop-main .coop-hero-caption { margin-left: auto; color: #e1ebde; font-size: 14px; line-height: 1.7; }
.coop-hero-foot > a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #ffffff65; border-radius: 50%; margin-left: 30px; }
.coop-hero-foot > a img { width: 18px; filter: brightness(0) invert(1); }
.coop-hero-foot > a:hover { background: #ffffff20; }

/* A compact, predictable section index stays below the shared navigation. */
.coop-section-nav { position: sticky; top: var(--site-header-height,60px); z-index: 25; border-bottom: 1px solid var(--coop-line); background: var(--coop-surface); }
body.coop-page-v4:has(.site-header.is-header-hidden) .coop-section-nav { top: 0; }
.coop-section-nav > div { display: flex; min-height: 72px; align-items: center; gap: clamp(24px,3.2vw,50px); }
.coop-section-nav span { font-size: 14px; font-weight: 650; margin-right: auto; }
.coop-section-nav a { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; font-size: 14px; border-bottom: 2px solid transparent; white-space: nowrap; }
.coop-section-nav a:hover { color: var(--coop-green); }
.coop-section-nav a[aria-current="location"] { color: var(--coop-green); border-bottom-color: var(--coop-green); }
.coop-section-nav a.coop-nav-contact { color: var(--coop-green); font-weight: 650; margin-left: auto; }
.coop-nav-contact img { width: 17px; }
html[data-theme="dark"] .coop-nav-contact img { filter: invert(1); }

.coop-section-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.8fr); align-items: end; gap: 56px; margin-bottom: 28px; }
.coop-page-v4 .coop-main h2 { max-width: none; margin: 17px 0 0; font-size: clamp(34px,3.25vw,50px); line-height: 1.28; font-weight: 620; letter-spacing: -.03em; color: var(--coop-ink); }
.coop-main h2 em { color: var(--coop-green); }
.coop-section-intro > p { max-width: 37em; padding-bottom: 4px; color: var(--coop-text); font-size: 16px; line-height: 1.9; text-wrap: pretty; }
.coop-anchor { display: block; scroll-margin-top: 160px; }
.coop-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.coop-service-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--coop-line); border-radius: 4px; overflow: hidden; background: var(--coop-surface); transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .25s, box-shadow .35s; }
.coop-service-image { position: relative; aspect-ratio: 1.5; overflow: hidden; background: #143728; }
.coop-service-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.3,1); }
.coop-service-image > span { position: absolute; left: 14px; bottom: 14px; padding: 5px 9px; color: white; background: #102b24e8; font-size: 11px; line-height: 1.5; letter-spacing: .08em; }
.coop-service-body { display: flex; flex-direction: column; flex: 1; padding: 25px 22px 16px; }
.coop-main .coop-service-body h3 { color: var(--coop-ink); font-size: clamp(20px,1.68vw,25px); line-height: 1.4; font-weight: 650; letter-spacing: -.025em; }
.coop-main .coop-service-body > p { margin-top: 16px; color: var(--coop-text); font-size: 15px; line-height: 1.9; }
.coop-service-delivery { display: grid; gap: 5px; margin-top: auto; padding-top: 24px; }
.coop-service-delivery > span { font-size: 12px; color: var(--coop-muted); }
.coop-service-delivery strong { font-size: 13px; line-height: 1.75; font-weight: 500; color: var(--coop-ink); }
.coop-service-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 54px; margin-top: 22px; padding-top: 7px; border-top: 1px solid var(--coop-line); color: var(--coop-green); font-size: 14px; font-weight: 600; }
.coop-service-link img { width: 20px; height: 20px; transition: transform .3s; }
html[data-theme="dark"] .coop-service-link img { filter: invert(1); }
.coop-main .coop-image-note { margin-top: 20px; color: var(--coop-muted); font-size: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; }
.coop-image-note a { display: inline-flex; align-items: center; gap: 5px; min-height: 36px; text-decoration: underline !important; text-underline-offset: 4px; }
.coop-image-note img { width: 12px; }

/* Demand matcher: no fixed columns wider than their available space. */
.coop-fit { color: #f3f6f0; background: #10271f; }
.coop-fit .coop-section-intro .coop-eyebrow { color: #b9d3bd; }
.coop-page-v4 .coop-fit h2 { color: #fff; }
.coop-fit h2 em { color: #c6ed90; }
.coop-fit .coop-section-intro > p { color: #c2cec5; }
.coop-fit-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #ffffff35; border-bottom: 0; }
.coop-fit-nav button { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 78px; padding: 18px 20px; border: 0; border-right: 1px solid #ffffff35; border-radius: 0; background: #163227; color: #e5eee5; font: inherit; font-size: 15px; font-weight: 550; text-align: left; cursor: pointer; transition: background .2s,color .2s; }
.coop-fit-nav button:last-child { border-right: 0; }
.coop-fit-nav button span { font: 12px/1.5 "Segoe UI",sans-serif; opacity: .7; }
.coop-fit-nav button img { width: 16px; margin-left: auto; filter: invert(1); transition: transform .25s; }
.coop-fit-nav button:hover { background: #294637; }
.coop-fit-nav button[aria-selected="true"] { color: #10271f; background: #c6ed90; }
.coop-fit-nav button[aria-selected="true"] img { filter: none; }
.coop-fit-nav button[aria-selected="true"] img { transform: translate(3px,-3px); }
.coop-fit-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); color: #172e26; background: #f3f6ed; }
.coop-fit-panel figure { position: relative; min-width: 0; overflow: hidden; background: #254331; }
.coop-fit-panel figure > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.coop-fit-panel figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 13px 16px; font-size: 11px; letter-spacing: .09em; color: #fff; background: #11291ee8; }
.coop-fit-panel figcaption span { font-size: 12px; letter-spacing: .05em; }
.coop-fit-copy { display: flex; flex-direction: column; align-items: start; padding: clamp(32px,4vw,60px); min-width: 0; }
.coop-fit-copy .coop-eyebrow { color: #3b6a4b; font-size: 12px; }
.coop-page-v4 .coop-fit-copy h3 { margin-top: 17px; color: #172e26; font-size: clamp(28px,2.5vw,38px); line-height: 1.35; font-weight: 620; letter-spacing: -.025em; }
.coop-main .coop-fit-copy > p:not(.coop-eyebrow) { margin-top: 22px; font-size: 16px; line-height: 1.9; color: #506259; }
.coop-fit-copy ul { display: grid; gap: 9px; margin-top: 22px !important; }
.coop-fit-copy li { padding-left: 24px; color: #365440; font-size: 14px; line-height: 1.75; background: url('./icons/lucide/check.svg') no-repeat left .28em / 16px; }
.coop-fit-copy .coop-text-link { margin-top: 26px; color: #1d5d3e; border-bottom: 1px solid #749b73; }

.coop-evidence-strip { display: flex; align-items: center; gap: 48px; padding-block: 32px 38px; border-block: 1px solid var(--coop-line); }
.coop-evidence-strip > p { flex: 0 0 150px; font-size: 20px; font-weight: 600; }
.coop-evidence-strip > p span { display: block; margin-top: 6px; color: var(--coop-muted); font-size: 13px; font-weight: 400; }
.coop-evidence-strip dl { flex: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.coop-evidence-strip dt { color: var(--coop-green); font-size: clamp(38px,4vw,58px); line-height: 1.25; font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.coop-evidence-strip dt sup { font-size: .45em; vertical-align: top; line-height: 1.8; }
.coop-evidence-strip dt small { font-size: .55em; font-weight: 300; }
.coop-evidence-strip dd { margin-top: 8px !important; font-size: 13px; line-height: 1.65; color: var(--coop-text); }
.coop-evidence-strip > a { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; min-height: 44px; }
.coop-evidence-strip > a img { width: 18px; }
.coop-principles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 42px; margin-top: 44px !important; }
.coop-principles li > span { color: var(--coop-muted); font-size: 11px; letter-spacing: .09em; }
.coop-main .coop-principles h3 { color: var(--coop-ink); margin-top: 18px; font-size: 22px; line-height: 1.5; font-weight: 600; }
.coop-main .coop-principles p { margin-top: 10px; font-size: 15px; line-height: 1.85; color: var(--coop-text); }
.coop-process { background: var(--coop-soft); }
.coop-process-track { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-block: 1px solid var(--coop-line); }
.coop-process-track > li { display: flex; flex-direction: column; align-items: start; gap: 16px; padding: 32px clamp(20px,2.4vw,38px); border-right: 1px solid var(--coop-line); }
.coop-process-track > li:first-child { padding-left: 0; }
.coop-process-track > li:last-child { padding-right: 0; border: 0; }
.coop-process-number { font-size: 44px; font-weight: 400; letter-spacing: -.05em; line-height: 1.2; color: var(--coop-green); }
.coop-main .coop-process-track h3 { margin-top: 14px; font-size: 24px; line-height: 1.4; font-weight: 600; color: var(--coop-ink); }
.coop-process-track p { font-size: 15px; line-height: 1.85; color: var(--coop-text); }
.coop-process-track dl { margin-top: auto !important; padding-top: 20px; }
.coop-process-track dt { color: var(--coop-muted); font-size: 12px; }
.coop-process-track dd { margin-top: 5px !important; font-size: 14px; color: var(--coop-ink); }
html[data-theme="dark"] .coop-evidence-strip img { filter: invert(1); }
.coop-contact-band { padding-block: var(--coop-section-space); color: #fff; background: #123d2e; }
.coop-contact-band > div { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.coop-contact-band .coop-eyebrow { color: #c1d7be; }
.coop-page-v4 .coop-contact-band h2 { color: #fff; font-size: clamp(34px,4vw,60px); }
.coop-contact-band h2 em { color: #c6ed90; }
.coop-main .coop-contact-band h2 + p { max-width: 38em; margin-top: 20px; color: #d1e2ce; font-size: 16px; line-height: 1.8; }
.coop-contact-band .coop-button { flex-shrink: 0; }
.coop-credits { padding-block: 20px; border-bottom: 1px solid var(--coop-line); background: var(--coop-surface); font-size: 12px; color: var(--coop-muted); }
.coop-credits summary { cursor: pointer; width: fit-content; min-height: 28px; }
.coop-credits details > p { margin-block: 14px !important; max-width: 76em; line-height: 1.9; }
.coop-credits ul { display: flex; gap: 8px 24px; flex-wrap: wrap; }
.coop-credits a { text-decoration: underline !important; text-underline-offset: 3px; }

/* Direct pointer feedback: clear states, real image depth, and readable motion. */
@media (hover: hover) and (pointer: fine) {
  .coop-hero { overflow: hidden; }
  .coop-hero-image img { transform: scale(1.035) translate(var(--hero-pan-x,0px),var(--hero-pan-y,0px)); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
  .coop-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0; background: radial-gradient(700px circle at var(--pointer-x,65%) var(--pointer-y,40%),#c6ed9023,transparent 72%); transition: opacity .45s; }
  .coop-hero.is-pointer-active::after { opacity: 1; }
  .coop-service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid transparent; opacity: 0; background: radial-gradient(360px circle at var(--pointer-x,50%) var(--pointer-y,30%),#c6ed9024,transparent 70%); transition: opacity .3s; }
  .coop-service-card:is(:hover,:focus-visible) { transform: translateY(-9px); border-color: var(--coop-green); box-shadow: 0 24px 52px #0c302328; }
  .coop-service-card:is(:hover,:focus-visible)::after { opacity: 1; }
  .coop-service-card:is(:hover,:focus-visible) .coop-service-image > img { transform: scale(1.09); }
  .coop-service-card:is(:hover,:focus-visible) .coop-service-link img { transform: translate(4px,-4px); }
  .coop-service-card:is(:hover,:focus-visible) .coop-service-image > span { color: #10271f; background: #c6ed90; }
  .coop-main .coop-button { position: relative; isolation: isolate; overflow: hidden; transition: transform .25s, box-shadow .25s, background .25s; }
  .coop-main .coop-button::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0; background: radial-gradient(170px circle at var(--pointer-x,50%) var(--pointer-y,50%),#ffffffa0,transparent 75%); transition: opacity .25s; }
  .coop-main .coop-button:is(:hover,:focus-visible) { transform: translateY(-3px); box-shadow: 0 12px 26px #07261930; }
  .coop-main .coop-button:hover::before { opacity: 1; }
  .coop-fit-nav button:hover { background: #c6ed90; color: #10271f; }
  .coop-fit-nav button:hover img { filter: none; transform: translate(3px,-3px); }
}
@media (prefers-reduced-motion: no-preference) {
  .coop-fit-panel.is-active figure > img { animation: coop-photo-enter .65s cubic-bezier(.2,.7,.2,1) both; }
  .coop-fit-panel.is-active .coop-fit-copy > * { animation: coop-copy-enter .45s cubic-bezier(.2,.7,.2,1) both; }
  .coop-fit-panel.is-active .coop-fit-copy > :nth-child(2) { animation-delay: .045s; }
  .coop-fit-panel.is-active .coop-fit-copy > :nth-child(3) { animation-delay: .08s; }
  .coop-fit-panel.is-active .coop-fit-copy > :nth-child(n+4) { animation-delay: .12s; }
}
@keyframes coop-photo-enter { from { opacity: .3; transform: scale(1.075); } to { opacity: 1; transform: scale(1); } }
@keyframes coop-copy-enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1199px) {
  .coop-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .coop-service-image { aspect-ratio: 1.9; }
  .coop-service-body { padding: 26px; }
  .coop-main .coop-service-body h3 { font-size: 25px; }
  .coop-main .coop-service-body > p { font-size: 16px; }
  .coop-fit-nav button { padding: 18px 14px; gap: 8px; font-size: 14px; }
  .coop-fit-nav button img { display: none; }
  .coop-evidence-strip { gap: 24px; }
  .coop-evidence-strip > p { flex-basis: 125px; }
  .coop-principles { gap: 28px; }
  .coop-desktop-break { display: none; }
}
@media (max-width: 960px) {
  body.coop-page-v4 .main-nav { background: var(--ref-surface); }
}
@media (max-width: 800px) {
  .coop-hero { min-height: 680px; }
  .coop-hero-copy { max-width: 90%; }
  .coop-hero::before { background: linear-gradient(90deg,#041912e0,#04191250),linear-gradient(0deg,#041912cc,transparent 60%); }
  .coop-section-nav > div { gap: 24px; }
  .coop-section-nav span, .coop-section-nav .coop-nav-contact { display: none; }
  .coop-section-nav a { flex: 1; }
  .coop-section-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 24px; }
  .coop-fit-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .coop-fit-nav button { padding: 20px; font-size: 15px; min-height: 66px; }
  .coop-fit-nav button:nth-child(-n+2) { border-bottom: 1px solid #ffffff35; }
  .coop-fit-nav button:nth-child(even) { border-right: 0; }
  .coop-fit-panel { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); }
  .coop-fit-copy { padding: 30px; }
  .coop-page-v4 .coop-fit-copy h3 { font-size: 27px; }
  .coop-evidence-strip { flex-wrap: wrap; }
  .coop-evidence-strip > p { flex-basis: calc(100% - 140px); }
  .coop-evidence-strip dl { flex-basis: 100%; order: 3; gap: 20px; }
  .coop-evidence-strip > a { margin-left: auto; }
  .coop-principles { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .coop-process-track { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .coop-process-track > li { padding: 28px !important; }
  .coop-process-track > li:nth-child(even) { border-right: 0; }
  .coop-process-track > li:nth-child(-n+2) { border-bottom: 1px solid var(--coop-line); }
}
@media (max-width: 600px) {
  .coop-page-v4 .sp-shell { width: calc(100% - 28px); }
  .coop-hero { min-height: min(700px,calc(100svh - 60px)); }
  .coop-hero-content { padding-block: 60px 25px; gap: 66px; }
  .coop-hero-copy { max-width: 100%; }
  .coop-hero .coop-eyebrow { font-size: 12px; gap: 10px; }
  .coop-hero .coop-eyebrow b { display: none; }
  .coop-page-v4 .coop-main .coop-hero h1 { font-size: clamp(36px,10.9vw,60px); line-height: 1.28; letter-spacing: -.035em; margin-top: 24px; }
  .coop-hero-image img { object-position: 66% 50%; }
  .coop-hero::before { background: linear-gradient(90deg,#041912e6,#04191270),linear-gradient(0deg,#041912cc,transparent 70%); }
  .coop-main .coop-hero-lead { margin-top: 23px; font-size: 16px; line-height: 1.9; max-width: 23em; }
  .coop-hero-actions { gap: 12px 18px; margin-top: 28px; }
  .coop-main .coop-button { font-size: 15px; min-height: 52px; padding: 13px 18px; gap: 18px; }
  .coop-main .coop-hero .coop-text-link { font-size: 14px; gap: 8px; }
  .coop-main .coop-hero-caption { display: none; }
  .coop-hero-foot { padding-top: 18px; }
  .coop-hero-foot strong { font-size: 10px; letter-spacing: .11em; }
  .coop-hero-foot > a { margin-left: 0; }
  .coop-section-nav > div { min-height: 56px; gap: 6px; }
  .coop-section-nav a { min-height: 56px; font-size: 13px; }
  .coop-page-v4 .coop-main h2 { margin-top: 15px; font-size: clamp(29px,7.8vw,40px); line-height: 1.35; letter-spacing: -.035em; }
  .coop-section-intro > p { font-size: 15px; line-height: 1.85; }
  .coop-services-grid { grid-template-columns: 1fr; gap: 24px; }
  .coop-service-image { aspect-ratio: 1.9; }
  .coop-service-body { padding: 23px 22px 13px; }
  .coop-main .coop-service-body h3 { font-size: 24px; }
  .coop-main .coop-service-body > p { margin-top: 12px; font-size: 15px; }
  .coop-service-delivery { padding-top: 18px; }
  .coop-service-link { margin-top: 16px; }
  .coop-main .coop-image-note { font-size: 12px; gap: 0; }
  .coop-fit-nav button { font-size: 13px; padding: 15px 10px; min-height: 64px; gap: 7px; }
  .coop-fit-nav button span { font-size: 11px; }
  .coop-fit-panel { grid-template-columns: 1fr; }
  .coop-fit-panel figure { aspect-ratio: 1.7; }
  .coop-fit-panel figcaption { left: 16px; right: 16px; bottom: 16px; padding: 10px 12px; font-size: 10px; }
  .coop-fit-copy { padding: 28px 22px; }
  .coop-page-v4 .coop-fit-copy h3 { font-size: clamp(26px,7.2vw,34px); }
  .coop-main .coop-fit-copy > p:not(.coop-eyebrow) { margin-top: 18px; font-size: 15px; line-height: 1.85; }
  .coop-fit-copy li { font-size: 14px; }
  .coop-evidence-strip { gap: 26px 12px; padding-block: 24px 28px; }
  .coop-evidence-strip > p { font-size: 18px; }
  .coop-evidence-strip dl { gap: 12px; }
  .coop-evidence-strip dt { font-size: 36px; }
  .coop-evidence-strip dd { font-size: 12px; text-wrap: balance; }
  .coop-principles { gap: 28px 20px; margin-top: 32px !important; }
  .coop-principles li > span { font-size: 10px; }
  .coop-main .coop-principles h3 { font-size: 19px; margin-top: 12px; }
  .coop-main .coop-principles p { font-size: 14px; }
  .coop-process-track { grid-template-columns: 1fr; border-bottom: 0; }
  .coop-process-track > li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px 20px; padding: 25px 0 !important; border-right: 0; border-bottom: 1px solid var(--coop-line) !important; }
  .coop-process-number { grid-row: 1 / 4; font-size: 34px; }
  .coop-main .coop-process-track h3 { margin: 0; font-size: 22px; }
  .coop-process-track dl { padding-top: 8px; }
  .coop-process-track p { font-size: 15px; }
  .coop-contact-band > div { align-items: flex-start; flex-direction: column; gap: 32px; }
  .coop-page-v4 .coop-contact-band h2 { font-size: clamp(32px,8.5vw,44px); }
  .coop-credits ul { display: grid; gap: 8px; }
}
@media (max-width: 359px) {
  .coop-hero-content { padding-top: 42px; gap: 44px; }
  .coop-page-v4 .coop-main .coop-hero h1 { font-size: 36px; }
  .coop-hero-actions { column-gap: 16px; }
  .coop-main .coop-hero .coop-text-link { padding-inline: 2px; }
  .coop-fit-nav button { font-size: 12px; gap: 5px; padding-inline: 8px; }
}
@media (max-width: 380px) {
  html body.coop-page-v4 .site-header.site-header.site-header .brand-copy strong { font-size: 14px !important; letter-spacing: 0 !important; white-space: nowrap; }
  html body.coop-page-v4 .site-header.site-header.site-header .brand { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .coop-main *, .coop-main *::before, .coop-main *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .coop-hero-image img, .coop-service-card, .coop-service-image > img, .coop-main .coop-button { transform: none !important; }
  .coop-hero::after { display: none; }
}
