/* LIKE® Luxury Guide — shared chrome */
:root {
  --lg-gold: #c99a3b;
  --lg-gold-soft: #e3c88a;
  --lg-burgundy: #8b1515;
  --lg-ink: #111;
  --lg-paper: #f4efe6;
  --lg-cream: #fffcf6;
  --lg-rule: #d6ccbc;
  --lg-muted: #6a6358;
  --lg-serif: "Iowan Old Style", Palatino, Georgia, serif;
  --lg-sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

.nav a.guide {
  color: var(--lg-burgundy);
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.nav a.guide:hover {
  color: var(--lg-gold);
  text-decoration: none;
  border-bottom-color: var(--lg-gold);
}
.nav a.guide.is-active {
  color: var(--lg-gold);
  border-bottom-color: var(--lg-burgundy);
}

.dept-tile.guide {
  background: linear-gradient(145deg, #2a1218 0%, #8b1515 55%, #5c0e0e 100%);
  border-color: #5c0e0e;
}
.dept-tile.guide:hover {
  background: linear-gradient(145deg, #3a1a20 0%, #a01a1a 55%, #6c1212 100%);
  border-color: var(--lg-gold);
}
.dept-tile.guide .label { color: var(--lg-gold-soft); opacity: 1; }

.lg-wrap { max-width: 1180px; margin: 0 auto; padding: 1.5rem 1.1rem 3.5rem; }

.lg-hero {
  position: relative;
  margin: 0 0 1.75rem;
  border: 1px solid var(--lg-rule);
  background: var(--lg-cream);
  overflow: hidden;
  min-height: 220px;
}
.lg-hero-media {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 200px;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(139,21,21,.55), rgba(18,12,24,.75)),
    linear-gradient(160deg, #1a1210 0%, #4a2a18 40%, #c99a3b 100%);
}
.lg-hero-media.is-placeholder { height: 220px; }
@supports not (aspect-ratio: 21 / 9) {
  .lg-hero-media { height: 220px; }
}
.lg-hero-body {
  padding: 1.15rem 1.25rem 1.35rem;
  border-top: 1px solid var(--lg-rule);
}
.lg-eyebrow {
  font-family: var(--lg-sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lg-gold);
  font-weight: 700;
  margin: 0 0 0.45rem;
}
.lg-title {
  margin: 0;
  font-family: var(--lg-serif);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.lg-gold-rule {
  height: 3px;
  width: 4.5rem;
  margin: 0.85rem 0 1rem;
  background: linear-gradient(90deg, var(--lg-burgundy), var(--lg-gold));
  border: 0;
}
.lg-lede {
  font-family: var(--lg-sans);
  font-size: 0.98rem;
  color: var(--lg-muted);
  margin: 0;
  max-width: 46rem;
  line-height: 1.55;
}
.lg-credit {
  font-family: var(--lg-sans);
  font-size: 0.68rem;
  color: var(--lg-muted);
  margin: 0.75rem 0 0;
  letter-spacing: 0.04em;
}

.lg-hub-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 1.5rem;
}
.lg-hub-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
  padding: 1.1rem 1.15rem;
  background: #120c12;
  color: #f7f3eb !important;
  text-decoration: none !important;
  border: 1px solid rgba(201,154,59,.35);
  font-family: var(--lg-sans);
  transition: border-color .15s ease, transform .15s ease;
}
.lg-hub-card:hover {
  border-color: var(--lg-gold);
  transform: translateY(-2px);
}
.lg-hub-card .label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lg-gold);
  margin: 0 0 0.35rem;
}
.lg-hub-card strong {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
.lg-hub-card p {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: #cfc6d0;
  line-height: 1.4;
}

.lg-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: flex-end;
  margin: 0 0 1rem;
  padding: 1rem 1.05rem;
  background: var(--lg-cream);
  border: 1px solid var(--lg-rule);
}
.lg-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 140px;
  flex: 1 1 160px;
}
.lg-field label {
  font-family: var(--lg-sans);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-muted);
  font-weight: 600;
}
.lg-field input,
.lg-field select {
  font-family: var(--lg-sans);
  font-size: 0.88rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--lg-rule);
  background: #fff;
  color: var(--lg-ink);
  max-width: 100%;
}
.lg-field input:focus,
.lg-field select:focus {
  outline: 2px solid rgba(201,154,59,.45);
  border-color: var(--lg-gold);
}
.lg-meta-bar {
  font-family: var(--lg-sans);
  font-size: 0.78rem;
  color: var(--lg-muted);
  margin: 0 0 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}
.lg-meta-bar strong { color: var(--lg-ink); font-weight: 650; }

.lg-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--lg-rule);
  background: var(--lg-cream);
}
.lg-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--lg-sans);
  font-size: 0.84rem;
  min-width: 640px;
}
.lg-table th,
.lg-table td {
  padding: 0.55rem 0.7rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--lg-rule);
}
.lg-table th {
  background: #efe8db;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lg-ink);
  position: sticky;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}
.lg-table tbody tr:nth-child(even) { background: rgba(244,239,230,.55); }
.lg-table tbody tr:hover { background: #fff8f0; }
.lg-table .lg-rank {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--lg-burgundy);
  white-space: nowrap;
}

.lg-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 0;
  font-family: var(--lg-sans);
  font-size: 0.82rem;
}
.lg-pager-btns { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.lg-pager button {
  font-family: var(--lg-sans);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--lg-rule);
  background: var(--lg-cream);
  color: var(--lg-ink);
  cursor: pointer;
}
.lg-pager button:hover:not(:disabled) {
  border-color: var(--lg-burgundy);
  color: var(--lg-burgundy);
}
.lg-pager button:disabled {
  opacity: 0.45;
  cursor: default;
}
.lg-pager button.is-current {
  background: var(--lg-burgundy);
  border-color: var(--lg-burgundy);
  color: #fff;
}

.lg-state {
  padding: 2.25rem 1.25rem;
  text-align: center;
  font-family: var(--lg-sans);
  color: var(--lg-muted);
  border: 1px dashed var(--lg-rule);
  background: var(--lg-cream);
  margin: 0.5rem 0 0;
}
.lg-state.is-error { border-color: rgba(139,21,21,.45); color: var(--lg-burgundy); }
.lg-state.is-empty { border-color: rgba(201,154,59,.45); }

.lg-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin: 0 0 1.25rem;
  font-family: var(--lg-sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lg-subnav a {
  color: var(--lg-burgundy);
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.lg-subnav a:hover,
.lg-subnav a.is-active {
  color: var(--lg-gold);
  border-bottom-color: var(--lg-gold);
  text-decoration: none;
}

@media (max-width: 700px) {
  .lg-toolbar { padding: 0.85rem; }
  .lg-field { flex: 1 1 100%; }
}
