.suite-page { background: var(--ink); }

.suite-hero {
  position: relative;
  width: min(100% - 32px, 1440px);
  height: min(78vh, 790px);
  min-height: 600px;
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 109, 0.34);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.suite-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 25, 0.9) 0%, rgba(5, 18, 25, 0.62) 43%, rgba(5, 18, 25, 0.06) 76%);
  pointer-events: none;
}
.carousel-inner { height: 100%; display: flex; transition: transform 650ms cubic-bezier(0.22, 0.75, 0.18, 1); }
.carousel-item { min-width: 100%; height: 100%; }
.carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.suite-hero__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(34px, calc((100vw - 1180px) / 2));
  width: min(560px, calc(100% - 68px));
  transform: translateY(-50%);
}
.suite-hero__content h1 {
  margin: 0;
  font-family: "Alice", serif;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.suite-hero__lead { max-width: 490px; margin: 22px 0 26px; color: var(--ivory-soft); font-size: clamp(1rem, 1.8vw, 1.18rem); }
.suite-hero__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.suite-hero__facts span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 23, 31, 0.36);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}
.carousel-button {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(7, 23, 31, 0.46);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, border-color 180ms ease;
}
.carousel-button:hover { border-color: var(--gold); background: var(--ink); }
.carousel-button.prev { right: 78px; }

.suite-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 8vw, 110px);
  align-items: start;
  padding: clamp(90px, 11vw, 150px) 20px;
}
.suite-intro .section-heading { position: sticky; top: 130px; }
.suite-intro__copy { color: var(--ivory-soft); font-size: 1.08rem; }
.suite-intro__copy p { margin: 0 0 22px; }
.suite-intro__signature { color: var(--gold); font-family: "Pinyon Script", cursive; font-size: 2rem; }

.amenities-section { padding: clamp(80px, 10vw, 130px) 20px; background: var(--ivory); color: var(--ink); }
.amenities-section__head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 46px; }
.amenities-section__head p:last-child { max-width: 430px; margin: 0; color: #50636a; }
.amenities-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.amenity-card {
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 31, 0.13);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.amenity-card:nth-child(4), .amenity-card:nth-child(5) { grid-column: span 6; }
.amenity-card img { width: 100%; height: 260px; object-fit: cover; }
.amenity-card__body { padding: 24px; }
.amenity-card h3 { margin: 0 0 9px; font-family: "Alice", serif; font-size: 1.38rem; font-weight: 400; }
.amenity-card p { margin: 0; color: #53666d; font-size: 0.92rem; }

.booking-section { padding: clamp(80px, 10vw, 140px) 20px; }
.booking-section__header { max-width: 760px; margin-bottom: 46px; }
.booking-layout { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: 20px; align-items: start; }
.rate-card, .contact-card {
  border: 1px solid rgba(214, 181, 109, 0.28);
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}
.rate-card { position: sticky; top: 120px; padding: clamp(26px, 4vw, 42px); }
.rate-card h3 { margin: 0 0 26px; font-family: "Alice", serif; font-size: 1.8rem; font-weight: 400; }
.rate-list { display: grid; margin: 0 0 26px; }
.rate-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.rate-row span:first-child { color: var(--ivory-soft); }
.rate-row strong { color: var(--gold); font-family: "Alice", serif; font-size: 1.25rem; font-weight: 400; white-space: nowrap; }
.rate-note { margin: 0; color: var(--muted); font-size: 0.78rem; }
.direct-contact { display: grid; gap: 10px; margin-top: 30px; }
.direct-contact__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: var(--ivory-soft);
  font-size: 0.88rem;
  font-weight: 750;
}
.direct-contact__link:hover { border-color: var(--gold); color: var(--gold); }
.direct-contact__link span { color: var(--gold); }

.contact-card { padding: clamp(28px, 5vw, 54px); }
.contact-card h2 { margin: 0 0 10px; font-family: "Alice", serif; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 400; line-height: 1.1; }
.contact-card__lead { margin: 0 0 34px; color: var(--muted); }
.contact-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .contact-form legend { color: var(--ivory-soft); font-size: 0.84rem; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(214, 181, 109, 0.35);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  transition: border-color 160ms ease, background 160ms ease;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field select option { color: var(--ink); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--gold); background: rgba(255, 255, 255, 0.1); outline: none; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #79909a; }
.contact-choice { margin: 0; padding: 0; border: 0; }
.contact-choice legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice-option { position: relative; }
.choice-option input { position: absolute; opacity: 0; pointer-events: none; }
.choice-option label {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  color: var(--ivory-soft);
  cursor: pointer;
  text-align: center;
}
.choice-option input:checked + label { border-color: var(--gold); background: rgba(214, 181, 109, 0.15); color: var(--gold); }
.choice-option input:focus-visible + label { outline: 3px solid var(--gold); outline-offset: 3px; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 0.78rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold); }
.submit { width: 100%; min-height: 56px; border: 0; cursor: pointer; }
.form-hint { margin: -8px 0 0; color: #78909a; font-size: 0.76rem; text-align: center; }
.form-status { margin-bottom: 24px; padding: 14px 16px; border: 1px solid rgba(214, 181, 109, 0.38); border-radius: 12px; background: rgba(214, 181, 109, 0.1); color: var(--ivory-soft); font-size: 0.86rem; }
.form-status a { color: var(--gold); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { margin-bottom: 26px; padding: 16px 18px; border: 1px solid currentColor; border-radius: 12px; font-weight: 750; }
.alert-success { color: #b9dbbd; background: rgba(111, 150, 117, 0.16); }
.alert-danger { color: #ffc2bd; background: rgba(220, 139, 135, 0.12); }

@media (max-width: 920px) {
  .suite-hero::after { background: linear-gradient(0deg, rgba(5, 18, 25, 0.92) 0%, rgba(5, 18, 25, 0.3) 76%); }
  .suite-hero__content { top: auto; right: 28px; bottom: 80px; left: 28px; width: auto; transform: none; }
  .suite-intro, .booking-layout { grid-template-columns: 1fr; }
  .suite-intro .section-heading, .rate-card { position: static; }
  .amenity-card, .amenity-card:nth-child(4), .amenity-card:nth-child(5) { grid-column: span 6; }
  .amenity-card:last-child { grid-column: 4 / span 6; }
}

@media (max-width: 640px) {
  .suite-hero { width: calc(100% - 20px); min-height: 650px; border-radius: 20px; }
  .suite-hero__content { right: 22px; bottom: 92px; left: 22px; }
  .suite-hero__facts span { font-size: 0.68rem; }
  .amenities-section__head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .amenity-card, .amenity-card:nth-child(4), .amenity-card:nth-child(5), .amenity-card:last-child { grid-column: 1 / -1; }
  .amenity-card img { height: 230px; }
  .form-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
}
