:root {
  --black: #070707;
  --soft: #101010;
  --gold: #d4af37;
  --gold-bright: #f0d879;
  --champagne: #c8b57f;
  --forest: #172015;
  --light: #f5f1e7;
  --muted: #b8ad94;
  --line: rgba(212, 175, 55, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--light);
  font-family: Montserrat, Inter, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(212, 175, 55, .16), transparent 30%),
    radial-gradient(circle at 84% 60%, rgba(55, 82, 46, .22), transparent 36%),
    linear-gradient(180deg, #020202, #0a0a0a 48%, #050505);
}

.page-glow {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .045), transparent);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 5vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .3), transparent);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 0 0 auto;
  color: var(--champagne);
  text-decoration: none;
  letter-spacing: .34em;
  font-size: 14px;
}

.brand-mark {
  color: var(--gold);
  font-size: 21px;
  text-shadow: 0 0 20px rgba(212, 175, 55, .8);
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

nav a {
  color: #ddd0ad;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .16em;
  opacity: .88;
}

.nav-cta {
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 999px;
}

.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 5vw;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
}

.hero-video {
  position: relative;
  min-height: 100vh;
  padding: 0;
  display: block;
  overflow: hidden;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-wrap video,
.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero-bg-image {
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .45) 42%, rgba(7, 7, 7, .88) 100%),
    radial-gradient(circle at 50% 20%, rgba(212, 175, 55, .12), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 80px;
}

.hero-tagline {
  max-width: 760px;
  margin: 0 auto 20px;
  font-family: Georgia, serif;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.55;
  color: #e8dcc4;
}

.hero-content h1 {
  max-width: 900px;
  font-size: clamp(30px, 4.8vw, 58px);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 920px;
  margin: 26px auto 10px;
}

.hero-badges span {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, .42);
  color: #e8dcc4;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.hero-symbol {
  width: min(360px, 72vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 18px auto 4px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, .13), rgba(255, 255, 255, .02) 45%, transparent 68%);
  box-shadow: inset 0 0 80px rgba(212, 175, 55, .05), 0 0 100px rgba(212, 175, 55, .08);
}

.hero-symbol span,
.pyramid-mark,
.render-pyramid {
  width: 55%;
  aspect-ratio: 1;
  clip-path: polygon(50% 5%, 96% 90%, 4% 90%);
  background: linear-gradient(135deg, rgba(169, 125, 25, .25), var(--gold-bright), rgba(169, 125, 25, .25));
  filter: drop-shadow(0 0 32px rgba(212, 175, 55, .35));
}

.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: .32em;
  color: var(--champagne);
  font-size: 12px;
}

h1,
h2,
h3 {
  font-family: Cinzel, "Trajan Pro", Georgia, serif;
  font-weight: 400;
  line-height: 1.12;
  color: #f8edd0;
  text-wrap: balance;
}

h1 {
  max-width: 1080px;
  margin: 24px auto;
  font-size: clamp(40px, 7vw, 94px);
}

h2 {
  margin: 12px 0 24px;
  font-size: clamp(34px, 5vw, 70px);
}

h3 {
  margin: 18px 0 12px;
  font-size: clamp(25px, 3vw, 36px);
}

p {
  color: #cfc4ac;
}

.lead {
  max-width: 820px;
  margin: 0 auto 34px;
  color: #d4ccb8;
  font-size: clamp(17px, 2vw, 22px);
}

.lead.narrow {
  max-width: 900px;
}

.lead-stack {
  max-width: 880px;
  margin: 0 auto 34px;
}

.lead-stack p {
  margin: 7px 0;
  color: #d4ccb8;
  font-size: clamp(17px, 2vw, 22px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  padding: 15px 24px;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #a97d19, var(--gold-bright), #a97d19);
  color: #080808;
  box-shadow: 0 0 36px rgba(212, 175, 55, .22);
}

.btn-secondary {
  border: 1px solid var(--line);
  color: #eddcae;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  text-decoration: none;
}

button.text-link {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

.content-section,
.pillar-section,
.render-section,
.split-content,
.suites-section,
.story-section,
.audience-section {
  border-top: 1px solid var(--line);
}

.narrative {
  max-width: 900px;
}

.narrative p,
.flow-copy p,
.room-copy p {
  font-size: 17px;
}

.rhythm-lines {
  margin: 24px 0 30px;
}

.rhythm-lines p,
.reservation-lines p {
  margin: 6px 0;
  color: #f0d879;
  font-family: Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.35;
}

.name-grid,
.pillar-grid,
.render-grid,
.suite-cards,
.audience-grid {
  display: grid;
  gap: 18px;
}

.name-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.name-grid article,
.pillar-grid article,
.suite-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  padding: 32px 26px;
}

.name-grid span,
.pillar-grid span {
  display: block;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: .16em;
}

.statement {
  max-width: 980px;
  margin-top: 44px;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
}

.statement p,
p.statement {
  color: var(--gold-bright);
}

.gold-path {
  margin-top: 54px;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 175, 55, .14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012));
}

.gold-path-intro {
  max-width: 760px;
  margin: 0 0 28px;
  color: #f8edd0;
  font-family: Georgia, serif;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.24;
}

.gold-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.gold-path-grid span {
  display: flex;
  min-height: 155px;
  align-items: end;
  padding: 26px;
  background: rgba(7, 7, 7, .82);
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: clamp(21px, 2.5vw, 32px);
  line-height: 1.2;
}

.essence-card {
  margin-top: 54px;
  padding: 42px;
  border: 1px solid var(--line);
  background: radial-gradient(circle at top, rgba(212, 175, 55, .12), rgba(255, 255, 255, .025) 48%, transparent);
  text-align: center;
}

.essence-card p {
  margin: 0 0 26px;
  color: #f8edd0;
  font-family: Georgia, serif;
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1.24;
}

.essence-card div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.essence-card span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--gold-bright);
  background: rgba(0, 0, 0, .32);
}

.pillar-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.render-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 52px;
  align-items: center;
}

.render-grid {
  grid-template-columns: repeat(2, 1fr);
}

.render-card {
  min-height: 500px;
  display: grid;
  align-content: end;
  justify-items: stretch;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: #0a0a0a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.render-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.render-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.render-photo::before,
.render-photo::after,
.render-video::before,
.render-video::after {
  display: none;
}

.render-card::before,
.room-visual::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(212, 175, 55, .13);
  transform: rotate(45deg);
}

.render-card::after,
.room-visual::after {
  content: "";
  position: absolute;
  left: -15%;
  right: -15%;
  bottom: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 216, 121, .45), transparent);
}

.render-terra {
  background:
    radial-gradient(circle at 48% 24%, rgba(81, 112, 67, .24), transparent 34%),
    linear-gradient(160deg, rgba(197, 176, 125, .05), rgba(23, 32, 21, .34));
}

.render-pyramid {
  width: min(220px, 62%);
  z-index: 1;
}

.render-card figcaption {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 28px 24px;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
}

.render-card figcaption strong {
  display: block;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.render-card figcaption span {
  display: block;
  margin-top: 6px;
  color: rgba(245, 241, 231, .72);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.split-content {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.section-heading p {
  max-width: 760px;
}

.flow-copy {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}

.suites-section .section-heading {
  max-width: 920px;
}

.suites-copy {
  max-width: 860px;
  margin: 0 0 40px;
  border-left: 0;
  padding-left: 0;
}

.amenity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 38px;
}

.amenity-list span,
.audience-grid span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .035);
  color: #d9cfb8;
}

.amenity-list span {
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
}

.suite-cards {
  grid-template-columns: repeat(2, 1fr);
}

.suite-card h3 {
  color: var(--gold-bright);
}

.suite-cards-detailed .suite-card {
  padding: 38px 32px;
}

.suite-cards-detailed .suite-card p:not(.section-kicker) {
  font-size: 16px;
}

.suite-card-media {
  overflow: hidden;
  padding-top: 0;
}

.suite-thumb {
  display: block;
  width: calc(100% + 64px);
  max-width: none;
  height: 220px;
  margin: -38px -32px 24px;
  object-fit: cover;
  border: 0;
  background: #0a0a0a;
}

.unit-expand {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.unit-expand[hidden] {
  display: none;
}

.unit-expand .btn {
  margin-top: 18px;
}

.expand-close {
  display: block;
  margin-top: 16px;
}

.unit-gallery {
  margin: 28px 0 8px;
}

.unit-gallery-main {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #0a0a0a;
}

.unit-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 10px;
  padding-bottom: 4px;
}

.unit-gallery-thumbs button {
  flex: 0 0 76px;
  padding: 0;
  border: 1px solid var(--line);
  background: none;
  cursor: pointer;
  opacity: .65;
  transition: opacity .2s ease, border-color .2s ease;
}

.unit-gallery-thumbs button.is-active,
.unit-gallery-thumbs button:hover {
  opacity: 1;
  border-color: rgba(212, 175, 55, .55);
}

.unit-gallery-thumbs img {
  display: block;
  width: 76px;
  height: 56px;
  object-fit: cover;
}

.houses-visual {
  padding-top: 0;
  padding-bottom: 40px;
}

.houses-visual img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
}

.offer-highlight {
  text-align: center;
  border: 1px solid var(--line);
  padding: 56px 40px;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, .1), transparent 45%),
    rgba(255, 255, 255, .02);
}

.offer-highlight h2 {
  max-width: 720px;
  margin: 0 auto 18px;
}

.offer-highlight p {
  max-width: 640px;
  margin: 0 auto 28px;
  color: #cfc4ac;
}

.offer-highlight .btn {
  margin-top: 8px;
}

.culinary-section {
  border-top: 1px solid var(--line);
  text-align: center;
}

.culinary-section p {
  max-width: 700px;
  margin: 0 auto 16px;
  color: #cfc4ac;
}

.culinary-section a {
  color: var(--gold-bright);
}

.location-section {
  border-top: 1px solid var(--line);
}

.map-wrap {
  margin: 36px 0 28px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #0a0a0a;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: min(420px, 56vw);
  border: 0;
}

.location-details {
  color: #cfc4ac;
}

.location-details a {
  color: var(--gold-bright);
  text-decoration: none;
}

.criteria-list {
  margin: 22px 0 28px;
  padding-left: 1.2em;
  color: #cfc4ac;
}

.criteria-list li {
  margin-bottom: 10px;
}

.footer-directions {
  margin-top: 18px;
}

.footer-directions strong {
  display: block;
  margin-bottom: 6px;
}

.essence-outro {
  margin-top: 22px !important;
  color: #e0d4bc !important;
  font-family: Georgia, serif;
  font-size: 20px !important;
  line-height: 1.45;
}

.featured-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 90px;
  padding-bottom: 90px;
}

.featured-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0a0a;
}

.featured-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.featured-photo figcaption {
  padding: 18px 22px;
  color: #c7baa2;
  font-size: 15px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .02);
}

.gallery-section {
  border-top: 1px solid var(--line);
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.photo-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #101010;
  transition: transform .3s ease, border-color .3s ease;
}

.photo-gallery img:hover {
  transform: scale(1.02);
  border-color: rgba(212, 175, 55, .45);
}

.subpage-hero-image,
.subpage-hero-video {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 72vh;
  display: flex;
  align-items: end;
  padding: 150px 5vw 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.subpage-hero-bg,
.subpage-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.subpage-hero-bg,
.subpage-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-image::after,
.subpage-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(7, 7, 7, .92) 88%);
}

.room-video {
  border-top: 1px solid var(--line);
  padding-top: 70px;
  padding-bottom: 70px;
}

.room-video-wrap {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: #0a0a0a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  overflow: hidden;
}

.room-video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0a0a0a;
}

.subpage-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.subpage-hero-content h1 {
  margin-top: 16px;
}

.subpage-hero-content .lead {
  margin: 0;
  text-align: left;
}

.room-detail .room-copy {
  max-width: 820px;
}

.story-section {
  text-align: center;
}

.story-section .statement {
  margin-left: auto;
  margin-right: auto;
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.audience-grid span {
  min-height: 130px;
  display: flex;
  align-items: center;
  padding: 26px;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.35;
}

.contact {
  text-align: center;
  border: 1px solid var(--line);
  margin-bottom: 90px;
  background: radial-gradient(circle at top, rgba(212, 175, 55, .1), rgba(255, 255, 255, .02) 45%, transparent);
}

.contact p {
  max-width: 760px;
  margin: 0 auto 20px;
}

.booking-section {
  text-align: center;
  margin-bottom: 90px;
  border-top: 1px solid var(--line);
}

.booking-intro {
  max-width: 760px;
  margin: 0 auto 48px;
}

.booking-forms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.booking-forms .booking-widget {
  max-width: none;
  margin: 0;
}

.booking-intro p {
  margin: 0 auto 18px;
  color: #cfc4ac;
}

.booking-intro h2 {
  margin-bottom: 22px;
}

.booking-dates {
  color: var(--gold-bright) !important;
  font-family: Georgia, serif;
  font-size: 18px;
}

.booking-note {
  font-size: 15px !important;
  color: #b8ad94 !important;
}

.booking-promo-note {
  margin: -12px 0 24px !important;
  color: #b8ad94;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: none;
}

.booking-widget {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 28px 40px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, .08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.booking-widget-label {
  margin: 0 0 28px;
  color: var(--champagne);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
}

.booking-widget iframe {
  display: block;
  width: 100% !important;
  min-height: 520px;
  border: 0;
  border-radius: 2px;
}

.booking-contact {
  max-width: 640px;
  margin: 36px auto 0;
  color: #b8ad94;
  font-size: 15px;
}

.booking-contact a {
  color: var(--gold-bright);
  text-decoration: none;
}

.booking-contact a:hover {
  text-decoration: underline;
}

.reservation-lines {
  margin: 26px auto 34px;
}

.subpage-hero {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
  text-align: center;
}

.room-detail {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.room-detail .room-copy:first-child {
  order: 0;
}

.room-visual {
  min-height: 560px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 90px rgba(212, 175, 55, .05), 0 30px 90px rgba(0, 0, 0, .45);
}

.room-visual .pyramid-mark {
  width: min(260px, 58%);
  z-index: 1;
}

.room-visual span {
  position: absolute;
  bottom: 34px;
  left: 34px;
  z-index: 1;
  color: rgba(245, 241, 231, .68);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
}

.room-copy .closing-line {
  margin-top: 30px;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.35;
}

footer {
  padding: 38px 5vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
}

.footer-contact {
  text-align: right;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.65;
}

.footer-contact strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--champagne);
}

footer a {
  color: var(--gold-bright);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: .12s;
}

.delay-2 {
  transition-delay: .24s;
}

.delay-3 {
  transition-delay: .36s;
}

.delay-4 {
  transition-delay: .48s;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    display: block;
    text-align: center;
  }

  .brand {
    justify-content: center;
    margin-bottom: 14px;
  }

  nav {
    justify-content: center;
    gap: 12px;
  }

  nav a {
    font-size: 10px;
  }

  .section-shell,
  .render-section,
  .room-detail {
    padding: 78px 20px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 170px;
  }

  .hero-video,
  .hero-content {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: 160px;
  }

  .hero-badges span {
    font-size: 11px;
    padding: 9px 14px;
  }

  .hero-symbol {
    width: min(280px, 86vw);
  }

  .name-grid,
  .pillar-grid,
  .gold-path-grid,
  .featured-photos,
  .photo-gallery,
  .render-section,
  .render-grid,
  .split-content,
  .suite-cards,
  .audience-grid,
  .room-detail {
    grid-template-columns: 1fr;
  }

  .flow-copy {
    border-left: 0;
    padding-left: 0;
  }

  .gold-path,
  .essence-card {
    padding: 26px 20px;
  }

  .gold-path-grid span {
    min-height: 120px;
  }

  .booking-forms {
    grid-template-columns: 1fr;
  }

  .booking-widget {
    padding: 24px 16px 28px;
  }

  .booking-widget iframe {
    min-height: 480px;
  }

  .render-card {
    min-height: 360px;
  }

  .suite-thumb {
    width: calc(100% + 40px);
    margin: -26px -20px 20px;
    height: 200px;
  }

  .subpage-hero-image,
  .subpage-hero-video {
    min-height: 62vh;
    padding-bottom: 50px;
  }

  .room-visual {
    min-height: 360px;
  }

  .room-detail .room-copy:first-child + .room-visual {
    order: -1;
  }

  .audience-grid span {
    min-height: auto;
  }

  .footer-grid {
    flex-direction: column;
    text-align: center;
  }

  .footer-contact {
    text-align: center;
  }

  footer small {
    display: block;
    margin-top: 10px;
  }

  .offer-highlight {
    padding: 40px 22px;
  }
}
