/* First-class image heroes for existing Bridge/WPBakery pages. */
body.home .ks-hero {
  --ks-hero-image: url("https://kirifuda.today/wp-content/uploads/2026/09/kirifuda-heroes/kirifuda-team-huddle-20260917.png") !important;
}

body.page:not(.home) .title_outer {
  display: none !important;
}

body.page:not(.home) .content .container .container_inner.default_template_holder {
  overflow: hidden;
}

.ks-page-hero {
  align-items: flex-end;
  background-color: var(--ks-navy, #0a1930);
  background-image: var(--ks-page-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  isolation: isolate;
  margin: -56px -56px 48px;
  min-height: clamp(300px, 31vw, 470px);
  overflow: hidden;
  position: relative;
}

.ks-page-hero__shade {
  background: linear-gradient(90deg, rgba(7, 19, 35, .92) 0%, rgba(7, 19, 35, .72) 43%, rgba(7, 19, 35, .10) 100%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.ks-page-hero::after {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  content: "";
  height: min(37vw, 480px);
  position: absolute;
  right: -9vw;
  top: -17vw;
  width: min(37vw, 480px);
}

.ks-page-hero__inner {
  max-width: 800px;
  padding: clamp(36px, 5vw, 72px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.ks-page-hero__eyebrow {
  color: #ff9b90;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  margin: 0 0 16px;
}

.ks-page-hero h1 {
  color: #fff !important;
  font-family: inherit;
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}

.ks-page-hero--craft { background-position: center 58%; }
.ks-page-hero--lookbook { background-position: center 48%; }
.ks-page-hero--field { background-position: center 52%; }

@media (max-width: 1000px) {
  .ks-page-hero {
    margin: -32px -32px 34px;
    min-height: 310px;
  }
}

@media (max-width: 680px) {
  .ks-page-hero {
    margin: -22px -22px 28px;
    min-height: 270px;
  }

  .ks-page-hero__shade {
    background: linear-gradient(90deg, rgba(7, 19, 35, .91) 0%, rgba(7, 19, 35, .55) 100%);
  }

  .ks-page-hero::after { display: none; }
  .ks-page-hero__inner { padding: 32px 24px; }
  .ks-page-hero h1 { font-size: clamp(32px, 10vw, 46px); }
}
