.hero .eyebrow {
  margin-bottom: 16px;
  letter-spacing: .11em;
  line-height: 1.28;
}

.hero .heading-primary.hero-title {
  max-width: 760px;
  margin: 0 0 24px !important;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: .99;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero .heading-primary.hero-title .accent {
  display: inline;
  line-height: inherit;
}

.hero .heading-primary.hero-title .hero-title-intro {
  line-height: 1.12;
}

.hero .hero-lead {
  margin: 6px 0 24px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.48;
}

@media (min-width: 931px) {
  html[lang^="en"] .hero .heading-primary.hero-title {
    line-height: 1.03;
  }
}

.hero-person-card span { line-height: 1.4; }
.hero-points { row-gap: 12px; }

.home-visual {
  padding-top: clamp(32px, 3.8vw, 54px);
}

.home-visual-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(16, 33, 54, .12);
  border-radius: clamp(20px, 2vw, 30px);
  background: linear-gradient(135deg, #f7faf8, #eff8e6);
  box-shadow: 0 26px 60px rgba(16, 33, 54, .12);
}

.home-visual-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
}

.home-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-audit-teaser {
  margin-top: clamp(42px, 4vw, 56px);
  margin-bottom: clamp(42px, 4vw, 56px);
}

.intro,
.booking-teaser,
.topics-section,
.availability-section,
.cta-section {
  padding-top: clamp(62px, 5vw, 88px);
  padding-bottom: clamp(54px, 4.4vw, 78px);
}

.why-section {
  padding-top: clamp(50px, 4vw, 60px);
  padding-bottom: clamp(28px, 2.5vw, 38px);
}

.trust-section,
.trust-section.trust-section--single {
  padding-top: clamp(60px, 4.6vw, 72px);
  padding-bottom: clamp(34px, 2.8vw, 46px);
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.35vw, 24px);
  column-count: initial;
}

.topic-card {
  display: flex;
  width: auto;
  height: 100%;
  flex-direction: column;
  margin: 0;
  background: #fff;
}

.topic-card-actions {
  margin-top: auto;
  padding-top: 18px;
}

.topic-card:hover,
.topic-card:focus-within {
  background: #f4ffe7;
}

@media (min-width: 1500px) {
  .topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 930px) {
  .hero .heading-primary.hero-title {
    max-width: 700px;
    font-size: clamp(40px, 7.2vw, 58px);
    line-height: 1;
    letter-spacing: -.046em;
  }

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

@media (max-width: 650px) {
  .hero .eyebrow {
    margin-bottom: 13px;
    letter-spacing: .085em;
  }

  .hero .heading-primary.hero-title {
    margin-bottom: 17px;
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.03;
    letter-spacing: -.042em;
  }

  .hero .hero-lead {
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 1.58;
  }

  .home-visual {
    width: calc(100% - 32px);
    padding-top: 28px;
  }

  .home-audit-teaser {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .intro,
  .booking-teaser,
  .topics-section,
  .availability-section,
  .cta-section,
  .why-section,
  .trust-section,
  .trust-section.trust-section--single {
    padding-top: 50px;
    padding-bottom: 22px;
  }

  .home-visual-frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .home-visual-frame img {
    object-position: center;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding-bottom: 60px;
  }
}
