:root {
  --ink: #0c0c0b;
  --soft-ink: #171714;
  --paper: #f2ede3;
  --white: #fffdf8;
  --gold: #be9853;
  --gold-light: #dfc48c;
  --muted: #a5a198;
  --green: #8ecf8b;
  --red: #d88f7b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 9%, rgba(190, 152, 83, 0.12), transparent 25rem),
    var(--ink);
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.utility-bar {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 330px) 1fr;
  align-items: stretch;
}

.utility-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px clamp(24px, 4vw, 70px);
  font-size: 0.76rem;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.utility-label {
  color: var(--gold);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.brand-mark {
  grid-column: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  padding: 10px 20px;
}

.brand-mark img {
  display: block;
  width: min(260px, 100%);
  height: 88px;
  object-fit: contain;
  /* mix-blend-mode: multiply; */
}

.status-block {
  grid-column: 3;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 28px);
  /* border-left: 1px solid rgba(255, 255, 255, 0.12); */
}

.venue-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.venue-status strong,
.venue-status small {
  display: block;
}

.venue-status strong {
  font-size: 0.76rem;
  font-weight: 700;
}

.venue-status small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.05);
}

.is-open .status-dot {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(142, 207, 139, 0.11);
}

.is-closed .status-dot {
  background: var(--red);
}

.social-links {
  display: flex;
  gap: 7px;
  padding-left: clamp(14px, 1.6vw, 24px);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.social-link {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.social-link img {
  display: block;
  width: 14px;
  height: 14px;
}

.social-link:hover {
  background: rgba(190, 152, 83, 0.11);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.main-nav {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 60px);
  padding: 0 5vw;
  color: #d0ccc3;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--gold-light);
}

.main-nav .nav-cta {
  margin-left: auto;
  color: var(--gold-light);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

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

.experiences-section {
  padding: clamp(12px, 1.6vw, 26px) clamp(12px, 1.8vw, 30px)
    clamp(12px, 1.8vw, 30px);
  background: var(--paper);
  color: var(--ink);
}

.panel-heading h2,
footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.experiences-title {
  max-width: 1400px;
  margin: clamp(24px, 3.4vw, 52px) auto clamp(22px, 2.5vw, 38px);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-align: left;
}

.category-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

.category-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 0.69;
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  background: #1b1916;
  color: var(--white);
  isolation: isolate;
}

.category-card + .category-card {
  margin-left: -2.2%;
}

.category-card-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  text-align: left;
  isolation: isolate;
}

.scene-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -3;
}

.scene-image {
  position: absolute;
  inset: 0 auto 0 0;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.scene-0 {
  transform: translateX(0) scale(1.001);
}

.scene-1 {
  transform: translateX(-33.333%) scale(1.001);
}

.scene-2 {
  transform: translateX(-66.666%) scale(1.001);
}

.scene-custom {
  inset: 0;
  width: 100%;
  transform: scale(1.001);
}

.category-card:hover .scene-0,
.category-card.is-active .scene-0 {
  transform: translateX(0) scale(1.04);
}

.category-card:hover .scene-1,
.category-card.is-active .scene-1 {
  transform: translateX(-33.333%) scale(1.04);
}

.category-card:hover .scene-2,
.category-card.is-active .scene-2 {
  transform: translateX(-66.666%) scale(1.04);
}

.category-card:hover .scene-custom,
.category-card.is-active .scene-custom {
  transform: scale(1.04);
}

.category-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(to bottom, rgba(5, 5, 4, 0.78), transparent 39%),
    linear-gradient(to top, rgba(5, 5, 4, 0.36), transparent 46%);
  transition: background 250ms ease;
}

.category-card.is-active .category-shade {
  background:
    linear-gradient(to bottom, rgba(5, 5, 4, 0.7), transparent 42%),
    linear-gradient(to top, rgba(190, 152, 83, 0.12), transparent 48%);
}

.category-name,
.category-arrow {
  position: absolute;
  z-index: 2;
}

.category-name {
  top: 22px;
  left: 14%;
  right: 19%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 3.8rem);
  font-style: italic;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.category-arrow {
  top: 19px;
  right: 7%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--white);
  font-size: 1rem;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.category-card.is-active .category-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.category-reserve {
  position: absolute;
  z-index: 4;
  right: 14%;
  bottom: 26px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(12, 12, 11, 0.54);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.category-reserve:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.text-link {
  color: #2d2b27;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-link span {
  margin-left: 10px;
  color: var(--gold);
  transition: margin-left 180ms ease;
}

.text-link:hover span {
  margin-left: 16px;
}

.what-is-on {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
}

.content-panel {
  padding: 90px clamp(24px, 5vw, 90px) 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.events-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.panel-heading {
  margin-bottom: 42px;
}

.panel-heading h2 {
  color: var(--gold);
  font-size: clamp(2.6rem, 4.5vw, 5.2rem);
  line-height: 0.9;
}

.listing {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.listing > div > span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.listing h3 {
  margin: 10px 0 6px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
}

.listing p {
  margin: 0;
  color: #8e8b84;
  font-size: 0.86rem;
  line-height: 1.5;
}

.listing-number {
  color: rgba(255, 255, 255, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: italic;
}

.content-panel .text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--paper);
}

.experience-intros {
  padding: clamp(12px, 1.8vw, 30px);
  background: var(--paper);
  color: var(--ink);
}

.experience-intro {
  max-width: 1400px;
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  border-top: 1px solid rgba(12, 12, 11, 0.18);
  scroll-margin-top: 24px;
}

.experience-intro:last-child {
  border-bottom: 1px solid rgba(12, 12, 11, 0.18);
}

.intro-media {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: var(--soft-ink);
}

.intro-scene {
  position: absolute;
  inset: 0 auto 0 0;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.intro-scene-0 {
  transform: translateX(0);
}

.intro-scene-1 {
  transform: translateX(-33.333%);
}

.intro-scene-2 {
  transform: translateX(-66.666%);
}

.intro-scene-photo {
  inset: 0;
  width: 100%;
  object-position: center;
  transform: none;
}

.intro-number {
  position: absolute;
  top: 28px;
  left: 30px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  background: rgba(12, 12, 11, 0.34);
  backdrop-filter: blur(8px);
}

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 6vw, 96px);
}

.intro-subbrand-logo {
  display: block;
  width: min(250px, 62%);
  height: auto;
  margin: 0 0 34px;
  mix-blend-mode: multiply;
}

.intro-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.1vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.intro-lead {
  max-width: 610px;
  margin: 34px 0 30px;
  color: #625e56;
  font-size: 1rem;
  line-height: 1.75;
}

.intro-features {
  width: 100%;
  max-width: 610px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.intro-features li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-top: 1px solid rgba(12, 12, 11, 0.13);
  color: #37342f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intro-features li:last-child {
  border-bottom: 1px solid rgba(12, 12, 11, 0.13);
}

.intro-features li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.intro-cta {
  background: var(--ink);
  color: var(--paper);
}

.intro-cta:hover {
  background: var(--gold);
  color: var(--ink);
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-more {
  border-color: rgba(12, 12, 11, 0.35);
  color: var(--ink);
}

.intro-more:hover {
  border-color: var(--gold);
  background: rgba(190, 152, 83, 0.12);
}

.experience-intro.is-reversed {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.experience-intro.is-reversed .intro-media {
  order: 2;
}

.experience-intro.is-reversed .intro-copy {
  order: 1;
}

footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding: 100px clamp(24px, 6vw, 110px) 48px;
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
}

footer::after {
  content: "X";
  position: absolute;
  right: -0.06em;
  bottom: -0.36em;
  color: rgba(255, 255, 255, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32rem;
  font-style: italic;
  line-height: 1;
  pointer-events: none;
}

footer .eyebrow {
  color: #4f4026;
}

footer h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  line-height: 0.85;
}

.footer-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
}

.footer-info {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(46px, 8vw, 130px);
  margin-top: 70px;
  padding-top: 44px;
  border-top: 1px solid rgba(12, 12, 11, 0.26);
}

.footer-info .eyebrow {
  margin-bottom: 18px;
}

.footer-location address {
  max-width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.6vw, 3.2rem);
  font-style: normal;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.footer-parking {
  max-width: 480px;
  margin: 22px 0 0;
  color: rgba(12, 12, 11, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.footer-hours-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid rgba(12, 12, 11, 0.28);
  border-bottom: 1px solid rgba(12, 12, 11, 0.28);
}

.footer-hours-list > div {
  min-width: 0;
  padding: 22px clamp(10px, 1.3vw, 22px);
  border-left: 1px solid rgba(12, 12, 11, 0.22);
}

.footer-hours-list > div:first-child {
  border-left: 0;
}

.footer-hours-list dt {
  color: rgba(12, 12, 11, 0.62);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-hours-list dd {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.25vw, 1.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.button-outline {
  border-color: rgba(12, 12, 11, 0.65);
}

.button-outline:hover {
  background: var(--ink);
  color: var(--paper);
}

.sample-note {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin: 64px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(12, 12, 11, 0.26);
  color: rgba(12, 12, 11, 0.63);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Experience detail pages */

.detail-page {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

.detail-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--ink);
  color: var(--paper);
}

.detail-brand {
  align-self: stretch;
  display: grid;
  place-items: center;
  padding: 10px 28px;
  background: var(--paper);
}

.detail-brand img {
  width: min(220px, 100%);
  height: 68px;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.detail-header > p {
  margin: 0;
  padding: 0 clamp(24px, 4vw, 64px);
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.detail-back {
  padding: 0 clamp(24px, 4vw, 64px);
  color: #d5d0c6;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-back span {
  margin-right: 9px;
  color: var(--gold);
}

.detail-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
  padding-bottom: 112px;
  background: var(--paper);
}

.detail-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(70px, 8vw, 140px) clamp(28px, 6vw, 105px);
}

.detail-subbrand-logo {
  display: block;
  width: clamp(190px, 16vw, 260px);
  height: auto;
  margin: 0 0 34px;
  mix-blend-mode: multiply;
}

.detail-hero-copy h1,
.detail-overview h2,
.detail-section-heading h2,
.detail-closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.detail-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(4rem, 7.2vw, 8.2rem);
  line-height: 0.84;
}

.detail-lead {
  max-width: 630px;
  margin: 40px 0 36px;
  color: #625e56;
  font-size: 1rem;
  line-height: 1.75;
}

.detail-hero-actions,
.detail-closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.detail-primary {
  background: var(--ink);
  color: var(--paper);
}

.detail-primary:hover {
  background: var(--gold);
  color: var(--ink);
}

.detail-secondary {
  border-color: rgba(12, 12, 11, 0.42);
  color: var(--ink);
}

.detail-secondary:hover {
  border-color: var(--gold);
  background: rgba(190, 152, 83, 0.12);
}

.detail-text-link {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-text-link span {
  margin-left: 8px;
  color: var(--gold);
}

.detail-hero-media,
.detail-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--soft-ink);
}

.detail-hero-media {
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

.detail-scene-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.detail-scene-image {
  position: absolute;
  inset: 0 auto 0 0;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.detail-scene-golf {
  transform: translateX(0);
}

.detail-scene-dining {
  transform: translateX(-33.333%);
}

.detail-scene-event {
  transform: translateX(-66.666%);
}

.detail-scene-custom {
  inset: 0;
  width: 100%;
  transform: none;
}

.detail-crop-2 .detail-scene-image {
  height: 112%;
  top: -6%;
}

.detail-crop-3 .detail-scene-image {
  height: 124%;
  top: -12%;
}

.detail-hero-media::after,
.detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 7, 0.72), transparent 58%);
  pointer-events: none;
}

.detail-hero-number {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 38px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: var(--white);
  background: rgba(12, 12, 11, 0.28);
  font-size: 0.69rem;
  letter-spacing: 0.15em;
  backdrop-filter: blur(8px);
}

.detail-facts {
  position: absolute;
  z-index: 3;
  right: clamp(26px, 5vw, 90px);
  bottom: 0;
  left: clamp(26px, 5vw, 90px);
  min-height: 138px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: var(--paper);
}

.detail-facts > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px clamp(22px, 3vw, 54px);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.detail-facts > div:first-child {
  border-left: 0;
}

.detail-facts strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.7vw, 3rem);
  font-weight: 400;
}

.detail-facts span {
  margin-top: 8px;
  color: #9c9890;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.detail-overview {
  display: grid;
  grid-template-columns: 0.5fr 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
  padding: clamp(110px, 12vw, 190px) clamp(28px, 7vw, 120px);
}

.detail-overview h2,
.detail-section-heading h2 {
  font-size: clamp(3.4rem, 6vw, 7rem);
  line-height: 0.91;
}

.detail-overview > p:last-child {
  margin: 8px 0 0;
  color: #625e56;
  font-size: 1rem;
  line-height: 1.8;
}

.detail-visuals {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: var(--ink);
}

.detail-visual-1 {
  grid-row: 1 / 3;
}

.detail-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  color: var(--white);
}

.detail-visual figcaption > span {
  padding-top: 6px;
  color: var(--gold-light);
  font-size: 0.64rem;
  letter-spacing: 0.15em;
}

.detail-visual figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.8rem);
  font-style: italic;
  font-weight: 400;
}

.detail-visual figcaption p {
  max-width: 520px;
  margin: 9px 0 0;
  color: #c6c0b6;
  font-size: 0.78rem;
  line-height: 1.55;
}

.detail-features,
.detail-process {
  padding: clamp(100px, 11vw, 180px) clamp(28px, 7vw, 120px);
}

.detail-section-heading {
  max-width: 980px;
}

.detail-feature-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(12, 12, 11, 0.18);
  border-bottom: 1px solid rgba(12, 12, 11, 0.18);
}

.detail-feature-grid article {
  min-height: 330px;
  padding: 34px clamp(22px, 2.5vw, 46px);
  border-left: 1px solid rgba(12, 12, 11, 0.18);
}

.detail-feature-grid article:first-child {
  border-left: 0;
}

.detail-feature-grid article > span,
.detail-process li > span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.detail-feature-grid h3,
.detail-process h3 {
  margin: 64px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.detail-feature-grid p,
.detail-process li p {
  margin: 0;
  color: #625e56;
  font-size: 0.88rem;
  line-height: 1.7;
}

.detail-process {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 170px);
  background: #e8e1d4;
}

.detail-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-process li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-top: 1px solid rgba(12, 12, 11, 0.18);
}

.detail-process li:last-child {
  border-bottom: 1px solid rgba(12, 12, 11, 0.18);
}

.detail-process h3 {
  margin: 0 0 12px;
}

.detail-closing {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(100px, 11vw, 175px) clamp(28px, 7vw, 120px);
  background: var(--gold);
}

.detail-closing .eyebrow {
  color: #4f4026;
}

.detail-closing h2 {
  font-size: clamp(4rem, 7.2vw, 8rem);
  line-height: 0.85;
}

.detail-closing > div:last-child > p {
  margin: 0 0 34px;
  color: #4f4026;
  font-size: 1rem;
  line-height: 1.7;
}

.detail-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding: 34px clamp(24px, 5vw, 86px);
  background: var(--ink);
  color: #97938b;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-footer::after {
  content: none;
}

.detail-footer a {
  color: var(--gold-light);
}

.detail-footer span:last-child {
  text-align: right;
}

/* Event inquiry */

.event-inquiry-section {
  padding: clamp(100px, 11vw, 175px) clamp(24px, 7vw, 120px);
  scroll-margin-top: 20px;
  background: var(--ink);
  color: var(--paper);
}

.inquiry-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
}

.inquiry-intro h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.2vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.inquiry-intro > p {
  margin: 0;
  color: #aaa69e;
  font-size: 0.95rem;
  line-height: 1.75;
}

.inquiry-confirmation {
  margin-top: 60px;
  padding: 28px 30px;
  border: 1px solid rgba(190, 152, 83, 0.55);
  background: rgba(190, 152, 83, 0.12);
}

.inquiry-confirmation strong {
  display: block;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.inquiry-confirmation p {
  margin: 9px 0 0;
  color: #c9c4ba;
  font-size: 0.86rem;
  line-height: 1.6;
}

.inquiry-confirmation.is-error {
  border-color: rgba(216, 143, 123, 0.55);
  background: rgba(216, 143, 123, 0.12);
}

.inquiry-confirmation.is-error strong {
  color: var(--red);
}

.inquiry-confirmation.is-error a {
  color: var(--gold-light);
  text-decoration: underline;
}

.inquiry-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.inquiry-form {
  margin-top: clamp(80px, 10vw, 150px);
}

.inquiry-form fieldset {
  margin: 0;
  padding: 66px 0 74px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inquiry-form legend {
  float: left;
  width: 100%;
  margin: 0 0 52px;
  padding: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.inquiry-form legend + * {
  clear: both;
}

.inquiry-form legend > span {
  margin-right: 18px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  vertical-align: middle;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px clamp(28px, 5vw, 84px);
}

.form-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field > span:first-child {
  color: #d9d4ca;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.form-field em {
  margin-left: 8px;
  color: var(--gold);
  font-size: 0.55rem;
  font-style: normal;
  letter-spacing: 0.14em;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 1rem;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.form-field select {
  padding-right: 36px;
  color-scheme: dark;
}

.form-field textarea {
  min-height: 110px;
  padding: 16px 0;
  resize: vertical;
  line-height: 1.6;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #74716b;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold-light);
  background: rgba(255, 255, 255, 0.025);
}

.form-field small {
  color: #77746e;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.option-card {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.option-card span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #b8b4ac;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.option-card input:checked + span {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.option-card input:focus-visible + span {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.currency-input {
  position: relative;
  display: block;
}

.currency-input b {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  color: var(--gold-light);
  font-size: 1rem;
  transform: translateY(-50%);
}

.currency-input input {
  padding-left: 22px;
}

.inquiry-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inquiry-submit-row p {
  max-width: 600px;
  margin: 0;
  color: #85817a;
  font-size: 0.72rem;
  line-height: 1.65;
}

.inquiry-submit {
  flex: 0 0 auto;
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
}

.inquiry-submit:hover {
  background: var(--gold-light);
}

@media (max-width: 980px) {
  .utility-bar {
    grid-template-columns: 1fr 1fr;
  }

  .brand-mark {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .brand-mark img {
    height: 76px;
  }

  .status-block {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 78px;
  }

  .category-grid {
    max-width: 900px;
  }

  .what-is-on {
    grid-template-columns: 1fr;
  }

  .events-panel {
    border-left: 0;
  }

  .experience-intro,
  .experience-intro.is-reversed {
    grid-template-columns: 1fr;
  }

  .experience-intro.is-reversed .intro-media,
  .experience-intro.is-reversed .intro-copy {
    order: initial;
  }

  .intro-media {
    min-height: 520px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-actions {
    align-items: flex-start;
  }

  .footer-info {
    grid-template-columns: 1fr;
  }

  .detail-header {
    grid-template-columns: minmax(180px, 240px) 1fr;
  }

  .detail-back {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .detail-header > p {
    display: none;
  }

  .detail-hero {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .detail-hero-copy {
    min-height: 590px;
  }

  .detail-hero-media {
    min-height: 680px;
    clip-path: none;
  }

  .detail-overview {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .detail-overview > p:last-child {
    grid-column: 2;
  }

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

  .detail-feature-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(12, 12, 11, 0.18);
  }

  .detail-feature-grid article:nth-child(4) {
    border-top: 1px solid rgba(12, 12, 11, 0.18);
  }

  .detail-process,
  .detail-closing {
    grid-template-columns: 1fr;
  }

  .detail-footer {
    grid-template-columns: 1fr;
  }

  .detail-footer span:last-child {
    text-align: left;
  }

  .inquiry-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .inquiry-intro > p {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .utility-bar {
    grid-template-columns: 1fr;
  }

  .brand-mark {
    grid-column: 1;
  }

  .brand-mark img {
    height: 64px;
  }

  .status-block {
    grid-column: 1;
    grid-row: auto;
    min-height: auto;
    padding: 14px 20px;
  }

  .status-block {
    border-left: 0;
    justify-content: space-between;
  }

  .social-links {
    padding-left: 14px;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 0 20px;
  }

  .main-nav .nav-cta {
    display: none;
  }

  .experiences-section {
    padding: 10px;
  }

  .category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .category-card {
    aspect-ratio: 1.25;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  }

  .category-card + .category-card {
    margin-left: 0;
  }

  .category-arrow {
    right: 7%;
  }

  .category-name {
    top: 20px;
    left: 9%;
    right: 22%;
    font-size: 2.8rem;
  }

  .category-reserve {
    right: 9%;
    bottom: 20px;
  }

  .content-panel {
    padding: 74px 22px 80px;
  }

  .experience-intros {
    padding: 10px;
  }

  .experience-intro {
    min-height: 0;
  }

  .intro-media {
    min-height: 390px;
  }

  .intro-copy {
    padding: 54px 22px 64px;
  }

  .intro-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .intro-lead {
    margin-top: 28px;
  }

  .listing {
    min-height: 145px;
  }

  footer {
    padding: 78px 22px 36px;
  }

  .footer-actions {
    flex-direction: column;
  }

  .footer-actions .button {
    width: 100%;
  }

  .footer-info {
    gap: 48px;
    margin-top: 54px;
    padding-top: 36px;
  }

  .footer-location address {
    font-size: 2rem;
  }

  .footer-hours-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-hours-list > div,
  .footer-hours-list > div:first-child {
    border-top: 1px solid rgba(12, 12, 11, 0.22);
    border-left: 0;
  }

  .footer-hours-list > div:nth-child(even) {
    border-left: 1px solid rgba(12, 12, 11, 0.22);
  }

  .footer-hours-list > div:nth-child(-n + 2) {
    border-top: 0;
  }

  .intro-actions,
  .intro-actions .button {
    width: 100%;
  }

  .detail-header {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .detail-brand {
    min-height: 82px;
  }

  .detail-back {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    padding: 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .detail-hero {
    padding-bottom: 0;
  }

  .detail-hero-copy {
    min-height: 0;
    padding: 70px 22px 78px;
  }

  .detail-hero-copy h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .detail-hero-actions,
  .detail-hero-actions .button,
  .detail-closing-actions,
  .detail-closing-actions .button {
    width: 100%;
  }

  .detail-hero-media {
    min-height: 500px;
  }

  .detail-facts {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
  }

  .detail-facts > div,
  .detail-facts > div:first-child {
    min-height: 112px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .detail-overview {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 96px 22px;
  }

  .detail-overview > p:last-child {
    grid-column: 1;
    margin-top: 18px;
  }

  .detail-overview h2,
  .detail-section-heading h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .detail-visuals {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .detail-visual,
  .detail-visual-1 {
    min-height: 430px;
    grid-row: auto;
  }

  .detail-visual figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .detail-features,
  .detail-process {
    padding: 90px 22px;
  }

  .detail-feature-grid {
    margin-top: 54px;
    grid-template-columns: 1fr;
  }

  .detail-feature-grid article,
  .detail-feature-grid article:nth-child(2),
  .detail-feature-grid article:nth-child(3),
  .detail-feature-grid article:nth-child(4) {
    min-height: 260px;
    border-top: 1px solid rgba(12, 12, 11, 0.18);
    border-left: 0;
  }

  .detail-feature-grid article:first-child {
    border-top: 0;
  }

  .detail-feature-grid h3 {
    margin-top: 46px;
  }

  .detail-process {
    gap: 54px;
  }

  .detail-closing {
    padding: 96px 22px;
  }

  .detail-closing h2 {
    font-size: clamp(3.6rem, 17vw, 6rem);
  }

  .detail-footer {
    padding: 32px 22px;
  }

  .event-inquiry-section {
    padding: 96px 22px;
  }

  .inquiry-intro {
    gap: 34px;
  }

  .inquiry-intro h2 {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .inquiry-form {
    margin-top: 78px;
  }

  .inquiry-form fieldset {
    padding: 54px 0 62px;
  }

  .inquiry-form legend {
    margin-bottom: 42px;
  }

  .inquiry-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .form-field-full {
    grid-column: 1;
  }

  .option-card span {
    min-height: 42px;
    padding: 0 13px;
  }

  .inquiry-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-submit {
    width: 100%;
  }

  footer::after {
    font-size: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
