@font-face {
  font-family: Barlow;
  src: url("assets/barlow.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: #231f20;
  background: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.campaign-lockup .campaign-artwork{width: 100% !important;}
.campaign-lockup{max-width: unset !important ;}
.hero-content.wrap{width:100% !important;max-width:unset !important;}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #962067;
  outline-offset: 4px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Barlow, "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  margin-bottom: 25px;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.1rem;
}
em {
  font-style: normal;
}
p {
  margin-bottom: 20px;
}
small,
.micro {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.wrap {
  max-width: 1264px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.section {
  padding-block: 94px;
}
.preview-note {
  background: #f4f4f4;
  text-align: center;
  font-size: 0.75rem;
  padding: 4px 16px;
  color: #625b5f;
}
header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 56px;
  gap: 28px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #eee;
}
.brand {
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand img {
  width: 86px;
  height: 70px;
  object-fit: contain;
}
.brand img.beats {
  width: 132px;
  height: 65px;
}
.brand > span {
  width: 1px;
  height: 40px;
  background: #ddd;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 0.875rem;
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 15px 24px;
  border: 0;
  background: #ec1d25;
  color: white;
  font-weight: 700;
  font-size: 0.9375rem;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #c2131b;
  transform: translateY(-2px);
}
.button.yellow {
  background: #fdb913;
  color: #231f20;
}
.button.yellow:hover {
  background: #ffc93e;
}
.button.white {
  background: #fff;
  color: #231f20;
}
.button.outline {
  background: transparent;
  border: 1px solid #231f20;
  color: #231f20;
}
.button.small {
  min-height: 46px;
  padding: 12px 20px;
}
.full {
  width: 100%;
}
.hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  background: #231f20;
  color: white;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(22, 17, 19, 0.93),
      rgba(22, 17, 19, 0.75) 33%,
      rgba(22, 17, 19, 0.12) 70%
    ),
    linear-gradient(0deg, rgba(15, 10, 10, 0.4), transparent 50%);
}
.hero-content {
  position: relative;
  padding-top: 54px;
  padding-bottom: 55px;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero .eyebrow {
  display: flex;
  gap: 32px;
  align-items: center;
}
.hero .eyebrow span {
  border: 1px solid #ffffff60;
  padding: 5px 10px;
  font-size: 0.6875rem;
}
h1 {
  font-size: clamp(5rem, 8.9vw, 8.5rem);
  margin: 22px 0 24px;
  line-height: 0.9;
  max-width: 710px;
}
.hero h1 em {
  color: #fdb913;
}
.hero p {
  color: #efebeb;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.hero-meta {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-top: 28px;
}
.hero-meta span {
  margin: 0 15px;
  color: #fdb913;
}
.hero-side {
  position: absolute;
  right: 24px;
  top: 45%;
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}
.cause-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 24px 40px;
  background: #f9f5f7;
  font-size: 0.875rem;
  border-bottom: 1px solid #ece4e8;
}
.cause-strip p {
  margin: 0;
}
.cause-strip a {
  margin-left: 44px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
  color: #962067;
}
.heart-symbol {
  font-size: 3rem;
  color: #962067;
  line-height: 1;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}
.section-head > p,
.section-head > div > p:not(.eyebrow) {
  font-size: 0.9375rem;
  color: #6e666b;
}
.section-head h2 {
  margin-bottom: 0;
}
.event-grid {
  display: grid;
  gap: 24px;
}
.event-card {
  padding: 34px 36px 22px;
  position: relative;
}
.circuit-card {
  background: #231f20;
  color: #fff;
}
.community-card {
  background: #f8f6f4;
  border: 1px solid #e9e3de;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tag {
  border: 1px solid #ffffff50;
  padding: 6px 9px;
}
.community-card .tag {
  border-color: #cfc7c0;
}
.event-card h3 {
  font-size: clamp(3.3rem, 4.8vw, 4.8rem);
  margin: 28px 0 18px;
  position: relative;
}
.card-arrow {
  position: absolute;
  right: 0;
  top: 8px;
  font-family: Arial;
  font-size: 3rem;
  font-weight: 400;
  color: #fdb913;
}
.community-card .card-arrow {
  color: #ec1d25;
}
.event-card > p {
  font-size: 0.9375rem;
}
.event-facts {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 15px;
  border-top: 1px solid #ffffff30;
  border-bottom: 1px solid #ffffff30;
  padding: 20px 0;
}
.community-card .event-facts {
  border-color: #ddd;
}
.event-facts strong,
.event-facts span {
  display: block;
}
.event-facts strong {
  font-size: 0.8125rem;
}
.event-facts span {
  font-size: 0.75rem;
  margin-top: 5px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0;
}
.price-row b {
  font-family: Barlow;
  font-size: 2.9rem;
  line-height: 1;
}
.price-row > div > span {
  font-size: 0.75rem;
  margin-left: 8px;
}
.capacity {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fdb913;
}
.community-card .capacity {
  color: #aa1720;
}
.underlink {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 17px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.event-card .micro {
  text-align: center;
  opacity: 0.7;
  margin: 10px 0 0;
  font-size: 0.75rem;
}
.deadline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
}
.deadline strong {
  font-size: 0.875rem;
}
.dark {
  background: #231f20;
  color: #fff;
}
.dark .section-head p {
  color: #c9c3c6 !important;
}
.yellow-text,
.dark h2 em {
  color: #fdb913 !important;
}
.text-link {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: left;
}
.circuit-route {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 40px 0;
}
.station {
  border-top: 2px solid #fdb913;
  border-right: 1px solid #ffffff25;
  padding: 18px 18px 18px 0;
  margin-right: 18px;
}
.station .run-label {
  font-size: 0.6875rem;
  color: #fdb913;
  letter-spacing: 0.09em;
}
.station b {
  display: block;
  font-family: Barlow;
  font-size: 3.5rem;
  color: #ffffff45;
  line-height: 1;
  margin: 12px 0;
}
.station h4 {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0;
}
.circuit-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.circuit-bottom > div {
  max-width: 700px;
}
.circuit-bottom strong {
  font-size: 0.875rem;
}
.circuit-bottom p {
  font-size: 0.875rem;
  color: #c9c3c6;
  margin: 8px 0 14px;
}
.circuit-bottom .button {
  flex-shrink: 0;
}
details {
  border-bottom: 1px solid #dcd6d9;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 30px 19px 0;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
}
summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  top: 13px;
}
details[open] summary::after {
  content: "−";
}
details p {
  font-size: 0.9375rem;
  color: #655d62;
  line-height: 1.7;
  padding-right: 20px;
}
.dark details {
  border-color: #ffffff30;
}
.community-section {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 75px;
  align-items: center;
}
.community-image {
  height: 565px;
  position: relative;
  background: #eee;
  overflow: hidden;
}
.community-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}
.image-caption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: white;
  background: #231f20d9;
  padding: 7px 12px;
}
.distance {
  position: absolute;
  top: 10px;
  left: 25px;
  color: white;
  font: 800 8rem/0.9 Barlow;
  text-shadow: 0 1px 30px #0005;
}
.distance small {
  font: 800 2.5rem Barlow;
}
.red-text {
  color: #ec1d25;
}
.community-copy > p {
  color: #655d62;
}
.community-copy .button {
  margin-top: 26px;
}
.pace-options {
  display: flex;
  border-block: 1px solid #ddd;
  margin: 26px 0;
}
.pace-options button {
  flex: 1;
  padding: 18px 10px;
  background: none;
  border: 0;
  border-right: 1px solid #ddd;
  font: 800 1.7rem Barlow;
}
.pace-options button:hover {
  color: #ec1d25;
}
.kit-section {
  padding: 55px 0;
  background: #f6f4f3;
}
.kit-section h2 {
  font-size: 2.8rem;
}
.kit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 12px;
}
.kit-grid > div {
  border-left: 1px solid #d9d2ce;
  padding: 0 20px;
}
.kit-grid span {
  font-family: Barlow;
  color: #962067;
  font-size: 1.7rem;
}
.kit-grid h4 {
  font-size: 0.9375rem;
  margin: 10px 0;
}
.cause-section {
  background: #962067;
  color: white;
}
.cause-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.cause-section h2 {
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  margin: 0;
}
.cause-section h2 em {
  color: #fdb913;
}
.cause-label {
  font-size: 0.6875rem;
  letter-spacing: 0.13em;
}
.lead {
  font-size: 1.8rem;
  line-height: 1.25;
  margin-top: 18px;
}
.cause-copy > p:not(.lead) {
  font-size: 0.9375rem;
}
.cause-copy .micro {
  opacity: 0.75;
}
.cause-numbers {
  display: flex;
  gap: 35px;
  padding: 15px 0 28px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ffffff40;
}
.cause-numbers > div {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cause-numbers strong {
  font: 800 4.8rem/1 Barlow;
}
.cause-numbers span {
  font-size: 0.8125rem;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 40px 0 28px;
}
.timeline > div {
  border-top: 2px solid #231f20;
  padding: 22px 15px 22px 0;
}
.timeline span {
  display: block;
  font-size: 0.875rem;
}
.timeline strong {
  font: 800 2.5rem Barlow;
  display: block;
  margin-top: 10px;
}
.timeline .this-year {
  color: #ec1d25;
  border-color: #ec1d25;
}
.experts {
  background: #f6f4f3;
}
.doctor-controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filters button {
  border: 1px solid #d3ccca;
  background: transparent;
  padding: 10px 16px;
  font-size: 0.875rem;
}
.filters button.active {
  background: #231f20;
  color: white;
  border-color: #231f20;
}
.round {
  width: 43px;
  height: 43px;
  border: 1px solid #cfc8c5;
  background: none;
  border-radius: 50%;
  font-size: 1.2rem;
}
.doctor-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 25px;
  margin-bottom: 16px;
}
.doctor {
  min-width: calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
  scroll-snap-align: start;
  background: #fff;
}
.doctor img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: top;
  background: #eee;
}
.doctor-body {
  padding: 20px;
}
.doctor .unit {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #962067;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.doctor h4 {
  font-size: 1.05rem;
  margin: 10px 0;
}
.doctor p {
  font-size: 0.8125rem;
  color: #655d62;
  min-height: 62px;
  line-height: 1.4;
}
.doctor a {
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.health-benefit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #d5cdca;
}
.health-benefit h3 {
  font-size: 2.5rem;
}
.health-benefit p {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.health-benefit strong {
  font-size: 0.9375rem;
}
.health-benefit small {
  color: #766d70;
}
.sponsor {
  padding: 65px 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.sponsor .eyebrow {
  grid-column: 1/-1;
  margin: 0;
}
.sponsor h3 {
  margin: 0;
  font-size: 2.8rem;
}
.sponsor p {
  font-size: 0.875rem;
  margin: 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 85px;
}
.faq-layout h2 {
  font-size: 3.1rem;
}
.final-cta {
  padding: 70px 0;
  background: #ec1d25;
  color: white;
  text-align: center;
  position: relative;
}
.final-cta h2 {
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
}
.final-cta h2 em {
  color: #fdb913;
}
.final-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 30px 0 20px;
}
.final-cta > div > p:last-child {
  font-size: 0.875rem;
  margin-bottom: 0;
}
footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-block: 35px;
}
footer > img {
  width: 230px;
}
footer p {
  margin: 0;
  font-weight: 600;
  font-size: 0.9375rem;
}
footer small {
  font-weight: 400;
  color: #756c71;
}
footer > div {
  display: flex;
  gap: 16px;
}
.mobile-cta {
  display: none;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  z-index: 100;
  padding: 12px;
}
.skip:focus {
  top: 12px;
}
dialog {
  border: 0;
  padding: 38px;
  max-width: 680px;
  width: calc(100% - 30px);
  max-height: 90dvh;
  overflow: auto;
  color: #231f20;
}
dialog::backdrop {
  background: #161014bd;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 2.8rem;
  margin-right: 25px;
}
.close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  border: 0;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.preview-inline {
  padding: 12px 16px;
  background: #fff6db;
  border-left: 3px solid #fdb913;
  font-size: 0.8125rem;
}
form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 15px;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #c7bec3;
  background: #fff;
  border-radius: 0;
  min-height: 46px;
  margin-top: 6px;
  color: #231f20;
}
input:user-invalid {
  border-color: #ec1d25;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
fieldset {
  border: 0;
  margin: 0 0 22px;
  padding: 0;
}
legend {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.choices {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.choices label {
  position: relative;
  padding: 9px 13px;
  border: 1px solid #c7bec3;
  margin: 0;
  cursor: pointer;
}
.choices label:has(input:checked) {
  background: #231f20;
  color: white;
  border-color: #231f20;
}
.choices input {
  margin-right: 6px;
  accent-color: #ec1d25;
}
.check {
  display: flex;
  gap: 12px;
  align-items: start;
  margin-top: 18px;
}
.check input {
  margin-top: 6px;
  width: 18px;
  height: 18px;
  accent-color: #962067;
  flex-shrink: 0;
}
.back {
  margin-top: 20px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.summary-row.total {
  font-weight: 700;
  font-size: 1.2rem;
}
#info-content p,
#info-content li {
  font-size: 0.9375rem;
}
#success-step h4 {
  margin-top: 30px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1550px) {
  .hero {
    min-height: 770px;
  }
  .hero-content {
    padding-top: 75px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  header {
    padding-inline: 32px;
  }
  .brand {
    gap: 14px;
  }
  nav {
    gap: 20px;
  }
  .hero {
    min-height: 650px;
  }
  .event-card {
    padding: 28px 25px 20px;
  }
  .card-top {
    align-items: start;
  }
  .community-section {
    gap: 40px;
  }
  .circuit-bottom {
    gap: 25px;
  }
  .doctor {
    min-width: calc((100% - 44px) / 3);
    max-width: calc((100% - 44px) / 3);
  }
  .cause-layout {
    gap: 40px;
  }
  .cause-numbers {
    gap: 20px;
  }
  .sponsor {
    grid-template-columns: 1fr 1fr;
  }
  .sponsor .button {
    grid-column: 2;
  }
  .faq-layout {
    gap: 40px;
  }
  .deadline {
    flex-wrap: wrap;
  }
  .timeline strong {
    font-size: 2rem;
  }
  footer > img {
    width: 180px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 78px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 58px;
  }
  .preview-note {
    font-size: 0.6875rem;
  }
  header {
    height: 77px;
    padding: 10px 20px;
    gap: 10px;
  }
  .brand {
    gap: 12px;
  }
  .brand img {
    width: 61px;
    height: 52px;
  }
  .brand img.beats {
    width: 91px;
    height: 48px;
  }
  .brand > span {
    height: 30px;
  }
  header nav {
    display: none;
  }
  header .button {
    font-size: 0.75rem;
    min-height: 42px;
    padding: 10px 12px;
    gap: 10px;
  }
  .hero {
    min-height: 690px;
  }
  .hero-photo {
    object-position: 65% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #151015d9, #15101535),
      linear-gradient(0deg, #151015e8, transparent 85%);
  }
  .hero-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero .eyebrow span {
    font-size: 0.625rem;
  }
  h1 {
    font-size: clamp(4.2rem, 15vw, 6.5rem);
    margin-top: 35px;
  }
  .hero p {
    font-size: 0.9375rem;
    max-width: 310px;
  }
  .hero-meta {
    font-size: 0.6875rem;
  }
  .hero-side {
    display: none;
  }
  .cause-strip {
    padding: 22px 20px;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .cause-strip p {
    font-size: 0.8125rem;
    flex: 1;
  }
  .cause-strip a {
    margin-left: 45px;
    font-size: 0.8125rem;
  }
  .heart-symbol {
    font-size: 2rem;
  }
  .section-head {
    display: block;
    margin-bottom: 25px;
  }
  .section-head > p,
  .section-head > div > p:not(.eyebrow) {
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 0.6875rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  .event-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .event-card h3 {
    font-size: 4rem;
  }
  .event-card {
    padding: 25px;
  }
  .deadline {
    display: block;
    text-align: center;
    padding: 22px 10px;
  }
  .deadline > * {
    display: block;
  }
  .deadline strong {
    margin: 6px 0;
  }
  .circuit-route {
    grid-template-columns: 1fr;
    margin: 25px 0;
  }
  .station {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 4px 15px;
    border-top: 0;
    border-right: 0;
    border-left: 2px solid #fdb913;
    margin: 0 0 0 10px;
    padding: 10px 0 18px 22px;
  }
  .station .run-label {
    grid-column: 1/-1;
  }
  .station b {
    font-size: 2.3rem;
    margin: 0;
  }
  .station h4 {
    align-self: center;
  }
  .circuit-bottom {
    display: block;
  }
  .circuit-bottom .button {
    margin-top: 20px;
    width: 100%;
  }
  .community-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .community-image {
    height: 400px;
  }
  .community-copy h2 {
    font-size: 3.5rem;
  }
  .community-copy .button {
    width: 100%;
  }
  .kit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .kit-grid > div {
    padding-left: 15px;
  }
  .kit-section {
    padding: 40px 0;
  }
  .kit-section h2 {
    font-size: 2.6rem;
  }
  .cause-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cause-section h2 {
    font-size: 3.3rem;
  }
  .cause-numbers {
    gap: 24px;
  }
  .cause-numbers > div {
    display: block;
  }
  .cause-numbers span {
    display: block;
  }
  .timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
  .timeline strong {
    font-size: 2.1rem;
  }
  .doctor-controls {
    align-items: start;
  }
  .doctor-controls > div:last-child {
    display: none;
  }
  .filters {
    gap: 6px;
  }
  .filters button {
    font-size: 0.75rem;
    padding: 9px 10px;
  }
  .doctor {
    min-width: 78%;
    max-width: 78%;
  }
  .doctor img {
    height: 285px;
  }
  .doctor p {
    min-height: 0;
  }
  .health-benefit {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .sponsor {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }
  .sponsor .button {
    grid-column: auto;
  }
  .sponsor h3 {
    font-size: 2.5rem;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .faq-layout h2 {
    font-size: 2.7rem;
  }
  .final-cta {
    padding: 55px 0;
  }
  .final-cta h2 {
    font-size: 4.6rem;
  }
  .final-buttons {
    flex-direction: column;
  }
  .final-buttons .button {
    justify-content: center;
  }
  .final-cta > div > p:last-child {
    font-size: 0.75rem;
  }
  footer {
    flex-direction: column;
    align-items: start;
    padding-bottom: 100px;
    gap: 25px;
  }
  footer > img {
    width: 220px;
  }
  .mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    background: #fff;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    gap: 7px;
    box-shadow: 0 -2px 20px #0001;
  }
  .mobile-cta button {
    flex: 1;
    border: 0;
    padding: 13px 7px;
    background: #231f20;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .mobile-cta button:last-child {
    background: #ec1d25;
  }
  dialog {
    padding: 30px 22px;
    max-height: 92dvh;
  }
  .form-grid {
    gap: 0 12px;
  }
  dialog h2 {
    font-size: 2.3rem;
  }
  .choices label {
    padding: 9px 10px;
  }
  .choices input {
    margin-right: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
