/* Editable mobile hero captions, over KJ's existing video. */
@media (max-width: 767px) {
  .hero #hero-label-heading,
  .hero #hero-label-sub {
    width: 92%;
    max-width: none;
    padding: 0;
    text-align: center;
  }
  .hero #hero-label-heading .hero-catch-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(44px, 13.33vw, 60px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #fff0d5;
    text-shadow: 0 1px 12px rgba(61, 32, 12, 0.18);
    white-space: nowrap;
    margin: 0;
  }
  .hero #hero-label-sub .hero-catch-sub {
    position: relative;
    z-index: 1;
    font-family: 'Noto Serif JP', 'Yu Mincho', serif;
    font-size: clamp(16px, 4.62vw, 20px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #754420;
    text-shadow: 0 0 6px #fffaf2, 0 0 14px #fffaf2;
    white-space: nowrap;
    margin: 0;
  }
  .hero #hero-label-sub::before {
    content: '';
    position: absolute;
    inset: -16px -5%;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 250, 242, .96) 0%, rgba(255, 250, 242, .86) 45%, rgba(255, 250, 242, .35) 72%, transparent 100%);
    filter: blur(9px);
  }
}
