.stay-promo {
  --stay-ink: #1d2c25;
  --stay-forest: #2f5d50;
  --stay-accent: #b77748;
  --stay-cream: #f3eee5;
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) 1.25rem;
  color: var(--stay-ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(183, 119, 72, 0.13), transparent 28rem),
    var(--stay-cream);
}

.stay-promo::before {
  content: "";
  position: absolute;
  inset: 1.5rem;
  border: 1px solid rgba(47, 93, 80, 0.14);
  border-radius: 2rem;
  pointer-events: none;
}

.stay-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.stay-photo-grid {
  position: relative;
  min-height: clamp(32rem, 56vw, 44rem);
}

.stay-photo {
  display: block;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(29, 44, 37, 0.18);
}

.stay-photo-main {
  width: min(90%, 42rem);
  height: clamp(28rem, 48vw, 39rem);
  border-radius: 12rem 12rem 1rem 1rem;
}

.stay-photo-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(52%, 23rem);
  height: clamp(13rem, 23vw, 19rem);
  border: 0.6rem solid var(--stay-cream);
  border-radius: 1rem;
}

.stay-kicker {
  margin: 0 0 1rem;
  color: var(--stay-accent);
  font: 500 0.75rem/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stay-copy h2 {
  max-width: 12ch;
  margin: 0;
  font: 500 clamp(3.3rem, 6.8vw, 6.6rem) / 0.88 "Cormorant Garamond", serif;
  letter-spacing: -0.045em;
}

.stay-copy h2 em {
  display: block;
  color: var(--stay-forest);
  font-weight: 400;
}

.stay-lead {
  max-width: 35rem;
  margin: 2rem 0 0;
  color: rgba(29, 44, 37, 0.72);
  font: 400 clamp(1.05rem, 1.7vw, 1.25rem) / 1.75 "Plus Jakarta Sans", sans-serif;
}

.stay-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.stay-facts li {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(47, 93, 80, 0.19);
  border-radius: 999px;
  color: var(--stay-forest);
  font: 600 0.75rem/1 "Plus Jakarta Sans", sans-serif;
}

.stay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.stay-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font: 700 0.88rem/1 "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.stay-actions a:hover {
  transform: translateY(-2px);
}

.stay-actions a:focus-visible,
.stay-other:focus-visible {
  outline: 3px solid rgba(183, 119, 72, 0.5);
  outline-offset: 4px;
}

.stay-primary {
  color: #fff;
  background: var(--stay-accent);
  box-shadow: 0 14px 30px rgba(183, 119, 72, 0.24);
}

.stay-primary:hover {
  box-shadow: 0 18px 36px rgba(183, 119, 72, 0.32);
}

.stay-secondary {
  border: 1px solid rgba(29, 44, 37, 0.2);
  color: var(--stay-ink);
  background: rgba(255, 255, 255, 0.3);
}

.stay-deposit {
  max-width: 34rem;
  margin: 1.25rem 0 0;
  color: rgba(29, 44, 37, 0.64);
  font: 500 0.8rem/1.6 "Plus Jakarta Sans", sans-serif;
}

.stay-other {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 2.2rem;
  color: rgba(29, 44, 37, 0.55);
  font: 500 0.72rem/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: lowercase;
}

.stay-modal-feature {
  overflow: hidden;
  border-radius: 1.35rem;
  color: #fff;
  background: var(--stay-ink, #1d2c25);
  box-shadow: 0 18px 40px rgba(29, 44, 37, 0.16);
}

.stay-modal-feature > img {
  display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;
}

.stay-modal-feature-copy {
  padding: 1.35rem;
}

.stay-modal-feature-copy > p:first-child {
  margin: 0 0 0.45rem;
  color: #e4a270;
  font: 600 0.65rem/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stay-modal-feature h4 {
  max-width: 12ch;
  margin: 0;
  font: 500 clamp(2.1rem, 8vw, 3.2rem) / 0.94 "Cormorant Garamond", serif;
  letter-spacing: -0.035em;
}

.stay-modal-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.stay-modal-facts span {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font: 600 0.66rem/1 "Plus Jakarta Sans", sans-serif;
}

.stay-modal-description {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font: 400 0.8rem/1.6 "Plus Jakarta Sans", sans-serif;
}

.stay-modal-book {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  margin-top: 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--stay-accent, #b77748);
  font: 700 0.82rem/1 "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.stay-modal-book:hover {
  transform: translateY(-1px);
  background: #c78453;
}

.stay-modal-deposit {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font: 500 0.68rem/1.55 "Plus Jakarta Sans", sans-serif;
}

.stay-modal-other-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin: 1rem 0 0;
  padding: 0.65rem;
  border: 0;
  color: rgba(29, 44, 37, 0.56);
  background: transparent;
  font: 600 0.7rem/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
  cursor: pointer;
}

.stay-modal-other-toggle span {
  font-size: 0.95rem;
  text-decoration: none;
}

.stay-modal-other-options {
  margin-top: 0.6rem;
}

.stay-modal-other-options[hidden] {
  display: none;
}

.stay-modal-book:focus-visible,
.stay-modal-other-toggle:focus-visible {
  outline: 3px solid rgba(183, 119, 72, 0.55);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .stay-promo {
    padding-inline: 1rem;
  }

  .stay-promo::before {
    inset: 0.75rem;
  }

  .stay-shell {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .stay-photo-grid {
    min-height: 31rem;
  }

  .stay-photo-main {
    width: 92%;
    height: 29rem;
  }

  .stay-photo-detail {
    height: 13rem;
  }

  .stay-copy h2 {
    font-size: clamp(3.7rem, 16vw, 5.6rem);
  }
}

@media (max-width: 520px) {
  .stay-photo-grid {
    min-height: 25rem;
  }

  .stay-photo-main {
    height: 23rem;
    border-radius: 8rem 8rem 0.8rem 0.8rem;
  }

  .stay-photo-detail {
    width: 56%;
    height: 10rem;
    border-width: 0.4rem;
  }

  .stay-actions {
    display: grid;
  }

  .stay-actions a {
    width: 100%;
  }

  .stay-modal-feature > img {
    height: 9rem;
  }

  .stay-modal-feature-copy {
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stay-actions a,
  .stay-modal-book {
    transition: none;
  }
}
