/* Jackson Douglas private events — scoped to main.private-room-page */
main.private-room-page {
  padding: 100px 28px 120px;
  max-width: 720px;
  margin: 0 auto;
}

.private-room-hero {
  text-align: center;
  margin-bottom: 2.75rem;
}
.private-room-hero .tag {
  margin-bottom: 0.75rem;
}
.private-room-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 4.5vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.15;
}
.private-room-hero > p {
  margin-top: 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(242, 232, 208, 0.55);
}
.private-room-hero-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 1.35rem;
  color: var(--gold);
}
.private-room-hero-rule span {
  font-size: 0.85rem;
  opacity: 0.85;
}
.private-room-hero-rule::before,
.private-room-hero-rule::after {
  content: "";
  width: 72px;
  max-width: 22vw;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-dk));
}
.private-room-hero-rule::after {
  background: linear-gradient(to left, transparent, var(--gold-dk));
}

.private-room-body {
  color: rgba(242, 232, 208, 0.72);
}
.private-room-lead {
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 2rem;
}
.private-room-subhead {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}
.private-room-list {
  list-style: none;
  margin: 0 0 2.75rem;
  padding: 0;
  border: 1px solid rgba(198, 146, 42, 0.15);
  border-radius: 3px;
  background: linear-gradient(160deg, var(--peat) 0%, var(--bark) 100%);
}
.private-room-list li {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(198, 146, 42, 0.08);
  padding-left: 2.75rem;
  position: relative;
}
.private-room-list li:last-child {
  border-bottom: none;
}
.private-room-list li::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 1.35rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-dk);
}

.private-room-contact {
  text-align: center;
  padding: 2.25rem 1.5rem;
  border: 1px solid rgba(198, 146, 42, 0.22);
  border-radius: 3px;
  background: rgba(12, 10, 6, 0.35);
}
.private-room-contact h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}
.private-room-contact > p:first-of-type {
  font-size: 0.88rem;
  color: rgba(242, 232, 208, 0.55);
  margin-bottom: 1.25rem;
  line-height: 1.65;
}
.private-room-contact .btn-gold {
  margin-bottom: 1.25rem;
  word-break: break-all;
  justify-content: center;
}
.private-room-call {
  font-size: 0.88rem;
  color: rgba(242, 232, 208, 0.55);
}
.private-room-call a {
  color: var(--gold-lt);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.private-room-call a:hover {
  color: var(--cream);
}

@media (max-width: 640px) {
  main.private-room-page {
    padding: 88px 16px 96px;
  }
  .private-room-list li {
    padding-left: 2.35rem;
    font-size: 0.86rem;
  }
}
