/* Shared editorial refresh — intentionally loaded before page styles. */
:root {
  --color-ink: #17110f;
  --color-wine-deep: #3b0b12;
  --color-champagne: #ead9b8;
  --color-sage: #6e7562;
  --container-wide: 1240px;
}

html body {
  background:
    radial-gradient(circle at 8% 18%, rgba(212, 175, 55, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbf8f3 0%, #f5efe6 48%, #fbf8f3 100%);
}

body main { overflow: hidden; }
body .rt-container { width: min(100% - 2rem, var(--container-wide)); max-width: var(--container-wide); margin-inline: auto; padding-inline: 0; }
body .section-index__number { font-weight: 700; letter-spacing: 0.06em; }
body .rt-ribbon { min-height: 2.7rem; padding-block: 0.45rem; }
body .rt-ribbon__inner { flex-direction: row; align-items: center; justify-content: center; max-width: var(--container-wide); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body .rt-header { top: 2.7rem; }
body .home-hero { align-items: start; }
body .home-hero__right { align-items: flex-start; padding-top: clamp(1rem, 3vw, 2.5rem); }

/* Consistent, legible actions across header, cards and forms. */
body .btn {
  min-height: 3rem;
  padding: 0.8rem 1.55rem;
  line-height: 1.15;
  white-space: nowrap;
  text-align: center;
}

body .btn-primary {
  background: linear-gradient(135deg, #8C1C2B, #6B111C);
  color: #fffaf2;
  border-color: #d4af37;
  box-shadow: 0 8px 22px rgba(59, 11, 18, 0.22), 0 0 0 1px rgba(212, 175, 55, 0.22);
}

body .btn-primary:hover,
body .btn-primary:focus-visible {
  background: linear-gradient(135deg, #9f2032, #771521);
  color: #ffffff;
  border-color: #e5c158;
  box-shadow: 0 12px 28px rgba(59, 11, 18, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.4);
}

body .rt-header__nav-link--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.4rem;
  background: linear-gradient(135deg, #8C1C2B, #6B111C);
  color: #fffaf2;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

body .rt-header__nav-item--cta .rt-header__nav-link--cta:hover,
body .rt-header__nav-item--cta .rt-header__nav-link--cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #a32234, #72131f);
}

body .home-hero__cta-row,
body .home-section__cta-row,
body .home-cta-card__actions,
body .menu-card__actions,
body .vip-cta-row,
body .vip-final-cta__actions,
body .lounge-final-cta__row,
body .reservation-channel-card__actions,
body .contact-form__footer,
body .pp-bottom-cta__actions,
body .legal-contact__actions,
body .disclaimer-cta__actions,
body .ty-actions {
  gap: 0.9rem;
}

body .contact-form__footer,
body .home-cta-card__actions,
body .vip-final-cta__actions,
body .lounge-final-cta__row {
  align-items: center;
}

.experience-ledger {
  position: relative;
  margin-block: clamp(3rem, 7vw, 6.5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border-radius: clamp(1.25rem, 3vw, 2.75rem);
  color: #f7efe4;
  background:
    radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.23), transparent 24rem),
    linear-gradient(135deg, var(--color-ink), var(--color-wine-deep));
  box-shadow: 0 30px 80px rgba(39, 12, 12, 0.24);
}

.experience-ledger::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(234, 217, 184, 0.24);
  border-radius: calc(clamp(1.25rem, 3vw, 2.75rem) - 0.5rem);
  pointer-events: none;
}

.experience-ledger__eyebrow {
  position: relative;
  margin: 0 0 1.25rem;
  color: #d9c49b;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.experience-ledger__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.experience-ledger h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff9f0;
  font-size: clamp(2.2rem, 4.7vw, 4.6rem);
  line-height: 0.98;
}

.experience-ledger__intro { color: rgba(255, 249, 240, 0.72); font-size: 1.05rem; max-width: 38rem; }
.experience-ledger__steps { display: grid; border-top: 1px solid rgba(234, 217, 184, 0.28); }
.experience-ledger__step { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(234, 217, 184, 0.2); }
.experience-ledger__number { font-family: var(--font-heading); font-size: 1.3rem; color: #d4af37; }
.experience-ledger__step h3 { margin: 0 0 0.35rem; color: #fff9f0; font-size: 1.15rem; }
.experience-ledger__step p { margin: 0; color: rgba(255, 249, 240, 0.65); font-size: 0.92rem; }
.experience-ledger__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.experience-ledger .btn-secondary { background: #f7efe4; color: var(--color-wine-deep); }
.experience-ledger .btn-ghost { color: #f7efe4; border-color: rgba(234, 217, 184, 0.5); }

.house-notes { margin-block: clamp(3rem, 7vw, 6rem); }
.house-notes__head { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.house-notes__kicker { color: var(--color-primary); font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; }
.house-notes__head h2 { margin: 0; max-width: 18ch; font-size: clamp(2rem, 4vw, 3.8rem); }
.house-notes__head p { margin: 0; max-width: 44rem; }
.house-notes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid rgba(107, 17, 28, 0.28); }
.house-note { padding: clamp(1.4rem, 3vw, 2.4rem); border-right: 1px solid rgba(107, 17, 28, 0.18); }
.house-note:last-child { border-right: 0; }
.house-note__mark { display: block; margin-bottom: 2.5rem; font-family: var(--font-heading); font-size: 2rem; color: var(--color-gold); }
.house-note h3 { font-size: 1.35rem; }
.house-note p { margin-bottom: 0; font-size: 0.92rem; }

.pull-quote { position: relative; margin-block: clamp(3rem, 7vw, 6rem); padding: clamp(2.5rem, 7vw, 6rem) clamp(1rem, 8vw, 7rem); text-align: center; }
.pull-quote::before, .pull-quote::after { content: ""; position: absolute; left: 50%; width: min(22rem, 60%); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.pull-quote::before { top: 0; }
.pull-quote::after { bottom: 0; }
.pull-quote blockquote { margin: 0 auto; max-width: 950px; font-family: var(--font-heading); font-size: clamp(1.9rem, 4vw, 4rem); line-height: 1.15; color: var(--color-heading); }
.pull-quote cite { display: block; margin-top: 1.25rem; color: var(--color-text-muted); font-style: normal; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; }

@media (max-width: 800px) {
  .experience-ledger__layout, .house-notes__head { grid-template-columns: 1fr; }
  .house-notes__grid { grid-template-columns: 1fr; }
  .house-note { border-right: 0; border-bottom: 1px solid rgba(107, 17, 28, 0.18); }
  .house-note:last-child { border-bottom: 0; }
  .house-note__mark { margin-bottom: 1rem; }
}

@media (max-width: 640px) {
  html body { padding-top: 2.7rem; }
  body .rt-container { width: min(100% - 1.25rem, var(--container-wide)); }
  body .rt-ribbon__inner { flex-direction: row; align-items: center; font-size: 0.64rem; letter-spacing: 0.1em; }
  body .rt-header { top: 2.7rem; }
  body .home-hero__right { padding-top: 0; }
  body .btn { width: 100%; min-height: 3.1rem; padding-inline: 1rem; white-space: normal; }
  body .rt-header__nav-link--cta { width: 100%; min-height: 2.9rem; }
  body .home-hero__cta-row,
  body .home-section__cta-row,
  body .home-cta-card__actions,
  body .menu-card__actions,
  body .vip-cta-row,
  body .vip-final-cta__actions,
  body .lounge-final-cta__row,
  body .reservation-channel-card__actions,
  body .contact-form__footer { width: 100%; align-items: stretch; }
}

/* A deeper, more useful footer replaces the former single ribbon of links. */
body .site-footer__invitation { margin-bottom: clamp(3rem, 6vw, 5rem); padding-block: 1.15rem; border-block: 1px solid rgba(234, 217, 184, 0.2); }
.site-footer__invitation-inner { display: grid; grid-template-columns: 1.2fr repeat(3, auto) 1.2fr; gap: clamp(1rem, 3vw, 2.5rem); align-items: center; color: #f8efe2; }
.site-footer__invitation p { margin: 0; color: #d4af37; font-family: var(--font-heading); font-size: 1.15rem; }
.site-footer__invitation div { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.site-footer__invitation div span { margin-right: 0.35rem; color: #d4af37; }
.site-footer__invitation a { justify-self: end; color: #f8efe2; font-size: 0.78rem; border-bottom: 1px solid rgba(234, 217, 184, 0.45); }
body .site-footer { padding-block: clamp(3rem, 6vw, 5rem); background: linear-gradient(145deg, #17110f, #310b11); border-top: 1px solid rgba(212, 175, 55, 0.55); }
body .site-footer__inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.site-footer .rt-brand__name, .site-footer .rt-brand__tagline { color: #f8efe2; }
body .site-footer__statement { max-width: 27rem; margin: 1.5rem 0; color: rgba(248, 239, 226, 0.65); }
body .site-footer__legal { color: rgba(248, 239, 226, 0.48); }
.site-footer__columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
body .site-footer__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; font-size: 0.76rem; }
body .site-footer__nav a { color: rgba(248, 239, 226, 0.68); }
body .site-footer__nav a:hover { color: #fff; }
.site-footer__label { margin-bottom: 0.45rem; color: #d4af37; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; }

@media (max-width: 820px) {
  .site-footer__invitation-inner { grid-template-columns: 1fr 1fr; }
  .site-footer__invitation a { justify-self: start; }
  body .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .site-footer__invitation-inner { grid-template-columns: 1fr; }
  .site-footer__columns { grid-template-columns: 1fr; }
  body .site-footer__nav { gap: 0.55rem; }
}
