/* Homepage v45: a calmer conversion path built around recognition, trust and control.
   Loaded after v44 so the proven menu, FAQ and carousel fixes remain the base. */

.hero-copy {
  max-width: 850px;
}

.hero h1 {
  max-width: 9.8em;
  font-size: clamp(4rem, 6.7vw, 7.4rem);
}

.hero-lead {
  max-width: 730px;
}

.growth-leak-card {
  position: relative;
  overflow: hidden;
}

.growth-leak-card::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -92px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(216, 174, 86, .055);
  filter: blur(2px);
  pointer-events: none;
}

.growth-leak-card h3 {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin-top: 74px;
}

.growth-leak-card p {
  position: relative;
  z-index: 1;
  max-width: 34ch;
}

.growth-leak-close:not(.conviction-close) {
  justify-content: flex-start;
}

.growth-leak-close:not(.conviction-close) p {
  max-width: 900px;
}

@media (min-width: 901px) {
  .bridge-carousel .bridge-flow[data-bridge-track] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .bridge-carousel .bridge-flow[data-bridge-track] > li {
    min-height: 268px;
    padding: 28px;
  }

  .bridge-carousel .bridge-flow[data-bridge-track] strong {
    max-width: 23ch;
    margin-top: 46px;
    font-size: clamp(19px, 1.55vw, 23px);
    line-height: 1.24;
  }

  .bridge-carousel .bridge-flow[data-bridge-track] p {
    max-width: 38ch;
    font-size: 14px;
  }
}

.conviction-close {
  margin-top: 44px;
}

.conviction-close .button {
  flex: 0 0 auto;
}

.founder-promises {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  max-width: 700px;
  margin: 28px 0 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.founder-promises li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.founder-promises li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.founder-copy > .founder-fit {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .hero h1 {
    max-width: 10em;
  }

  .conviction-close {
    margin-top: 34px;
  }

  .conviction-close .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 11em;
    font-size: clamp(3.05rem, 14vw, 4.45rem);
  }

  .hero .eyebrow {
    max-width: 31ch;
    line-height: 1.5;
  }

  .founder-promises {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .founder-copy > .founder-fit {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-leak-card::after {
    filter: none;
  }
}
