/* TuckerSpot — layout layer (AU identity; extends ts-theme.css) */
:root {
  --ts-shadow-sm: 0 1px 2px rgba(20, 35, 32, 0.06);
  --ts-shadow: 0 6px 20px rgba(20, 35, 32, 0.08);
  --ts-shadow-md: 0 12px 32px rgba(20, 35, 32, 0.1);
  --ts-shadow-lg: 0 20px 44px rgba(20, 35, 32, 0.12);
  --ts-shadow-primary: 0 8px 24px rgba(26, 107, 92, 0.24);
  --ts-radius-sm: 8px;
  --ts-radius: 12px;
  --ts-radius-lg: 16px;
  --ts-radius-xl: 22px;
  --ts-radius-pill: 9999px;
  --ts-header-h: 70px;
}

body.ts-body {
  font-family: var(--ts-sans);
  background:
    radial-gradient(900px 480px at 100% -5%, rgba(26, 107, 92, 0.07), transparent 58%),
    radial-gradient(700px 380px at 0% 0%, rgba(194, 99, 46, 0.06), transparent 55%),
    linear-gradient(180deg, #faf6f0 0%, var(--ts-bg) 40%, #f7f3ec 100%);
  color: var(--ts-text);
}

h1, h2, h3, .ts-section-title, .ts-hero-content h1 {
  font-family: var(--ts-serif);
  letter-spacing: -0.02em;
}

/* Venue titles: clean US sans (avoid heavy serif on listing pages) */
.ts-place-info h1,
.ts-venue-section h2,
.ts-venue-heading {
  font-family: var(--ts-sans);
  letter-spacing: -0.02em;
}

.ts-container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.ts-header {
  background: rgba(250, 246, 240, 0.94) !important;
  border-bottom: 1px solid var(--ts-border-light);
  backdrop-filter: blur(14px);
}
body.ts-home .ts-header.transparent:not(.scrolled) {
  background: transparent !important;
  border-bottom-color: transparent;
  backdrop-filter: none;
}
body.ts-home .ts-header.transparent:not(.scrolled) .ts-nav > li > a,
body.ts-home .ts-header.transparent:not(.scrolled) .ts-nav-toggle,
body.ts-home .ts-header.transparent:not(.scrolled) .ts-logo-text {
  color: #fff !important;
}
body.ts-home .ts-header.transparent:not(.scrolled) .ts-nav > li > a.active::after,
body.ts-home .ts-header.transparent:not(.scrolled) .ts-nav > li > a:hover::after {
  background: #fff;
}
.ts-header .ts-nav > li > a,
.ts-header .ts-nav-toggle {
  color: var(--ts-dark) !important;
}
.ts-header .ts-logo img {
  max-height: 36px;
  width: auto;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
}
.ts-logo img {
  background: transparent !important;
}

.btn-ts-primary {
  border-radius: var(--ts-radius-pill) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.btn-ts-outline {
  border-radius: var(--ts-radius-pill) !important;
  font-weight: 650;
}

/* HOME HERO */
.ts-hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--ts-header-h) + 2.5rem) 0 4.5rem;
  overflow: hidden;
}
.ts-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ts-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.06);
  animation: ts-hero-ken 18s ease-out forwards;
  filter: saturate(1.05) contrast(1.04);
}
@keyframes ts-hero-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
.ts-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, rgba(12, 61, 52, 0.9) 0%, rgba(20, 35, 32, 0.58) 44%, rgba(194, 99, 46, 0.15) 100%),
    linear-gradient(0deg, rgba(10, 31, 26, 0.82) 0%, transparent 42%);
}
.ts-hero .ts-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ts-hero-content {
  max-width: 40rem;
  color: #fff;
  animation: ts-hero-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes ts-hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
body.ts-body .ts-hero h1,
.ts-hero-content h1 {
  color: #fff !important;
  font-family: var(--ts-serif);
  font-weight: 600;
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}
.ts-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--ts-radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}
.ts-hero-brand {
  margin: 0 0 0.65rem;
  font-family: var(--ts-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.ts-hero-brand::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 2px;
  background: var(--ts-accent);
}
.ts-hero-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  max-width: 32rem;
  margin: 0 0 1.75rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.ts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: ts-hero-rise 1s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ts-hero .btn-ts-primary {
  min-height: 48px;
  padding: 0.7rem 1.5rem;
  box-shadow: 0 8px 24px rgba(26, 107, 92, 0.35);
}
.btn-ts-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.4rem;
  border-radius: var(--ts-radius-pill);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.btn-ts-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-1px);
}
.ts-hero-kicker { display: inline-flex; }
.ts-hero-search {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 10px;
  padding: 0.45rem;
  box-shadow: var(--ts-shadow-lg);
}
.ts-hero-search .form-control {
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 0.95rem;
}
.ts-hero-search .btn-search {
  background: var(--ts-primary);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 0.75rem 1.15rem;
  font-weight: 700;
}
.ts-hero-chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ts-hero-chip {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  border-radius: 999px !important;
  backdrop-filter: blur(4px);
}

/* Stats — use theme strip */
.ts-stat-strip {
  background: var(--ts-primary-dark);
  border-bottom: 3px solid var(--ts-accent);
  padding: 1.35rem 0;
}
.ts-stat-value {
  color: #fff;
  font-family: var(--ts-serif);
  font-size: 1.55rem;
}
.ts-stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-padding {
  padding: 3.75rem 0;
}
.ts-section-label {
  color: var(--ts-primary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.ts-section-title {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: var(--ts-dark);
}
.ts-section-subtitle {
  color: var(--ts-text-light);
}

/* Category: text list row instead of icon-card grid vibe */
.ts-cat-card {
  background: #fff;
  border: 1px solid var(--ts-border-light);
  border-radius: 10px;
  padding: 1.1rem 0.85rem;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.ts-cat-card:hover {
  border-color: var(--ts-primary);
  transform: translateY(-2px);
  box-shadow: var(--ts-shadow-sm);
}
.ts-cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  margin-bottom: 0.65rem;
}

/* Place cards — vertical photo tiles */
a.ts-place-card,
.ts-place-card {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  align-items: stretch !important;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 14px;
  overflow: hidden !important;
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
  transform: none !important;
  transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.ts-place-card:hover {
  border-color: rgba(26, 107, 92, 0.35);
  box-shadow: 0 12px 28px rgba(20, 35, 32, 0.1);
  transform: translateY(-3px) !important;
}
.ts-place-card-img {
  position: relative !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #e7e5e4;
}
.ts-place-card-img img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.01) !important;
  transition: transform 0.45s ease;
}
.ts-place-card:hover .ts-place-card-img img {
  transform: scale(1.06) !important;
}
.ts-place-card-badges {
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  right: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.ts-place-card-body {
  min-width: 0 !important;
  padding: 0.95rem 1rem 1.1rem !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
  flex: 1;
}
.ts-place-card-title {
  font-family: var(--ts-serif);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.25;
  margin: 0;
  color: var(--ts-dark);
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ts-place-card-address {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--ts-text-light);
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  a.ts-place-card,
  .ts-place-card {
    grid-template-columns: none !important;
  }
  .ts-place-card-img {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }
  .ts-place-card-img img {
    position: absolute !important;
  }
  .ts-place-card-body {
    padding: 0.8rem 0.85rem 0.95rem !important;
  }
  .ts-place-card-title {
    font-size: 0.98rem;
  }
}

/* Destinations — sharper tile, less rounded overlay clone */
.ts-dest-card {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.ts-dest-card-overlay {
  background: linear-gradient(0deg, rgba(12, 61, 52, 0.88), transparent 58%);
}

/* Trust / feature — flat panels */
.ts-trust-card,
.ts-feature-card,
.ts-story-card,
.ts-guide-card,
.ts-collection-card {
  border-radius: 8px;
  border: 1px solid var(--ts-border-light);
  box-shadow: none;
  background: #fff;
}
.ts-trust-icon,
.ts-feature-icon,
.ts-story-icon {
  border-radius: 8px;
}

.bg-warm { background: var(--ts-bg-warm) !important; }
.bg-alt { background: var(--ts-bg-alt) !important; }

.ts-cta {
  background: linear-gradient(135deg, var(--ts-primary-dark) 0%, var(--ts-primary) 70%, #1d7564 100%) !important;
  color: #fff;
}
.ts-cta .ts-section-title,
.ts-cta .ts-section-label,
.ts-cta p { color: #fff !important; }
.ts-cta .btn-ts-outline {
  color: #fff !important;
  border-color: rgba(255,255,255,0.55) !important;
}
.ts-cta .btn-ts-outline:hover {
  background: #fff !important;
  color: var(--ts-dark) !important;
}

.ts-footer {
  background:
    linear-gradient(180deg, #f3eee6 0%, #ebe4d8 100%) !important;
  border-top: 1px solid var(--ts-border);
  color: var(--ts-text-light);
}

/* VENUE */
.ts-venue-page {
  background: var(--ts-bg);
}
.ts-place-mosaic {
  margin: 0;
  padding: 0;
}
.ts-photo-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  height: 420px;
  min-height: 0;
  max-height: none;
  border-radius: 0;
  overflow: hidden;
}
.ts-photo-grid-main {
  grid-row: 1 / span 2;
}
.ts-photo-grid-main img,
.ts-photo-grid-side img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ts-photo-grid.ts-photo-grid-single {
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr !important;
  height: 380px !important;
}
.ts-photo-grid.ts-photo-grid-single .ts-photo-grid-main {
  grid-row: auto !important;
  grid-column: auto !important;
}

.ts-place-info {
  background: #fff;
  border-bottom: 1px solid var(--ts-border-light);
  padding: 1.25rem 0;
}
.ts-place-info h1 {
  font-family: var(--ts-sans) !important;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  margin: 0.25rem 0 0.5rem;
  line-height: 1.2;
}
.ts-venue-section h2,
.ts-venue-heading {
  font-family: var(--ts-sans) !important;
}
.ts-tab-nav {
  background: #fff;
  border-bottom: 1px solid var(--ts-border-light);
  position: sticky;
  top: var(--ts-header-h);
  z-index: 30;
}
.ts-tab-nav-link.active {
  color: var(--ts-primary);
  border-bottom-color: var(--ts-primary);
}
.ts-venue-section h2 {
  border-left: 3px solid var(--ts-primary);
  padding-left: 0.65rem;
  font-size: 1.35rem;
}
.ts-menu-list li {
  border-bottom-style: solid;
  border-color: var(--ts-border-light);
}
.ts-side-card {
  border-radius: 8px;
  border: 1px solid var(--ts-border-light);
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .ts-photo-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 240px 112px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    gap: 3px;
  }
  .ts-photo-grid-main {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }
  .ts-photo-grid-side {
    display: block !important;
  }
}

/* ========== MOBILE POLISH (home + subdomain) ========== */
@media (max-width: 991.98px) {
  :root {
    --ts-header-h: 60px;
  }

  .ts-container {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .ts-header .ts-container {
    padding-block: 0.55rem;
  }

  .ts-header-cta .btn-ts-primary {
    padding: 0.45rem 0.7rem;
    font-size: 0.8rem;
  }

  .section-padding {
    padding: 2.5rem 0;
  }

  .ts-section-header {
    margin-bottom: 1.25rem !important;
  }

  .ts-section-title {
    font-size: 1.55rem;
  }
}

@media (max-width: 767.98px) {
  /* Home hero */
  .ts-hero {
    min-height: 82vh;
    padding: calc(var(--ts-header-h) + 1.5rem) 0 2.5rem;
    align-items: flex-end;
  }

  .ts-hero-bg::after {
    background:
      linear-gradient(180deg, rgba(12, 10, 9, 0.45) 0%, rgba(12, 10, 9, 0.72) 45%, rgba(12, 10, 9, 0.92) 100%);
  }

  body.ts-body .ts-hero h1,
  .ts-hero-content h1 {
    font-size: clamp(2.15rem, 9vw, 2.75rem);
  }

  .ts-hero-brand {
    font-size: 1.25rem;
  }

  .ts-hero-subtitle {
    font-size: 1rem;
    line-height: 1.55;
  }

  .ts-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ts-hero-actions .btn-ts-primary,
  .ts-hero-actions .btn-ts-ghost {
    width: 100%;
    justify-content: center;
  }

  .ts-hero-search {
    margin-top: 1.15rem;
    padding: 0.55rem;
    border-radius: 12px;
  }

  .ts-hero-search form {
    gap: 0.45rem !important;
  }

  .ts-hero-search .form-control {
    min-height: 46px;
    font-size: 16px; /* avoid iOS zoom */
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.65rem 0.8rem;
  }

  .ts-hero-search .input-divider {
    display: none !important;
  }

  .ts-hero-search .btn-search {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    border-radius: 10px;
  }

  .ts-hero-chips {
    gap: 0.4rem;
    margin-top: 0.85rem;
  }

  .ts-hero-chip {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
  }

  /* Stats */
  .ts-stat-strip {
    padding: 0.95rem 0;
  }

  .ts-stat-value {
    font-size: 1.25rem;
  }

  .ts-stat-label {
    font-size: 0.68rem;
  }

  /* Cards / grids */
  .ts-cat-card {
    padding: 0.9rem 0.75rem;
  }

  .ts-place-card-title {
    font-size: 1.02rem;
  }

  .ts-dest-card {
    aspect-ratio: 3/4;
  }

  .ts-cta {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ts-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .ts-cta-buttons .btn-ts-primary,
  .ts-cta-buttons .btn-ts-outline {
    width: 100%;
    justify-content: center;
  }

  .ts-footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  .ts-footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem 0.9rem;
  }

  /* Venue subdomain */
  body.ts-venue-page .ts-venue-main {
    padding-top: var(--ts-header-h);
  }

  .ts-photo-grid-btn {
    font-size: 0.78rem;
    padding: 0.4rem 0.65rem;
    bottom: 0.55rem;
    right: 0.55rem;
  }

  .ts-place-info {
    padding: 1.1rem 0 1rem;
  }

  .ts-place-info h1 {
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .ts-breadcrumb-sm {
    font-size: 0.78rem;
    margin-bottom: 0.35rem;
  }

  .ts-place-info-tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.9rem;
  }

  .ts-place-info-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 0.85rem;
  }

  .ts-place-info-actions .btn-ts-primary,
  .ts-place-info-actions .btn-ts-outline {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    font-size: 0.88rem;
  }

  .ts-tab-nav {
    top: var(--ts-header-h);
  }

  .ts-tab-nav-inner {
    gap: 0.15rem;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ts-tab-nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.85rem 0.7rem;
    font-size: 0.82rem;
  }

  .ts-tab-nav-link i {
    display: none;
  }

  .ts-venue-section {
    margin-bottom: 2.25rem;
    padding-bottom: 2rem;
  }

  .ts-venue-section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.95rem;
  }

  .ts-gallery-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.4rem !important;
  }

  .ts-amenity-pills {
    gap: 0.4rem;
  }

  .ts-amenity-pill {
    font-size: 0.78rem;
    padding: 0.35rem 0.6rem;
  }

  .ts-menu-list li {
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    padding: 0.7rem 0;
    font-size: 0.92rem;
  }

  .ts-side-card {
    margin-top: 0.5rem;
  }

  .ts-venue-footer {
    padding: 2rem 0 1.25rem;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .ts-hero {
    min-height: 72vh;
  }

  .ts-place-card {
    /* keep vertical photo tiles on mobile */
  }

  .ts-place-card-img {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  .ts-photo-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 250px !important;
    height: auto !important;
  }

  .ts-photo-grid-side {
    display: none !important;
  }

  .ts-photo-grid-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .ts-place-info-actions {
    grid-template-columns: 1fr;
  }

  .ts-stat-strip .col-6 {
    margin-bottom: 0.35rem;
  }
}

/* Safe areas (notched phones) */
@supports (padding: max(0px)) {
  .ts-header .ts-container,
  .ts-tab-nav-inner,
  .ts-place-info .ts-container,
  .ts-hero .ts-container {
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
  }
}

/* TuckerSpot page extras */
.ts-note-card {
  background: #fff;
  border: 1px solid var(--ts-border-light);
  border-radius: var(--ts-radius-lg);
  padding: 1.25rem 1.5rem;
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  height: auto !important;
}
.ts-plain-list { padding-left: 1.1rem; line-height: 1.7; }
.ts-plain-list li { margin-bottom: .65rem; }
.ts-form .form-control {
  border-radius: var(--ts-radius);
  padding: .7rem .9rem;
  border-color: var(--ts-border);
}
.ts-dest-card {
  display: block;
  position: relative;
  min-height: 180px;
  border-radius: var(--ts-radius-lg);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(12, 61, 52, 0.82), rgba(194, 99, 46, 0.45)),
    url('/images/destination-1.jpg') center/cover;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ts-dest-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ts-shadow-md);
}
.ts-dest-card:nth-child(5n+2), .col-6:nth-child(2) .ts-dest-card { background-image: linear-gradient(160deg, rgba(12, 61, 52, 0.82), rgba(194, 99, 46, 0.45)), url('/images/destination-2.jpg'); }
.ts-dest-card:nth-child(5n+3), .col-6:nth-child(3) .ts-dest-card { background-image: linear-gradient(160deg, rgba(12, 61, 52, 0.82), rgba(194, 99, 46, 0.45)), url('/images/destination-3.jpg'); }
.ts-dest-card:nth-child(5n+4), .col-6:nth-child(4) .ts-dest-card { background-image: linear-gradient(160deg, rgba(12, 61, 52, 0.82), rgba(194, 99, 46, 0.45)), url('/images/destination-4.jpg'); }
.ts-dest-card:nth-child(5n+5), .col-6:nth-child(5) .ts-dest-card { background-image: linear-gradient(160deg, rgba(12, 61, 52, 0.82), rgba(194, 99, 46, 0.45)), url('/images/destination-5.jpg'); }
.ts-dest-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem;
  background: linear-gradient(0deg, rgba(10, 31, 26, 0.85), transparent 55%);
}
body.ts-body .ts-dest-card-overlay h3 {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.ts-dest-card-overlay span { color: rgba(255,255,255,.88); font-size: .88rem; }

/* Cities — readable text tiles (replaces muddy photo cards) */
.ts-cities-home__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 720px;
  margin-inline: auto;
}
.ts-cities-home__grid--page {
  max-width: 960px;
}
@media (min-width: 768px) {
  .ts-cities-home__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .ts-cities-home__grid--page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ts-cities-home__item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 5.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: 10px;
  border: 1px solid var(--ts-border-light);
  background:
    linear-gradient(145deg, rgba(31, 107, 90, 0.06), transparent 55%),
    #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
a.ts-cities-home__item:hover {
  border-color: rgba(31, 107, 90, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(12, 61, 52, 0.08);
  color: inherit;
}
.ts-cities-home__item--static {
  cursor: default;
}
.ts-cities-home__name {
  font-family: var(--ts-serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ts-dark);
  line-height: 1.2;
}
.ts-cities-home__count {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ts-text-muted);
}
.ts-footer a[href^="mailto:"] { color: var(--ts-primary); font-weight: 600; }
.ts-footer a[href^="mailto:"]:hover { color: var(--ts-primary-hover); }
.ts-logo-text {
  font-family: var(--ts-serif);
  font-weight: 600;
  color: var(--ts-dark);
  letter-spacing: -0.02em;
}
.ts-header.transparent .ts-logo-text { color: #fff; }
.ts-header.scrolled .ts-logo-text,
.ts-header:not(.transparent) .ts-logo-text { color: var(--ts-dark); }
