:root {
  --sidebar-width: 390px;
  --blue: #123f91;
  --blue-strong: #174a9b;
  --blue-dark: #081429;
  --ochre: #f3a93b;
  --ochre-hot: #f4a52c;
  --ochre-soft: #ffd27a;
  --clay: #b26835;
  --paper: #f5f1e8;
  --paper-light: #f5f1e8;
  --paper-warm: #f5f1e8;
  --ink: #171714;
  --muted: #5d5a52;
  --white: #fffaf0;
  --charcoal: #111111;
  --charcoal-soft: #1a1a1a;
  --charcoal-deep: #111111;
  --line: rgba(23, 23, 20, 0.14);
  --shadow: 0 24px 58px rgba(12, 13, 14, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3 {
  line-height: 0.92;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Impact, "Arial Black", "Helvetica Neue Condensed Black", "Arial Narrow", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  color: var(--ochre);
  font-size: clamp(3rem, 6.4vw, 4.85rem);
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.46);
}

h2 {
  margin-bottom: 18px;
  font-size: 4rem;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--ochre);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #111111;
}

.hero__image {
  position: absolute;
  inset: 0;
  background-image: url("https://peregrinosdafe.com/wp-content/uploads/2026/05/fundo.png?v=2");
  background-color: #111111;
  background-position: 0% 50%;
  background-size: cover;
}

.hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34) 56%, rgba(0, 0, 0, 0.44)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.36));
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 5.6vw, 108px) clamp(28px, 5vw, 92px) 42px;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.hero__main {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: none;
}

.hero .eyebrow {
  color: #f4bd4d;
}

.hero-brand {
  display: grid;
  grid-template-columns: auto 1px auto;
  gap: clamp(22px, 3vw, 54px);
  align-items: center;
  margin-bottom: 28px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  transform: translateY(-5%);
}

.hero-brand h1 {
  margin-bottom: 0;
  white-space: nowrap;
}

.hero-brand__divider {
  width: 1px;
  height: clamp(54px, 6vw, 72px);
  background: rgba(255, 250, 240, 0.58);
}

.hero-brand__descriptor {
  width: max-content;
  max-width: none;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.32;
}

.hero-brand__descriptor span {
  display: block;
  white-space: nowrap;
}

.hero__subtitle {
  max-width: 820px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
  font-weight: 950;
  line-height: 1.2;
  justify-self: start;
  text-align: left;
  text-transform: uppercase;
}

.hero__text {
  max-width: 680px;
  color: rgba(255, 250, 240, 0.9);
  font-size: 1.05rem;
  justify-self: start;
  text-align: left;
}

.hero__text--lead {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(0.93rem, 2.85vw, 1.39rem);
  font-weight: 400;
  line-height: 1.18;
}

.campaign-card {
  width: min(640px, 100%);
  margin: 24px 0 18px;
  padding: 20px 22px;
  justify-self: start;
  border: 1px solid rgba(255, 250, 240, 0.32);
  border-radius: 4px;
  background: rgba(8, 10, 12, 0.26);
  box-shadow: var(--shadow);
  color: var(--white);
  backdrop-filter: blur(5px);
}

.campaign-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.campaign-metric span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-metric strong {
  display: block;
  line-height: 1;
}

.raised-value {
  color: var(--ochre);
  font-size: clamp(2.3rem, 7vw, 3.35rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.goal-value {
  color: var(--white);
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 900;
  text-align: right;
}

.campaign-metric--goal {
  padding-top: 6px;
  text-align: right;
}

.progress {
  height: 10px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.34);
}

.progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ochre), var(--ochre-soft));
  transition: width 180ms ease;
}

.progress-text {
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.92rem;
  font-weight: 760;
}

.supporter-credits {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
}

.supporter-credits__label {
  margin: 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.supporter-credits__viewport {
  position: relative;
  height: 42px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 76%, transparent 100%);
}

.supporter-credits__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: supporter-roll var(--supporter-roll-duration, 18s) linear infinite;
}

.supporter-credits__list li {
  color: rgba(255, 250, 240, 0.92);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.supporter-credits__list:empty::before {
  content: "Aguardando apoiadores";
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes supporter-roll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-self: start;
  margin-top: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button:focus-visible,
.scroll-cue:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.button--primary {
  background: var(--ochre);
  color: #11110f;
}

.button--primary:hover {
  background: var(--ochre-soft);
}

.button--secondary {
  border-color: currentColor;
  background: rgba(255, 250, 240, 0.08);
  color: inherit;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 42px;
  padding: 6px 0;
  color: rgba(255, 250, 240, 0.88);
  text-decoration: none;
  transform: translateX(-50%);
}

.scroll-cue__mouse {
  position: relative;
  width: 22px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: rgba(15, 14, 12, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.scroll-cue__dot {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
  animation: scroll-dot 1.8s ease-in-out infinite;
}

.scroll-cue__arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.78;
  transform: rotate(45deg);
  animation: scroll-arrow 1.8s ease-in-out infinite;
}

@keyframes scroll-dot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  35% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
    transform: translate(-50%, 11px);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 11px);
  }
}

@keyframes scroll-arrow {
  0%,
  100% {
    opacity: 0.38;
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 0.86;
    transform: translateY(4px) rotate(45deg);
  }
}

.page-layout {
  width: 100%;
  margin: 0;
}

.page-layout main {
  min-width: 0;
  overflow: hidden;
  background: var(--paper-light);
}

.section {
  position: relative;
  padding: 110px 0;
}

.page-layout main .container {
  width: min(1060px, calc(100% - 64px));
  margin-inline: auto;
}

.manifesto-transparency-section .container,
.director-section .container,
.memory-section .container,
.final-cta-section .container {
  width: min(1200px, calc(100% - 64px));
}

.copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.copy strong {
  color: var(--ink);
}

.about-section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 108px 0 116px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 7, 9, 0.7) 0%, rgba(8, 9, 11, 0.5) 46%, rgba(3, 4, 5, 0.76) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.62) 100%),
    url("https://peregrinosdafe.com/wp-content/uploads/2026/06/1-scaled.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.about-section__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(380px, 520px);
  align-items: end;
  column-gap: clamp(80px, 8vw, 128px);
}

.about-section__title {
  width: 100%;
  max-width: 500px;
  min-width: 0;
}

.about-section .eyebrow {
  color: var(--ochre-hot);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.65);
}

.about-section h2 {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(3.1rem, 4.35vw, 4.55rem);
  line-height: 0.98;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.58);
  overflow-wrap: normal;
}

.about-section__copy {
  max-width: 520px;
  color: rgba(255, 250, 240, 0.9);
  font-size: 0.98rem;
  line-height: 1.6;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.68);
}

.about-section__copy strong {
  color: var(--white);
}

.about-section__copy p:last-child {
  margin-bottom: 0;
}

.scroll-cue--section {
  color: rgba(255, 250, 240, 0.9);
}

.route-section {
  background-color: #f5f1e8;
  color: var(--ink);
}

.route-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
  gap: 72px;
  align-items: center;
}

.route-section .eyebrow {
  color: var(--blue-strong);
}

.route-section h2 {
  max-width: 390px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 3.15rem;
  line-height: 0.98;
}

.route-copy p {
  max-width: 560px;
  color: #57534a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.route-copy strong {
  color: var(--ink);
}

.route-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  max-width: 620px;
  margin-top: 30px;
  color: #343128;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.8;
  text-transform: uppercase;
}

.route-cities span {
  width: 7px;
  height: 7px;
  margin-top: 0.72em;
  border-radius: 50%;
  background: var(--blue-strong);
}

.route-map-photo {
  --parallax-y: 0px;
  margin: 0;
  transform: translate3d(0, var(--parallax-y), 0);
  transition: transform 120ms linear;
  will-change: transform;
}

.route-map-photo img {
  display: block;
  width: 100%;
  border: 1px solid rgba(23, 23, 20, 0.14);
  box-shadow: 0 28px 58px rgba(17, 17, 17, 0.16);
}

.manifesto-transparency-section {
  overflow: hidden;
  background-color: #f5f1e8;
  color: var(--ink);
}

.manifesto-transparency-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(48px, 7vw, 96px);
  margin-bottom: clamp(56px, 7vw, 86px);
}

.manifesto-heading {
  max-width: 520px;
}

.manifesto-heading .eyebrow {
  color: var(--blue);
}

.manifesto-heading h2 {
  max-width: 520px;
  color: var(--ink);
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  line-height: 0.98;
}

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

.manifesto-copy p {
  margin-bottom: 0;
  color: #3f3c35;
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  font-weight: 760;
  line-height: 1.64;
}

.transparency-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.transparency-heading h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0;
}

.cost-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  margin: 0;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}

.cost-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 28px;
  padding: clamp(22px, 2.6vw, 34px) 0 0;
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  transition: transform 220ms ease, border-color 220ms ease;
}

.cost-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 165, 44, 0.42);
}

.cost-number {
  display: block;
  color: #f4a52c;
  font-family: Impact, "Arial Black", "Helvetica Neue Condensed Black", "Arial Narrow", sans-serif;
  font-size: clamp(4.8rem, 7vw, 6.8rem);
  line-height: 0.8;
}

.cost-card p {
  margin-bottom: 0;
  color: #24231f;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.28;
}

.director-section {
  min-height: auto;
  display: grid;
  align-items: center;
  padding: clamp(64px, 7vw, 96px) 0;
  background-color: #111111;
  color: var(--white);
}

.director-grid {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: block;
}

.director-panel {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(460px, 620px);
  justify-content: center;
  column-gap: clamp(76px, 8vw, 128px);
  row-gap: 18px;
  align-items: start;
  padding: 0;
}

.director-heading {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  width: 100%;
  margin-top: 8px;
}

.director-heading .eyebrow,
.memory-section .eyebrow {
  color: var(--ochre-hot);
}

.director-heading h2 {
  color: var(--white);
  font-size: clamp(3.3rem, 5.625vw, 5.4rem);
  line-height: 0.96;
  margin-bottom: 0;
}

.memory-section h2 {
  color: var(--white);
  font-size: 4.8rem;
  line-height: 0.96;
}

.director-photo {
  width: min(100%, 430px);
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: var(--charcoal);
  line-height: 0;
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-self: end;
}

.director-photo img {
  display: block;
  width: calc(100% + 2px);
  max-width: none;
  margin: -1px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  box-shadow: none;
}

.director-bio {
  max-width: 620px;
  margin-top: 0;
  padding: 0;
  border: 0;
  color: rgba(255, 250, 240, 0.84);
  font-size: 1.03rem;
  line-height: 1.65;
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
}

.director-bio strong {
  color: var(--white);
}

.director-name {
  margin-bottom: 12px;
  color: #f4a52c;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.memory-section {
  background-color: #f5f1e8;
  color: var(--ink);
}

.memory-section .eyebrow {
  color: var(--blue);
}

.memory-section__header {
  max-width: 1200px;
  margin-bottom: 34px;
}

.memory-section h2 {
  color: var(--ink);
}

.memory-wall {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.memory-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f5f1e8;
  line-height: 0;
}

.memory-item img {
  display: block;
  width: calc(100% + 2px);
  max-width: none;
  margin: -1px;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: #f5f1e8;
  transition: transform 520ms ease, filter 520ms ease;
}

.memory-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.05);
}

.final-cta-section {
  overflow: hidden;
  padding: clamp(84px, 9vw, 130px) 0;
  background-color: #1a1a1a;
  color: var(--white);
}

.final-cta__content {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.final-cta-section h2 {
  max-width: 960px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(3.2rem, 6.7vw, 6.65rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.final-cta-section p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
  font-weight: 800;
  line-height: 1.42;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.final-cta__button {
  min-height: 48px;
  border-radius: 0;
}

.final-cta__button--primary {
  border-color: #f4a52c;
  background: #f4a52c;
  color: #10100f;
}

.final-cta__button--primary:hover {
  background: var(--ochre-soft);
  border-color: var(--ochre-soft);
}

.final-cta__button--secondary {
  border-color: rgba(255, 250, 240, 0.9);
  background: transparent;
  color: var(--white);
}

.final-cta__button--secondary:hover {
  border-color: #f4a52c;
  color: #f4a52c;
}

.support-panel {
  max-height: none;
  overflow: visible;
  border: 1px solid rgba(23, 23, 20, 0.16);
  border-radius: 4px;
  background: rgba(248, 245, 236, 0.96);
  color: var(--ink);
  box-shadow: none;
}

.support-panel__heading {
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.14);
  background: rgba(248, 245, 236, 0.97);
}

.support-panel .eyebrow {
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 0.7rem;
}

.support-panel h2 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 2rem;
}

.support-panel__heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.support-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.support-card {
  display: grid;
  min-height: 174px;
  padding: 16px;
  border: 1px solid rgba(23, 23, 20, 0.12);
  border-radius: 0;
  background: #fffdf4;
  box-shadow: none;
}

.support-card h3 {
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 0.98rem;
  line-height: 1.1;
}

.support-card p {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.support-card .price {
  margin-bottom: 10px;
  color: var(--clay);
  font-family: Impact, "Arial Black", "Helvetica Neue Condensed Black", "Arial Narrow", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.support-card .button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 10px 14px;
  font-size: 0.78rem;
}

.support-card--free {
  border-color: rgba(6, 61, 143, 0.22);
  background: #fff7dc;
}

.footer {
  padding: 28px 0 34px;
  background: var(--charcoal);
  color: var(--white);
}

.footer .container {
  width: min(1320px, calc(100% - 36px));
}

.footer p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

@media (min-width: 1021px) {
  .page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sidebar-width);
    align-items: start;
  }

  .support-panel {
    position: sticky;
    top: 0;
    z-index: 5;
    width: var(--sidebar-width);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 1180px) {
  .about-section h2 {
    font-size: 4.15rem;
  }

  .about-section__grid,
  .route-grid,
  .director-panel {
    column-gap: 56px;
  }

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

@media (max-width: 1020px) {
  .page-layout {
    display: flex;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 36px 0 56px;
  }

  .hero__main {
    max-width: 760px;
  }

  .support-panel {
    order: -1;
    width: min(100% - 28px, 760px);
    margin: 18px auto 0;
    max-height: none;
    overflow: visible;
    border-radius: 4px;
  }

  .support-panel__heading {
    position: static;
  }

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

  .scroll-cue {
    display: none;
  }

  .about-section .scroll-cue--section {
    display: grid;
  }
}

@media (max-width: 900px) {
  h2,
  .manifesto-heading h2,
  .route-section h2,
  .director-heading h2,
  .memory-section h2 {
    font-size: 3.1rem;
  }

  .section {
    padding: 84px 0;
  }

  .page-layout main .container {
    width: calc(100% - 36px);
  }

  .about-section {
    min-height: auto;
    padding: 92px 0 108px;
  }

  .about-section__grid,
  .manifesto-transparency-grid,
  .route-grid,
  .director-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-section__title {
    max-width: 100%;
    min-width: 0;
  }

  .about-section h2 {
    max-width: 360px;
    font-size: 3rem;
  }

  .about-section__copy {
    max-width: 620px;
  }

  .route-map-photo {
    transform: none;
  }

  .manifesto-copy p {
    font-size: 1.08rem;
  }

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

  .director-panel {
    align-items: start;
  }

  .director-heading {
    grid-column: auto;
    grid-row: auto;
  }

  .director-photo {
    max-width: 420px;
    grid-column: auto;
    grid-row: auto;
  }

  .director-bio {
    max-width: 620px;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .hero__content {
    width: calc(100% - 28px);
    padding: 28px 0 52px;
  }

  .hero-brand {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
    transform: none;
  }

  .hero-brand h1 {
    white-space: normal;
    font-size: clamp(3rem, 16vw, 4.25rem);
  }

  .hero-brand__divider {
    display: none;
  }

  .hero-brand__descriptor {
    width: auto;
    max-width: 100%;
    font-size: 1.04rem;
  }

  .hero-brand__descriptor span {
    white-space: normal;
  }

  .campaign-card {
    padding: 16px;
  }

  .campaign-card__top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .campaign-metric--goal,
  .goal-value {
    text-align: left;
  }

  .supporter-credits__viewport {
    height: 38px;
  }

  .button {
    width: 100%;
  }

  .support-list,
  .cost-grid,
  .memory-wall {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .page-layout main .container {
    width: calc(100% - 28px);
  }

  .about-section {
    padding: 78px 0 96px;
  }

  .about-section h2 {
    max-width: 290px;
    font-size: 2.45rem;
  }

  .about-section__copy,
  .route-copy p,
  .director-bio {
    font-size: 1rem;
    line-height: 1.58;
  }

  .director-section {
    padding: 76px 0;
  }

  .director-panel {
    row-gap: 26px;
  }

  .director-heading h2 {
    font-size: 2.5rem;
  }

  .route-cities {
    display: block;
    font-size: 0.82rem;
  }

  .route-cities span {
    display: inline-block;
    margin: 0 7px 0.12em;
  }

  .manifesto-copy p {
    font-size: 1rem;
  }

  .cost-card {
    min-height: 190px;
  }

  .cost-number {
    font-size: 4.4rem;
  }

  .final-cta-section {
    padding: 72px 0;
  }

  .final-cta-section h2 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
    line-height: 0.98;
  }

  .final-cta-section p {
    font-size: 1rem;
    line-height: 1.48;
  }

  .final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .memory-item img {
    min-height: 0;
  }
}

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

  .route-map-photo {
    transform: none !important;
  }
}

.pix-payment-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.76) 0%, rgba(7, 8, 9, 0.56) 46%, rgba(6, 7, 8, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, 0.18) 0%, rgba(6, 7, 8, 0.72) 100%),
    url("https://peregrinosdafe.com/wp-content/uploads/2026/06/1-scaled.png");
  background-color: #111111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5f1e8;
}

.pix-payment-page__main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 64px);
}

.pix-payment-flow {
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: clamp(22px, 3vw, 34px);
  color: #f5f1e8;
  text-align: center;
}

.pix-payment-flow__header {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.pix-payment-flow__brand {
  margin: 0;
  color: rgba(245, 241, 232, 0.86);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}

.pix-payment-flow h1 {
  margin: 0;
  color: #f5f1e8;
  font-size: clamp(3.1rem, 8vw, 5.9rem);
  line-height: 0.92;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}

.pix-payment-flow__value {
  margin: 0;
  color: #f4a52c;
  font-size: clamp(3rem, 8vw, 5.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.62);
}

.pix-payment-flow__qr {
  display: grid;
  place-items: center;
}

.pix-payment-flow__qr img {
  display: block;
  width: 220px;
  height: 220px;
  padding: 10px;
  border: 1px solid rgba(245, 241, 232, 0.36);
  border-radius: 0;
  background: #f5f1e8;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  object-fit: contain;
}

.pix-copy-box {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0;
}

.pix-copy-box p {
  min-height: 52px;
  margin: 0;
  padding: 14px 14px;
  border: 1px solid rgba(245, 241, 232, 0.22);
  background: rgba(7, 8, 9, 0.52);
  color: rgba(245, 241, 232, 0.92);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  user-select: all;
}

.pix-copy-button {
  min-height: 52px;
  padding: 13px 18px;
  border: 2px solid #f4a52c;
  border-radius: 0;
  background: #f4a52c;
  color: #111111;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.pix-copy-button:hover {
  transform: translateY(-2px);
  background: #ffd27a;
  border-color: #ffd27a;
}

.pix-copy-button:focus-visible,
.pix-payment-flow__back:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.pix-payment-flow__instructions {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(680px, 100%);
  margin: 0;
}

.pix-payment-flow__instructions p {
  margin: 0;
  color: rgba(245, 241, 232, 0.9);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.52;
}

.pix-instruction-thanks {
  max-width: 560px;
  color: #f5f1e8;
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.pix-instruction-list {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.pix-instruction-list p {
  color: rgba(245, 241, 232, 0.92);
}

.pix-payment-flow__instructions strong {
  color: #f4a52c;
}

.pix-payment-flow__instructions a {
  color: #f4a52c;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pix-payment-flow__instructions a:hover {
  color: #ffd27a;
}

.pix-instruction-note {
  max-width: 620px;
  color: rgba(245, 241, 232, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.pix-payment-flow__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid rgba(245, 241, 232, 0.82);
  border-radius: 0;
  background: transparent;
  color: #f5f1e8;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pix-payment-flow__back:hover {
  transform: translateY(-2px);
  border-color: #f4a52c;
  color: #f4a52c;
}

@media (max-width: 640px) {
  .pix-payment-page__main {
    padding: 18px;
  }

  .pix-payment-flow {
    gap: 20px;
    padding: 18px 0;
  }

  .pix-payment-flow h1 {
    font-size: clamp(2.45rem, 14vw, 3.45rem);
  }

  .pix-payment-flow__value {
    font-size: clamp(2.8rem, 16vw, 4rem);
  }

  .pix-payment-flow__qr img {
    width: min(220px, 68vw);
    height: min(220px, 68vw);
  }

  .pix-copy-box {
    grid-template-columns: 1fr;
  }

  .pix-copy-button,
  .pix-payment-flow__back {
    width: 100%;
  }

  .pix-payment-flow__instructions {
    gap: 16px;
  }

  .pix-instruction-thanks {
    font-size: 1.02rem;
  }

  .pix-instruction-note {
    font-size: 0.86rem;
  }
}
