.page-hero h1 {
  max-width: 860px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.kind-standard .page-hero h1 {
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.08;
}

.kind-blog .page-hero,
.reading-page .page-hero {
  padding-top: 58px;
  padding-bottom: 42px;
}

.kind-blog .page-hero h1,
.reading-page .page-hero h1 {
  max-width: 960px;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.08;
}

@media (max-width: 820px) {
  .page-hero h1,
  .kind-standard .page-hero h1,
  .kind-blog .page-hero h1,
  .reading-page .page-hero h1 {
    font-size: clamp(30px, 8.2vw, 42px);
    line-height: 1.1;
  }
}
.store-badge-link{transition:transform .18s ease,filter .18s ease}.store-badge-link:hover{transform:translateY(-2px);filter:brightness(1.04)}.store-row .store-badge-static,.footer-store .store-badge-static{width:auto;flex:0 0 auto}.store-row>span:not(.store-badge){width:100%;flex-basis:100%}.store-badge-disabled{display:inline-flex;align-items:center;line-height:0}.store-badge-disabled img{filter:none}.article-contact-card{display:grid;gap:12px}.article-contact-card .btn{width:max-content;text-decoration:none;color:#fff}

.kind-contact .page-hero {
  gap: clamp(28px, 4vw, 56px);
}

.kind-contact .hero-visual {
  aspect-ratio: 16 / 9;
  max-height: 440px;
}

.kind-contact .hero-visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
}
