:root {
  --ink: #1a1a18;
  --paper: #f4f0e8;
  --warm-white: #faf8f3;
  --clay: #a94b38;
  --deep-red: #713326;
  --sage: #46534b;
  --line: rgba(26, 26, 24, 0.2);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Italiana", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
}

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

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--warm-white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.section-pad {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.4rem, 6vw, 7rem);
}

.section-kicker,
.eyebrow {
  margin: 0 0 2rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 340svh;
  color: white;
}

.hero__stage {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 100svh;
  overflow: hidden;
}

.hero__video,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  object-fit: cover;
  object-position: center;
}

.hero__veil {
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.42) 0%, rgba(10, 9, 8, 0.04) 36%, rgba(10, 9, 8, 0.55) 100%),
    linear-gradient(90deg, rgba(10, 9, 8, 0.24), transparent 62%);
}

.nav {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem clamp(1.4rem, 4vw, 4rem);
}

.nav__mark svg {
  width: 2.3rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}

.nav__cta {
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

.hero__content {
  position: absolute;
  z-index: 2;
  left: clamp(1.4rem, 6vw, 7rem);
  top: 50%;
  transform: translateY(-48%);
  width: min(90%, 70rem);
}

.hero .eyebrow {
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  opacity: 0.84;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 10vw, 10.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.77;
}

.hero h1 em,
.white-story h2 em,
.finale h2 em {
  font-weight: 400;
}

.hero__intro {
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  font-size: clamp(0.9rem, 1.15vw, 1.1rem);
  line-height: 1.6;
}

.hero__footer {
  position: absolute;
  z-index: 2;
  right: clamp(1.4rem, 4vw, 4rem);
  bottom: 1.8rem;
  left: clamp(1.4rem, 4vw, 4rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  animation: drift 1.8s ease-in-out infinite;
}

.hero-progress {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero-progress__track {
  position: relative;
  width: clamp(4rem, 8vw, 8rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
}

.hero-progress__track i {
  position: absolute;
  inset: 0;
  background: white;
  transform: scaleX(0);
  transform-origin: left center;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  background: var(--paper);
}

.manifesto__number {
  padding-top: 4.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
}

.manifesto__body {
  max-width: 70rem;
}

.manifesto__portrait { margin: 0; }
.manifesto__portrait img { height: auto; }
.manifesto__portrait figcaption,
.impact__image figcaption {
  padding-top: 0.8rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.manifesto__body h2 { font-size: clamp(2.9rem, 4.4vw, 5rem); }
.manifesto__body .manifesto__copy { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; }
.impact__image { grid-column: 1 / -1; margin: 0; }
.impact__image img { height: auto; }

.manifesto h2,
.impact h2,
.donate h2 {
  max-width: 67rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.9rem, 6.2vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.manifesto__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 54rem;
  margin: clamp(3rem, 6vw, 6rem) 0 0 auto;
}

.manifesto__copy p,
.artwork__story > p,
.white-story__copy p,
.impact__content p,
.donate__detail {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.75;
}

.artwork {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 100svh;
  background: var(--warm-white);
}

.artwork__image-wrap {
  position: relative;
  min-height: 50rem;
  overflow: hidden;
}

.artwork__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artwork__caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(250, 248, 243, 0.88);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artwork__story {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edition-number {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin: 0 0 2rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edition-number span {
  color: var(--clay);
  font: 400 clamp(5rem, 10vw, 10rem)/0.8 var(--serif);
  letter-spacing: -0.06em;
}

.artwork__story h2 {
  margin: 0 0 2.5rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.edition-note {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.white-story {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end;
  gap: clamp(3rem, 10vw, 12rem);
  min-height: 80svh;
  background: #fff;
}

.white-story h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7.2vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.93;
}

.white-story__copy p + p {
  margin-top: 1.5rem;
}

.message-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #d8cebd;
}

.message-section__photo {
  align-self: center;
  margin: 0;
  overflow: hidden;
}

.message-section__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.message-section__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.quote-mark {
  color: var(--clay);
  font: 400 6rem/0.7 var(--serif);
}

.message-section__quote p {
  max-width: 35rem;
  margin: 2rem 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.message-section__quote cite {
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.impact {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 3rem clamp(3rem, 10vw, 12rem);
  background: var(--sage);
  color: var(--warm-white);
}

.impact__intro {
  grid-column: 1 / -1;
}

.disaster__intro { max-width: 48rem; margin: 2rem 0 1rem; font-size: 1.1rem; line-height: 1.75; }
.disaster__source, .disaster__regions a { font-size: 0.78rem; line-height: 1.6; text-decoration: underline; text-underline-offset: 0.25em; }
.disaster__gallery { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: start; }
.disaster__gallery figure { margin: 0; min-width: 0; }
.disaster__gallery figure:nth-child(2) { padding-top: 5rem; }
.disaster__gallery img { width: 100%; height: auto; }
.disaster__gallery figcaption { padding-top: 0.9rem; font-size: 0.75rem; line-height: 1.6; }
.disaster__gallery figcaption span { display: block; margin-bottom: 0.4rem; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.disaster__gallery figcaption a { text-decoration: underline; text-underline-offset: 0.2em; }
.disaster__regions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.disaster__regions article { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,0.3); padding-top: 1.5rem; }
.disaster__regions .section-kicker { margin-bottom: 1.3rem; }
.disaster__regions h3 { margin: 0; font: 400 clamp(2rem, 3vw, 3rem)/1.05 var(--serif); }
.disaster__regions article > p:not(.section-kicker) { font-size: 0.95rem; line-height: 1.7; margin: 1rem 0; }
.disaster__regions a { margin-top: auto; }
.disaster__context { grid-column: 1 / -1; margin: -1rem 0 1rem; max-width: 54rem; font-size: 0.75rem; line-height: 1.6; }
.disaster__purpose { grid-column: 1 / -1; margin: 0; font: 400 clamp(2.5rem, 4vw, 4.5rem)/1 var(--serif); letter-spacing: -0.03em; }
.disaster__cta { grid-column: 1 / -1; justify-self: start; display: flex; gap: 2rem; align-items: center; padding: 1rem 1.5rem; background: var(--warm-white); color: var(--ink); font-size: 0.82rem; font-weight: 500; }
.disaster__cta:hover { background: var(--paper); }
.impact a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.impact__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.impact__statement {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.impact__statement span {
  font: 400 clamp(5rem, 10vw, 9rem)/0.8 var(--serif);
}

.impact__statement p {
  margin: 2rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.donate {
  background: var(--paper);
}

.donate__heading {
  text-align: center;
}

.donate__heading h2 {
  margin-inline: auto;
}

.donate__detail {
  max-width: 41rem;
  margin: 2.5rem auto 0;
}

.donate__detail strong {
  font-weight: 500;
}

.donate__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 34rem;
}

.donation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
  color: white;
  overflow: hidden;
  transition: flex 400ms ease;
}

.donation-card::before {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 350ms ease, transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.donation-card:hover::before,
.donation-card:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.donation-card--colombia {
  background: var(--clay);
}

.donation-card--usa {
  background: var(--deep-red);
}

.donation-card__country {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font: 400 clamp(4rem, 8vw, 8rem)/1 var(--serif);
  opacity: 0.12;
}

.donation-card__overline {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.donation-card__title {
  position: relative;
  font: 400 clamp(3.2rem, 6vw, 6rem)/0.95 var(--serif);
  letter-spacing: -0.04em;
}

.donation-card__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(4rem, 8vw, 8rem);
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.donation-card__action svg {
  width: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: transform 250ms ease;
}

.donation-card:hover .donation-card__action svg {
  transform: translateX(0.4rem);
}

.donate__transparency {
  margin: 0;
  padding: 1.25rem;
  background: var(--ink);
  color: white;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.finale {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #0c100f;
  min-height: 100svh;
  color: white;
  overflow: hidden;
}

.finale > img,
.finale__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.finale > img {
  position: relative;
  grid-column: 2;
  height: auto;
  object-fit: contain;
}

.finale__veil {
  display: none;
}

.finale__content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(1.4rem, 8vw, 9rem);
  transform: translateY(-50%);
}

.finale__content p {
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.finale h2 {
  margin: 2.5rem 0 3rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.82;
}

.finale__content a {
  display: inline-block;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem clamp(1.4rem, 4vw, 4rem);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.footer__brand {
  color: white;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.notice {
  visibility: hidden;
  position: fixed;
  z-index: 20;
  right: 1.5rem;
  bottom: 1.5rem;
  width: min(calc(100% - 3rem), 25rem);
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  background: var(--warm-white);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

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

.notice p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
}

.notice button {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 300;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

@keyframes drift {
  0%, 100% { transform: translateY(-0.15rem); }
  50% { transform: translateY(0.3rem); }
}

@media (max-width: 760px) {
  .disaster__gallery, .disaster__regions { grid-template-columns: 1fr; }
  .disaster__gallery figure:nth-child(2) { padding-top: 0; }
  .disaster__intro { font-size: 1rem; }
  .hero h1 {
    font-size: clamp(3.2rem, 13.4vw, 3.6rem);
    line-height: 0.88;
  }

  .hero__content {
    top: 47%;
  }

  .hero__video {
    object-position: 54% center;
  }

  .hero .eyebrow {
    max-width: 17rem;
  }

  .nav__cta {
    display: none;
  }

  .hero-progress {
    display: none;
  }

  .manifesto,
  .artwork,
  .white-story,
  .message-section,
  .impact {
    grid-template-columns: 1fr;
  }

  .manifesto__number {
    display: none;
  }

  .manifesto__copy,
  .impact__content {
    grid-template-columns: 1fr;
  }

  .artwork__image-wrap {
    min-height: 78svh;
  }

  .white-story {
    min-height: auto;
  }

  .message-section__photo {
    height: auto;
  }

  .impact__intro {
    grid-column: auto;
  }

  .impact__statement {
    margin-top: 2rem;
  }

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

  .donation-card {
    min-height: 28rem;
  }

  .finale__veil {
    background: linear-gradient(90deg, rgba(15, 13, 12, 0.68), rgba(15, 13, 12, 0.14));
  }

  .finale > img {
    grid-column: 1;
    grid-row: 2;
  }

  .finale { grid-template-columns: 1fr; min-height: auto; }
  .finale__content { position: relative; top: auto; left: auto; transform: none; grid-row: 1; padding: 4rem 1.4rem; }

  .footer {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
