.location-detail-page {
  --detail-olive: #24301c;
  --detail-olive-soft: #4c5e3b;
  --detail-gold: #d79b3c;
  --detail-gold-soft: rgba(215, 155, 60, 0.14);
  --detail-paper: rgba(255, 250, 242, 0.92);
  --detail-border: rgba(36, 48, 28, 0.1);
  --detail-shadow: 0 28px 60px rgba(38, 30, 17, 0.12);
  position: relative;
  overflow: hidden;
  padding: 34px 0 78px;
  background:
    radial-gradient(circle at top left, rgba(215, 155, 60, 0.18), transparent 26%),
    radial-gradient(circle at right 20%, rgba(76, 94, 59, 0.11), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, #f4efe4 100%);
}

.location-detail-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.location-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #7f7769;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.location-detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.location-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 330px;
  gap: 26px;
  align-items: start;
}

.location-detail-main {
  display: grid;
  gap: 24px;
}

.location-hero-card,
.location-story-card,
.location-section-card,
.location-sidebar-card {
  border: 1px solid var(--detail-border);
  border-radius: 30px;
  background: var(--detail-paper);
  box-shadow: var(--detail-shadow);
  backdrop-filter: blur(10px);
}

.location-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 330px;
  gap: 26px;
  padding: 30px;
}

.location-hero-copy {
  min-width: 0;
}

.location-hero-kicker,
.location-card-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--detail-gold-soft);
  color: #8c5a0c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-brand-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 16px;
}

.location-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 229, 212, 0.82));
  border: 1px solid rgba(215, 155, 60, 0.16);
}

.location-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.location-brand-copy h1 {
  margin: 0 0 10px;
  color: var(--detail-olive);
  font-family: 'Tilt Warp', sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.location-brand-copy p {
  margin: 0;
  color: #4e534b;
  font-size: 18px;
  line-height: 1.7;
}

.location-hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.location-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.location-status-badge.is-open {
  background: rgba(61, 160, 98, 0.14);
  color: #1b7f44;
}

.location-status-badge.is-closed {
  background: rgba(173, 59, 59, 0.14);
  color: #a23737;
}

.location-hours {
  color: #6a6e67;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.location-fact {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(36, 48, 28, 0.08);
}

.location-fact span {
  display: block;
  margin-bottom: 6px;
  color: #7c7f77;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-fact strong {
  color: var(--detail-olive);
  font-size: 20px;
  line-height: 1.3;
}

.location-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.location-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(36, 48, 28, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: var(--detail-olive);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.location-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(36, 48, 28, 0.12);
}

.location-hero-btn.is-primary {
  background: linear-gradient(135deg, var(--detail-olive) 0%, #344328 100%);
  color: #fff7eb;
}

.location-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 24px;
}

.location-rating,
.location-meta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #546053;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.location-rating-stars {
  display: inline-flex;
  gap: 4px;
  color: var(--detail-gold);
}

.location-meta-link i {
  color: var(--detail-gold);
}

.location-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  padding: 14px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(36, 48, 28, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 228, 0.94));
}

.location-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  box-shadow: none;
}

.location-story-card,
.location-section-card {
  padding: 28px;
}

.location-card-head {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.location-card-head h2 {
  margin: 0;
  color: var(--detail-olive);
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.location-story-body,
.location-section-body {
  color: #374036;
  font-size: 18px;
  line-height: 1.9;
}

.location-section-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 880px);
  aspect-ratio: 16 / 10;
  padding: 14px;
  margin: 22px 0 0;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(36, 48, 28, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 228, 0.94));
}

.location-section-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
}

.location-section-media.is-poster {
  width: min(100%, 720px);
  aspect-ratio: 4 / 5;
}

.location-section-card.is-empty {
  border-style: dashed;
}

.location-detail-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 20px;
}

.location-sidebar-card {
  padding: 24px 22px;
}

.location-sidebar-card h2 {
  margin: 14px 0 0;
  color: var(--detail-olive);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.location-sidebar-list,
.location-note-list,
.location-link-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.location-sidebar-item {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(36, 48, 28, 0.14);
}

.location-sidebar-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.location-sidebar-item span {
  color: #7d7f78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-sidebar-item strong {
  color: #33402d;
  font-size: 16px;
  line-height: 1.6;
}

.location-note-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.location-note-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--detail-gold-soft);
  color: #946317;
}

.location-note-item strong {
  display: block;
  margin-bottom: 4px;
  color: #374032;
  font-size: 15px;
}

.location-note-item p {
  margin: 0;
  color: #5c625a;
  font-size: 14px;
  line-height: 1.75;
}

.location-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 48, 28, 0.1);
  color: #31402c;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .location-detail-layout {
    grid-template-columns: 1fr;
  }

  .location-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .location-detail-page {
    padding: 24px 0 56px;
  }

  .location-detail-shell {
    width: min(100%, calc(100% - 24px));
  }

  .location-hero-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .location-hero-media {
    aspect-ratio: 4 / 3;
    padding: 10px;
  }

  .location-brand-row {
    grid-template-columns: 1fr;
  }

  .location-brand-logo {
    width: 116px;
  }

  .location-facts {
    grid-template-columns: 1fr;
  }

  .location-story-card,
  .location-section-card,
  .location-sidebar-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .location-section-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 10px;
  }

  .location-section-media.is-poster {
    aspect-ratio: 3 / 4;
  }

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

@media (max-width: 560px) {
  .location-detail-breadcrumb {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .location-brand-copy h1 {
    font-size: 34px;
  }

  .location-brand-copy p,
  .location-story-body,
  .location-section-body {
    font-size: 16px;
    line-height: 1.8;
  }

  .location-card-head h2,
  .location-sidebar-card h2 {
    font-size: 24px;
  }

  .location-hero-btn {
    width: 100%;
  }

  .location-hero-meta {
    display: grid;
    gap: 10px;
  }
}
