.home-hero {
  background-image: linear-gradient(90deg, rgba(67, 45, 50, .56), rgba(183, 147, 153, .12)), url('/hero-pink-flowers.jpg');
}

.home-hero-copy {
  right: 5vw;
  bottom: 7vh;
  max-width: 820px;
}

.home-hero-kicker {
  margin: 0 0 18px;
  font: 700 12px Arial, sans-serif;
  letter-spacing: .26em;
  text-shadow: 0 1px 18px rgba(42, 26, 29, .55);
}

.home-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif TC", "Microsoft JhengHei", serif;
  font-size: clamp(43px, 5.8vw, 76px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: .075em;
  text-shadow: 0 3px 30px rgba(47, 30, 34, .3);
}

.home-hero-description {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .045em;
  text-shadow: 0 1px 18px rgba(42, 26, 29, .62);
}

.home-hero-en {
  margin: 18px 0 0;
  font: 400 13px "Bodoni 72", "Didot", "Times New Roman", serif;
  letter-spacing: .18em;
  opacity: .88;
  text-shadow: 0 1px 16px rgba(42, 26, 29, .5);
}

@media (max-width: 620px) {
  .home-hero {
    min-height: 650px;
  }

  .home-hero-copy {
    left: 7vw;
    right: 7vw;
    bottom: 6vh;
  }

  .home-hero-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .home-hero-copy h1 {
    font-size: 37px;
    line-height: 1.42;
    letter-spacing: .06em;
  }

  .home-hero-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .home-hero-en {
    margin-top: 14px;
    font-size: 10px;
    letter-spacing: .15em;
  }
}
