.chicnest-hero {
  position: relative;
  min-height: clamp(560px, 39vw, 750px);
  overflow: hidden;
  background: #f5efe6;
  color: var(--chicnest-hero-text);
}

.chicnest-hero__media,
.chicnest-hero__media img,
.chicnest-hero__media picture {
  width: 100%;
  height: 100%;
}

.chicnest-hero__media {
  position: absolute;
  inset: 0;
}

.chicnest-hero__media img {
  display: block;
  object-fit: cover;
}

.chicnest-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 243, 235, 0.96) 0%, rgba(248, 243, 235, 0.84) 27%, rgba(248, 243, 235, 0.08) 57%, rgba(248, 243, 235, 0) 100%);
  pointer-events: none;
}

.chicnest-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 39vw, 750px);
}

.chicnest-hero__content {
  width: min(520px, 47%);
  padding: 64px 0;
}

.chicnest-hero__content--center {
  text-align: center;
}

.chicnest-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.chicnest-hero__heading {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.chicnest-hero__description {
  max-width: 470px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.7;
  color: inherit;
  opacity: 0.82;
}

.chicnest-hero__content--center .chicnest-hero__description {
  margin-inline: auto;
}

.chicnest-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 30px;
  padding: 12px 28px;
  border: 1px solid var(--chicnest-hero-button);
  background: var(--chicnest-hero-button);
  color: var(--chicnest-hero-button-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.chicnest-hero__button:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

@media screen and (max-width: 749px) {
  .chicnest-hero {
    min-height: auto;
    background: #f6f0e7;
  }

  .chicnest-hero__media {
    position: relative;
    height: min(118vw, 700px);
  }

  .chicnest-hero__media img {
    object-position: center top;
  }

  .chicnest-hero__inner {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .chicnest-hero__content {
    width: 100%;
    padding: 34px 0 42px;
    text-align: left;
  }

  .chicnest-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .chicnest-hero__heading {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .chicnest-hero__description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .chicnest-hero__button {
    width: 100%;
    margin-top: 24px;
  }
}
