.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: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 7px 12px 7px 25px;
  margin: 0 0 14px;
  background: rgba(20, 18, 16, .94);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(20, 16, 13, .2);
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.hero-studio__kicker::before {
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  margin-left: -13px;
  background: #e31b23;
  content: '';
}

.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: 24px;
  left: 218px;
  display: grid;
  width: 260px;
  height: auto !important;
  min-height: 96px;
  gap: 6px;
  align-content: center;
  padding: 14px 17px 15px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-left: 4px solid #e31b23;
  background: rgba(20, 18, 16, .95);
  color: #fff;
  font-family: var(--display);
  box-shadow: 0 10px 28px rgba(20, 16, 13, .18);
  text-transform: uppercase;
  backdrop-filter: blur(3px);
}

.hero-studio .hero-studio__promise span {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  opacity: .78;
}

.hero-studio .hero-studio__promise strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  line-height: .9;
}

.hero-studio .hero-studio__promise em {
  color: #e31b23;
  font-size: clamp(40px, 3vw, 52px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.04em;
}

.hero-studio .hero-studio__promise b {
  font-size: clamp(19px, 1.45vw, 25px);
  font-weight: 600;
  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: 22px;
    left: 184px;
    width: 246px;
    min-height: 92px;
  }
}

@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 {
    inset: 0;
    width: auto;
    pointer-events: none;
  }

  .hero-studio__kicker {
    position: absolute;
    top: 18px;
    left: 50%;
    min-height: 25px;
    padding: 6px 9px 6px 20px;
    margin: 0;
    font-size: 8px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .hero-studio__kicker::before {
    width: 3px;
    height: 3px;
    margin-left: -10px;
  }

  .hero-studio .hero-studio__copy h1 {
    position: absolute;
    top: 54px;
    left: 50%;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: .8;
    text-align: center;
    transform: translateX(-50%);
  }

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

  .hero-studio .hero-studio__promise {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    display: flex;
    width: max-content;
    max-width: calc(100% - 36px);
    min-height: 42px;
    gap: 8px;
    align-items: center;
    padding: 9px 15px 10px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(20, 18, 16, .95);
    box-shadow: 0 8px 24px rgba(20, 16, 13, .22);
    backdrop-filter: blur(3px);
    transform: translateX(-50%);
  }

  .hero-studio .hero-studio__promise span {
    flex: 0 0 auto;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
  }

  .hero-studio .hero-studio__promise strong {
    flex: 0 0 auto;
    gap: 6px;
    white-space: nowrap;
  }

  .hero-studio .hero-studio__promise em {
    font-size: 28px;
  }

  .hero-studio .hero-studio__promise b {
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

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

  .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 {
    inset: 0;
    width: auto;
  }

  .hero-studio__kicker {
    top: 14px;
    left: 50%;
  }

  .hero-studio .hero-studio__copy h1 {
    top: 49px;
    left: 50%;
    font-size: 37px;
  }

  .hero-studio .hero-studio__promise {
    right: auto;
    bottom: 18px;
    left: 50%;
    min-height: 40px;
    gap: 7px;
    padding: 8px 13px 9px;
  }

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

  .hero-studio .hero-studio__promise em {
    font-size: 26px;
  }

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

}
