:root {
  --black: #050505;
  --ink: #10100f;
  --white: #f6f1e8;
  --muted: #bbb3a7;
  --beige: #d8c7aa;
  --red: #b92323;
  --green: #0d5a3a;
  --deep-green: #083323;
  --border: rgba(246, 241, 232, 0.15);
  --card: rgba(246, 241, 232, 0.065);
  --card-strong: rgba(246, 241, 232, 0.105);
  --shadow: rgba(0, 0, 0, 0.38);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  color-scheme: dark;
  background-color: var(--black);
}

body {
  margin: 0;
  color: var(--white);
  background-color: var(--black);
  background:
    radial-gradient(circle at 16% 8%, rgba(185, 35, 35, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(13, 90, 58, 0.22), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #11100f 52%, #050505 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
  top: 0 !important;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
body > .skiptranslate {
  display: none !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(246, 241, 232, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 241, 232, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

a {
  color: inherit;
}

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

.progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 30;
  width: 100%;
  height: 4px;
  background: rgba(246, 241, 232, 0.08);
}

.progress__bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--red));
}

.site-header {
  position: sticky;
  top: 4px;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 5, 5, 0.8);
  backdrop-filter: blur(18px);
}

.nav,
.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand__mark {
  width: 78px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: none;
  filter: brightness(1.26) contrast(1.15);
}

.brand__text {
  display: grid;
  line-height: 1.05;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.nav__links {
  display: none;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav__links a {
  text-decoration: none;
}

.nav__links a:hover {
  color: var(--white);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav__actions a,
.nav__language {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.055);
  color: #eee6da;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.nav__language {
  gap: 6px;
  color: #eee6da;
  flex: 0 0 auto;
}

.nav__icon {
  display: none;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav__language span {
  font-size: 0.72rem;
}

.nav__language select {
  width: auto;
  min-width: 42px;
  border: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  outline: none;
}

.nav__language option {
  color: var(--black);
}

.nav__actions a:hover,
.nav__language:hover {
  border-color: rgba(246, 241, 232, 0.22);
  background: rgba(246, 241, 232, 0.1);
}

.nav__action--don {
  border-color: rgba(185, 35, 35, 0.64) !important;
  background: var(--red);
}

main {
  overflow: hidden;
}

.hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  padding: 72px 0 56px;
}

.hero--gaza {
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.68) 48%, rgba(5, 5, 5, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.72)),
    url("/assets/images/nsp-foi.webp");
  background-position: center;
  background-size: cover;
}

.hero__grid,
.split {
  display: grid;
  gap: 34px;
}

.section {
  padding: 76px 0;
}

.section--compact {
  padding: 28px 0 0;
}

.section--band {
  border-block: 1px solid var(--border);
  background: rgba(246, 241, 232, 0.025);
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--beige);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 10vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lead {
  max-width: 730px;
  color: #eee6da;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  line-height: 1.36;
}

.copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
}

.copy--large {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.copy--bright {
  color: #ddd6cc;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 241, 232, 0.32);
  background: var(--card-strong);
}

.button:disabled {
  cursor: not-allowed;
  color: rgba(246, 241, 232, 0.52);
}

.button--primary {
  border-color: rgba(185, 35, 35, 0.72);
  background: var(--red);
}

.button--green {
  border-color: rgba(13, 90, 58, 0.78);
  background: var(--green);
}

.fast-read,
.pill-grid,
.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fast-read {
  margin: 24px 0;
}

.fast-read span,
.pill-grid span,
.source-list a,
.source-list span {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  color: #e8dfd2;
  font-weight: 850;
  text-decoration: none;
}

.product-signal,
.signal-panel,
.quote-panel,
.notice,
.card,
.campaign-card,
.cta-panel,
.video-panel,
.photo-card,
.image-placeholder,
.table-wrap {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 20px 65px var(--shadow);
}

.product-signal,
.signal-panel {
  padding: 20px;
}

.product-signal p,
.signal-panel p,
.card p,
.campaign-card p,
.notice p,
.video-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.concept-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style-position: inside;
  color: #e8dfd2;
  font-weight: 800;
}

.concept-list li {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.045);
}

.product-signal__shop {
  width: 100%;
  margin-top: 16px;
}

.shirt-carousel {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(100%, 400px);
  margin-bottom: 18px;
  margin-inline: auto;
}

.shirt-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.shirt-carousel__track::-webkit-scrollbar {
  display: none;
}

.shirt-slide {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #d7d6d3;
  scroll-snap-align: start;
}

.shirt-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
}

.shirt-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.shirt-carousel__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.26);
  transition: width 180ms ease, background 180ms ease;
}

.shirt-carousel__dots span.is-active {
  width: 24px;
  background: var(--beige);
}

.shirt-carousel__nav {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 241, 232, 0.24);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--white);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 950;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.shirt-carousel__nav--prev {
  left: 12px;
}

.shirt-carousel__nav--next {
  right: 12px;
}

.shirt-carousel__nav:hover {
  border-color: rgba(246, 241, 232, 0.42);
  background: rgba(185, 35, 35, 0.82);
}

.steps,
.cards,
.campaign-grid,
.media-layout,
.image-grid {
  display: grid;
  gap: 16px;
}

.card,
.campaign-card,
.notice,
.quote-panel,
.cta-panel,
.video-panel {
  padding: 20px;
}

.card--numbered span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-weight: 950;
}

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

blockquote {
  margin: 0;
  padding: 20px;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: rgba(185, 35, 35, 0.08);
  color: #f3ecdf;
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  font-weight: 850;
  line-height: 1.28;
}

.campaign-card--active {
  min-height: 220px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(185, 35, 35, 0.18), transparent 42%),
    linear-gradient(315deg, rgba(13, 90, 58, 0.18), transparent 52%),
    var(--card);
}

.campaign-card--active p {
  max-width: 720px;
}

.campaign-card--active .button {
  width: min(100%, 420px);
}

.is-soon {
  color: rgba(246, 241, 232, 0.65);
}

.notice {
  background:
    linear-gradient(135deg, rgba(13, 90, 58, 0.16), rgba(246, 241, 232, 0.04)),
    var(--card);
}

.quick-summary {
  display: grid;
  gap: 10px;
}

.quick-summary .eyebrow,
.quick-summary h2,
.quick-summary p {
  margin: 0;
}

.quick-summary h2 {
  max-width: 900px;
  font-size: clamp(1.65rem, 4.8vw, 3.2rem);
}

.notice--red {
  border-color: rgba(185, 35, 35, 0.48);
  background:
    linear-gradient(135deg, rgba(185, 35, 35, 0.18), rgba(246, 241, 232, 0.04)),
    var(--card);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

th {
  color: var(--beige);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.cta-panel {
  display: grid;
  gap: 20px;
  background:
    linear-gradient(135deg, rgba(185, 35, 35, 0.14), rgba(13, 90, 58, 0.14)),
    var(--card);
}

.cta-panel--quiet {
  background:
    linear-gradient(135deg, rgba(246, 241, 232, 0.08), rgba(13, 90, 58, 0.08)),
    var(--card);
}

.visual-map {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.visual-map figure {
  position: relative;
  min-height: 170px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(185, 35, 35, 0.16), transparent),
    linear-gradient(315deg, rgba(13, 90, 58, 0.16), transparent),
    #0f0f0e;
}

.visual-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.visual-map figcaption {
  position: absolute;
  inset: auto 10px 10px 10px;
  padding: 8px 10px;
  border: 1px solid rgba(246, 241, 232, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.58);
  backdrop-filter: blur(10px);
  color: rgba(246, 241, 232, 0.72);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  text-align: center;
}

.caption-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.04);
  color: #ddd4c8;
}

.learn-more {
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.04);
  overflow: hidden;
}

.learn-more summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.learn-more summary::after {
  content: "+";
  color: var(--beige);
  font-size: 1.25rem;
}

.learn-more[open] summary {
  border-bottom: 1px solid var(--border);
}

.learn-more[open] summary::after {
  content: "-";
}

.learn-more div {
  display: grid;
  gap: 12px;
  padding: 16px;
  color: var(--muted);
}

.learn-more p {
  margin: 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.learn-more .timeline {
  margin-top: 6px;
}

.timeline article {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 18px 18px 18px 52px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.045);
}

.timeline article span {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(185, 35, 35, 0.16);
}

.timeline p {
  margin: 0;
  color: var(--muted);
}

.timeline em,
.timeline small {
  display: block;
  color: #d9cfbf;
  font-style: normal;
}

.timeline small {
  color: rgba(216, 199, 170, 0.78);
  font-size: 0.82rem;
}

.history-video {
  margin-top: 22px;
}

.impact-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.impact-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(246, 241, 232, 0.052);
}

.impact-card h3,
.impact-card p {
  margin: 0;
}

.impact-card p {
  color: var(--muted);
}

.impact-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #e2d8ca;
}

.impact-card li {
  padding-left: 2px;
}

.impact-card small {
  color: rgba(216, 199, 170, 0.82);
  font-weight: 850;
}

.impact-card a,
.learn-more a,
.source-card a {
  color: var(--beige);
  font-weight: 850;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #111;
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.image-placeholder {
  overflow: hidden;
}

.photo-card {
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.image-placeholder div {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(185, 35, 35, 0.15), transparent),
    linear-gradient(315deg, rgba(13, 90, 58, 0.16), transparent),
    repeating-linear-gradient(45deg, rgba(246, 241, 232, 0.055) 0 1px, transparent 1px 18px),
    #111;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

figcaption a {
  color: var(--beige);
  font-weight: 850;
}

.share-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--muted);
}

.source-grid {
  display: grid;
  gap: 14px;
}

.sources-accordion .source-grid {
  padding: 16px;
}

.source-card--placeholder {
  color: rgba(246, 241, 232, 0.72);
}

.footer {
  padding: 40px 0 54px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.footer__grid {
  display: grid;
  gap: 28px;
}

.footer__brand {
  display: grid;
  gap: 8px;
  max-width: 440px;
}

.footer__brand strong {
  color: var(--white);
  font-size: 1.05rem;
}

.footer__columns {
  display: grid;
  gap: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 241, 232, 0.1);
}

.footer__col {
  display: grid;
  gap: 10px;
}

.footer__col span {
  color: var(--beige);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

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

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .nav,
  .wrap {
    width: min(100% - 24px, var(--max));
  }

  .nav {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 0 10px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand__mark {
    width: 70px;
    height: 42px;
  }

  .brand__text small {
    max-width: 190px;
    white-space: normal;
  }

  .nav__actions {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
  }

  body[data-page="home"] .nav__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="gaza"] .nav__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nav__actions a,
  .nav__language {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    gap: 4px;
    padding: 8px 6px;
  }

  .nav__icon {
    display: block;
    width: 20px;
    height: 20px;
  }

  .nav__actions a span,
  .nav__language span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .nav__language {
    flex-direction: row;
    gap: 3px;
  }

  .nav__language select {
    min-width: 34px;
    max-width: 44px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 42px;
  }

  .hero--home {
    padding-top: 58px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 13vw, 3.2rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .hero--home h1 {
    max-width: 9ch;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 10vw, 2.75rem);
  }

  .lead {
    max-width: 100%;
    font-size: clamp(1.05rem, 5.4vw, 1.34rem);
  }

  .copy,
  .copy--large {
    max-width: 100%;
  }

  .quote-panel,
  .notice,
  .card,
  .campaign-card,
  .cta-panel,
  .video-panel {
    padding: 16px;
  }

  .actions {
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
  }

  .shirt-carousel {
    width: 100%;
  }

  .shirt-carousel__nav {
    width: 34px;
    height: 34px;
  }

  .impact-card {
    gap: 12px;
    padding: 16px;
  }

  .impact-card ul {
    gap: 9px;
    padding-left: 16px;
  }

  .learn-more summary {
    min-height: 52px;
    padding: 14px;
  }

  .learn-more div {
    padding: 14px;
  }

  .timeline article {
    padding: 16px 16px 16px 44px;
  }

  .timeline article span {
    left: 16px;
  }

  figcaption {
    font-size: 0.82rem;
  }
}

@media (min-width: 720px) {
  .nav__links {
    display: flex;
  }

  .footer__grid {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.6fr);
    align-items: start;
  }

  .footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0;
    border-top: 0;
  }

  .hero__grid,
  .split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero--home .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero--home h1 {
    max-width: 920px;
    font-size: clamp(4.2rem, 8vw, 5.8rem);
  }

  .steps,
  .cards--three,
  .image-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

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

  .campaign-card--active {
    grid-row: auto;
  }

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

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

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

@media (min-width: 980px) {
  .section {
    padding: 104px 0;
  }

  .hero--home .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero--home h1 {
    font-size: clamp(4.2rem, 6.5vw, 5.3rem);
  }

  .footer__grid,
  .cta-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
