: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;
}

*,
*::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%);
}

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: Georgia, "Times New Roman", serif;
  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: Georgia, "Times New Roman", serif;
  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: Georgia, "Times New Roman", serif;
  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__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--bg), #82d8d2);
  color: var(--paper);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.issue-card h3,
.project-column h3,
.leader-card h3,
.candidate-card h3,
.contact-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  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__portrait figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 0.12rem;
  padding: 2.8rem 1.25rem 1rem;
  color: var(--paper-strong);
  background: linear-gradient(180deg, transparent, rgba(8, 39, 37, 0.9));
}

.leadership__portrait figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.leadership__portrait figcaption span {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.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--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: block;
  margin-top: 0.35rem;
  color: var(--signal-red);
}

.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;
  gap: 0.85rem;
}

.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;
}

.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,
  .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;
  }

  .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: 5rem;
  }

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

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

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

  .hero h1 {
    font-size: 3rem;
  }

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

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

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

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

  .mobile-quicknav {
    position: fixed;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 250;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    padding: 0.55rem;
    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 {
    padding: 0.85rem 0.55rem;
    border-radius: 999px;
    text-align: center;
    font-size: 0.92rem;
    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);
  }
}
