body[data-brand-density="comfortable"] .landing-market-body {
  padding: 29px;
}

body[data-brand-density="comfortable"] .landing-hero {
  padding-top: 92px;
  padding-bottom: 112px;
}

body[data-brand-font="editorial"] h1,
body[data-brand-font="editorial"] h2,
body[data-brand-font="editorial"] h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

body[data-brand-font="geometric"] h1,
body[data-brand-font="geometric"] h2,
body[data-brand-font="geometric"] h3 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
}

body[data-hero-variant="market-first"] .landing-hero {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  min-height: auto;
  padding-block: 70px 54px;
  text-align: center;
}

body[data-hero-variant="market-first"] .hero-copy-block,
body[data-hero-variant="market-first"] .hero-copy {
  margin-inline: auto;
}

body[data-hero-variant="market-first"] .hero-actions,
body[data-hero-variant="market-first"] .hero-footnote {
  justify-content: center;
}

body[data-hero-variant="market-first"] .hero-product {
  display: none;
}

body[data-hero-variant="editorial-story"] .landing-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: 650px;
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--accent) 20%, transparent) 0 9%, transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, var(--paper)) 0%, var(--paper) 58%);
}

body[data-hero-variant="editorial-story"] .hero-copy-block {
  max-width: 1050px;
}

body[data-hero-variant="editorial-story"] .landing-hero h1 {
  max-width: 1000px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 9vw, 126px);
  font-weight: 500;
  line-height: 0.92;
}

body[data-hero-variant="editorial-story"] .hero-product {
  display: none;
}

@media (max-width: 600px) {
  body[data-brand-density="comfortable"] .landing-hero {
    padding-top: 68px;
    padding-bottom: 78px;
  }

  body[data-hero-variant="market-first"] .landing-hero {
    padding-block: 46px 38px;
  }

  body[data-hero-variant="editorial-story"] .landing-hero {
    min-height: 520px;
  }

  body[data-hero-variant="editorial-story"] .landing-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }
}
