.hero-studio {
  padding-top: 76px;
  background: #f7f2eb;
  color: #151311;
}

.hero-studio__topline {
  display: none;
}

.hero-studio__stage {
  position: relative;
  min-height: clamp(590px, 47vw, 760px);
  overflow: hidden;
  background: #e9ded2;
}

.hero-studio__media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.hero-studio__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 242, 235, .32) 0, rgba(247, 242, 235, .08) 26%, transparent 43%),
    linear-gradient(180deg, rgba(247, 242, 235, .08), transparent 28%);
  content: '';
  pointer-events: none;
}

.hero-studio__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 53%;
}

.hero-studio__copy {
  position: absolute;
  top: clamp(34px, 4.8vw, 76px);
  left: clamp(28px, 7.8vw, 150px);
  z-index: 3;
  display: block;
  width: min(590px, 46vw);
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #151311;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-studio__kicker {
  position: static;
  display: block;
  margin: 0 0 12px;
  color: #d71920;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-studio .hero-studio__copy h1 {
  position: static;
  display: grid;
  width: max-content;
  margin: 0;
  color: #151311;
  font-family: var(--display);
  font-size: clamp(48px, 4.6vw, 76px);
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.04em;
  text-align: left;
  text-transform: uppercase;
}

.hero-studio .hero-studio__copy h1 span {
  display: block;
}

.hero-studio .hero-studio__copy h1 span + span {
  margin-top: 8px;
  color: #d71920;
  font-size: .72em;
  letter-spacing: -.02em;
}

.hero-studio .hero-studio__promise {
  position: absolute;
  top: 32px;
  left: 205px;
  display: grid;
  width: 230px;
  gap: 4px;
  padding: 11px 14px;
  margin: 0;
  border-left: 3px solid #d71920;
  background: rgba(247, 242, 235, .86);
  font-family: var(--display);
  box-shadow: 0 8px 26px rgba(28, 22, 18, .08);
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.hero-studio .hero-studio__promise span {
  color: #d71920;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
}

.hero-studio .hero-studio__promise strong {
  color: #151311;
  font-size: clamp(21px, 1.65vw, 28px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.01em;
}

.hero-studio__offer {
  position: relative;
  z-index: 4;
  min-height: 108px;
  border-top: 1px solid #d8cfc3;
  background: #fbf8f3;
}

@media (max-width: 1120px) {
  .hero-studio__stage {
    min-height: clamp(520px, 58vw, 650px);
  }

  .hero-studio__copy {
    top: 34px;
    left: 34px;
    width: 500px;
  }

  .hero-studio .hero-studio__copy h1 {
    font-size: clamp(48px, 6vw, 64px);
  }

  .hero-studio .hero-studio__promise {
    top: 28px;
    left: 178px;
    width: 214px;
  }
}

@media (max-width: 760px) {
  .hero-studio {
    padding-top: 64px;
  }

  .hero-studio__stage {
    min-height: clamp(365px, 105vw, 500px);
  }

  .hero-studio__media img {
    object-position: 50% 52%;
  }

  .hero-studio__media::after {
    background:
      linear-gradient(90deg, rgba(247, 242, 235, .3), transparent 62%),
      linear-gradient(180deg, rgba(247, 242, 235, .12), transparent 34%);
  }

  .hero-studio__copy {
    top: 18px;
    left: 18px;
    width: 190px;
  }

  .hero-studio__kicker {
    margin-bottom: 8px;
    font-size: 8px;
  }

  .hero-studio .hero-studio__copy h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: .8;
  }

  .hero-studio .hero-studio__copy h1 span + span {
    margin-top: 5px;
  }

  .hero-studio .hero-studio__promise {
    position: static;
    max-width: 170px;
    width: auto;
    padding: 8px 10px;
    margin-top: 12px;
    border-left-width: 2px;
    background: rgba(247, 242, 235, .9);
    box-shadow: 0 5px 18px rgba(28, 22, 18, .08);
    backdrop-filter: blur(4px);
  }

  .hero-studio .hero-studio__promise span {
    font-size: 8px;
  }

  .hero-studio .hero-studio__promise strong {
    font-size: 17px;
    line-height: .96;
  }

  .hero-studio__offer {
    padding: 12px 16px 16px;
  }
}

@media (max-width: 420px) {
  .hero-studio {
    padding-top: 58px;
  }

  .hero-studio__stage {
    min-height: 390px;
  }

  .hero-studio__copy {
    top: 15px;
    left: 14px;
    width: 168px;
  }

  .hero-studio .hero-studio__copy h1 {
    font-size: 35px;
  }

  .hero-studio .hero-studio__promise strong br {
    display: none;
  }
}
