/* ==========================================================================
   WorldOpt — "Tideline" visual system. Tokens from theme.json (--wp--preset--*).
   Descend / surface rhythm: abyss → sand/paper → abyss. Coral belongs to giving only.
   ========================================================================== */
:root {
  --wo-ease: cubic-bezier(.2,.7,.2,1);
  --wo-t: 220ms var(--wo-ease);
  --wo-radius: 0px;
  --wo-header-h: 4.75rem;
  --wo-measure: 46rem;
  --wo-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --wo-shade: 4,20,31;                 /* abyss rgb for scrims */
  --wo-rule-dark: rgba(255,255,255,.14);
  --wo-wide: var(--wp--style--global--wide-size);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { overflow-x: clip; font-optical-sizing: auto; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; background: var(--wp--preset--color--paper); font-feature-settings: "calt" 0, "liga" 0, "clig" 0, "dlig" 0; /* Manrope turns "(c)" into © via ligatures — keep 501(c)(3) literal */ }
body:not(.has-overlay-header) { padding-top: var(--wo-header-h); }
img, video { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 3px solid var(--wp--preset--color--sky); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--wp--preset--color--navy); color: #fff; padding: .6rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
h1, h2, h3 { text-wrap: balance; }
p, li, dd, figcaption { text-wrap: pretty; }
.wp-site-blocks > * + * { margin-block-start: 0; }
strong { font-weight: 700; }
.wo-wide { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; }

/* ---------- Type helpers & the tideline ---------- */
.wo-eyebrow, .is-style-eyebrow {
  font-family: var(--wp--preset--font-family--sans); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--wp--preset--color--navy); margin: 0 0 1rem; display: block;
}
.wo-eyebrow::after, .is-style-eyebrow::after, .wo-tideline::after { content: ""; display: block; height: 1px; background: var(--wp--preset--color--rule); margin-top: .7rem; position: relative; }
.wo-tideline { position: relative; }
.wo-eyebrow::before, .is-style-eyebrow::before, .wo-tideline::before { content: ""; position: absolute; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); z-index: 1; }
.is-dark .wo-eyebrow::before, .is-dark .is-style-eyebrow::before, .is-dark .wo-tideline::before, .wo-hero .wo-eyebrow::before, .site-footer .wo-eyebrow::before, .site-footer__label::before { background: var(--wp--preset--color--sky) !important; }
.wo-eyebrow, .is-style-eyebrow { position: relative; padding-bottom: .1rem; }
.wo-eyebrow::before, .is-style-eyebrow::before { bottom: -1px; left: 0; }
.wo-tideline::before { bottom: -1px; left: 0; }
.js .wo-eyebrow::before, .js .is-style-eyebrow::before { transform-origin: left; transform: scaleX(0); transition: transform 500ms var(--wo-ease) 120ms; }
.js .is-inview .wo-eyebrow::before, .js .is-inview.wo-eyebrow::before, .js .is-inview .is-style-eyebrow::before, .no-io .wo-eyebrow::before { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) { .js .wo-eyebrow::before, .js .is-style-eyebrow::before { transform: none; } }
.wo-eyebrow a { color: inherit; text-decoration: none; }
.is-dark .wo-eyebrow, .is-dark .is-style-eyebrow { color: var(--wp--preset--color--sky); }
.is-dark .wo-eyebrow::after, .is-dark .is-style-eyebrow::after, .is-dark .wo-tideline::after { background: var(--wo-rule-dark); }
.wo-arrow-link { font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: .45em; color: var(--wp--preset--color--navy); }
.wo-arrow-link::after { content: "→"; transition: transform var(--wo-t); }
.wo-arrow-link:hover::after { transform: translateX(.3em); }
.is-dark .wo-arrow-link { color: #fff; }
.has-lg-font-size, .wo-lead { font-family: var(--wp--preset--font-family--sans); line-height: 1.45; }
.wo-statement__text, .wo-statement h2 { font-family: var(--wp--preset--font-family--serif); font-size: clamp(2rem, 3.6vw, 3.3rem); line-height: 1.06; letter-spacing: -.02em; font-weight: 450; color: var(--wp--preset--color--ink); max-width: 26ch; margin: 0; }
.is-dark { color: #fff; }
.is-dark h1, .is-dark h2, .is-dark h3, .is-dark h4 { color: #fff; }
.is-dark p { color: var(--wp--preset--color--foam); }

/* ---------- Header: dark at all times, transparent over a media hero ---------- */
.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 60; background: rgba(var(--wo-shade),.88); backdrop-filter: blur(14px) saturate(140%); border-bottom: 1px solid var(--wo-rule-dark); padding-block: 0; color: #fff; transition: background-color 260ms var(--wo-ease), border-color 260ms var(--wo-ease); }
.site-header__bar { min-height: var(--wo-header-h); align-items: center; gap: var(--wp--preset--spacing--30); }
.site-header__logo img { width: 152px; height: auto; filter: brightness(0) invert(1); }
.site-header__nav { gap: var(--wp--preset--spacing--30); align-items: center; }
.site-header__menu .wp-block-navigation__container { gap: .25rem; }
.site-header__menu .wp-block-navigation-item__content { padding: .5rem .7rem; text-decoration: none; color: rgba(255,255,255,.92); font-weight: 600; font-size: .9375rem; border-bottom: 2px solid transparent; transition: color var(--wo-t), border-color var(--wo-t); }
.site-header__menu .wp-block-navigation-item__content:hover, .site-header__menu .current-menu-item > .wp-block-navigation-item__content, .site-header__menu .current-menu-ancestor > .wp-block-navigation-item__content { color: #fff; border-bottom-color: var(--wp--preset--color--sky); }
.site-header__menu .wp-block-navigation__submenu-icon { color: rgba(255,255,255,.7); }
.site-header__menu .wp-block-navigation__submenu-container { background: var(--wp--preset--color--abyss) !important; border: 1px solid var(--wo-rule-dark); border-radius: 12px; box-shadow: 0 18px 44px rgba(0,0,0,.35); padding: .5rem; min-width: 15rem; margin-top: .5rem; }
.site-header__menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content { border: 0; border-radius: 8px; padding: .6rem .85rem; display: block; color: rgba(255,255,255,.92); font-weight: 500; }
.site-header__menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover { background: rgba(255,255,255,.08); color: #fff; }
.site-header__cta .wp-block-button__link { padding: .7rem 1.25rem; background: var(--wp--preset--color--coral); color: #fff; }
.site-header__cta .wp-block-button__link:hover { background: #A93613; }
.site-header--overlay { background: linear-gradient(180deg, rgba(var(--wo-shade),.62) 0%, rgba(var(--wo-shade),.28) 60%, rgba(var(--wo-shade),0) 100%); border-bottom-color: transparent; backdrop-filter: none; }
.wp-block-navigation__responsive-container-open { padding: .5rem; color: #fff; }
.wp-block-navigation__responsive-container.is-menu-open { padding: calc(var(--wo-header-h) + 1rem) var(--wo-gutter) var(--wp--preset--spacing--40); background: var(--wp--preset--color--abyss) !important; color: #fff; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close { color: #fff; top: 1.2rem; right: var(--wo-gutter); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: .2rem; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { font-family: var(--wp--preset--font-family--serif); font-size: clamp(2rem, 8vw, 2.75rem); font-weight: 500; padding: .35rem 0; color: #fff; border: 0; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover { color: var(--wp--preset--color--sky); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container { background: transparent !important; border: 0; box-shadow: none; padding: 0 0 .5rem 1rem; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content { font-family: var(--wp--preset--font-family--sans); font-size: 1rem; padding: .3rem 0; color: var(--wp--preset--color--foam); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-icon { color: #fff; }
@media (max-width: 1023px) { .site-header__logo img { width: 120px; } .site-header__nav { gap: .5rem; } .site-header__cta .wp-block-button__link { padding: .55rem 1rem; font-size: .85rem; } :root { --wo-header-h: 4.25rem; } }

/* ---------- Main & rhythm ---------- */
.site-main { padding-block: var(--wp--preset--spacing--50) 0; }
.site-main--flush { padding-block: 0; }
.site-main > * + * { margin-block-start: var(--wp--preset--spacing--40); }
.site-main > .wp-block-post-content > * + * { margin-block-start: var(--wp--preset--spacing--30); }
.site-main > .wp-block-post-content > .alignfull, .site-main > .alignfull, .site-main > .wo-section { margin-block: 0; }
.site-main > .wp-block-post-content > .alignfull + .alignfull { margin-block-start: 0; }
.site-main > .wp-block-post-content > .wo-hero:first-child { margin-block-start: 0; }
.site-main > .wp-block-post-content > :not(.alignfull) + .alignfull, .site-main > .wp-block-post-content > .alignfull + :not(.alignfull) { margin-block-start: var(--wp--preset--spacing--60); }
.site-main > .wp-block-post-content > :last-child:not(.alignfull) { margin-block-end: var(--wp--preset--spacing--60); }
.site-main > .wp-block-post-content > h2, .site-main > .wp-block-post-content > .wp-block-heading { margin-block-start: var(--wp--preset--spacing--50); }
.site-main > .wp-block-post-content > h2 + *, .site-main > .wp-block-post-content > h3 + * { margin-block-start: var(--wp--preset--spacing--20); }
.site-main > .wp-block-post-content > h3 { margin-block-start: var(--wp--preset--spacing--40); }
.wo-section { padding-block: clamp(4rem, 8vw, 7rem); }
.wo-section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.wo-section__head { max-width: 40rem; margin-block-end: clamp(2rem, 4vw, 3rem); }
.wo-section__title { margin: 0; font-size: var(--wp--preset--font-size--xxl); font-weight: 450; }
.wo-section__intro { margin: 1rem 0 0; font-size: var(--wp--preset--font-size--lg); line-height: 1.45; color: var(--wp--preset--color--slate); max-width: 34rem; }
.wo-section__link { margin-block-start: var(--wp--preset--spacing--30); }
.wo-section__head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: var(--wp--preset--spacing--30); flex-wrap: wrap; }
.is-style-band { background: var(--wp--preset--color--mist); padding-block: clamp(4rem, 8vw, 7rem); }
.is-style-band.has-sand-background-color { background: var(--wp--preset--color--sand); }
.wo-abyss { background: var(--wp--preset--color--abyss); color: #fff; }
.wo-sand { background: var(--wp--preset--color--sand); }
.wo-mist { background: var(--wp--preset--color--mist); }

/* ---------- Hero ---------- */
.wo-hero { position: relative; display: grid; align-items: end; color: #fff; background: var(--wp--preset--color--abyss); isolation: isolate; min-height: 52vh; }
.wo-hero--tall { min-height: min(100svh, 56rem); }
.wo-hero--default { min-height: min(64vh, 40rem); }
.wo-hero--compact { min-height: 0; background: var(--wp--preset--color--abyss); align-items: start; }
.wo-hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--wp--preset--color--abyss); }
.wo-hero__media img, .wo-hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.wo-hero__media video { position: absolute; inset: 0; opacity: 0; transition: opacity 600ms var(--wo-ease); }
.wo-hero__media video.is-playing { opacity: 1; }
.wo-hero--media::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(var(--wo-shade),.62) 0, rgba(var(--wo-shade),0) 11rem), linear-gradient(180deg, rgba(var(--wo-shade),0) 35%, rgba(var(--wo-shade),.86) 100%); }
.wo-hero--media::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(var(--wo-shade),.5) 0%, rgba(var(--wo-shade),0) 55%); pointer-events: none; }
.wo-hero__inner { position: relative; z-index: 1; width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; padding-block: clamp(3rem, 8vh, 6rem) clamp(3.5rem, 10vh, 7rem); max-width: 100%; }
.wo-hero--compact .wo-hero__inner { padding-block: calc(var(--wo-header-h) + 3rem) 3rem; }
.has-overlay-header .wo-hero--tall .wo-hero__inner, .has-overlay-header .wo-hero--default .wo-hero__inner { padding-top: calc(var(--wo-header-h) + 2rem); }
.wo-hero__title { font-size: var(--wp--preset--font-size--display); font-weight: 500; margin: 0; max-width: 14ch; letter-spacing: -.025em; color: inherit; line-height: .98; }
.wo-hero--tall .wo-hero__title { font-size: var(--wp--preset--font-size--hero); max-width: 12ch; line-height: .95; letter-spacing: -.03em; }
.wo-hero--compact .wo-hero__title { font-size: var(--wp--preset--font-size--xxxl); max-width: 18ch; }
.wo-hero__lead { font-family: var(--wp--preset--font-family--sans); font-size: var(--wp--preset--font-size--lg); font-weight: 400; line-height: 1.45; max-width: 34rem; margin: 1.25rem 0 0; color: var(--wp--preset--color--foam); }
.wo-hero .wo-eyebrow { color: var(--wp--preset--color--sky); max-width: 22rem; }
.wo-hero .wo-eyebrow::after { background: var(--wo-rule-dark); }
.wo-hero__buttons { margin-top: 2rem; gap: .75rem 1.25rem; align-items: center; }
.wo-hero__buttons .wp-block-button:first-child .wp-block-button__link { background: var(--wp--preset--color--coral); color: #fff; min-height: 52px; display: inline-flex; align-items: center; }
.wo-hero__buttons .wp-block-button:first-child .wp-block-button__link:hover { background: #A93613; }
@media (max-width: 767px) { .wo-hero--tall { min-height: min(84svh, 44rem); } .wo-hero--default { min-height: min(58vh, 30rem); } .wo-hero__media img, .wo-hero__media video { object-position: 70% 50%; } }
/* ---------- Buttons ---------- */
.wp-block-button__link { transition: background-color var(--wo-t), color var(--wo-t), border-color var(--wo-t); min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.is-style-outline .wp-block-button__link { background: transparent; color: var(--wp--preset--color--navy); border: 1.5px solid currentColor; }
.is-style-outline .wp-block-button__link:hover { background: var(--wp--preset--color--navy); color: #fff; }
.is-style-outline-light .wp-block-button__link { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.is-style-outline-light .wp-block-button__link:hover { background: #fff; color: var(--wp--preset--color--abyss); }
.is-style-coral .wp-block-button__link { background: var(--wp--preset--color--coral); color: #fff; }
.is-style-coral .wp-block-button__link:hover { background: #A93613; }

/* ---------- Statement (mission) ---------- */
.wo-statement { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr); gap: var(--wp--preset--spacing--40); align-items: start; padding-block: clamp(5rem, 10vw, 8.5rem); }
.wo-statement .wo-eyebrow { margin: .4rem 0 0; max-width: 16rem; }
.wo-statement__body { margin-top: 2rem !important; max-width: 36rem; color: var(--wp--preset--color--slate); }
.wo-statement .wp-block-buttons { margin-top: var(--wp--preset--spacing--30); }
@media (max-width: 799px) { .wo-statement { grid-template-columns: 1fr; gap: var(--wp--preset--spacing--20); } }

/* ---------- Proof strip & key figures (stats block) ---------- */
.wo-stats { position: relative; isolation: isolate; padding-block: clamp(3.5rem, 7vw, 6rem); }
.wo-stats--paper { background: var(--wp--preset--color--paper); border-top: 1px solid var(--wp--preset--color--rule); border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-stats--deep, .wo-stats--photo, .wo-stats--abyss { background: var(--wp--preset--color--abyss); color: #fff; border-top: 1px solid var(--wo-rule-dark); border-bottom: 1px solid var(--wo-rule-dark); }
.wo-stats__media { position: absolute; inset: 0; z-index: -1; }
.wo-stats__media img { width: 100%; height: 100%; object-fit: cover; }
.wo-stats__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--wo-shade),.94) 0%, rgba(var(--wo-shade),.72) 55%, rgba(var(--wo-shade),.4) 100%); }
.wo-stats__inner { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; }
.wo-stats__heading { margin: 0 0 clamp(2rem, 4vw, 3rem); max-width: 30rem; color: var(--wp--preset--color--foam); font-family: var(--wp--preset--font-family--serif); font-size: 1.6rem; font-weight: 450; line-height: 1.3; }
.wo-stats--paper .wo-stats__heading { color: var(--wp--preset--color--ink); }
.wo-stats__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); gap: clamp(2rem, 4vw, 3rem) var(--wp--preset--spacing--40); }
.wo-stat { position: relative; padding-top: 1rem; }
.wo-stat::before { content: ""; position: absolute; left: 0; top: 0; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sky); }
.wo-stats--paper .wo-stat::before { background: var(--wp--preset--color--sea); }
.wo-stat__value { display: block; font-family: var(--wp--preset--font-family--serif); font-size: var(--wp--preset--font-size--stat); line-height: .9; letter-spacing: -.03em; font-weight: 400; font-variant-numeric: lining-nums tabular-nums; color: #fff; white-space: nowrap; text-decoration: none; }
.wo-stats--paper .wo-stat__value { color: var(--wp--preset--color--navy); }
.wo-stat__label { margin: 1rem 0 0; max-width: 18rem; font-size: var(--wp--preset--font-size--md); line-height: 1.45; color: #fff; }
.wo-stats--paper .wo-stat__label { color: var(--wp--preset--color--ink); }
.wo-stat__caption { margin: .5rem 0 0; font-size: var(--wp--preset--font-size--xs); color: var(--wp--preset--color--foam); }
.wo-stats__source { margin: clamp(2rem, 4vw, 3rem) 0 0; font-size: .8125rem; color: var(--wp--preset--color--foam); }
.wo-stats--paper .wo-stats__source { color: var(--wp--preset--color--slate); }
.wo-stats--n4 .wo-stat__value { font-size: clamp(2.8rem, 5vw, 5rem); }
/* proof layout: one big figure + text facts */
.wo-stats--proof .wo-stats__list { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.wo-stats--proof .wo-stat:not(:first-child) .wo-stat__value { font-family: var(--wp--preset--font-family--serif); font-size: 1.35rem; line-height: 1.3; color: #fff; letter-spacing: 0; white-space: normal; font-weight: 500; }
.wo-stats--proof .wo-stat:not(:first-child) .wo-stat__label { font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--foam); }
.wo-stats--proof .wo-stat__eyebrow { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--wp--preset--color--sky); margin-bottom: .8rem; }
.wo-stat a { color: inherit; text-decoration: none; }
.wo-stat a:hover .wo-stat__value { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .12em; }
@media (max-width: 799px) { .wo-stats--proof .wo-stats__list { grid-template-columns: 1fr; } }

/* ---------- Featured story (project-teasers layout feature / cards) ---------- */
.wo-teasers__list, .wo-sectors__list, .wo-news__list, .wo-team__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.wo-teasers__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wo-teaser__link, .wo-sector__link, .wo-news__link { display: block; color: inherit; text-decoration: none; height: 100%; }
.wo-teaser { position: relative; }
.wo-teaser__media, .wo-sector__media, .wo-news__media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--wp--preset--color--abyss); border-radius: var(--wo-radius); position: relative; }
.wo-teaser__media img, .wo-sector__media img, .wo-news__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--wo-ease); }
a:hover .wo-teaser__media img, a:hover .wo-sector__media img, a:hover .wo-news__media img, .wo-teaser:focus-within .wo-teaser__media img { transform: scale(1.04); }
.wo-teaser__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--wp--preset--color--navy), var(--wp--preset--color--abyss)); }
.wo-teaser__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(var(--wo-shade),0) 40%, rgba(var(--wo-shade),.85) 100%); transition: opacity var(--wo-t); }
.wo-teaser:hover .wo-teaser__media::after { background: linear-gradient(180deg, rgba(var(--wo-shade),.05) 30%, rgba(var(--wo-shade),.92) 100%); }
.wo-teaser__body { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--wp--preset--spacing--30); color: #fff; z-index: 1; }
.wo-teaser__body .wo-eyebrow { color: var(--wp--preset--color--sky); margin-bottom: .6rem; }
.wo-teaser__body .wo-eyebrow::after, .wo-teaser__body .wo-eyebrow::before { display: none; }
.wo-teaser__title { margin: 0; font-size: var(--wp--preset--font-size--xl); color: #fff; font-weight: 500; letter-spacing: -.01em; }
.wo-teaser__text { margin: .5rem 0 0; color: var(--wp--preset--color--foam); font-size: var(--wp--preset--font-size--sm); max-width: 28rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wo-teaser__more { display: none; }
.wo-teasers--feature .wo-teaser--feature { grid-column: 1 / -1; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__media { aspect-ratio: 16 / 8; min-height: 26rem; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__media::after { background: linear-gradient(90deg, rgba(var(--wo-shade),.5) 0%, rgba(var(--wo-shade),0) 55%), linear-gradient(180deg, rgba(var(--wo-shade),0) 45%, rgba(var(--wo-shade),.82) 100%); }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__body { max-width: 34rem; padding: clamp(1.5rem, 4vw, 3.5rem); }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__body .wo-eyebrow::after { display: block; background: var(--wo-rule-dark); }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__body .wo-eyebrow::before { display: block; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__title { font-size: var(--wp--preset--font-size--display); font-weight: 500; letter-spacing: -.025em; line-height: .98; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__text { font-size: var(--wp--preset--font-size--lg); -webkit-line-clamp: 3; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__more { display: inline-flex; margin-top: 1rem; color: #fff; font-weight: 700; }
.wo-teasers--feature .wo-teaser--feature .wo-teaser__more::after { content: " →"; }
/* full-bleed variant (home featured story) */
.wo-teasers--story { padding: 0; }
.wo-teasers--story .wo-section__head { display: none; }
.wo-teasers--story .wo-teasers__list { display: block; }
.wo-teasers--story .wo-teaser__media { border-radius: 0; aspect-ratio: auto; height: min(88vh, 58rem); }
.wo-teasers--story .wo-teaser__media::after { background: linear-gradient(90deg, rgba(var(--wo-shade),.5) 0%, rgba(var(--wo-shade),0) 55%), linear-gradient(180deg, rgba(var(--wo-shade),0) 45%, rgba(var(--wo-shade),.82) 100%); }
.wo-teasers--story .wo-teaser__body { left: 50%; transform: translateX(-50%); width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); padding: clamp(2rem, 6vh, 4.5rem) 0; }
.wo-teasers--story .wo-teaser__body > * { max-width: 34rem; }
.wo-teasers--story .wo-teaser__body .wo-eyebrow::after { display: block; background: var(--wo-rule-dark); }
.wo-teasers--story .wo-teaser__body .wo-eyebrow::before { display: block; }
.wo-teasers--story .wo-teaser__title { font-size: var(--wp--preset--font-size--display); letter-spacing: -.025em; line-height: .98; }
.wo-teasers--story .wo-teaser__text { font-size: var(--wp--preset--font-size--lg); -webkit-line-clamp: 3; }
.wo-teasers--story .wo-teaser__more { display: inline-flex; margin-top: 1rem; color: #fff; font-weight: 700; }
.wo-teasers--story .wo-teaser__more::after { content: " →"; }
@media (max-width: 767px) { .wo-teasers--story .wo-teaser__media { height: 30rem; } }
/* list layout (archives) */
.wo-teasers--list .wo-teasers__list { grid-template-columns: 1fr; gap: 0; }
.wo-teasers--list .wo-teaser { border-top: 1px solid var(--wp--preset--color--rule); padding-block: var(--wp--preset--spacing--40); }
.wo-teasers--list .wo-teaser__link { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: var(--wp--preset--spacing--40); align-items: center; }
.wo-teasers--list .wo-teaser__media { aspect-ratio: 3 / 2; }
.wo-teasers--list .wo-teaser__media::after { display: none; }
.wo-teasers--list .wo-teaser__body { position: static; padding: 0; color: inherit; }
.wo-teasers--list .wo-teaser__body .wo-eyebrow { color: var(--wp--preset--color--navy); }
.wo-teasers--list .wo-teaser__title { color: var(--wp--preset--color--ink); font-size: var(--wp--preset--font-size--xxl); }
.wo-teasers--list .wo-teaser__text { color: var(--wp--preset--color--slate); font-size: var(--wp--preset--font-size--md); -webkit-line-clamp: 4; max-width: 34rem; }
/* mobile cards: stacked */
@media (max-width: 767px) {
  .wo-teasers--cards .wo-teasers__list, .wo-teasers--grid .wo-teasers__list { grid-template-columns: 1fr; gap: 1.25rem; }
  .wo-teasers--cards .wo-teaser__media, .wo-teasers--grid .wo-teaser__media { aspect-ratio: 3 / 2; }
  .wo-teasers--feature .wo-teasers__list { grid-template-columns: 1fr; }
  .wo-teasers--feature .wo-teaser--feature .wo-teaser__media { aspect-ratio: 4 / 5; min-height: 0; }
  .wo-teasers--list .wo-teaser__link { grid-template-columns: 1fr; gap: var(--wp--preset--spacing--20); }
}
@media (min-width: 768px) and (max-width: 1023px) { .wo-teasers__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .wo-teasers--feature .wo-teaser--feature { grid-column: 1 / -1; } }

/* ---------- Sectors: index list / rows / tiles ---------- */
.wo-sectors__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.wo-sector__media { aspect-ratio: 4 / 3; }
.wo-sector__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(var(--wo-shade),.05) 40%, rgba(var(--wo-shade),.8) 100%); }
.wo-sector__link { position: relative; }
.wo-sector__title { position: absolute; left: var(--wp--preset--spacing--20); right: var(--wp--preset--spacing--20); bottom: var(--wp--preset--spacing--20); margin: 0; z-index: 1; color: #fff; font-size: var(--wp--preset--font-size--xl); font-weight: 500; }
.wo-sectors--index .wo-sectors__list, .wo-sectors--rows .wo-sectors__list { display: block; }
.wo-sectors--index .wo-sector, .wo-sectors--rows .wo-sector { border-top: 1px solid var(--wp--preset--color--rule); }
.wo-sectors--index .wo-sector:last-child, .wo-sectors--rows .wo-sector:last-child { border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-sectors--index .wo-sector__link { display: grid; grid-template-columns: 3rem 4.5rem minmax(0, 1fr) auto; align-items: center; gap: 1.25rem; padding: 1.1rem 0; }
.wo-sectors--index .wo-sector__index, .wo-sectors--rows .wo-sector__index { font-size: .8125rem; color: var(--wp--preset--color--slate); font-variant-numeric: tabular-nums; }
.wo-sectors--index .wo-sector__media { aspect-ratio: 1; width: 4.5rem; border-radius: 4px; }
.wo-sectors--index .wo-sector__media::after { display: none; }
.wo-sectors--index .wo-sector__title, .wo-sectors--rows .wo-sector__title { position: static; color: var(--wp--preset--color--ink); font-size: clamp(1.4rem, 2.4vw, 2.2rem); transition: transform var(--wo-t); }
.wo-sectors--index .wo-sector__arrow, .wo-sectors--rows .wo-sector__arrow { color: var(--wp--preset--color--rule); font-size: 1.5rem; transition: color var(--wo-t), transform var(--wo-t); }
.wo-sectors--index .wo-sector__link:hover .wo-sector__title, .wo-sectors--rows .wo-sector__link:hover .wo-sector__title { transform: translateX(.5rem); }
.wo-sectors--index .wo-sector__link:hover .wo-sector__arrow, .wo-sectors--rows .wo-sector__link:hover .wo-sector__arrow { color: var(--wp--preset--color--navy); transform: translateX(.3rem); }
.wo-sectors--rows .wo-sector__link { display: grid; grid-template-columns: 3rem minmax(0, 1fr) minmax(0, 42%) auto; align-items: center; gap: 1.5rem; padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.wo-sectors--rows .wo-sector__media { aspect-ratio: 3 / 2; border-radius: 4px; }
.wo-sectors--rows .wo-sector__media::after { display: none; }
.wo-sectors--rows .wo-sector__title { font-size: clamp(1.8rem, 3.4vw, 3rem); font-weight: 500; }
.is-dark .wo-sectors--index .wo-sector, .is-dark .wo-sectors--rows .wo-sector { border-color: var(--wo-rule-dark); }
.is-dark .wo-sectors--index .wo-sector__title, .is-dark .wo-sectors--rows .wo-sector__title { color: #fff; }
.is-dark .wo-sectors--index .wo-sector__index { color: var(--wp--preset--color--foam); }
@media (max-width: 767px) {
  .wo-sectors__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wo-sectors--index .wo-sector__link { grid-template-columns: 2rem 3.5rem minmax(0, 1fr) auto; gap: .8rem; }
  .wo-sectors--index .wo-sector__media { width: 3.5rem; }
  .wo-sectors--rows .wo-sector__link { grid-template-columns: 2rem minmax(0, 1fr) auto; }
  .wo-sectors--rows .wo-sector__media { grid-column: 2 / -1; aspect-ratio: 16 / 9; }
}

/* ---------- News ---------- */
.wo-news--grid .wo-news__list { grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr)); }
.wo-news__media { aspect-ratio: 3 / 2; background: var(--wp--preset--color--mist); }
.wo-news__body { padding-top: var(--wp--preset--spacing--20); }
.wo-news__body .wo-eyebrow::after, .wo-news__body .wo-eyebrow::before { display: none; }
.wo-news__body .wo-eyebrow { margin-bottom: .5rem; }
.wo-news__title { margin: 0; font-size: var(--wp--preset--font-size--xl); transition: color var(--wo-t); }
a:hover .wo-news__title { color: var(--wp--preset--color--navy); }
.wo-news__text { margin: .5rem 0 0; color: var(--wp--preset--color--slate); }
.wo-news--featured .wo-news__list, .wo-news--lead .wo-news__list { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 3rem); }
.wo-news--featured .wo-news__item:first-child, .wo-news--lead .wo-news__item:first-child { grid-row: 1 / span 6; }
.wo-news--featured .wo-news__item:first-child .wo-news__title, .wo-news--lead .wo-news__item:first-child .wo-news__title { font-size: 2rem; }
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__link, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__link { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.25rem; align-items: start; }
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__media, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__media { aspect-ratio: 1; }
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__body, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__body { padding-top: 0; }
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__title, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__title { font-size: 1.25rem; }
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__text, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__text { font-size: var(--wp--preset--font-size--sm); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.wo-news--featured .wo-news__item:not(:first-child), .wo-news--lead .wo-news__item:not(:first-child) { border-top: 1px solid var(--wp--preset--color--rule); padding-top: 1.25rem; }
@media (max-width: 799px) { .wo-news--featured .wo-news__list, .wo-news--lead .wo-news__list { grid-template-columns: 1fr; } .wo-news--featured .wo-news__item:first-child, .wo-news--lead .wo-news__item:first-child { grid-row: auto; } }
.wo-news--list .wo-news__list { grid-template-columns: 1fr; gap: 0; }
.wo-news--list .wo-news__item { border-top: 1px solid var(--wp--preset--color--rule); padding-block: var(--wp--preset--spacing--30); }
.wo-news--list .wo-news__item:last-child { border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-news--list .wo-news__link { display: grid; grid-template-columns: 15rem 1fr; gap: var(--wp--preset--spacing--30); align-items: start; }
.wo-news--list .wo-news__media { aspect-ratio: 4 / 3; }
.wo-news--list .wo-news__body { padding: 0; }
.wo-news--list .wo-news__title { font-size: 1.6rem; }
.wo-news--index .wo-news__item:first-child .wo-news__link { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: center; gap: clamp(1.5rem, 4vw, 3rem); }
.wo-news--index .wo-news__item:first-child .wo-news__media { aspect-ratio: 3 / 2; }
.wo-news--index .wo-news__item:first-child .wo-news__title { font-size: 2.4rem; }
@media (max-width: 599px) { .wo-news--list .wo-news__link, .wo-news--index .wo-news__item:first-child .wo-news__link { grid-template-columns: 1fr; } .wo-news--list .wo-news__media { aspect-ratio: 16 / 9; } }

/* ---------- Article (single post) ---------- */
.article__head { padding-block-end: var(--wp--preset--spacing--30); }
.article__meta { gap: 1rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--wp--preset--color--sea); margin-block-end: var(--wp--preset--spacing--20); }
.article__meta a { color: inherit; text-decoration: none; }
.article .wp-block-post-title { max-width: 18ch; }
.article__figure img { width: 100%; border-radius: var(--wo-radius); }
.article .wp-block-post-content > p:first-of-type, .project .wp-block-post-content > p:first-of-type { font-family: var(--wp--preset--font-family--serif); font-size: 1.4rem; line-height: 1.4; }
.wo-source { font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--slate); border-top: 1px solid var(--wp--preset--color--rule); padding-top: var(--wp--preset--spacing--20); }

/* ---------- Project page ---------- */
.wo-facts { display: flex; flex-wrap: wrap; gap: 1.5rem clamp(2rem, 4vw, 3.5rem); margin: 0; padding: 1.5rem 0; }
.wo-facts__item dt { font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; color: var(--wp--preset--color--navy); font-weight: 700; }
.wo-facts__item dd { margin: .25rem 0 0; font-weight: 600; }
.wo-facts__item--key { margin-left: auto; }
.wo-facts__item--key dd { font-family: var(--wp--preset--font-family--serif); font-size: 1.6rem; font-weight: 500; letter-spacing: -.01em; }
.wo-metarow { background: var(--wp--preset--color--mist); border-top: 1px solid var(--wp--preset--color--rule); border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-metarow .wo-facts { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; }
.wo-project-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2rem, 5vw, 5rem); width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; padding-block: clamp(3rem, 6vw, 5rem) clamp(4rem, 8vw, 7rem); }
.wo-project-layout > .wp-block-post-content { min-width: 0; }
.wo-project-layout > .wp-block-post-content > * + * { margin-block-start: var(--wp--preset--spacing--30); }
.wo-project-layout > .wp-block-post-content > h2 { margin-block-start: var(--wp--preset--spacing--50); padding-top: 1.25rem; position: relative; font-size: 2rem; }
.wo-project-layout > .wp-block-post-content > h2::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: var(--wp--preset--color--rule); }
.wo-project-layout > .wp-block-post-content > h2::after { content: ""; position: absolute; left: 0; top: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wo-project-layout > .wp-block-post-content > h3 { margin-block-start: var(--wp--preset--spacing--40); }
.wo-project-layout > .wp-block-post-content > h2 + *, .wo-project-layout > .wp-block-post-content > h3 + * { margin-block-start: var(--wp--preset--spacing--20); }
.wo-project-layout > .wp-block-post-content > .alignwide { margin-block: var(--wp--preset--spacing--50); }
.wo-project-layout .wp-block-post-content > .wp-block-media-text { margin-block: var(--wp--preset--spacing--50); }
.wo-rail { position: sticky; top: calc(var(--wo-header-h) + 1.5rem); align-self: start; background: var(--wp--preset--color--mist); padding: 1.5rem; border-radius: 4px; }
.wo-rail .wo-eyebrow { margin-bottom: 1rem; }
.wo-rail p { margin: 0 0 1rem; }
.wo-rail__lead { font-family: var(--wp--preset--font-family--serif); font-size: 1.35rem; line-height: 1.3; }
.wo-rail .wp-block-buttons { margin: 0 0 1rem; }
.wo-rail .wp-block-button, .wo-rail .wp-block-button__link { width: 100%; }
.wo-rail__note { font-size: .8125rem; color: var(--wp--preset--color--slate); }
@media (max-width: 1099px) { .wo-project-layout { grid-template-columns: 1fr; } .wo-rail { display: none; } }
.wo-nextproject { position: relative; display: block; height: 22rem; overflow: hidden; color: #fff; text-decoration: none; background: var(--wp--preset--color--abyss); }
.wo-nextproject img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--wo-ease); }
.wo-nextproject:hover img { transform: scale(1.03); }
.wo-nextproject::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--wo-shade),.8) 0%, rgba(var(--wo-shade),.3) 60%, rgba(var(--wo-shade),.1) 100%); }
.wo-nextproject__inner { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); padding-block: 2.5rem; z-index: 1; }
.wo-nextproject__label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--wp--preset--color--sky); margin-bottom: .6rem; }
.wo-nextproject__title { margin: 0; font-size: var(--wp--preset--font-size--xxl); color: #fff; font-weight: 500; }
.wo-nextproject__title::after { content: " →"; }
/* mobile sticky donate bar */
.wo-stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: rgba(var(--wo-shade),.94); backdrop-filter: blur(10px); color: #fff; display: none; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem var(--wo-gutter); transform: translateY(100%); transition: transform 200ms var(--wo-ease); border-top: 1px solid var(--wo-rule-dark); }
.wo-stickybar.is-visible { transform: none; }
.wo-stickybar__label { font-size: .9375rem; font-weight: 600; }
.wo-stickybar .wp-block-button__link { padding: .55rem 1.1rem; min-height: 40px; background: var(--wp--preset--color--coral); }
@media (max-width: 1099px) { .js .wo-stickybar { display: flex; } }

/* ---------- Long-form content ---------- */
.wp-block-post-content > p, .wp-block-post-content > ul, .wp-block-post-content > ol { font-size: var(--wp--preset--font-size--md); }
.wp-block-post-content figure figcaption { margin-top: .6rem; font-size: .8125rem; color: var(--wp--preset--color--slate); }
.wp-block-image.is-style-plate figcaption { border-top: 1px solid var(--wp--preset--color--rule); padding-top: .5rem; text-align: left; }
.wp-block-image img { border-radius: var(--wo-radius); }
.wp-block-post-content > .alignwide, .wp-block-post-content > .alignfull { margin-block: var(--wp--preset--spacing--50); }
.wp-block-media-text { margin-block: var(--wp--preset--spacing--50); }
.wp-block-media-text .wp-block-media-text__media img { border-radius: var(--wo-radius); aspect-ratio: 4 / 3; object-fit: cover; }
.wp-block-media-text .wp-block-media-text__content { padding: 0 var(--wp--preset--spacing--40); }
.wp-block-media-text .wp-block-media-text__content > * + * { margin-top: var(--wp--preset--spacing--20); }
.wp-block-media-text h2, .wp-block-media-text h3 { margin-top: 0; }
@media (max-width: 599px) { .wp-block-media-text .wp-block-media-text__content { padding: var(--wp--preset--spacing--20) 0 0; } }
.wp-block-gallery { gap: .75rem; }
.wp-block-gallery img { border-radius: var(--wo-radius); }
.wp-block-quote, .wp-block-pullquote { margin-block: var(--wp--preset--spacing--50); position: relative; padding: 1.5rem 0; border-top: 1px solid var(--wp--preset--color--rule); border-bottom: 1px solid var(--wp--preset--color--rule); border-left: 0; }
.wp-block-quote::before, .wp-block-pullquote::before { content: ""; position: absolute; left: 0; top: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wp-block-quote p, .wp-block-pullquote p { font-family: var(--wp--preset--font-family--serif); font-style: italic; font-size: clamp(1.4rem, 2.4vw, 2.4rem); line-height: 1.25; margin: 0; }
.wp-block-quote cite, .wp-block-pullquote cite { display: block; margin-top: .75rem; font-family: var(--wp--preset--font-family--sans); font-style: normal; font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--slate); }
.is-style-links { list-style: none; padding: 0; }
.is-style-links li { border-top: 1px solid var(--wp--preset--color--rule); padding: .9rem 0; }
.is-style-links li:last-child { border-bottom: 1px solid var(--wp--preset--color--rule); }
.is-style-links a { text-decoration: none; font-weight: 500; font-size: var(--wp--preset--font-size--lg); font-family: var(--wp--preset--font-family--serif); }
.is-style-links a:hover { text-decoration: underline; }
.wp-block-details { border-top: 1px solid var(--wp--preset--color--rule); border-bottom: 1px solid var(--wp--preset--color--rule); padding: 1rem 0; }
.wp-block-details summary { cursor: pointer; font-weight: 700; color: var(--wp--preset--color--navy); }
.wp-block-table td, .wp-block-table th { border: 1px solid var(--wp--preset--color--rule); padding: .5rem .75rem; }
.page-plain .wp-block-post-title { margin-block-end: var(--wp--preset--spacing--40); }
.wo-tile { position: relative; }
.wo-tile .wp-block-image { margin: 0; }
.wo-tile .wp-block-image img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; border-radius: var(--wo-radius); transition: transform 700ms var(--wo-ease); }
.wo-tile .wp-block-image figure, .wo-tile .wp-block-image a { display: block; overflow: hidden; border-radius: var(--wo-radius); }
.wo-tile:hover .wp-block-image img { transform: scale(1.03); }
.wo-tile h3 { margin: var(--wp--preset--spacing--20) 0 .4rem; font-size: var(--wp--preset--font-size--xl); }
.wo-tile h3 a { text-decoration: none; color: inherit; }
.wo-tile h3 a::after { content: ""; position: absolute; inset: 0; }
.wo-tile h3 a:hover { color: var(--wp--preset--color--navy); }
.wo-tile p { margin: 0; color: var(--wp--preset--color--slate); }

/* ---------- Fact band (inner pages) ---------- */
.wo-band { position: relative; isolation: isolate; color: #fff; background: var(--wp--preset--color--abyss); padding-block: clamp(4rem, 8vw, 7rem); }
.wo-band__media { position: absolute; inset: 0; z-index: -1; }
.wo-band__media img { width: 100%; height: 100%; object-fit: cover; }
.wo-band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--wo-shade),.92) 0%, rgba(var(--wo-shade),.55) 60%, rgba(var(--wo-shade),.3) 100%); }
.wo-band__inner { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: var(--wp--preset--spacing--40); }
.wo-band__inner > p { margin: 0; font-family: var(--wp--preset--font-family--serif); font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.2; font-weight: 450; position: relative; padding-top: 1rem; max-width: 28rem; }
.wo-band__inner > p::before { content: ""; position: absolute; left: 0; top: 0; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wo-band__source { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin: var(--wp--preset--spacing--30) auto 0; font-size: .8125rem; color: var(--wp--preset--color--foam); }

/* ---------- Team (list layout) ---------- */
.wo-team__group { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); gap: var(--wp--preset--spacing--40); }
.wo-team__group + .wo-team__group { margin-top: clamp(3rem, 6vw, 5rem); }
.wo-team__group-title { margin: 0; font-family: var(--wp--preset--font-family--sans); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--wp--preset--color--navy); position: sticky; top: calc(var(--wo-header-h) + 1.5rem); padding-bottom: .8rem; align-self: start; }
.wo-team__group-title::after { content: ""; display: block; height: 1px; background: var(--wp--preset--color--rule); margin-top: .7rem; }
.wo-team__group-title::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); z-index: 1; }
.wo-team__list { display: grid; grid-template-columns: 1fr; gap: 0; }
.wo-person__short { max-width: 34rem; }
.wo-person { display: grid; grid-template-columns: 10.5rem minmax(0, 1fr); gap: 1.5rem; align-items: start; padding-block: 2rem; border-top: 1px solid var(--wp--preset--color--rule); }
.wo-person__media { aspect-ratio: 4 / 5; overflow: hidden; background: var(--wp--preset--color--mist); border-radius: 4px; position: relative; }
.wo-person__media::after { content: ""; position: absolute; inset: 0; background: var(--wp--preset--color--deep); opacity: .22; mix-blend-mode: multiply; transition: opacity 400ms var(--wo-ease); }
.wo-person__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: grayscale(1) contrast(1.04) brightness(1.02); transition: filter 400ms var(--wo-ease); }
.wo-person:hover .wo-person__media img, .wo-person:focus-within .wo-person__media img { filter: none; }
.wo-person:hover .wo-person__media::after, .wo-person:focus-within .wo-person__media::after { opacity: 0; }
.wo-person__placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, var(--wp--preset--color--mist), var(--wp--preset--color--rule)); }
.wo-person__name { margin: 0; font-size: 1.5rem; font-weight: 500; }
.wo-person__role { margin: .35rem 0 0; font-size: .8125rem; text-transform: uppercase; letter-spacing: .12em; color: var(--wp--preset--color--navy); font-weight: 700; }
.wo-person__short { margin: .75rem 0 0; font-size: 1rem; color: var(--wp--preset--color--slate); }
.wo-person__bio { margin-top: .75rem; font-size: var(--wp--preset--font-size--sm); grid-column: 1 / -1; }
.wo-person__bio summary { cursor: pointer; font-weight: 700; color: var(--wp--preset--color--navy); list-style: none; display: inline-flex; align-items: center; gap: .45em; }
.wo-person__bio summary::-webkit-details-marker { display: none; }
.wo-person__bio summary::after { content: "↓"; transition: transform var(--wo-t); }
.wo-person__bio[open] summary::after { transform: rotate(180deg); }
.wo-person__bio-text { margin-top: .75rem; max-width: 40rem; }
.wo-person__bio-text p { margin: 0 0 .6rem; }
@media (max-width: 1023px) { .wo-team__group { grid-template-columns: 1fr; } .wo-team__group-title { position: static; } }
@media (max-width: 599px) { .wo-person { grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; } .wo-person__name { font-size: 1.25rem; } }

/* ---------- Support band / CTA / newsletter ---------- */
.wo-support, .wo-cta { background: var(--wp--preset--color--sand); color: var(--wp--preset--color--ink); padding-block: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--wp--preset--color--rule); }
.wo-support__inner, .wo-cta__inner { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.wo-support h2, .wo-cta__title { margin: 0 0 var(--wp--preset--spacing--20); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 450; letter-spacing: -.02em; max-width: 20ch; color: var(--wp--preset--color--ink); }
.wo-support p, .wo-cta__text { color: var(--wp--preset--color--slate); max-width: 34rem; }
.wo-support .wp-block-buttons, .wo-cta .wp-block-buttons { margin-top: var(--wp--preset--spacing--30); }
.wo-support__aside, .wo-cta__aside { position: relative; padding-top: 1.25rem; }
.wo-support__aside::before, .wo-cta__aside::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: var(--wp--preset--color--rule); }
.wo-support__aside::after, .wo-cta__aside::after { content: ""; position: absolute; left: 0; top: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wo-support__aside p, .wo-cta__aside p { margin: 0 0 .75rem; font-size: var(--wp--preset--font-size--sm); }
@media (max-width: 799px) { .wo-support__inner, .wo-cta__inner { grid-template-columns: 1fr; } }
.wo-newsletter.wo-section { background: var(--wp--preset--color--sand); padding: clamp(3rem, 6vw, 5rem) var(--wo-gutter); }
.wo-newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--wp--preset--spacing--40); align-items: center; }
.wo-newsletter--compact .wo-newsletter__inner { grid-template-columns: 1fr; gap: .75rem; }
.wo-newsletter__title { margin: 0; font-weight: 700; }
.wo-newsletter__text { margin: 0 0 .5rem; font-size: .8125rem; color: var(--wp--preset--color--foam); }
.wo-newsletter--compact .wo-newsletter__title { display: none; }
@media (max-width: 699px) { .wo-newsletter__inner { grid-template-columns: 1fr; } }
.wo-newsletter .tnp-subscription, .wo-newsletter .tnp-form { margin: 0; }
.wo-newsletter .tnp-field { margin: 0 0 .5rem; }
.wo-newsletter .tnp-field label { display: none; }
.wo-newsletter .tnp-subscription input[type=text], .wo-newsletter .tnp-subscription input[type=email], .wo-newsletter .tnp-form input[type=email] { width: 100%; height: 48px; padding: .7rem 1rem; border: 1px solid var(--wp--preset--color--rule); border-radius: 3px; font: inherit; background: #fff; color: var(--wp--preset--color--ink); }
.wo-newsletter .tnp-subscription input[type=submit], .wo-newsletter .tnp-form input[type=submit] { background: var(--wp--preset--color--navy); color: #fff; border: 0; height: 48px; padding: 0 1.4rem; font: inherit; font-weight: 700; font-size: var(--wp--preset--font-size--sm); border-radius: 3px; cursor: pointer; }
.wo-newsletter--compact .tnp-subscription input[type=email], .wo-newsletter--compact .tnp-subscription input[type=text] { background: var(--wp--preset--color--mist); border-color: transparent; color: var(--wp--preset--color--ink); }
.wo-newsletter .tnp-privacy-field { font-size: .8125rem; }

/* ---------- Forms (contact) ---------- */
.wo-form { max-width: var(--wo-measure); }
.wo-form__hp { position: absolute; left: -9999px; }
.wo-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 599px) { .wo-form__row { grid-template-columns: 1fr; } }
.wo-field { margin-bottom: 1.1rem; }
.wo-field label { display: block; font-weight: 700; font-size: var(--wp--preset--font-size--sm); margin-bottom: .35rem; }
.wo-field__optional { font-weight: 400; color: var(--wp--preset--color--slate); }
.wo-field input, .wo-field textarea { box-sizing: border-box; width: 100%; padding: .8rem 1rem; border: 1px solid var(--wp--preset--color--rule); border-radius: 3px; font: inherit; color: var(--wp--preset--color--ink); background: #fff; }
.wo-field input:focus, .wo-field textarea:focus { border-color: var(--wp--preset--color--navy); outline: 3px solid rgba(140,212,245,.5); outline-offset: 0; }
.wo-form__status:empty { display: none; }
.wo-form__status { padding: .75rem 1rem; border-radius: 3px; margin-bottom: 1rem; }
.wo-form__status.is-success { background: #E6F4EA; color: #14532D; }
.wo-form__status.is-error { background: #FDECEA; color: #7F1D1D; }
.wo-contact__title { margin-top: 0; }
.wp-block-search__inside-wrapper { border: 1px solid var(--wp--preset--color--rule); border-radius: 3px; overflow: hidden; }
.wp-block-search__input { padding: .7rem 1rem; font: inherit; border: 0; }
.wp-block-search__button { background: var(--wp--preset--color--navy); color: #fff; border: 0; padding: .6rem 1.1rem; font: inherit; font-weight: 700; }

/* ---------- Video facade ---------- */
.wo-video { margin-block: var(--wp--preset--spacing--40); }
.wo-video__facade { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; background: var(--wp--preset--color--abyss); cursor: pointer; overflow: hidden; border-radius: var(--wo-radius); }
.wo-video__facade img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity var(--wo-t), transform 700ms var(--wo-ease); }
.wo-video__facade:hover img { opacity: 1; transform: scale(1.02); }
.wo-video__play { position: absolute; left: 50%; top: 50%; width: 3.5rem; height: 3.5rem; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.wo-video__play::after { content: ""; position: absolute; left: 55%; top: 50%; transform: translate(-50%, -50%); border-style: solid; border-width: .7rem 0 .7rem 1.15rem; border-color: transparent transparent transparent var(--wp--preset--color--ink); }
.wo-video__label { position: absolute; left: 1rem; bottom: 1rem; color: #fff; font-weight: 700; text-shadow: 0 1px 8px rgba(0,0,0,.5); font-size: var(--wp--preset--font-size--sm); }
.wo-video__frame { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--wo-radius); }
.wo-video figcaption { margin-top: .6rem; font-size: .8125rem; color: var(--wp--preset--color--slate); }

/* ---------- Donate page ---------- */
.page-donate .site-main { padding-top: 0; }
.wo-donate { background: var(--wp--preset--color--sand); padding-block: clamp(2.5rem, 5vw, 4rem) clamp(4rem, 8vw, 7rem); }
.wo-donate__cols { gap: clamp(2rem, 5vw, 5rem); align-items: flex-start; }
.wo-donate__intro { position: sticky; top: calc(var(--wo-header-h) + 1.5rem); }
.wo-donate h1, .wo-donate h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -.025em; margin: 0 0 var(--wp--preset--spacing--20); line-height: 1.02; }
.wo-donate p { color: var(--wp--preset--color--ink); }
.wo-donate__form { background: var(--wp--preset--color--paper); border: 1px solid var(--wp--preset--color--rule); border-radius: 6px; padding: 0; box-shadow: 0 24px 60px rgba(var(--wo-shade),.10); overflow: hidden; }
.wo-donate__form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-donate__form-head strong { font-family: var(--wp--preset--font-family--serif); font-weight: 500; font-size: 1.35rem; }
.wo-donate__form-head span { font-size: .8125rem; color: var(--wp--preset--color--slate); }
.wo-donate__form .wp-block-shortcode { margin: 0; padding: .5rem; }
.wo-assurance { list-style: none; padding: 0; margin: var(--wp--preset--spacing--30) 0 0; font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--slate); }
.wo-assurance li { padding-top: .8rem; position: relative; margin-bottom: 1rem; border-top: 1px solid var(--wp--preset--color--rule); }
.wo-assurance li::before { content: ""; position: absolute; left: 0; top: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wo-methods { margin-top: var(--wp--preset--spacing--30); display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; }
.wo-methods__label { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--wp--preset--color--slate); }
.wo-methods__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.wo-methods__item { display: inline-flex; align-items: center; height: 2.1rem; padding: 0 .65rem; background: #fff; border: 1px solid var(--wp--preset--color--rule); border-radius: 4px; }
.wo-methods__item svg { height: 1rem; width: auto; display: block; }
.wo-methods__item--mastercard svg { height: 1.1rem; }
.wo-methods__notice { flex-basis: 100%; margin: .5rem 0 0; font-size: .8125rem; color: #7F1D1D; background: #FDECEA; padding: .5rem .75rem; border-radius: 3px; }
.wo-ways { gap: 0 clamp(2rem, 5vw, 4rem); margin-top: var(--wp--preset--spacing--40); grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.wo-way { border-top: 1px solid var(--wp--preset--color--rule); padding-block: 1.25rem; }
.wo-way h3 { margin: 0 0 .35rem; font-size: 1.35rem; }
.wo-way p { margin: 0; color: var(--wp--preset--color--slate); font-size: var(--wp--preset--font-size--sm); }
.wo-donate-questions { max-width: var(--wo-measure); }
@media (max-width: 781px) { .wo-donate__cols { flex-direction: column; } .wo-donate__intro { position: static; } .wo-donate__form { width: 100%; } .wo-ways { grid-template-columns: 1fr !important; } }
.givewp-donation-form-wrapper, .give-form-wrap { margin: 0 !important; }

/* ---------- Archive filter row ---------- */
.wo-filter { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; list-style: none; margin: 0; padding: 1rem 0 0; }
.wo-filter a { font-size: .9375rem; font-weight: 600; color: var(--wp--preset--color--foam); text-decoration: none; padding: .35rem 0; border-bottom: 2px solid transparent; }
.wo-filter a:hover { color: #fff; }
.wo-filter .is-current a { color: #fff; border-bottom-color: var(--wp--preset--color--sky); }

/* ---------- Footer ---------- */
.site-footer { background: var(--wp--preset--color--abyss); color: #fff; padding-block: clamp(4.5rem, 9vw, 7.5rem) 2.5rem; margin-top: 0; border-top: 1px solid var(--wo-rule-dark); }
.site-footer a { color: inherit; }
.site-footer__band { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 5vw, 5rem); align-items: end; padding-block-end: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--wo-rule-dark); margin-block-end: 3rem; }
.site-footer__band h2 { color: #fff; font-size: clamp(1.9rem, 3.2vw, 2.9rem); font-weight: 450; letter-spacing: -.02em; margin: 0 0 var(--wp--preset--spacing--30); max-width: 22ch; }
.site-footer__band .wp-block-buttons { margin: 0; }
.site-footer__label { color: var(--wp--preset--color--sky); margin: 0 0 1rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; position: relative; }
.site-footer__label::after { content: ""; display: block; height: 1px; background: var(--wo-rule-dark); margin-top: .7rem; }
.site-footer__label::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sky); }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: var(--wp--preset--spacing--40); }
@media (max-width: 899px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } .site-footer__band { grid-template-columns: 1fr; } }
@media (max-width: 549px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer__logo img { width: 140px; filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 24rem; font-size: .875rem; color: var(--wp--preset--color--foam); margin-top: 1rem; }
.site-footer__menu .wp-block-navigation-item__content { text-decoration: none; padding: .2rem 0; font-size: .9375rem; color: var(--wp--preset--color--foam); }
.site-footer__menu .wp-block-navigation-item__content:hover { color: #fff; text-decoration: underline; }
.site-footer__col p, .site-footer__col address { font-style: normal; font-size: .9375rem; margin: 0 0 .6rem; color: var(--wp--preset--color--foam); line-height: 1.5; }
.site-footer__legal { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--wo-rule-dark); color: rgba(201,222,233,.8); }
.site-footer__legal p { margin: 0; color: inherit; }
.site-footer__legal-menu .wp-block-navigation-item__content { text-decoration: none; color: inherit; }
.site-footer__legal-menu .wp-block-navigation-item__content:hover { text-decoration: underline; }

/* ---------- Misc ---------- */
.page-404 { padding-block: var(--wp--preset--spacing--60) var(--wp--preset--spacing--70); }
.wo-byline { font-size: var(--wp--preset--font-size--sm); font-weight: 700; letter-spacing: .04em; color: var(--wp--preset--color--slate); border-top: 1px solid var(--wp--preset--color--rule); padding-top: 1rem; }
.wp-block-query-pagination { margin-top: var(--wp--preset--spacing--40); }
.wp-block-query-pagination a, .wp-block-query-pagination .page-numbers { padding: .4rem .7rem; text-decoration: none; }
.wp-block-query-pagination .current { font-weight: 700; color: var(--wp--preset--color--navy); }

/* ---------- Reveal (media & cards only) ---------- */
.js .wo-reveal { opacity: 0; transform: translateY(12px); transition: opacity 500ms var(--wo-ease), transform 500ms var(--wo-ease); }
.js .wo-reveal.is-inview { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .wo-reveal { opacity: 1; transform: none; transition: none; } }


/* ---------- Plate hero (inner pages): photo strip + paper title plate ---------- */
.wo-hero--plate { min-height: 0; display: block; background: var(--wp--preset--color--paper); color: var(--wp--preset--color--ink); }
.wo-hero--plate .wo-hero__media { position: relative; inset: auto; z-index: 0; height: clamp(18rem, 46vh, 30rem); }
.wo-hero--plate .wo-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(var(--wo-shade),.62) 0, rgba(var(--wo-shade),0) 11rem); }
.wo-hero--plate.wo-hero--media::before, .wo-hero--plate.wo-hero--media::after { display: none; }
.wo-hero__plate-wrap { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; }
.wo-hero__plate { position: relative; z-index: 1; background: var(--wp--preset--color--paper); padding: 2.25rem 3rem 1.5rem 0; margin-top: -8.5rem; max-width: 46rem; }
.wo-hero__plate::before { content: ""; position: absolute; top: 0; bottom: 0; right: 100%; width: 50vw; background: var(--wp--preset--color--paper); }
.wo-hero--plate .wo-eyebrow { color: var(--wp--preset--color--navy); }
.wo-hero--plate .wo-eyebrow::before { background: var(--wp--preset--color--sea) !important; }
.wo-hero--plate .wo-hero__title { color: var(--wp--preset--color--ink); font-size: var(--wp--preset--font-size--xxxl); max-width: 18ch; }
.wo-hero--plate .wo-hero__lead { color: var(--wp--preset--color--slate); }
.wo-hero--plate .wo-hero__buttons .wp-block-button.is-style-outline-light .wp-block-button__link { color: var(--wp--preset--color--navy); border-color: currentColor; }
.has-overlay-header .wo-hero--plate + * { margin-top: 0; }
@media (max-width: 767px) { .wo-hero--plate .wo-hero__media { height: clamp(15rem, 42vh, 22rem); } .wo-hero__plate { margin-top: -4.5rem; padding: 1.25rem 1rem 1rem 0; } }
.is-dark .wo-hero--compact, .wo-abyss .wo-hero--compact { background: transparent; color: #fff; }
.is-dark .wo-hero--compact .wo-hero__title { color: #fff; }
.is-dark .wo-hero--compact .wo-hero__lead { color: var(--wp--preset--color--foam); }
.is-dark .wo-hero--compact .wo-eyebrow { color: var(--wp--preset--color--sky); }

/* ---------- Ledger (figures with labels) ---------- */
.wo-ledger { margin: 1.5rem 0 0; padding: 0; }
.wo-ledger__row { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); align-items: baseline; gap: 1rem; border-top: 1px solid var(--wp--preset--color--rule); padding: .7rem 0; }
.wo-ledger__row:last-child { border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-ledger__figure { margin: 0; font-family: var(--wp--preset--font-family--serif); font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.02em; color: var(--wp--preset--color--navy); font-variant-numeric: tabular-nums; }
.wo-ledger__label { font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--slate); }
.is-dark .wo-ledger__row { border-color: var(--wo-rule-dark); }
.is-dark .wo-ledger__figure { color: #fff; }
.is-dark .wo-ledger__label { color: var(--wp--preset--color--foam); }

/* ---------- Featured spread (project-teasers layout spread) ---------- */
.wo-teasers--spread { padding-block: clamp(4rem, 8vw, 7rem) 0; }
.wo-teasers--spread .wo-teasers__list { display: block; }
.wo-teaser--spread { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.wo-teaser__figure { margin: 0; }
.wo-teaser__figure a { display: block; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--wp--preset--color--rule); background: var(--wp--preset--color--abyss); }
.wo-teaser__figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transition: transform 700ms var(--wo-ease); }
.wo-teaser--spread:hover .wo-teaser__figure img { transform: scale(1.03); }
.wo-teaser__figure figcaption { margin-top: .6rem; font-size: .8125rem; color: var(--wp--preset--color--slate); }
.wo-teaser--spread .wo-teaser__body { position: static; padding: 0; color: inherit; }
.wo-teaser--spread .wo-teaser__body .wo-eyebrow { color: var(--wp--preset--color--navy); }
.wo-teaser--spread .wo-teaser__body .wo-eyebrow::after, .wo-teaser--spread .wo-teaser__body .wo-eyebrow::before { display: block; }
.wo-teaser--spread .wo-teaser__title { font-size: var(--wp--preset--font-size--display); color: var(--wp--preset--color--ink); line-height: .98; letter-spacing: -.025em; }
.wo-teaser--spread .wo-teaser__title a { color: inherit; text-decoration: none; }
.wo-teaser--spread .wo-teaser__title a:hover { color: var(--wp--preset--color--navy); }
.wo-teaser--spread .wo-teaser__text { color: var(--wp--preset--color--slate); font-size: var(--wp--preset--font-size--lg); -webkit-line-clamp: unset; display: block; max-width: 30rem; margin-top: .75rem; }
.wo-teaser--spread .wp-block-buttons { margin-top: 1.75rem; display: flex; align-items: center; gap: 1.5rem; }
@media (max-width: 899px) { .wo-teaser--spread { grid-template-columns: 1fr; } .wo-teaser__figure a { aspect-ratio: 3 / 2; } }

/* ---------- Stats ledger layout ---------- */
.wo-stats--ledger .wo-stats__inner { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.wo-stats--ledger .wo-stats__head { grid-column: 1; }
.wo-stats--ledger .wo-stats__heading { font-size: var(--wp--preset--font-size--xxl); max-width: 22ch; margin: 0; }
.wo-stats--ledger .wo-stats__list { grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 2rem; }
.wo-stats--ledger .wo-stat { padding-top: 1.5rem; border-top: 1px solid var(--wo-rule-dark); }
.wo-stats--ledger .wo-stat::before { display: none; }
.wo-stats--ledger .wo-stats__source { grid-column: 1 / -1; margin-top: 1rem; }
.wo-stats--paper.wo-stats--ledger .wo-stat { border-top-color: var(--wp--preset--color--rule); }
.wo-stats--paper .wo-eyebrow { color: var(--wp--preset--color--navy); }
.wo-stats--ledger .wo-stat__value { font-size: clamp(2.8rem, 4.6vw, 4.6rem); }
@media (max-width: 799px) { .wo-stats--ledger .wo-stats__inner { grid-template-columns: 1fr; } .wo-stats--ledger .wo-stats__list { grid-column: 1; grid-template-columns: 1fr; } }

/* ---------- Two doors (home) ---------- */
.wo-doors { border-top: 1px solid var(--wp--preset--color--rule); padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.wo-doors .wp-block-column { position: relative; }
.wo-doors .wp-block-column + .wp-block-column { border-left: 1px solid var(--wp--preset--color--rule); padding-left: clamp(1.5rem, 4vw, 3rem); }
.wo-doors .wo-tile .wp-block-image img { aspect-ratio: 3 / 2; }
.wo-doors .wo-tile p { color: var(--wp--preset--color--slate); }
@media (max-width: 781px) { .wo-doors .wp-block-column + .wp-block-column { border-left: 0; padding-left: 0; border-top: 1px solid var(--wp--preset--color--rule); padding-top: 1.5rem; } }

/* ---------- Media frames & aside images in long-form ---------- */
.wp-block-post-content figure.wp-block-image img { border: 1px solid var(--wp--preset--color--rule); padding: 2px; background: var(--wp--preset--color--paper); box-sizing: border-box; }
.wp-block-post-content figure.wp-block-image figcaption { padding: .5rem 0 0; margin: 0; text-align: left; }
.wp-block-post-content .is-style-aside { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 1.25rem; align-items: end; border: 0; padding: 0; }
.wp-block-post-content .is-style-aside img { width: 100%; max-width: 100%; }
.wp-block-post-content .is-style-aside figcaption { margin: 0; padding: 0 0 .25rem; font-size: .875rem; color: var(--wp--preset--color--slate); line-height: 1.5; }
.wp-block-post-content .is-style-callout { position: relative; padding-top: 1.25rem; font-family: var(--wp--preset--font-family--serif); font-size: var(--wp--preset--font-size--lg) !important; line-height: 1.4; }
.wp-block-post-content .is-style-callout::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: var(--wp--preset--color--rule); }
.wp-block-post-content .is-style-callout::after { content: ""; position: absolute; left: 0; top: -1px; width: 2.5rem; height: 3px; background: var(--wp--preset--color--sea); }
.wp-block-post-content .is-style-callout strong { font-weight: 500; }

/* ---------- Donate assurance ledger ---------- */
.wo-assure { margin: var(--wp--preset--spacing--30) 0 0; padding: 0; }
.wo-assure div { border-top: 1px solid var(--wp--preset--color--rule); padding: .8rem 0; display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; }
.wo-assure div:last-child { border-bottom: 1px solid var(--wp--preset--color--rule); }
.wo-assure dt { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--wp--preset--color--navy); padding-top: .15rem; }
.wo-assure dd { margin: 0; font-size: var(--wp--preset--font-size--sm); color: var(--wp--preset--color--slate); }
.wo-donate__paypal { margin-top: 1.25rem; font-size: var(--wp--preset--font-size--sm); }
.wo-donate__note { margin: .75rem 0 0; font-size: .8125rem; color: var(--wp--preset--color--slate); }
.wo-more-ways { border-top: 1px solid var(--wp--preset--color--rule); border-bottom: 1px solid var(--wp--preset--color--rule); padding: 1rem 0; margin-top: 1rem; }
.wo-more-ways summary { cursor: pointer; font-weight: 700; color: var(--wp--preset--color--navy); list-style: none; display: inline-flex; align-items: center; gap: .5em; min-height: 44px; }
.wo-more-ways summary::-webkit-details-marker { display: none; }
.wo-more-ways summary::after { content: "↓"; transition: transform var(--wo-t); }
.wo-more-ways[open] summary::after { transform: rotate(180deg); }
.wo-questions { background: var(--wp--preset--color--mist); padding-block: clamp(3rem, 6vw, 5rem); }
.wo-questions__inner { width: min(100% - 2 * var(--wo-gutter), var(--wo-wide)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5rem); }
.wo-questions h2 { margin-top: 0; }
@media (max-width: 799px) { .wo-questions__inner { grid-template-columns: 1fr; } }

/* ---------- News: lead row in list layout, no pagination numbers noise ---------- */
.wp-block-query-pagination-numbers { display: none; }
.wp-block-query-pagination { border-top: 1px solid var(--wp--preset--color--rule); padding-top: 1rem; }


.wo-filterbar { border-bottom: 1px solid var(--wp--preset--color--rule); border-top: 1px solid var(--wp--preset--color--rule); }
.wo-filterbar .wo-filter { padding: 0; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
.wo-filterbar .wo-filter a { display: inline-block; color: var(--wp--preset--color--ink); white-space: nowrap; line-height: 1.2; padding: 1rem 0 calc(1rem - 2px); border-bottom: 2px solid transparent; }
@media (max-width: 767px) { .wo-filterbar .wo-filter { padding-right: 3rem; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 3rem), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 3rem), transparent); } }
.wo-filterbar .wo-filter a:hover { color: var(--wp--preset--color--navy); }
.wo-filterbar .wo-filter .is-current a { color: var(--wp--preset--color--navy); border-bottom-color: var(--wp--preset--color--navy); }

/* ---------- QA round 2 ---------- */
/* one vertical spacer per section boundary: a section that carries its own padding gets no sibling margin */
.site-main > .wp-block-post-content > .alignfull + .wo-section, .site-main > .wp-block-post-content > .wo-section + .alignfull, .site-main > .wp-block-post-content > .wo-section + .wo-section, .site-main > .wp-block-post-content > .alignwide.wo-section + .alignwide.wo-section { margin-block-start: 0; }
.site-main > .wp-block-post-content > .wo-hero + .wo-section { margin-block-start: 0; }
.wo-statement { padding-block: clamp(4rem, 7vw, 6rem); }
.site-main > .wo-hero + .wp-block-post-content { margin-block-start: 0; }
.site-main > .wp-block-post-content > .alignfull:first-child .wo-statement { padding-block-start: clamp(2.5rem, 5vw, 4rem); }
.wo-teasers--spread { padding-block: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem); }
.wo-teasers--spread + .wo-sand .wo-statement { padding-block-start: clamp(3rem, 6vw, 5rem); }
/* button pairs */
.wo-hero__buttons, .wo-cta .wp-block-buttons, .wo-teaser--spread .wp-block-buttons { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; }
@media (max-width: 599px) { .wo-teaser--spread .wp-block-buttons { flex-direction: column; align-items: stretch; gap: .75rem; } .wo-teaser--spread .wp-block-button__link { width: 100%; box-sizing: border-box; justify-content: center; } .wo-teaser--spread .wo-arrow-link { justify-content: center; } .wo-form .wp-block-button, .wo-form .wp-block-button__link, .wo-form button[type=submit] { width: 100%; box-sizing: border-box; } }
/* mobile hero scrim: darken evenly, text sits on a solid dark ground */
@media (max-width: 767px) { .wo-hero--media::before { background: linear-gradient(180deg, rgba(var(--wo-shade),.6) 0, rgba(var(--wo-shade),.35) 30%, rgba(var(--wo-shade),.7) 55%, rgba(var(--wo-shade),.92) 100%); } .wo-hero--media::after { display: none; } }
/* project hero size + focus */
.wo-hero--project { min-height: min(78svh, 46rem); }
.wo-hero--project .wo-hero__media img, .wo-hero--project .wo-hero__media video { object-position: var(--wo-focus, 55% 45%); }
@media (max-width: 767px) { .wo-hero--project { min-height: min(64svh, 36rem); } .wo-hero--project .wo-hero__media img, .wo-hero--project .wo-hero__media video { object-position: var(--wo-focus, 55% 45%); } }
/* long-form: media-text headings match section headings; article figure breathing space */
.wp-block-post-content .wp-block-media-text h2 { margin-top: 0; font-size: 2rem; line-height: 1.1; }
.article__figure { margin-block: 0 var(--wp--preset--spacing--40) !important; }
@media (max-width: 599px) { .wp-block-post-content .is-style-aside { grid-template-columns: 1fr; } }
/* key facts: figures first in the meta row */
.wo-facts__item--key { margin-left: 0; display: flex; flex-direction: column-reverse; padding-right: clamp(1rem, 2vw, 2rem); border-right: 1px solid var(--wp--preset--color--rule); }
.wo-facts__item--key dd { margin: 0 0 .15rem; font-family: var(--wp--preset--font-family--serif); font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 500; letter-spacing: -.01em; line-height: 1; color: var(--wp--preset--color--navy); font-variant-numeric: tabular-nums; }
.wo-facts__item--key dt { text-transform: none; letter-spacing: 0; font-size: var(--wp--preset--font-size--sm); font-weight: 400; color: var(--wp--preset--color--slate); }
.wo-facts__item--key:last-of-type { border-right: 0; }
/* sector rows/index: visible arrows; mobile rows layout; index preview column */
.wo-sectors--index .wo-sector__arrow, .wo-sectors--rows .wo-sector__arrow { color: var(--wp--preset--color--slate); }
@media (max-width: 767px) {
  .wo-sectors--rows .wo-sector__link { grid-template-columns: 2rem minmax(0, 1fr) auto; grid-template-areas: "idx title arrow" "media media media"; row-gap: .9rem; padding: 1.25rem 0; }
  .wo-sectors--rows .wo-sector__index { grid-area: idx; } .wo-sectors--rows .wo-sector__title { grid-area: title; } .wo-sectors--rows .wo-sector__arrow { grid-area: arrow; } .wo-sectors--rows .wo-sector__media { grid-area: media; }
}
.wo-sectors__cols { display: block; }
.wo-sectors__preview { display: none; }
@media (min-width: 1024px) {
  .wo-sectors--index .wo-sectors__cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
  .wo-sectors--index .wo-sectors__preview { display: block; position: sticky; top: calc(var(--wo-header-h) + 1.5rem); aspect-ratio: 4 / 5; overflow: hidden; background: var(--wp--preset--color--abyss); }
  .wo-sectors--index .wo-sectors__preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 500ms var(--wo-ease); }
  .wo-sectors--index .wo-sectors__preview img.is-active { opacity: 1; }
  .wo-sectors--index .wo-sector__link { grid-template-columns: 3rem minmax(0, 1fr) auto; }
  .wo-sectors--index .wo-sector__media { display: none; }
}
/* donate: intro / form / assurances as a grid — form directly under the lead on phones */
.wp-block-columns.wo-donate__cols { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); grid-template-areas: "intro form" "assure form"; column-gap: clamp(2rem, 5vw, 5rem); row-gap: 1.5rem; align-items: start; }
.wo-donate__cols > .wo-donate__intro { grid-area: intro; position: static; }
.wo-donate__cols > .wo-donate__form { grid-area: form; }
.wo-donate__cols > .wo-donate__assure { grid-area: assure; }
.wo-donate__assure .wo-assure { margin-top: 0; }
@media (max-width: 781px) { .wp-block-columns.wo-donate__cols { grid-template-columns: 1fr; grid-template-areas: "intro" "form" "assure"; row-gap: 1.75rem; } }
@media (max-width: 549px) { .wo-assure div { grid-template-columns: 1fr; gap: .2rem; } }
.wo-questions .wo-form { max-width: none; }
.wo-ways-intro { max-width: 40rem; }
.wo-ways__contact { margin-top: 1.5rem; }
.wo-cta__ledger { margin-top: 0; }
.wo-cta__ledger dt { color: var(--wp--preset--color--navy); }
.wo-cta__ledger div:first-child { border-top: 0; padding-top: 0; }
/* footer menu pitch */
.site-footer__menu .wp-block-navigation__container { gap: .4rem; }
.site-footer__menu .wp-block-navigation-item__content { padding: .1rem 0; line-height: 1.4; }
/* team group label: no stray ticks below */
.wo-team__group-title { align-self: start; }
/* sector empty state */
.wo-empty p { max-width: 40rem; }
/* QA round 2b */
.wo-news--featured .wo-news__item:not(:first-child) .wo-news__text, .wo-news--lead .wo-news__item:not(:first-child) .wo-news__text { -webkit-line-clamp: 2; }
.wp-block-post-content address, .wo-contact address { font-style: normal; }
.wp-block-column > .wo-eyebrow:not(:first-child), .wp-block-post-content > .wo-eyebrow:not(:first-child) { margin-top: 2.5rem; }
.wo-hero__plate { min-height: calc(8.5rem + 1px); box-sizing: border-box; }
@media (max-width: 767px) { .wo-hero__plate { min-height: calc(4.5rem + 1px); } }
/* short media band (compact hero with the page's own clip, e.g. Donate) */
.wo-hero--band { min-height: min(46vh, 26rem); align-items: end; }
.wo-hero--band .wo-hero__inner { padding-block: calc(var(--wo-header-h) + 2rem) 2.5rem; }
.wo-hero--band .wo-hero__title { font-size: var(--wp--preset--font-size--xxxl); max-width: 18ch; }
.wo-hero--band .wo-hero__lead { max-width: 30rem; }
.page-donate .wo-donate { padding-top: clamp(2.5rem, 5vw, 4rem); }

