.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 9rem clamp(1.25rem, 4vw, 4rem) 4rem;
  color: var(--color-white);
  background-image: linear-gradient(90deg, #0e0b06dd 0%, #0e0b0699 38%, #0e0b0614 75%), url("../../images/home.png");
  background-position: center;
  background-size: cover;
}
.hero__content {
  align-self: center;
  max-width: 50rem;
}
.hero h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 6.7vw, 6.5rem);
  line-height: 0.94;
  text-transform: uppercase;
}
.hero h1 span {
  display: block;
  white-space: nowrap;
}
.hero__content > p {
  max-width: 32rem;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.scroll-indicator {
  align-self: end;
  justify-self: center;
  width: 1.7rem;
  height: 2.7rem;
  border: 1px solid var(--color-yellow);
  border-radius: 2rem;
}
.scroll-indicator span {
  display: block;
  width: 3px;
  height: 0.55rem;
  margin: 0.45rem auto;
  border-radius: 1rem;
  background: var(--color-yellow);
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  50% {
    transform: translateY(0.7rem);
  }
}
.problem {
  display: grid;
  grid-template-columns: minmax(16rem, 1.05fr) 2fr;
  gap: 3rem;
  align-items: center;
  background: var(--color-paper);
}
.problem.section {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}
.problem .problem__intro {
  max-width: 35rem;
}
.problem .eyebrow {
  margin-bottom: 0.5rem;
}
.problem h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
}
.problem h2 span, .platform h2 span {
  display: block;
}
.problem__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.problem__items article {
  min-height: 8rem;
  padding: 0.5rem 1rem;
  border-left: 1px solid #d8d6d0;
  text-align: center;
}
.problem__items b {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  letter-spacing: -0.035em;
}
.problem__items img {
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  margin: 0 auto 0.45rem;
  filter: brightness(0) saturate(100%) invert(75%) sepia(99%) saturate(1285%)     hue-rotate(2deg) brightness(104%) contrast(105%);
}
.problem__items p {
  margin-bottom: 0;
  font-size: 0.86rem;
  line-height: 1.35;
}
.origin {
  display: grid;
  grid-template-columns: 30% 50% 20%;
  min-height: 20rem;
  color: var(--color-white);
  background: #07100e;
}
.origin__copy h2 {
  margin-bottom: 1.3rem;
}
.origin__copy > p:not(.eyebrow) {
  max-width: 18rem;
  font-size: 0.9rem;
  line-height: 1.65;
}
.origin__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.origin__steps {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: 1.5rem;
  list-style: none;
  color: var(--color-ink);
  background: var(--color-yellow);
  font-size: 0.82rem;
  font-weight: 700;
}
.origin__steps li {
  display: grid;
  position: relative;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.8rem;
  align-items: center;
  min-height: 3.6rem;
  font-size: 1.3rem;
  line-height: 1.1;
}
.origin__steps img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
.platform {
  display: grid;
  grid-template-columns: 34% 32% 34%;
  min-height: 29rem;
  overflow: hidden;
  color: var(--color-ink);
  background: var(--color-paper);
}
.platform.section {
  padding: 0;
}
.platform__copy {
  padding: 2.8rem clamp(1.25rem, 4vw, 4rem);
}
.platform__copy h2 {
  margin-bottom: 1.7rem;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.95rem;
  padding: 0;
  list-style: none;
}
.feature-list li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.5rem;
  align-items: start;
  font-size: 0.78rem;
  font-weight: 700;
}
.feature-list img {
  width: 1.4rem;
  height: 1.4rem;
  filter: brightness(0);
}
.feature-list small {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.3;
}
.platform__phone {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}
.platform__phone img {
  width: min(72%, 16.5rem);
  max-height: none;
  margin-top: 0;
  filter: drop-shadow(0 1.1rem 1.15rem #00000036);
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(1.75rem, 3vw, 3rem);
  color: var(--color-white);
  background: #07100e;
}
.testimonial p {
  margin: 0 0 1.75rem;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.25;
}
.testimonial__quote {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--color-yellow);
  font-family: var(--font-heading);
  font-size: 4.6rem;
  line-height: 0.6;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.testimonial__author img {
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid var(--color-yellow);
  border-radius: 50%;
  object-fit: cover;
}
.testimonial__author footer {
  display: grid;
  gap: 0.25rem;
}
.testimonial span, .testimonial a {
  color: var(--color-yellow);
}
.testimonial a {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}
.impact {
  color: var(--color-white);
  text-align: center;
  background: radial-gradient(circle, #203d28 0%, #07100e 65%);
}
.impact.section {
  padding-top: 2rem;
  padding-bottom: 1.4rem;
}
.impact .eyebrow {
  text-align: left;
}
.impact__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 1.5rem;
}
.impact__grid article {
  padding: 0.4rem 0.8rem 0.75rem;
  border-right: 1px solid #ffc40066;
}
.impact__grid article:last-child {
  border-right: 0;
}
.impact__grid b {
  display: block;
  color: var(--color-yellow);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
.impact__grid img {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto 0.35rem;
}
.impact__grid span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.75rem;
}
.stories {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 1.5rem;
  background: var(--color-paper);
}
.stories.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
.story-card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  min-height: 14rem;
  padding: 1rem;
  border-radius: 0.5rem;
  color: var(--color-white);
  isolation: isolate;
}
.story-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(transparent 35%, #000000d9 100%);
  content: "";
  pointer-events: none;
}
.story-card video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.story-card__content {
  position: relative;
  z-index: 2;
}
.story-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}
.story-card__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
.story-card__play img {
  width: 100%;
  height: 100%;
}
.story-card.is-playing .story-card__play {
  opacity: 0;
  pointer-events: none;
}
.story-card b {
  color: var(--color-yellow);
  font-size: 0.75rem;
}
.story-card p {
  margin: 0.6rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
}
.join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem clamp(1.25rem, 7vw, 7rem);
  background: var(--color-yellow);
}
.join h2 {
  margin-bottom: 0.4rem;
}
.join p {
  margin-bottom: 0;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr) 1.4fr;
  gap: 2rem;
  padding: 2.75rem clamp(1.25rem, 5vw, 5.5rem) 1.5rem;
  color: var(--color-white);
  background: #07100e;
}
.site-footer__brand img {
  width: 9rem;
}
.site-footer__brand p, .site-footer a, .site-footer p {
  font-size: 0.75rem;
  line-height: 1.55;
}
.site-footer > div:not(.site-footer__brand) {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}
.site-footer b {
  color: var(--color-yellow);
  font-size: 0.7rem;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .footer-contact-link {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.footer-contact-link img {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}
.newsletter form {
  display: flex;
}
.newsletter input {
  width: 100%;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid #ffffff66;
  color: var(--color-white);
  background: transparent;
}
.newsletter button {
  width: 2.8rem;
  border: 0;
  background: var(--color-yellow);
}
.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid #ffffff22;
  color: #ffffff99;
  font-size: 0.7rem;
}
@media (max-width: 900px) {
  .problem {
    grid-template-columns: 1fr;
  }
  .origin {
    grid-template-columns: 40% 60%;
  }
  .origin__steps {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
  .platform {
    grid-template-columns: 1fr 1fr;
  }
  .platform__phone img {
    width: min(72%, 16.5rem);
    margin-top: 0;
  }
  .testimonial {
    grid-column: 1 / -1;
  }
  .stories {
    grid-template-columns: 1fr;
  }
  .site-footer {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer__brand {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  .hero {
    padding-top: 12rem;
    background-position: 60% center;
  }
  .hero h1 {
    font-size: clamp(2.5rem, 15.5vw, 5rem);
  }
  .hero__actions {
    display: grid;
  }
  .problem__items {
    grid-template-columns: 1fr 1fr;
  }
  .origin {
    display: block;
  }
  .origin__image {
    min-height: 16rem;
  }
  .origin__steps {
    grid-template-columns: 1fr 1fr;
  }
  .platform {
    display: block;
  }
  .platform__phone {
    min-height: 27rem;
    padding-top: 1rem;
  }
  .platform__phone img {
    width: min(58%, 16rem);
    margin-top: 0;
  }
  .impact__grid {
    grid-template-columns: 1fr 1fr;
  }
  .impact__grid article {
    border-bottom: 1px solid #ffc40066;
  }
  .story-grid {
    grid-template-columns: 1fr 1fr;
  }
  .join {
    align-items: stretch;
    flex-direction: column;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand,   .newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
    padding: 10.5rem 1rem 2rem;
    background-position: 58% center;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10vw, 2.6rem);
    letter-spacing: -0.06em;
  }

  .hero__content > p {
    font-size: 0.95rem;
  }

  .hero__actions {
    width: 100%;
  }

  .hero__actions .button {
    width: 100%;
  }

  .problem__items,
  .origin__steps,
  .impact__grid,
  .story-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .problem__items article,
  .impact__grid article {
    border-right: 0;
    border-left: 0;
  }

  .origin__steps {
    padding: 1.5rem 1rem;
  }

  .platform__copy,
  .testimonial {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
