@media (max-width: 900px) {
  .hero-media img {
    object-position: 67% center;
  }

  .hero h1 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.55;
    letter-spacing: .02em;
    white-space: nowrap;
  }
}

/* Editorial photography system: each content topic carries its own visual cue. */
.feature-card {
  background-image: linear-gradient(160deg, rgba(3, 16, 38, .38), rgba(3, 18, 43, .9)), url("assets/feature-ai-agents-city.png");
  background-position: center;
  background-size: cover;
}
.feature-card:nth-child(2) {
  background-image: linear-gradient(160deg, rgba(3, 16, 38, .28), rgba(3, 18, 43, .92)), url("assets/feature-ai-operations.png");
  background-position: 62% center;
}
.feature-card:nth-child(3) {
  background-image: linear-gradient(160deg, rgba(3, 16, 38, .38), rgba(3, 18, 43, .9)), url("assets/ai-consulting-hero-illustration.png");
  background-position: 62% 40%;
}
.feature-card:nth-child(4) {
  background-image: linear-gradient(160deg, rgba(3, 16, 38, .22), rgba(3, 18, 43, .88)), url("assets/feature-ai-news-earth.png");
  background-position: 68% center;
}
.service-image img {
  object-position: 62% center;
}
.journal-thumb--city {
  background-image: linear-gradient(rgba(4, 23, 52, .25), rgba(4, 23, 52, .68)), url("assets/feature-ai-agents-city.png");
}
.journal-thumb--desk {
  background: linear-gradient(rgba(4, 23, 52, .2), rgba(4, 23, 52, .58)), url("assets/feature-ai-operations.png") 62% center / cover;
}
.journal-thumb--people {
  background: linear-gradient(rgba(4, 23, 52, .18), rgba(4, 23, 52, .62)), url("assets/ryoya-interview-hero.png") 70% 35% / cover;
}
.kasuhara {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #06338d;
}

.faq-page-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  margin-top: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}
.kasuhara::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(5, 39, 109, .98) 0%, rgba(7, 68, 183, .9) 52%, rgba(4, 31, 77, .26) 100%), url("assets/kasuhara-support-banner.png") right center / cover no-repeat;
}
