@font-face {
  font-family: "UnjectedSans";
  src: url("assets/4473ecc91f70f139-s.p.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family:
    "UnjectedSans",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #1c1c1c;
  background: #ffffff;
  --primary: #f7a293;
  --primary-dark: #ec7e6b;
  --surface: #f8f8f8;
  --surface-alt: #f2f2f2;
  --surface-soft: #fdece9;
  --text-muted: #484848;
  --text-secondary: #868686;
  --border: #d9d9d9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: var(--header-height, 86px);
  scrollbar-width: thin;
  scrollbar-color: #3a3a3a transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1c1c1c;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: var(--text-muted);
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.topbar {
  position: relative;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img,
.footer-brand img {
  width: 150px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-right: auto;
  padding-left: 1.5rem;
}

.nav-links a,
.merch-pill span {
  color: #202020;
  font-size: 0.95rem;
}

.merch-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: white;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.header-button {
  white-space: nowrap;
}

.nav-download-btn {
  display: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
}

.nav-toggle img {
  width: 24px;
  height: 24px;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 480px;
  height: calc(100vh - var(--header-height, 86px));
  height: calc(100svh - var(--header-height, 86px));
  display: flex;
  align-items: flex-end;
  scroll-snap-align: start;
}

.scroll-cue {
  flex-shrink: 0;
  margin-top: 0.5rem;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: scroll-cue-bounce 2.2s ease-in-out infinite;
}

.scroll-cue svg {
  width: 20px;
  height: 20px;
}

@keyframes scroll-cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

.section-video {
  scroll-snap-align: start;
  background: #000000;
  min-height: calc(100vh - var(--header-height, 86px));
  min-height: calc(100svh - var(--header-height, 86px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  padding: 3rem 1.25rem;
}

.video-intro {
  text-align: center;
  max-width: 720px;
}

.video-intro .eyebrow {
  justify-content: center;
}

.video-intro h2 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.4rem, 2.4vw + 0.8rem, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.video-frame {
  position: relative;
  width: min(1100px, 100%);
  aspect-ratio: 16 / 9;
}

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

.givesendgo-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(460px, 100%);
  padding: 1.15rem 2.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(247, 162, 147, 0.35);
  animation: givesendgo-pulse 2.6s ease-in-out infinite;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.givesendgo-cta:hover,
.givesendgo-cta:focus-visible {
  transform: translateY(-3px) scale(1.02);
}

.givesendgo-cta-shimmer {
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: givesendgo-shimmer 3s ease-in-out infinite;
  pointer-events: none;
}

.givesendgo-cta-heart {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  animation: givesendgo-heartbeat 1.8s ease-in-out infinite;
}

.givesendgo-cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  text-align: left;
}

.givesendgo-cta-text strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.givesendgo-cta-text small {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.givesendgo-cta-arrow {
  font-size: 1.2rem;
  transition: transform 200ms ease;
}

.givesendgo-cta:hover .givesendgo-cta-arrow,
.givesendgo-cta:focus-visible .givesendgo-cta-arrow {
  transform: translateX(4px);
}

@keyframes givesendgo-pulse {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(247, 162, 147, 0.35);
  }
  50% {
    box-shadow: 0 14px 44px rgba(247, 162, 147, 0.65);
  }
}

@keyframes givesendgo-shimmer {
  0% {
    left: -60%;
  }
  55%,
  100% {
    left: 130%;
  }
}

@keyframes givesendgo-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.22);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.14);
  }
  60% {
    transform: scale(1);
  }
}

.hero > picture,
.hero > picture img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.6) 100%
  );
  pointer-events: none;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 1.25rem;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.hero-copy .hero-highlight {
  color: var(--primary);
}

.hero-copy .hero-headline {
  margin: 0;
  max-width: 80rem;
  font-size: clamp(1.75rem, 2.6vw + 1rem, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
}

.hero-copy .hero-subtitle {
  margin: 0;
  max-width: 720px;
  font-size: clamp(0.9rem, 0.6vw + 0.75rem, 1.25rem);
  line-height: 1.6;
  color: #efefef;
}

.button {
  border: none;
  border-radius: 999px;
  padding: 1rem 1.9rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 18px 38px rgba(247, 162, 147, 0.2);
}

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

.section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 4rem 1.25rem;
}

.section-heading {
  max-width: 940px;
  margin: 0 auto 2.5rem;
}

.eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.24em;
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  line-height: 1.02;
  color: #181818;
}

.section-heading p {
  margin: 1.25rem 0 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.mission-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.1;
  color: #181818;
}

.mission-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mission-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-authenticity {
  background: var(--surface);
}

.authenticity-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.authenticity-panels img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

.section-speed .speed-grid {
  display: grid;
  gap: 1.5rem;
}

.section-speed .speed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.speed-card {
  background: var(--surface-soft);
  border-radius: 1.75rem;
  overflow: hidden;
}

.speed-card img {
  width: 100%;
  display: block;
}

.speed-content {
  padding: 1.4rem;
}

.speed-content h3 {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  color: #161616;
}

.speed-content p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.8;
}

.section-friends .friend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.friend-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.friend-tile {
  background: var(--surface-alt);
  border-radius: 1.5rem;
  overflow: hidden;
}

.friend-tile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.friend-tile-text {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 1.5rem;
}

.friend-tile-text p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.5;
}

.highlight {
  color: var(--primary);
}

.section-heading-plain h2 {
  margin: 0;
}

.section-heading-plain p {
  color: var(--text-secondary);
}

.carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 450ms ease;
}

.carousel-slide {
  flex: 0 0 33.3333%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.testimonial-card {
  width: 100%;
  max-width: 380px;
  height: 13rem;
  padding: 1.5rem;
  background: white;
  border: 2px solid var(--border);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.testimonial-rating .review-star {
  width: 24px;
  height: 24px;
}

.testimonial-rating span {
  font-weight: 700;
}

.testimonial-title {
  margin: 0;
  font-weight: 700;
  color: #181818;
}

.testimonial-quote {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.carousel-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #1c1c1c;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-arrow:disabled {
  color: #d9d9d9;
  cursor: default;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: var(--border);
  cursor: pointer;
  padding: 0;
}

.carousel-dots .dot.active {
  background: var(--primary);
}

.faq-card {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: linear-gradient(
    100deg,
    rgba(247, 162, 147, 0.15) 0%,
    rgba(241, 99, 8, 0.15) 100%
  );
  border-radius: 1.75rem;
  padding: 1.25rem 1.5rem;
}

.faq-item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(224, 80, 227, 0.15);
}

.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--primary-dark);
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.faq-item:not([open]) .icon-minus {
  display: none;
}

.faq-item[open] .icon-plus {
  display: none;
}

.faq-item p {
  margin: 0.75rem 0 0;
  padding-left: 2.75rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.download-cta {
  background: var(--surface);
}

.download-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.download-cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.download-cta-text h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: #161616;
}

.download-cta-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.download-cta-badges img {
  height: 50px;
  width: auto;
}

.download-cta-visual {
  flex: 1;
  min-width: 260px;
  display: flex;
  justify-content: center;
}

.download-cta-visual img {
  max-width: 400px;
  width: 100%;
  height: auto;
}


.newsletter-cta {
  background: var(--surface-soft);
  padding: 3.5rem 1.25rem;
}

.newsletter-cta-inner {
  width: min(1300px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.newsletter-cta-copy {
  flex: 1 1 420px;
  max-width: 640px;
}

.newsletter-cta-heading {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  line-height: 1.25;
  color: #161616;
}

.newsletter-cta-subtext {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.newsletter-card {
  flex: 0 1 420px;
  width: 100%;
  max-width: 420px;
  background: white;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.newsletter-card-icon-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.newsletter-line {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.newsletter-card h2 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #161616;
}

.newsletter-form-row {
  display: flex;
  gap: 0.5rem;
}

.newsletter-form-row input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  font: inherit;
}

.newsletter-form-row input:focus-visible {
  outline: none;
  border-color: var(--primary-dark);
}

.newsletter-form-row .button {
  padding: 0.65rem 1.5rem;
  white-space: nowrap;
}

.site-footer {
  background: #000000;
  color: #ffffff;
  padding: 3rem 1.25rem 2rem;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-brand-col p {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-company-col h5 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.footer-connect-col {
  display: flex;
  flex-direction: column;
}

.footer-connect-heading {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.05rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.social-links img {
  width: 28px;
  height: auto;
}

.footer-store-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-store-badges a {
  display: inline-flex;
  align-items: center;
  background: white;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
}

.footer-store-badges img {
  height: 32px;
  width: auto;
}

.footer-bottom {
  width: min(1440px, 100%);
  margin: 2.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 50;
}

.modal-backdrop.open {
  display: flex;
}

.modal-popup {
  width: min(500px, 100%);
  max-width: 620px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.28);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.modal-visual {
  padding: 1.5rem 1.5rem 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-visual img {
  width: 280px;
  max-width: 92%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.modal-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
}

.modal-title {
  margin: 0.45rem 0 0.8rem 0;
  font-size: 1.75rem;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.01em;
}

.modal-badges {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
}

.store-badge img {
  width: auto;
  height: 48px;
  display: block;
}

.store-badge.black {
  background: #111;
  padding: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.circle-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  border: none;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

@media (max-width: 980px) {
  .section {
    padding: 3rem 1rem;
  }

  .carousel-slide {
    flex-basis: 50%;
  }

  .footer-row {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-connect-col {
    align-items: center;
  }

  .social-links,
  .footer-store-badges {
    justify-content: center;
  }

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

@media (max-width: 760px) {
  .desktop-download-btn {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-right: 0;
    padding: 1.25rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  }

  .nav-links.open {
    display: flex;
  }

  .merch-pill {
    justify-content: center;
  }

  .nav-download-btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }

  .carousel-slide {
    flex-basis: 100%;
  }

  .carousel-arrow {
    display: none;
  }

  .hero {
    overflow: visible;
    height: auto;
    min-height: 0;
    display: block;
  }

  .hero > picture,
  .hero > picture img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
  }

  .hero::after {
    content: none;
  }

  .hero-copy {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem 1.5rem 2.5rem;
    background: #ffffff;
    color: var(--text-muted);
  }

  .hero-copy .hero-headline {
    color: #181818;
    font-size: 2.25rem;
  }

  .hero-copy .hero-subtitle {
    color: var(--text-muted);
  }

  .scroll-cue {
    border-color: rgba(28, 28, 28, 0.25);
    background: rgba(28, 28, 28, 0.05);
    color: #1c1c1c;
  }

  .mission-grid,
  .authenticity-panels,
  .section-speed .speed-grid,
  .section-friends .friend-grid {
    grid-template-columns: 1fr;
  }

  .download-cta-inner {
    flex-direction: column-reverse;
  }

  .givesendgo-cta {
    gap: 0.65rem;
    padding: 1rem 1.5rem;
  }

  .givesendgo-cta-text strong {
    font-size: 0.92rem;
  }

  .givesendgo-cta-text small {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue,
  .givesendgo-cta,
  .givesendgo-cta-shimmer,
  .givesendgo-cta-heart {
    animation: none;
  }
}
