.landing-page {
  background: #f5eee3;
}

.landing-page .site-header {
  z-index: 10;
}

.landing-page .brand {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
}

.landing-page .nav-store-link {
  background: rgba(249, 247, 242, 0.16);
  border: 1px solid rgba(249, 247, 242, 0.28);
  border-radius: 999px;
  color: #ffffff;
  padding: 8px 13px;
}

.landing-page .landing-hero {
  isolation: isolate;
  min-height: min(760px, 88svh);
  position: relative;
}

.landing-page .comparison {
  --split: 70%;
  z-index: 0;
}

.landing-page .comparison-range {
  z-index: 1;
}

.landing-page .comparison-thumb,
.landing-page .comparison-divider {
  z-index: 2;
}

.landing-page .landing-hero__shade {
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.78), rgba(18, 15, 12, 0.34) 46%, rgba(18, 15, 12, 0.04)),
    linear-gradient(180deg, rgba(18, 15, 12, 0.4), rgba(18, 15, 12, 0.03) 38%, rgba(18, 15, 12, 0.68));
  z-index: 3;
}

.landing-page .landing-hero__content {
  bottom: clamp(42px, 8vh, 78px);
  color: #fffaf2;
  left: clamp(22px, 5vw, 70px);
  max-width: 720px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: clamp(22px, 5vw, 70px);
  z-index: 5;
}

.landing-page .landing-hero__content h1 {
  color: #fffaf2;
  font-family: var(--font-display);
  font-size: clamp(4.65rem, 8.4vw, 7.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
}

.landing-page .lede--hero {
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.55;
  margin-top: 24px;
  max-width: 690px;
}

.landing-page .hero-actions {
  margin-top: 30px;
  pointer-events: auto;
  position: relative;
  z-index: 6;
}

.landing-page .app-store-badge {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  padding: 0;
  text-decoration: none;
}

.landing-page .app-store-badge:focus-visible {
  outline: 2px solid #fffaf2;
  outline-offset: 4px;
}

.landing-page .app-store-badge__image {
  display: block;
  height: 56px;
  width: auto;
}

.landing-page .hero-store-button {
  position: relative;
  z-index: 7;
}

.landing-page .hero-product-rail {
  display: none;
}

.landing-page .hero-action-note {
  border-left-color: rgba(255, 250, 242, 0.34);
  color: rgba(255, 250, 242, 0.76);
  max-width: 320px;
}

.landing-page .landing-section {
  background: linear-gradient(180deg, #f5eee3 0%, #fbf7ef 100%);
  padding: clamp(54px, 7vw, 86px) clamp(22px, 5vw, 70px);
}

.landing-page .landing-section__inner {
  max-width: 1120px;
}

.landing-page .section-heading {
  display: grid;
  gap: 24px 42px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  max-width: none;
}

.landing-page .section-heading .eyebrow {
  color: #2d6a4f;
  grid-column: 1 / -1;
  margin: 0;
}

.landing-page .section-heading h2 {
  color: #1f2b22;
  font-family: var(--font-body);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.landing-page .section-lede {
  color: #5f625b;
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.landing-page .flow-grid {
  gap: 16px;
  margin-top: 34px;
}

.landing-page .flow-step {
  background: #fffdf8;
  border: 1px solid #ded7cb;
  border-radius: 8px;
  min-height: 220px;
  padding: 24px;
}

.landing-page .flow-step__number {
  background: transparent;
  border-radius: 0;
  color: #b1764e;
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  height: auto;
  justify-content: flex-start;
  letter-spacing: 0.14em;
  margin-bottom: 46px;
  width: auto;
}

.landing-page .flow-step h3 {
  color: #1f2b22;
  font-size: 1.12rem;
}

.landing-page .flow-step p {
  color: #686a63;
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 10px;
}

.landing-page .landing-download {
  align-items: center;
  background: #1d251f;
  color: #fbf7ef;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding: 36px clamp(22px, 5vw, 70px);
}

.landing-page .landing-download .eyebrow,
.landing-page .landing-download h2 {
  color: #fbf7ef;
}

.landing-page .landing-download .eyebrow {
  margin-bottom: 8px;
}

.landing-page .landing-download h2 {
  font-family: var(--font-body);
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
}

.landing-page .landing-download p:not(.eyebrow) {
  color: rgba(251, 247, 239, 0.72);
  margin: 10px 0 0;
  max-width: 620px;
}

.landing-page .landing-download a {
  color: #fffaf2;
  font-weight: 600;
  text-decoration-color: rgba(255, 250, 242, 0.42);
  text-underline-offset: 3px;
}

.landing-page .trademark-credit {
  color: rgba(31, 43, 34, 0.62);
  flex-basis: 100%;
  font-size: 0.74rem;
  line-height: 1.45;
  margin: 6px 0 0;
  max-width: 720px;
}

@media (max-width: 820px) {
  .landing-page .site-header {
    align-items: center;
    flex-direction: row;
  }

  .landing-page .nav--light a:not(.nav-store-link) {
    display: none;
  }

  .landing-page .landing-hero {
    min-height: 760px;
  }

  .landing-page .landing-hero__shade {
    background:
      linear-gradient(180deg, rgba(18, 15, 12, 0.62), rgba(18, 15, 12, 0.1) 38%, rgba(18, 15, 12, 0.78)),
      linear-gradient(90deg, rgba(18, 15, 12, 0.4), rgba(18, 15, 12, 0.08));
  }

  .landing-page .landing-hero__content {
    bottom: 28px;
  }

  .landing-page .landing-hero__content h1 {
    font-size: clamp(3.5rem, 17vw, 5.25rem);
  }

  .landing-page .lede--hero {
    font-size: 1.06rem;
  }

  .landing-page .section-heading,
  .landing-page .flow-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .section-heading h2 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .landing-page .flow-step {
    min-height: auto;
  }

  .landing-page .flow-step__number {
    margin-bottom: 34px;
  }
}
