:root {
  --ink: #17211f;
  --muted: #5f6f6b;
  --paper: #fbfaf7;
  --soft: #f0f4ef;
  --line: #dce4df;
  --teal: #0f766e;
  --coral: #d9554a;
  --blue: #2f80ed;
  --gold: #d79a1e;
  --leaf: #6f8d46;
  --mint: #9de2d1;
  --rose: #ffe8e5;
  --sky: #e8f2ff;
  --sun: #fff1c7;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(23, 33, 31, 0.14);
  --shadow-soft: 0 10px 28px rgba(23, 33, 31, 0.07);
  --radius: 8px;
  --max: 1120px;
  --display-font: Georgia, Cambria, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(16px, 3vw, 36px);
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.9);
  box-shadow: 0 8px 30px rgba(23, 33, 31, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}

.brand-logo {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--white);
}

.brand-logo[src] {
  display: block;
}

.brand-logo[src] + .brand-fallback {
  display: none;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.92rem;
  letter-spacing: 0;
}

.brand small {
  color: currentColor;
  font-size: 0.7rem;
  opacity: 0.72;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.1vw, 16px);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.language-switch a {
  display: inline-flex;
  min-width: 30px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
}

.language-switch a::after {
  display: none;
}

.language-switch a.active {
  color: var(--ink);
  background: var(--mint);
}

.icon-button {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 52svh;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/images/activities/gymn1.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1600ms ease;
}

.hero-bg-layer.is-active {
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 39, 35, 0.92) 0%, rgba(15, 39, 35, 0.68) 48%, rgba(15, 39, 35, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.04) 58%, rgba(23, 33, 31, 0.76) 100%),
    repeating-linear-gradient(135deg, rgba(157, 226, 209, 0.08) 0 1px, transparent 1px 18px);
}

.hero-content {
  position: relative;
  display: grid;
  min-height: 52svh;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: clamp(24px, 4vw, 56px);
  padding-top: 96px;
  padding-bottom: clamp(28px, 6vh, 58px);
}

.hero-copy {
  padding-bottom: clamp(110px, 16vh, 180px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-family: var(--display-font);
  font-size: clamp(2.45rem, 5.8vw, 5.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: none;
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-hero .eyebrow {
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.home-hero .hero-lede {
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  font-weight: 600;
  line-height: 1.55;
}

.home-hero .hero-content {
  align-items: center;
  padding-bottom: clamp(34px, 6vh, 64px);
}

.home-hero .hero-copy {
  padding-bottom: 0;
}

.home-hero .hero-panel {
  align-self: center;
  justify-self: end;
  max-width: 330px;
  transform: translateY(96px);
  margin-left: auto;
  margin-right: 0;
}

.home-hero .hero-panel-en {
  transform: translateY(128px);
}

h2 {
  margin-bottom: 14px;
  font-family: var(--display-font);
  font-size: clamp(1.65rem, 3.2vw, 3.3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-family: var(--display-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
}

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

.button,
.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button {
  padding: 0 15px;
  font-size: 0.9rem;
}

.button svg,
.filter-button svg {
  width: 16px;
  height: 16px;
}

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

.button-light {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #20453f);
}

.button-ghost {
  border-color: var(--line);
  color: var(--muted);
  background: var(--white);
  cursor: not-allowed;
}

.hero-panel {
  display: grid;
  gap: 12px;
  align-self: center;
  width: 100%;
}

.focus-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  font-weight: 850;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.focus-pill:hover {
  border-color: rgba(157, 226, 209, 0.78);
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(3px);
}

.focus-pill svg {
  width: 19px;
  height: 19px;
  color: var(--mint);
}

.impact-strip {
  background: var(--ink);
  color: var(--white);
}

.page-hero {
  position: relative;
  min-height: 48svh;
  overflow: hidden;
  color: var(--white);
}

.page-hero-bg,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-bg {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.02);
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 39, 35, 0.94) 0%, rgba(15, 39, 35, 0.74) 50%, rgba(15, 39, 35, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(23, 33, 31, 0.72) 100%),
    repeating-linear-gradient(135deg, rgba(157, 226, 209, 0.08) 0 1px, transparent 1px 18px);
}

.page-hero-content {
  position: relative;
  display: flex;
  min-height: 48svh;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 94px;
  padding-bottom: clamp(32px, 6vh, 62px);
}

.page-hero-content h1 {
  max-width: 820px;
  font-size: clamp(1.85rem, 3.5vw, 3.35rem);
  line-height: 1.05;
}

.page-hero-content .hero-lede {
  max-width: 580px;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
}

.hero-highlights strong {
  color: var(--mint);
  font-size: 0.9rem;
}

.mission-hero .page-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=2100&q=85");
}

.activities-hero .page-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=2100&q=85");
}

.contact-hero .page-hero-bg {
  background-image: url("assets/images/activities/together1.jpg");
}

.contact-page .page-hero,
.contact-page .page-hero-content {
  min-height: 76svh;
}

.contact-page .page-hero-content {
  gap: clamp(16px, 2.5vw, 28px);
  padding-bottom: clamp(28px, 5vh, 56px);
}

.contact-page .section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.impact-grid article {
  min-height: 124px;
  padding: 22px clamp(16px, 2.5vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.impact-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.impact-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #f4c76b;
  font-size: clamp(1.7rem, 3.1vw, 3rem);
  line-height: 0.95;
}

.impact-grid span {
  display: block;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.hero-impact {
  position: relative;
  padding-bottom: clamp(22px, 4vh, 36px);
}

.hero-impact article {
  min-height: 112px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.hero-impact article:last-child {
  border-right-color: rgba(255, 255, 255, 0.18);
}

.hero-impact strong {
  font-size: clamp(1.55rem, 2.7vw, 2.65rem);
}

.hero-impact span {
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding: clamp(48px, 7vw, 88px) 0;
}

.section-white {
  background:
    linear-gradient(135deg, rgba(251, 250, 247, 0.84), rgba(236, 244, 238, 0.92)),
    var(--paper);
}

.section-muted {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.13), rgba(244, 199, 107, 0.16)),
    var(--soft);
}

.about-intro-section {
  position: relative;
  overflow: hidden;
}

.work-fields-section,
.vision-band {
  position: relative;
  overflow: hidden;
}

.about-intro-section::before,
.work-fields-section::before,
.vision-band::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.work-fields-section::before {
  background:
    linear-gradient(115deg, transparent 0 14%, rgba(15, 118, 110, 0.09) 14% 20%, transparent 20%),
    linear-gradient(115deg, transparent 0 82%, rgba(244, 199, 107, 0.15) 82% 88%, transparent 88%),
    radial-gradient(circle at 12% 18%, rgba(157, 226, 209, 0.22), transparent 28%),
    radial-gradient(circle at 90% 84%, rgba(217, 85, 74, 0.11), transparent 30%);
}

.about-intro-section::before {
  background:
    linear-gradient(115deg, transparent 0 55%, rgba(15, 118, 110, 0.12) 55% 65%, transparent 65%),
    linear-gradient(115deg, transparent 0 72%, rgba(244, 199, 107, 0.14) 72% 78%, transparent 78%),
    radial-gradient(circle at 8% 18%, rgba(157, 226, 209, 0.2), transparent 30%);
}

.about-intro,
.work-fields-section .page-shell,
.vision-layout {
  position: relative;
}

.about-intro {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.about-title-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.18), rgba(244, 199, 107, 0.22)),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.about-title-card .eyebrow {
  margin-bottom: 12px;
}

.about-intro-title {
  max-width: 360px;
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 700;
  line-height: 1.18;
}

.about-intro-title span {
  display: block;
  white-space: nowrap;
}

.about-intro .rich-text {
  font-size: 0.82rem;
  line-height: 1.55;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 66px);
  align-items: start;
}

.rich-text {
  color: var(--muted);
  font-size: 1rem;
}

.rich-text p {
  margin-bottom: 14px;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.section-heading h2 {
  position: relative;
}

.section-heading h2::after {
  display: block;
  width: 84px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--coral), var(--gold));
  content: "";
}

.section-heading.compact {
  max-width: 760px;
}

.archive-heading .eyebrow,
.archive-heading h2,
.archive-heading h3 {
  letter-spacing: 0;
}

.archive-heading .eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: none;
}

.archive-heading h2,
.archive-heading h3 {
  max-width: none;
  font-size: clamp(1.35rem, 3.4vw, 2.65rem);
  font-weight: 800;
}

.activities-hero .page-hero-content h1,
.source-heading .eyebrow,
.source-heading h2 {
  letter-spacing: 0;
}

.source-heading .eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: none;
}

.source-heading h2 {
  max-width: none;
  font-size: clamp(1.35rem, 3.4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.08;
}

.activity-card,
.value-card,
.timeline article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.activity-card p,
.value-card p,
.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 20px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.value-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--teal);
  content: "";
}

.value-card:nth-child(2)::before {
  background: var(--coral);
}

.value-card:nth-child(3)::before {
  background: var(--blue);
}

.value-card:nth-child(4)::before {
  background: var(--gold);
}

.value-card:nth-child(1) {
  background: linear-gradient(180deg, #ffffff 0%, #edf7f3 100%);
}

.value-card:nth-child(2) {
  background: linear-gradient(180deg, #ffffff 0%, #f8ebe7 100%);
}

.value-card:nth-child(3) {
  background: linear-gradient(180deg, #ffffff 0%, #edf4ee 100%);
}

.value-card:nth-child(4) {
  background: linear-gradient(180deg, #ffffff 0%, #fbf0cf 100%);
}

.value-card:hover {
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.value-card svg {
  width: 26px;
  height: 26px;
  margin-bottom: 18px;
  color: var(--teal);
}

.value-card:nth-child(2) svg {
  color: var(--coral);
}

.value-card:nth-child(3) svg {
  color: var(--blue);
}

.value-card:nth-child(4) svg {
  color: var(--gold);
}

.about-snapshot {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(255, 241, 199, 0.48)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.about-snapshot article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.about-snapshot svg {
  grid-row: span 2;
  width: 22px;
  height: 22px;
  color: var(--teal);
}

.about-snapshot span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.about-snapshot strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.landing-slider-section {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(47, 128, 237, 0.08)),
    var(--soft);
}

.landing-slider {
  display: grid;
  gap: clamp(10px, 2vw, 22px);
}

.slider-intro {
  max-width: 860px;
}

.slider-intro h2 {
  max-width: none;
  font-size: clamp(1.05rem, 1.9vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.slide-stage {
  position: relative;
  display: grid;
}

.landing-slide {
  display: grid;
  min-height: 400px;
  grid-area: 1 / 1;
  grid-template-columns: minmax(250px, 0.86fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 244, 239, 0.78)),
    var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 1200ms ease,
    transform 1200ms ease,
    visibility 1200ms ease;
  visibility: hidden;
}

.landing-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.slide-media {
  min-height: 400px;
  background-position: center;
  background-size: cover;
}

.slide-media::after {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), transparent 46%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16px);
  content: "";
}

.mission-slide-media {
  background-image: url("assets/images/activities/gymn2.jpg");
}

.activities-slide-media {
  background-image: url("assets/images/activities/ngc1.jpg");
}

.contact-slide-media {
  background-image: url("assets/images/activities/normatrad1.jpg");
}

.slide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(22px, 4vw, 46px);
}

.slide-copy h3 {
  max-width: 540px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.3vw, 2.25rem);
  line-height: 1.12;
}

.slide-copy p {
  max-width: 500px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.98rem;
}

.slide-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.slide-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--white);
  background: rgba(23, 33, 31, 0.64);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.slide-arrow:hover {
  background: var(--ink);
  transform: translateY(-50%) scale(1.04);
}

.slide-arrow svg {
  width: 20px;
  height: 20px;
}

.slide-arrow-prev {
  left: 14px;
}

.slide-arrow-next {
  right: 14px;
}

.slide-dots button {
  width: 34px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #c7d5cf;
  cursor: pointer;
  transition:
    background 250ms ease,
    width 250ms ease;
}

.slide-dots button.active {
  width: 58px;
  background: var(--ink);
}

.home-contact {
  padding: clamp(48px, 6vw, 74px) 0;
  color: var(--white);
  background: var(--ink);
}

.home-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 520px);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.home-contact-layout h2 {
  margin-bottom: 0;
}

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

.home-contact-card {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.home-contact-card span,
.home-contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.82);
}

.home-contact-card svg {
  width: 20px;
  height: 20px;
  color: #9de2d1;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.form-header {
  display: grid;
  gap: 6px;
}

.form-header h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.08;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 750;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.contact-form input {
  min-height: 42px;
  padding: 9px 12px;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
  padding: 13px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #9de2d1;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(157, 226, 209, 0.18);
}

.contact-submit {
  width: fit-content;
  min-width: 180px;
  justify-content: center;
}

.form-honey {
  display: none;
}

.team-intro {
  margin-bottom: clamp(16px, 2.5vw, 28px);
}

.contact-hero-team {
  margin-top: clamp(38px, 9vh, 110px);
}

.contact-hero-team .team-intro,
.contact-hero-team .eyebrow.dark {
  color: var(--white);
}

.contact-hero-team .eyebrow.dark {
  opacity: 0.82;
}

.contact-hero-team .profile-copy .eyebrow.dark {
  color: var(--ink);
  opacity: 1;
}

.contact-hero-team .profile-copy h3 {
  color: var(--ink);
}

.team-intro h2 {
  max-width: 760px;
  font-size: clamp(1.65rem, 3.4vw, 3.1rem);
  line-height: 1.08;
}

.profile-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 7vw, 96px);
}

.profile-section {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
}

.profile-section-alt {
  background: rgba(255, 255, 255, 0.92);
}

.profile-portrait {
  display: grid;
  width: min(140px, 72vw);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.88), rgba(23, 33, 31, 0.96)),
    url("assets/images/activities/gymn1.jpg") center / cover;
  box-shadow: var(--shadow);
}

.profile-section-alt .profile-portrait {
  background:
    linear-gradient(135deg, rgba(217, 85, 74, 0.84), rgba(23, 33, 31, 0.94)),
    url("assets/images/activities/toether3.jpg") center / cover;
}

.profile-portrait span {
  font-size: clamp(1.6rem, 4.8vw, 3.4rem);
  font-weight: 900;
}

.profile-portrait-photo {
  overflow: hidden;
  border: 3px solid var(--white);
  background: var(--white);
}

.profile-portrait-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.profile-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.profile-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 0.94rem;
}

.contact-page-section {
  padding: clamp(34px, 5vw, 56px) 0;
  background:
    linear-gradient(90deg, rgba(23, 33, 31, 0.96), rgba(23, 33, 31, 0.82)),
    url("assets/images/activities/together1.jpg") center / cover;
}

.contact-page-section .home-contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 7vw, 96px);
  align-items: start;
}

.contact-page-section .home-contact-info {
  align-content: start;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.contact-page-section .home-contact-card {
  gap: 2px;
}

.contact-page-section .home-contact-card span,
.contact-page-section .home-contact-card a {
  min-height: 30px;
  padding: 3px 0;
}

.contact-page .contact-form {
  gap: 14px;
  padding: clamp(18px, 2.4vw, 24px);
}

.contact-page .form-grid {
  gap: 10px;
}

.contact-page .contact-form input {
  min-height: 42px;
}

.contact-page .contact-form textarea {
  min-height: 104px;
}

.mobile-contact-inline {
  display: none;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter-button {
  padding: 0 14px;
  font-size: 0.88rem;
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.filter-button.active {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

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

.activity-card {
  display: grid;
  grid-template-rows: 180px 1fr;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 160ms ease;
}

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

.activity-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.activity-card > img,
.activity-image-rotator {
  width: 100%;
  height: 100%;
}

.activity-card > img {
  object-fit: cover;
}

.activity-image-rotator {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.activity-image-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.018);
  transition:
    opacity 950ms ease,
    transform 2400ms ease;
}

.activity-image-rotator img.is-active {
  opacity: 1;
  transform: scale(1);
}

.activity-card > div:not(.activity-image-rotator) {
  padding: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--teal);
  background: #e0f2ee;
  font-size: 0.68rem;
  font-weight: 850;
}

.timeline-section {
  background: #f7f1e8;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 28px;
}

.timeline::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  width: 2px;
  background: var(--line);
  content: "";
}

.timeline article {
  position: relative;
  padding: 20px;
}

.timeline article::before {
  position: absolute;
  top: 28px;
  left: -30px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.timeline time {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-weight: 900;
}

.mission-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.mission-statement {
  display: grid;
  max-width: 1080px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(231, 242, 237, 0.9)),
    var(--white);
  box-shadow: var(--shadow);
}

.mission-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 39, 35, 0.12), rgba(15, 118, 110, 0.18) 42%, rgba(244, 199, 107, 0.22)),
    var(--paper);
  color: var(--ink);
}

.mission-band::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(15, 118, 110, 0.1) 58% 64%, transparent 64%),
    radial-gradient(circle at 12% 16%, rgba(157, 226, 209, 0.22), transparent 30%),
    radial-gradient(circle at 86% 74%, rgba(244, 199, 107, 0.2), transparent 28%),
    repeating-linear-gradient(135deg, rgba(15, 118, 110, 0.07) 0 1px, transparent 1px 20px);
  pointer-events: none;
  content: "";
}

.mission-band .mission-layout {
  position: relative;
}

.mission-band .eyebrow.dark {
  color: var(--teal);
}

.statement-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.statement-icon svg {
  width: 23px;
  height: 23px;
}

.mission-statement h2 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

.mission-statement p:not(.eyebrow) {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.08vw, 1rem);
  line-height: 1.7;
}

.mission-statement blockquote {
  margin: 0;
  color: inherit;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.34;
}

.mini-facts {
  display: grid;
  gap: 12px;
}

.mini-facts article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.mini-facts span,
.detail-number {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-facts strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
}

.mission-band .mini-facts article {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
}

.mission-band .mini-facts span {
  color: var(--mint);
}

.mission-band .mini-facts strong {
  color: var(--white);
}

.vision-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(232, 244, 238, 0.86) 46%, rgba(244, 199, 107, 0.22)),
    var(--soft);
}

.vision-band::before {
  background:
    linear-gradient(115deg, transparent 0 20%, rgba(15, 118, 110, 0.1) 20% 27%, transparent 27%),
    linear-gradient(115deg, transparent 0 78%, rgba(244, 199, 107, 0.16) 78% 84%, transparent 84%),
    radial-gradient(circle at 14% 72%, rgba(157, 226, 209, 0.2), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(217, 85, 74, 0.1), transparent 28%);
}

.vision-statement {
  display: grid;
  max-width: 1080px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(217, 85, 74, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 238, 220, 0.86)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.vision-statement .statement-icon {
  color: var(--ink);
  background: var(--sun);
  box-shadow: 0 12px 24px rgba(215, 154, 30, 0.18);
}

.vision-statement h2 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

.vision-statement p:not(.eyebrow) {
  max-width: 800px;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.08vw, 1rem);
  line-height: 1.7;
}

.vision-statement p:last-child {
  margin-bottom: 0;
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.source-section {
  padding: clamp(30px, 4vw, 50px) 0;
  color: var(--white);
  background: var(--ink);
}

.source-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
}

.source-links {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.source-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
}

.source-links a:hover {
  border-color: rgba(157, 226, 209, 0.7);
  color: var(--white);
}

.source-links svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #9de2d1;
}

.contact-section {
  padding: clamp(48px, 7vw, 84px) 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 33, 31, 0.9), rgba(23, 33, 31, 0.68)),
    url("https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=1900&q=85") center / cover;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 430px);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.contact-layout p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-style: normal;
}

.contact-card span,
.contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
}

.contact-card svg {
  width: 20px;
  height: 20px;
  color: #9de2d1;
}

.site-footer {
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.7);
  background: #101615;
}

.footer-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
}

.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page .page-hero-content {
  min-height: 38svh;
}

.legal-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.legal-page main {
  flex: 1;
}

.legal-content {
  display: grid;
  gap: 22px;
  max-width: 860px;
}

.legal-content article {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.legal-content article:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  margin-bottom: 10px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-grid;
  }

  .site-nav {
    position: absolute;
    top: 62px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 12px;
  }

  .language-switch {
    align-self: flex-start;
    margin: 8px 10px 10px;
  }

  .hero-content,
  .two-column,
  .source-layout,
  .contact-layout,
  .landing-slide,
  .home-contact-layout,
  .profile-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: end;
    padding-top: 88px;
  }

  .hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: end;
  }

  .impact-grid,
  .activity-grid,
  .value-grid,
  .profile-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-layout {
    grid-template-columns: 1fr;
  }

  .landing-slide {
    min-height: auto;
  }

  .slide-media {
    min-height: 260px;
  }

  .contact-page .page-hero,
  .contact-page .page-hero-content {
    min-height: auto;
  }

  .contact-page .page-hero-content {
    justify-content: flex-end;
    padding-bottom: 28px;
  }

  .contact-hero-team {
    margin-top: 34px;
  }

  .contact-hero-team .team-intro {
    margin-bottom: 14px;
  }

  .contact-hero-team .team-intro h2 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }

  .contact-hero-team .profile-stack {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-hero-team .profile-section {
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 8px;
  }

  .contact-hero-team .profile-portrait {
    width: 78px;
  }

  .contact-hero-team .profile-copy h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: 590px;
    gap: 22px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .home-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    white-space: normal;
  }

  .home-hero .eyebrow {
    font-size: 0.72rem;
  }

  .home-hero .hero-lede {
    font-size: 0.9rem;
  }

  .home-hero .hero-content {
    min-height: 500px;
    padding-bottom: 24px;
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.45rem);
  }

  .hero-panel,
  .impact-grid,
  .activity-grid,
  .value-grid,
  .profile-stack,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-page .page-hero,
  .contact-page .page-hero-content {
    min-height: auto;
  }

  .contact-page .page-hero-content {
    padding-top: 88px;
    padding-bottom: 24px;
  }

  .contact-hero-team {
    margin-top: 22px;
  }

  .contact-hero-team .profile-section {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .contact-hero-team .profile-portrait {
    width: 68px;
  }

  .contact-hero-team .profile-copy .eyebrow.dark {
    font-size: 0.68rem;
  }

  .contact-hero-team .profile-copy h3 {
    font-size: 1.1rem;
  }

  .page-hero-content h1 {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .impact-grid article {
    min-height: 0;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
  }

  .impact-strip {
    padding: 18px 0;
  }

  .impact-grid {
    gap: 10px;
  }

  .impact-grid strong {
    margin-bottom: 8px;
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .impact-grid span {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-impact {
    margin-top: 78px;
    padding-bottom: 24px;
  }

  .hero-impact article {
    min-height: 0;
  }

  .contact-page-section {
    padding: 24px 0 32px;
    background:
      linear-gradient(180deg, rgba(23, 33, 31, 0.98), rgba(23, 33, 31, 0.92)),
      url("assets/images/activities/together1.jpg") center / cover;
  }

  .contact-page-section .page-shell {
    width: min(100% - 28px, var(--max));
  }

  .contact-page-section .home-contact-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-page-section .home-contact-info {
    display: none;
  }

  .contact-page .contact-form {
    order: 1;
  }

  .contact-page-section .home-contact-info,
  .contact-page .contact-form {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
  }

  .contact-page-section .home-contact-info {
    gap: 10px;
  }

  .mobile-contact-inline {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
  }

  .mobile-contact-inline .eyebrow {
    margin-bottom: 0;
  }

  .contact-page-section .home-contact-card {
    gap: 8px;
  }

  .contact-page-section .home-contact-card span,
  .contact-page-section .home-contact-card a {
    align-items: flex-start;
    min-height: 0;
    padding: 0;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .contact-page-section .home-contact-card svg {
    flex: 0 0 auto;
    margin-top: 2px;
  }

  .contact-page .contact-form {
    gap: 12px;
  }

  .contact-page .contact-form input {
    min-height: 44px;
  }

  .contact-page .contact-form textarea {
    min-height: 126px;
  }

  .contact-page .contact-submit {
    width: 100%;
    justify-content: center;
  }

  .section {
    padding: 44px 0;
  }

  .activity-card {
    grid-template-rows: 170px 1fr;
  }

  .slide-media {
    min-height: 200px;
  }

  .slide-copy {
    padding: 20px;
  }

  .slide-copy h3 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }

  .source-links a {
    align-items: flex-start;
  }

  .profile-portrait {
    width: min(150px, 72vw);
  }
}
