:root {
  --navy: #304536;
  --navy-dark: #1d2e24;
  --blue: #66866d;
  --teal: #4f7d5b;
  --gold: #b7a75e;
  --ink: #26372b;
  --muted: #68756a;
  --line: #d8e0d6;
  --mist: #f2f5f0;
  --white: #ffffff;
  --serif: "Libre Caslon Text", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; }
h1 { max-width: 13ch; margin-bottom: 1.25rem; font-size: clamp(2.45rem, 5vw, 5.15rem); letter-spacing: -.035em; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2rem, 3.8vw, 3.25rem); letter-spacing: -.025em; }
h3 { font-size: 1.3rem; }
p { color: var(--muted); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: .75rem 1rem; color: var(--navy); background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 1rem; color: var(--teal); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #b8d4b8; }

.hero { position: relative; overflow: hidden; min-height: 690px; color: white; background: linear-gradient(135deg, #1d2e24 0%, #304536 58%, #415c47 100%); }
.hero__glow { position: absolute; inset: auto auto -280px -160px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero__grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; min-height: 690px; padding-block: 5.5rem 6.5rem; }
.hero__theme { max-width: 56ch; margin-bottom: 2rem; color: #d3dfd3; font-size: 1.06rem; }
.hero__details { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; }
.hero__details span { display: inline-flex; gap: .55rem; align-items: center; color: white; font-size: .9rem; font-weight: 600; }
.hero__details svg { width: 19px; fill: none; stroke: #a9c9a9; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.hero__figure { position: relative; margin: 0; }
.hero__figure::before { content: ""; position: absolute; z-index: 1; inset: 18px -18px -18px 18px; border: 1px solid rgba(197,218,197,.48); }
.hero__figure::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(145deg, rgba(29,46,36,.08) 35%, rgba(29,46,36,.4) 100%); pointer-events: none; }
.hero__figure img { position: relative; z-index: 2; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 43%; filter: saturate(.82) contrast(1.04); }
.hero__figure figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; max-width: 280px; padding: 1rem 1.25rem; color: var(--navy); background: white; font-size: .78rem; font-weight: 600; }

.facts-wrap { position: relative; z-index: 5; margin-top: -42px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-radius: 8px; box-shadow: 0 18px 45px rgba(31,55,39,.16); }
.facts div { min-height: 108px; padding: 1.4rem 1.5rem; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong, .facts span { display: block; }
.facts strong { color: var(--navy); font-family: var(--serif); font-size: 1.25rem; }
.facts span { margin-top: .25rem; color: #748076; font-size: .75rem; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 8rem); }
.prose { padding-top: .4rem; }
.prose p { font-size: 1.05rem; }
.prose p:first-child { color: var(--ink); font-size: 1.25rem; }

.themes-section { background: var(--mist); }
.heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 3rem; }
.heading-row h2, .heading-row p { margin-bottom: 0; }
.themes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.themes-grid article { min-height: 145px; padding: 1.4rem; background: white; border-top: 3px solid var(--teal); box-shadow: 0 8px 25px rgba(31,55,39,.07); }
.themes-grid article:nth-child(2), .themes-grid article:nth-child(6) { border-color: var(--blue); }
.themes-grid article:nth-child(3), .themes-grid article:nth-child(7) { border-color: var(--gold); }
.themes-grid article:nth-child(4) { border-color: var(--navy); }
.themes-grid span { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.themes-grid h3 { margin: 2rem 0 0; font-size: 1.02rem; }

.highlights > .shell > h2 { margin-bottom: 3.5rem; }
.feature { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; margin-bottom: 28px; background: var(--mist); }
.feature--reverse { grid-template-columns: .92fr 1.08fr; }
.feature__image { overflow: hidden; }
.feature__image img { height: 100%; min-height: 470px; object-fit: cover; }
.feature__image--screen img { object-position: center; }
.feature__image--workshop img { object-position: center center; }
.feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.1rem, 5vw, 4.7rem); }
.feature__copy h3 { margin: .8rem 0 1.3rem; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.feature__type { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.names { color: var(--ink); font-size: .9rem; font-weight: 700; }

.researchers { color: white; background: var(--navy-dark); }
.researchers__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.researchers h2 { color: white; }
.researchers p { color: #c2d0c2; }
.researchers strong { color: white; }
.researchers__image { position: relative; }
.researchers__image img { aspect-ratio: 4 / 3; object-fit: cover; }
.image-note { position: absolute; bottom: -18px; left: 22px; padding: .9rem 1.2rem; color: var(--navy); background: var(--gold); font-size: .78rem; font-weight: 700; }
.researcher-card { margin-top: 12px; padding: 1rem 1.15rem; border-left: 2px solid var(--teal); background: rgba(255,255,255,.06); }
.researcher-card span { font-weight: 700; }
.researcher-card p { margin: .25rem 0 0; font-size: .86rem; }

.publication { background: linear-gradient(180deg, white 55%, var(--mist) 55%); }
.publication__card { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: end; padding: clamp(2.5rem, 6vw, 5rem); background: white; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(31,55,39,.1); }
.publication__card p:last-child { max-width: 760px; margin-bottom: 0; }
.button { display: inline-flex; gap: .7rem; align-items: center; justify-content: center; min-width: 190px; padding: 1rem 1.25rem; color: white; background: var(--teal); text-decoration: none; font-size: .9rem; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--navy); transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.legacy { background: var(--mist); }
.split--legacy { align-items: start; }
.legacy__path { border-top: 1px solid #bdcabc; }
.legacy__path div { display: grid; grid-template-columns: 100px 1fr; gap: 1.3rem; padding: 1.25rem 0; border-bottom: 1px solid #bdcabc; }
.legacy__path span { color: var(--teal); font-size: .78rem; font-weight: 700; }
.legacy__path strong { font-family: var(--serif); line-height: 1.35; }

.closing__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(3rem, 10vw, 9rem); align-items: start; }
.closing aside { padding: 2rem; border-left: 3px solid var(--gold); background: var(--mist); }
.closing aside span { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.closing aside h3 { margin: .7rem 0 1rem; font-size: 1.65rem; }
.closing aside p { margin-bottom: 0; font-size: .9rem; }

footer { color: #d1ddd1; background: var(--navy); }
.footer__inner { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.4rem; font-size: .78rem; }

@media (max-width: 900px) {
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding-block: 4.5rem 6rem; }
  .hero__figure { width: min(620px, 92%); margin-left: auto; }
  .hero__figure img { aspect-ratio: 16 / 10; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .heading-row, .researchers__grid, .publication__card, .closing__grid { grid-template-columns: 1fr; gap: 2rem; }
  .themes-grid { grid-template-columns: repeat(2, 1fr); }
  .feature, .feature--reverse { grid-template-columns: 1fr; }
  .feature--reverse .feature__copy { order: 2; }
  .feature__image img { min-height: 380px; }
  .publication__card { align-items: start; }
  .button { justify-self: start; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 30px, 1180px); }
  .hero__grid { padding-top: 3.5rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  h2 { font-size: 2rem; }
  .hero__details { display: grid; }
  .hero__figure { width: calc(100% - 12px); }
  .hero__figure::before { inset: 10px -10px -10px 10px; }
  .hero__figure figcaption { position: relative; max-width: none; }
  .facts div { min-height: 96px; padding: 1.1rem; }
  .themes-grid { grid-template-columns: 1fr; }
  .themes-grid article { min-height: 110px; }
  .themes-grid h3 { margin-top: 1.25rem; }
  .feature__image img { min-height: 260px; }
  .feature__copy { padding: 2rem 1.4rem; }
  .researchers__grid { gap: 3.5rem; }
  .publication__card { padding: 2rem 1.4rem; }
  .legacy__path div { grid-template-columns: 1fr; gap: .35rem; }
  .footer__inner { flex-direction: column; gap: .25rem; }
}

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