/* =========================================================
   83 Hero
   83rd Warehouse Visual Band
========================================================= */

.p-hero83 {
  position: relative;
  overflow: hidden;

  min-height: 140px;

  color: #ffffff;
  background: var(--soho-black, #0e0d0a);
}

.p-hero83__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-hero83__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-hero83__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}

.p-hero83::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.48) 30%,
      rgba(0, 0, 0, 0.22) 58%,
      rgba(0, 0, 0, 0.42) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.38) 0%,
      rgba(0, 0, 0, 0.12) 45%,
      rgba(0, 0, 0, 0.48) 100%
    );
}

.p-hero83__inner {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: min(100%, 1180px);
  min-height: inherit;
  margin: 0;
  padding: 16px 56px;
}

.p-hero83__kicker {
  margin: 0 0 6px;

  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;

  color: var(--soho-gold, #b48d4b);
}

.p-hero83[data-lang="en"] .p-hero83__kicker {
  font-family: var(--soho-font-en, serif);
}

.p-hero83__title {
  margin: 0;

  max-width: 620px;

  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.12;
  letter-spacing: 0.045em;
  font-weight: 400;
}

.p-hero83[data-lang="en"] .p-hero83__title {
  font-family: var(--soho-font-en, serif);
  letter-spacing: 0.04em;
}

.p-hero83__lead {
  margin: 8px 0 0;

  max-width: 560px;

  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   Layout Variations
========================================================= */

.p-hero83--content-wide {
  min-height: 140px;
}

.p-hero83--band {
  min-height: 120px;
}

.p-hero83--band .p-hero83__inner {
  padding-top: 14px;
  padding-bottom: 14px;
}

.p-hero83--compact {
  min-height: 100px;
}

.p-hero83--compact .p-hero83__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-hero83--compact .p-hero83__lead {
  display: none;
}

/* =========================================================
   Mobile
   TOPはフルスクリーンHero
   下層は軽量Band Hero
========================================================= */

@media screen and (max-width: 960px) {
  .p-hero83--content-wide {
    min-height: 100svh;
    height: 100svh;
  }

  .p-hero83--band {
    min-height: 190px;
    height: auto;
  }

  .p-hero83--compact {
    min-height: 140px;
    height: auto;
  }

  .p-hero83__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .p-hero83__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
  }

  .p-hero83::before {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.94) 0%,
        rgba(0, 0, 0, 0.84) 42%,
        rgba(0, 0, 0, 0.42) 72%,
        rgba(0, 0, 0, 0.16) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.08) 48%,
        rgba(0, 0, 0, 0.34) 100%
      );
  }

  .p-hero83__inner {
    justify-content: center;
    align-items: flex-start;

    width: 100%;
    min-height: 100%;
    max-width: none;

    padding:
      max(48px, env(safe-area-inset-top) + 24px)
      24px
      max(54px, env(safe-area-inset-bottom) + 28px);
  }

  .p-hero83__kicker {
    position: relative;

    margin: 0 0 44px;
    padding-bottom: 14px;

    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: none;

    color: var(--soho-gold, #b48d4b);
  }

  .p-hero83__kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 58px;
    height: 2px;

    background: var(--soho-red, #891d21);
  }

  .p-hero83__title {
    max-width: 6.4em;

    font-size: clamp(30px, 7.8vw, 44px);
    line-height: 1.26;
    letter-spacing: 0.03em;
    font-weight: 400;
  }

  .p-hero83__lead {
    margin: 52px 0 0;

    max-width: 13.5em;

    font-size: clamp(14px, 3.7vw, 18px);
    line-height: 1.9;
    letter-spacing: 0.045em;
    color: rgba(255, 255, 255, 0.92);
  }

  .p-hero83--band .p-hero83__inner,
  .p-hero83--compact .p-hero83__inner {
    min-height: inherit;
    padding: 26px 22px;
  }

  .p-hero83--band .p-hero83__kicker,
  .p-hero83--compact .p-hero83__kicker {
    margin-bottom: 13px;
    padding-bottom: 9px;

    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .p-hero83--band .p-hero83__kicker::after,
  .p-hero83--compact .p-hero83__kicker::after {
    width: 42px;
    height: 1px;
  }

  .p-hero83--band .p-hero83__title,
  .p-hero83--compact .p-hero83__title {
    max-width: 9em;

    font-size: clamp(21px, 5.8vw, 28px);
    line-height: 1.28;
  }

  .p-hero83--band .p-hero83__lead,
  .p-hero83--compact .p-hero83__lead {
    margin-top: 12px;
    max-width: 17em;

    font-size: 12px;
    line-height: 1.65;
  }

  .p-hero83--compact .p-hero83__lead {
    display: none;
  }
}
