@font-face {
  font-family: "Bree Serif";
  src: url("assets/fonts/bree-serif-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rock Salt";
  src: url("assets/fonts/rock-salt-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #5ec7c0;
  --bg-deep: #2d7f7d;
  --bg-soft: #eaf8f7;
  --paper: #fffdf7;
  --paper-strong: #ffffff;
  --ink: #16302f;
  --ink-soft: #365553;
  --accent: #efe600;
  --accent-strong: #f8f000;
  --signal-red: #d4252f;
  --shadow: 0 24px 60px rgba(11, 49, 47, 0.16);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1220px;
  --font-display: "Bree Serif", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 8rem;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(239, 230, 0, 0.18), transparent 24rem),
    linear-gradient(180deg, #f9fffe 0%, #edf9f7 100%);
}

h1,
h2,
h3 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  padding: 1rem 1.25rem 0;
}

.site-header__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(23, 48, 47, 0.08);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(23, 48, 47, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled .site-header__inner {
  box-shadow: 0 14px 34px rgba(23, 48, 47, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand__logo {
  position: relative;
  z-index: 2;
  width: 9.6rem;
  height: 9.6rem;
  margin: -2rem 0 -4.8rem -0.3rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(22, 48, 47, 0.2));
  transition: width 180ms ease, height 180ms ease, margin 180ms ease;
}

.site-header.is-scrolled .brand__logo {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand__copy strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.brand__copy span:last-child {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.main-nav {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.main-nav a {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(239, 230, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(239, 230, 0, 0.3);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: inherit;
  box-shadow: none;
}

.button--small {
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
}

.section,
.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  width: 100%;
  min-height: clamp(42rem, 78vh, 56rem);
  margin-top: 0;
  overflow: hidden;
}

.hero::before,
.hero::after {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(7.5rem, 12vw, 11rem) 1.25rem 4.5rem;
}

.hero .eyebrow {
  color: var(--accent-strong);
  text-shadow: 0 2px 16px rgba(4, 31, 30, 0.45);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--bg-deep);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero h1,
.section__intro h2,
.materials__copy h2,
.site-footer h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.96;
}

.hero h1 {
  max-width: 12ch;
  color: var(--paper-strong);
  font-size: clamp(3.5rem, 7.5vw, 7rem);
  text-shadow: 0 4px 30px rgba(4, 31, 30, 0.58);
}

.hero h1 span {
  display: block;
  margin-top: 1rem;
  color: var(--accent-strong);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.hero__lede,
.section__intro p,
.materials__copy p,
.leader-card__summary,
.site-footer p {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero .button--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 44, 42, 0.38);
  color: var(--paper-strong);
}

.hero__facts {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 52rem;
}

.hero__facts li {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 48, 47, 0.08);
  box-shadow: 0 12px 28px rgba(22, 48, 47, 0.06);
}

.hero__facts strong,
.cta-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.hero__facts span,
.cta-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__figure--landscape img {
  object-fit: cover;
  object-position: center 68%;
  transform-origin: center 68%;
  animation: hero-camera-move 24s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes hero-camera-move {
  from {
    transform: scale(1.04) translate3d(-1.2%, -0.4%, 0);
  }

  to {
    transform: scale(1.11) translate3d(1.2%, 0.7%, 0);
  }
}

.hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 39, 37, 0.82) 0%, rgba(7, 39, 37, 0.62) 40%, rgba(7, 39, 37, 0.14) 76%),
    linear-gradient(0deg, rgba(7, 39, 37, 0.52), transparent 48%);
}

.hero__figure figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(7, 39, 37, 0.62);
  color: var(--paper-strong);
  font-size: 0.76rem;
  font-weight: 600;
}

.section {
  padding: 5rem 1.25rem 0;
}

.section--contrast {
  max-width: none;
  margin-top: 5rem;
  padding: 5rem 1.25rem;
  background: var(--bg);
}

.section--contrast::before {
  display: none;
}

.section--contrast .section__inner {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.section__intro {
  max-width: 47rem;
  margin-bottom: 2rem;
}

.section__intro h2,
.materials__copy h2,
.site-footer h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.issue-card,
.leader-card,
.candidate-card,
.cta-card,
.contact-card,
.project-column,
.materials__preview,
.materials__copy {
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  border: 1px solid rgba(23, 48, 47, 0.08);
  box-shadow: 0 18px 38px rgba(23, 48, 47, 0.07);
}

.issue-card {
  padding: 1.5rem;
  display: grid;
  gap: 0.8rem;
}

.issue-card h3,
.project-column h3,
.leader-card h3,
.candidate-card h3,
.contact-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.issue-card p,
.project-column p,
.leader-card__meta,
.candidate-card p,
.contact-card p,
.filter-result {
  margin: 0;
  color: var(--ink-soft);
}

.issue-card ul,
.project-column ol,
.topic-pills,
.site-footer__links {
  margin: 0;
  padding: 0;
}

.issue-card ul {
  padding-left: 1.1rem;
  color: var(--ink);
  line-height: 1.6;
}

.project-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.project-column {
  padding: 1.5rem;
}

.project-column ol {
  padding-left: 1.3rem;
  margin-top: 1rem;
  line-height: 1.7;
}

.project-column li + li {
  margin-top: 0.55rem;
}

.leadership {
  display: grid;
  gap: 1.35rem;
}

.leadership__portraits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(94, 199, 192, 0.42), rgba(239, 230, 0, 0.2));
  box-shadow: var(--shadow);
}

.leadership__portrait {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 1.45rem;
  background: #d8efec;
}

.leadership__portrait img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: center 46%;
}

.leadership__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.leader-card {
  padding: 1.45rem;
}

.leader-card__role,
.contact-card__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--bg-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
}

.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin-top: 1rem;
}

.topic-pills li {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(239, 230, 0, 0.24);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.section--team {
  position: relative;
}

.team-media {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 2rem;
  padding: clamp(1rem, 3vw, 1.7rem) clamp(1rem, 3vw, 1.7rem) 0;
  background: var(--bg);
  box-shadow: var(--shadow);
}

.team-media img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -2.25%;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.filter-bar__button {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(23, 48, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-soft);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.filter-bar__button:hover,
.filter-bar__button:focus-visible {
  transform: translateY(-1px);
  color: var(--ink);
}

.filter-bar__button.is-active {
  background: var(--ink);
  color: var(--paper);
}

.filter-result {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.candidate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.candidate-card {
  display: grid;
  overflow: hidden;
  gap: 0;
}

.candidate-card.is-hidden {
  display: none;
}

.candidate-card__portrait {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(180deg, rgba(219, 239, 236, 0.92), rgba(201, 230, 227, 0.92));
}

.candidate-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1.15rem 1.2rem 1.25rem;
}

.candidate-card__meta {
  line-height: 1.45;
}

.candidate-card h3 {
  font-size: 1.28rem;
}

.candidate-card p {
  font-size: 0.95rem;
}

.candidate-card .topic-pills {
  margin-top: 0.15rem;
}

.section--press .section__intro {
  max-width: 54rem;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.press-card {
  --press-pad: clamp(1.35rem, 3vw, 1.8rem);
  position: relative;
  isolation: isolate;
  min-height: 18rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: var(--press-pad);
  border: 1px solid rgba(23, 48, 47, 0.08);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: 0 18px 38px rgba(23, 48, 47, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.press-card::before {
  content: attr(data-year);
  position: absolute;
  top: -1.3rem;
  right: -0.25rem;
  z-index: 0;
  color: rgba(45, 127, 125, 0.08);
  font-family: var(--font-display);
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.press-card > * {
  position: relative;
  z-index: 1;
}

.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(23, 48, 47, 0.12);
}

.press-card:focus-within {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.press-card__media {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  margin: calc(-1 * var(--press-pad)) calc(-1 * var(--press-pad)) 1.35rem;
  aspect-ratio: 3 / 2;
  background: var(--bg);
}

.press-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-card__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.48rem 0.7rem;
  background: rgba(23, 48, 47, 0.88);
  color: var(--paper-strong);
  font-size: 0.7rem;
  line-height: 1.35;
}

.press-card__media--placeholder {
  display: grid;
  align-content: end;
  gap: 0.28rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  background: var(--bg);
  color: var(--ink);
}

.press-card__media--placeholder::before {
  content: "PRESSE";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(45, 127, 125, 0.12);
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 10vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  transform: translate(-50%, -58%);
}

.press-card__media--placeholder span,
.press-card__media--placeholder strong {
  position: relative;
  z-index: 1;
}

.press-card__media--placeholder span {
  color: var(--bg-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-card__media--placeholder strong {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.press-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.press-card__meta time,
.press-card__meta span {
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.press-card__meta time {
  padding: 0.48rem 0.72rem;
  background: var(--accent);
  color: var(--ink);
}

.press-card__meta span {
  color: var(--bg-deep);
}

.press-card h3 {
  max-width: 25ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.08;
}

.press-card h3 a:hover,
.press-card h3 a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

.press-card p {
  max-width: 62ch;
  margin: 1rem 0 1.25rem;
  color: var(--ink-soft);
  line-height: 1.58;
}

.press-card__link {
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid var(--accent);
  color: var(--bg-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.press-card--featured {
  grid-column: 1 / -1;
  min-height: 20rem;
  background: var(--ink);
  color: var(--paper-strong);
}

.press-card--featured .press-card__media {
  aspect-ratio: 13 / 4;
}

.press-card--featured::before {
  color: rgba(94, 199, 192, 0.16);
}

.press-card--featured .press-card__meta span,
.press-card--featured .press-card__link {
  color: var(--accent-strong);
}

.press-card--featured p {
  color: rgba(255, 253, 247, 0.82);
}

.press-rights-note {
  max-width: 82ch;
  margin: 1.1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

.press-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: var(--shadow);
}

.press-contact .eyebrow {
  color: var(--accent-strong);
}

.press-contact h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.press-contact p:last-child {
  max-width: 52ch;
  margin: 0.8rem 0 0;
  color: rgba(255, 253, 247, 0.8);
  line-height: 1.55;
}

.press-contact .button {
  flex: 0 0 auto;
}

.section--materials .materials {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 1.25rem;
  align-items: center;
}

.materials__copy {
  padding: 1.7rem;
}

.materials__preview {
  padding: 1rem;
}

.materials__preview img {
  width: 100%;
  border-radius: 1.2rem;
}

.materials__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.section--cta {
  margin-top: 4rem;
  padding: 5rem 1.25rem;
  background: var(--bg);
  color: var(--ink);
  border-radius: 2.75rem;
}

.cta-slogan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15em 0.4em;
  margin-top: 0.5rem;
  color: var(--signal-red);
}

.cta-slogan__lead {
  white-space: nowrap;
}

.cta-crosses {
  display: inline-flex;
  align-items: center;
  gap: 0.04em;
  margin: 0.05em 0 -0.1em;
  font-family: "Rock Salt", "Segoe Print", cursive;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.08em;
  text-shadow: 0.035em 0.045em 0 rgba(109, 8, 15, 0.12);
}

.cta-crosses span {
  display: inline-block;
  transform-origin: center;
}

.cta-crosses span:nth-child(1) {
  transform: rotate(-7deg) translateY(0.03em);
}

.cta-crosses span:nth-child(2) {
  transform: rotate(4deg) translateY(-0.03em);
}

.cta-crosses span:nth-child(3) {
  transform: rotate(-3deg) translateY(0.02em);
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cta-card {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  border-color: rgba(23, 48, 47, 0.08);
}

.cta-card span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--bg-deep);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-card {
  margin-top: 1.25rem;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border-color: rgba(23, 48, 47, 0.08);
}

.contact-card p,
.contact-card h3 {
  color: var(--ink);
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer {
  padding: 3rem 1.25rem 6rem;
}

.site-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem 0 1.25rem;
  border-top: 1px solid rgba(23, 48, 47, 0.1);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand__logo {
  width: 5.2rem;
  height: 5.2rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: var(--bg-deep);
  font-weight: 700;
}

.site-footer__legal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.site-footer__legal a {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(23, 48, 47, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  transition: background 180ms ease, transform 180ms ease;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  background: var(--paper-strong);
  transform: translateY(-2px);
}

.site-footer details {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 48, 47, 0.08);
}

.site-footer summary {
  cursor: pointer;
  font-weight: 700;
}

.site-footer details p {
  margin-top: 0.75rem;
}

.legal-page {
  min-height: 100vh;
}

.legal-header,
.legal-main,
.legal-footer {
  width: min(calc(100% - 2rem), 980px);
  margin-right: auto;
  margin-left: auto;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.legal-brand img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
}

.legal-main {
  padding-bottom: 3rem;
}

.legal-hero,
.legal-content {
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 38px rgba(23, 48, 47, 0.08);
}

.legal-hero {
  padding: clamp(2rem, 6vw, 4rem);
  background: var(--ink);
  color: var(--paper-strong);
}

.legal-hero .eyebrow {
  color: var(--accent-strong);
}

.legal-hero h1,
.legal-content h2,
.legal-content h3 {
  font-family: var(--font-display);
}

.legal-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.2rem);
  line-height: 0.98;
}

.legal-hero > p:last-of-type {
  max-width: 58ch;
  margin: 1.2rem 0 0;
  color: rgba(255, 253, 247, 0.8);
  font-size: 1.05rem;
  line-height: 1.6;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.legal-toc a {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: var(--paper-strong);
  font-weight: 800;
}

.legal-content {
  margin-top: 1.25rem;
  padding: clamp(1.4rem, 5vw, 3rem);
  background: var(--paper-strong);
}

.legal-content h2 {
  margin: 0 0 1.6rem;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1;
}

.legal-content h3 {
  margin: 2rem 0 0.65rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.15;
}

.legal-content p,
.legal-content li,
.legal-content address {
  color: var(--ink-soft);
  line-height: 1.7;
}

.legal-content address {
  font-style: normal;
}

.legal-content ul {
  padding-left: 1.25rem;
}

.legal-content a {
  color: var(--bg-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  overflow-wrap: anywhere;
}

.legal-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.legal-contact-grid article {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: var(--bg-soft);
}

.legal-contact-grid h3 {
  margin-top: 0;
}

.legal-updated {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(23, 48, 47, 0.1);
  font-size: 0.86rem;
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 3rem;
  border-top: 1px solid rgba(23, 48, 47, 0.1);
  color: var(--bg-deep);
  font-weight: 700;
}

.mobile-quicknav {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__figure--landscape img {
    animation: none;
    transform: scale(1.04);
  }

  .reveal,
  .button,
  .press-card,
  .filter-bar__button {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__facts,
  .candidate-grid,
  .cta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-grid,
  .project-columns,
  .leadership__cards,
  .section--materials .materials,
  .contact-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .contact-card {
    justify-content: stretch;
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    border-radius: 1.35rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    order: 3;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }

  .press-card--featured {
    grid-column: auto;
  }

  .press-card--featured .press-card__media {
    aspect-ratio: 3 / 2;
  }

  .section,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand__logo {
    width: 7rem;
    height: 7rem;
    margin: -1.3rem 0 -3.5rem;
  }

  .hero__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__facts,
  .candidate-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    flex-direction: column;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }

  .issue-card__icon {
    display: none !important;
  }

  .site-header {
    padding: 0.65rem 0.65rem 0;
  }

  .site-header__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.7rem 0.75rem;
    border-radius: 1.2rem;
  }

  .brand {
    width: auto;
    margin-right: auto;
    justify-content: flex-start;
    gap: 1rem;
    text-align: left;
  }

  .brand__logo {
    width: 4.8rem;
    height: 4.8rem;
    margin: -0.45rem 0 -1.45rem -0.2rem;
  }

  .brand__copy {
    align-items: flex-start;
  }

  .brand__copy strong {
    font-size: 0.92rem;
  }

  .brand__copy span:last-child {
    font-size: 0.76rem;
  }

  .site-header.is-scrolled .brand__copy span:last-child {
    display: none;
  }

  .legal-header,
  .legal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-header .button {
    width: 100%;
  }

  .legal-hero,
  .legal-content {
    border-radius: 1.35rem;
  }

  .legal-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.3rem);
  }

  .legal-toc,
  .legal-contact-grid,
  .site-footer__legal {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    display: grid;
  }

  .legal-toc a {
    text-align: center;
  }

  .leadership__portraits,
  .leadership__cards {
    display: contents;
  }

  .leadership__portrait {
    box-shadow: var(--shadow);
  }

  .leadership__portrait:nth-child(1) {
    order: 1;
  }

  .leadership__cards .leader-card:nth-child(1) {
    order: 2;
    margin-bottom: 0.75rem;
  }

  .leadership__portrait:nth-child(2) {
    order: 3;
  }

  .leadership__cards .leader-card:nth-child(2) {
    order: 4;
  }

  .hero {
    min-height: 46rem;
    margin-top: 0;
  }

  .hero__content {
    padding-top: 8.5rem;
    padding-bottom: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3rem);
  }

  .hero h1 span {
    font-size: 1.15rem;
  }

  .section__intro h2,
  .materials__copy h2 {
    font-size: 2rem;
  }

  .button,
  .filter-bar__button {
    width: 100%;
  }

  .filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .filter-bar__button {
    min-height: 2.8rem;
    padding: 0.65rem 0.5rem;
    font-size: 0.86rem;
  }

  .hero__actions,
  .materials__actions,
  .contact-card__actions {
    flex-direction: column;
  }

  .press-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .press-card {
    --press-pad: 1.15rem;
  }

  .press-contact .button,
  .contact-card__actions a,
  .site-footer__links a {
    overflow-wrap: anywhere;
  }

  .section--cta {
    padding: 4rem 1rem;
    border-radius: 2rem;
  }

  .main-nav,
  .site-header .button--small {
    display: none;
  }

  .mobile-quicknav {
    position: fixed;
    left: 0.55rem;
    right: 0.55rem;
    bottom: max(0.55rem, env(safe-area-inset-bottom));
    z-index: 250;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.4rem;
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(22, 48, 47, 0.14);
  }

  .mobile-quicknav a {
    display: grid;
    min-height: 2.75rem;
    place-items: center;
    padding: 0.8rem 0.4rem;
    border-radius: 999px;
    text-align: center;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ink-soft);
  }

  .mobile-quicknav a:hover,
  .mobile-quicknav a:focus-visible {
    background: rgba(94, 199, 192, 0.18);
    color: var(--ink);
  }
}

@media (max-width: 380px) {
  .brand__copy span:last-child {
    display: none;
  }

  .team-media {
    padding: 0.6rem 0.6rem 0;
    border-radius: 1.35rem;
  }
}
