:root {
  --bg: #090807;
  --panel: #11100e;
  --line: rgba(214, 175, 109, 0.18);
  --gold: #d4af6d;
  --text: #f7f1e8;
  --muted: rgba(247, 241, 232, 0.72);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 109, 0.08), transparent 26%),
    linear-gradient(180deg, #080707 0%, #0d0b0a 50%, #090807 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 48%, rgba(0, 0, 0, 0.25)),
    radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.25));
}

.topbar,
.hero-shell,
.subgrid,
.about-section,
.featured-section,
.latest-section,
.journal-section,
.visit-panel {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.brand-wordmark {
  width: 210px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-copy span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.main-nav a,
.reserve-link {
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.main-nav a.is-active,
.main-nav a:hover {
  color: var(--gold);
}

.reserve-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(212, 175, 109, 0.5);
  border-radius: 999px;
  color: var(--gold);
}

.hero-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  gap: 34px;
  padding: 30px 0 54px;
}

.hero-copy {
  padding: 44px 0 44px 6px;
  align-self: center;
}

.hero-kicker,
.section-label,
.featured-overline {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.76rem;
}

.hero-copy h1,
.section-header h2,
.visit-panel h2,
.info-panel h2 {
  margin: 22px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.88;
}

.hero-copy h1 span {
  display: block;
  color: var(--gold);
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 28px;
}

.hero-divider span {
  flex: 1;
  height: 1px;
  background: rgba(212, 175, 109, 0.16);
}

.hero-divider i {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(212, 175, 109, 0.5);
  border-radius: 50%;
  display: inline-block;
}

.hero-description,
.info-panel p,
.about-card p,
.featured-description,
.latest-card-copy p,
.journal-copy p,
.directory-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-description {
  max-width: 560px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(212, 175, 109, 0.36);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

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

.button-solid {
  background: linear-gradient(135deg, #d6b06d, #aa7d3d);
  color: #16120d;
  box-shadow: 0 18px 40px rgba(212, 175, 109, 0.18);
}

.button-outline {
  color: var(--text);
  background: transparent;
}

.live-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(212, 175, 109, 0.14);
}

.hero-visual {
  min-height: 640px;
  position: relative;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 109, 0.14);
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.88);
}

.hero-image-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 48%, rgba(212, 175, 109, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08));
}

.subgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding-bottom: 68px;
}

.info-panel,
.stats-panel,
.about-card,
.featured-card,
.latest-card,
.journal-image,
.journal-copy,
.visit-panel {
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.96), rgba(11, 10, 9, 0.92));
  border: 1px solid rgba(212, 175, 109, 0.1);
  box-shadow: var(--shadow);
  border-radius: 24px;
}

.info-panel {
  padding: 28px;
}

.info-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.stat-box {
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.015);
}

.stat-box strong,
.directory-fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 2.2rem;
}

.stat-box span,
.directory-fact span {
  color: var(--muted);
}

.about-section,
.featured-section,
.latest-section,
.journal-section {
  padding-bottom: 68px;
}

.section-header {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 22px;
}

.section-header h2,
.visit-panel h2 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.94;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-card {
  padding: 24px;
}

.about-card h3,
.featured-copy h3,
.latest-card-copy h3 {
  margin: 14px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.about-card h3 {
  font-size: 1.85rem;
}

.featured-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  margin-bottom: 18px;
}

.featured-copy {
  padding: 28px;
  align-self: center;
}

.featured-copy h3 {
  font-size: 3rem;
}

.featured-city {
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 12px;
}

.featured-description {
  margin: 0;
}

.featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
}

.featured-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: brightness(0.64);
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.latest-card {
  overflow: hidden;
}

.latest-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: brightness(0.78);
}

.latest-card-copy {
  padding: 22px;
}

.latest-card-copy h3 {
  font-size: 2rem;
  line-height: 0.98;
}

.latest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--gold);
  font-size: 0.92rem;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.journal-image {
  overflow: hidden;
}

.journal-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: brightness(0.78);
}

.journal-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visit-panel {
  display: grid;
  gap: 22px;
  margin-bottom: 72px;
  padding: 28px;
}

.directory-copy {
  max-width: 760px;
}

.directory-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.directory-fact {
  padding: 18px 16px;
  border: 1px solid rgba(212, 175, 109, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1180px) {
  .hero-shell,
  .subgrid,
  .about-grid,
  .featured-card,
  .latest-grid,
  .journal-grid,
  .directory-facts {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    order: 3;
  }
}

@media (max-width: 760px) {
  .topbar,
  .hero-shell,
  .subgrid,
  .about-section,
  .featured-section,
  .latest-section,
  .journal-section,
  .visit-panel {
    width: min(100% - 28px, 1220px);
  }

  .main-nav {
    display: none;
  }

  .hero-copy h1 {
    font-size: 4.1rem;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }
}
