/* =========================================================
   EXPLORE PALGHAR — TRAVEL GUIDE HUB
   Page-specific styles only. Shared header/footer/buttons remain in main.css.
========================================================= */

.travel-guide-page {
  --tg-green: var(--green, #214D3A);
  --tg-green-dark: var(--green-dark, #163B2D);
  --tg-sand: var(--sand, #F4EFE6);
  --tg-cream: var(--cream, #FAF8F3);
  --tg-white: var(--off-white, #FFFDF9);
  --tg-charcoal: var(--charcoal, #202522);
  --tg-gray: var(--gray, #6D746F);
  --tg-teal: var(--teal, #2D7C78);
  --tg-terracotta: var(--terracotta, #C66A45);
  --tg-gold: var(--gold, #B9935A);
  --tg-border: rgba(32, 37, 34, 0.12);
  --tg-shadow: 0 18px 52px rgba(22, 59, 45, 0.09);
  --tg-radius: 22px;
  color: var(--tg-charcoal);
  background: var(--tg-white);
}

.travel-guide-page *,
.travel-guide-page *::before,
.travel-guide-page *::after {
  box-sizing: border-box;
}

.travel-guide-page button,
.travel-guide-page input,
.travel-guide-page select {
  font: inherit;
}

.travel-guide-page button {
  color: inherit;
}

.travel-guide-page img {
  display: block;
  max-width: 100%;
}

.travel-guide-page :focus-visible {
  outline: 3px solid rgba(45, 124, 120, 0.35);
  outline-offset: 3px;
}

.travel-guide-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--tg-green-dark);
  color: #fff;
  transform: translateY(-150%);
}

.travel-guide-page .skip-link:focus {
  transform: translateY(0);
}

/* Ensure inline dropdown svg remains compact even if global styles are absent. */
.travel-guide-page .nav-chevron svg {
  width: 18px;
  height: 18px;
  display: block;
}

.travel-guide-page .desktop-nav > a[aria-current="page"],
.travel-guide-page .mobile-main-link[aria-current="page"] {
  color: var(--tg-green);
  font-weight: 700;
}

/* =========================================================
   HERO
========================================================= */

.tg-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--tg-green-dark);
}

.tg-hero__image,
.tg-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tg-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center 48%;
}

.tg-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(15, 43, 32, 0.86) 0%, rgba(15, 43, 32, 0.62) 43%, rgba(15, 43, 32, 0.16) 77%),
    linear-gradient(0deg, rgba(12, 33, 25, 0.52), rgba(12, 33, 25, 0.04) 52%);
}

.tg-hero__content {
  width: 100%;
  padding-top: clamp(90px, 15vw, 90px);
  padding-bottom: clamp(54px, 7vw, 82px);
  color: #fff;
}

.tg-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}

.tg-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.tg-breadcrumb a:hover {
  color: #fff;
}

.tg-hero__eyebrow {
  color: #f0d7ae;
}

.tg-hero h1 {
  max-width: 800px;
  margin: 12px 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fff;
  text-wrap: balance;
}

.tg-hero__lead {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

.tg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tg-primary-action,
.tg-secondary-action {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.tg-primary-action {
  background: var(--tg-white);
  color: var(--tg-green-dark)!important;
}

.tg-primary-action:hover {
  background: #fff;
}

.tg-secondary-action {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  backdrop-filter: blur(8px);
}

.tg-secondary-action:hover {
  background: rgba(255, 255, 255, 0.15);
}

.tg-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.tg-hero__quick button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(20, 47, 36, 0.28);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tg-hero__quick button:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

/* =========================================================
   SHARED SECTION HEADINGS
========================================================= */

.tg-section {
  padding: clamp(68px, 8vw, 112px) 0;
}

.tg-section-head {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.tg-section-head .eyebrow,
.tg-trust__intro .eyebrow,
.tg-faq__intro .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.tg-section-head h2,
.tg-trust__intro h2,
.tg-faq__intro h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--tg-green-dark);
  text-wrap: balance;
}

.tg-section-head > p,
.tg-section-head--split > p,
.tg-trust__intro > p,
.tg-faq__intro > p {
  margin: 16px 0 0;
  color: var(--tg-gray);
  line-height: 1.75;
}

.tg-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 60px;
}

.tg-section-head--split > p {
  margin: 0 0 4px;
}

/* =========================================================
   PLANNING TABS
========================================================= */

.tg-plan {
  background: var(--tg-cream);
}

.tg-tabs {
  border: 1px solid var(--tg-border);
  border-radius: var(--tg-radius);
  background: var(--tg-white);
  box-shadow: 0 16px 46px rgba(22, 59, 45, 0.05);
  overflow: hidden;
}

.tg-tabs__list {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  border-bottom: 1px solid var(--tg-border);
}

.tg-tab {
  flex: 1 0 auto;
  min-width: 150px;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid var(--tg-border);
  background: transparent;
  color: var(--tg-gray);
  font-weight: 650;
  cursor: pointer;
  position: relative;
}

.tg-tab:last-child {
  border-right: 0;
}

.tg-tab::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: transparent;
}

.tg-tab.is-active {
  color: var(--tg-green-dark);
  background: rgba(244, 239, 230, 0.55);
}

.tg-tab.is-active::after {
  background: var(--tg-gold);
}

.tg-tab-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 44px;
  padding: clamp(28px, 5vw, 52px);
}

.tg-tab-panel[hidden] {
  display: none;
}

.tg-tab-panel > div {
  max-width: 760px;
}

.tg-tab-panel > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--tg-terracotta);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-tab-panel h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.15;
  color: var(--tg-green-dark);
}

.tg-tab-panel p {
  max-width: 670px;
  margin: 14px 0 0;
  color: var(--tg-gray);
  line-height: 1.75;
}

.tg-text-action {
  border: 0;
  border-bottom: 1px solid rgba(33, 77, 58, 0.32);
  padding: 0 0 4px;
  background: transparent;
  color: var(--tg-green);
  font-weight: 750;
  cursor: pointer;
  white-space: nowrap;
}

/* =========================================================
   DIRECTORY / FILTERS
========================================================= */

.tg-directory {
  background: var(--tg-white);
}

.tg-directory-layout {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.tg-filters {
  position: sticky;
  top: 105px;
  padding: 22px;
  border: 1px solid var(--tg-border);
  border-radius: 20px;
  background: var(--tg-cream);
  box-shadow: 0 10px 34px rgba(22, 59, 45, 0.04);
}

.tg-filters__mobile-head,
.tg-filter-close,
.tg-view-results,
.tg-filter-open {
  display: none;
}

.tg-search-wrap > label,
.tg-filter-group legend {
  display: block;
  margin-bottom: 10px;
  color: var(--tg-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.tg-search-box {
  min-height: 46px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid rgba(32, 37, 34, 0.16);
  border-radius: 12px;
  background: var(--tg-white);
}

.tg-search-box:focus-within {
  border-color: rgba(45, 124, 120, 0.7);
  box-shadow: 0 0 0 3px rgba(45, 124, 120, 0.1);
}

.tg-search-box svg {
  width: 19px;
  height: 19px;
  color: var(--tg-gray);
}

.tg-search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tg-charcoal);
}

.tg-search-box input::placeholder {
  color: #969c98;
}

.tg-search-clear {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--tg-gray);
  cursor: pointer;
}

.tg-filter-group {
  padding: 18px 0 0;
  margin: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--tg-border);
}

.tg-filter-group label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: #535b56;
  cursor: pointer;
  font-size: 0.9rem;
}

.tg-filter-group input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--tg-green);
}

.tg-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}

.tg-filter-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.tg-clear-filters {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(33, 77, 58, 0.2);
  border-radius: 11px;
  background: transparent;
  color: var(--tg-green);
  font-weight: 700;
  cursor: pointer;
}

.tg-clear-filters:hover {
  background: rgba(33, 77, 58, 0.06);
}

.tg-results {
  min-width: 0;
}

.tg-results-toolbar {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.tg-result-count {
  margin: 0;
  color: var(--tg-gray);
  font-size: 0.9rem;
}

.tg-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-gray);
  font-size: 0.84rem;
}

.tg-sort select {
  min-height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--tg-border);
  border-radius: 10px;
  background: var(--tg-white);
  color: var(--tg-charcoal);
  cursor: pointer;
}

.tg-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.tg-active-filters:empty {
  display: none;
}

.tg-active-chip {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(33, 77, 58, 0.16);
  border-radius: 999px;
  background: var(--tg-cream);
  color: var(--tg-green-dark);
  font-size: 0.78rem;
  cursor: pointer;
}

.tg-active-chip span {
  color: var(--tg-gray);
}

/* =========================================================
   GUIDE CARDS
   Exact core class contract used by Article Builder V2.
========================================================= */

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.guide-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tg-border);
  border-radius: 18px;
  background: var(--tg-white);
  box-shadow: 0 9px 30px rgba(22, 59, 45, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 77, 58, 0.22);
  box-shadow: var(--tg-shadow);
}

.guide-card[hidden] {
  display: none !important;
}

.guide-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--tg-sand);
}

.guide-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.guide-card:hover .guide-card__media img {
  transform: scale(1.035);
}

.guide-card__image-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(33, 77, 58, 0.12), rgba(185, 147, 90, 0.12)),
    var(--tg-sand);
}

.guide-card__body {
  padding: clamp(15px, 2vw, 20px);
}

.guide-card__meta {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--tg-terracotta);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.guide-card__views {
  color: var(--tg-gray);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.guide-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.guide-card h3 a {
  color: var(--tg-green-dark);
  text-decoration: none;
}

.guide-card h3 a::after {
  content: "";
  position: absolute;
}

.guide-card__body > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 0;
  color: var(--tg-gray);
  font-size: 0.9rem;
  line-height: 1.55;
}

.tg-empty {
  padding: clamp(42px, 8vw, 76px) 24px;
  border: 1px dashed rgba(33, 77, 58, 0.24);
  border-radius: 20px;
  text-align: center;
  background: var(--tg-cream);
}

.tg-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(33, 77, 58, 0.08);
  color: var(--tg-green);
  font-size: 1.5rem;
}

.tg-empty h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  color: var(--tg-green-dark);
}

.tg-empty p {
  margin: 8px 0 18px;
  color: var(--tg-gray);
}

.tg-empty button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--tg-green);
  border-radius: 999px;
  background: var(--tg-green);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tg-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.tg-load-more {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(33, 77, 58, 0.26);
  border-radius: 999px;
  background: var(--tg-white);
  color: var(--tg-green);
  font-weight: 750;
  cursor: pointer;
}

.tg-load-more:hover {
  background: var(--tg-cream);
}

/* =========================================================
   DESTINATIONS
========================================================= */

.tg-destinations {
  background: var(--tg-cream);
}

.tg-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tg-destination-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tg-border);
  border-radius: 18px;
  background: var(--tg-white);
}

.tg-destination-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--tg-sand);
}

.tg-destination-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tg-destination-card:hover .tg-destination-card__image img {
  transform: scale(1.04);
}

.tg-destination-card > div {
  padding: 15px 16px 17px;
}

.tg-destination-card h3 {
  margin: 0 0 7px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
}

.tg-destination-card h3 a {
  color: var(--tg-green-dark);
  text-decoration: none;
}

.tg-destination-card button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--tg-green);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

/* =========================================================
   TRUST / READ MORE
========================================================= */

.tg-trust {
  background: var(--tg-green-dark);
  color: #fff;
}

.tg-trust__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.tg-trust__intro h2 {
  color: #fff;
}

.tg-trust__intro > p {
  color: rgba(255, 255, 255, 0.7);
}

.tg-read-more {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.tg-read-more summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.tg-read-more summary::-webkit-details-marker {
  display: none;
}

.tg-read-more__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.tg-read-more[open] .tg-read-more__icon {
  transform: rotate(45deg);
}

.tg-read-more__content {
  padding: 0 22px 24px;
}

.tg-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tg-trust-grid > div {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.tg-trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.tg-trust-grid p,
.tg-trust-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

.tg-trust-note {
  margin-top: 18px;
}

.tg-trust-note strong {
  color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
   NEXT / INTERNAL LINKS
========================================================= */

.tg-next {
  background: var(--tg-white);
}

.tg-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tg-next-card {
  min-height: 128px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--tg-border);
  border-radius: 18px;
  background: var(--tg-cream);
  color: var(--tg-charcoal);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tg-next-card:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 77, 58, 0.24);
  background: #f7f3eb;
}

.tg-next-card > span {
  color: var(--tg-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
}

.tg-next-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--tg-green-dark);
  font-size: 1.4rem;
}

.tg-next-card p {
  margin: 5px 0 0;
  color: var(--tg-gray);
  font-size: 0.9rem;
}

.tg-next-card b {
  color: var(--tg-green);
  font-size: 1.15rem;
}

/* =========================================================
   FAQ
========================================================= */

.tg-faq {
  background: var(--tg-cream);
}

.tg-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
}

.tg-faq__intro {
  position: sticky;
  top: 110px;
}

.tg-faq__list {
  border-top: 1px solid var(--tg-border);
}

.tg-faq-item {
  border-bottom: 1px solid var(--tg-border);
}

.tg-faq-item summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px;
  list-style: none;
  color: var(--tg-green-dark);
  font-weight: 750;
  cursor: pointer;
}

.tg-faq-item summary::-webkit-details-marker {
  display: none;
}

.tg-faq-item summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33, 77, 58, 0.18);
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.tg-faq-item[open] summary span {
  transform: rotate(45deg);
}

.tg-faq-item > div {
  padding: 0 46px 20px 2px;
}

.tg-faq-item p {
  margin: 0;
  color: var(--tg-gray);
  line-height: 1.72;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1120px) {
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .tg-section-head--split,
  .tg-trust__inner,
  .tg-faq__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tg-section-head--split > p {
    margin: 0;
    max-width: 720px;
  }

  .tg-faq__intro {
    position: static;
  }

  .tg-tab-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .tg-directory-layout {
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 24px;
  }

  .tg-filters {
    padding: 18px;
  }

  .tg-filter-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .travel-guide-page.tg-filter-open-body,
  body.tg-filter-open-body {
    overflow: hidden;
  }

  .tg-hero {
    min-height: 620px;
  }

  .tg-hero__image {
    object-position: 58% center;
  }

  .tg-hero__overlay {
    background:
      linear-gradient(0deg, rgba(14, 42, 31, 0.92) 0%, rgba(14, 42, 31, 0.66) 55%, rgba(14, 42, 31, 0.28) 100%);
  }

  .tg-hero__content {
    padding-top: 148px;
    padding-bottom: 42px;
  }

  .tg-breadcrumb {
    margin-bottom: 24px;
  }

  .tg-hero h1 {
    max-width: 620px;
    font-size: clamp(2.65rem, 12vw, 4.25rem);
  }

  .tg-hero__lead {
    max-width: 590px;
    line-height: 1.65;
  }

  .tg-hero__quick {
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tg-hero__quick::-webkit-scrollbar {
    display: none;
  }

  .tg-hero__quick button {
    flex: 0 0 auto;
  }

  .tg-section {
    padding: 64px 0;
  }

  .tg-tabs__list {
    scroll-snap-type: x proximity;
  }

  .tg-tab {
    min-width: 138px;
    min-height: 54px;
    scroll-snap-align: start;
  }

  .tg-directory-layout {
    display: block;
  }

  .tg-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(13, 27, 21, 0.52);
    backdrop-filter: blur(2px);
  }

  .tg-filters {
    position: fixed;
    z-index: 9991;
    top: 0;
    left: 0;
    width: min(90vw, 390px);
    height: 100dvh;
    overflow-y: auto;
    padding: 0 20px 22px;
    border: 0;
    border-right: 1px solid var(--tg-border);
    border-radius: 0 18px 18px 0;
    background: var(--tg-white);
    box-shadow: 28px 0 70px rgba(12, 33, 25, 0.24);
    transform: translateX(-104%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s ease;
    overscroll-behavior: contain;
  }

  .tg-filters.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .tg-filters__mobile-head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 -20px 20px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--tg-border);
    background: rgba(255, 253, 249, 0.96);
    backdrop-filter: blur(12px);
  }

  .tg-filters__mobile-head .eyebrow {
    display: block;
    margin-bottom: 2px;
    font-size: 0.68rem;
  }

  .tg-filters__mobile-head strong {
    color: var(--tg-green-dark);
  }

  .tg-filter-close {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--tg-border);
    border-radius: 50%;
    background: var(--tg-cream);
    cursor: pointer;
  }

  .tg-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tg-filter-actions {
    position: sticky;
    bottom: -22px;
    z-index: 2;
    margin: 22px -20px -22px;
    padding: 14px 20px max(14px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--tg-border);
    background: rgba(255, 253, 249, 0.97);
    backdrop-filter: blur(12px);
  }

  .tg-clear-filters,
  .tg-view-results {
    width: auto;
    flex: 1;
    display: block;
  }

  .tg-view-results {
    min-height: 44px;
    border: 1px solid var(--tg-green);
    border-radius: 11px;
    background: var(--tg-green);
    color: #fff;
    font-weight: 750;
    cursor: pointer;
  }

  .tg-results-toolbar {
    flex-wrap: wrap;
  }

  .tg-filter-open {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid var(--tg-border);
    border-radius: 11px;
    background: var(--tg-cream);
    color: var(--tg-green-dark);
    font-weight: 750;
    cursor: pointer;
  }

  .tg-filter-open svg {
    width: 18px;
    height: 18px;
  }

  .tg-filter-count {
    min-width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--tg-green);
    color: #fff;
    font-size: 0.68rem;
  }

  .tg-result-count {
    order: 3;
    width: 100%;
  }

  .tg-sort {
    margin-left: auto;
  }

  .tg-next-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tg-next-card {
    min-height: 150px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 17px;
  }

  .tg-next-card > span {
    grid-column: 1 / -1;
  }

  .tg-next-card p {
    display: none;
  }
}

@media (max-width: 520px) {

  .tg-hero__content{
            padding-top: 25px;
        padding-bottom: 25px;
  }


  .tg-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tg-primary-action,
  .tg-secondary-action {
    min-width: 0;
    padding-inline: 12px;
    text-align: center;
    font-size: 0.88rem;
  }

  .tg-tab-panel {
    padding: 24px 20px;
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .guide-card {
    border-radius: 14px;
  }

  .guide-card__media {
    aspect-ratio: 4 / 3;
  }

  .guide-card__body {
    padding: 12px;
  }

  .guide-card__meta {
    margin-bottom: 6px;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }

  .guide-card__views {
    display: none;
  }

  .guide-card h3 {
    font-size: clamp(1rem, 4.5vw, 1.18rem);
    line-height: 1.16;
  }

  .guide-card__body > p {
    display: none;
  }

  .tg-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .tg-destination-card {
    border-radius: 14px;
  }

  .tg-destination-card__image {
    aspect-ratio: 4 / 3;
  }

  .tg-destination-card > div {
    padding: 12px;
  }

  .tg-destination-card h3 {
    font-size: 1.05rem;
  }

  .tg-destination-card button {
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: left;
  }

  .tg-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tg-next-card h3 {
    font-size: 1.15rem;
  }

  .tg-faq-item summary {
    min-height: 68px;
    font-size: 0.92rem;
  }
}

@media (max-width: 360px) {
  .guide-grid,
  .tg-destination-grid {
    gap: 8px;
  }

  .guide-card__body,
  .tg-destination-card > div {
    padding: 10px;
  }

  .guide-card h3 {
    font-size: 0.98rem;
  }

  .tg-destination-card h3 {
    font-size: 1rem;
  }
}

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