
:root {
  --ink: #183029;
  --ink-2: #29463d;
  --forest: #245747;
  --forest-deep: #102d25;
  --sage: #9fb39e;
  --sage-pale: #dfe8dc;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --sand: #e8dac3;
  --clay: #c8653f;
  --sun: #e4ab52;
  --white: #ffffff;
  --line: rgba(24, 48, 41, 0.15);
  --shadow: 0 24px 70px rgba(27, 47, 40, 0.14);
  --display: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  font-family: var(--body);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-space {
  padding-block: clamp(88px, 10vw, 150px);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 99px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-heading {
  max-width: 830px;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.section-heading.is-centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.footer-cta h2,
.home-final-cta h2,
.wide-callout h2,
.volunteer-cta h2,
.document-callout h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2.75rem, 5.2vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #55675f;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-weight: 720;
  line-height: 1.3;
}

.text-link svg {
  width: 18px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(5px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(24, 48, 41, 0.16);
}

.button svg {
  width: 17px;
  height: 17px;
}

.button-primary {
  background: var(--forest);
  color: var(--white);
}

.button-accent {
  background: var(--sun);
  color: var(--forest-deep);
}

.button-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--forest-deep);
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  backdrop-filter: blur(12px);
}

/* Header */
.campaign-ribbon {
  position: relative;
  z-index: 61;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.campaign-ribbon a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sun);
  font-weight: 720;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 58px);
  border-bottom: 1px solid rgba(24, 48, 41, 0.08);
  padding: 10px max(24px, calc((100vw - 1440px) / 2));
  background: rgba(255, 253, 248, 0.93);
  backdrop-filter: blur(20px);
}

.brand {
  display: flex;
  min-width: 210px;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 5px;
}

.brand small {
  font-family: var(--body);
  color: #6d7a75;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

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

.nav-item {
  position: relative;
}

.nav-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 22px;
  color: #31483f;
  font-size: clamp(0.7rem, 0.75vw, 0.82rem);
  font-weight: 680;
  white-space: nowrap;
}

.nav-item > a::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--clay);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-item > a:hover::after,
.nav-item > a.active::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 6px);
  left: -24px;
  display: grid;
  width: 280px;
  border: 1px solid rgba(24, 48, 41, 0.1);
  border-radius: 18px;
  padding: 10px;
  background: var(--paper);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 0.78rem;
  font-weight: 650;
}

.nav-dropdown a:hover {
  background: var(--cream);
  color: var(--clay);
}

.header-donate {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 11px 18px;
  background: var(--clay);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 750;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--forest-deep);
  color: var(--white);
}

.mobile-drawer {
  position: fixed;
  z-index: 100;
  inset: 0;
  visibility: hidden;
}

.mobile-drawer.is-open {
  visibility: visible;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 24, 19, 0.64);
  opacity: 0;
  transition: opacity 220ms ease;
}

.is-open .drawer-backdrop {
  opacity: 1;
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(430px, 92vw);
  height: 100%;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 700;
}

.drawer-head button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
}

.drawer-panel nav {
  display: grid;
}

.drawer-group {
  display: grid;
  border-bottom: 1px solid var(--line);
  padding-block: 6px;
}

.drawer-group > a:first-child {
  padding: 11px 0;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 600;
}

.drawer-child {
  padding: 6px 0 6px 18px;
  color: #607169;
  font-size: 0.86rem;
}

.drawer-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

/* Heroes */
.home-hero {
  position: relative;
  display: flex;
  min-height: min(840px, calc(100svh - 116px));
  align-items: flex-end;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--white);
}

.home-hero > video,
.page-hero-image,
.home-final-cta > img,
.wide-callout > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.home-hero > video {
  opacity: 0.83;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 34, 27, 0.9) 0%, rgba(10, 34, 27, 0.42) 55%, rgba(10, 34, 27, 0.16) 100%),
    linear-gradient(0deg, rgba(10, 34, 27, 0.56), transparent 48%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(90px, 14vh, 150px);
}

.home-hero-content .eyebrow,
.page-hero-content .eyebrow,
.home-final-cta .eyebrow,
.wide-callout .eyebrow {
  color: var(--sun);
}

.home-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(4rem, 8.2vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.85;
}

.home-hero h1 em {
  color: var(--sun);
  font-weight: 400;
}

.home-hero-content > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
}

.hero-video-chip {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100vw - 1280px) / 2));
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 9px 20px 9px 9px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.hero-video-chip > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--forest-deep);
}

.hero-video-chip > span svg {
  width: 18px;
}

.hero-video-chip div {
  display: grid;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 730;
  line-height: 1.25;
}

.hero-video-chip small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.65rem;
  font-weight: 550;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: clamp(620px, 78vh, 840px);
  align-items: flex-end;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--white);
}

.page-hero-image {
  object-position: center 36%;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 33, 26, 0.91) 0%, rgba(9, 33, 26, 0.5) 54%, rgba(9, 33, 26, 0.12) 100%),
    linear-gradient(0deg, rgba(9, 33, 26, 0.56), transparent 55%);
}

.page-hero-earth .page-hero-overlay {
  background: linear-gradient(90deg, rgba(56, 31, 20, 0.88), rgba(56, 31, 20, 0.25));
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(90px, 11vw, 140px);
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.9;
}

.page-hero-content > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100vw - 1280px) / 2));
  bottom: 52px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: var(--white);
}

/* Home */
.impact-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -26px;
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.impact-strip > div {
  display: grid;
  gap: 4px;
  border-right: 1px solid var(--line);
  padding: 28px 30px;
}

.impact-strip > div:last-child {
  border-right: 0;
}

.impact-strip strong {
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.impact-strip span {
  color: #68776f;
  font-size: 0.78rem;
}

.home-intro {
  background: var(--paper);
}

.intro-grid,
.content-split-grid,
.editorial-grid,
.sponsor-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(64px, 9vw, 140px);
}

.intro-copy .section-heading {
  margin-bottom: 28px;
}

.intro-copy > p {
  max-width: 680px;
  color: #5e6f67;
  font-size: 1.03rem;
}

.intro-collage {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.intro-collage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-collage > img:first-child {
  border-radius: 220px 18px 18px 18px;
}

.intro-collage > img:nth-child(2) {
  margin-top: 120px;
  height: calc(100% - 120px);
  border-radius: 18px 18px 180px 18px;
}

.collage-note {
  position: absolute;
  right: 16%;
  bottom: 54px;
  display: grid;
  max-width: 210px;
  border-radius: 18px;
  padding: 24px;
  background: var(--sun);
  box-shadow: var(--shadow);
}

.collage-note strong {
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 1;
}

.collage-note span {
  font-size: 0.76rem;
  font-weight: 650;
}

.residents-preview {
  overflow: hidden;
  background: var(--cream);
}

.section-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 44px;
}

.photo-carousel {
  width: 100%;
  overflow: hidden;
}

.photo-carousel:not(.is-large) {
  max-width: 1280px;
  margin-inline: auto;
}

.carousel-head {
  display: flex;
  width: var(--shell);
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 22px;
}

.photo-carousel:not(.is-large) .carousel-head {
  width: 100%;
}

.carousel-head p {
  margin: 0;
  color: #63736b;
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
}

.carousel-controls button:hover {
  background: var(--forest);
  color: var(--white);
}

.photo-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-inline: max(32px, calc((100vw - 1280px) / 2));
  padding-bottom: 24px;
  scroll-padding-inline: max(32px, calc((100vw - 1280px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--sage) transparent;
}

.photo-carousel:not(.is-large) .photo-track {
  padding-inline: 0;
}

.photo-track figure {
  position: relative;
  flex: 0 0 clamp(280px, 31vw, 480px);
  height: clamp(360px, 47vw, 610px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  scroll-snap-align: start;
}

.photo-carousel:not(.is-large) .photo-track figure {
  flex-basis: min(78vw, 560px);
  height: clamp(380px, 45vw, 560px);
}

.photo-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.photo-track figure:hover img {
  transform: scale(1.035);
}

.photo-track figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.campaign-section {
  background: var(--forest-deep);
  color: var(--white);
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-frame button {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--sun);
  color: var(--forest-deep);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.video-copy h2 {
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.96;
}

.video-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.video-copy .text-link {
  color: var(--sun);
}

.campaign-letter {
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 24px;
}

.campaign-letter > summary,
.archive-details > summary {
  cursor: pointer;
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  list-style: none;
  text-transform: uppercase;
}

.campaign-letter > summary::-webkit-details-marker,
.archive-details > summary::-webkit-details-marker {
  display: none;
}

.campaign-letter > summary::after,
.archive-details > summary::after {
  float: right;
  content: "+";
  font-size: 1.2rem;
}

.campaign-letter[open] > summary::after,
.archive-details[open] > summary::after {
  content: "−";
}

.campaign-letter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.15);
}

.campaign-letter-grid article {
  padding: clamp(28px, 4vw, 48px);
  background: var(--forest-deep);
}

.campaign-letter-grid h3 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.campaign-letter-grid p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
}

.help-section {
  background: var(--paper);
}

.help-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 360px;
  gap: 16px;
}

.help-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 18px;
  padding: 28px;
  color: var(--white);
}

.help-card-1,
.help-card-6 {
  grid-column: span 7;
}

.help-card-2,
.help-card-5 {
  grid-column: span 5;
}

.help-card img,
.help-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.help-card img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.help-card:hover img {
  transform: scale(1.055);
}

.help-card-overlay {
  background: linear-gradient(0deg, rgba(9, 34, 26, 0.92), rgba(9, 34, 26, 0.08) 76%);
}

.help-card > *:not(img):not(.help-card-overlay) {
  position: relative;
  z-index: 2;
}

.help-card > span {
  color: var(--sun);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.help-card h3 {
  margin: 8px 0 7px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  line-height: 0.95;
}

.help-card p {
  max-width: 460px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
  line-height: 1.55;
}

.help-card b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
}

.help-card b svg {
  width: 16px;
}

.events-home {
  background: var(--cream);
}

.events-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(58px, 8vw, 125px);
}

.events-image {
  position: relative;
}

.events-image img {
  width: 100%;
  min-height: 680px;
  border-radius: 18px 180px 18px 18px;
  object-fit: cover;
}

.events-image > div {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  padding: 13px 20px;
  background: var(--sun);
  font-size: 0.78rem;
  font-weight: 730;
}

.events-home-grid .section-heading {
  margin-bottom: 30px;
}

.date-list {
  display: grid;
  margin-bottom: 24px;
}

.date-list span {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
}

.icon-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 30px;
}

.icon-notes span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #607068;
  font-size: 0.8rem;
  font-weight: 650;
}

.icon-notes svg {
  width: 17px;
}

.life-section {
  background: var(--paper);
}

.image-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 160px;
  gap: 12px;
}

.image-mosaic figure {
  grid-column: span 3;
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.image-mosaic .mosaic-1,
.image-mosaic .mosaic-4 {
  grid-column: span 5;
  grid-row: span 3;
}

.image-mosaic .mosaic-2,
.image-mosaic .mosaic-5 {
  grid-column: span 4;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.image-mosaic figure:hover img {
  transform: scale(1.04);
}

.home-final-cta,
.wide-callout {
  position: relative;
  display: flex;
  min-height: 700px;
  align-items: center;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--white);
}

.home-final-overlay,
.wide-callout-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 33, 26, 0.94), rgba(9, 33, 26, 0.3));
}

.home-final-cta .shell,
.wide-callout .shell {
  position: relative;
  z-index: 2;
}

.home-final-cta h2,
.wide-callout h2 {
  max-width: 830px;
}

.home-final-cta .shell > p:not(.eyebrow),
.wide-callout .shell > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
}

/* Quotes and editorial layouts */
.story-quote {
  position: relative;
  margin: 0;
  border-radius: 18px 100px 18px 18px;
  padding: clamp(38px, 6vw, 72px);
  background: var(--forest-deep);
  color: var(--white);
}

.quote-heart {
  width: 32px;
  height: 32px;
  margin-bottom: 26px;
  color: var(--sun);
}

.story-quote blockquote {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.story-quote figcaption {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-grid .section-heading,
.sponsor-story-grid .section-heading {
  margin-bottom: 0;
}

/* Residents */
.inhabitants-intro {
  background: var(--paper);
}

.resident-section {
  padding: 38px 0 120px;
  background: var(--cream);
}

.resident-tools {
  position: sticky;
  top: 96px;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 44px;
  border: 1px solid rgba(24, 48, 41, 0.1);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 35px rgba(24, 48, 41, 0.08);
  backdrop-filter: blur(16px);
}

.search-field {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 0 14px;
  background: var(--cream);
}

.search-field svg {
  width: 18px;
  color: #75837c;
}

.search-field input {
  width: 100%;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.88rem;
}

.filter-pills {
  display: flex;
  gap: 6px;
}

.filter-pills button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: transparent;
  color: #61716a;
  font-size: 0.72rem;
  font-weight: 700;
}

.filter-pills button.active {
  background: var(--forest);
  color: var(--white);
}

.result-count {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 8px 0 0;
  color: #61716a;
  font-size: 0.74rem;
  white-space: nowrap;
}

.result-count svg {
  width: 16px;
  color: var(--clay);
}

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

.resident-card {
  overflow: hidden;
  border: 1px solid rgba(24, 48, 41, 0.08);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 12px 35px rgba(25, 49, 42, 0.05);
}

.resident-photo {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.resident-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.resident-card:hover .resident-photo img {
  transform: scale(1.04);
}

.resident-photo > span {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.67rem;
  font-weight: 740;
  backdrop-filter: blur(8px);
}

.resident-card-body {
  padding: 25px;
}

.resident-date {
  margin-bottom: 6px;
  color: var(--clay);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resident-card h2 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: 2.55rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.resident-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 18px;
  color: #5f7068;
  font-size: 0.86rem;
  line-height: 1.64;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.resident-story {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.resident-story summary {
  cursor: pointer;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 750;
  list-style: none;
}

.resident-story summary::-webkit-details-marker {
  display: none;
}

.resident-story summary::after {
  float: right;
  content: "+";
  font-size: 1.2rem;
}

.resident-story[open] summary::after {
  content: "−";
}

.resident-story > div {
  padding-top: 18px;
}

.resident-story p {
  color: #52645c;
  font-size: 0.84rem;
}

.resident-story .button {
  width: 100%;
  margin-top: 6px;
}

.empty-state {
  padding: 80px 20px;
  text-align: center;
}

.residents-end {
  background: var(--paper);
}

.residents-end-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(58px, 8vw, 120px);
}

.residents-end-grid img {
  width: 100%;
  max-height: 720px;
  border-radius: 18px 180px 18px 18px;
  object-fit: cover;
}

.residents-end-grid h2,
.content-split-grid h2,
.teaming-grid h2,
.goal-grid h2,
.corporate-grid h2,
.event-main-grid h2,
.itinerary-grid h2,
.founder-grid h2,
.board-grid h2,
.contact-grid h2,
.legal-hero h1 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.residents-end-grid p {
  color: #5d6e66;
}

/* Help hub */
.help-hub {
  background: var(--paper);
}

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

.help-hub-card {
  position: relative;
  display: grid;
  min-height: 410px;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.help-hub-card > span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  font-size: 0.68rem;
  font-weight: 760;
}

.help-hub-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.help-hub-card:hover > img {
  transform: scale(1.04);
}

.help-hub-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 50px);
}

.help-hub-card h2 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.help-hub-card p:not(.eyebrow) {
  color: #607169;
  font-size: 0.88rem;
}

.help-hub-card b {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--forest);
  font-size: 0.76rem;
}

.help-hub-card b svg {
  width: 16px;
}

.support-impact {
  background: var(--forest-deep);
  color: var(--white);
}

.support-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.support-impact-grid > div,
.support-impact-grid article {
  min-height: 300px;
  padding: 36px;
  background: var(--forest-deep);
}

.support-impact-grid > div {
  grid-column: span 2;
}

.support-impact-grid h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.95;
}

.support-impact-grid article > span {
  color: var(--sun);
  font-size: 0.7rem;
  font-weight: 750;
}

.support-impact-grid article h3 {
  margin: 60px 0 12px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
}

.support-impact-grid article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.85rem;
}

.content-split {
  background: var(--paper);
}

.content-split-grid {
  align-items: start;
}

.content-split-grid .section-heading {
  margin-bottom: 28px;
}

.content-split-grid > div:first-child > p {
  color: #596a62;
}

.benefit-panel,
.schedule-card,
.requirements-card,
.booking-card {
  border-radius: 18px 90px 18px 18px;
  padding: clamp(34px, 5vw, 58px);
  background: var(--cream);
}

.benefit-panel h2,
.schedule-card h2,
.requirements-card h2,
.booking-card h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.benefit-panel > p,
.schedule-card > p {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin: 0;
  color: #53655d;
  font-size: 0.88rem;
}

.benefit-panel svg,
.schedule-card p svg {
  width: 17px;
  flex: none;
  color: var(--clay);
}

.benefit-panel .button,
.schedule-card .button {
  width: 100%;
  margin-top: 28px;
}

.benefit-panel small {
  display: block;
  margin-top: 12px;
  color: #6e7d76;
  text-align: center;
}

.steps-section,
.tasks-section,
.long-stay-section,
.donation-section,
.corporate-section,
.event-main,
.founder-story,
.contact-main,
.legal-content {
  background: var(--paper);
}

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

.steps-grid article {
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  background: var(--cream);
}

.steps-grid span {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 760;
}

.steps-grid h3 {
  margin: 100px 0 12px;
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.steps-grid p {
  margin: 0;
  color: #607169;
  font-size: 0.85rem;
}

.teaming-layout {
  background: var(--cream);
}

.teaming-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.one-euro {
  display: grid;
  min-height: 560px;
  place-content: center;
  border-radius: 280px 280px 18px 18px;
  background: var(--sun);
  text-align: center;
}

.one-euro span {
  font-family: var(--display);
  font-size: clamp(10rem, 20vw, 18rem);
  letter-spacing: -0.1em;
  line-height: 0.65;
}

.one-euro b {
  font-family: var(--display);
  font-size: 5rem;
  font-weight: 500;
}

.one-euro small {
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.teaming-grid .section-heading {
  margin-bottom: 28px;
}

.teaming-grid > div:last-child > p {
  color: #586a61;
}

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

.donation-grid article {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px;
  background: var(--cream);
}

.donation-grid article > svg {
  width: 36px;
  height: 36px;
  margin-bottom: auto;
  color: var(--clay);
}

.donation-grid .accent-card {
  background: var(--sun);
}

.donation-grid h2 {
  margin-bottom: 15px;
  font-family: var(--display);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
}

.donation-grid code {
  margin-bottom: 16px;
  font-size: 0.9rem;
  word-break: break-all;
}

.donation-grid article > p:not(.eyebrow) {
  color: #53645c;
  font-size: 0.86rem;
}

.campaign-bank,
.goal-section {
  background: var(--forest-deep);
  color: var(--white);
}

.campaign-bank-grid,
.goal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.campaign-bank h2,
.goal-grid h2 {
  color: var(--white);
}

.campaign-bank p,
.goal-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.campaign-bank-grid > div:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 70px;
}

.campaign-bank-grid strong {
  display: inline-block;
  min-width: 60px;
  color: var(--sun);
}

.corporate-grid,
.neska-grid,
.long-stay-grid,
.habitual-grid,
.event-main-grid,
.founder-grid,
.board-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.corporate-grid .section-heading,
.neska-grid .section-heading,
.long-stay-grid .section-heading,
.habitual-grid .section-heading,
.contact-grid .section-heading {
  margin-bottom: 28px;
}

.corporate-grid > div:first-child > p,
.neska-grid > div:last-child > p,
.long-stay-grid > div:first-child > p,
.habitual-grid > div:first-child > p {
  color: #586a61;
}

.corporate-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.corporate-benefits article {
  min-height: 270px;
  border-radius: 16px;
  padding: 28px;
  background: var(--cream);
}

.corporate-benefits svg {
  color: var(--clay);
}

.corporate-benefits h3 {
  margin: 70px 0 10px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
}

.corporate-benefits p {
  margin: 0;
  color: #607169;
  font-size: 0.8rem;
}

.document-callout,
.volunteer-cta {
  background: var(--sun);
  text-align: center;
}

.document-callout h2,
.volunteer-cta h2 {
  max-width: 850px;
  margin-inline: auto;
}

.document-callout .button,
.volunteer-cta .button {
  margin-inline: auto;
}

.neska-story {
  background: var(--cream);
}

.neska-number {
  display: grid;
  min-height: 530px;
  align-content: end;
  border-radius: 220px 18px 18px 18px;
  padding: 50px;
  background: var(--sun);
}

.neska-number span {
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 9rem);
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.neska-number small {
  margin-top: 20px;
  font-weight: 750;
  text-transform: uppercase;
}

.neska-grid .story-quote {
  margin-top: 34px;
  padding: 34px;
}

.neska-grid .story-quote blockquote {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.goal-grid > div:first-child {
  display: grid;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding-right: 70px;
}

.goal-grid strong {
  color: var(--sun);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.goal-grid span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.wide-callout .shell > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--sun);
}

/* Volunteers */
.volunteer-intro,
.testimonial-feature {
  background: var(--paper);
}

.volunteer-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.volunteer-paths > a {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border-radius: 18px;
  padding: clamp(34px, 5vw, 60px);
  background: var(--forest-deep);
  color: var(--white);
}

.volunteer-paths > a:nth-child(2) {
  background: var(--sun);
  color: var(--ink);
}

.volunteer-paths > a > svg {
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  color: var(--sun);
}

.volunteer-paths > a:nth-child(2) > svg {
  color: var(--forest-deep);
}

.volunteer-paths span {
  margin-top: 70px;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.volunteer-paths h2 {
  margin: 9px 0 12px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  font-weight: 500;
  line-height: 0.95;
}

.volunteer-paths p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
}

.volunteer-paths > a:nth-child(2) p {
  color: rgba(24, 48, 41, 0.72);
}

.volunteer-paths b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
}

.volunteer-paths b svg {
  width: 16px;
}

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

.tasks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.tasks-grid > div,
.tasks-grid article {
  min-height: 300px;
  padding: 34px;
  background: var(--paper);
}

.tasks-grid > div {
  grid-column: span 2;
}

.tasks-grid > div h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.95;
}

.tasks-grid article svg {
  color: var(--clay);
}

.tasks-grid article h3 {
  margin: 70px 0 10px;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 600;
}

.tasks-grid article p {
  margin: 0;
  color: #607169;
  font-size: 0.82rem;
}

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

.schedule-card > svg {
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  color: var(--clay);
}

.requirements-card {
  display: grid;
  gap: 12px;
}

.requirements-card article {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.requirements-card article:last-child {
  border-bottom: 0;
}

.requirements-card article svg {
  width: 25px;
  flex: none;
  color: var(--clay);
}

.requirements-card h3 {
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.requirements-card p {
  margin: 0;
  color: #61726a;
  font-size: 0.8rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.testimonial-grid.reverse {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
}

.testimonial-grid.reverse .photo-carousel {
  order: 2;
}

.testimonial-grid article h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.testimonial-grid article > p:not(.eyebrow) {
  color: #586a61;
}

.testimonial-dark {
  background: var(--forest-deep);
  color: var(--white);
}

.testimonial-dark .testimonial-grid article > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.testimonial-dark .carousel-head p {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-final {
  background: var(--cream);
  text-align: center;
}

.testimonial-final .story-quote {
  max-width: 930px;
  margin: 0 auto 32px;
}

/* Activities */
.event-main-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
}

.event-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.event-dates article {
  display: grid;
  min-height: 180px;
  grid-template-columns: auto 1fr;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: var(--cream);
}

.event-dates article > span {
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 750;
}

.event-dates article > svg {
  justify-self: end;
  color: var(--forest);
}

.event-dates article > p {
  grid-column: 1 / -1;
  margin: 35px 0 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.booking-card {
  position: sticky;
  top: 120px;
  background: var(--sun);
}

.booking-card dl {
  display: grid;
  margin-block: 28px;
}

.booking-card dl > div {
  border-bottom: 1px solid rgba(24, 48, 41, 0.2);
  padding: 11px 0;
}

.booking-card dt {
  font-size: 0.66rem;
  font-weight: 750;
  text-transform: uppercase;
}

.booking-card dd {
  margin: 2px 0 0;
  font-size: 0.84rem;
  font-weight: 650;
  word-break: break-word;
}

.small-note {
  color: rgba(24, 48, 41, 0.68);
  font-size: 0.74rem;
}

.booking-card .button {
  width: 100%;
}

.visit-itinerary {
  background: var(--forest-deep);
  color: var(--white);
}

.itinerary-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 8vw, 120px);
}

.itinerary-grid h2 {
  color: var(--white);
}

.timeline {
  display: grid;
}

.timeline article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px 0;
}

.timeline article > span {
  color: var(--sun);
  font-family: var(--display);
  font-size: 1.7rem;
}

.timeline h3 {
  margin-bottom: 6px;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 600;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.event-warning {
  margin-top: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 650;
  text-align: center;
}

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

.archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.archive-grid article {
  display: grid;
  grid-template-rows: 360px 1fr;
  overflow: hidden;
  border-radius: 18px;
  background: var(--paper);
}

.archive-grid article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-grid article > div {
  padding: 34px;
}

.archive-grid svg {
  color: var(--clay);
}

.archive-grid h2 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.archive-grid article > div > p:not(.eyebrow) {
  color: #5c6e65;
  font-size: 0.86rem;
}

.archive-details {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.archive-details > summary {
  color: var(--forest);
}

.archive-details > div {
  padding-top: 14px;
}

.archive-details p {
  color: #596b62;
  font-size: 0.8rem;
}

/* About */
.founder-grid {
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr);
}

.founder-grid > aside {
  position: sticky;
  top: 120px;
}

.founder-grid > aside img {
  width: 100%;
  min-height: 560px;
  border-radius: 200px 18px 18px 18px;
  object-fit: cover;
}

.founder-grid > aside p {
  margin-top: 12px;
  color: #66766e;
  font-size: 0.74rem;
}

.founder-grid article > p:not(.eyebrow) {
  color: #52655c;
  font-size: 1.01rem;
}

.founder-grid .story-quote {
  margin-block: 35px;
  padding: 36px;
}

.founder-grid .story-quote blockquote {
  margin: 0;
}

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

.board-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.board-grid img {
  width: 100%;
  max-height: 650px;
  border-radius: 18px 180px 18px 18px;
  object-fit: cover;
}

.board-grid p:not(.eyebrow) {
  color: #5b6d64;
}

/* Contact */
.contact-methods {
  display: grid;
}

.contact-methods a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.contact-methods a > svg:first-child {
  padding: 10px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--clay);
}

.contact-methods a > svg:last-child {
  width: 17px;
}

.contact-methods div {
  display: grid;
}

.contact-methods span {
  color: #738078;
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-methods strong {
  font-size: 0.85rem;
  font-weight: 650;
}

.contact-form,
.form-success {
  border-radius: 18px 90px 18px 18px;
  padding: clamp(30px, 5vw, 56px);
  background: var(--cream);
}

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

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.86rem;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(36, 87, 71, 0.1);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .check-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #607169;
  font-weight: 500;
}

.contact-form .check-field input {
  width: auto;
  margin-top: 5px;
}

.contact-form .button {
  justify-self: start;
}

.form-success {
  display: grid;
  place-content: center;
  text-align: center;
}

.form-success > svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  color: var(--forest);
}

.form-success h3 {
  font-family: var(--display);
  font-size: 2.5rem;
}

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

.map-frame {
  width: 100%;
  height: 620px;
  filter: saturate(0.72) contrast(0.92);
}

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

.directions-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -70px;
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.directions-grid article {
  border-right: 1px solid var(--line);
  padding: 32px;
}

.directions-grid article:last-child {
  border-right: 0;
}

.directions-grid svg {
  color: var(--clay);
}

.directions-grid h3 {
  margin: 42px 0 8px;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 600;
}

.directions-grid p {
  margin: 0;
  color: #607169;
  font-size: 0.8rem;
}

/* Legal */
.legal-hero {
  padding: 150px 0 100px;
  background: var(--forest-deep);
  color: var(--white);
}

.legal-hero h1 {
  max-width: 900px;
  color: var(--white);
}

.legal-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.legal-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  gap: 90px;
  justify-content: center;
}

.legal-grid aside {
  position: sticky;
  top: 120px;
  display: grid;
  align-self: start;
}

.legal-grid aside a {
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
  font-size: 0.78rem;
  font-weight: 680;
}

.legal-grid article > section {
  margin-bottom: 55px;
}

.legal-grid h2 {
  font-family: var(--display);
  font-size: 2.8rem;
  font-weight: 600;
}

.legal-grid p {
  color: #53655d;
}

/* Footer */
.site-footer {
  background: var(--forest-deep);
  color: var(--white);
}

.footer-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-block: 100px 70px;
}

.footer-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 1.05fr;
  gap: 60px;
  padding-block: 70px;
}

.footer-main > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand h3 {
  margin: 18px 0 12px;
  font-family: var(--display);
  font-size: 2rem;
}

.footer-brand p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

.footer-title {
  margin-bottom: 12px;
  color: var(--sun);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-main > div:not(.footer-brand) > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.footer-main > div:not(.footer-brand) > a:hover {
  color: var(--white);
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.social-links svg {
  width: 18px;
}

.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  word-break: break-word;
}

.footer-contact svg {
  width: 15px;
  flex: none;
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.67rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 20px;
}

/* Cookie and floating actions */
.cookie-banner {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: min(560px, calc(100vw - 40px));
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.cookie-banner strong {
  font-family: var(--display);
  font-size: 1.2rem;
}

.cookie-banner p {
  margin: 2px 0 0;
  color: #68776f;
  font-size: 0.72rem;
  line-height: 1.5;
}

.cookie-banner p a {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 6px;
}

.cookie-actions .button {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 0.7rem;
}

.floating-actions {
  position: fixed;
  z-index: 58;
  right: 18px;
  bottom: 18px;
}

.cookie-banner + .floating-actions {
  bottom: 130px;
}

.floating-actions a {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 13px 18px;
  background: #1f9b58;
  color: var(--white);
  box-shadow: 0 12px 35px rgba(20, 100, 58, 0.3);
  font-size: 0.76rem;
  font-weight: 750;
}

.floating-actions svg {
  width: 19px;
}

/* Responsive */
@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: flex;
  }

  .intro-grid,
  .events-home-grid,
  .video-feature,
  .corporate-grid,
  .neska-grid,
  .long-stay-grid,
  .habitual-grid,
  .event-main-grid,
  .founder-grid,
  .board-grid,
  .contact-grid,
  .testimonial-grid,
  .testimonial-grid.reverse {
    gap: 60px;
  }

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

  .support-impact-grid,
  .tasks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 40px, 720px);
  }

  body {
    font-size: 16px;
  }

  .campaign-ribbon {
    gap: 10px;
    padding: 6px 14px;
    text-align: center;
  }

  .campaign-ribbon > span {
    display: none;
  }

  .site-header {
    min-height: 70px;
    padding: 8px 20px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand span {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .header-donate {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .home-hero {
    min-height: 760px;
  }

  .home-hero-overlay,
  .page-hero-overlay {
    background: linear-gradient(0deg, rgba(9, 33, 26, 0.94) 0%, rgba(9, 33, 26, 0.44) 75%, rgba(9, 33, 26, 0.22));
  }

  .home-hero h1,
  .page-hero h1 {
    max-width: 700px;
  }

  .hero-video-chip {
    display: none;
  }

  .impact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .impact-strip > div:nth-child(2) {
    border-right: 0;
  }

  .impact-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .intro-grid,
  .content-split-grid,
  .editorial-grid,
  .sponsor-story-grid,
  .events-home-grid,
  .video-feature,
  .teaming-grid,
  .corporate-grid,
  .neska-grid,
  .campaign-bank-grid,
  .goal-grid,
  .long-stay-grid,
  .habitual-grid,
  .event-main-grid,
  .itinerary-grid,
  .founder-grid,
  .board-grid,
  .contact-grid,
  .testimonial-grid,
  .testimonial-grid.reverse,
  .residents-end-grid {
    grid-template-columns: 1fr;
  }

  .intro-collage {
    min-height: 560px;
  }

  .video-feature {
    gap: 46px;
  }

  .campaign-letter-grid {
    grid-template-columns: 1fr;
  }

  .video-copy {
    max-width: 680px;
  }

  .help-cards {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 420px;
  }

  .help-card,
  .help-card-1,
  .help-card-2,
  .help-card-5,
  .help-card-6 {
    grid-column: auto;
  }

  .events-image img {
    min-height: 550px;
  }

  .image-mosaic {
    grid-template-columns: repeat(6, 1fr);
  }

  .image-mosaic figure,
  .image-mosaic .mosaic-1,
  .image-mosaic .mosaic-2,
  .image-mosaic .mosaic-4,
  .image-mosaic .mosaic-5 {
    grid-column: span 3;
    grid-row: span 2;
  }

  .resident-tools {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .filter-pills {
    overflow-x: auto;
  }

  .result-count {
    justify-content: flex-end;
  }

  .help-hub-grid {
    grid-template-columns: 1fr;
  }

  .help-hub-card {
    min-height: 390px;
  }

  .campaign-bank-grid > div:last-child,
  .goal-grid > div:first-child {
    border: 0;
    padding: 0;
  }

  .corporate-benefits {
    order: -1;
  }

  .volunteer-paths,
  .archive-grid,
  .donation-grid,
  .steps-grid,
  .event-dates {
    grid-template-columns: 1fr;
  }

  .tasks-grid > div {
    grid-column: span 2;
  }

  .testimonial-grid.reverse .photo-carousel {
    order: 0;
  }

  .booking-card,
  .founder-grid > aside {
    position: relative;
    top: auto;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legal-grid aside {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .legal-grid aside a {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 12px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100vw - 30px);
  }

  .section-space {
    padding-block: 76px;
  }

  .campaign-ribbon {
    min-height: 30px;
    font-size: 0.65rem;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .brand small {
    display: none;
  }

  .home-hero,
  .page-hero {
    min-height: 720px;
  }

  .home-hero-content,
  .page-hero-content {
    padding-block: 90px 70px;
  }

  .home-hero h1,
  .page-hero h1 {
    font-size: clamp(3.45rem, 17vw, 5.3rem);
    line-height: 0.88;
  }

  .home-hero-content > p:not(.eyebrow),
  .page-hero-content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-row .button {
    width: 100%;
  }

  .hero-scroll {
    display: none;
  }

  .impact-strip {
    width: calc(100vw - 30px);
    margin-top: -18px;
  }

  .impact-strip > div {
    padding: 22px 18px;
  }

  .impact-strip span {
    font-size: 0.69rem;
  }

  .intro-collage {
    min-height: 470px;
  }

  .intro-collage > img:nth-child(2) {
    margin-top: 80px;
    height: calc(100% - 80px);
  }

  .collage-note {
    right: 8%;
    bottom: 24px;
    padding: 18px;
  }

  .carousel-head {
    width: calc(100vw - 30px);
  }

  .photo-track {
    gap: 10px;
    padding-inline: 15px;
    scroll-padding-inline: 15px;
  }

  .photo-track figure,
  .photo-carousel:not(.is-large) .photo-track figure {
    flex-basis: 84vw;
    height: 470px;
  }

  .video-feature {
    gap: 34px;
  }

  .video-frame {
    border-radius: 12px;
  }

  .help-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 430px;
  }

  .help-card {
    padding: 24px;
  }

  .events-image img {
    min-height: 460px;
    border-radius: 14px 100px 14px 14px;
  }

  .image-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 8px;
  }

  .image-mosaic figure,
  .image-mosaic .mosaic-1,
  .image-mosaic .mosaic-2,
  .image-mosaic .mosaic-4,
  .image-mosaic .mosaic-5 {
    grid-column: span 1;
    grid-row: span 2;
  }

  .home-final-cta,
  .wide-callout {
    min-height: 670px;
  }

  .story-quote {
    border-radius: 14px 64px 14px 14px;
    padding: 30px;
  }

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

  .resident-photo {
    height: 400px;
  }

  .resident-tools {
    width: calc(100vw - 20px);
    padding: 10px;
  }

  .help-hub-card {
    grid-template-columns: 1fr;
  }

  .help-hub-card > img {
    height: 240px;
  }

  .help-hub-card > div {
    min-height: 300px;
  }

  .support-impact-grid,
  .tasks-grid {
    grid-template-columns: 1fr;
  }

  .support-impact-grid > div,
  .tasks-grid > div {
    grid-column: span 1;
  }

  .support-impact-grid > div,
  .support-impact-grid article,
  .tasks-grid > div,
  .tasks-grid article {
    min-height: 260px;
    padding: 28px;
  }

  .benefit-panel,
  .schedule-card,
  .requirements-card,
  .booking-card,
  .contact-form,
  .form-success {
    border-radius: 14px 60px 14px 14px;
    padding: 26px;
  }

  .one-euro {
    min-height: 470px;
  }

  .corporate-benefits {
    grid-template-columns: 1fr;
  }

  .volunteer-paths {
    grid-template-columns: 1fr;
  }

  .volunteer-paths > a {
    min-height: 390px;
    padding: 30px;
  }

  .event-main-grid,
  .founder-grid,
  .contact-grid {
    gap: 45px;
  }

  .timeline article {
    grid-template-columns: 65px 1fr;
    gap: 15px;
  }

  .archive-grid article {
    grid-template-rows: 280px 1fr;
  }

  .founder-grid > aside img {
    min-height: 440px;
    border-radius: 120px 14px 14px 14px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .map-frame {
    height: 480px;
  }

  .directions-grid {
    grid-template-columns: 1fr;
    margin-top: -40px;
  }

  .directions-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .footer-cta {
    padding-block: 75px 50px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .floating-actions span {
    display: none;
  }

  .floating-actions a {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
