/* ==========================================================================
   FORUS Digital · forus.digital
   Global design system · September 2026
   Tokens · base · header · buttons · sections · components · footer · responsive
   ========================================================================== */

:root {
  /* Brand palette (FORUS design system V1.2) */
  --night-blue: #1E254A;
  --deep-blue: #0844AF;
  --medium-blue: #027DB8;
  --light-blue: #81CAC9;
  --light-grey: #EEEEEE;
  --dark-grey: #858585;
  --white: #FFFFFF;
  --black: #000000;

  /* Neutral surfaces */
  --paper: #F7F8FA;
  --mist: #EEF6F6;
  --ink: var(--night-blue);
  --ink-soft: rgba(30, 37, 74, .72);
  --ink-mute: rgba(30, 37, 74, .52);
  --line: rgba(30, 37, 74, .14);
  --line-strong: rgba(30, 37, 74, .28);
  --on-dark: rgba(255, 255, 255, .76);
  --on-dark-mute: rgba(255, 255, 255, .5);
  --line-dark: rgba(255, 255, 255, .16);

  /* Type */
  --font: 'Montserrat', 'Helvetica Neue', Arial, system-ui, sans-serif;
  --fs-body: clamp(1rem, .97rem + .15vw, 1.0625rem);
  --fs-small: .875rem;
  --fs-lead: clamp(1.125rem, 1.02rem + .5vw, 1.4375rem);
  --fs-display: clamp(2.625rem, 1.6rem + 4.6vw, 5.75rem);
  --fs-h1: clamp(2.375rem, 1.5rem + 3.6vw, 4.5rem);
  --fs-h2: clamp(1.875rem, 1.3rem + 2.4vw, 3.25rem);
  --fs-h3: clamp(1.25rem, 1.1rem + .6vw, 1.625rem);
  --fs-eyebrow: .75rem;

  /* Layout on the 8px mini-unit */
  --container: 1280px;
  --gutter: clamp(24px, 5vw, 64px);
  --section: clamp(88px, 7vw + 32px, 152px);
  --section-sm: clamp(64px, 5vw + 24px, 112px);
  --radius: 8px;
  --radius-sm: 4px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 88px;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; text-wrap: pretty; }
p + p { margin-top: 1.1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.06; letter-spacing: -.028em; text-wrap: balance; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: -.016em; line-height: 1.25; }
h4 { font-size: 1.0625rem; letter-spacing: -.005em; line-height: 1.35; font-weight: 600; }
strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--medium-blue); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--light-blue); color: var(--night-blue); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.container-narrow { width: min(100% - 2 * var(--gutter), 880px); margin-inline: auto; }
.measure { max-width: 60ch; }
.measure-narrow { max-width: 44ch; }

.skip-link {
  position: absolute; left: 16px; top: -64px; z-index: 200;
  background: var(--night-blue); color: var(--white); padding: 12px 18px; border-radius: var(--radius-sm); font-weight: 600;
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

/* Type helpers */
.eyebrow {
  display: block;
  font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--medium-blue); margin-bottom: 24px;
}
.on-dark .eyebrow, .eyebrow.on-dark { color: var(--light-blue); }
.lead { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink-soft); font-weight: 400; letter-spacing: -.01em; }
.on-dark .lead { color: var(--on-dark); }
.copy { color: var(--ink-soft); }
.copy p + p { margin-top: 1.2em; }
.on-dark .copy { color: var(--on-dark); }
.small { font-size: var(--fs-small); }
.mute { color: var(--ink-mute); }
.on-dark .mute { color: var(--on-dark-mute); }
.display { font-size: var(--fs-display); letter-spacing: -.035em; line-height: 1; }

/* Surfaces */
.on-dark { background: var(--night-blue); color: var(--white); }
.on-paper { background: var(--paper); }
.on-grey { background: var(--light-grey); }
.on-mist { background: var(--mist); }

/* --------------------------------------------------------------------------
   Buttons and links
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 56px; padding: 0 28px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: .9375rem; letter-spacing: .005em; line-height: 1;
  border: 1.5px solid transparent; white-space: nowrap;
  transition: background-color .25s, color .25s, border-color .25s, transform .3s var(--ease);
}
.btn svg { width: 16px; height: 16px; flex: none; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--night-blue); color: var(--white); border-color: var(--night-blue); }
.btn-primary:hover { background: var(--deep-blue); border-color: var(--deep-blue); }
.btn-outline { background: transparent; color: var(--night-blue); border-color: var(--line-strong); }
.btn-outline:hover { border-color: var(--night-blue); }
.on-dark .btn-primary, .btn-light { background: var(--white); color: var(--night-blue); border-color: var(--white); }
.on-dark .btn-primary:hover, .btn-light:hover { background: var(--light-blue); border-color: var(--light-blue); }
.on-dark .btn-outline { color: var(--white); border-color: rgba(255,255,255,.4); }
.on-dark .btn-outline:hover { border-color: var(--white); }
.btn-group { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.link {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .9375rem; color: var(--deep-blue);
  position: relative;
}
.link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.link:hover svg { transform: translateX(4px); }
.link::after {
  content: ""; position: absolute; left: 0; right: 26px; bottom: -4px; height: 1.5px;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.link:hover::after { transform: scaleX(1); }
.on-dark .link { color: var(--light-blue); }
.link.ext svg { transform: none; }
.link.ext:hover svg { transform: translate(2px, -2px); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  transition: background-color .35s, border-color .35s, height .35s var(--ease), box-shadow .35s;
  border-bottom: 1px solid transparent;
}
.site-header .container { height: 100%; display: flex; align-items: center; gap: 20px; }
.site-header.is-solid, .site-header.is-static { background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom-color: var(--line); }
.site-header.is-solid { height: 72px; }
.site-header.on-dark-hero:not(.is-solid) { color: var(--white); }
.site-header.on-dark-hero:not(.is-solid) .logo-colour { display: none; }
.site-header.on-dark-hero:not(.is-solid) .logo-reversed { display: block; }
.logo { display: block; flex: none; height: 40px; width: auto; }
.logo svg { height: 100%; width: auto; }
.logo-colour, .logo-reversed { display: block; height: 100%; }
.logo-reversed { display: none; }
.site-header.is-solid .logo { height: 38px; }

.nav-primary { display: flex; align-items: center; gap: 2px; margin-left: 4px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; border-radius: var(--radius-sm);
  font-weight: 500; font-size: .875rem; letter-spacing: -.005em; color: inherit; opacity: .86; white-space: nowrap;
  transition: opacity .2s, background-color .2s;
}
.nav-link svg { width: 10px; height: 10px; flex: none; opacity: .6; transition: transform .25s var(--ease); }
.nav-link:hover, .nav-item:focus-within > .nav-link, .nav-item.is-open > .nav-link { opacity: 1; }
.nav-item.is-open > .nav-link svg, .nav-item:hover > .nav-link svg { transform: rotate(180deg); }
.nav-link[aria-current="page"], .nav-item.is-active > .nav-link { opacity: 1; font-weight: 600; }
.nav-item.is-active > .nav-link::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1.5px; background: currentColor; opacity: .6;
}

.nav-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 300px;
  background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 24px 48px -16px rgba(30,37,74,.22);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s, transform .25s var(--ease), visibility 0s .25s;
}
.nav-item.is-open > .nav-menu, .nav-item:hover > .nav-menu, .nav-item:focus-within > .nav-menu {
  opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s;
}
.nav-menu a {
  display: block; padding: 10px 14px; border-radius: var(--radius-sm); font-size: .9375rem; font-weight: 500; color: var(--ink); white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.nav-menu a:hover { background: var(--paper); color: var(--deep-blue); }
.nav-menu a.ext { display: flex; justify-content: space-between; align-items: center; }
.nav-menu a.ext svg { width: 12px; height: 12px; opacity: .6; }
.nav-menu .nav-menu-label { padding: 8px 14px 6px; font-size: .6875rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--ink-mute); }

.nav-utility { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-ext { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; font-weight: 500; font-size: .9375rem; opacity: .86; white-space: nowrap; }
.nav-ext svg { width: 12px; height: 12px; transition: transform .25s var(--ease); }
.nav-ext:hover { opacity: 1; }
.nav-ext:hover svg { transform: translate(2px, -2px); }
.nav-cta { min-height: 44px; padding: 0 18px; font-size: .8125rem; }
.nav-coop {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 16px 0 7px; margin-right: 4px;
  border-radius: 999px; background: var(--night-blue); color: var(--white); font-weight: 600; font-size: .8125rem; letter-spacing: .005em;
  border: 1.5px solid var(--night-blue); white-space: nowrap;
  transition: background-color .25s, border-color .25s, color .25s, transform .3s var(--ease);
}
.nav-coop .nav-coop-mark { width: 30px; height: 30px; border-radius: 50%; background: var(--white); display: grid; place-items: center; flex: none; }
.nav-coop .nav-coop-mark svg { width: 18px; height: 18px; }
.nav-coop > svg { width: 11px; height: 11px; flex: none; opacity: .8; transition: transform .25s var(--ease); }
.nav-coop:hover { background: var(--deep-blue); border-color: var(--deep-blue); }
.nav-coop:hover > svg { transform: translate(2px, -2px); }
.site-header.on-dark-hero:not(.is-solid) .nav-coop { background: var(--white); color: var(--night-blue); border-color: var(--white); }
.site-header.on-dark-hero:not(.is-solid) .nav-coop:hover { background: var(--light-blue); border-color: var(--light-blue); }
.site-header.on-dark-hero:not(.is-solid) .nav-cta { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.site-header.on-dark-hero:not(.is-solid) .nav-cta:hover { border-color: var(--white); background: transparent; }
.drawer-coop { min-height: 56px; justify-content: center; margin: 0; font-size: 1rem; padding: 0 24px 0 12px; }
.drawer-coop .nav-coop-mark { width: 34px; height: 34px; }

.nav-toggle {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: var(--radius-sm);
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: currentColor; position: relative; transition: background .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; transition: transform .3s var(--ease), top .3s var(--ease); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
  position: fixed; inset: 0; z-index: 90; background: var(--white); color: var(--ink);
  padding: calc(var(--header-h) + 8px) var(--gutter) 40px; overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .3s, transform .35s var(--ease), visibility 0s .35s;
}
body.nav-open .nav-drawer { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
body.nav-open { overflow: hidden; }
body.nav-open .site-header, body.nav-open .site-header.on-dark-hero:not(.is-solid) { background: var(--white); color: var(--ink); border-bottom-color: var(--line); }
body.nav-open .site-header .logo-reversed { display: none !important; }
body.nav-open .site-header .logo-colour { display: block !important; }
body.nav-open .site-header .nav-coop { display: none; }
.drawer-group { border-top: 1px solid var(--line); padding: 20px 0; }
.drawer-group:last-of-type { border-bottom: 1px solid var(--line); }
.drawer-title { display: block; font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 10px; }
.drawer-links { display: grid; gap: 2px; }
.drawer-links a { display: block; padding: 8px 0; font-size: 1.0625rem; color: var(--ink-soft); font-weight: 500; }
.drawer-links a:hover { color: var(--deep-blue); }
.drawer-utility { display: grid; gap: 12px; padding-top: 28px; }
.drawer-utility .btn { width: 100%; }
.drawer-ext { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 12px; font-weight: 600; }
.drawer-ext svg { width: 12px; height: 12px; }
.drawer-foot { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: .8125rem; color: var(--ink-mute); }

/* --------------------------------------------------------------------------
   Reveal motion
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }
.reveal[data-delay="5"] { transition-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .link, .nav-menu { transition: none; }
}

/* --------------------------------------------------------------------------
   Home hero
   -------------------------------------------------------------------------- */
.hero-home {
  position: relative; min-height: clamp(640px, 100svh, 1040px); display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--header-h) + 64px) 0 56px; overflow: hidden; background: var(--white);
}
.hero-home .container { position: relative; z-index: 2; }
.hero-network { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-network canvas { width: 100%; height: 100%; }
.hero-home::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.92) 34%, rgba(255,255,255,.35) 62%, rgba(255,255,255,0) 100%);
}
.hero-home .display { max-width: 15ch; }
.hero-home .lead { max-width: 52ch; margin-top: 32px; }
.hero-home .btn-group { margin-top: 40px; }
.hero-brandline {
  margin-top: clamp(56px, 8vh, 112px); padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  font-size: .875rem; font-weight: 600; letter-spacing: .02em; color: var(--ink-soft);
}
.hero-brandline .scroll-cue { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-mute); font-weight: 500; font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-brandline .scroll-cue svg { width: 12px; height: 12px; animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); opacity: .5 } 50% { transform: translateY(5px); opacity: 1 } }
.hero-in { animation: heroIn 1.1s var(--ease) both; }
.hero-in[data-delay="1"] { animation-delay: .12s; }
.hero-in[data-delay="2"] { animation-delay: .24s; }
.hero-in[data-delay="3"] { animation-delay: .36s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px) } to { opacity: 1; transform: none } }
@media (prefers-reduced-motion: reduce) { .hero-in { animation: none; } .hero-brandline .scroll-cue svg { animation: none; } }

/* --------------------------------------------------------------------------
   Page hero (inner pages)
   -------------------------------------------------------------------------- */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(64px, 10vw, 128px)) 0 clamp(64px, 7vw, 104px); overflow: hidden; }
.page-hero .eyebrow { margin-bottom: 28px; }
.page-hero h1 { max-width: 16ch; }
.page-hero .lead { max-width: 56ch; margin-top: 28px; }
.page-hero .btn-group { margin-top: 40px; }
.page-hero.has-media { padding-bottom: clamp(48px, 6vw, 96px); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: center; }
.page-hero-media { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); }
.page-hero.on-dark { background: var(--night-blue); }
.page-hero .hero-mark {
  position: absolute; right: -6vw; top: 50%; width: clamp(360px, 44vw, 720px); transform: translateY(-50%);
  opacity: .06; pointer-events: none;
}
.page-hero.on-dark .hero-mark { opacity: .08; }
.page-hero .hero-mark svg { width: 100%; height: auto; }
.page-hero .hero-mark svg path { fill: currentColor; }
.hero-rule { margin-top: clamp(48px, 6vw, 80px); border-top: 1px solid var(--line); }
.on-dark .hero-rule { border-top-color: var(--line-dark); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 16px 48px; padding-top: 24px; font-size: .875rem; color: var(--ink-mute); }
.on-dark .hero-facts { color: var(--on-dark-mute); }
.hero-facts strong { color: var(--ink); font-weight: 600; }
.on-dark .hero-facts strong { color: var(--white); }

/* --------------------------------------------------------------------------
   Section scaffolding
   -------------------------------------------------------------------------- */
.section { padding: var(--section) 0; }
.section-sm { padding: var(--section-sm) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(48px, 5vw, 80px); }
.section-head .lead { margin-top: 24px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-foot { margin-top: clamp(40px, 4vw, 64px); }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.on-dark .rule { border-top-color: var(--line-dark); }

/* Split editorial: statement left, copy right */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 6vw, 112px); align-items: start; }
.split > * { min-width: 0; }
.split .lead { margin-top: 0; }
.split-sticky { position: sticky; top: 112px; }
.split.reverse { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.split .btn-group, .split .link { margin-top: 32px; }

/* Statement band: one big sentence */
.statement { padding: var(--section) 0; }
.statement h2 { font-size: clamp(1.75rem, 1.2rem + 2.6vw, 3.5rem); max-width: 24ch; letter-spacing: -.03em; }
.statement .copy { max-width: 56ch; margin-top: 32px; }

/* Four ideas: a quiet row with hairlines */
.ideas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.idea { padding: 40px 32px 48px 0; border-bottom: 1px solid var(--line); position: relative; }
.idea + .idea { padding-left: 32px; }
.idea + .idea::before { content: ""; position: absolute; left: 0; top: 40px; bottom: 40px; width: 1px; background: var(--line); }
.idea .idea-num { font-size: .75rem; font-weight: 600; letter-spacing: .18em; color: var(--ink-mute); display: block; margin-bottom: 28px; }
.idea .idea-glyph { width: 44px; height: 44px; margin-bottom: 28px; color: var(--deep-blue); }
.idea .idea-glyph svg { width: 100%; height: 100%; }
.idea h3 { font-size: 1.375rem; margin-bottom: 12px; }
.idea p { color: var(--ink-soft); font-size: .9375rem; line-height: 1.65; }
.on-dark .ideas { border-top-color: var(--line-dark); }
.on-dark .idea { border-bottom-color: var(--line-dark); }
.on-dark .idea + .idea::before { background: var(--line-dark); }
.on-dark .idea .idea-num { color: var(--on-dark-mute); }
.on-dark .idea .idea-glyph { color: var(--light-blue); }
.on-dark .idea p { color: var(--on-dark); }

/* Audience routing: rows, not cards */
.routes { border-top: 1px solid var(--line); }
.route {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr) 48px; gap: 32px; align-items: center;
  padding: 30px 0; border-bottom: 1px solid var(--line); position: relative; color: inherit;
  transition: padding-left .35s var(--ease);
}
.route::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: -1px; width: 0; background: var(--night-blue);
  transition: width .35s var(--ease);
}
.route:hover { padding-left: 24px; }
.route:hover::before { width: 3px; }
.route h3 { font-size: clamp(1.25rem, 1.1rem + .8vw, 1.75rem); letter-spacing: -.02em; transition: color .25s; }
.route:hover h3 { color: var(--deep-blue); }
.route p { color: var(--ink-soft); font-size: 1rem; }
.route .route-arrow { width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; transition: background-color .3s, border-color .3s, color .3s; }
.route .route-arrow svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.route:hover .route-arrow { background: var(--night-blue); border-color: var(--night-blue); color: var(--white); }
.route:hover .route-arrow svg { transform: translateX(2px); }

/* Pillars visual (dark) */
.pillars { position: relative; overflow: hidden; }
.pillars .container { position: relative; z-index: 2; }
.pillars-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(48px, 6vw, 112px); align-items: center; }
.pillars-figure { position: relative; aspect-ratio: 1; max-width: 640px; margin-inline: auto; }
.pillars-figure svg { width: 100%; height: 100%; overflow: visible; }
.pillars-figure .p-ring { fill: none; stroke: rgba(255,255,255,.14); stroke-width: 1; }
.pillars-figure .p-ring.inner { stroke: rgba(129,202,201,.35); }
.pillars-figure .p-spoke { stroke: rgba(255,255,255,.16); stroke-width: 1; }
.pillars-figure .p-flow { stroke: var(--light-blue); stroke-width: 1.5; fill: none; stroke-dasharray: 6 260; stroke-linecap: round; animation: flow 5.5s linear infinite; opacity: .9; }
.pillars-figure .p-flow:nth-child(2) { animation-delay: -1.4s; }
.pillars-figure .p-flow:nth-child(3) { animation-delay: -2.8s; }
.pillars-figure .p-flow:nth-child(4) { animation-delay: -4.2s; }
@keyframes flow { to { stroke-dashoffset: -266; } }
.pillars-figure .p-node { fill: var(--night-blue); stroke: rgba(255,255,255,.5); stroke-width: 1; }
.pillars-figure .p-node-dot { fill: var(--light-blue); }
.pillars-figure .p-label { font-family: var(--font); font-size: 15px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; fill: var(--white); }
.pillars-figure .p-mark { transform-origin: 300px 300px; animation: markspin 90s linear infinite; }
@keyframes markspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .pillars-figure .p-flow, .pillars-figure .p-mark { animation: none; } }
.pillar-list { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.pillar { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.pillar .pillar-num { font-size: .75rem; font-weight: 600; letter-spacing: .18em; color: var(--light-blue); padding-top: 6px; }
.pillar h3 { font-size: 1.375rem; margin-bottom: 8px; }
.pillar p { color: var(--on-dark); font-size: .9375rem; }
.pillars .bg-mark { position: absolute; right: -12vw; bottom: -18vw; width: 60vw; opacity: .05; pointer-events: none; color: var(--white); }
.pillars .bg-mark svg path { fill: currentColor; }

/* Feature panel (FORUS.coop) */
.feature-panel {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white);
}
.feature-panel-media { position: relative; min-height: 380px; min-width: 0; }
.feature-panel-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); }
.feature-panel-media .badge-corner { position: absolute; left: 24px; top: 24px; background: rgba(30,37,74,.86); color: var(--white); backdrop-filter: blur(8px); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; padding: 10px 14px; border-radius: var(--radius-sm); }
.feature-panel-body { padding: clamp(32px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.feature-panel-body h3 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.25rem); letter-spacing: -.025em; }
.feature-panel-body .copy { margin-top: 20px; max-width: 46ch; }
.feature-panel-body .btn-group, .feature-panel-body .link { margin-top: 32px; }

/* Implementations list with explicit status */
.impl-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(32px, 4vw, 64px); border-top: 1px solid var(--line); margin-top: clamp(40px, 5vw, 64px); }
.impl { padding: 32px 0; border-bottom: 1px solid var(--line); display: grid; gap: 12px; }
.impl-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.impl h3 { font-size: 1.25rem; }
.impl p { color: var(--ink-soft); font-size: .9375rem; }
.impl .impl-meta { font-size: .8125rem; color: var(--ink-mute); }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: .6875rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--dark-grey); }
.status[data-status="live"]::before { background: #8DBF2E; }
.status[data-status="implementation"]::before { background: var(--medium-blue); }
.status[data-status="pilot"]::before { background: var(--light-blue); }
.status[data-status="partnership"]::before { background: var(--deep-blue); }
.status[data-status="development"]::before { background: #F5971B; }
.status[data-status="mou"]::before { background: var(--deep-blue); }
.on-dark .status { color: var(--on-dark); }

/* Story band */
.story-band { position: relative; overflow: hidden; }
.story-band .split { align-items: center; }
.story-media { position: relative; aspect-ratio: 5 / 4; border-radius: var(--radius); overflow: hidden; }
.story-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); }
.story-media .mark-tag { position: absolute; right: 24px; bottom: 24px; width: 56px; height: 56px; padding: 12px; background: var(--white); border-radius: var(--radius-sm); }
.story-media .mark-tag svg { width: 100%; height: 100%; }

/* News / editorial cards */
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(24px, 3vw, 48px); border-top: 1px solid var(--line); }
.news-card { display: flex; flex-direction: column; gap: 16px; padding: 32px 0 40px; border-bottom: 1px solid var(--line); position: relative; color: inherit; }
.news-card + .news-card::before { content: ""; position: absolute; left: calc(-1 * clamp(24px, 3vw, 48px) / 2); top: 32px; bottom: 40px; width: 1px; background: var(--line); }
.news-meta { display: flex; align-items: center; gap: 12px; font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--medium-blue); }
.news-meta time { color: var(--ink-mute); letter-spacing: .04em; text-transform: none; font-weight: 500; font-size: .8125rem; }
.news-card h3 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.625rem); letter-spacing: -.022em; transition: color .25s; }
.news-card:hover h3 { color: var(--deep-blue); }
.news-card p { color: var(--ink-soft); font-size: .9375rem; }
.news-card .news-source { font-size: .8125rem; color: var(--ink-mute); }
.news-card .link { margin-top: auto; padding-top: 8px; }
.news-list { border-top: 1px solid var(--line); }
.news-row {
  display: grid; grid-template-columns: 200px minmax(0, 1fr) 48px; gap: 32px; align-items: start;
  padding: 32px 0; border-bottom: 1px solid var(--line); color: inherit;
}
.news-row .news-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
.news-row h3 { font-size: clamp(1.25rem, 1.1rem + .8vw, 1.75rem); letter-spacing: -.022em; transition: color .25s; }
.news-row:hover h3 { color: var(--deep-blue); }
.news-row p { color: var(--ink-soft); margin-top: 10px; max-width: 64ch; }
.news-row .route-arrow { width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; transition: all .3s; }
.news-row .route-arrow svg { width: 16px; height: 16px; }
.news-row:hover .route-arrow { background: var(--night-blue); border-color: var(--night-blue); color: var(--white); }
.news-row[hidden] { display: none; }

/* Filter tabs */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.filter { padding: 10px 18px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: .875rem; font-weight: 600; transition: all .2s; }
.filter:hover { border-color: var(--night-blue); }
.filter[aria-pressed="true"] { background: var(--night-blue); color: var(--white); border-color: var(--night-blue); }

/* Final CTA */
.cta-final { position: relative; overflow: hidden; padding: var(--section) 0; }
.cta-final .container { position: relative; z-index: 2; }
.cta-final h2 { font-size: clamp(2.25rem, 1.4rem + 4vw, 5rem); letter-spacing: -.035em; line-height: 1.02; }
.cta-final h2 span { display: block; }
.cta-final h2 span:nth-child(2) { color: var(--light-blue); }
.cta-final h2 span:nth-child(3) { color: rgba(255,255,255,.62); }
.cta-final .copy { margin-top: 32px; max-width: 52ch; font-size: 1.0625rem; }
.cta-final .btn-group { margin-top: 40px; }
.cta-final .pattern { position: absolute; inset: 0; z-index: 1; opacity: .07; background: url("../brand/pattern.png") center / 720px repeat; mix-blend-mode: screen; pointer-events: none; }
.cta-final .fade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--night-blue) 30%, rgba(30,37,74,.4) 100%); pointer-events: none; }

/* Simple CTA band (inner pages) */
.cta-band { padding: var(--section-sm) 0; }
.cta-band .inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px 64px; align-items: center; }
.cta-band h2 { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.75rem); max-width: 22ch; }
.cta-band p { margin-top: 12px; max-width: 52ch; }

/* Principle / theme list */
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(32px, 4vw, 64px); border-top: 1px solid var(--line); }
.principle { padding: 36px 0 44px; border-bottom: 1px solid var(--line); }
.principle .principle-num { font-size: .75rem; font-weight: 600; letter-spacing: .18em; color: var(--ink-mute); display: block; margin-bottom: 20px; }
.principle h3 { font-size: 1.3125rem; margin-bottom: 12px; }
.principle p { color: var(--ink-soft); font-size: .9375rem; }
.on-dark .principles { border-top-color: var(--line-dark); }
.on-dark .principle { border-bottom-color: var(--line-dark); }
.on-dark .principle .principle-num { color: var(--light-blue); }
.on-dark .principle p { color: var(--on-dark); }
.principles.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Definition rows (vision / mission) */
.def-rows { border-top: 1px solid var(--line); }
.def-row { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 32px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.def-row .def-key { font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--medium-blue); padding-top: 8px; }
.def-row .def-val { font-size: clamp(1.25rem, 1.1rem + 1vw, 1.875rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.35; max-width: 30ch; }

/* Timeline */
.timeline { position: relative; border-left: 1px solid var(--line-strong); margin-left: 8px; }
.tl-item { position: relative; padding: 0 0 56px 48px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -6px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--white); border: 2px solid var(--night-blue); }
.tl-item.is-now::before { background: var(--night-blue); }
.tl-item .tl-when { font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--medium-blue); display: block; margin-bottom: 12px; }
.tl-item h3 { font-size: 1.375rem; margin-bottom: 10px; }
.tl-item p { color: var(--ink-soft); max-width: 58ch; }
.placeholder { display: inline-block; background: #FFF4D6; color: #7A5A00; font-size: .75rem; font-weight: 600; padding: 2px 8px; border-radius: 3px; letter-spacing: .04em; vertical-align: middle; }

/* Capability groups */
.cap-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(32px, 4vw, 64px); border-top: 1px solid var(--line); }
.cap { padding: 36px 0 44px; border-bottom: 1px solid var(--line); }
.cap .cap-glyph { width: 40px; height: 40px; color: var(--deep-blue); margin-bottom: 24px; }
.cap .cap-glyph svg { width: 100%; height: 100%; }
.cap h3 { font-size: 1.3125rem; margin-bottom: 12px; }
.cap p { color: var(--ink-soft); font-size: .9375rem; }
.cap ul { margin-top: 16px; display: grid; gap: 6px; font-size: .875rem; color: var(--ink-soft); }
.cap li { padding-left: 16px; position: relative; }
.cap li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 1px; background: var(--ink-mute); }
.footnote { font-size: .8125rem; color: var(--ink-mute); max-width: 72ch; margin-top: 40px; }

/* Case / implementation detail */
.case { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 5vw, 96px); padding: clamp(48px, 5vw, 80px) 0; border-top: 1px solid var(--line); }
.case:last-of-type { border-bottom: 1px solid var(--line); }
.case-side { position: sticky; top: 112px; }
.case-side .status { margin-bottom: 20px; }
.case-side h3 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.25rem); letter-spacing: -.025em; }
.case-side .case-where { margin-top: 12px; color: var(--ink-mute); font-size: .9375rem; }
.case-side .link { margin-top: 24px; }
.case-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 48px; }
.case-fact h4 { font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--medium-blue); margin-bottom: 12px; }
.case-fact p { color: var(--ink-soft); font-size: .9375rem; }

/* Contact / route blocks */
.blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.block { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 12px; transition: border-color .25s, transform .35s var(--ease); background: var(--white); }
a.block:hover { border-color: var(--night-blue); transform: translateY(-3px); }
.block h3 { font-size: 1.25rem; }
.block p { color: var(--ink-soft); font-size: .9375rem; }
.block .link { margin-top: auto; padding-top: 12px; }
.blocks.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* People */
.people { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px clamp(24px, 3vw, 48px); }
.person .person-photo { aspect-ratio: 4 / 5; background: var(--paper); border-radius: var(--radius); display: grid; place-items: center; color: var(--ink-mute); font-size: .8125rem; margin-bottom: 20px; overflow: hidden; }
.person .person-photo svg { width: 56px; opacity: .25; }
.person h3 { font-size: 1.25rem; }
.person .person-role { color: var(--medium-blue); font-size: .8125rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; }
.person p { color: var(--ink-soft); font-size: .9375rem; margin-top: 12px; }

/* Article */
.article-hero { padding: calc(var(--header-h) + clamp(48px, 8vw, 96px)) 0 clamp(40px, 5vw, 64px); }
.article-hero h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.75rem); max-width: 22ch; }
.article-hero .news-meta { margin-bottom: 24px; }
.article-hero .article-standfirst { margin-top: 24px; }
.article-body { padding-bottom: var(--section); }
.article-body .prose { max-width: 70ch; font-size: 1.0625rem; color: var(--ink-soft); }
.article-body .prose p + p { margin-top: 1.3em; }
.article-body .prose h2 { font-size: 1.5rem; color: var(--ink); margin: 2em 0 .7em; letter-spacing: -.02em; }
.article-body .prose blockquote { margin: 2em 0; padding-left: 24px; border-left: 2px solid var(--medium-blue); color: var(--ink); font-size: 1.25rem; font-weight: 500; letter-spacing: -.01em; line-height: 1.5; }
.article-body .prose blockquote cite { display: block; margin-top: 12px; font-size: .875rem; font-style: normal; color: var(--ink-mute); font-weight: 500; }
.article-body .prose ul { list-style: disc; padding-left: 1.2em; }
.article-body .prose li + li { margin-top: .5em; }
.article-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 3fr); gap: clamp(40px, 6vw, 96px); }
.article-aside { position: sticky; top: 112px; align-self: start; display: grid; gap: 32px; }
.aside-box { border-top: 1px solid var(--line); padding-top: 20px; }
.aside-box h4 { font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--medium-blue); margin-bottom: 12px; }
.aside-box p, .aside-box a { font-size: .9375rem; color: var(--ink-soft); }
.aside-box a { display: block; padding: 6px 0; font-weight: 500; }
.aside-box a:hover { color: var(--deep-blue); }
.aside-box .status { margin-top: 4px; }

/* Form */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .8125rem; font-weight: 600; letter-spacing: .04em; color: var(--ink); }
.field label .opt { color: var(--ink-mute); font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--white);
  border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 14px 16px; min-height: 54px;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 160px; resize: vertical; line-height: 1.6; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' fill='none' stroke='%231E254A' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--deep-blue); box-shadow: 0 0 0 3px rgba(8,68,175,.14); }
.field .hint { font-size: .8125rem; color: var(--ink-mute); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #DD062B; }
.field .error { display: none; font-size: .8125rem; color: #DD062B; }
.field.is-invalid .error { display: block; }
.form-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 8px; }
.form-foot .small { max-width: 52ch; }
.form-success { display: none; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.form-success.is-visible { display: block; }
.form-success h3 { margin-bottom: 12px; }
form.is-sent { display: none; }
.form-layout { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 112px); align-items: start; }
.form-side { position: sticky; top: 112px; display: grid; gap: 28px; }
.form-side .aside-box:first-child { border-top: 0; padding-top: 0; }

/* Legal prose */
.legal { max-width: 72ch; color: var(--ink-soft); }
.legal h2 { font-size: 1.375rem; color: var(--ink); margin: 2.2em 0 .6em; }
.legal h2:first-child { margin-top: 0; }
.notice { border: 1px solid var(--line); border-left: 3px solid #FBBA00; border-radius: var(--radius-sm); padding: 20px 24px; background: var(--paper); font-size: .9375rem; color: var(--ink-soft); }

/* Mark divider */
.mark-divider { display: flex; justify-content: center; padding: 8px 0; }
.mark-divider svg { width: 40px; height: 40px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--night-blue); color: var(--white); padding: clamp(64px, 7vw, 112px) 0 40px; }
.footer-top { display: grid; grid-template-columns: minmax(0, 4fr) repeat(4, minmax(0, 2fr)); gap: 48px 32px; padding-bottom: 56px; border-bottom: 1px solid var(--line-dark); }
.footer-brand .logo { height: 48px; margin-bottom: 28px; }
.footer-brand p { color: var(--on-dark); font-size: .9375rem; max-width: 34ch; }
.footer-brand .footer-line { margin-top: 24px; font-weight: 600; color: var(--white); font-size: .9375rem; letter-spacing: -.005em; max-width: 30ch; line-height: 1.5; }
.footer-col h4 { font-size: .6875rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--light-blue); margin-bottom: 20px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: var(--on-dark); font-size: .9375rem; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-col a.ext { display: inline-flex; align-items: center; gap: 6px; }
.footer-col a.ext svg { width: 10px; height: 10px; opacity: .7; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px; padding-top: 28px; font-size: .8125rem; color: var(--on-dark-mute); }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-bottom a:hover { color: var(--white); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1360px) {
  .nav-link { padding: 10px 8px; }
  .nav-link svg { display: none; }
  .site-header .container { gap: 16px; }
  .nav-coop { padding: 0 14px 0 7px; margin-right: 0; }
  .nav-cta { padding: 0 14px; }
}
@media (max-width: 1200px) {
  .nav-primary { display: none; }
  .nav-utility .nav-coop { display: none; }
  .nav-toggle { display: inline-flex; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillars-figure { max-width: 520px; }
  .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .ideas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .idea + .idea { padding-left: 0; }
  .idea + .idea::before { display: none; }
  .idea:nth-child(even) { padding-left: 32px; }
  .idea:nth-child(even)::before { display: block; content: ""; position: absolute; left: 0; top: 40px; bottom: 40px; width: 1px; background: var(--line); }
  .principles, .cap-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blocks.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  :root { --header-h: 72px; }
  .nav-cta { display: none; }
  .hero-home { min-height: 92svh; padding-bottom: 40px; }
  .hero-home::after { background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.92) 55%, rgba(255,255,255,1) 100%); }
  .split, .split.reverse, .pillars-grid, .feature-panel, .form-layout, .case, .page-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .split-sticky, .case-side, .form-side { position: static; }
  .feature-panel-media { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .news-grid { grid-template-columns: 1fr; gap: 0; }
  .news-card + .news-card::before { display: none; }
  .news-row { grid-template-columns: 1fr; gap: 12px; }
  .news-row .route-arrow { display: none; }
  .route { grid-template-columns: minmax(0, 1fr) 40px; gap: 8px 24px; }
  .route p { grid-column: 1; }
  .route .route-arrow { grid-row: 1 / span 2; grid-column: 2; align-self: center; width: 40px; height: 40px; }
  .route:hover { padding-left: 0; }
  .route:hover::before { width: 0; }
  .impl-list, .principles, .principles.two, .cap-groups, .blocks, .blocks.four, .people, .case-facts, .form-grid, .article-aside { grid-template-columns: 1fr; }
  .cta-band .inner { grid-template-columns: 1fr; }
  .def-row { grid-template-columns: 1fr; gap: 12px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .page-hero .hero-mark { display: none; }
  .pillars .bg-mark { display: none; }
  .cta-final h2 span:nth-child(3) { color: rgba(255,255,255,.62); }
}
@media (max-width: 600px) {
  .ideas { grid-template-columns: 1fr; }
  .idea:nth-child(even) { padding-left: 0; }
  .idea:nth-child(even)::before { display: none; }
  .btn-group .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-brandline { flex-direction: column; align-items: flex-start; }
  .people { grid-template-columns: 1fr; }
  .timeline { margin-left: 4px; }
  .tl-item { padding-left: 32px; }
}

/* ==========================================================================
   Refinement pass · September 2026
   Activity layer, typographic systems, geometry, rails, editorial rows.
   ========================================================================== */

/* Display scale for oversized statements */
.display-2 { font-size: clamp(2.25rem, 1.4rem + 3.6vw, 4.75rem); letter-spacing: -.035em; line-height: 1.02; max-width: 16ch; }
.display-3 { font-size: clamp(1.75rem, 1.2rem + 2.4vw, 3.25rem); letter-spacing: -.03em; line-height: 1.08; }
.statement-xl { margin-bottom: clamp(40px, 5vw, 72px); }

/* Big date: a large day numeral with a small month and year beside it */
.bigdate { display: inline-flex; align-items: flex-start; gap: 10px; line-height: 1; color: var(--ink); white-space: nowrap; }
.bigdate .bd-day { font-size: clamp(2.25rem, 1.8rem + 1.6vw, 3.25rem); font-weight: 700; letter-spacing: -.045em; line-height: .9; }
.bigdate .bd-my { font-size: .6875rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); line-height: 1.35; padding-top: 3px; }
.bigdate.sm .bd-day { font-size: 1.625rem; letter-spacing: -.03em; }
.bigdate.sm .bd-my { font-size: .625rem; padding-top: 1px; }
.bigdate.xl .bd-day { font-size: clamp(3rem, 2.4rem + 3vw, 5rem); }
.on-dark .bigdate { color: var(--white); }
.on-dark .bigdate .bd-my { color: var(--on-dark-mute); }
.cat { font-size: .6875rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--medium-blue); }

/* Vertical label in the outer gutter on wide screens */
.has-vlabel { position: relative; }
.vlabel { display: none; }
@media (min-width: 1400px) {
  .vlabel { display: block; position: absolute; left: -52px; top: 0; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .6875rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); }
  .on-dark .vlabel { color: var(--on-dark-mute); }
}

/* Rails that draw in, nodes that activate */
.rail { position: relative; }
.rail::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--line-strong); transform: scaleY(0); transform-origin: top; transition: transform 1.4s var(--ease); }
.rail.is-in::before, .is-in .rail::before { transform: scaleY(1); }
.on-dark .rail::before { background: var(--line-dark); }
@media (prefers-reduced-motion: reduce) { .rail::before { transform: none; transition: none; } }

/* --------------------------------------------------------------------------
   FORUS Today · activity layer (homepage)
   -------------------------------------------------------------------------- */
.today { padding: clamp(56px, 6vw, 96px) 0 clamp(64px, 6vw, 104px); border-top: 1px solid var(--line); }
.today-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 32px; margin-bottom: clamp(32px, 4vw, 56px); }
.today-head .eyebrow { margin: 0; }
.today-head .today-sub { font-size: .9375rem; color: var(--ink-mute); flex: 1 1 auto; }
.today-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 0 clamp(40px, 5vw, 96px); }
.today-feature { display: block; color: inherit; padding-right: clamp(0px, 3vw, 48px); }
.today-feature .today-meta { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 24px; }
.today-feature .cat { padding-top: 6px; }
.today-feature h2 { font-size: clamp(1.5rem, 1.15rem + 1.8vw, 2.625rem); letter-spacing: -.03em; line-height: 1.12; max-width: 20ch; transition: color .25s; }
.today-feature:hover h2 { color: var(--deep-blue); }
.today-feature .link { margin-top: 24px; }
.today-side { border-left: 1px solid var(--line); padding-left: clamp(24px, 3vw, 48px); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; }
.today-item { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: start; padding: 4px 0 28px; color: inherit; }
.today-item + .today-item { border-top: 1px solid var(--line); padding-top: 28px; }
.today-item .cat { display: block; margin-bottom: 8px; }
.today-item h3 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -.012em; line-height: 1.4; transition: color .25s; }
.today-item:hover h3 { color: var(--deep-blue); }
.today-foot { margin-top: clamp(24px, 3vw, 40px); padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; }
.today-foot .link { font-size: .875rem; }

/* --------------------------------------------------------------------------
   Ladder · numbered typographic list with a rail
   -------------------------------------------------------------------------- */
.ladder-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 6vw, 112px); align-items: start; }
.ladder-copy { max-width: 44ch; }
.ladder-copy .copy { font-size: 1.0625rem; }
.ladder-copy .link { margin-top: 28px; }
.ladder { padding-left: clamp(24px, 3vw, 40px); }
.ladder li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
.ladder li:first-child { padding-top: 0; }
.ladder li:last-child { border-bottom: 0; }
.ladder .num { font-size: .75rem; font-weight: 600; letter-spacing: .16em; color: var(--medium-blue); }
.ladder h3 { font-size: clamp(1.375rem, 1.1rem + 1.2vw, 2rem); letter-spacing: -.025em; display: inline; }
.ladder p { display: inline; color: var(--ink-soft); font-size: 1rem; margin-left: 12px; }
.on-dark .ladder li { border-bottom-color: var(--line-dark); }
.on-dark .ladder p { color: var(--on-dark); }
.on-dark .ladder .num { color: var(--light-blue); }

/* --------------------------------------------------------------------------
   Feature split · FORUS.coop without a box
   -------------------------------------------------------------------------- */
.feature-split { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 112px); align-items: center; }
.fs-media { position: relative; }
.fs-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: var(--focus, 50% 50%); border-radius: var(--radius); }
.fs-media .fs-ring { position: absolute; width: 38%; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--light-blue); right: -7%; bottom: -9%; pointer-events: none; }
.fs-media .fs-ring::after { content: ""; position: absolute; inset: 22%; border-radius: 50%; border: 1px solid rgba(129,202,201,.5); }
.fs-media .fs-mark { position: absolute; left: 24px; bottom: 24px; width: 52px; height: 52px; padding: 11px; background: var(--white); border-radius: 50%; }
.fs-media .fs-mark svg { width: 100%; height: 100%; }
.fs-body .eyebrow { display: flex; align-items: center; gap: 14px; }
.fs-body h3 { font-size: clamp(1.875rem, 1.3rem + 2.4vw, 3.25rem); letter-spacing: -.03em; }
.fs-body .lead { margin-top: 16px; max-width: 30ch; }
.fs-body .btn-group { margin-top: 32px; }

/* --------------------------------------------------------------------------
   Implementation rows (homepage evidence)
   -------------------------------------------------------------------------- */
.impl-rows { border-top: 1px solid var(--line); }
.impl-row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto 40px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); color: inherit; }
.impl-row .impl-num { font-size: .75rem; font-weight: 600; letter-spacing: .16em; color: var(--ink-mute); }
.impl-row h3 { font-size: clamp(1.125rem, 1rem + .6vw, 1.5rem); letter-spacing: -.02em; transition: color .25s; }
.impl-row .impl-where { font-size: .875rem; color: var(--ink-mute); margin-top: 4px; }
.impl-row:hover h3 { color: var(--deep-blue); }
.impl-row .row-arrow { width: 40px; height: 40px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; transition: all .3s; }
.impl-row .row-arrow svg { width: 14px; height: 14px; }
.impl-row:hover .row-arrow { background: var(--night-blue); border-color: var(--night-blue); color: var(--white); }

/* --------------------------------------------------------------------------
   Story · typographic with an oversized numeral
   -------------------------------------------------------------------------- */
.story-typo { position: relative; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 96px); align-items: center; }
.story-num { font-size: clamp(9rem, 22vw, 20rem); font-weight: 700; letter-spacing: -.06em; line-height: .8; color: transparent; -webkit-text-stroke: 1.5px var(--light-blue); user-select: none; transform: translateX(-.04em); }
.story-num small { display: block; font-size: .085em; -webkit-text-stroke: 0; color: var(--ink-mute); letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin-top: .4em; transform: none; }
.story-body .copy { margin-top: 24px; max-width: 46ch; }
.story-body .link { margin-top: 28px; }

/* --------------------------------------------------------------------------
   Layers · "Technology underneath. Opportunity above it."
   -------------------------------------------------------------------------- */
.layers { position: relative; }
.layers-top { padding: var(--section) 0 clamp(48px, 6vw, 96px); background: var(--white); }
.layers-top h2 { max-width: 12ch; }
.layers-top .copy { max-width: 40ch; margin-top: 24px; }
.layers-line { position: relative; height: 1px; background: var(--night-blue); }
.layers-line .container { position: relative; }
.layers-line .layers-label { position: absolute; right: 0; top: -.75em; font-size: .6875rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mute); background: var(--white); padding: 0 12px 0 16px; line-height: 1.5; }
.layers-bottom { padding: clamp(48px, 6vw, 96px) 0 var(--section); background: var(--night-blue); color: var(--white); position: relative; overflow: hidden; }
.layers-bottom h2 { max-width: 12ch; }
.layers-bottom .word-row { display: flex; flex-wrap: wrap; gap: 12px 0; margin: 32px 0 0; }
.layers-bottom .word-row li { font-size: clamp(1.125rem, 1rem + 1vw, 1.75rem); font-weight: 600; letter-spacing: -.02em; color: var(--light-blue); }
.layers-bottom .word-row li::after { content: "·"; margin: 0 .5em; color: var(--on-dark-mute); font-weight: 400; }
.layers-bottom .word-row li:last-child::after { content: ""; margin: 0; }
.layers-bottom .copy { max-width: 52ch; margin-top: 32px; color: var(--on-dark); }
.layers-bottom .bg-mark { position: absolute; right: -8vw; bottom: -22vw; width: 50vw; opacity: .05; pointer-events: none; color: var(--white); }
.layers-bottom .bg-mark svg path { fill: currentColor; }

/* --------------------------------------------------------------------------
   Timeline v2 · large dates as the spine
   -------------------------------------------------------------------------- */
.tl2 { position: relative; }
.tl2-item { display: grid; grid-template-columns: 200px 40px minmax(0, 1fr); gap: 0 24px; padding: 0 0 clamp(48px, 5vw, 72px); }
.tl2-item:last-child { padding-bottom: 0; }
.tl2-date { padding-top: 4px; }
.tl2-spine { position: relative; }
.tl2-spine::before { content: ""; position: absolute; left: 19px; top: 14px; bottom: -14px; width: 1px; background: var(--line-strong); transform: scaleY(0); transform-origin: top; transition: transform 1.2s var(--ease) .2s; }
.tl2-item.is-in .tl2-spine::before { transform: scaleY(1); }
.tl2-item:last-child .tl2-spine::before { display: none; }
.tl2-node { position: absolute; left: 12px; top: 8px; width: 15px; height: 15px; border-radius: 50%; border: 1.5px solid var(--night-blue); background: var(--white); transform: scale(0); transition: transform .5s var(--ease) .15s; }
.tl2-item.is-in .tl2-node { transform: scale(1); }
.tl2-item.is-now .tl2-node { background: var(--night-blue); box-shadow: 0 0 0 6px rgba(30,37,74,.08); }
.tl2-body h3 { font-size: clamp(1.375rem, 1.15rem + 1vw, 1.875rem); letter-spacing: -.025em; margin-bottom: 12px; }
.tl2-body p { color: var(--ink-soft); max-width: 56ch; }
.tl2-body .cat { display: block; margin-bottom: 10px; }
@media (prefers-reduced-motion: reduce) { .tl2-spine::before, .tl2-node { transform: none; transition: none; } }

/* --------------------------------------------------------------------------
   Capability rows · scannable
   -------------------------------------------------------------------------- */
.cap-rows { border-top: 1px solid var(--line); }
.cap-row { display: grid; grid-template-columns: 64px minmax(0, 5fr) minmax(0, 6fr); gap: 24px clamp(24px, 3vw, 48px); padding: 32px 0; border-bottom: 1px solid var(--line); }
.cap-row .num { font-size: .75rem; font-weight: 600; letter-spacing: .16em; color: var(--medium-blue); padding-top: 8px; }
.cap-row h3 { font-size: clamp(1.25rem, 1.1rem + .8vw, 1.75rem); letter-spacing: -.022em; }
.cap-row .cap-copy { color: var(--ink-soft); font-size: .9375rem; margin-top: 8px; max-width: 40ch; }
.cap-row ul { display: grid; gap: 8px; padding-top: 8px; }
.cap-row li { display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 12px; align-items: baseline; font-size: .9375rem; color: var(--ink-soft); }
.cap-row li::before { content: ""; width: 14px; height: 1px; background: var(--medium-blue); transform: translateY(-4px); }

/* --------------------------------------------------------------------------
   Nav dropdown with a small latest column
   -------------------------------------------------------------------------- */
.nav-menu.wide { display: grid; grid-template-columns: 190px 300px; min-width: 0; padding: 0; overflow: hidden; }
.nav-menu.wide .nav-menu-col { padding: 10px; }
.nav-menu.wide .nav-latest { border-left: 1px solid var(--line); background: var(--paper); padding: 16px 18px 14px; }
.nav-latest .nav-menu-label { padding: 0 0 10px; }
.nav-latest a { padding: 8px 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 8px; align-items: baseline; font-size: .875rem; line-height: 1.35; border-radius: 0; }
.nav-latest a:hover { background: transparent; }
.nav-latest a span { white-space: normal; }
.nav-latest a time { font-size: .6875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); }
.nav-latest .nav-latest-all { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; font-size: .8125rem; font-weight: 600; color: var(--deep-blue); padding: 6px 0; }
.nav-latest .nav-latest-all svg { width: 12px; height: 12px; }
.nav-item.has-menu:last-child .nav-menu { left: auto; right: 0; }

/* --------------------------------------------------------------------------
   Audience hero variants
   -------------------------------------------------------------------------- */
.page-hero-grid.media-left { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.page-hero-grid.media-left .page-hero-media { order: -1; }
.page-hero.on-paper { background: var(--paper); }
.hero-ring { position: absolute; right: -10vw; top: -30%; width: clamp(420px, 46vw, 760px); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(129,202,201,.55); pointer-events: none; }
.hero-ring::before { content: ""; position: absolute; inset: 18%; border-radius: 50%; border: 1px solid rgba(129,202,201,.35); }
.hero-ring::after { content: ""; position: absolute; inset: 40%; border-radius: 50%; border: 1px solid rgba(129,202,201,.25); }
.on-dark .hero-ring { border-color: rgba(129,202,201,.35); }
.hero-ring span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--medium-blue); left: 50%; top: -5px; transform: translateX(-50%); }
.hero-ring span:nth-child(2) { top: auto; bottom: 18%; left: 9%; background: var(--light-blue); }
.hero-ring span:nth-child(3) { top: 62%; left: auto; right: 4%; background: var(--deep-blue); }
.on-dark .hero-ring span { background: var(--light-blue); }

/* Themes as two-column definition rows */
.theme-rows { border-top: 1px solid var(--line); }
.theme-row { display: grid; grid-template-columns: 56px minmax(0, 4fr) minmax(0, 7fr); gap: 16px 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.theme-row .num { font-size: .75rem; font-weight: 600; letter-spacing: .16em; color: var(--medium-blue); padding-top: 6px; }
.theme-row h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.theme-row p { color: var(--ink-soft); font-size: .9375rem; }

/* Cases: numbered, status rail */
.case { position: relative; }
.case-num { font-size: clamp(2.5rem, 2rem + 2vw, 4rem); font-weight: 700; letter-spacing: -.05em; line-height: .9; color: transparent; -webkit-text-stroke: 1px var(--line-strong); margin-bottom: 20px; display: block; }
.case[data-status]::before { content: ""; position: absolute; left: 0; top: -1px; width: 48px; height: 2px; background: var(--dark-grey); }
.case[data-status="live"]::before { background: #8DBF2E; }
.case[data-status="pilot"]::before { background: var(--light-blue); }
.case[data-status="partnership"]::before { background: var(--deep-blue); }
.case[data-status="development"]::before { background: #F5971B; }

/* FORUS Today page: featured latest */
.today-page-feature { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 5vw, 96px); padding: 0 0 clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line); margin-bottom: clamp(32px, 4vw, 56px); color: inherit; }
.today-page-feature .cat { display: block; margin-top: 16px; }
.today-page-feature h2 { font-size: clamp(1.625rem, 1.2rem + 2.2vw, 3rem); letter-spacing: -.03em; line-height: 1.1; max-width: 22ch; transition: color .25s; }
.today-page-feature:hover h2 { color: var(--deep-blue); }
.today-page-feature p { margin-top: 16px; color: var(--ink-soft); max-width: 60ch; }
.today-page-feature .link { margin-top: 20px; }
.news-row.v2 { grid-template-columns: 160px minmax(0, 1fr) 48px; }
.news-row.v2 .cat { display: block; margin-top: 10px; }

/* Responsive for the new systems */
@media (max-width: 1120px) {
  .nav-menu.wide { grid-template-columns: 1fr; }
  .nav-menu.wide .nav-latest { display: none; }
}
@media (max-width: 860px) {
  .today-grid, .ladder-grid, .feature-split, .story-grid, .today-page-feature { grid-template-columns: minmax(0, 1fr); }
  .today-side { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); margin-top: 32px; padding-top: 28px; }
  .today-feature { padding-right: 0; }
  .ladder { padding-left: 20px; }
  .ladder h3, .ladder p { display: block; margin-left: 0; }
  .ladder p { margin-top: 4px; }
  .story-num { font-size: clamp(7rem, 30vw, 10rem); }
  .impl-row { grid-template-columns: 40px minmax(0, 1fr) 40px; }
  .impl-row .status { grid-column: 2; }
  .impl-row .row-arrow { grid-row: 1; grid-column: 3; }
  .tl2-item { grid-template-columns: 40px minmax(0, 1fr); }
  .tl2-date { grid-column: 2; margin-bottom: 12px; }
  .tl2-spine { grid-row: 1 / span 2; grid-column: 1; }
  .tl2-body { grid-column: 2; }
  .cap-row, .theme-row { grid-template-columns: 40px minmax(0, 1fr); }
  .cap-row ul, .theme-row p { grid-column: 2; }
  .page-hero-grid.media-left { grid-template-columns: minmax(0, 1fr); }
  .page-hero-grid.media-left .page-hero-media { order: 0; }
  .hero-ring { display: none; }
  .news-row.v2 { grid-template-columns: 1fr; }
  .fs-media .fs-ring { display: none; }
}

/* --------------------------------------------------------------------------
   FORUS Today imagery
   -------------------------------------------------------------------------- */
.today-media, .tpf-media, .today-thumb, .row-thumb { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--light-grey); }
.today-media img, .tpf-media img, .today-thumb img, .row-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); transition: scale 1.2s cubic-bezier(.16,1,.3,1); }
.today-media { aspect-ratio: 16 / 9; margin-bottom: 28px; }
.today-feature:hover .today-media img, .today-page-feature:hover .tpf-media img, .today-item:hover .today-thumb img, .news-row:hover .row-thumb img { scale: 1.06; }
.today-item { grid-template-columns: auto minmax(0, 1fr) 96px; }
.today-thumb { width: 96px; aspect-ratio: 1; border-radius: 6px; }
.today-page-feature { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; }
.tpf-media { aspect-ratio: 4 / 3; }
.today-page-feature h2 { margin-top: 20px; }
.news-row.v2 { grid-template-columns: 160px minmax(0, 1fr) 176px 48px; }
.row-thumb { width: 176px; aspect-ratio: 16 / 10; border-radius: 6px; }
@media (max-width: 860px) {
  .today-page-feature { grid-template-columns: minmax(0, 1fr); }
  .news-row.v2 { grid-template-columns: minmax(0, 1fr); }
  .news-row.v2 .row-thumb { display: none; }
  .today-item { grid-template-columns: auto minmax(0, 1fr) 72px; }
  .today-thumb { width: 72px; }
}
@media (max-width: 860px) {
  .today-item { grid-template-columns: minmax(0, 1fr) 72px; gap: 12px 16px; }
  .today-item .bigdate { grid-column: 1; grid-row: 1; }
  .today-item > div:not(.today-thumb) { grid-column: 1; grid-row: 2; }
  .today-item .today-thumb { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
}
