
/* =====================================================
   TGM 2026 - PREMIUM LOCATION PAGE
   Rich & Luxurious Design | SEO Optimized
   ===================================================== */

.tgm-loc {
  --accent: var(--heading-accent);
  --gold: #d4a853;
  --gold-light: #f4e4bc;
  --premium-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.25);
  --card-radius: 24px;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  background: var(--bg-page);
}

.tgm-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================
   PREMIUM HEADER
   =================== */
.tgm-loc-header {
  position: relative;
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-page) 100%);
  padding: 28px 0 40px;
  border-bottom: 1px solid var(--border-default);
}

/* Breadcrumb styles now in design-system.css */

.tgm-loc-header__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.tgm-loc-header__left {
  flex: 1;
  min-width: 300px;
}
.tgm-loc-header__title h1 { font-size: 2rem; line-height: 1.25; margin: 14px 0 10px; color: var(--text-primary, #f5f5f7); font-weight: 800; }
.tgm-loc-header__title h1 .text-light { display: block; font-size: 1.05rem; font-weight: 500; color: var(--text-secondary, #9aa3b5); margin-top: 6px; }
.tgm-loc-header__intro p { color: var(--text-secondary, #c9ced8); font-size: 1.02rem; line-height: 1.7; max-width: 820px; margin: 0 0 8px; }
@media (max-width: 640px) { .tgm-loc-header__title h1 { font-size: 1.5rem; } }

.tgm-loc-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--gold), #b8860b);
  color: #000;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.tgm-loc-header__badge svg {
  width: 14px;
  height: 14px;
}

.tgm-page-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 12px 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.tgm-page-title span {
  color: var(--accent);
}

.tgm-page-tagline {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

.tgm-loc-header__stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tgm-hstat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: 16px;
  min-width: 120px;
}

.tgm-hstat__icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--accent), #831010);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tgm-hstat__icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.tgm-hstat__icon--gold {
  background: linear-gradient(135deg, var(--gold), #b8860b);
}

.tgm-hstat__text {
  display: flex;
  flex-direction: column;
}

.tgm-hstat__value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.tgm-hstat__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

/* Mobile Header Optimizations */
@media (max-width: 768px) {
  .tgm-loc-header {
    padding: 20px 0 28px;
  }

  .tgm-loc-header__content {
    flex-direction: column;
    gap: 20px;
  }

  .tgm-loc-header__left {
    min-width: 100%;
  }

  .tgm-loc-header__badge {
    padding: 5px 10px;
    font-size: 0.6rem;
    margin-bottom: 12px;
  }

  .tgm-loc-header__badge svg {
    width: 12px;
    height: 12px;
  }

  .tgm-page-tagline {
    font-size: 0.95rem;
  }

  .tgm-loc-header__stats {
    width: 100%;
    justify-content: flex-start;
  }

  .tgm-hstat {
    padding: 10px 14px;
    min-width: auto;
    flex: 1;
    border-radius: 12px;
  }

  .tgm-hstat__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .tgm-hstat__icon svg {
    width: 16px;
    height: 16px;
  }

  .tgm-hstat__value {
    font-size: 1rem;
  }

  .tgm-hstat__label {
    font-size: 0.6rem;
  }

  .tgm-container {
    padding: 0 16px;
  }

  .tgm-main {
    padding: 24px 0;
  }

  .tgm-section-header {
    margin-bottom: 20px;
  }

  .tgm-section-title {
    font-size: 1.1rem;
    gap: 10px;
  }

  .tgm-section-title__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .tgm-section-title__icon svg {
    width: 20px;
    height: 20px;
  }

  .tgm-profiles-count {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
}

/* ===================
   MAIN GRID LAYOUT
   =================== */
.tgm-main {
  padding: 40px 0;
}

.tgm-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
}

@media (max-width: 1200px) {
  .tgm-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================
   PREMIUM PROFILE CARDS
   =================== */
.tgm-profiles {
  min-width: 0;
}

.tgm-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.tgm-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
}

.tgm-section-title__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent), #831010);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(190, 18, 60, 0.3);
}

.tgm-section-title__icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.tgm-profiles-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tgm-profiles-count {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 8px 16px;
  background: var(--bg-section);
  border-radius: 50px;
}

/* Profile Grid */
.tgm-profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .tgm-profiles-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1000px) {
  .tgm-profiles-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .tgm-profiles-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* Premium Profile Card */
.tgm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border-radius: var(--card-radius);
  overflow: hidden;
  border: 1px solid var(--border-default);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tgm-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--card-radius);
  padding: 2px;
  background: linear-gradient(135deg, transparent 40%, var(--gold) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.tgm-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--premium-shadow);
  border-color: transparent;
}

.tgm-card:hover::before {
  opacity: 1;
}

[data-theme="dark"] .tgm-card:hover {
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.6);
}

/* Card Image */
.tgm-card__visual {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.tgm-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tgm-card:hover .tgm-card__img {
  transform: scale(1.08);
}

/* Premium Badge */
.tgm-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95), rgba(22, 163, 74, 0.95));
  color: #fff;
  border-radius: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.tgm-card__badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: livePulse 2s infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  50% { opacity: 0.6; box-shadow: 0 0 0 4px rgba(255,255,255,0); }
}

/* VIP Badge */
.tgm-card__vip {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold), #b8860b);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(212, 168, 83, 0.4);
}

.tgm-card__vip svg {
  width: 18px;
  height: 18px;
  color: #000;
}

/* Gradient Overlay */
.tgm-card__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.7) 40%,
    rgba(0,0,0,0.3) 70%,
    transparent 100%);
  pointer-events: none;
}

/* Card Info */
.tgm-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}

.tgm-card__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.tgm-card__details {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tgm-card__tag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
}

.tgm-card__tag svg {
  width: 12px;
  height: 12px;
  opacity: 0.8;
}

/* Card Rating */
.tgm-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.tgm-card__stars {
  display: flex;
  gap: 2px;
}

.tgm-card__stars svg {
  width: 12px;
  height: 12px;
  color: var(--gold);
}

.tgm-card__rating-text {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.7);
  margin-left: 4px;
}

/* Card Actions */
.tgm-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border-default);
}

.tgm-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s;
}

.tgm-card__action svg {
  width: 16px;
  height: 16px;
}

.tgm-card__action--call {
  background: var(--bg-section);
  color: var(--text-primary);
  border-right: 1px solid var(--border-default);
}

.tgm-card__action--call:hover {
  background: var(--accent);
  color: #fff;
}

.tgm-card__action--wa {
  background: #25D366;
  color: #fff;
}

.tgm-card__action--wa:hover {
  background: #1da851;
}

/* Card Link */
.tgm-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Light mode enhancements */
[data-mode="light"] .tgm-card {
  background: #fff;
  border: 1px solid rgba(200, 35, 51, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

[data-mode="light"] .tgm-card:hover {
  box-shadow: 0 12px 40px rgba(200, 35, 51, 0.12);
  border-color: rgba(200, 35, 51, 0.15);
}

[data-mode="light"] .tgm-card__action--call {
  background: #fef8f8;
  color: #2d1f24;
  border-right: 1px solid rgba(200, 35, 51, 0.08);
}

[data-mode="light"] .tgm-card__action--call:hover {
  background: #c82333;
  color: #fff;
}

[data-mode="light"] .tgm-card__action--wa:hover {
  background: #128C7E;
}

/* ===================
   MOBILE CARD OPTIMIZATIONS
   =================== */
@media (max-width: 700px) {
  .tgm-profiles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tgm-card {
    border-radius: 16px;
  }

  .tgm-card::before {
    border-radius: 16px;
  }

  .tgm-card:hover {
    transform: translateY(-4px);
  }

  /* Smaller badges on mobile */
  .tgm-card__badge {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 0.55rem;
    border-radius: 6px;
    gap: 4px;
  }

  .tgm-card__badge::before {
    width: 5px;
    height: 5px;
  }

  .tgm-card__vip {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .tgm-card__vip svg {
    width: 14px;
    height: 14px;
  }

  /* Compact card info */
  .tgm-card__info {
    padding: 12px;
  }

  .tgm-card__name {
    font-size: 0.9rem;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tgm-card__details {
    gap: 6px;
  }

  .tgm-card__tag {
    padding: 3px 6px;
    font-size: 0.6rem;
    border-radius: 4px;
    gap: 3px;
  }

  .tgm-card__tag svg {
    width: 10px;
    height: 10px;
  }

  /* Smaller stars */
  .tgm-card__rating {
    margin-top: 6px;
    gap: 2px;
  }

  .tgm-card__stars svg {
    width: 10px;
    height: 10px;
  }

  .tgm-card__rating-text {
    font-size: 0.6rem;
  }

  /* Compact action buttons - icon only */
  .tgm-card__actions {
    grid-template-columns: 1fr 1fr;
  }

  .tgm-card__action {
    padding: 10px 8px;
    font-size: 0.65rem;
    gap: 4px;
  }

  .tgm-card__action svg {
    width: 14px;
    height: 14px;
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .tgm-profiles-grid {
    gap: 10px;
  }

  .tgm-card {
    border-radius: 14px;
  }

  .tgm-card__badge {
    padding: 4px 6px;
    font-size: 0.5rem;
  }

  .tgm-card__vip {
    width: 24px;
    height: 24px;
  }

  .tgm-card__vip svg {
    width: 12px;
    height: 12px;
  }

  .tgm-card__info {
    padding: 10px;
  }

  .tgm-card__name {
    font-size: 0.8rem;
  }

  .tgm-card__tag {
    padding: 2px 5px;
    font-size: 0.55rem;
  }

  /* Hide rating on very small screens */
  .tgm-card__rating {
    display: none;
  }

  /* Icon-only action buttons on very small screens */
  .tgm-card__action {
    padding: 10px 6px;
    font-size: 0;
  }

  .tgm-card__action svg {
    width: 16px;
    height: 16px;
  }
}

/* ===================
   PREMIUM SIDEBAR
   =================== */
.tgm-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 110px;
  height: fit-content;
}

@media (max-width: 1200px) {
  .tgm-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: static;
  }
}

@media (max-width: 700px) {
  .tgm-sidebar {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Mobile Sidebar Optimizations */
@media (max-width: 768px) {
  .tgm-sidebar {
    margin-top: 24px;
  }

  .tgm-cta-card {
    border-radius: 16px;
    padding: 24px 20px;
  }

  .tgm-cta-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .tgm-cta-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .tgm-cta-card__title {
    font-size: 1.2rem;
  }

  .tgm-cta-card__text {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .tgm-cta-card__btns {
    gap: 10px;
  }

  .tgm-cta-btn {
    padding: 14px 20px;
    font-size: 0.85rem;
    border-radius: 12px;
  }

  .tgm-cta-btn svg {
    width: 18px;
    height: 18px;
  }

  .tgm-stats-card {
    border-radius: 16px;
    padding: 20px;
  }

  .tgm-stats-card__title {
    font-size: 0.7rem;
    margin-bottom: 16px;
  }

  .tgm-stats-grid {
    gap: 12px;
  }

  .tgm-stat {
    padding: 14px 10px;
    border-radius: 12px;
  }

  .tgm-stat__value {
    font-size: 1.25rem;
  }

  .tgm-stat__label {
    font-size: 0.6rem;
  }

  .tgm-widget {
    border-radius: 16px;
    padding: 18px;
  }

  .tgm-widget__header {
    margin-bottom: 16px;
    padding-bottom: 12px;
    gap: 10px;
  }

  .tgm-widget__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .tgm-widget__icon svg {
    width: 18px;
    height: 18px;
  }

  .tgm-widget__title {
    font-size: 0.9rem;
  }

  .tgm-widget__list a {
    padding: 10px 0;
    font-size: 0.8rem;
  }
}

/* CTA Card */
.tgm-cta-card {
  background: linear-gradient(145deg, var(--accent), #6b0f1a);
  border-radius: var(--card-radius);
  padding: 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tgm-cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.tgm-cta-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  backdrop-filter: blur(8px);
}

.tgm-cta-card__icon svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.tgm-cta-card__title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.tgm-cta-card__text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  line-height: 1.5;
}

.tgm-cta-card__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tgm-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}

.tgm-cta-btn svg {
  width: 20px;
  height: 20px;
}

.tgm-cta-btn--primary {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.tgm-cta-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

.tgm-cta-btn--wa {
  background: #25D366;
  color: #fff;
}

.tgm-cta-btn--wa:hover {
  background: #1da851;
}

/* Stats Card */
.tgm-stats-card {
  background: var(--bg-card);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-default);
  padding: 28px;
}

.tgm-stats-card__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tgm-stats-card__title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-default);
}

.tgm-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tgm-stat {
  text-align: center;
  padding: 20px 12px;
  background: var(--bg-section);
  border-radius: 16px;
  transition: all 0.25s;
}

.tgm-stat:hover {
  background: var(--bg-page);
  transform: translateY(-2px);
}

.tgm-stat__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.tgm-stat__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* Widget Card */
.tgm-widget {
  background: var(--bg-card);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-default);
  padding: 24px;
}

.tgm-widget__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-default);
}

.tgm-widget__icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--accent), #831010);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tgm-widget__icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.tgm-widget__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
}

.tgm-widget__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.tgm-widget__list::-webkit-scrollbar {
  width: 4px;
}

.tgm-widget__list::-webkit-scrollbar-thumb {
  background: var(--border-default);
  border-radius: 4px;
}

.tgm-widget__list li {
  border-bottom: 1px solid var(--border-default);
}

.tgm-widget__list li:last-child {
  border: none;
}

.tgm-widget__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s;
}

.tgm-widget__list a:hover {
  color: var(--accent);
  padding-left: 8px;
}

.tgm-widget__list a svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: all 0.2s;
}

.tgm-widget__list a:hover svg {
  opacity: 1;
}

/* ===================
   CONTENT SECTION
   =================== */
.tgm-content-section {
  padding: 60px 0;
  background: var(--bg-page);
}

.tgm-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

@media (max-width: 1000px) {
  .tgm-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.tgm-article {
  background: var(--bg-card);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-default);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.tgm-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent) 0%, var(--gold) 100%);
}

.tgm-article__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-default);
}

.tgm-article__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(190, 18, 60, 0.1), rgba(212, 168, 83, 0.1));
  border: 1px solid rgba(190, 18, 60, 0.2);
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.tgm-article__badge svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}

.tgm-article h2 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.tgm-article h2 span {
  color: var(--accent);
}

/* Location headings: site heading gradient (theme token --heading-gradient, same as homepage .text-gradient) (Aug 2026) */
.tgm-loc-header__title h1 {
  background: var(--heading-gradient, linear-gradient(135deg, #f4a9c0 0%, #d4af37 50%, #ff4081 100%));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 900; letter-spacing: 0.01em; line-height: 1.2; margin: 14px 0 8px;
  filter: drop-shadow(0 2px 18px rgba(212,175,55,0.35));
}
.tgm-loc-header__title h1 .text-light {
  display: block; background: none; -webkit-text-fill-color: var(--text-secondary, #c9ced8); color: var(--text-secondary, #c9ced8);
  font-size: 1.05rem; font-weight: 500; letter-spacing: 0; margin-top: 8px; filter: none;
}
.tgm-article h2 {
  background: var(--heading-gradient, linear-gradient(135deg, #f4a9c0 0%, #d4af37 50%, #ff4081 100%));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-size: 1.6rem; font-weight: 800; margin: 40px 0 14px; padding-bottom: 12px; position: relative;
}
.tgm-article h2:first-child { margin-top: 0; }
.tgm-article h2::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px; border-radius: 3px;
  background: var(--gradient-accent, linear-gradient(135deg, #f4a9c0 0%, #d4af37 100%));
}
.tgm-article h2 span { -webkit-text-fill-color: var(--accent); }
.tgm-article ul { margin: 0 0 18px 20px; }
.tgm-article li { color: var(--text-secondary); line-height: 1.8; margin-bottom: 6px; }
.tgm-article figure { margin: 6px 0 28px; }
.tgm-article figure img { display: block; width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--border-default, rgba(255,255,255,0.08)); }
.tgm-article figcaption { font-size: 0.8rem; color: var(--text-muted, #7c8598); margin-top: 8px; line-height: 1.5; }
.tgm-article figcaption a { color: inherit; text-decoration: underline; text-decoration-style: dotted; }
.tgm-article table { width: 100%; border-collapse: collapse; margin: 6px 0 22px; font-size: 0.95rem; }
.tgm-article th, .tgm-article td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border-default, rgba(255,255,255,0.08)); color: var(--text-secondary); vertical-align: middle; }
.tgm-article th { color: var(--text-primary); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.tgm-article td a { font-weight: 600; }
.tgm-article td img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; margin-right: 8px; vertical-align: middle; }
.tgm-article .tgm-table-wrap { overflow-x: auto; }

.tgm-article h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 32px 0 14px 0;
  padding-left: 16px;
  border-left: 3px solid var(--accent);
}

.tgm-article h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 28px 0 12px 0;
}

.tgm-article p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 1rem;
}

.tgm-article a {
  color: var(--accent);
  font-weight: 500;
}

.tgm-article strong {
  color: var(--text-primary);
  font-weight: 600;
}

.tgm-article ul, .tgm-article ol {
  color: var(--text-secondary);
  padding-left: 0;
  margin-bottom: 20px;
  line-height: 1.9;
  list-style: none;
}

.tgm-article li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.tgm-article li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
}

/* Content Sidebar */
.tgm-content-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 120px;
}

@media (max-width: 1000px) {
  .tgm-content-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: static;
  }
}

@media (max-width: 600px) {
  .tgm-content-sidebar {
    grid-template-columns: 1fr;
  }
}

.tgm-highlight-card {
  background: var(--bg-card);
  border-radius: 20px;
  border: 1px solid var(--border-default);
  padding: 24px;
  text-align: center;
}

.tgm-highlight-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--accent), #6b0f1a);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(190, 18, 60, 0.25);
}

.tgm-highlight-card__icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.tgm-highlight-card__icon--gold {
  background: linear-gradient(135deg, var(--gold), #b8860b);
  box-shadow: 0 8px 20px rgba(212, 168, 83, 0.25);
}

.tgm-highlight-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.tgm-highlight-card__text {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.tgm-quick-contact {
  background: linear-gradient(145deg, var(--bg-card), var(--bg-section));
  border-radius: 20px;
  border: 1px solid var(--border-default);
  padding: 24px;
}

.tgm-quick-contact__title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tgm-quick-contact__title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-default);
}

.tgm-quick-contact__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tgm-quick-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}

.tgm-quick-contact__btn svg {
  width: 18px;
  height: 18px;
}

.tgm-quick-contact__btn--call {
  background: var(--accent);
  color: #fff;
}

.tgm-quick-contact__btn--call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(190, 18, 60, 0.3);
}

.tgm-quick-contact__btn--wa {
  background: #25D366;
  color: #fff;
}

.tgm-quick-contact__btn--wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* Mobile Content Section */
@media (max-width: 768px) {
  .tgm-content-section {
    padding: 40px 0;
  }

  .tgm-article {
    padding: 24px;
    border-radius: 16px;
  }

  .tgm-article::before {
    width: 3px;
  }

  .tgm-article__header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .tgm-article__badge {
    padding: 5px 10px;
    font-size: 0.6rem;
    margin-bottom: 12px;
  }

  .tgm-article h2 {
    font-size: 1.4rem;
  }

  .tgm-article h3 {
    font-size: 1.1rem;
    margin: 24px 0 12px 0;
    padding-left: 12px;
  }

  .tgm-article h4 {
    font-size: 1rem;
    margin: 20px 0 10px 0;
  }

  .tgm-article p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .tgm-article li {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  .tgm-article li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }

  .tgm-highlight-card {
    padding: 20px;
    border-radius: 16px;
  }

  .tgm-highlight-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .tgm-highlight-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .tgm-highlight-card__title {
    font-size: 1rem;
  }

  .tgm-highlight-card__text {
    font-size: 0.8rem;
  }

  .tgm-quick-contact {
    padding: 20px;
    border-radius: 16px;
  }
}

/* ===================
   LOCATIONS SECTION
   =================== */
.tgm-locations-section {
  padding: 60px 0;
}

.tgm-locations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .tgm-locations-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 800px) {
  .tgm-locations-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 500px) {
  .tgm-locations-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

.tgm-loc-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  transition: all 0.35s;
}

.tgm-loc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border-color: var(--accent);
}

[data-theme="dark"] .tgm-loc-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.tgm-loc-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.tgm-loc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.tgm-loc-card:hover .tgm-loc-card__img img {
  transform: scale(1.12);
}

.tgm-loc-card__name {
  padding: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
}

/* Mobile Location Cards */
@media (max-width: 500px) {
  .tgm-locations-section {
    padding: 40px 0;
  }

  .tgm-loc-card {
    border-radius: 14px;
  }

  .tgm-loc-card:hover {
    transform: translateY(-4px);
  }

  .tgm-loc-card__name {
    padding: 12px;
    font-size: 0.8rem;
  }
}

/* Mobile Content Section */
@media (max-width: 768px) {
  .tgm-content-section {
    padding: 40px 0;
  }

  .tgm-article__header {
    margin-bottom: 20px;
  }

  .tgm-article__badge {
    padding: 5px 10px;
    font-size: 0.6rem;
    margin-bottom: 12px;
  }

  .tgm-article h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .tgm-article h3 {
    font-size: 1.15rem;
    margin: 28px 0 12px 0;
  }

  .tgm-article h4 {
    font-size: 1rem;
    margin: 20px 0 10px 0;
  }

  .tgm-article p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .tgm-article li {
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  .tgm-article li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

/* ===================
   BOTTOM CTA BANNER
   =================== */
.tgm-banner {
  background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

[data-theme="light"] .tgm-banner {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
}

.tgm-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

.tgm-banner__inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}

.tgm-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--gold), #b8860b);
  color: #000;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.tgm-banner__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

[data-theme="light"] .tgm-banner__title {
  color: var(--text-primary);
}

.tgm-banner__title span {
  color: var(--accent);
}

.tgm-banner__text {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  line-height: 1.6;
}

[data-theme="light"] .tgm-banner__text {
  color: var(--text-secondary);
}

.tgm-banner__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tgm-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.tgm-banner-btn svg {
  width: 22px;
  height: 22px;
}

.tgm-banner-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 30px rgba(190, 18, 60, 0.4);
}

.tgm-banner-btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(190, 18, 60, 0.5);
}

.tgm-banner-btn--wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.tgm-banner-btn--wa:hover {
  transform: translateY(-4px);
  background: #1da851;
}

/* Mobile Banner */
@media (max-width: 768px) {
  .tgm-banner {
    padding: 50px 0;
  }

  .tgm-banner__inner {
    padding: 0 16px;
  }

  .tgm-banner__badge {
    padding: 8px 14px;
    font-size: 0.65rem;
    margin-bottom: 16px;
  }

  .tgm-banner__text {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }

  .tgm-banner__btns {
    gap: 12px;
  }

  .tgm-banner-btn {
    padding: 14px 24px;
    font-size: 0.85rem;
    gap: 8px;
    flex: 1;
    justify-content: center;
    min-width: 140px;
  }

  .tgm-banner-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* =====================================================
   REDESIGN 2026-08-31
   Refines the location page into one coherent premium
   system. Scoped to .tgm-loc / location components only,
   so no other page is affected. Overrides live at the end
   of the sheet deliberately: the rules above stay intact
   and this block can be lifted out to revert.
   ===================================================== */

.tgm-loc {
  /* Restrained two-stop identity: rose -> copper. Replaces the
     pink/gold/pink three-stop, which read as a rainbow at heading sizes. */
  --tgm-rose: #e8859e;
  --tgm-copper: #c98a4b;
  --tgm-ink: #0d1016;
  --tgm-edge: rgba(255,255,255,0.07);
  --tgm-edge-hi: rgba(232,133,158,0.35);
  --tgm-brand: linear-gradient(100deg, var(--tgm-rose) 0%, var(--tgm-copper) 100%);
  --card-radius: 18px;
}

/* --- Headings: quieter gradient, real hierarchy --- */
.tgm-loc .tgm-loc-header__title h1 {
  background: var(--tgm-brand);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-size: clamp(2.1rem, 4.4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 16px 0 10px;
  filter: none; /* the old drop-shadow muddied the glyph edges */
}
/* The intro is Kabir's real opening copy and carries the keyword, so it stays
   in the hero. Hold it to a comfortable measure so it reads as a lede rather
   than a wall of body text. */
.tgm-loc .tgm-loc-header__intro p {
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 62ch;
  color: var(--text-secondary);
}
.tgm-loc .tgm-article h2 {
  background: none;
  -webkit-text-fill-color: var(--text-primary);
  color: var(--text-primary);
  font-size: 1.45rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  padding-bottom: 0;
  padding-left: 16px;
  margin: 44px 0 16px;
}
/* Accent moves from an underline to a left rule: cleaner, and it
   survives multi-line headings without the bar floating off. */
.tgm-loc .tgm-article h2::after {
  left: 0; top: 0.18em; bottom: 0.18em;
  width: 3px; height: auto;
  background: var(--tgm-brand);
  border-radius: 3px;
}
.tgm-loc .tgm-article h2 span { -webkit-text-fill-color: var(--tgm-rose); color: var(--tgm-rose); }

/* --- Section header: drop the heavy crimson tile --- */
.tgm-loc .tgm-section-title__icon {
  width: 38px; height: 38px; border-radius: 11px;
  background: rgba(232,133,158,0.12);
  border: 1px solid var(--tgm-edge-hi);
  box-shadow: none;
}
.tgm-loc .tgm-section-title__icon svg { width: 19px; height: 19px; color: var(--tgm-rose); }
.tgm-loc .tgm-section-title { font-size: 1.2rem; font-weight: 750; letter-spacing: -0.01em; }

/* --- Cards: one status signal, location as the headline trust cue --- */
.tgm-loc .tgm-card {
  border-radius: var(--card-radius);
  border-color: var(--tgm-edge);
  background: var(--bg-card);
  transition: transform .28s cubic-bezier(.2,.7,.3,1), border-color .28s, box-shadow .28s;
}
.tgm-loc .tgm-card::before { display: none; } /* retire the gold edge-trace */
.tgm-loc .tgm-card:hover {
  transform: translateY(-5px);
  border-color: var(--tgm-edge-hi);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.7);
}
.tgm-loc .tgm-card:hover .tgm-card__img { transform: scale(1.04); }

/* Availability: a quiet dot-and-label, not a filled green slab */
.tgm-loc .tgm-card__badge {
  top: 12px; left: 12px;
  padding: 6px 10px;
  background: rgba(10,12,16,.72);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: .62rem; font-weight: 650; letter-spacing: .04em;
  color: #eaf6ee;
}
.tgm-loc .tgm-card__badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,.18); flex: none;
}

/* The location tag is real data now, so it leads the detail row */
.tgm-loc .tgm-card__details { gap: 6px; flex-wrap: wrap; }
.tgm-loc .tgm-card__tag {
  background: rgba(255,255,255,.07);
  border: 1px solid var(--tgm-edge);
  border-radius: 7px;
  padding: 4px 8px;
  font-size: .68rem; font-weight: 600;
  color: var(--text-secondary);
}
.tgm-loc .tgm-card__tag--local {
  order: -1; /* pull ahead of age/origin */
  background: linear-gradient(100deg, rgba(232,133,158,.20), rgba(201,138,75,.20));
  border-color: var(--tgm-edge-hi);
  color: #f6d9e1;
  font-weight: 700;
}
.tgm-loc .tgm-card__vip {
  background: rgba(201,138,75,.92);
  box-shadow: 0 4px 14px -4px rgba(201,138,75,.6);
}

/* --- Sidebar: three stacked blocks become a compact horizontal strip.
       Same three facts, a third of the vertical space, so the sidebar
       stops competing with the profile grid for attention. --- */
.tgm-loc .tgm-highlight-card {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 15px;
  margin-bottom: 8px;
  background: var(--bg-card);
  border: 1px solid var(--tgm-edge);
  border-radius: 13px;
  text-align: left;
}
.tgm-loc .tgm-highlight-card__icon {
  width: 34px; height: 34px; flex: none;
  border-radius: 9px;
  background: rgba(232,133,158,.11);
  border: 1px solid var(--tgm-edge-hi);
  display: flex; align-items: center; justify-content: center;
  margin: 0;
  box-shadow: none;
}
.tgm-loc .tgm-highlight-card__icon svg { width: 16px; height: 16px; color: var(--tgm-rose); }
.tgm-loc .tgm-highlight-card__icon--gold { background: rgba(201,138,75,.13); border-color: rgba(201,138,75,.35); }
.tgm-loc .tgm-highlight-card__icon--gold svg { color: var(--tgm-copper); }
.tgm-loc .tgm-highlight-card__title { font-size: .84rem; font-weight: 700; margin: 0 0 1px; }
.tgm-loc .tgm-highlight-card__text { font-size: .74rem; line-height: 1.4; margin: 0; color: var(--text-muted); }

/* --- CTA band: same palette as the page, not a stray navy block.
       .tgm-banner is unique to this template and this <style> only loads
       here, so the unscoped selector is safe. --- */
.tgm-banner {
  background:
    radial-gradient(1100px 380px at 50% -12%, rgba(232,133,158,.14), transparent 62%),
    linear-gradient(180deg, #12151d 0%, var(--tgm-ink, #0d1016) 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 68px 0;
}
.tgm-banner::before { opacity: .5; }
.tgm-banner__badge {
  background: rgba(232,133,158,.12);
  border: 1px solid rgba(232,133,158,.35);
  color: #f3c9d5;
  font-weight: 650;
  letter-spacing: .08em;
}
.tgm-banner__title { font-weight: 800; letter-spacing: -0.02em; }

/* --- Nearby locations: type-led, never dependent on an image loading --- */
.tgm-loc-card {
  border-radius: 14px;
  border-color: var(--tgm-edge);
  background:
    linear-gradient(160deg, rgba(232,133,158,.07), transparent 55%),
    var(--bg-card);
}
.tgm-loc-card:hover {
  transform: translateY(-4px);
  border-color: var(--tgm-edge-hi);
  box-shadow: 0 16px 32px -14px rgba(0,0,0,.6);
}
/* The Cloudinary tiles 404 for most locations, leaving empty boxes.
   Dropping the image makes these read as intentional nav chips. */
.tgm-loc-card__img { display: none; }
.tgm-loc-card__name {
  padding: 15px 16px;
  font-size: .92rem; font-weight: 700; letter-spacing: -0.01em;
  color: var(--text-primary);
}
.tgm-loc-card__name::before {
  content: "";
  display: inline-block; vertical-align: middle;
  width: 5px; height: 5px; margin-right: 8px; border-radius: 50%;
  background: var(--tgm-brand);
}

/* --- Sidebar conversion block: was a flat crimson slab that fought the
       page for attention. Same prominence, less shouting. --- */
.tgm-loc .tgm-cta-card {
  background:
    radial-gradient(420px 200px at 50% -20%, rgba(232,133,158,.30), transparent 70%),
    linear-gradient(160deg, #24141b 0%, #17111a 100%);
  border: 1px solid var(--tgm-edge-hi);
  border-radius: var(--card-radius);
  padding: 26px 22px;
}
.tgm-loc .tgm-cta-card::before { display: none; }
.tgm-loc .tgm-cta-card__icon {
  background: rgba(232,133,158,.14);
  border: 1px solid var(--tgm-edge-hi);
  box-shadow: none;
}
.tgm-loc .tgm-cta-card__icon svg { color: var(--tgm-rose); }
.tgm-loc .tgm-cta-card__title { letter-spacing: -0.01em; }

/* Widget headers: the crimson icon tile matched the old palette, not this one */
.tgm-loc .tgm-widget__icon {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: rgba(232,133,158,.12);
  border: 1px solid var(--tgm-edge-hi);
  box-shadow: none;
}
.tgm-loc .tgm-widget__icon svg { width: 16px; height: 16px; color: var(--tgm-rose); }
/* design-system.css paints this bar --brand-secondary (#880e4f). That sheet is
   shared with other pages, so override here, scoped, rather than editing it. */
.tgm-loc .tgm-widget__header {
  background: transparent;
  padding: 0 0 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--tgm-edge);
}
.tgm-loc .tgm-widget { padding: 18px 18px 6px; overflow: visible; }
.tgm-loc .tgm-widget__title {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* --- Hero -------------------------------------------------------------
   Was: flat dark slab, copy on the left, two generic chips stranded in a
   half-empty right side, and no call to action anywhere above the grid.
   Now: atmosphere + a real dossier card that both fills that space and
   finally asks for the booking. ------------------------------------- */
.tgm-loc .tgm-loc-header {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(880px 420px at 12% -30%, rgba(232,133,158,.16), transparent 60%),
    radial-gradient(700px 380px at 88% -10%, rgba(201,138,75,.11), transparent 62%),
    linear-gradient(180deg, #16121a 0%, var(--bg-page) 100%);
  padding: 26px 0 46px;
  border-bottom: 1px solid var(--tgm-edge);
}
/* faint vertical rule texture, keeps the large empty area from reading as a void */
.tgm-loc .tgm-loc-header::after {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 1px, transparent 1px 92px);
  pointer-events: none;
}
.tgm-loc .tgm-loc-header > * { position: relative; z-index: 1; }

/* Two real columns instead of flex space-between, which stranded the card at
   the far right with a dead gap in the middle. */
/* Two real columns instead of flex space-between, which stranded the card at
   the far right with a dead gap in the middle. The pair is also held to a
   tighter measure than the full 1440 container, so the hero reads as a
   composed block rather than two things drifting apart on a wide screen. */
@media (min-width: 1024px) {
  .tgm-loc .tgm-loc-header__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 336px;
    gap: 52px;
    align-items: center;
    max-width: 1140px;
  }
  .tgm-loc .tgm-loc-header__left { max-width: none; min-width: 0; }
  .tgm-loc .tgm-loc-header__intro p { max-width: 100%; }
}

.tgm-hero-card {
  flex: 0 0 336px;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 17px;
  border: 1px solid var(--tgm-edge-hi);
  background:
    radial-gradient(300px 160px at 50% -30%, rgba(232,133,158,.16), transparent 70%),
    linear-gradient(165deg, rgba(36,20,27,.92), rgba(19,16,23,.92));
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: 0 22px 46px -22px rgba(0,0,0,.85);
}
.tgm-hero-card__top {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--tgm-edge);
}
.tgm-hero-card__live {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .68rem; font-weight: 650; letter-spacing: .04em;
  color: #b8f0cf;
}
.tgm-hero-card__pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #34d399;
  box-shadow: 0 0 0 0 rgba(52,211,153,.55);
  animation: tgmPulse 2.4s ease-out infinite;
}
@keyframes tgmPulse {
  0% { box-shadow: 0 0 0 0 rgba(52,211,153,.5); }
  70% { box-shadow: 0 0 0 7px rgba(52,211,153,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}
@media (prefers-reduced-motion: reduce) { .tgm-hero-card__pulse { animation: none; } }
.tgm-hero-card__place {
  font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--text-muted);
}

/* Roster strip: the faces do the selling, the caption does the counting.
   Deliberately NOT a link — it is a preview of the grid below, not a target. */
.tgm-hero-card__roster {
  display: flex; flex-direction: column; gap: 10px;
  cursor: default;
  -webkit-user-select: none; user-select: none;
}
.tgm-hero-stack { display: flex; align-items: center; }
.tgm-hero-stack img,
.tgm-hero-stack__more {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid #1b141c;
  object-fit: cover;
  margin-right: -12px;                 /* overlap */
  pointer-events: none;                /* not interactive: no hover/drag affordance */
}
.tgm-hero-stack img:nth-child(1) { z-index: 5; }
.tgm-hero-stack img:nth-child(2) { z-index: 4; }
.tgm-hero-stack img:nth-child(3) { z-index: 3; }
.tgm-hero-stack img:nth-child(4) { z-index: 2; }
.tgm-hero-stack img:nth-child(5) { z-index: 1; }
.tgm-hero-stack__more {
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: 0;
  background: rgba(232,133,158,.16);
  border-color: var(--tgm-edge-hi);
  color: #f6d9e1;
  font-size: .72rem; font-weight: 750;
  flex: none;
}
.tgm-hero-card__roster-cap {
  font-size: .78rem; color: var(--text-secondary); line-height: 1.35;
}
.tgm-hero-card__roster-cap strong { color: var(--text-primary); font-weight: 750; }

.tgm-hero-card__facts {
  margin: 0; padding: 12px 0 0;
  border-top: 1px solid var(--tgm-edge);
  display: flex; flex-direction: column; gap: 7px;
}
.tgm-hero-card__facts > div {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.tgm-hero-card__facts dt {
  font-size: .73rem; color: var(--text-muted); line-height: 1.3; min-width: 0;
}
.tgm-hero-card__facts dd {
  margin: 0; flex: none;
  font-size: .78rem; font-weight: 700; line-height: 1.3;
  color: var(--text-primary);
}
/* dotted leader ties label to value so the pair reads as one fact */
.tgm-hero-card__facts > div::before {
  content: ""; order: 1; flex: 1 1 auto;
  height: 0; margin: 0 2px;
  border-bottom: 1px dotted rgba(255,255,255,.14);
  transform: translateY(-3px);
}
.tgm-hero-card__facts dd { order: 2; }

.tgm-hero-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.tgm-hero-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 10px;
  border-radius: 11px;
  font-size: .8rem; font-weight: 700;
  text-decoration: none;
  transition: transform .18s, filter .18s;
}
.tgm-hero-btn svg { width: 15px; height: 15px; flex: none; }
.tgm-hero-btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.tgm-hero-btn--call {
  background: var(--tgm-brand);
  color: #21131a;
}
.tgm-hero-btn--wa {
  background: rgba(37,211,102,.13);
  border: 1px solid rgba(37,211,102,.4);
  color: #7be8a5;
}
.tgm-hero-card__foot {
  margin: 0; text-align: center;
  font-size: .68rem; color: var(--text-muted);
}

@media (max-width: 1023px) {
  .tgm-hero-card { flex: 1 1 auto; width: 100%; max-width: 420px; margin-top: 20px; }
}
@media (max-width: 480px) {
  .tgm-hero-card { padding: 17px; }
  .tgm-hero-card__num { font-size: 1.25rem; }
}

@media (max-width: 700px) {
  .tgm-loc .tgm-card__badge { font-size: .58rem; padding: 5px 8px; }
  .tgm-loc .tgm-card__tag { font-size: .63rem; padding: 3px 6px; }
  .tgm-loc .tgm-article h2 { font-size: 1.25rem; margin-top: 34px; }
}

/* ===================
   EMPTY STATE
   =================== */
.tgm-empty {
  text-align: center;
  padding: 100px 24px;
}

.tgm-empty h2 {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin: 0 0 12px 0;
}

.tgm-empty p {
  color: var(--text-muted);
  margin: 0 0 24px 0;
}

.tgm-empty a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--accent);
  color: #fff;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
}
