/* ============================================================
   LasvegasStrip.com — Luxury Editorial Design System
   Design Direction: dark-mode, full-bleed photography, sharp corners.
   Inspired by: Wynn, Bellagio, Aman, Rosewood, Four Seasons, Cartier, Peninsula
   ============================================================ */

/* Fonts loaded via <link> in head.ejs */

:root {
  /* Palette — near-black bg, antique gold accent, warm cream text */
  --bg-primary:   #0a0a0a;
  --bg-secondary: #111111;
  --bg-surface:   #1a1a1a;

  --gold-primary: #c9a84c;
  --gold-light:   #e8c97a;
  --gold-subtle:  #8b6914;
  --gold-border:  rgba(201, 168, 76, 0.15);
  --gold-border-h:rgba(201, 168, 76, 0.40);

  --text-primary:   #f5f0e8;
  --text-secondary: #a89880;
  --text-muted:     #6b5e52;
  --cream:          #f5f0e8;
  --white:          #ffffff;

  /* Legacy aliases — kept so existing view templates referencing the old
     token names (var(--muted), var(--gold-dim)) don't need to be touched */
  --bg:           var(--bg-primary);
  --bg-2:         var(--bg-secondary);
  --bg-3:         var(--bg-surface);
  --bg-card:      var(--bg-surface);
  --gold:         var(--gold-primary);
  --gold-dim:     var(--gold-subtle);
  --cream-dim:    #c8c4b8;
  --muted:        var(--text-secondary);
  --muted-dark:   var(--text-muted);

  --font-display: 'Cormorant Garamond', 'Georgia', 'Times New Roman', serif;
  --font-heading: 'Playfair Display', 'Georgia', serif;
  --font-ui:      'Inter', system-ui, -apple-system, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', 'SF Mono', monospace;

  --radius:       0;
  --trans:        all 0.4s ease;
  --trans-fast:   all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--cream-dim);
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
strong { color: var(--cream); font-weight: 600; }

/* ---- Layout ---- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.container-wide { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.container-narrow { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 2rem; }

/* ---- Nav ---- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: var(--trans);
}
.site-header.scrolled {
  background: rgba(10, 10, 10, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--cream);
  text-transform: uppercase;
}
.logo:hover { color: var(--gold); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  transition: var(--trans-fast);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--cream);
  border-bottom-color: var(--gold-dim);
}
.nav-reserve {
  font-family: var(--font-ui) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.14em;
  color: var(--gold) !important;
  border: 1px solid var(--gold-border-h) !important;
  border-bottom: 1px solid var(--gold-border-h) !important;
  padding: 0.45rem 1.1rem !important;
  border-radius: var(--radius) !important;
  transition: var(--trans-fast) !important;
}
.nav-reserve:hover {
  background: rgba(201, 169, 110, 0.07) !important;
  color: var(--gold-light) !important;
  border-color: var(--gold) !important;
}

.hamburger {
  display: none;
  background: none;
  border: 1px solid var(--gold-border-h);
  cursor: pointer;
  color: var(--cream-dim);
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9,8,11,0.82) 0%, rgba(9,8,11,0.62) 45%, rgba(9,8,11,0.88) 100%),
    radial-gradient(ellipse at 30% 60%, rgba(201,169,110,0.06) 0%, transparent 60%),
    url('/images/content/hero.jpg') center / cover no-repeat;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
  opacity: 0.4;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 0 2rem;
  animation: hero-fade-in 0.8s ease both;
}
@keyframes hero-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes hero-h1-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 2rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: 0.04em;
  color: var(--cream);
  margin-bottom: 1.75rem;
  animation: hero-h1-rise 0.6s ease 0.2s both;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold);
}
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 300;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.hero-nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.hero-nav a {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: var(--trans-fast);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.hero-nav a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
}
.hero-scroll span {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold-dim), transparent);
}

/* ---- Section anatomy ---- */
.section { padding: 7.5rem 2rem; }
.section-alt { background: var(--bg-2); }
.section-border-top { border-top: 1px solid var(--gold-border); }

.section-label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold-border);
  max-width: 60px;
}

.freshness-tag {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.5rem 0 1.5rem;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.section-heading em { font-style: italic; color: var(--gold); }

.section-subheading {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

.rule {
  width: 40px;
  height: 1px;
  background: var(--gold-dim);
  margin: 1.5rem 0;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: var(--trans-fast);
  cursor: pointer;
  border: none;
  background: none;
}
.btn-outline {
  color: var(--gold);
  border: 1px solid var(--gold-border-h);
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
}
.btn-outline:hover {
  background: rgba(201, 169, 110, 0.06);
  border-color: var(--gold);
  color: var(--gold-light);
}
.btn-ghost {
  color: var(--cream-dim);
  padding: 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.3);
  padding-bottom: 2px;
  border-radius: 0;
}
.btn-ghost:hover { color: var(--gold); border-bottom-color: var(--gold); }
.btn-primary {
  background: var(--gold);
  color: var(--bg);
  padding: 0.75rem 2rem;
  border-radius: var(--radius);
}
.btn-primary:hover { background: var(--gold-light); }
.btn-sm { font-size: 0.6rem; padding: 0.55rem 1.25rem; }
.btn-arrow::after { content: '→'; font-family: var(--font-body); font-size: 0.85rem; font-weight: 400; }

/* ---- Experience Category Grid ---- */
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.category-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.5rem 1rem;
  border-right: 1px solid var(--gold-border);
  transition: var(--trans-fast);
  text-align: center;
  color: var(--muted);
}
.category-tile:last-child { border-right: none; }
.category-tile:hover {
  background: rgba(201, 169, 110, 0.04);
  color: var(--cream);
}
.category-tile:hover .category-tile-icon { color: var(--gold); }
.category-tile-icon {
  font-size: 1.5rem;
  color: var(--gold-dim);
  transition: var(--trans-fast);
}
.category-tile-label {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ---- Editorial Feature (2-col) ---- */
.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.editorial-img {
  aspect-ratio: 4/3;
  background: var(--bg-3);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-dark);
  font-size: 3rem;
}
.editorial-img img { width: 100%; height: 100%; object-fit: cover; }
.editorial-body {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--gold-border);
}
.editorial-body .section-label { margin-bottom: 0.75rem; }
.editorial-body h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.editorial-body p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 2rem;
}
.editorial-reverse { direction: rtl; }
.editorial-reverse > * { direction: ltr; }
.editorial-reverse .editorial-body { border-left: none; border-right: 1px solid var(--gold-border); }

/* ---- Experience Cards (shows, dining, etc.) ---- */
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.experience-card {
  background: var(--bg-card);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: var(--trans-fast);
}
.experience-card:hover { background: var(--bg-3); }
.experience-card-label {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
}
.experience-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.2;
}
.experience-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}
.experience-card a {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--trans-fast);
  margin-top: 0.5rem;
}
.experience-card a:hover { color: var(--gold); }
.experience-card a::after { content: '→'; font-family: var(--font-body); }

/* ---- Hotel Cards ---- */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.hotel-card {
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  transition: var(--trans-fast);
}
.hotel-card:hover { background: var(--bg-3); }
.hotel-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.hotel-card-img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--muted-dark);
}
.hotel-card-body {
  padding: 1.75rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hotel-card-location {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.5rem;
}
.hotel-card-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.hotel-card-name a { color: inherit; }
.hotel-card-name a:hover { color: var(--gold); }
.hotel-card-tagline {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.5rem;
}
.hotel-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gold-border);
  gap: 1rem;
}
.hotel-card-price {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--cream-dim);
}
.hotel-card-price span {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--muted);
  display: block;
  letter-spacing: 0.04em;
}
.stars {
  color: var(--gold-dim);
  font-size: 0.7rem;
  letter-spacing: 2px;
}

/* ---- Content page hero ---- */
.content-hero {
  padding: 10rem 2rem 5rem;
  border-bottom: 1px solid var(--gold-border);
}
.content-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.content-hero h1 em { font-style: italic; color: var(--gold); }
.content-hero p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 580px;
  line-height: 1.85;
}

/* ---- Content body ---- */
/* Single-column editorial layout (no sidebar) per Design Direction —
   .content-sidebar still renders, just stacked below the article rather
   than beside it. Hotel detail pages keep their own two-column booking
   layout further down (.hotel-detail-layout) since that's a persistent
   commerce panel, not a content sidebar. */
.content-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.content-main h2 {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 300;
  color: var(--cream);
  margin: 3rem 0 0.75rem;
  line-height: 1.1;
}
.content-main h2:first-child { margin-top: 0; }
.content-main p {
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.content-main ul {
  margin: 0.75rem 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-main li { color: var(--muted); font-size: 0.93rem; line-height: 1.7; }
.content-main li strong { color: var(--cream-dim); }
.content-main a { color: var(--gold-dim); border-bottom: 1px solid transparent; transition: var(--trans-fast); }
.content-main a:hover { color: var(--gold); border-bottom-color: var(--gold-dim); }

.content-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  margin: 1.5rem 0;
  transition: var(--trans-fast);
}
.content-card:hover { border-color: var(--gold-border-h); }
.content-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.content-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.75; margin: 0; }
.content-card-meta {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.5rem;
}

/* ---- Sidebar ---- */
.content-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 1.75rem;
}
.sidebar-card-title {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gold-border);
}
.sidebar-hotel-list { display: flex; flex-direction: column; gap: 0.9rem; }
.sidebar-hotel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
}
.sidebar-hotel-item a { color: var(--cream-dim); transition: var(--trans-fast); }
.sidebar-hotel-item a:hover { color: var(--gold); }
.sidebar-hotel-price { color: var(--muted); font-size: 0.78rem; }

/* ---- Hotel detail ---- */
.hotel-detail-hero-img {
  width: 100%;
  height: 55vh;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.hotel-detail-hero-placeholder {
  width: 100%;
  height: 55vh;
  min-height: 380px;
  background: var(--bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: var(--muted-dark);
}
.hotel-detail-header {
  padding: 3rem 0 0;
  border-bottom: 1px solid var(--gold-border);
  margin-bottom: 4rem;
}
.hotel-detail-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 0.75rem;
}
.hotel-detail-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.25rem 0 2rem;
}
.meta-pill {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.meta-pill-gold { color: var(--gold-dim); }
.hotel-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 5rem;
  padding-bottom: 6rem;
}
.hotel-detail-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cream-dim);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.hotel-detail-desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}
.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.amenity-tag {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--gold-border);
  padding: 0.35rem 0.75rem;
  border-radius: 1px;
  transition: var(--trans-fast);
}
.amenity-tag:hover { border-color: var(--gold-border-h); color: var(--cream-dim); }
.hotel-map-link {
  font-size: 0.82rem;
  color: var(--gold-dim);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--trans-fast);
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.hotel-map-link:hover { color: var(--gold); border-bottom-color: var(--gold-dim); }
.hotel-seo-copy {
  background: rgba(201, 169, 110, 0.03);
  border-left: 1px solid var(--gold-dim);
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
}
.hotel-seo-copy h2 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  color: var(--gold-dim);
  margin-bottom: 0.6rem;
}
.hotel-seo-copy p { color: var(--muted); font-size: 0.9rem; line-height: 1.8; }

/* ---- Hotel photo gallery ---- */
.hotel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.5rem;
}
.hotel-gallery-thumb {
  display: block;
  padding: 0;
  border: 1px solid var(--gold-border);
  background: var(--bg-card);
  cursor: pointer;
  aspect-ratio: 4/3;
  overflow: hidden;
  transition: var(--trans-fast);
}
.hotel-gallery-thumb:hover { border-color: var(--gold-border-h); }
.hotel-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.hotel-gallery-thumb:hover img { transform: scale(1.05); }

/* ---- Lightbox ---- */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(5, 4, 6, 0.96);
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 88vw;
  max-height: 84vh;
  object-fit: contain;
  border: 1px solid var(--gold-border-h);
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(20, 18, 24, 0.7);
  border: 1px solid var(--gold-border-h);
  color: var(--cream);
  cursor: pointer;
  transition: var(--trans-fast);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { border-color: var(--gold); color: var(--gold); }
.lightbox-close {
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 1.75rem;
}
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--muted);
}
@media (max-width: 768px) {
  .lightbox-prev, .lightbox-next { width: 42px; height: 42px; font-size: 1.4rem; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}

/* ---- Booking sidebar ---- */
.booking-sidebar { position: sticky; top: 96px; align-self: start; }
.booking-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 2rem;
}
.booking-card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.25rem;
}
.booking-card-sub {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.price-display {
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.price-display-label {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.25rem;
}
.price-display-num {
  font-family: var(--font-mono);
  font-size: 2.25rem;
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.03em;
}
.price-display-per {
  font-size: 0.72rem;
  color: var(--muted);
}
.affiliate-buttons { display: flex; flex-direction: column; gap: 0.65rem; }
.affiliate-btn {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  transition: var(--trans-fast);
  cursor: pointer;
}
.affiliate-btn-1 {
  background: var(--gold);
  color: var(--bg);
}
.affiliate-btn-1:hover { background: var(--gold-light); }
.affiliate-btn-2 {
  border: 1px solid var(--gold-border-h);
  color: var(--cream-dim);
}
.affiliate-btn-2:hover { border-color: var(--gold-dim); color: var(--cream); background: rgba(201,169,110,0.04); }
.affiliate-disclaimer {
  font-size: 0.68rem;
  color: var(--muted-dark);
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

/* ---- Filter bar ---- */
.filters-bar {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.filter-group { display: flex; flex-direction: column; gap: 0.35rem; }
.filter-group label {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.filter-group select {
  background: var(--bg);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  color: var(--cream-dim);
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  font-family: var(--font-body);
  cursor: pointer;
  outline: none;
  transition: var(--trans-fast);
}
.filter-group select:focus { border-color: var(--gold-dim); }

/* ---- Breadcrumbs ---- */
.breadcrumbs {
  padding: 1rem 0;
  font-size: 0.78rem;
  color: var(--muted);
  border-bottom: 1px solid var(--gold-border);
}
.breadcrumbs a { color: var(--muted); transition: var(--trans-fast); }
.breadcrumbs a:hover { color: var(--gold-dim); }
.breadcrumbs span { margin: 0 0.5rem; }
.breadcrumbs .current { color: var(--cream-dim); }

/* ---- Ad slot ---- */
.ad-slot {
  background: rgba(255,255,255,0.01);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-dark);
  font-size: 0.7rem;
  font-family: var(--font-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ad-slot-leaderboard  { height: 90px; margin: 1.5rem 0; }
.ad-slot-rectangle    { height: 250px; }
.ad-slot-inline       { height: 80px; margin: 2rem 0; }

/* ---- Related hotels ---- */
.related-section {
  background: var(--bg-2);
  border-top: 1px solid var(--gold-border);
  padding: 5rem 2rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
}

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--gold-border); }
.faq-item:first-child { border-top: 1px solid var(--gold-border); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 0;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--cream-dim);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: var(--trans-fast);
}
.faq-question:hover { color: var(--cream); }
.faq-chevron { color: var(--gold-dim); font-size: 0.8rem; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-answer { display: none; padding: 0 0 1.25rem; color: var(--muted); font-size: 0.92rem; line-height: 1.85; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-item.open .faq-question { color: var(--cream); }

/* ---- 404 ---- */
.page-404 {
  text-align: center;
  padding: 12rem 2rem 8rem;
  flex: 1;
}
.page-404-num {
  font-family: var(--font-display);
  font-size: 9rem;
  font-weight: 300;
  color: var(--gold-dim);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.page-404 h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 300; color: var(--cream-dim); margin-bottom: 0.75rem; }
.page-404 p { color: var(--muted); margin-bottom: 2.5rem; font-size: 0.9rem; }

/* ---- Footer ---- */
.site-footer {
  background: #050408;
  border-top: 1px solid rgba(201, 169, 110, 0.08);
  padding: 5rem 2rem 2.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1160px;
  margin: 0 auto 4rem;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 1rem;
}
.footer-brand p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.8;
  max-width: 280px;
}
.footer-col h4 {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gold-border);
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a {
  color: var(--muted);
  font-size: 0.83rem;
  transition: var(--trans-fast);
}
.footer-col a:hover { color: var(--cream-dim); }
.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.04);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--muted-dark);
}
.footer-ofuj {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--gold-dim);
  opacity: 0.6;
}
.footer-disclaimer {
  font-size: 0.7rem;
  color: var(--muted-dark);
  max-width: 500px;
  line-height: 1.5;
  text-align: right;
}

/* ---- Scroll reveal ---- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-tile:nth-child(3) { border-right: none; }
  .category-tile:nth-child(4),
  .category-tile:nth-child(5),
  .category-tile:nth-child(6) { border-top: 1px solid var(--gold-border); }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-img { aspect-ratio: 16/6; }
  .editorial-reverse { direction: ltr; }
  .editorial-body { border-left: none; border-right: none; border-top: 1px solid var(--gold-border); }
  .hotel-detail-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: rgba(10,10,10,0.98); padding: 1.5rem 2rem; border-bottom: 1px solid var(--gold-border); gap: 1.25rem; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-tile:nth-child(even) { border-right: none; }
  .category-tile:nth-child(n+3) { border-top: 1px solid var(--gold-border); }
  .experience-grid { grid-template-columns: 1fr; }
  .hotel-grid { grid-template-columns: 1fr; }
  .section { padding: 3.75rem 1.5rem; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-disclaimer { text-align: left; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  .hero-nav { gap: 1.5rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-body { padding: 2rem 1.5rem; }
  .content-body { padding: 3rem 1.25rem; }
}
