@font-face {
  font-family: "Passion One";
  src: url("./assets/fonts/passion-one-black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Passion One";
  src: url("./assets/fonts/passion-one-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Passion One";
  src: url("./assets/fonts/passion-one-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
:root {
  --wine: #5c1333;
  --pink: #da8cab;
  --mauve: #926176;
  --gray: #656967;
  --white: #fff;
  --blush: #fbf4f6;
  --ink: #141214;
  --display: "Passion One", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --pad: clamp(24px, 4.5vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--blush);
  color: var(--ink);
  font: 16px/1.6 var(--body);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(54px, 6.4vw, 100px);
}
p + p {
  margin-top: 18px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 6px;
}
::selection {
  background: var(--wine);
  color: white;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -70px;
  left: 20px;
  padding: 12px 20px;
  background: white;
}
.skip-link:focus {
  top: 14px;
}
.header {
  height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 0 var(--pad);
  background: var(--ink);
  color: white;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #ffffff25;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
  justify-self: start;
}
.wordmark {
  display: block;
  align-self: flex-start;
}
.brand-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  position: relative;
  top: 8px;
}
.brand-edition {
  font-family: var(--display);
  font-weight: 400;
  border-left: 1px solid #ffffffa0;
  padding-left: 23px;
  line-height: 1.05;
}
.brand-edition span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.brand-edition strong {
  font-size: 32px;
  font-weight: 400;
  color: var(--pink);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  font-size: 24px;
  white-space: nowrap;
}
.desktop-nav,
.mobile-nav,
.header-cta {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.desktop-nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.desktop-nav a:hover {
  border-color: var(--pink);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-height: 54px;
  padding: 13px 30px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font: 24px/1 Arial;
  font-weight: 400;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: var(--wine);
}
.button-pink,
.button-light {
  background: var(--pink);
  color: var(--ink);
}
.button-pink:hover,
.button-light:hover {
  background: #efb1cc;
}
.header-cta {
  background: transparent;
  border-color: var(--pink);
  min-height: 46px;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 27px;
  justify-self: end;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  color: white;
  background: var(--ink);
  display: flex;
  align-items: center;
}
.hero-photo,
.route-teaser-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-photo img,
.route-teaser-photo img {
  width: 100%;
  height: 100%;
  object-position: 65% 50%;
}
.hero-photo img {
  object-position: 50% 65%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      #111012f5 0%,
      #111012e6 24%,
      #11101280 46%,
      #1110120a 73%
    ),
    linear-gradient(0deg, #14121455, transparent 45%);
}
.hero-copy {
  padding: 70px var(--pad) 45px;
  width: 64%;
  position: relative;
}
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.19em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow {
  color: var(--pink);
  margin-bottom: 12px;
  letter-spacing: 0.24em;
}
.hero-eyebrow img {
  width: 35px;
  height: 48px;
  object-fit: contain;
}
.hero h1 {
  font-size: clamp(85px, 8.7vw, 145px);
  line-height: 0.86;
  width: 137%;
  transform: scaleX(0.73);
  transform-origin: left;
  letter-spacing: -0.025em;
  margin-left: -3px;
}
.hero h1 > span {
  display: block;
  white-space: nowrap;
}
.hero h1 em {
  font-style: normal;
  color: var(--pink);
}
.pink-dash {
  width: 50px;
  height: 4px;
  background: var(--pink);
  margin: 24px 0 19px;
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.4;
  max-width: 380px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  justify-self: start;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}
.text-link span {
  font: 24px/1 Arial;
}
.hero-cause {
  font-size: 14px;
}
.hero-status {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.hero-date {
  position: absolute;
  right: var(--pad);
  top: 27px;
  border: 1.5px solid white;
  border-radius: 40px;
  padding: 6px 22px;
  font: 26px/1 var(--display);
  background: #14121435;
}
.handwritten {
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.hero-signature {
  position: absolute;
  right: var(--pad);
  bottom: 32px;
  font-size: 25px;
  transform: rotate(-10deg);
  text-align: center;
}
.hero-signature:after,
.route-handwritten:after {
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background: var(--pink);
  transform: rotate(-12deg);
  margin: 8px 0 0 auto;
}
.event-bar {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 1.4fr 0.7fr;
  padding: 28px var(--pad);
  gap: 32px;
  background: var(--blush);
}
.event-bar > div,
.event-bar > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  border-right: 1px solid #da8cab99;
  padding-right: 22px;
}
.event-bar > a {
  border: 0;
  padding: 0;
}
.event-bar strong {
  font: clamp(25px, 2.7vw, 42px)/1.06 var(--display);
  letter-spacing: -0.02em;
}
.event-bar span {
  font-size: 10px;
  letter-spacing: 0.25em;
  margin-top: 10px;
}
.section-pad {
  padding: 100px var(--pad);
}
.section-label {
  color: #a13260;
  margin-bottom: 24px;
  gap: 20px;
}
.section-label:after {
  content: "";
  height: 1px;
  width: 110px;
  background: var(--pink);
}
.intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: radial-gradient(ellipse at 70% 50%, #f4dfe8 0%, #fbf4f6 72%);
  padding-block: 65px;
}
.cause-copy {
  position: relative;
  z-index: 3;
  width: 51%;
  pointer-events: none;
}
.cause-copy a {
  pointer-events: auto;
}
.cause-copy h2 {
  font-size: clamp(65px, 7.5vw, 120px);
  line-height: 0.85;
  width: 120%;
  transform: scaleX(0.83);
  transform-origin: left;
}
.pink-period {
  color: #ae3464;
}
.cause-copy p {
  font-size: 21px;
  line-height: 1.4;
  max-width: 410px;
  margin: 22px 0;
}
.cause-copy .text-link {
  font-size: 13px;
}
.cause-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.cause-ribbon {
  --ribbon-size: min(36vw, 420px);
  position: absolute;
  width: var(--ribbon-size);
  height: auto;
  right: 4%;
  top: 50%;
  margin-top: calc(var(--ribbon-size) / -2);
  filter: drop-shadow(12px 18px 12px #5c133324);
}
.cause-ribbon img {
  width: 100%;
  height: auto;
  transform-origin: 50% 42%;
  animation: ribbon-sway 4.8s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.cause-trail {
  position: absolute;
  right: 19%;
  top: 49%;
  width: 44%;
  opacity: 0.8;
}
.cause-trail img {
  width: 100%;
  height: auto;
  transform-origin: right center;
  animation: satin-wave 6s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.is-in-view .cause-ribbon img,
.is-in-view .cause-trail img {
  animation-play-state: running;
}
@keyframes ribbon-sway {
  from {
    transform: translateY(-9px) rotate(-3deg);
  }
  to {
    transform: translateY(9px) rotate(3deg);
  }
}
@keyframes satin-wave {
  from {
    transform: translateY(-8px) rotate(-3deg) scaleY(0.94);
  }
  to {
    transform: translateY(8px) rotate(3deg) scaleY(1.06);
  }
}
.cause-handwritten {
  position: absolute;
  left: 48%;
  top: 31%;
  color: #a32f5c;
  font-size: 23px;
}
.amese-tag {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 26%;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.amese-tag span {
  font-size: 9px;
  letter-spacing: 0.16em;
}
.amese-tag strong {
  font-size: 21px;
  color: #ae3464;
  letter-spacing: 0.05em;
}
.amese-tag i {
  width: 35px;
  height: 3px;
  background: var(--pink);
  margin-top: 12px;
}
.community-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 35px;
  align-items: center;
  padding: 22px 24px 24px;
}
.community-photo {
  position: relative;
  aspect-ratio: 1.78;
  overflow: hidden;
  border-radius: 8px;
}
.community-photo img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.community-copy {
  padding: 20px 18px 20px 0;
}
.community-copy h2 {
  width: 125%;
  transform: scaleX(0.8);
  transform-origin: left;
  font-size: clamp(36px, 4.7vw, 76px);
  line-height: 0.93;
  letter-spacing: -0.035em;
}
.community-copy h2 span {
  color: #af3465;
}
.community-copy p {
  font-size: 21px;
  line-height: 1.4;
  margin: 22px 0 30px;
}
.community-copy .section-label:after {
  width: 65px;
}
.route-teaser {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 28px 48px;
  min-height: 560px;
  padding: 76px max(var(--pad), calc((100% - 1280px) / 2)) 48px;
  color: white;
  background: var(--ink);
}
.route-teaser:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #141214 12%, #141214e8 30%, #14121435 66%, #14121430),
    linear-gradient(0deg, #141214ed, transparent 45%);
}
.route-teaser-photo {
  left: auto;
  right: max(0px, calc((100% - 1600px) / 2));
  width: min(78%, 1280px);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 88%, transparent);
}
.route-teaser-photo img {
  object-position: center top;
}
.route-teaser h2 {
  grid-area: 1 / 1;
  font-size: clamp(64px, 6.5vw, 104px);
  line-height: 0.92;
}
.route-teaser h2 span {
  color: var(--pink);
}
.route-teaser > .button {
  grid-area: 2 / 1;
  justify-self: start;
  min-width: 230px;
}
.route-motto {
  grid-area: 3 / 1;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.13em;
  align-self: end;
  max-width: 750px;
}
.route-motto span {
  padding-inline: 6px;
}
.route-handwritten {
  grid-area: 3 / 2;
  align-self: end;
  font-size: 21px;
  text-align: center;
  justify-self: end;
  transform: rotate(-10deg);
}
.parallax-layer {
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0)
    rotate(var(--parallax-rotation, 0deg)) scale(var(--parallax-scale, 1));
  will-change: transform;
}
.outline-text {
  color: var(--mauve);
}
.footer {
  background: var(--ink);
  color: var(--pink);
  padding: 64px max(var(--pad), calc((100% - 1280px) / 2)) 28px;
  border-top: 3px solid var(--pink);
}
.footer-main {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 300px;
  align-items: center;
  gap: 48px;
}
.footer-brand {
  display: block;
  width: 160px;
}
.footer-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-manifesto {
  font-family: var(--display);
  font-size: clamp(36px, 3.4vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  color: white;
}
.footer-manifesto > span { color: var(--pink); }
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid #da8cab66;
  border-radius: 16px;
  background: #da8cab08;
  transition: background .2s, border-color .2s;
}
.footer-social:hover { background: #5c133366; border-color: var(--pink); }
.footer-social-label { font-size: 10px; letter-spacing: .14em; color: #e0bfcd; }
.footer-social-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 400 38px/1 var(--display); color: white; }
.footer-social-title > span { font: 28px/1 var(--body); color: var(--pink); }
.footer-social-handle { font-size: 14px; color: var(--pink); overflow-wrap: anywhere; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #da8cab33;
  margin-top: 44px;
  padding-top: 20px;
  font-size: 13px;
  color: #dcc4ce;
}
.footer-bottom a { padding: 8px 0; }
.footer-bottom a:hover { color: white; }
.footer-bottom a > span { margin-left: 8px; color: var(--pink); }
.footer-credit { line-height: 1.8; }
.footer-credit a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
@media (min-width: 761px) and (max-width: 1100px) {
  .footer-main { grid-template-columns: 112px minmax(0, 1fr) 244px; gap: 28px; }
  .footer-brand { width: 112px; }
  .footer-social { padding: 20px; }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 820px;
  }
  .hero-copy {
    padding-top: 90px;
  }
}
@media (max-width: 1100px) {
  .brand-lockup {
    gap: 15px;
  }
  .brand-edition {
    padding-left: 15px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .header {
    gap: 22px;
  }
  .hero {
    min-height: 640px;
  }
  .hero-copy {
    width: 73%;
    padding-top: 70px;
  }
  .hero h1 {
    font-size: 10vw;
  }
  .hero-copy > p {
    font-size: 19px;
    max-width: 330px;
  }
  .hero-actions {
    gap: 22px;
  }
  .event-bar {
    gap: 23px;
  }
  .community-intro {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 28px;
  }
  .community-copy p {
    font-size: 18px;
  }
  .community-copy .text-link {
    font-size: 14px;
  }
  .cause-handwritten {
    font-size: 19px;
    left: 48%;
    top: 34%;
  }
}
@media (max-width: 1000px) {
  .header {
    height: 88px;
    display: flex;
    justify-content: space-between;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .brand-logo {
    width: 100px;
    height: 100px;
    top: 7px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    background: none;
    border: 0;
    width: 46px;
    height: 46px;
    padding: 5px;
    color: white;
  }
  .menu-toggle span {
    width: 35px;
    height: 2px;
    background: currentColor;
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    top: 88px;
    inset-inline: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 26px;
    padding: 22px var(--pad);
    background: var(--ink);
    box-shadow: 0 15px 25px #0004;
    border-bottom: 1px solid var(--pink);
  }
  .mobile-nav a {
    padding: 13px 0;
  }
  .cause-copy p {
    font-size: 18px;
  }
  .intro {
    min-height: 440px;
    padding-block: 55px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .header {
    height: 80px;
  }
  .brand-logo {
    width: 88px;
    height: 88px;
    top: 6px;
  }
  .brand-lockup {
    gap: 15px;
  }
  .brand-edition {
    padding-left: 18px;
  }
  .brand-edition span {
    font-size: 14px;
  }
  .brand-edition strong {
    font-size: 30px;
  }
  .mobile-nav {
    top: 80px;
  }
  .hero {
    min-height: 640px;
    align-items: flex-start;
  }
  .hero-copy {
    padding: 55px var(--pad) 35px;
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(69px, 14.8vw, 112px);
    width: 135%;
    transform: scaleX(0.74);
    margin-top: 9px;
  }
  .hero-copy > p {
    font-size: 18px;
    max-width: 270px;
  }
  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 0.17em;
    gap: 7px;
    margin-bottom: 14px;
  }
  .hero-eyebrow img {
    width: 28px;
    height: 40px;
  }
  .hero-photo img {
    object-position: 70% 60%;
  }
  .hero:after {
    background:
      linear-gradient(90deg, #111012eb, #111012a1 40%, #11101226 85%),
      linear-gradient(0deg, #111012ba, transparent 50%);
  }
  .hero-date {
    right: var(--pad);
    top: 17px;
    font-size: 19px;
    padding: 6px 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-width: 245px;
    min-height: 51px;
  }
  .hero-cause {
    order: 2;
    margin-top: 30px;
    font-size: 16px;
  }
  .hero-status {
    position: absolute;
    bottom: 99px;
    font-size: 11px;
  }
  .hero-signature {
    font-size: 17px;
    right: 24px;
    bottom: 32px;
  }
  .hero-signature:after {
    width: 60px;
    height: 3px;
  }
  .pink-dash {
    margin: 19px 0 16px;
    width: 42px;
    height: 3px;
  }
  .event-bar {
    grid-template-columns: 1fr 1fr;
    padding: 23px var(--pad);
    gap: 19px 22px;
  }
  .event-bar > div,
  .event-bar > a {
    padding-right: 12px;
    justify-content: flex-start;
  }
  .event-bar > div:nth-child(2) {
    border: 0;
  }
  .event-bar > :nth-child(3),
  .event-bar > a {
    border-top: 1px solid #da8cab99;
    padding-top: 17px;
  }
  .event-bar strong {
    font-size: clamp(25px, 5.5vw, 35px);
    line-height: 1.05;
  }
  .event-bar > :nth-child(3) strong {
    font-size: clamp(20px, 4.5vw, 30px);
  }
  .event-bar span {
    font-size: 9px;
    margin-top: 9px;
    letter-spacing: 0.2em;
  }
  .section-pad {
    padding: 65px var(--pad);
  }
  .intro {
    min-height: 350px;
    padding: 38px var(--pad);
  }
  .cause-copy {
    width: 63%;
  }
  .cause-copy h2 {
    font-size: clamp(49px, 9.5vw, 74px);
    width: 125%;
    transform: scaleX(0.8);
  }
  .cause-copy p {
    font-size: 16px;
    margin: 17px 0;
    max-width: 275px;
  }
  .cause-copy .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .cause-copy .text-link span {
    font-size: 17px;
  }
  .section-label {
    font-size: 9px;
    gap: 15px;
    margin-bottom: 21px;
  }
  .section-label:after {
    width: 65px;
  }
  .cause-ribbon {
    --ribbon-size: min(44vw, 250px);
    right: -5%;
    top: 43%;
  }
  .cause-trail {
    width: 50%;
    right: -10%;
    top: 85%;
    opacity: 0.35;
  }
  .cause-handwritten {
    display: none;
  }
  .amese-tag {
    right: 3%;
    bottom: 12%;
    background: #fbf4f6dc;
    padding: 7px 9px;
  }
  .amese-tag span {
    font-size: 7px;
  }
  .amese-tag strong {
    font-size: 16px;
  }
  .amese-tag i {
    height: 2px;
    width: 25px;
    margin-top: 7px;
  }
  .community-intro {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px var(--pad) 35px;
    gap: 26px;
  }
  .community-photo {
    aspect-ratio: 1.75;
  }
  .community-copy {
    padding: 0;
  }
  .community-copy h2 {
    font-size: clamp(43px, 8.7vw, 66px);
  }
  .community-copy p {
    font-size: 19px;
    margin: 20px 0 24px;
  }
  .community-copy .text-link {
    font-size: 16px;
  }
  .community-copy .section-label {
    margin-bottom: 19px;
  }
  .route-teaser {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    min-height: 440px;
    padding: 45px var(--pad);
    gap: 26px;
  }
  .route-teaser-photo {
    inset: 0;
    width: 100%;
    mask-image: none;
  }
  .route-teaser:after {
    background: linear-gradient(90deg, #141214e8, #14121475), linear-gradient(0deg, #141214ed, transparent 65%);
  }
  .route-teaser h2 {
    font-size: clamp(65px, 13vw, 100px);
  }
  .route-teaser > .button {
    justify-self: start;
    min-width: 220px;
  }
  .route-motto {
    font-size: 8px;
    max-width: 260px;
    line-height: 1.8;
  }
  .route-motto span {
    padding-inline: 5px;
  }
  .route-handwritten {
    position: absolute;
    right: var(--pad);
    bottom: 37px;
    font-size: 17px;
    max-width: 130px;
  }
  .route-motto {
    max-width: 55%;
  }
  .footer {
    padding: 40px var(--pad) 20px;
  }
  .footer-main { grid-template-columns: 80px minmax(0, 1fr); gap: 28px 20px; }
  .footer-brand { width: 80px; }
  .footer-manifesto { font-size: clamp(27px, 6vw, 38px); }
  .footer-social { grid-column: 1 / -1; padding: 22px; }
  .footer-social-title { font-size: 36px; }
  .footer-bottom { margin-top: 28px; gap: 12px; font-size: 12px; flex-wrap: wrap; }
  .footer-credit { order: 1; flex-basis: 100%; }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 62px;
  }
  .hero-copy > p {
    font-size: 16px;
    max-width: 230px;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero-signature {
    display: none;
  }
  .hero-actions .button {
    min-width: 225px;
  }
  .cause-copy {
    width: 60%;
  }
  .cause-copy h2 {
    font-size: 45px;
  }
  .cause-copy p {
    font-size: 14px;
    max-width: 190px;
  }
  .intro {
    min-height: 345px;
  }
  .community-copy h2 {
    font-size: 38px;
  }
  .event-bar {
    gap: 18px;
  }
  .event-bar strong {
    font-size: 25px;
  }
  .event-bar > :nth-child(3) strong {
    font-size: 21px;
  }
  .brand-edition strong {
    font-size: 28px;
  }
}

.purpose {
  background: var(--ink);
  color: var(--pink);
  padding: 64px max(var(--pad), calc((100% - 1280px) / 2)) 40px;
}
.purpose-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 64px;
  align-items: center;
}
.purpose-heading .eyebrow {
  grid-column: 1/-1;
}
.purpose-heading p {
  color: #fff;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.2;
  max-width: 100%;
}
.purpose-heading h2 {
  font-size: clamp(58px, 5vw, 88px);
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 36px;
  align-items: start;
}
.story-visual {
  position: sticky;
  top: 130px;
  height: clamp(360px, 56vh, 500px);
  padding-bottom: 54px;
}
.story-images {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--mauve);
}
.story-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 1s ease;
  transform: scale(1.04);
}
.story-image.is-active {
  opacity: 1;
  transform: scale(1);
}
.story-image[data-story-image="1"] {
  object-fit: contain;
  object-position: center;
  background: var(--ink);
  transform: none;
  transition: opacity 0.65s ease;
}
.story-image:first-child {
  object-position: 65% 50%;
}
.story-image:last-child {
  object-position: 55% 50%;
}
.story-progress {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding-top: 17px;
}
.story-progress > span {
  color: #d3a8bb;
  transition: color 0.3s;
}
.story-progress > span.is-active {
  color: var(--white);
}
.story-progress > span > span {
  font-size: 9px;
  margin-left: 5px;
}
.story-track {
  height: 2px;
  background: #da8cab38;
  margin-top: 10px;
}
.story-track > div {
  height: 100%;
  width: 100%;
  background: var(--pink);
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left;
}
.story-chapter {
  min-height: clamp(420px, 56vh, 540px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 64px;
}
.chapter-number {
  font: 65px/1 var(--display);
  color: #dba9be;
  margin-bottom: 18px;
}
.story-chapter h3 {
  font-size: clamp(36px, 4vw, 62px);
  color: var(--white);
  margin-bottom: 27px;
}
.chapter-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  border-top: 1px solid #da8cab60;
  padding-top: 22px;
  margin-bottom: 12px;
}
.story-chapter p {
  font-size: 18px;
  color: #f0cbdc;
  max-width: 480px;
  line-height: 1.7;
}
.story-chapter .text-link {
  margin-top: 22px;
  border-color: #da8cab60;
  align-self: start;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}
.section-heading .eyebrow {
  margin-bottom: 25px;
}
.section-aside {
  max-width: 300px;
  padding-bottom: 6px;
}
.section-aside p {
  font-size: 14px;
  color: var(--gray);
}
.gallery-controls {
  display: flex;
  gap: 10px;
  margin-top: 23px;
}
.gallery-controls[hidden] {
  display: none;
}
.gallery-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid #5c13334d;
  background: transparent;
  color: var(--wine);
  border-radius: 50%;
  font-size: 23px;
  transition:
    background 0.2s,
    color 0.2s;
}
.gallery-controls button:hover:enabled {
  background: var(--ink);
  color: var(--white);
}
.gallery-controls button:disabled {
  opacity: 0.3;
}
.gallery {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--mauve) #5c133313;
  overscroll-behavior-x: contain;
  margin: 45px calc(-1 * var(--pad)) 0;
  padding: 0 var(--pad) 22px;
  scroll-padding-inline: var(--pad);
}
.gallery-card {
  flex: 0 0 37%;
  margin: 0;
  scroll-snap-align: start;
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-position: center;
  height: auto;
  filter: saturate(0.9);
}
.gallery-card:nth-child(2) {
  padding-top: 48px;
}
.gallery-card:nth-child(4) {
  padding-top: 48px;
}
.gallery-card figcaption {
  padding: 17px 0 0;
}
.gallery-card figcaption span {
  font-size: 10px;
  letter-spacing: 0.11em;
  display: block;
  color: var(--gray);
  margin-bottom: 5px;
}
.gallery-card figcaption strong {
  font-size: 16px;
  font-weight: 400;
}
.editions {
  border-top: 1px solid #5c13332d;
  margin-top: 65px;
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: center;
}
.editions h3 {
  font-size: 55px;
}
.editions p {
  color: var(--gray);
  max-width: 400px;
  font-size: 16px;
}
.editions-mark {
  font: 90px/1 Arial;
  color: var(--mauve);
}
.support {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 12%;
}
.support > .eyebrow {
  grid-column: 1/-1;
}
.support-copy h2 {
  font-size: clamp(55px, 5.9vw, 94px);
  margin-bottom: 30px;
}
.support-copy h2 span {
  color: var(--mauve);
}
.support-copy p {
  color: var(--gray);
  font-size: 16px;
  max-width: 510px;
}
.support-copy .text-link {
  margin-top: 28px;
}
.support-note {
  background: var(--pink);
  padding: 40px;
  align-self: center;
  transform: rotate(3deg);
  max-width: 470px;
  box-shadow: 10px 10px 0 #5c13330b;
}
.support-symbol {
  font: 70px/1 Arial;
}
.support-note p {
  font: clamp(31px, 3.1vw, 48px)/1.05 var(--display);
  margin: 40px 0;
}
.support-note p em {
  font-style: normal;
  color: var(--white);
}
.support-note > span:last-child {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.participation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: center;
}
.participation-photo {
  position: relative;
  transform: rotate(-2deg);
  margin: 10px;
}
.participation-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.participation-photo > span {
  position: absolute;
  bottom: 25px;
  left: -20px;
  background: var(--pink);
  padding: 12px 24px;
  font: 30px/1.2 var(--display);
  transform: rotate(4deg);
}
.participation-copy > .eyebrow {
  margin-bottom: 25px;
}
.participation-copy h2 {
  font-size: clamp(48px, 5.4vw, 84px);
}
.purpose-list {
  list-style: none;
  padding: 0;
  margin: 27px 0 20px;
}
.purpose-list li {
  padding: 11px 0;
  border-bottom: 1px solid #5c133323;
  font-size: 15px;
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.purpose-list li span {
  font-size: 20px;
}
.small-note {
  font-size: 13px;
  color: var(--gray);
  max-width: 420px;
}
.participation-copy .button {
  margin-top: 27px;
}
.route {
  background: var(--ink);
  color: var(--pink);
}
.event-date {
  display: flex;
  gap: 20px;
  align-items: center;
  border-left: 1px solid #da8cab80;
  padding-left: 40px;
  margin-right: 6%;
}
.route-register { margin-top: 28px; min-height: 52px; }
@media (max-width: 760px) {
  .route-register { width: 100%; justify-content: center; margin-top: 24px; }
}
.event-date > strong {
  font: 150px/0.8 var(--display);
  font-weight: 400;
}
.event-date > span {
  font: 30px/1.1 var(--display);
}
.route-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  margin-top: 70px;
}
.route-stops {
  padding: 0;
}
.route-stop {
  position: relative;
  display: flex;
  gap: 27px;
  padding-bottom: 40px;
}
.route-stop:not(:last-child):after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 17px;
  border-left: 1px dashed #da8cab80;
}
.stop-dot {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--pink);
  display: grid;
  place-items: center;
  font-size: 11px;
  position: relative;
  z-index: 1;
  background: var(--ink);
}
.route-stop:last-child .stop-dot {
  background: var(--pink);
  color: var(--wine);
}
.stop-label {
  font-size: 10px;
  letter-spacing: 0.09em;
}
.route-stop h3 {
  font-size: 36px;
  color: var(--white);
  margin: 12px 0;
}
.route-stop p {
  max-width: 320px;
  font-size: 14px;
  color: #e8c4d3;
}
.route-story img {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}
.route-story p {
  font-size: 16px;
  color: #f0cbdc;
  max-width: 500px;
}
.route-story p + p {
  font-size: 14px;
  opacity: 0.9;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10%;
  background: var(--white);
}
.faq .eyebrow {
  margin-bottom: 25px;
}
.faq h2 {
  font-size: clamp(48px, 5.2vw, 82px);
}
.faq-list {
  border-top: 1px solid #5c13332e;
}
.faq details {
  border-bottom: 1px solid #5c13332e;
  padding: 21px 0;
}
.faq summary {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 25px;
  font-weight: 400;
  transition: transform 0.25s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 14px;
  color: var(--gray);
  padding: 18px 30px 4px 0;
  line-height: 1.7;
}
.inline-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--wine);
}
.closing {
  background: var(--pink);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing > .eyebrow {
  justify-content: center;
  margin-bottom: 34px;
}
.closing h2 {
  font-size: clamp(75px, 10vw, 160px);
  line-height: 0.87;
}
.closing h2 > span {
  color: var(--white);
}
.closing > p {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.8;
  margin: 28px auto;
}
.registration-status {
  padding-top: 14px;
}
.status-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  border: 1px solid #5c133340;
  display: inline-block;
  padding: 7px 15px;
}
.registration-status p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 22px;
}
.registration-live {
  margin-top: 20px;
}
.registration-live[hidden],
.registration-status[hidden] {
  display: none;
}
.closing-baseline {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #5c133340;
  padding-top: 22px;
  margin-top: 65px;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.page-progress {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pink);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left;
  pointer-events: none;
}
.reveal {
  transition:
    opacity 0.7s ease,
    translate 0.7s ease;
}
.reveal.is-pending {
  opacity: 0;
  translate: 0 24px;
}
.reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (max-width: 1050px) {
  .story-layout {
    gap: 7%;
  }
  .story-progress > span > span {
    display: none;
  }
  .story-chapter h3 {
    font-size: 42px;
  }
  .support {
    gap: 35px 7%;
  }
  .support-note {
    padding: 30px;
  }
  .participation {
    gap: 7%;
  }
  .route-layout {
    gap: 7%;
  }
  .event-date > strong {
    font-size: 120px;
  }
  .gallery-card {
    flex-basis: 44%;
  }
}
@media (max-width: 760px) {
  .purpose-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .purpose-heading p {
    font-size: 26px;
  }
  .purpose-heading p br {
    display: none;
  }
  .purpose {
    padding: 48px var(--pad) 30px;
  }
  .story-layout {
    display: block;
    margin-top: 28px;
  }
  .story-visual {
    top: 80px;
    height: 36svh;
    min-height: 250px;
    max-height: 350px;
    z-index: 5;
    padding: 0 0 38px;
    background: var(--ink);
    margin-inline: calc(-1 * var(--pad));
  }
  .story-images {
    margin-inline: var(--pad);
  }
  .story-images:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 30px;
    background: linear-gradient(transparent, #5c13334d);
  }
  .story-image:first-child {
    object-position: 50% 38%;
  }
  .story-progress {
    padding: 8px var(--pad) 0;
    line-height: 1;
  }
  .story-progress > span > span {
    display: inline;
    font-size: 8px;
  }
  .story-track {
    margin: 7px var(--pad) 0;
  }
  .story-chapter {
    min-height: 62svh;
    padding: 35px 0 60px;
    justify-content: center;
  }
  .chapter-number {
    font-size: 46px;
    margin-bottom: 13px;
  }
  .story-chapter h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .chapter-label {
    padding-top: 16px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .story-chapter p {
    font-size: 15px;
    line-height: 1.7;
  }
  .section-heading {
    display: block;
  }
  .section-aside {
    margin-top: 23px;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .section-aside p {
    font-size: 13px;
  }
  .gallery-controls {
    margin-top: 0;
    gap: 8px;
    flex-shrink: 0;
  }
  .gallery-controls button {
    width: 40px;
    height: 40px;
  }
  .community h2 {
    font-size: clamp(49px, 9vw, 65px);
  }
  .gallery {
    margin-top: 30px;
    gap: 18px;
  }
  .gallery-card {
    flex-basis: 84%;
  }
  .gallery-card:nth-child(2),
  .gallery-card:nth-child(4) {
    padding-top: 0;
  }
  .gallery-card figcaption strong {
    font-size: 15px;
  }
  .editions {
    margin-top: 35px;
    padding-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .editions h3 {
    font-size: 45px;
  }
  .editions p {
    font-size: 15px;
  }
  .editions-mark {
    display: none;
  }
  .support {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .support-copy h2 {
    font-size: 64px;
  }
  .support-copy p {
    font-size: 15px;
  }
  .support-note {
    margin: 20px 8px 0;
    padding: 30px;
    max-width: none;
  }
  .support-note p {
    font-size: 45px;
    margin: 25px 0;
  }
  .support-symbol {
    font-size: 50px;
  }
  .participation {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .participation-photo {
    margin: 0 5px;
  }
  .participation-photo > span {
    left: -14px;
    bottom: 20px;
    font-size: 26px;
    padding: 10px 18px;
  }
  .participation-copy h2 {
    font-size: 61px;
  }
  .participation-copy > .eyebrow {
    font-size: 10px;
  }
  .purpose-list li {
    font-size: 14px;
  }
  .route .section-heading {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .route h2 {
    font-size: 51px;
  }
  .route .eyebrow {
    font-size: 10px;
    margin-bottom: 19px;
  }
  .event-date {
    padding-left: 16px;
    margin: 25px 0 0;
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }
  .event-date > strong {
    font-size: 79px;
  }
  .event-date > span {
    font-size: 20px;
  }
  .route-layout {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 20px;
  }
  .route-stop {
    gap: 20px;
    padding-bottom: 30px;
  }
  .route-stop h3 {
    font-size: 31px;
  }
  .stop-label {
    font-size: 9px;
  }
  .route-story img {
    height: 240px;
  }
  .route-story p {
    font-size: 15px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq h2 {
    font-size: 56px;
  }
  .faq summary {
    font-size: 15px;
  }
  .faq details {
    padding: 18px 0;
  }
  .faq details p {
    padding-right: 8px;
  }
  .closing > .eyebrow {
    font-size: 9px;
    letter-spacing: 0.09em;
    margin-bottom: 28px;
  }
  .closing h2 {
    font-size: clamp(67px, 13.5vw, 102px);
  }
  .closing > p {
    font-size: 15px;
  }
  .closing-baseline {
    gap: 20px;
    font-size: 8px;
    letter-spacing: 0.05em;
    margin-top: 45px;
  }
  .closing-baseline span:last-child {
    text-align: right;
  }
  .closing-baseline span:first-child {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
  .reveal.is-pending {
    opacity: 1;
    translate: none;
  }
  .story-image {
    transform: none;
  }
  .story-visual {
    position: relative;
    top: auto;
  }
  .story-chapter {
    min-height: 0;
    padding: 30px 0 50px;
  }
}

.community-voices {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  max-width: 760px;
}
.community-voices img {
  width: 160px;
  height: 110px;
}
.community-voices .eyebrow {
  font-size: 10px;
  margin-bottom: 9px;
}
.community-voices p {
  font-size: 15px;
  color: var(--gray);
}
@media (max-width: 760px) {
  .community-voices {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .community-voices img {
    width: 100%;
    height: 200px;
  }
  .community-voices p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .header {
    gap: 12px;
  }
  .header-cta {
    gap: 12px;
    padding-inline: 12px;
  }
  .support-copy h2 {
    font-size: 52px;
  }
  .support-note p {
    font-size: 38px;
  }
  .route-stop h3 {
    font-size: 26px;
  }
  .faq h2 {
    font-size: 44px;
  }
  .support,
  .route-layout,
  .faq,
  .participation {
    grid-template-columns: minmax(0, 1fr);
  }
  .route-stops,
  .route-story,
  .support-copy {
    min-width: 0;
  }
  .community h2 {
    font-size: 41px;
  }
  .participation-copy h2 {
    font-size: 48px;
  }
  .route .section-heading {
    gap: 12px;
  }
  .route h2 {
    font-size: 43px;
  }
  .event-date > strong {
    font-size: 65px;
  }
  .event-date > span {
    font-size: 17px;
  }
  .closing h2 {
    font-size: 59px;
  }
}

.support-note {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f2d9e4;
  transform: none;
  border-radius: 3px;
}
.support-note p,
.support-note > span {
  position: relative;
  z-index: 2;
}
.support-streamer {
  position: absolute;
  z-index: 1;
  right: -15%;
  top: 16%;
  width: 105%;
  height: auto;
  opacity: 0.7;
}
.support-note p em {
  color: var(--wine);
  font-style: normal;
}
.support-note p {
  margin-top: 75px;
}
.purpose {
  background: var(--ink);
}
.story-visual {
  background: var(--ink);
}
.route {
  background: var(--ink);
}
.closing h2 > span {
  color: var(--wine);
}
@media (prefers-reduced-motion: reduce) {
  .parallax-layer {
    transform: scale(var(--parallax-scale, 1));
    will-change: auto;
  }
}

/* Composiciones contenidas para pantallas de escritorio amplias. */
@media (min-width: 761px) {
  .support {
    padding: 64px max(var(--pad), calc((100% - 1280px) / 2));
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
    gap: 28px 56px;
    align-items: center;
  }
  .support-copy h2 {
    font-size: clamp(48px, 4.6vw, 76px);
    margin-bottom: 24px;
  }
  .support-copy p { max-width: 620px; font-size: 18px; line-height: 1.65; }
  .support-copy .text-link { margin-top: 20px; }
  .support-note { width: 100%; max-width: none; padding: 36px; box-shadow: none; }
  .support-note p { font-size: clamp(30px, 2.8vw, 44px); margin: 60px 0 32px; }
  .support-symbol { font-size: 56px; }
  .route-layout {
    max-width: 1280px;
    margin: 48px auto 0;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: start;
  }
  .route-stop { gap: 22px; padding-bottom: 28px; }
  .route-stop:last-child { padding-bottom: 0; }
  .route-stop h3 { font-size: clamp(30px, 2.6vw, 40px); margin: 10px 0; }
  .route-stop p { max-width: 460px; font-size: 17px; line-height: 1.6; }
  .stop-label { font-size: 11px; }
  .route-story img { height: auto; aspect-ratio: 1200 / 691; margin-bottom: 22px; }
  .route-story p { max-width: none; font-size: 18px; line-height: 1.65; }
  .route-story p + p { font-size: 16px; }
}
@media (min-width: 1000px) {
  .community-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px;
    max-width: 1280px;
    margin: 40px auto 0;
    padding-top: 32px;
    border-top: 1px solid #5c13332d;
    align-items: center;
  }
  .community-summary .community-voices {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    max-width: none;
  }
  .community-summary .community-voices img { width: 160px; height: 180px; }
  .community-summary .community-voices .eyebrow { font-size: 11px; line-height: 1.6; }
  .community-summary .community-voices p { font-size: 17px; line-height: 1.65; }
  .community-summary .editions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 20px;
    margin: 0;
    padding: 0 0 0 40px;
    border-top: 0;
    border-left: 1px solid #5c13332d;
  }
  .community-summary .editions h3 { font-size: 48px; }
  .community-summary .editions p { grid-column: 1 / -1; max-width: none; font-size: 17px; line-height: 1.65; }
  .community-summary .editions-mark { grid-column: 2; grid-row: 1; font-size: 56px; }
}
