.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #d2fc53;
  color: #20221f;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: clamp(720px, 58vw, 850px);
  padding-block: clamp(112px, 10.5vw, 155px) 28px;
}

.hero h1 {
  width: fit-content;
  max-width: 66%;
  margin: 0;
  color: #20221f;
  font-size: clamp(72px, 8.55vw, 126px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.067em;
}

.hero h1 > span { display: block; white-space: nowrap; }

.hero-art {
  position: absolute;
  z-index: 0;
  inset: 0 0 120px auto;
  width: 40%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.hero-art img {
  position: absolute;
  top: -130px;
  left: 0;
  display: block;
  width: 132%;
  max-width: none;
  height: auto;
}

.hero .hero-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: auto 0 0;
  padding-top: 76px;
}

.hero .hero-intro p {
  max-width: 600px;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.32;
  letter-spacing: -0.025em;
}

.hero .hero-intro .button {
  flex-shrink: 0;
  min-width: 235px;
  margin-top: 0;
}

.hero .hero-footnote {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 13px;
  border-top: 1px solid rgb(32 34 31 / 45%);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

@media (min-width: 1700px) {
  .hero-art { width: calc(50% - 135px); }
  .hero-art img { width: 870px; }
}

@media (max-width: 1000px) and (min-width: 701px) {
  .hero-inner { min-height: 690px; padding-top: 108px; }
  .hero h1 { font-size: 8.55vw; }
  .hero-art { bottom: 180px; }
  .hero-art img { top: -38px; width: 145%; }
  .hero .hero-intro { gap: 28px; padding-top: 85px; }
  .hero .hero-intro p { max-width: 430px; font-size: 18px; }
  .hero .hero-intro .button { min-width: 0; padding: 18px 24px; font-size: 15px; }
  .hero .hero-intro .desktop-break { display: none; }
  .hero .hero-footnote { margin-top: 36px; font-size: 12px; }
}

@media (max-width: 700px) {
  .hero-inner { display: block; min-height: 0; padding-block: 50px 24px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(45px, 14vw, 62px);
    font-weight: 650;
    line-height: 0.99;
    letter-spacing: -0.085em;
  }
  .hero-art { inset: 232px 0 auto auto; width: 70%; height: 222px; }
  .hero-art img { top: -67px; left: 0; width: 340px; max-width: none; }
  .hero .hero-intro { display: block; margin: 248px 0 0; padding: 0; }
  .hero .hero-intro p { max-width: 390px; font-size: 17px; line-height: 1.4; letter-spacing: -0.02em; }
  .hero .hero-intro .button { min-width: 0; min-height: 52px; margin-top: 24px; padding: 16px 23px; font-size: 15px; }
  .hero .hero-footnote { gap: 22px; margin-top: 32px; padding-top: 13px; font-size: 11px; line-height: 1.4; }
  .hero .hero-footnote span { max-width: 48%; }
  .hero .hero-footnote span:last-child { text-align: right; }
}

@media (max-width: 370px) {
  .hero h1 { letter-spacing: -0.09em; }
}
