:root {
  --cream: #faf7f0;
  --teal: #2c8a8d;
  --teal-deep: #17686c;
  --leaf: #6fae3f;
  --leaf-deep: #467a28;
  --ink: #172532;
  --coral: #f66545;
  --white: #ffffff;
  --border: rgba(23, 37, 50, 0.14);
  --muted: rgba(23, 37, 50, 0.68);
  --shadow: 0 24px 60px rgba(23, 37, 50, 0.18);
  --font-display: "Archivo Black", system-ui, sans-serif;
  --font-body: "Hind", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 32px, 1220px);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 12px clamp(20px, 7vw, 112px);
  background: linear-gradient(180deg, rgba(8, 20, 29, 0.66), rgba(8, 20, 29, 0));
  border-bottom: 1px solid rgba(250, 247, 240, 0.14);
  backdrop-filter: blur(12px);
}

.brand img {
  width: 96px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 26px);
  min-width: 0;
}

.site-nav a,
.nav-disclosure {
  border: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 12px rgba(8, 20, 29, 0.5);
  text-transform: uppercase;
}

.site-nav a:hover,
.nav-disclosure:hover {
  color: var(--leaf);
}

.nav-group {
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.nav-disclosure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}

.nav-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-group:hover .nav-chevron,
.nav-group:focus-within .nav-chevron,
.nav-group.is-open .nav-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: max-content;
  min-width: 320px;
  max-width: min(420px, calc(100vw - 32px));
  overflow: visible;
  transform: translateX(-50%);
  padding: 10px 0 0;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu,
.nav-group.is-open .nav-menu {
  display: block;
}

.nav-menu a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 6px;
  color: var(--cream);
  padding: 12px 14px;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
  white-space: normal;
}

.nav-menu::before {
  content: "";
  position: absolute;
  inset: 10px 0 0;
  border: 1px solid rgba(250, 247, 240, 0.18);
  border-radius: 8px;
  background: rgba(8, 20, 29, 0.88);
  box-shadow: 0 24px 60px rgba(8, 20, 29, 0.32);
  backdrop-filter: blur(16px);
}

.nav-menu a:hover {
  background: rgba(250, 247, 240, 0.12);
  color: var(--leaf);
}

.nav-menu .nav-external {
  margin-top: 6px;
  border-top: 1px solid rgba(250, 247, 240, 0.16);
  border-radius: 0 0 6px 6px;
  padding-top: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(250, 247, 240, 0.32);
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.14);
  backdrop-filter: blur(12px);
}

.lang-button {
  min-width: 34px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(250, 247, 240, 0.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.lang-button.is-active {
  background: var(--cream);
  color: var(--ink);
}

.header-donate {
  box-shadow: 0 10px 26px rgba(8, 20, 29, 0.2);
}

.header-donate:hover {
  background: var(--cream);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 5px;
  border: 1px solid rgba(250, 247, 240, 0.34);
  border-radius: 8px;
  background: rgba(250, 247, 240, 0.12);
  backdrop-filter: blur(12px);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--cream);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-coral {
  background: var(--coral);
  color: var(--cream);
}

.button-ghost {
  border: 1px solid rgba(250, 247, 240, 0.35);
  color: var(--cream);
}

.button-ghost:hover {
  background: var(--cream);
  color: var(--ink);
}

.button-outline {
  border: 1px solid var(--ink);
  color: var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: var(--cream);
}

.button-cream {
  background: var(--cream);
  color: var(--ink);
}

.button-ink {
  background: var(--ink);
  color: var(--cream);
}

.button-ink:hover {
  background: var(--teal);
}

.hero {
  position: relative;
  min-height: calc(100vh - 88px);
  overflow: hidden;
  color: var(--cream);
}

.page-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--cream);
}

.page-hero-solid {
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(23, 104, 108, 0.45), transparent 45%),
    var(--ink);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-shade {
  background: linear-gradient(0deg, rgba(12, 25, 34, 0.96), rgba(12, 25, 34, 0.66) 48%, rgba(12, 25, 34, 0.32));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(96px, 14vw, 170px) 0 84px;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(90px, 12vw, 150px) 0 clamp(72px, 10vw, 110px);
}

.hero-label,
.section-label {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.hero-label,
.label-leaf {
  color: var(--leaf);
}

.label-cream {
  color: var(--cream);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

h1 {
  max-width: 850px;
  font-size: clamp(52px, 6.4vw, 92px);
  overflow-wrap: break-word;
  text-wrap: balance;
}

h2 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 58px);
  overflow-wrap: break-word;
  text-wrap: balance;
}

h3 {
  font-size: clamp(22px, 2.3vw, 30px);
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(250, 247, 240, 0.86);
  font-size: clamp(19px, 2.1vw, 24px);
}

.youth-hero {
  min-height: 560px;
}

.youth-hero .hero-image {
  object-position: center 42%;
}

.youth-hero .hero-shade {
  background: linear-gradient(
    0deg,
    rgba(12, 25, 34, 0.82),
    rgba(12, 25, 34, 0.36) 42%,
    rgba(12, 25, 34, 0.12)
  );
}

.youth-hero .page-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: 120px 0 64px;
}

.youth-hero h1 {
  max-width: 560px;
  font-size: clamp(42px, 5.2vw, 70px);
}

.youth-hero .hero-copy {
  max-width: 560px;
  margin-top: 18px;
  font-size: clamp(17px, 1.55vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.hero-slide-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.hero-slide-dot {
  border: 1px solid rgba(250, 247, 240, 0.5);
  background: rgba(12, 25, 34, 0.36);
  color: var(--cream);
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  padding: 0;
}

.hero-slide-dot.is-active {
  background: var(--leaf);
  border-color: var(--leaf);
}

.hero-slide-dot:focus-visible {
  outline: 3px solid var(--leaf);
  outline-offset: 3px;
}

.section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.section-cream {
  background: var(--cream);
}

.section-ink {
  background: var(--ink);
  color: var(--cream);
}

.section-teal {
  background: var(--teal);
  color: var(--cream);
}

.section-leaf {
  background: color-mix(in srgb, var(--leaf) 16%, var(--cream));
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.15fr);
  gap: clamp(42px, 7vw, 96px);
}

.large-copy p {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
}

.text-stack {
  display: grid;
  gap: 24px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.62;
}

.text-stack p {
  margin: 0;
}

.muted-light {
  color: rgba(250, 247, 240, 0.82);
}

.section-intro {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.text-link,
.work-list a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-list {
  display: grid;
  gap: 0;
}

.work-list article {
  padding: 28px 0;
  border-top: 1px solid rgba(250, 247, 240, 0.13);
}

.work-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.work-list p {
  max-width: 680px;
  color: rgba(250, 247, 240, 0.75);
}

.work-list a {
  color: var(--leaf);
}

.note {
  color: var(--muted);
  font-style: italic;
}

.stats-grid,
.event-grid,
.story-grid,
.feature-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.stats-grid {
  margin-top: 48px;
}

.stats-grid article {
  border-top: 5px solid var(--teal);
  padding-top: 22px;
}

.stats-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 86px);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.event-grid article {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
}

.event-grid time {
  display: inline-flex;
  border-radius: 999px;
  background: var(--teal);
  color: var(--cream);
  padding: 5px 12px;
  font-family: var(--font-display);
  font-size: 13px;
}

.event-grid h3 {
  margin-top: 18px;
  font-size: 24px;
}

.event-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.calendar-note {
  max-width: 760px;
  margin: 0 0 42px;
}

.manual-calendar-shell {
  margin-bottom: 68px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--white) 0%, rgba(245, 240, 230, 0.54) 100%);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 22px 60px rgba(9, 28, 38, 0.07);
}

.calendar-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(240px, 0.55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.calendar-heading-row h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.calendar-heading-row p:not(.section-label) {
  margin: 0;
  color: var(--muted);
}

.calendar-template-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--border);
}

.calendar-template-summary div {
  display: grid;
  gap: 6px;
  background: var(--white);
  padding: 16px 18px;
}

.calendar-template-summary span {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.calendar-template-summary strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.05;
}

.manual-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.is-calendar-summary-hidden {
  display: none;
}

.programmatic-calendar-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-calendar-stack {
  display: grid;
  gap: 24px;
}

.doc-calendar-stack.is-calendar-summary-hidden {
  display: none;
}

.interactive-calendar {
  display: grid;
  gap: 20px;
}

.interactive-calendar.is-calendar-summary-hidden {
  display: none;
}

.interactive-calendar-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.interactive-calendar-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1;
}

.interactive-calendar-tabs button:hover,
.interactive-calendar-tabs button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.interactive-calendar-panel {
  display: none;
}

.interactive-calendar-panel.is-active {
  display: block;
}

.google-calendar-shell {
  display: grid;
  gap: 18px;
}

.calendar-app-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
}

.calendar-app-toolbar h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
}

.calendar-app-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-icon-button,
.calendar-today-button {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
}

.calendar-icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  font-size: 26px;
  line-height: 1;
}

.calendar-today-button {
  min-height: 38px;
  padding: 0 16px;
  font-size: 13px;
}

.calendar-icon-button:hover,
.calendar-today-button:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.calendar-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 18px;
  align-items: start;
}

.calendar-month-view,
.calendar-agenda-panel {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.calendar-app-weekdays,
.calendar-app-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-app-weekdays {
  background: var(--ink);
}

.calendar-app-weekdays span {
  display: grid;
  min-height: 36px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--cream);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-app-weekdays span:first-child {
  border-left: 0;
}

.calendar-day-cell {
  appearance: none;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 118px;
  cursor: pointer;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  border-right: 0;
  border-bottom: 0;
  background: var(--white);
  font: inherit;
  padding: 8px;
  text-align: left;
}

.calendar-day-cell:nth-child(7n + 1) {
  border-left: 0;
}

.calendar-day-cell.is-muted {
  background: rgba(245, 240, 230, 0.52);
  color: var(--muted);
}

.calendar-day-cell.is-selected {
  outline: 3px solid rgba(22, 109, 112, 0.22);
  outline-offset: -3px;
}

.calendar-day-number {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 16px;
}

.calendar-event-chip {
  display: block;
  overflow: hidden;
  border: 0;
  border-left: 3px solid var(--teal);
  border-radius: 5px;
  background: rgba(22, 109, 112, 0.1);
  color: var(--ink);
  cursor: pointer;
  padding: 5px 6px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.calendar-event-chip:hover,
.calendar-event-chip:focus-visible {
  background: var(--ink);
  color: var(--cream);
}

.calendar-event-chip.is-holiday {
  border-left-color: var(--coral);
  background: rgba(246, 101, 69, 0.12);
  color: var(--coral);
}

.calendar-agenda-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.calendar-agenda-panel h4 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
}

.calendar-agenda-list {
  display: grid;
  gap: 12px;
}

.calendar-agenda-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: rgba(245, 240, 230, 0.48);
  padding: 12px;
}

.calendar-agenda-card.is-holiday {
  border-left-color: var(--coral);
}

.calendar-agenda-card h5 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 18px;
}

.calendar-agenda-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.calendar-agenda-card p strong {
  color: var(--teal);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doc-calendar-month {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.doc-calendar-month header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  padding: 18px 20px;
}

.doc-calendar-month header h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.doc-calendar-month header span {
  max-width: 320px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.doc-calendar-table {
  display: grid;
}

.doc-calendar-head,
.doc-calendar-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) minmax(140px, 1fr) minmax(92px, 0.62fr) minmax(120px, 0.82fr) minmax(170px, 1.15fr) minmax(190px, 1.25fr);
  gap: 0;
}

.doc-calendar-head {
  background: var(--ink);
  color: var(--cream);
}

.doc-calendar-head span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doc-calendar-head span:first-child {
  border-left: 0;
}

.doc-calendar-row {
  border-top: 1px solid var(--border);
  background: var(--white);
}

.doc-calendar-row:nth-child(odd) {
  background: rgba(245, 240, 230, 0.48);
}

.doc-calendar-row > * {
  margin: 0;
  border-left: 1px solid var(--border);
  padding: 14px 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.doc-calendar-row > *:first-child {
  border-left: 0;
}

.doc-calendar-row h4 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.1;
}

.doc-calendar-row h4 a {
  color: inherit;
}

.doc-calendar-holiday {
  border-left: 4px solid var(--coral);
}

.doc-calendar-holiday h4 {
  color: var(--coral);
}

.calendar-board-grid {
  display: grid;
  gap: 22px;
}

.calendar-board-grid.is-calendar-summary-hidden {
  display: none;
}

.calendar-board-month {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(14px, 2vw, 20px);
}

.calendar-board-month header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.calendar-board-month header h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.calendar-board-month header span {
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.calendar-weekdays,
.calendar-date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  overflow: hidden;
  border: 1px solid var(--border);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--ink);
}

.calendar-weekdays span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--cream);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-weekdays span:first-child {
  border-left: 0;
}

.calendar-date-grid {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 0 0 8px 8px;
  background: var(--border);
}

.calendar-date-cell {
  display: grid;
  gap: 9px;
  min-height: 132px;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  background: var(--white);
  padding: 12px;
}

.calendar-date-cell:nth-child(-n + 7) {
  border-top: 0;
}

.calendar-date-cell time {
  width: fit-content;
  border-radius: 999px;
  background: rgba(22, 109, 112, 0.12);
  color: var(--teal-deep);
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calendar-date-cell h4 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.1;
}

.calendar-date-cell h4 a {
  color: inherit;
}

.calendar-date-cell dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.calendar-date-cell dl div {
  display: grid;
  gap: 2px;
}

.calendar-date-cell dt {
  color: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-date-cell dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.calendar-date-holiday {
  border-left: 4px solid var(--coral);
}

.calendar-date-holiday time {
  background: rgba(246, 101, 69, 0.13);
  color: var(--coral);
}

.day-mon {
  grid-column: 1;
}

.day-tue {
  grid-column: 2;
}

.day-wed {
  grid-column: 3;
}

.day-thu {
  grid-column: 4;
}

.day-fri {
  grid-column: 5;
}

.day-sat {
  grid-column: 6;
}

.day-sun {
  grid-column: 7;
}

.month-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 16px;
}

.month-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 24px;
}

.calendar-event-stack,
.program-month-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.program-month-list {
  padding: 0;
  list-style: none;
}

.calendar-event-card {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 12px 16px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--white);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(9, 28, 38, 0.04);
}

.calendar-event-card:first-child {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.calendar-event-date {
  width: fit-content;
  margin: 0;
  border-radius: 999px;
  background: rgba(22, 109, 112, 0.12);
  color: var(--teal-deep);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calendar-event-card h4 {
  align-self: center;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.1;
}

.calendar-event-card h4 a {
  color: inherit;
}

.calendar-event-card dl {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.calendar-event-card dl div {
  display: grid;
  gap: 2px;
}

.calendar-event-card dt {
  color: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-event-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.calendar-event-holiday {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 12px 16px;
  opacity: 0.78;
  border-left-color: var(--coral);
}

.calendar-event-holiday .calendar-event-date {
  background: rgba(9, 28, 38, 0.08);
  color: var(--ink);
}

.program-month-list li {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.program-month-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.program-month-list a,
.program-month-list > li > span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.program-month-list span {
  color: var(--muted);
  font-size: 14px;
}

.weekday-row,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.weekday-row {
  margin-top: 18px;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-days {
  margin-top: 8px;
}

.calendar-days span,
.calendar-days a {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.calendar-days .empty-day {
  color: transparent;
}

.calendar-days .has-event {
  background: var(--coral);
  color: var(--cream);
  box-shadow: 0 8px 18px rgba(246, 101, 69, 0.22);
}

.calendar-days .has-event:hover {
  background: var(--ink);
}

.event-list {
  display: grid;
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  border-block: 1px solid var(--border);
  list-style: none;
}

.event-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(160px, 0.42fr) minmax(150px, 0.36fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid var(--border);
}

.event-list li:first-child {
  border-top: 0;
}

.event-list time {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 12px;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.event-list h3 {
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 30px);
}

.event-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.event-list p > span:first-child {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter-section p:not(.section-label) {
  color: rgba(250, 247, 240, 0.8);
}

.inline-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.inline-form input {
  width: min(100%, 360px);
  min-height: 50px;
  border: 1px solid rgba(250, 247, 240, 0.3);
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.1);
  color: var(--cream);
  padding: 0 20px;
}

.inline-form input::placeholder {
  color: rgba(250, 247, 240, 0.65);
}

.feature-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: 18px;
  background: var(--teal-deep);
  color: var(--cream);
  padding: 32px;
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 61, 64, 0.88), rgba(17, 61, 64, 0.36), transparent);
}

.feature-card > div {
  position: relative;
  z-index: 1;
}

.feature-card p {
  max-width: 420px;
}

.story-grid {
  margin-top: 44px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.program-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.program-overview-card {
  display: grid;
  gap: 18px;
  min-height: 260px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  padding: clamp(24px, 3vw, 32px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.program-overview-card:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.program-overview-card span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.program-overview-card h3 {
  align-self: end;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 32px);
}

.team-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 22px;
}

.team-photo {
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 20%, rgba(250, 247, 240, 0.7), transparent 34%),
    linear-gradient(135deg, rgba(44, 138, 141, 0.34), rgba(111, 174, 63, 0.34));
}

.team-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 22px;
}

html[lang="es"] .site-header {
  gap: clamp(16px, 2vw, 28px);
  padding-inline: clamp(18px, 5vw, 86px);
}

html[lang="es"] .site-nav {
  gap: clamp(10px, 1.15vw, 18px);
}

html[lang="es"] .site-nav a,
html[lang="es"] .nav-disclosure {
  font-size: 12px;
  letter-spacing: 0.035em;
}

html[lang="es"] .nav-disclosure {
  gap: 6px;
}

html[lang="es"] .nav-menu {
  min-width: 350px;
  max-width: min(460px, calc(100vw - 32px));
}

html[lang="es"] h1 {
  max-width: 980px;
  font-size: clamp(46px, 5.55vw, 78px);
  hyphens: auto;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

html[lang="es"] h2 {
  max-width: 900px;
  font-size: clamp(34px, 4.35vw, 52px);
  hyphens: auto;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

html[lang="es"] h3 {
  hyphens: auto;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

html[lang="es"] .hero-copy {
  max-width: 780px;
  font-size: clamp(18px, 1.75vw, 22px);
}

html[lang="es"] .hero-label,
html[lang="es"] .section-label {
  letter-spacing: 0.18em;
  overflow-wrap: anywhere;
}

html[lang="es"] .button {
  min-height: 48px;
  padding-block: 12px;
  padding-inline: 22px;
  hyphens: auto;
  overflow-wrap: anywhere;
  white-space: normal;
}

html[lang="es"] .text-link,
html[lang="es"] .work-list a,
html[lang="es"] .stats-grid span,
html[lang="es"] .program-overview-card span,
html[lang="es"] .event-list p > span:first-child {
  letter-spacing: 0.055em;
}

html[lang="es"] .stats-grid span {
  font-size: 13px;
  line-height: 1.25;
}

html[lang="es"] .calendar-event-chip {
  line-height: 1.25;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

html[lang="es"] .calendar-app-weekdays span,
html[lang="es"] .calendar-weekdays span {
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: center;
}

html[lang="es"] .event-grid h3,
html[lang="es"] .feature-card h3,
html[lang="es"] .program-overview-card h3 {
  font-size: clamp(21px, 2vw, 28px);
}

html[lang="es"] .phase-tag,
html[lang="es"] .status-pill,
html[lang="es"] .media-grid span,
html[lang="es"] .story-grid span,
html[lang="es"] .partner-list,
html[lang="es"] .site-footer h3,
html[lang="es"] .directory-card a,
html[lang="es"] .contact-list a,
html[lang="es"] .site-footer a {
  overflow-wrap: anywhere;
}

html[lang="es"] .feature-card {
  min-height: 360px;
}

html[lang="es"] .support-card h2,
html[lang="es"] .directory-card h3,
html[lang="es"] .resource-card h3 {
  line-height: 1.12;
}

.team-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.team-card .team-role {
  color: var(--teal);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 34px 0;
}

.contact-list div {
  display: grid;
  gap: 4px;
}

.contact-list dt,
.form-field label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-list a:hover {
  color: var(--teal);
}

.map-frame {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 20px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 13px 15px;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.form-field input,
.form-field select {
  min-height: 52px;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(44, 138, 141, 0.16);
}

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

.support-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: clamp(24px, 3vw, 32px);
}

.icon-circle {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: var(--cream);
}

.icon-circle svg {
  width: 24px;
  height: 24px;
}

.icon-coral {
  background: var(--coral);
}

.icon-teal {
  background: var(--teal);
}

.icon-leaf {
  background: var(--leaf);
}

.support-card h2 {
  margin-top: 22px;
  font-size: 28px;
}

.support-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.support-card p:not(.stub-note) {
  flex: 1;
}

.support-card .button,
.support-card .status-pill {
  margin-top: 24px;
  align-self: flex-start;
}

.stub-note {
  border: 1px dashed rgba(44, 138, 141, 0.5);
  border-radius: 8px;
  background: rgba(44, 138, 141, 0.08);
  color: var(--teal-deep);
  padding: 12px 14px;
  font-size: 14px;
  font-style: italic;
}

.status-pill {
  display: inline-flex;
  border: 1px solid var(--leaf);
  border-radius: 999px;
  color: var(--leaf-deep);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}

.rental-note {
  max-width: 760px;
  margin: 0 0 42px;
}

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

.space-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
}

.space-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.space-card > div {
  padding: 24px;
}

.space-card .section-label {
  margin-bottom: 12px;
}

.space-card h2 {
  font-size: 26px;
}

.space-card p:not(.section-label) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.rental-cta {
  margin-top: 42px;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.directory-intro {
  margin-top: 20px;
}

.directory-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 24px;
}

.directory-card-top {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.directory-art {
  display: grid;
  place-items: center;
  aspect-ratio: 5 / 3;
  border-radius: 8px;
  color: var(--teal-deep);
  background:
    radial-gradient(circle at 28% 24%, rgba(250, 247, 240, 0.85), transparent 30%),
    linear-gradient(135deg, rgba(44, 138, 141, 0.34), rgba(111, 174, 63, 0.34));
}

.directory-art svg {
  width: 56px;
  height: 56px;
}

.directory-art-translation {
  color: var(--teal-deep);
  background:
    radial-gradient(circle at 72% 18%, rgba(250, 247, 240, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(44, 138, 141, 0.36), rgba(44, 138, 141, 0.12));
}

.directory-art-care {
  color: var(--coral);
  background:
    radial-gradient(circle at 72% 18%, rgba(250, 247, 240, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(233, 111, 91, 0.26), rgba(111, 174, 63, 0.22));
}

.directory-art-print {
  color: var(--leaf-deep);
  background:
    radial-gradient(circle at 72% 18%, rgba(250, 247, 240, 0.86), transparent 28%),
    linear-gradient(135deg, rgba(111, 174, 63, 0.34), rgba(44, 138, 141, 0.18));
}

.directory-card .section-label {
  margin: 0;
}

.directory-card h3 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 28px;
}

.directory-card p:not(.section-label) {
  flex: 1;
  margin: 12px 0 0;
  color: var(--muted);
}

.directory-card .status-pill,
.directory-card .button {
  margin-top: 24px;
  align-self: flex-start;
}

.directory-card-top .status-pill {
  margin-top: 0;
}

.directory-meta {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.directory-meta div {
  display: grid;
  gap: 4px;
}

.directory-meta dt {
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.directory-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.directory-meta a {
  color: var(--teal-deep);
}

.directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.directory-actions .button {
  margin-top: 0;
}

.directory-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
  border: 1px solid rgba(44, 138, 141, 0.24);
  border-radius: 10px;
  background: rgba(44, 138, 141, 0.08);
  padding: 28px;
}

.directory-callout h3 {
  color: var(--ink);
  font-size: 26px;
}

.directory-callout p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
}

.solidarity-feature {
  display: grid;
  justify-items: center;
  gap: 30px;
  max-width: 980px;
  margin-top: 36px;
  margin-inline: auto;
}

.solidarity-copy {
  max-width: 860px;
  margin: 0;
  color: rgba(250, 247, 240, 0.82);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
  text-align: center;
}

.ecosystem-block {
  margin-top: 64px;
}

.ecosystem-block h3 {
  color: var(--leaf);
  font-size: 24px;
}

.ecosystem-block ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(250, 247, 240, 0.78);
  list-style: none;
}

.ecosystem-block li {
  border: 1px solid rgba(250, 247, 240, 0.12);
  border-radius: 10px;
  background: rgba(250, 247, 240, 0.05);
  padding: 18px;
}

.ecosystem-block span {
  display: block;
  color: var(--cream);
  font-weight: 800;
}

.ecosystem-block a {
  color: inherit;
}

.ecosystem-block a:hover span {
  color: var(--leaf);
}

.ecosystem-block small {
  display: block;
  margin-top: 8px;
  color: rgba(250, 247, 240, 0.66);
  font-size: 14px;
  line-height: 1.4;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.resource-card {
  display: flex;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 24px;
}

.resource-card .icon-circle {
  flex: 0 0 auto;
}

.resource-card h3 {
  color: var(--ink);
  font-size: 22px;
}

.resource-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.resource-card .status-pill {
  margin-top: 18px;
}

.news-list {
  margin: 40px 0 0;
  padding: 0;
  border-block: 1px solid rgba(250, 247, 240, 0.14);
  list-style: none;
}

.news-list li + li {
  border-top: 1px solid rgba(250, 247, 240, 0.14);
}

.news-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  color: var(--cream);
}

.news-list a::after {
  content: "↗";
  flex: 0 0 auto;
  color: var(--leaf);
  font-size: 22px;
  font-weight: 900;
}

.news-list a:hover strong {
  color: var(--leaf);
}

.news-list span {
  display: block;
  color: rgba(250, 247, 240, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-list strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: start;
}

.program-cta {
  margin-top: 30px;
}

.program-feature-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-feature-list li {
  display: flex;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 24px;
}

.program-feature-list .icon-circle {
  flex: 0 0 auto;
}

.program-feature-list h3 {
  color: var(--ink);
  font-size: 22px;
}

.program-feature-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.youth-page-section {
  padding-top: clamp(72px, 9vw, 128px);
  padding-bottom: clamp(78px, 10vw, 132px);
}

.youth-registration-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 6vw, 72px);
  margin: 0 auto;
  max-width: 1120px;
  border: 1px solid rgba(44, 138, 141, 0.22);
  border-radius: 10px;
  background: var(--white);
  padding: clamp(32px, 5vw, 54px);
}

.youth-registration-band h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
}

.youth-registration-band p {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--muted);
}

.youth-signup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.youth-section-heading {
  margin-top: clamp(82px, 11vw, 140px);
}

.youth-section-heading h2 {
  max-width: none;
  font-size: clamp(32px, 4.8vw, 58px);
}

.youth-program-list {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.youth-program-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: clamp(42px, 10vw, 124px);
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: clamp(34px, 5vw, 58px);
}

.youth-program-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--teal);
}

.youth-program-spring::before {
  background: var(--leaf);
}

.youth-program-summer::before {
  background: var(--teal);
}

.youth-program-fall::before {
  background: var(--coral);
}

.youth-program-time {
  display: grid;
  align-content: start;
  gap: 10px;
}

.youth-program-time span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.youth-program-time h3 {
  max-width: 360px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.12;
  text-transform: none;
}

.youth-program-time strong {
  color: var(--ink);
  margin-top: 24px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.youth-program-time small {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.ongoing-youth-grid h3 {
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.12;
  overflow-wrap: break-word;
}

.youth-program-body p {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.58;
}

.youth-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 800;
}

.youth-contact-line a {
  color: var(--teal-deep);
  overflow-wrap: anywhere;
}

.youth-contact-line span {
  color: var(--ink);
  text-transform: uppercase;
}

.ongoing-youth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 58px;
  border-top: 0;
}

.ongoing-youth-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: 18px;
  align-items: start;
  border: 1px solid rgba(250, 247, 240, 0.14);
  border-radius: 10px;
  border-left: 5px solid var(--leaf);
  background: rgba(250, 247, 240, 0.055);
  padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 44px);
}

.ongoing-youth-grid h3 {
  color: var(--leaf);
  max-width: 420px;
}

.ongoing-youth-grid p {
  margin: 0;
  color: rgba(250, 247, 240, 0.74);
  font-size: 18px;
  line-height: 1.6;
}

.youth-contact-light a {
  color: var(--cream);
}

.youth-contact-light span {
  color: rgba(250, 247, 240, 0.66);
}

.youth-contact-light a:hover {
  color: var(--leaf);
}

.phase-list {
  display: grid;
  gap: 22px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.phase-list > li {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 26px;
}

.phase-tag {
  display: inline-flex;
  border-radius: 999px;
  background: var(--teal);
  color: var(--cream);
  padding: 6px 12px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phase-list h3 {
  margin-top: 14px;
  color: var(--ink);
  font-size: 26px;
}

.phase-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.phase-list ul li {
  position: relative;
  padding-left: 18px;
}

.phase-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--leaf);
}

.coop-offering-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.coop-pathway::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 2px;
  background: linear-gradient(90deg, var(--leaf), var(--teal), var(--coral));
  opacity: 0.34;
}

.coop-offering-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: clamp(24px, 3vw, 34px);
}

.coop-pathway-step {
  padding-top: clamp(74px, 7vw, 88px);
}

.coop-step-number {
  position: absolute;
  top: 24px;
  left: clamp(24px, 3vw, 34px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--cream);
  border-radius: 999px;
  background: var(--teal);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 14px;
  box-shadow: 0 0 0 6px var(--white);
}

.coop-pathway-step:nth-child(1) .coop-step-number {
  background: var(--leaf);
}

.coop-pathway-step:nth-child(3) .coop-step-number {
  background: var(--coral);
}

.coop-offering-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(24px, 2.5vw, 32px);
}

.coop-offering-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.coop-offering-card .coop-note {
  margin-top: 22px;
  border-top: 1px solid var(--border);
  padding-top: 18px;
  color: var(--teal-deep);
  font-weight: 700;
}

.coop-definition {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 96px);
  align-items: start;
}

.coop-model-list {
  position: relative;
  display: grid;
  gap: 0;
  margin: 48px 0 0;
  padding: 0 0 0 34px;
  list-style: none;
  counter-reset: coop-phase;
}

.coop-model-list::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(44, 138, 141, 0.28);
}

.coop-model-list li {
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  padding: clamp(30px, 4vw, 48px) 0 clamp(30px, 4vw, 48px) clamp(24px, 4vw, 46px);
  counter-increment: coop-phase;
}

.coop-model-list li::before {
  content: counter(coop-phase, decimal-leading-zero);
  position: absolute;
  left: -34px;
  top: clamp(30px, 4vw, 48px);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 10px;
  line-height: 1;
}

.coop-model-list h3 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
}

.coop-model-list p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.coop-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.coop-stats-grid article {
  border: 1px solid rgba(250, 247, 240, 0.14);
  border-radius: 10px;
  background: rgba(250, 247, 240, 0.06);
  padding: 24px;
}

.coop-stats-grid strong {
  display: block;
  color: var(--leaf);
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.coop-stats-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(250, 247, 240, 0.82);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.coop-source-notes {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  color: rgba(250, 247, 240, 0.58);
  font-size: 14px;
}

.coop-source-notes p {
  margin: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.video-grid article {
  display: grid;
  place-items: center;
  min-height: 280px;
  border: 1px solid rgba(250, 247, 240, 0.12);
  border-radius: 10px;
  background: rgba(250, 247, 240, 0.06);
  color: rgba(250, 247, 240, 0.74);
  padding: 30px;
  text-align: center;
}

.play-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--leaf);
  clip-path: circle(50%);
  position: relative;
}

.play-icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  border-left: 15px solid var(--ink);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.video-grid h3 {
  margin-top: 18px;
  color: var(--cream);
  font-size: 24px;
}

.video-grid p {
  margin: 8px 0 0;
  color: rgba(250, 247, 240, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eii-connect-grid,
.eii-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr);
  gap: clamp(42px, 7vw, 84px);
  align-items: center;
}

.eii-stats {
  display: grid;
  gap: 16px;
}

.eii-stats article {
  border-left: 5px solid var(--teal);
  background: var(--white);
  padding: 22px;
}

.eii-stats strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
}

.eii-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eii-card-grid,
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.eii-card-grid article,
.media-grid a,
.contact-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  padding: 24px;
}

.eii-card-grid h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 22px;
}

.eii-card-grid p,
.contact-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.eii-story-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.7fr);
}

.eii-story-grid blockquote {
  margin: 0;
  max-width: 820px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
}

.quote-credit {
  margin: 20px 0 0;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card h2 {
  font-size: 30px;
}

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

.media-grid a {
  display: block;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.media-grid a:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.media-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.22;
  text-transform: uppercase;
}

.story-grid article {
  overflow: hidden;
  border: 1px solid rgba(250, 247, 240, 0.12);
  border-radius: 10px;
  background: rgba(250, 247, 240, 0.06);
}

.story-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.story-grid span,
.story-grid h3 {
  display: block;
  padding-inline: 22px;
}

.story-grid span {
  margin-top: 22px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-grid h3 {
  padding-bottom: 24px;
  margin-top: 8px;
  font-size: 22px;
}

.partner-thanks {
  background: var(--cream);
  border-top: 5px solid var(--ink);
  color: var(--ink);
  min-height: 300px;
  padding: clamp(78px, 9vw, 104px) 0 clamp(72px, 8vw, 88px);
  text-align: center;
}

.partner-thanks h2 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
  text-wrap: balance;
}

.partner-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 30px auto 0;
  color: rgba(23, 37, 50, 0.58);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-row li,
.partner-list p {
  display: inline-flex;
  justify-self: center;
  border: 1px solid rgba(23, 37, 50, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(23, 37, 50, 0.58);
  padding: 8px 14px;
}

.partner-list p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.partner-row li:not(:last-child)::after {
  display: none;
}

.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 64px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 42px;
}

.footer-logo {
  width: 150px;
  border-radius: 8px;
  background: var(--cream);
  padding: 10px;
}

.site-footer p,
.site-footer address {
  max-width: 330px;
  color: rgba(250, 247, 240, 0.7);
  font-style: normal;
}

.site-footer h3 {
  color: rgba(250, 247, 240, 0.62);
  font-size: 14px;
  letter-spacing: 0.16em;
}

.site-footer a {
  display: block;
  margin-top: 9px;
  color: rgba(250, 247, 240, 0.9);
}

.site-footer a:hover {
  color: var(--leaf);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.site-footer .footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border: 1px solid rgba(250, 247, 240, 0.28);
  border-radius: 999px;
  color: var(--cream);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.footer-social-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.footer-social-link:hover {
  border-color: var(--leaf);
  background: var(--leaf);
  color: var(--ink);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: min(360px, calc(100vw - 36px));
  border-radius: 10px;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 18px;
  box-shadow: var(--shadow);
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background: var(--cream);
  padding: 64px 0;
}

.not-found-logo {
  width: 128px;
  margin-bottom: 40px;
}

.not-found-page h1 {
  color: var(--ink);
}

.not-found-page .button {
  margin-top: 30px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header.is-open {
    background: rgba(250, 247, 240, 0.96);
    border-bottom-color: var(--border);
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .nav-disclosure {
    color: var(--ink);
    text-shadow: none;
  }

  .site-header.is-open .nav-toggle {
    border-color: var(--border);
    background: transparent;
  }

  .site-header.is-open .nav-toggle span:not(.sr-only) {
    background: var(--ink);
  }

  .site-header.is-open .language-toggle {
    border-color: var(--border);
    background: var(--white);
  }

  .site-header.is-open .lang-button {
    color: var(--muted);
  }

  .site-header.is-open .lang-button.is-active {
    background: var(--ink);
    color: var(--cream);
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-actions {
    display: flex;
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-group,
  .nav-disclosure {
    width: 100%;
    text-align: left;
  }

  .nav-menu {
    position: static;
    display: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    transform: none;
    overflow: hidden;
    border-color: var(--border);
    background: var(--white);
    padding: 6px;
    backdrop-filter: none;
    box-shadow: none;
  }

  .nav-menu a {
    color: var(--ink);
    white-space: normal;
  }

  .nav-menu::before {
    display: none;
  }

  .nav-group.is-open .nav-menu {
    display: block;
  }

  .header-actions {
    align-items: center;
    justify-content: space-between;
  }

  .split-layout,
  .calendar-heading-row,
  .calendar-template-summary,
  .contact-grid,
  .support-grid,
  .space-grid,
  .directory-grid,
  .resource-grid,
  .program-layout,
  .coop-offering-grid,
  .coop-definition,
  .coop-stats-grid,
  .phase-list > li,
  .video-grid,
  .eii-connect-grid,
  .eii-story-grid,
  .eii-card-grid,
  .solidarity-feature,
  .youth-program-row,
  .ongoing-youth-grid article,
  .ongoing-youth-grid,
  .program-overview-grid,
  .manual-calendar-grid,
  .media-grid,
  .event-list li,
  .ecosystem-block ul,
  .footer-grid,
  .stats-grid,
  .event-grid,
  .story-grid,
  .feature-links,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .coop-pathway::before {
    display: none;
  }

  .coop-model-list {
    padding-left: 26px;
  }

  .coop-model-list li {
    padding-left: 24px;
  }

  .coop-model-list li::before {
    left: -28px;
  }

  .event-list li {
    gap: 12px;
  }

  .calendar-board-month header {
    align-items: flex-start;
    flex-direction: column;
  }

  .doc-calendar-month header {
    align-items: flex-start;
    flex-direction: column;
  }

  .doc-calendar-month header span {
    max-width: none;
    text-align: left;
  }

  .calendar-app-toolbar,
  .calendar-app-layout {
    grid-template-columns: 1fr;
  }

  .calendar-app-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .calendar-app-controls {
    width: 100%;
  }

  .calendar-today-button {
    flex: 1;
  }

  .calendar-day-cell {
    min-height: 92px;
    padding: 6px;
  }

  .calendar-day-number {
    font-size: 13px;
  }

  .calendar-event-chip {
    padding: 4px 5px;
    font-size: 10px;
  }

  .doc-calendar-head {
    display: none;
  }

  .interactive-calendar-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .interactive-calendar-tabs button {
    flex: 1 1 92px;
  }

  .doc-calendar-row {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--border);
    padding: 14px;
  }

  .doc-calendar-row > * {
    display: grid;
    gap: 4px;
    border-left: 0;
    padding: 8px 0;
  }

  .doc-calendar-row > *::before {
    content: attr(data-label);
    color: var(--teal);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .doc-calendar-row h4::before {
    content: "Program / event";
  }

  .calendar-board-month header span {
    text-align: left;
  }

  .calendar-weekdays {
    display: none;
  }

  .calendar-date-grid {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .calendar-date-cell,
  .day-mon,
  .day-tue,
  .day-wed,
  .day-thu,
  .day-fri,
  .day-sat,
  .day-sun {
    grid-column: 1;
  }

  .calendar-date-cell {
    min-height: auto;
    border-left: 0;
  }

  .calendar-event-card,
  .calendar-event-holiday {
    grid-template-columns: 1fr;
  }

  .calendar-event-card dl {
    grid-template-columns: 1fr;
  }

  .directory-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .youth-registration-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .ongoing-youth-grid article {
    grid-template-columns: 1fr;
  }

  .youth-program-row,
  .ongoing-youth-grid article {
    gap: 22px;
    padding: 32px 26px;
  }

  .youth-section-heading {
    margin-top: 68px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 80px;
    padding-inline: 16px;
  }

  .brand img {
    width: 86px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 90px;
  }

  h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .page-hero h1 {
    font-size: clamp(38px, 10.2vw, 50px);
  }

  .youth-hero,
  .youth-hero .page-hero-content {
    min-height: 500px;
  }

  .youth-hero .page-hero-content {
    padding: 104px 0 44px;
  }

  .youth-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .youth-hero .hero-copy {
    font-size: 17px;
  }

  .page-hero-solid {
    min-height: 390px;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .inline-form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slide-controls {
    flex-wrap: wrap;
  }

  .inline-form input {
    width: 100%;
  }

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

  .resource-card {
    flex-direction: column;
  }

  .program-feature-list li {
    flex-direction: column;
  }

  .news-list a {
    align-items: flex-start;
  }

  .partner-thanks h2 {
    font-size: clamp(26px, 8vw, 34px);
    letter-spacing: 0;
  }

  .partner-list {
    display: grid;
    gap: 12px;
    font-size: 13px;
  }

  .partner-row {
    display: grid;
    gap: 12px;
  }

  .partner-row li::after {
    display: none;
  }
}
