.tl-page {
  --tl-navy: #0d2e4d;
  --tl-lime: #cee253;
  --tl-ink: #212121;
  --tl-muted: #5c6570;
  --tl-paper: #f7f7f7;
  --tl-white: #ffffff;
  /* Cover / hero height — match discover/places-attractions */
  --tl-cover-min-height: 420px;
  --tl-cover-pad-top: 80px;
  --tl-cover-pad-bottom: 64px;
  margin: 0;
  background: var(--tl-paper);
  color: var(--tl-ink);
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: clip;
}

.tl-page a {
  color: inherit;
}

.tl-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 12px 28px;
  background: var(--tl-navy);
  overflow: visible;
}

.tl-header .tl-brand {
  flex: 0 0 auto;
}

.tl-header .tl-brand--header .tl-brand__marks {
  width: 48px;
  height: 36px;
}

.tl-header .tl-brand--header .tl-brand__mark,
.tl-header .tl-brand--header .tl-brand__mark--black {
  height: 36px !important;
}

.tl-header .tl-brand--header .tl-brand__name {
  font-size: 16px;
}

.tl-site-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.tl-nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-nav__item {
  position: relative;
  flex: 0 0 auto;
}

.tl-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 11px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.tl-nav-parent {
  cursor: pointer;
}

.tl-nav__item.is-active > .tl-nav__link,
.tl-nav__link:hover {
  color: var(--tl-lime) !important;
}

.tl-nav__caret {
  display: none;
}

.tl-nav__sub {
  display: none;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #89DF3A;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(13, 46, 77, 0.18);
  z-index: 1100;
}

.tl-nav__item:last-child .tl-nav__sub,
.tl-nav__item:nth-last-child(2) .tl-nav__sub {
  left: auto;
  right: 0;
}

.tl-nav__item:hover > .tl-nav__sub,
.tl-nav__item:focus-within > .tl-nav__sub {
  display: block;
}

.tl-nav__sub a {
  display: block;
  padding: 10px 18px;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

.tl-nav__sub a:hover,
.tl-nav__sub a:focus,
.tl-nav__sub a.is-current {
  color: #10508E !important;
  background: transparent;
}

.tl-header__cta {
  display: none !important;
}

.tl-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: 8px;
  border: 0;
  border-radius: 80px;
  background: #fff;
  color: var(--tl-ink);
  cursor: pointer;
}

.tl-header__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.tl-hero {
  background: var(--tl-navy);
  color: #fff;
  padding: 56px 40px 72px;
}

.tl-hero--photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding-top: var(--tl-cover-pad-top);
  padding-bottom: var(--tl-cover-pad-bottom);
  background-color: var(--tl-navy);
  background-image: var(--tl-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tl-hero--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(13, 46, 77, 0.84) 0%,
    rgba(13, 46, 77, 0.46) 52%,
    rgba(13, 46, 77, 0.22) 100%
  );
}

.tl-hero--photo .tl-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tl-hero--photo h1,
.tl-hero--photo .tl-lead,
.tl-hero--photo .tl-kicker,
.tl-hero--photo .tl-crumb {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.tl-hero__inner,
.tl-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.tl-kicker {
  margin: 0 0 12px;
  color: var(--tl-lime);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tl-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 500;
  line-height: 1.08;
}

.tl-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.tl-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.tl-crumb a {
  color: #fff;
  text-decoration: none;
}

.tl-crumb a:hover {
  color: var(--tl-lime);
}

.tl-main {
  padding: 56px 40px 80px;
}

.tl-prose {
  max-width: 760px;
}

.tl-prose h2 {
  margin: 36px 0 12px;
  color: var(--tl-ink);
  font-size: 28px;
  font-weight: 500;
}

.tl-prose p,
.tl-prose li {
  color: var(--tl-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

.tl-prose p {
  margin: 0 0 16px;
}

.tl-prose ul {
  margin: 0 0 24px;
  padding-left: 22px;
}

.tl-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--tl-lime);
  background: #fff;
  color: var(--tl-muted);
  font-size: 14px;
}

.tl-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.tl-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 8px 30px rgba(13, 46, 77, 0.06);
}

.tl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(13, 46, 77, 0.1);
}

.tl-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.tl-card p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.tl-card span {
  margin-top: auto;
  color: var(--tl-navy);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tl-guide {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.tl-guide section[id] {
  scroll-margin-top: 88px;
}

.tl-section-head {
  max-width: 720px;
  margin: 0 0 28px;
}

.tl-section-head .tl-kicker {
  color: var(--tl-navy);
}

.tl-section-head h2 {
  margin: 0 0 12px;
  color: var(--tl-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.15;
}

.tl-section-head p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-food-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--tl-navy) !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}

.tl-food-link:hover {
  color: #10508e !important;
}

.tl-food-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  padding: 12px 18px;
  color: var(--tl-ink) !important;
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.12);
  border-radius: 80px;
  box-shadow: 0 6px 18px rgba(13, 46, 77, 0.06);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-food-btn:hover {
  background: var(--tl-lime);
  border-color: transparent;
}

.tl-food-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 28px;
  margin-bottom: 28px;
}

.tl-food-head .tl-kicker {
  color: var(--tl-navy);
}

.tl-food-head h2 {
  margin: 0 0 10px;
  color: var(--tl-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.tl-food-head p {
  max-width: 40em;
  margin: 0;
  color: var(--tl-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-food-block {
  min-width: 0;
}

.tl-food-region-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 28px;
  align-items: start;
  width: 100%;
  overflow: visible;
}

.tl-food-region {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  transform-origin: center top;
  transition: transform 0.5s cubic-bezier(0.22, 1.65, 0.36, 1);
}

.tl-food-region:hover {
  z-index: 2;
  transform: translateY(-12px) scale(1.04);
}

.tl-food-region__media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #ececec;
}

.tl-food-region__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1.45, 0.36, 1);
}

.tl-food-region:nth-child(2) .tl-food-region__media img,
.tl-food-region:nth-child(4) .tl-food-region__media img {
  aspect-ratio: 3 / 4;
}

.tl-food-region:hover .tl-food-region__media img {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .tl-food-region,
  .tl-food-region__media img {
    transition: none;
  }

  .tl-food-region:hover {
    transform: none;
  }

  .tl-food-region:hover .tl-food-region__media img {
    transform: none;
  }
}

.tl-food-region__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 18px 2px 0;
}

.tl-food-region__copy h3,
.tl-food-region__copy p {
  margin: 0;
}

.tl-food-region__label {
  color: var(--tl-navy);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tl-food-region__copy h3 {
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.tl-food-region__sub em {
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

.tl-food-region__desc {
  color: var(--tl-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.tl-food-head--cats {
  display: block;
  max-width: 40em;
  margin-bottom: 44px;
}

.tl-food-head--cats .tl-kicker {
  color: var(--tl-navy);
}

.tl-food-head--cats .tl-kicker::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  background: #3f8f5a;
}

.tl-food-head--cats h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.tl-food-head--cats p {
  max-width: 38em;
  font-size: 16px;
  line-height: 1.7;
}

.tl-food-head--intro {
  max-width: 42em;
  margin-bottom: 36px;
}

.tl-food-head--intro p + p {
  margin-top: 14px;
}

.tl-food-cats--text {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
}

.tl-food-cats--text .tl-food-cat__copy {
  padding-top: 0;
}

.tl-food-cats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px 22px;
  align-items: start;
}

.tl-food-cat {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}

.tl-food-cat__media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background: #ececec;
}

.tl-food-cat__media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.tl-food-cat__media--drink img {
  object-position: 28% 78%;
}

.tl-food-cat__media--fruit img {
  object-position: 18% 42%;
}

.tl-food-cat:hover .tl-food-cat__media img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .tl-food-cat__media img {
    transition: none;
  }

  .tl-food-cat:hover .tl-food-cat__media img {
    transform: none;
  }
}

.tl-food-cat__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 2px 0;
}

.tl-food-cat__copy h3 {
  margin: 0;
  color: var(--tl-navy);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.tl-food-cat__rule {
  display: block;
  width: 24px;
  height: 2px;
  margin: 10px 0 12px;
  background: #3f8f5a;
}

.tl-food-cat__copy p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.65;
}

.tl-food-dish-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
  align-items: start;
}

.tl-food-dish-grid .tl-food-dish {
  width: auto;
}

.tl-food-entries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 36px;
  align-items: start;
}

.tl-food-entry {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}

.tl-food-entry__media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background: #ececec;
}

.tl-food-entry__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.tl-food-entry__copy {
  padding: 18px 2px 0;
}

.tl-food-entry__cat {
  margin: 0 0 8px;
  color: var(--tl-navy);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tl-food-entry h3 {
  margin: 0;
  color: var(--tl-navy);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-food-entry h3 span {
  display: block;
  margin-top: 4px;
  color: var(--tl-muted);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.tl-food-entry__meta {
  margin: 8px 0 0;
  color: var(--tl-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.tl-food-entry .tl-food-cat__rule {
  margin: 12px 0 14px;
}

.tl-food-entry__copy > p:last-child {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-food-slider {
  position: relative;
  min-width: 0;
}

.tl-food-slider__btn {
  position: absolute;
  top: calc((min(42vw, 220px) / 2) - 22px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--tl-navy);
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.12);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(13, 46, 77, 0.12);
  cursor: pointer;
}

.tl-food-slider__btn svg {
  width: 18px;
  height: 18px;
}

.tl-food-slider__btn:hover:not(:disabled) {
  background: var(--tl-lime);
  border-color: transparent;
}

.tl-food-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.tl-food-slider__btn--prev {
  left: -8px;
}

.tl-food-slider__btn--next {
  right: -8px;
}

.tl-food-dish-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 36px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tl-food-dish-row::-webkit-scrollbar {
  display: none;
}

.tl-food-dish {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: min(42vw, 220px);
  scroll-snap-align: start;
  text-align: left;
}

.tl-food-dish img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: #e8e8e8;
}

.tl-food-dish__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.tl-food-dish h3 {
  margin: 0;
  color: var(--tl-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.tl-food-dish h3 span {
  display: block;
  margin-top: 2px;
  font-weight: 700;
}

.tl-food-dish p {
  margin: 0;
  color: #5c6570;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.tl-food-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "street coffee experiences"
    "plates plates plates";
  gap: 28px 24px;
  align-items: stretch;
}

.tl-food-highlight--street {
  grid-area: street;
}

.tl-food-highlight--coffee {
  grid-area: coffee;
}

.tl-food-highlight--experiences {
  grid-area: experiences;
}

.tl-food-highlights__plates {
  grid-area: plates;
  min-width: 0;
  padding-top: 12px;
}

.tl-food-highlight {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.tl-food-highlight .tl-kicker {
  color: var(--tl-navy);
  margin-bottom: 0;
}

.tl-food-highlight h2 {
  margin: 0;
  color: var(--tl-ink);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.2;
}

.tl-food-highlight > p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  flex: 1 1 auto;
}

.tl-food-highlight > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  margin: 6px 0 4px;
  border-radius: 18px;
  background: #e8e8e8;
}

.tl-food-highlight--experiences > img {
  object-position: center 32%;
}

.tl-food-tip-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.tl-food-tip {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 148px;
  min-width: 0;
  padding: 18px 14px;
  color: inherit;
  background: #ececec;
  border-radius: 16px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tl-food-tip:hover {
  background: #e2e2e2;
  transform: translateY(-2px);
}

.tl-food-tip__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}

.tl-food-tip__icon svg {
  width: 36px;
  height: 36px;
}

.tl-food-tip > span:last-child {
  color: var(--tl-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tl-food-story-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tl-food-story {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none !important;
}

.tl-food-story img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
  background: #e8e8e8;
}

.tl-food-story h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tl-food-story time {
  color: var(--tl-muted);
  font-size: 13px;
  font-weight: 300;
}

.tl-food-story:hover h3 {
  color: var(--tl-navy);
}

.tl-wrap--places {
  max-width: 1180px;
}

.tl-places-block {
  min-width: 0;
}

.tl-places-region-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.tl-places-region {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  width: 100%;
  min-height: 280px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 16px;
  background: var(--tl-places-image) center / cover no-repeat;
  color: #fff;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tl-places-region::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72%;
  background: linear-gradient(
    to top,
    rgba(13, 46, 77, 0.94) 0%,
    rgba(13, 46, 77, 0.72) 38%,
    rgba(13, 46, 77, 0.35) 68%,
    rgba(13, 46, 77, 0.08) 88%,
    rgba(13, 46, 77, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.tl-places-region:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(13, 46, 77, 0.16);
}

.tl-places-region__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 16px;
}

.tl-places-region__label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tl-places-region__copy strong {
  color: #89df3a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-shadow: 0 0 18px rgba(137, 223, 58, 0.45);
}

.tl-places-region__desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.tl-places-interest-head {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
}

.tl-places-interest-head .tl-kicker {
  color: var(--tl-navy);
}

.tl-places-interest-head h2 {
  margin: 0 0 10px;
  color: var(--tl-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.15;
}

.tl-places-interest-head p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-places-interest-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.tl-places-interest {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 148px;
  padding: 18px 10px;
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(13, 46, 77, 0.04);
  color: var(--tl-ink);
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tl-places-interest:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(13, 46, 77, 0.1);
}

.tl-places-interest__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
}

.tl-places-interest__icon svg {
  width: 40px;
  height: 40px;
}

.tl-places-interest > span:last-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.tl-places-must-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tl-places-must {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  width: 100%;
  min-height: 360px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(13, 46, 77, 0.05) 35%, rgba(13, 46, 77, 0.8) 100%),
    var(--tl-places-image) center / cover no-repeat;
  color: #fff;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tl-places-must:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(13, 46, 77, 0.18);
}

.tl-places-must__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 20px;
  padding-right: 64px;
}

.tl-places-must__copy strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.tl-places-must__copy span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tl-places-must__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: var(--tl-navy);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.tl-places-beyond {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: center;
  min-height: 280px;
  padding: 48px 52px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(100deg, rgba(13, 46, 77, 0.78) 0%, rgba(13, 46, 77, 0.42) 55%, rgba(13, 46, 77, 0.28) 100%),
    var(--tl-places-image) center / cover no-repeat;
  color: #fff;
}

.tl-places-beyond__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 34em;
}

.tl-places-beyond__copy .tl-kicker {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.tl-places-beyond__copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.12;
}

.tl-places-beyond__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-places-beyond__btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding: 12px 20px;
  background: #fff;
  color: var(--tl-navy) !important;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.tl-places-beyond__btn:hover {
  background: var(--tl-lime);
}

.tl-places-beyond__script {
  position: relative;
  z-index: 1;
  margin: 0;
  justify-self: end;
  text-align: right;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
}

.tl-places-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  padding: 22px 28px;
  background: #e8f1f7;
  border-radius: 18px;
}

.tl-places-map__icon {
  display: block;
  width: 56px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.tl-places-map__copy {
  flex: 1 1 220px;
  min-width: 0;
}

.tl-places-map__copy h2 {
  margin: 0 0 4px;
  color: var(--tl-ink);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.tl-places-map__copy p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
}

.tl-places-map__btn {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 12px 20px;
  background: var(--tl-navy);
  color: #fff !important;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-places-map__btn:hover {
  background: #10508e;
}

.tl-main--nature {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.tl-wrap--nature {
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
}

.tl-nature {
  display: flex;
  flex-direction: column;
  gap: 88px;
  padding-bottom: 72px;
}

.tl-nature-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px 56px;
  align-items: center;
}

.tl-nature-intro__copy h2 {
  margin: 0 0 18px;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tl-nature-intro__copy > p {
  margin: 0 0 28px;
  max-width: 36em;
  color: var(--tl-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

.tl-nature-script {
  margin: 0;
  color: var(--tl-navy);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.25;
}

.tl-nature-brush {
  position: relative;
  margin: 0;
  overflow: visible;
}

.tl-nature-brush__svg {
  display: block;
  width: 100%;
  height: auto;
}

.tl-nature-brush--tall .tl-nature-brush__svg {
  max-width: 100%;
}

.tl-nature-brush img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.tl-nature-brush--tall img {
  aspect-ratio: 3 / 4;
}

.tl-nature-brush__caption {
  position: absolute;
  top: 10%;
  left: 8%;
  margin: 0;
  color: #fff;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.tl-nature-featured__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 28px;
}

.tl-nature-featured__label {
  margin: 0 0 8px;
  color: var(--tl-navy);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-nature-featured__label::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-bottom: 10px;
  background: var(--tl-navy);
}

.tl-nature-featured__head h2 {
  margin: 0;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-nature-slider {
  position: relative;
  min-width: 0;
}

.tl-nature-slider__btn {
  position: absolute;
  top: calc((min(42vw, 260px) * 0.75) - 22px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--tl-navy);
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.12);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(13, 46, 77, 0.12);
  cursor: pointer;
}

.tl-nature-slider__btn svg {
  width: 18px;
  height: 18px;
}

.tl-nature-slider__btn:hover:not(:disabled) {
  background: var(--tl-lime);
  border-color: transparent;
}

.tl-nature-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.tl-nature-slider__btn--prev {
  left: -8px;
}

.tl-nature-slider__btn--next {
  right: -8px;
}

.tl-nature-park-row {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 36px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tl-nature-park-row::-webkit-scrollbar {
  display: none;
}

.tl-nature-park {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: min(72vw, 300px);
  min-width: 0;
  scroll-snap-align: start;
  background: transparent;
}

.tl-nature-park__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.tl-nature-park__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tl-nature-park__media::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -1px;
  height: 52px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.tl-nature-park__body {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 8px 4px 4px;
  background: #fff;
}

.tl-nature-park__body h3 {
  margin: 0 0 10px;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-nature-park__body p {
  margin: 0 0 14px;
  color: var(--tl-muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-nature-park__body a {
  color: var(--tl-navy) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-nature-park__body a:hover {
  color: #10508e !important;
}

.tl-nature-xp {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 36px 40px;
  align-items: center;
}

.tl-nature-xp__copy .tl-kicker {
  color: var(--tl-navy);
}

.tl-nature-xp__copy h2 {
  margin: 0 0 14px;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.12;
}

.tl-nature-xp__copy p {
  margin: 0 0 22px;
  color: var(--tl-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-nature-btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 12px 20px;
  background: #2f6b45;
  color: #fff !important;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-nature-btn:hover {
  background: #245536;
}

.tl-nature-xp-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-nature-xp-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tl-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.tl-nature-xp-list__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: var(--tl-navy);
}

.tl-nature-xp-list__icon svg {
  width: 40px;
  height: 40px;
}

.tl-nature-quote {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 64px 40px 72px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(13, 46, 77, 0.72) 0%, rgba(13, 46, 77, 0.45) 55%, rgba(13, 46, 77, 0.35) 100%),
    var(--tl-nature-quote-image) center / cover no-repeat;
  border-bottom: 14px solid var(--tl-lime);
}

.tl-nature-quote__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 32px 48px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
}

.tl-nature-quote blockquote {
  margin: 0;
}

.tl-nature-quote blockquote p {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

.tl-nature-quote cite {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.tl-nature-quote__aside {
  max-width: 28em;
}

.tl-nature-quote__leaf {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--tl-lime);
}

.tl-nature-quote__leaf svg {
  width: 28px;
  height: 28px;
}

.tl-nature-quote__aside h2 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tl-nature-quote__aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-more {
  margin-top: 72px;
}

.tl-more > h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
}

.tl-more .tl-cards {
  margin-top: 0;
}

.tl-footer {
  --tl-navy: #0d2e4d;
  --tl-lime: #cee253;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  padding: 0;
}

/* Match Elementor "Follow us on Social Media" band above the dark footer. */
.tl-footer__follow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
  padding: 72px 40px;
  background: #f7f7f7;
}

.tl-footer__follow-title {
  margin: 0;
  color: #212121;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.15;
}

.tl-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #212121;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tl-footer__social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tl-footer__social-link:hover {
  background: #212121;
  color: #f7f7f7;
}

.tl-footer__main {
  background: var(--tl-navy);
  color: rgba(255, 255, 255, 0.82);
  padding: 56px 40px 28px;
}

@media (max-width: 767px) {
  .tl-footer__follow {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 20px;
  }

  .tl-footer__follow-title {
    font-size: 28px;
  }
}

.tl-footer__grid {
  display: grid;
  grid-template-columns: minmax(200px, 1.15fr) minmax(0, 1fr);
  gap: 36px 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
  align-items: start;
}

.tl-footer__brand p {
  margin: 16px 0 0;
  max-width: 28ch;
}

.tl-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.tl-footer__col h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.tl-footer__col h2 a {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.tl-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.tl-footer p,
.tl-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 300;
  text-decoration: none;
}

.tl-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-footer__col li + li {
  margin-top: 6px;
}

.tl-footer a:hover,
.tl-footer a[aria-current="page"] {
  color: var(--tl-lime);
}

.tl-footer__copy {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .tl-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .tl-header {
    gap: 12px;
    padding: 10px 16px;
  }

  .tl-header .tl-brand--header .tl-brand__name {
    display: none;
  }

  .tl-nav__link {
    padding: 10px 7px;
    letter-spacing: 0.08em;
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  .tl-header {
    padding: 12px 40px;
  }

  .tl-nav__link {
    font-size: 13px;
    padding: 10px 14px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 1200px) {
  .tl-food-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .tl-food-cats--text {
    gap: 28px 32px;
  }

  .tl-food-dish-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-food-entries {
    gap: 40px 28px;
  }

  .tl-food-cat__copy h3 {
    font-size: 18px;
  }

  .tl-food-cat__copy p {
    font-size: 15px;
    line-height: 1.7;
  }

  .tl-food-region-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }

  .tl-food-region__media img,
  .tl-food-region:nth-child(2) .tl-food-region__media img,
  .tl-food-region:nth-child(4) .tl-food-region__media img {
    aspect-ratio: 4 / 5;
  }

  .tl-food-dish {
    width: min(46vw, 200px);
  }

  .tl-food-slider__btn {
    top: calc((min(46vw, 200px) / 2) - 22px);
  }

  .tl-food-tip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-food-highlight > img {
    aspect-ratio: 5 / 6;
  }

  .tl-places-region-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .tl-places-interest-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tl-places-must-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-places-beyond {
    padding: 40px 36px;
  }

  .tl-nature-intro {
    gap: 36px;
  }

  .tl-nature-park-row {
    gap: 18px;
  }

  .tl-nature-park {
    width: min(58vw, 280px);
  }

  .tl-nature-xp {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 28px;
  }

  .tl-nature-xp-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
  }
}

@media (max-width: 1024px) {
  .tl-page {
    --tl-cover-min-height: 320px;
    --tl-cover-pad-top: 56px;
    --tl-cover-pad-bottom: 48px;
  }

  .tl-header {
    gap: 12px;
    padding: 10px 16px;
  }

  .tl-header .tl-brand--header .tl-brand__name {
    display: none;
  }

  .tl-header__toggle {
    display: inline-block;
    margin-left: 8px;
    flex: 0 0 auto;
  }

  .tl-header .tl-tools {
    margin-left: auto;
  }

  .tl-site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1100;
    max-height: min(70vh, 560px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--tl-navy);
    padding: 8px 20px 24px;
    justify-content: flex-start;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  }

  .tl-nav-open .tl-site-nav {
    display: block;
  }

  body.tl-nav-open {
    overflow: hidden;
  }

  .tl-nav__list {
    display: block;
  }

  .tl-nav__caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: -12px -8px -12px auto;
    flex: 0 0 auto;
    position: relative;
  }

  .tl-nav__caret::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .tl-nav__link {
    width: 100%;
    justify-content: space-between;
    letter-spacing: 0.08em;
  }

  .tl-nav__sub {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px 12px;
    border-radius: 12px;
    z-index: 1;
  }

  .tl-nav__item.is-open > .tl-nav__sub,
  .tl-nav__item.is-active > .tl-nav__sub {
    display: block;
  }

  .tl-hero,
  .tl-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-footer__follow,
  .tl-footer__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-main--nature {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .tl-hero--photo {
    min-height: var(--tl-cover-min-height);
    padding-top: var(--tl-cover-pad-top);
    padding-bottom: var(--tl-cover-pad-bottom);
  }

  .tl-guide {
    gap: 48px;
  }

  .tl-food-head {
    margin-bottom: 22px;
  }

  .tl-food-highlights {
    grid-template-columns: 1fr;
    grid-template-areas:
      "street"
      "coffee"
      "experiences"
      "plates";
    gap: 36px;
  }

  .tl-food-highlight > img {
    aspect-ratio: 16 / 10;
  }

  .tl-food-story-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tl-places-region-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tl-places-region {
    min-height: 260px;
    min-width: 0;
    width: 100%;
  }

  .tl-places-region:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
    min-height: 220px;
  }

  .tl-places-region__copy strong {
    font-size: 16px;
  }

  .tl-places-region__desc {
    font-size: 12px;
  }

  .tl-places-interest-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-places-must {
    min-height: 320px;
  }

  .tl-places-beyond {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 36px 28px;
  }

  .tl-places-beyond__script {
    justify-self: start;
    text-align: left;
  }

  .tl-places-map {
    padding: 20px 22px;
  }

  .tl-places-map__btn {
    margin-left: 0;
  }

  .tl-nature {
    gap: 56px;
    padding-bottom: 48px;
  }

  .tl-wrap--nature {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-nature-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tl-nature-park-row {
    padding-left: 28px;
    padding-right: 28px;
  }

  .tl-nature-slider__btn {
    width: 40px;
    height: 40px;
    top: calc((min(58vw, 280px) * 0.75) - 20px);
  }

  .tl-nature-slider__btn--prev {
    left: 0;
  }

  .tl-nature-slider__btn--next {
    right: 0;
  }

  .tl-nature-xp {
    grid-template-columns: 1fr;
  }

  .tl-nature-brush--tall {
    max-width: 420px;
  }

  .tl-nature-quote {
    padding: 48px 20px 56px;
  }

  .tl-nature-quote__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tl-more {
    margin-top: 56px;
  }

  .tl-footer__main {
    padding: 48px 20px 24px;
  }

  .tl-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tl-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
}

@media (max-width: 767px) {
  .tl-main {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .tl-guide {
    gap: 40px;
  }

  .tl-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .tl-footer__col a {
    overflow-wrap: anywhere;
  }

  .tl-food-cats {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 520px;
  }

  .tl-food-dish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-food-entries {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 640px;
  }

  .tl-food-head--cats {
    margin-bottom: 28px;
  }

  .tl-food-cat__media img {
    aspect-ratio: 16 / 11;
  }

  .tl-food-region-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .tl-food-tip-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .tl-food-region {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .tl-food-region__copy {
    padding-top: 14px;
  }

  .tl-food-region__copy h3 {
    font-size: 24px;
  }

  .tl-food-region__sub em {
    font-size: 16px;
  }

  .tl-food-dish {
    width: min(58vw, 180px);
  }

  .tl-food-dish h3 {
    font-size: 14px;
  }

  .tl-food-dish p {
    font-size: 12px;
  }

  .tl-food-dish-row {
    gap: 14px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .tl-food-slider__btn {
    width: 40px;
    height: 40px;
    top: calc((min(58vw, 180px) / 2) - 20px);
  }

  .tl-food-slider__btn--prev {
    left: 0;
  }

  .tl-food-slider__btn--next {
    right: 0;
  }

  .tl-food-tip {
    min-height: 128px;
    padding: 16px 12px;
  }

  .tl-food-tip > span:last-child {
    font-size: 13px;
  }

  .tl-food-story {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .tl-food-story img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  .tl-food-story h3 {
    font-size: 15px;
  }

  .tl-places-region-row {
    gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }

  .tl-places-interest-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tl-places-interest {
    min-height: 132px;
    padding: 16px 10px;
  }

  .tl-places-must-row {
    grid-template-columns: 1fr;
  }

  .tl-places-must {
    aspect-ratio: 16 / 11;
    min-height: 240px;
  }

  .tl-places-must__copy strong {
    font-size: 22px;
  }

  .tl-places-beyond {
    padding: 32px 22px;
  }

  .tl-places-map {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-nature-xp-list {
    grid-template-columns: 1fr;
  }

  .tl-nature-park__body h3 {
    font-size: 24px;
  }

  .tl-nature-quote {
    border-bottom-width: 12px;
  }
}

@media (max-width: 480px) {
  .tl-header {
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tl-header .tl-brand--header .tl-brand__name {
    display: none;
  }

  .tl-header__toggle {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    flex: 0 0 auto;
  }

  .tl-hero,
  .tl-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tl-footer__follow,
  .tl-footer__main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tl-food-head {
    margin-bottom: 18px;
  }

  .tl-food-cats {
    max-width: none;
  }

  .tl-food-dish-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-food-entries {
    max-width: none;
  }

  .tl-food-region-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tl-food-region__media img,
  .tl-food-region:nth-child(2) .tl-food-region__media img,
  .tl-food-region:nth-child(4) .tl-food-region__media img {
    aspect-ratio: 16 / 11;
  }

  .tl-food-dish {
    width: min(70vw, 220px);
  }

  .tl-food-dish h3 {
    font-size: 15px;
  }

  .tl-food-dish-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tl-food-slider__btn {
    top: calc((min(70vw, 220px) / 2) - 20px);
  }

  .tl-food-tip-row {
    grid-template-columns: 1fr;
  }

  .tl-food-tip {
    flex-direction: row;
    align-items: center;
    min-height: 0;
    gap: 12px;
    padding: 14px 16px;
  }

  .tl-food-highlight > img {
    aspect-ratio: 16 / 11;
  }
}

/* --- Shopping & Markets (content only; cover/footer untouched) --- */
.tl-main--shop {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #fff;
}

.tl-wrap--shop {
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
}

.tl-shop {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 80px 0 88px;
}

.tl-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 52px 64px;
  align-items: center;
}

.tl-shop-brush {
  position: relative;
  margin: 0;
}

.tl-shop-brush__svg {
  display: block;
  width: 100%;
  height: auto;
}

.tl-shop-brush__caption {
  position: absolute;
  top: 14%;
  left: 12%;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.tl-shop-intro__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #2f6b45;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-shop-intro__label::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.tl-shop-intro__copy h2 {
  margin: 0 0 18px;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.8vw, 54px);
  font-weight: 600;
  line-height: 1.1;
}

.tl-shop-intro__copy > p {
  margin: 0 0 34px;
  max-width: 34em;
  color: #5c6570;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

.tl-shop-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-shop-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #212121;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.tl-shop-icons__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #2d4f36;
}

.tl-shop-icons__icon svg {
  width: 40px;
  height: 40px;
}

.tl-shop-featured__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 30px;
}

.tl-shop-featured__label {
  margin: 0 0 8px;
  color: #2f6b45;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-shop-featured__label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background: currentColor;
}

.tl-shop-featured__head h2 {
  margin: 0;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 600;
  line-height: 1.1;
}

.tl-shop-featured__link {
  color: #2f6b45 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-shop-featured__link:hover {
  color: #245536 !important;
}

.tl-shop-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
}

.tl-shop-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
}

.tl-shop-card__media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

.tl-shop-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.15;
  object-fit: cover;
}

.tl-shop-card__media::after {
  content: "";
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -2px;
  height: 48px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.tl-shop-card__body {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 8px 2px 0;
  background: #fff;
}

.tl-shop-card__body h3 {
  margin: 0 0 10px;
  color: #1c1c1c;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-shop-card__body p {
  margin: 0 0 12px;
  color: #5c6570;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.tl-shop-card__body a {
  color: #2f6b45 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.tl-shop-card__body a:hover {
  color: #245536 !important;
}

.tl-shop-journey {
  --tl-shop-green: #2d4f36;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 440px;
  overflow: hidden;
  color: #fff;
}

.tl-shop-journey__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 60px 52px;
  background: var(--tl-shop-green);
}

.tl-shop-journey__script {
  margin: 0 0 2px;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.94);
}

.tl-shop-journey__copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.6vw, 52px);
  font-weight: 600;
  line-height: 1.08;
}

.tl-shop-journey__copy p {
  margin: 0;
  max-width: 32em;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-shop-journey__btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 13px 22px;
  background: #fff;
  color: var(--tl-shop-green) !important;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.tl-shop-journey__btn:hover {
  background: #f3f6f1;
}

.tl-shop-journey__visual {
  position: relative;
  min-height: 380px;
  background:
    linear-gradient(150deg, rgba(20, 28, 18, 0.12), rgba(20, 28, 18, 0.05)),
    var(--tl-shop-journey-image) 62% center / cover no-repeat;
}

.tl-shop-journey__visual::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 56px;
  background: var(--tl-shop-green);
  clip-path: polygon(0 0, 70% 0, 100% 8%, 55% 18%, 95% 28%, 50% 40%, 100% 52%, 45% 64%, 90% 76%, 40% 88%, 80% 100%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.tl-shop-journey__tag {
  position: absolute;
  z-index: 2;
  top: 16%;
  left: 12%;
  padding: 11px 18px;
  background: rgba(247, 238, 220, 0.96);
  color: #9b2d2d;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
}

.tl-shop-journey__note {
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 11%;
  width: min(270px, 60%);
  margin: 0;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, #faf4e8 0%, #eee2cc 100%);
  color: #3a3228;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transform: rotate(3.5deg);
}

.tl-shop-journey__sketch {
  display: block;
  width: 92px;
  height: auto;
  margin: 0 auto 12px;
  opacity: 0.78;
}

.tl-shop-journey__note p {
  margin: 0;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1024px) {
  .tl-wrap--shop {
    padding-left: 28px;
    padding-right: 28px;
  }

  .tl-shop {
    gap: 68px;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .tl-shop-intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tl-shop-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-shop-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-shop-journey {
    grid-template-columns: 1fr;
  }

  .tl-shop-journey__copy {
    padding: 44px 32px;
  }

  .tl-shop-journey__visual::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .tl-wrap--shop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-shop {
    gap: 52px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .tl-shop-card-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-shop-journey__copy {
    padding: 36px 22px;
  }

  .tl-shop-journey__visual {
    min-height: 300px;
  }

  .tl-shop-journey__note {
    width: min(230px, 68%);
  }
}

/* ââ Temples & Heritage ââ */
.tl-main--heritage {
  padding: 0;
}

.tl-heritage {
  display: flex;
  flex-direction: column;
  gap: 0;
  --tl-heritage-green: #5c7f52;
  --tl-heritage-green-dark: #4a6842;
}

.tl-heritage-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-heritage-kicker--dark {
  color: #6b7280;
}

.tl-heritage-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  background:
    linear-gradient(
      100deg,
      rgba(20, 28, 24, 0.72) 0%,
      rgba(20, 28, 24, 0.38) 46%,
      rgba(20, 28, 24, 0.12) 100%
    ),
    var(--tl-heritage-image) center / cover no-repeat;
  color: #fff;
}

.tl-heritage-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.85fr);
  gap: 40px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-heritage-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(48px, 7.2vw, 78px);
  font-weight: 600;
  line-height: 1.02;
}

.tl-heritage-lead {
  max-width: 32em;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-heritage-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--tl-heritage-green);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tl-heritage-btn:hover {
  transform: translateY(-1px);
  background: var(--tl-heritage-green-dark);
  box-shadow: 0 12px 28px rgba(76, 110, 68, 0.28);
}

.tl-heritage-btn--solid {
  background: var(--tl-heritage-green);
  color: #fff !important;
  flex-shrink: 0;
}

.tl-heritage-btn--light {
  background: #fff;
  color: #1a1a1a !important;
}

.tl-heritage-btn--light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.tl-heritage-script {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.18;
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-heritage-script--dark {
  position: absolute;
  right: -4%;
  bottom: -6%;
  margin: 0;
  color: #2c3340;
  text-align: right;
  text-shadow: none;
  z-index: 3;
  pointer-events: none;
}

.tl-heritage-filters {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-heritage-filters__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 24px;
}

.tl-heritage-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  color: #3a3f48;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tl-heritage-filter:hover,
.tl-heritage-filter:focus-visible {
  color: var(--tl-heritage-green);
}

.tl-heritage-filter__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #4b5563;
}

.tl-heritage-filter:hover .tl-heritage-filter__icon {
  color: var(--tl-heritage-green);
}

.tl-heritage-filter__icon svg {
  width: 36px;
  height: 36px;
}

.tl-heritage-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-heritage-text-link:hover {
  color: var(--tl-heritage-green);
}

.tl-heritage-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 48px 72px;
}

.tl-heritage-story__copy h2 {
  margin: 0 0 20px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.6vw, 54px);
  font-weight: 600;
  line-height: 1.1;
}

.tl-heritage-story__copy > p:not(.tl-heritage-kicker) {
  max-width: 30em;
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

.tl-heritage-collage {
  position: relative;
  width: 100%;
  min-height: 480px;
  margin-right: 24px;
}

.tl-heritage-collage__item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #e8e8e8;
  box-shadow: 0 18px 40px rgba(20, 28, 24, 0.14);
}

.tl-heritage-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl-heritage-collage__item--a {
  top: 0;
  left: 0;
  width: 54%;
  height: 78%;
  z-index: 1;
  transform: rotate(-2.5deg);
}

.tl-heritage-collage__item--b {
  top: 4%;
  right: 2%;
  width: 42%;
  height: 40%;
  z-index: 2;
  transform: rotate(3deg);
}

.tl-heritage-collage__item--c {
  top: 48%;
  right: 8%;
  width: 38%;
  height: 36%;
  z-index: 3;
  transform: rotate(-3.5deg);
}

.tl-heritage-collage__item--d {
  left: 28%;
  bottom: 2%;
  width: 34%;
  height: 42%;
  z-index: 4;
  border: 5px solid #fff;
  transform: rotate(4deg);
}

.tl-heritage-featured {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 96px;
}

.tl-heritage-featured__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.tl-heritage-featured__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-heritage-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tl-heritage-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}

.tl-heritage-card__media {
  overflow: hidden;
  border-radius: 12px;
  background: #ececec;
}

.tl-heritage-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tl-heritage-card:hover .tl-heritage-card__media img {
  transform: scale(1.04);
}

.tl-heritage-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 4px 0;
}

.tl-heritage-card__body h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.tl-heritage-card__loc {
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
}

.tl-heritage-card__body > p:not(.tl-heritage-card__loc) {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}

.tl-heritage-card__body a {
  margin-top: 14px;
  color: #1a1a1a;
  font-size: 18px;
  text-decoration: none !important;
}

.tl-heritage-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 460px;
  padding: 80px 48px;
  background:
    linear-gradient(rgba(18, 24, 22, 0.52), rgba(18, 24, 22, 0.52)),
    var(--tl-heritage-image) center / cover no-repeat;
  text-align: center;
}

.tl-heritage-quote blockquote {
  margin: 0;
  max-width: 16em;
}

.tl-heritage-quote p {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 4.4vw, 46px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.tl-heritage-quote__logo {
  display: block;
  opacity: 0.95;
}

.tl-heritage-more {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 36px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 48px;
}

.tl-heritage-more__feature {
  position: relative;
  min-height: 580px;
  border-radius: 4px;
  overflow: visible;
  background: var(--tl-heritage-image) center / cover no-repeat;
}

.tl-heritage-more__panel {
  position: absolute;
  right: -48px;
  bottom: 48px;
  width: min(340px, 78%);
  padding: 32px 28px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(20, 28, 24, 0.16);
  z-index: 2;
}

.tl-heritage-more__panel h2 {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.12;
}

.tl-heritage-more__panel > p:not(.tl-heritage-kicker) {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-heritage-more__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-left: 28px;
}

.tl-heritage-mini {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  color: inherit;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tl-heritage-mini:last-child {
  border-bottom: 0;
}

.tl-heritage-mini img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 8px;
}

.tl-heritage-mini h3 {
  margin: 0 0 4px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
}

.tl-heritage-mini p {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.tl-heritage-mini span {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
}

.tl-heritage-tips {
  background: #f3f4f6;
  padding: 80px 48px;
}

.tl-heritage-tips__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto 44px;
}

.tl-heritage-tips__head h2 {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-heritage-tips__head > div > p:not(.tl-heritage-kicker) {
  max-width: 34em;
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-heritage-tip-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-heritage-tip {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-heritage-tip__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  color: #4b5563;
}

.tl-heritage-tip__icon svg {
  width: 34px;
  height: 34px;
}

.tl-heritage-tip h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
}

.tl-heritage-tip p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.tl-heritage-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 88px 48px;
  background:
    linear-gradient(rgba(18, 24, 22, 0.55), rgba(18, 24, 22, 0.55)),
    var(--tl-heritage-image) center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.tl-heritage-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 640px;
}

.tl-heritage-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.tl-heritage-cta__inner > p:not(.tl-heritage-kicker) {
  max-width: 28em;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .tl-heritage-hero {
    padding: var(--tl-cover-pad-top) 32px var(--tl-cover-pad-bottom);
  }

  .tl-heritage-hero__inner {
    grid-template-columns: 1fr;
  }

  .tl-heritage-script {
    text-align: left;
    margin-top: 8px;
  }

  .tl-heritage-filters__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .tl-heritage-story,
  .tl-heritage-more,
  .tl-heritage-featured {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tl-heritage-collage {
    min-height: 420px;
    margin-right: 0;
  }

  .tl-heritage-script--dark {
    right: 0;
    bottom: -2%;
  }

  .tl-heritage-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-heritage-tip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-heritage-more__panel {
    right: 20px;
    bottom: 24px;
    width: min(300px, calc(100% - 40px));
  }

  .tl-heritage-more__list {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tl-heritage-hero {
    min-height: var(--tl-cover-min-height);
    padding: var(--tl-cover-pad-top) 20px var(--tl-cover-pad-bottom);
  }

  .tl-heritage-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .tl-heritage-story,
  .tl-heritage-featured,
  .tl-heritage-more,
  .tl-heritage-tips,
  .tl-heritage-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-heritage-story {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .tl-heritage-collage {
    min-height: 360px;
  }

  .tl-heritage-collage__item--a {
    width: 58%;
    height: 72%;
  }

  .tl-heritage-collage__item--b {
    width: 46%;
    height: 34%;
  }

  .tl-heritage-collage__item--c {
    width: 44%;
    height: 32%;
  }

  .tl-heritage-collage__item--d {
    width: 40%;
    height: 38%;
    left: 22%;
  }

  .tl-heritage-script--dark {
    position: static;
    margin-top: 18px;
    text-align: left;
  }

  .tl-heritage-featured__head,
  .tl-heritage-tips__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-heritage-card-row,
  .tl-heritage-tip-row {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-heritage-more__feature {
    min-height: 420px;
  }

  .tl-heritage-more__panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 20px 16px 16px;
  }

  .tl-heritage-mini {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .tl-heritage-mini img {
    width: 76px;
    height: 76px;
  }

  .tl-heritage-quote,
  .tl-heritage-cta {
    min-height: 340px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* ââ Cities & Urban Life ââ */
.tl-main--cities {
  padding: 0;
}

.tl-cities {
  display: flex;
  flex-direction: column;
  gap: 0;
  --tl-cities-green: #5c7f52;
  --tl-cities-green-dark: #4a6842;
}

.tl-cities-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-cities-kicker--dark {
  color: #6b7280;
}

.tl-cities-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  background:
    linear-gradient(
      100deg,
      rgba(20, 28, 24, 0.72) 0%,
      rgba(20, 28, 24, 0.38) 46%,
      rgba(20, 28, 24, 0.12) 100%
    ),
    var(--tl-cities-image) center / cover no-repeat;
  color: #fff;
}

.tl-cities-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.85fr);
  gap: 40px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-cities-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(44px, 6.5vw, 72px);
  font-weight: 600;
  line-height: 1.02;
}

.tl-cities-lead {
  max-width: 32em;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-cities-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--tl-cities-green);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tl-cities-btn:hover {
  transform: translateY(-1px);
  background: var(--tl-cities-green-dark);
  box-shadow: 0 12px 28px rgba(76, 110, 68, 0.28);
}

.tl-cities-btn--light {
  background: #fff;
  color: #1a1a1a !important;
}

.tl-cities-btn--light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.tl-cities-btn--outline {
  background: #fff;
  color: #1a1a1a !important;
  border: 1px solid rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}

.tl-cities-btn--outline:hover {
  background: #fff;
  border-color: var(--tl-cities-green);
  color: var(--tl-cities-green) !important;
  box-shadow: none;
}

.tl-cities-script {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-cities-script--dark {
  position: absolute;
  right: -2%;
  bottom: -4%;
  margin: 0;
  color: #2c3340;
  text-align: right;
  text-shadow: none;
  z-index: 3;
  pointer-events: none;
}

.tl-cities-script--cta {
  position: absolute;
  right: 48px;
  bottom: 40px;
  margin: 0;
  text-align: right;
}

.tl-cities-filters {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-cities-filters__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 24px;
}

.tl-cities-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  color: #3a3f48;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tl-cities-filter:hover,
.tl-cities-filter:focus-visible {
  color: var(--tl-cities-green);
}

.tl-cities-filter__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #4b5563;
}

.tl-cities-filter:hover .tl-cities-filter__icon {
  color: var(--tl-cities-green);
}

.tl-cities-filter__icon svg {
  width: 36px;
  height: 36px;
}

.tl-cities-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-cities-text-link:hover {
  color: var(--tl-cities-green);
}

.tl-cities-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 48px 72px;
}

.tl-cities-story__copy h2 {
  margin: 0 0 20px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.6vw, 54px);
  font-weight: 600;
  line-height: 1.1;
}

.tl-cities-story__copy > p:not(.tl-cities-kicker) {
  max-width: 30em;
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

.tl-cities-collage {
  position: relative;
  width: 100%;
  min-height: 460px;
}

.tl-cities-collage__item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #e8e8e8;
  box-shadow: 0 18px 40px rgba(20, 28, 24, 0.14);
}

.tl-cities-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl-cities-collage__item--a {
  top: 0;
  left: 0;
  width: 58%;
  height: 86%;
  z-index: 1;
  transform: rotate(-1.5deg);
}

.tl-cities-collage__item--b {
  top: 6%;
  right: 0;
  width: 40%;
  height: 38%;
  z-index: 2;
  transform: rotate(2.5deg);
}

.tl-cities-collage__item--c {
  top: 48%;
  right: 4%;
  width: 42%;
  height: 40%;
  z-index: 3;
  transform: rotate(-2deg);
}

.tl-cities-featured {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 96px;
}

.tl-cities-featured__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.tl-cities-featured__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-cities-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tl-cities-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tl-cities-card__media {
  overflow: hidden;
  border-radius: 12px;
  background: #ececec;
}

.tl-cities-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tl-cities-card:hover .tl-cities-card__media img {
  transform: scale(1.04);
}

.tl-cities-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 4px 0;
}

.tl-cities-card__body h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.tl-cities-card__body > p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}

.tl-cities-card__body a {
  margin-top: 8px;
  color: #1a1a1a;
  font-size: 18px;
  text-decoration: none !important;
}

.tl-cities-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 420px;
  padding: 80px 48px;
  background:
    linear-gradient(rgba(18, 24, 22, 0.58), rgba(18, 24, 22, 0.58)),
    var(--tl-cities-image) center / cover no-repeat;
  text-align: center;
}

.tl-cities-quote blockquote {
  margin: 0;
  max-width: 18em;
}

.tl-cities-quote p {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.tl-cities-quote__logo {
  display: block;
  opacity: 0.95;
}

.tl-cities-exp {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 48px;
}

.tl-cities-exp__copy h2 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
}

.tl-cities-exp__copy > p:not(.tl-cities-kicker) {
  max-width: 28em;
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-cities-exp__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tl-cities-exp-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  text-decoration: none !important;
  background: #1a1a1a;
}

.tl-cities-exp-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tl-cities-exp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 16, 14, 0.78) 0%, rgba(10, 16, 14, 0.1) 55%);
  pointer-events: none;
}

.tl-cities-exp-card > span:not(.tl-cities-exp-card__arrow) {
  position: absolute;
  left: 16px;
  right: 40px;
  bottom: 16px;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.tl-cities-exp-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  font-size: 18px;
}

.tl-cities-exp-card:hover img {
  transform: scale(1.05);
}

.tl-cities-tips {
  background: #f3f4f6;
  padding: 80px 48px;
}

.tl-cities-tips__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto 44px;
}

.tl-cities-tips__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-cities-tip-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-cities-tip {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-cities-tip__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  color: #4b5563;
}

.tl-cities-tip__icon svg {
  width: 34px;
  height: 34px;
}

.tl-cities-tip h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
}

.tl-cities-tip p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.tl-cities-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 88px 48px;
  background:
    linear-gradient(rgba(18, 24, 22, 0.55), rgba(18, 24, 22, 0.55)),
    var(--tl-cities-image) center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.tl-cities-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 640px;
}

.tl-cities-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.tl-cities-cta__inner > p:not(.tl-cities-kicker) {
  max-width: 28em;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .tl-cities-hero {
    padding: var(--tl-cover-pad-top) 32px var(--tl-cover-pad-bottom);
  }

  .tl-cities-hero__inner {
    grid-template-columns: 1fr;
  }

  .tl-cities-script {
    text-align: left;
  }

  .tl-cities-filters__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .tl-cities-story,
  .tl-cities-exp,
  .tl-cities-featured {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tl-cities-collage {
    min-height: 400px;
  }

  .tl-cities-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-cities-tip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-cities-script--cta {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 767px) {
  .tl-cities-hero {
    min-height: var(--tl-cover-min-height);
    padding: var(--tl-cover-pad-top) 20px var(--tl-cover-pad-bottom);
  }

  .tl-cities-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .tl-cities-story,
  .tl-cities-featured,
  .tl-cities-exp,
  .tl-cities-tips,
  .tl-cities-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-cities-story {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .tl-cities-collage {
    min-height: 340px;
  }

  .tl-cities-script--dark {
    position: static;
    margin-top: 18px;
    text-align: left;
  }

  .tl-cities-featured__head,
  .tl-cities-tips__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-cities-card-row,
  .tl-cities-tip-row,
  .tl-cities-exp__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-cities-quote,
  .tl-cities-cta {
    min-height: 340px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tl-cities-script--cta {
    position: static;
    margin-top: 28px;
    text-align: center;
  }
}

/* ââ Beaches & Islands ââ */
.tl-main--beaches {
  padding: 0;
}

.tl-beaches {
  display: flex;
  flex-direction: column;
  --tl-beaches-green: #5c7f52;
  --tl-beaches-green-dark: #4a6842;
}

.tl-beaches-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-beaches-kicker--dark {
  color: #6b7280;
}

.tl-beaches-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  background:
    linear-gradient(
      100deg,
      rgba(12, 36, 48, 0.7) 0%,
      rgba(12, 36, 48, 0.35) 48%,
      rgba(12, 36, 48, 0.1) 100%
    ),
    var(--tl-beaches-image) center / cover no-repeat;
  color: #fff;
}

.tl-beaches-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
  gap: 32px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-beaches-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(44px, 6.5vw, 72px);
  font-weight: 600;
  line-height: 1.02;
}

.tl-beaches-lead {
  max-width: 32em;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-beaches-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--tl-beaches-green);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tl-beaches-btn:hover {
  transform: translateY(-1px);
  background: var(--tl-beaches-green-dark);
  box-shadow: 0 12px 28px rgba(76, 110, 68, 0.28);
}

.tl-beaches-btn--light {
  background: #fff;
  color: #1a1a1a !important;
}

.tl-beaches-btn--light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.tl-beaches-script {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-beaches-script--on-photo {
  position: absolute;
  top: 8%;
  right: 6%;
  z-index: 2;
}

.tl-beaches-script--ways {
  position: absolute;
  left: 8%;
  top: 10%;
  bottom: auto;
  z-index: 1;
  text-align: left;
}

.tl-beaches-script--cta {
  position: absolute;
  right: 48px;
  bottom: 40px;
}

.tl-beaches-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-beaches-filters__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

.tl-beaches-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  color: #3a3f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease;
}

.tl-beaches-filter:last-child {
  border-right: 0;
}

.tl-beaches-filter:hover,
.tl-beaches-filter:focus-visible {
  color: var(--tl-beaches-green);
}

.tl-beaches-filter__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #4b5563;
}

.tl-beaches-filter:hover .tl-beaches-filter__icon {
  color: var(--tl-beaches-green);
}

.tl-beaches-filter__icon svg {
  width: 34px;
  height: 34px;
}

.tl-beaches-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-beaches-text-link:hover {
  color: var(--tl-beaches-green);
}

.tl-beaches-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 48px 72px;
}

.tl-beaches-story__copy h2 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 600;
  line-height: 1.1;
}

.tl-beaches-story__copy > p:not(.tl-beaches-kicker) {
  max-width: 30em;
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-beaches-feature {
  position: relative;
  margin: 0;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--tl-beaches-image) center / cover no-repeat;
}

.tl-beaches-feature::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(10, 24, 32, 0.72), rgba(10, 24, 32, 0));
  pointer-events: none;
  z-index: 1;
}

.tl-beaches-feature__caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 18em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.tl-beaches-feature__caption strong {
  font-size: 20px;
  font-weight: 600;
}

.tl-beaches-feature__caption span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.tl-beaches-featured {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 48px 88px;
}

.tl-beaches-featured__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.tl-beaches-featured__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-beaches-island-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tl-beaches-island {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  padding: 22px 18px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none !important;
  background:
    linear-gradient(to top, rgba(10, 24, 32, 0.82) 0%, rgba(10, 24, 32, 0.15) 55%),
    var(--tl-beaches-image) center / cover no-repeat;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tl-beaches-island:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(12, 36, 48, 0.18);
}

.tl-beaches-island strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-beaches-island span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.tl-beaches-ways {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 36px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 88px;
}

.tl-beaches-ways__media {
  position: relative;
  margin: 0;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--tl-beaches-image) center / cover no-repeat;
}

.tl-beaches-ways__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 8px 28px 12px;
  background: transparent;
  box-shadow: none;
}

.tl-beaches-ways__panel h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.12;
}

.tl-beaches-ways__panel > p:not(.tl-beaches-kicker) {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.tl-beaches-moods {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 48px 88px;
}

.tl-beaches-moods__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.tl-beaches-moods__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.tl-beaches-moods__tools {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
}

.tl-beaches-moods__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-beaches-moods__lead {
  margin: 0;
  max-width: 28em;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  text-align: right;
}

.tl-beaches-slider {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.tl-beaches-slider__btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}

.tl-beaches-slider__btn svg {
  width: 18px;
  height: 18px;
}

.tl-beaches-slider__btn:hover:not(:disabled) {
  border-color: var(--tl-beaches-green);
  color: var(--tl-beaches-green);
}

.tl-beaches-slider__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.tl-beaches-mood-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.tl-beaches-mood-row::-webkit-scrollbar {
  display: none;
}

.tl-beaches-mood {
  flex: 0 0 min(240px, 72vw);
  scroll-snap-align: start;
  min-width: 0;
}

.tl-beaches-mood img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  background: #ececec;
}

.tl-beaches-mood h3 {
  margin: 14px 0 4px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
}

.tl-beaches-mood p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
}

.tl-beaches-cta {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 88px 48px;
  background:
    linear-gradient(100deg, rgba(12, 28, 36, 0.72) 0%, rgba(12, 28, 36, 0.4) 55%, rgba(12, 28, 36, 0.25) 100%),
    var(--tl-beaches-image) center / cover no-repeat;
  color: #fff;
}

.tl-beaches-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 560px;
}

.tl-beaches-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}

.tl-beaches-cta__inner > p:not(.tl-beaches-kicker) {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .tl-beaches-hero,
  .tl-beaches-cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tl-beaches-hero__inner {
    grid-template-columns: 1fr;
  }

  .tl-beaches-script {
    text-align: left;
  }

  .tl-beaches-filters__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-beaches-filter:nth-child(3) {
    border-right: 0;
  }

  .tl-beaches-story,
  .tl-beaches-featured,
  .tl-beaches-ways,
  .tl-beaches-moods {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tl-beaches-story,
  .tl-beaches-ways {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tl-beaches-island-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-beaches-moods__top {
    grid-template-columns: 1fr;
  }

  .tl-beaches-moods__tools {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-beaches-moods__lead {
    text-align: left;
    max-width: none;
  }

  .tl-beaches-script--cta {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 767px) {
  .tl-beaches-hero {
    min-height: var(--tl-cover-min-height);
    padding: var(--tl-cover-pad-top) 20px var(--tl-cover-pad-bottom);
  }

  .tl-beaches-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 10px;
  }

  .tl-beaches-filter {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tl-beaches-story,
  .tl-beaches-featured,
  .tl-beaches-ways,
  .tl-beaches-moods,
  .tl-beaches-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-beaches-story {
    padding-top: 64px;
  }

  .tl-beaches-feature,
  .tl-beaches-ways__media {
    min-height: 320px;
  }

  .tl-beaches-featured__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-beaches-island-row {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-beaches-ways__panel {
    padding: 8px 0 0;
  }

  .tl-beaches-script--ways {
    left: 20px;
    top: 24px;
  }

  .tl-beaches-cta {
    min-height: 360px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tl-beaches-script--cta {
    position: static;
    margin-top: 28px;
    text-align: left;
  }
}
/* ââ Hidden Gems ââ */
.tl-main--gems {
  padding: 0;
}

.tl-gems {
  display: flex;
  flex-direction: column;
  --tl-gems-green: #5c7f52;
  --tl-gems-green-dark: #4a6842;
  --tl-gems-band: #2f4a2c;
}

.tl-gems-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-gems-kicker--dark {
  color: #6b7280;
}

.tl-gems-kicker--paper {
  color: #5c7f52;
}

.tl-gems-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--tl-gems-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-gems-btn:hover {
  background: var(--tl-gems-green-dark);
  box-shadow: 0 10px 24px rgba(92, 127, 82, 0.35);
  transform: translateY(-1px);
}

.tl-gems-script {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-gems-script--on-dark {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  font-size: clamp(22px, 2.4vw, 30px);
  text-align: left;
}

.tl-gems-script--regions {
  margin-top: 18px;
  color: #f0e6d2;
  text-shadow: none;
  text-align: center;
}

.tl-gems-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 28, 20, 0.72) 0%, rgba(18, 28, 20, 0.35) 48%, rgba(18, 28, 20, 0.2) 100%),
    var(--tl-gems-image) center / cover no-repeat;
}

.tl-gems-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 32px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-gems-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.tl-gems-lead {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
}

.tl-gems-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  text-align: right;
}

.tl-gems-hero__loc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.tl-gems-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-gems-filters__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

.tl-gems-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  color: #3a3f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease;
}

.tl-gems-filter:last-child {
  border-right: 0;
}

.tl-gems-filter:hover,
.tl-gems-filter:focus-visible {
  color: var(--tl-gems-green);
}

.tl-gems-filter__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #4b5563;
}

.tl-gems-filter:hover .tl-gems-filter__icon {
  color: var(--tl-gems-green);
}

.tl-gems-filter__icon svg {
  width: 34px;
  height: 34px;
}

.tl-gems-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-gems-text-link:hover {
  color: var(--tl-gems-green);
}

.tl-gems-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 48px 80px;
}

.tl-gems-story__copy h2 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-gems-story__copy p {
  margin: 0;
  max-width: 420px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-gems-collage {
  position: relative;
  min-height: 460px;
}

.tl-gems-polaroid,
.tl-gems-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.tl-gems-polaroid img,
.tl-gems-frame img,
.tl-gems-torn img,
.tl-gems-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl-gems-polaroid--a {
  top: 8%;
  left: 0;
  z-index: 3;
  width: 42%;
  padding: 12px 12px 42px;
  transform: rotate(-6deg);
}

.tl-gems-polaroid--a figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: #5c7f52;
  font-family: Caveat, "Segoe Script", cursive;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.tl-gems-frame--b {
  top: 0;
  right: 8%;
  z-index: 2;
  width: 48%;
  aspect-ratio: 4 / 5;
  border: 10px solid #fff;
  transform: rotate(4deg);
}

.tl-gems-frame--c {
  right: 4%;
  bottom: 0;
  z-index: 4;
  width: 46%;
  aspect-ratio: 5 / 4;
  border-radius: 4px;
}

.tl-gems-frame--c::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55) 100%);
}

.tl-gems-quote-slip {
  position: absolute;
  left: 18%;
  bottom: 12%;
  z-index: 5;
  width: min(260px, 48%);
  margin: 0;
  padding: 18px 20px;
  background: #f7f1e4;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transform: rotate(-3deg);
}

.tl-gems-quote-slip p {
  margin: 0;
  color: #3a3f48;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
}

.tl-gems-regions {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.85fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: center;
  padding: 72px 48px;
  color: #fff;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(160deg, #355239 0%, #243a22 55%, #1c2f1b 100%);
}

.tl-gems-regions__copy {
  position: relative;
  max-width: 360px;
}

.tl-gems-regions__copy h2 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-gems-regions__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
}

.tl-gems-compass {
  display: block;
  width: 54px;
  height: 54px;
  margin-top: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 46%, rgba(255, 255, 255, 0.7) 46%, rgba(255, 255, 255, 0.7) 54%, transparent 54%),
    linear-gradient(135deg, transparent 46%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.35) 54%, transparent 54%);
  opacity: 0.7;
}

.tl-gems-regions__map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.tl-gems-regions__map > img {
  width: min(220px, 70%);
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.tl-gems-pins {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.tl-gems-pins__item {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f5f5f0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}

.tl-gems-pins__item--n { top: 8%; left: 18%; }
.tl-gems-pins__item--ne { top: 28%; right: 0; }
.tl-gems-pins__item--c { top: 46%; left: 0; }
.tl-gems-pins__item--e { top: 58%; right: 2%; }
.tl-gems-pins__item--s { bottom: 10%; left: 22%; }

.tl-gems-regions__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-gems-torn {
  position: relative;
  width: min(100%, 280px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(3% 2%, 97% 0, 100% 96%, 94% 100%, 4% 98%, 0 8%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  transform: rotate(3deg);
}

.tl-gems-stamp {
  margin: -28px 0 0;
  padding: 14px 18px;
  border: 2px dashed rgba(240, 230, 210, 0.7);
  border-radius: 8px;
  color: #f0e6d2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-8deg);
  background: rgba(36, 58, 34, 0.65);
}

.tl-gems-places {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 48px 40px;
}

.tl-gems-places__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.tl-gems-places__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-gems-places__head .tl-gems-text-link {
  margin-top: 0;
  flex-shrink: 0;
}

.tl-gems-card-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tl-gems-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tl-gems-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tl-gems-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  padding: 16px 16px 18px;
}

.tl-gems-card__body h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.tl-gems-card__loc {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tl-gems-card__body > p:not(.tl-gems-card__loc) {
  margin: 4px 0 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  flex: 1;
}

.tl-gems-card__body > a {
  align-self: flex-end;
  margin-top: 12px;
  color: var(--tl-gems-green);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-gems-card__body > a:hover {
  color: var(--tl-gems-green-dark);
}

.tl-gems-deeper {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  margin-top: 48px;
  padding: 72px 24px;
  background:
    linear-gradient(180deg, rgba(20, 28, 18, 0.35), rgba(20, 28, 18, 0.5)),
    var(--tl-gems-image) center / cover no-repeat;
}

.tl-gems-paper {
  position: relative;
  width: min(560px, 100%);
  padding: 48px 44px 40px;
  background: #f4efe4;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  clip-path: polygon(1% 2%, 98% 0, 100% 97%, 96% 100%, 2% 98%, 0 6%);
}

.tl-gems-paper h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-gems-paper > p {
  margin: 0;
  max-width: 420px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

.tl-gems-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tl-gems-checks li {
  position: relative;
  padding-left: 26px;
  color: #355239;
  font-size: 14px;
  font-weight: 500;
}

.tl-gems-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--tl-gems-green);
  box-shadow: inset 0 0 0 3px #f4efe4;
}

.tl-gems-checks li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1100px) {
  .tl-gems-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-gems-regions {
    grid-template-columns: 1fr 1fr;
  }

  .tl-gems-regions__aside {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .tl-gems-hero {
    padding: var(--tl-cover-pad-top) 24px var(--tl-cover-pad-bottom);
  }

  .tl-gems-hero__inner,
  .tl-gems-story {
    grid-template-columns: 1fr;
  }

  .tl-gems-hero__aside {
    align-items: flex-start;
    text-align: left;
  }

  .tl-gems-filters__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-gems-filter:nth-child(3n) {
    border-right: 0;
  }

  .tl-gems-story,
  .tl-gems-regions,
  .tl-gems-places {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tl-gems-collage {
    min-height: 400px;
  }

  .tl-gems-regions {
    grid-template-columns: 1fr;
  }

  .tl-gems-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tl-gems-hero {
    min-height: var(--tl-cover-min-height);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-gems-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .tl-gems-filter {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tl-gems-story,
  .tl-gems-regions,
  .tl-gems-places,
  .tl-gems-deeper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-gems-story {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .tl-gems-collage {
    min-height: 340px;
  }

  .tl-gems-places__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-gems-card-row {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-gems-paper {
    padding: 36px 24px 32px;
  }

  .tl-gems-checks {
    grid-template-columns: 1fr;
  }

  .tl-gems-pins__item {
    font-size: 10px;
    padding: 4px 8px;
  }
}
/* ââ Nightlife ââ */
.tl-main--night {
  padding: 0;
}

.tl-night {
  display: flex;
  flex-direction: column;
  --tl-night-green: #5c7f52;
  --tl-night-green-dark: #4a6842;
}

.tl-night-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-night-kicker--dark {
  color: #6b7280;
}

.tl-night-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--tl-night-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-night-btn:hover {
  background: var(--tl-night-green-dark);
  box-shadow: 0 10px 24px rgba(92, 127, 82, 0.35);
  transform: translateY(-1px);
}

.tl-night-btn--light {
  background: #fff;
  color: #1a1a1a !important;
}

.tl-night-btn--light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.tl-night-btn--outline {
  margin-top: 0;
  border: 1.5px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a !important;
}

.tl-night-btn--outline:hover {
  background: #1a1a1a;
  color: #fff !important;
  box-shadow: none;
}

.tl-night-script {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-night-script--on-photo,
.tl-night-script--small {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  right: 12px;
  text-align: left;
}

.tl-night-script--small {
  font-size: clamp(18px, 2vw, 24px);
}

.tl-night-script--feature {
  position: absolute;
  left: 6%;
  top: 14%;
  z-index: 2;
  max-width: 280px;
}

.tl-night-script--paper {
  color: #3a3f48;
  text-shadow: none;
  font-size: clamp(26px, 2.8vw, 34px);
  text-align: center;
}

.tl-night-script--cta {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 2;
}

.tl-night-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  color: #fff;
  background-color: #0d2e4d;
  background-image: var(--tl-night-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tl-night-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to top,
    rgba(13, 46, 77, 0.84) 0%,
    rgba(13, 46, 77, 0.46) 52%,
    rgba(13, 46, 77, 0.22) 100%
  );
}

.tl-night-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 32px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-night-hero h1,
.tl-night-hero .tl-night-lead,
.tl-night-hero .tl-night-kicker,
.tl-night-hero .tl-night-hero__loc {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.tl-night-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 6.5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.tl-night-lead {
  max-width: 480px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
}

.tl-night-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  text-align: right;
}

.tl-night-hero__loc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.tl-night-filters {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-night-filters__inner {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

.tl-night-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 6px;
  color: #3a3f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease;
}

.tl-night-filter:last-child {
  border-right: 0;
}

.tl-night-filter:hover,
.tl-night-filter:focus-visible {
  color: var(--tl-night-green);
}

.tl-night-filter__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #4b5563;
}

.tl-night-filter:hover .tl-night-filter__icon {
  color: var(--tl-night-green);
}

.tl-night-filter__icon svg {
  width: 34px;
  height: 34px;
}

.tl-night-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-night-text-link:hover {
  color: var(--tl-night-green);
}

.tl-night-text-link--hero {
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
}

.tl-night-text-link--hero:hover {
  color: rgba(255, 255, 255, 0.85);
}

.tl-night-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 48px 80px;
}

.tl-night-story__copy h2 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-night-story__copy p {
  margin: 0;
  max-width: 420px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-night-collage {
  position: relative;
  min-height: 480px;
}

.tl-night-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.tl-night-frame img,
.tl-night-card__media img,
.tl-night-quick-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl-night-frame--a {
  top: 0;
  left: 0;
  z-index: 2;
  width: 48%;
  aspect-ratio: 3 / 4;
}

.tl-night-frame--a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
}

.tl-night-frame--b {
  top: 4%;
  right: 0;
  z-index: 1;
  width: 46%;
  aspect-ratio: 16 / 10;
}

.tl-night-frame--c {
  top: 42%;
  right: 22%;
  z-index: 3;
  width: 34%;
  aspect-ratio: 16 / 10;
  transform: rotate(2deg);
}

.tl-night-frame--d {
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 44%;
  aspect-ratio: 16 / 10;
}

.tl-night-frame--d::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.6) 100%);
}

.tl-night-dest {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 48px 72px;
}

.tl-night-dest__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.tl-night-dest__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-night-dest__head .tl-night-text-link {
  margin-top: 0;
  flex-shrink: 0;
}

.tl-night-card-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tl-night-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tl-night-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tl-night-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  padding: 16px 16px 18px;
}

.tl-night-card__body h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.tl-night-card__body > p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  flex: 1;
}

.tl-night-card__body > a {
  align-self: flex-end;
  margin-top: 12px;
  color: var(--tl-night-green);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-night-card__body > a:hover {
  color: var(--tl-night-green-dark);
}

.tl-night-feature {
  position: relative;
  display: grid;
  place-items: center end;
  min-height: 460px;
  padding: 64px 48px;
  color: #fff;
  background:
    linear-gradient(
      100deg,
      rgba(10, 12, 18, 0.2) 0%,
      rgba(10, 12, 18, 0.45) 55%,
      rgba(10, 12, 18, 0.62) 100%
    ),
    var(--tl-night-image) center / cover no-repeat;
}

.tl-night-feature__panel {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin-left: auto;
  padding: 36px 32px;
  background: rgba(12, 14, 20, 0.72);
  backdrop-filter: blur(6px);
}

.tl-night-feature__panel h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-night-feature__panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.55;
}

.tl-night-quick {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 24px;
}

.tl-night-quick__row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.tl-night-quick-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #1a1a1a;
  text-decoration: none !important;
}

.tl-night-quick-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tl-night-quick-card span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.tl-night-quick-card:hover span {
  color: var(--tl-night-green);
}

.tl-night-tips {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 48px 80px;
}

.tl-night-tips__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.tl-night-tips__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-night-tips__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  gap: 40px;
  align-items: center;
}

.tl-night-tip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.tl-night-tip__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  color: var(--tl-night-green);
}

.tl-night-tip__icon svg {
  width: 36px;
  height: 36px;
}

.tl-night-tip h3 {
  margin: 0 0 6px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
}

.tl-night-tip p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.tl-night-paper {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 36px 28px;
  background: #f0e7d6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  clip-path: polygon(2% 3%, 97% 0, 100% 96%, 94% 100%, 3% 98%, 0 8%);
  transform: rotate(2deg);
}

.tl-night-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 72px 48px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(10, 12, 18, 0.4), rgba(10, 12, 18, 0.55)),
    var(--tl-night-image) center / cover no-repeat;
}

.tl-night-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.tl-night-cta h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-night-cta__inner > p:not(.tl-night-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .tl-night-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-night-quick__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-night-filters__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tl-night-filter:nth-child(4n) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .tl-night-hero {
    padding: var(--tl-cover-pad-top) 24px var(--tl-cover-pad-bottom);
  }

  .tl-night-hero__inner,
  .tl-night-story,
  .tl-night-tips__grid {
    grid-template-columns: 1fr;
  }

  .tl-night-hero__aside {
    align-items: flex-start;
    text-align: left;
  }

  .tl-night-story,
  .tl-night-dest,
  .tl-night-feature,
  .tl-night-quick,
  .tl-night-tips,
  .tl-night-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tl-night-collage {
    min-height: 400px;
  }

  .tl-night-feature {
    place-items: end center;
  }

  .tl-night-feature__panel {
    margin-left: 0;
    width: 100%;
  }

  .tl-night-script--feature {
    position: static;
    margin-bottom: 20px;
  }

  .tl-night-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tl-night-hero {
    min-height: var(--tl-cover-min-height);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-night-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .tl-night-filter {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tl-night-story,
  .tl-night-dest,
  .tl-night-feature,
  .tl-night-quick,
  .tl-night-tips,
  .tl-night-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-night-story {
    padding-top: 64px;
  }

  .tl-night-dest__head,
  .tl-night-tips__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-night-card-row,
  .tl-night-quick__row,
  .tl-night-tip-row {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tl-night-script--cta {
    position: static;
    margin-top: 28px;
  }

  .tl-night-collage {
    min-height: 340px;
  }
}
/* ââ Nature Parks mockup (tl-np-*) ââ */
.tl-main--np {
  padding: 0;
}

.tl-np {
  display: flex;
  flex-direction: column;
  --tl-np-green: #5c7f52;
  --tl-np-green-dark: #4a6842;
}

.tl-np-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tl-np-kicker--dark {
  color: #6b7280;
}

.tl-np-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--tl-np-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-np-btn:hover {
  background: var(--tl-np-green-dark);
  box-shadow: 0 10px 24px rgba(92, 127, 82, 0.35);
  transform: translateY(-1px);
}

.tl-np-btn--light {
  background: #fff;
  color: #1a1a1a !important;
}

.tl-np-btn--light:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.tl-np-script {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: Caveat, "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tl-np-script--quote {
  position: absolute;
  top: 24px;
  right: 48px;
  max-width: 280px;
  color: #5c7f52;
  text-shadow: none;
  font-size: clamp(22px, 2.4vw, 30px);
  text-align: right;
}

.tl-np-script--regions {
  margin-top: 18px;
  color: #5c7f52;
  text-shadow: none;
  text-align: center;
}

.tl-np-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-np-text-link:hover {
  color: var(--tl-np-green);
}

.tl-np-text-link--light {
  color: #fff;
}

.tl-np-text-link--light:hover {
  color: rgba(255, 255, 255, 0.85);
}

.tl-np-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--tl-cover-min-height);
  padding: var(--tl-cover-pad-top) 48px var(--tl-cover-pad-bottom);
  color: #fff;
  background-color: #0d2e4d;
  background-image: var(--tl-np-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tl-np-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to top,
    rgba(13, 46, 77, 0.84) 0%,
    rgba(13, 46, 77, 0.46) 52%,
    rgba(13, 46, 77, 0.22) 100%
  );
}

.tl-np-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 32px;
  align-items: end;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tl-np-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 6.5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.tl-np-lead {
  max-width: 480px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.tl-np-hero__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  text-align: right;
}

.tl-np-hero__loc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.tl-np-filters {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.tl-np-filters__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

.tl-np-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  color: #3a3f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease;
}

.tl-np-filter:last-child {
  border-right: 0;
}

.tl-np-filter:hover,
.tl-np-filter:focus-visible {
  color: var(--tl-np-green);
}

.tl-np-filter__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #4b5563;
}

.tl-np-filter:hover .tl-np-filter__icon {
  color: var(--tl-np-green);
}

.tl-np-filter__icon svg {
  width: 34px;
  height: 34px;
}

.tl-np-feat {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.tl-np-feat__panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 210px;
  padding: 32px 80px;
  background-color: #0d2e4d;
  background-image: var(--tl-np-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tl-np-feat__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 46, 77, 0.78) 0%,
    rgba(13, 46, 77, 0.35) 55%,
    rgba(13, 46, 77, 0.15) 100%
  );
}

.tl-np-feat__copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.tl-np-feat__copy h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-feat__copy > p {
  margin: 0;
  max-width: 36em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
}

.tl-np-heritage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 48px 72px;
}

.tl-np-heritage__copy h2 {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-heritage__copy p {
  margin: 0;
  max-width: 420px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-np-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-np-stats__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  color: var(--tl-np-green);
}

.tl-np-stats__icon svg {
  width: 32px;
  height: 32px;
}

.tl-np-stats strong {
  display: block;
  margin-bottom: 4px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
}

.tl-np-stats span:last-child {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
}

.tl-np-regions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.85fr) minmax(0, 0.85fr);
  gap: 36px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 72px;
}

.tl-np-regions__copy h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-regions__copy p {
  margin: 0;
  max-width: 360px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.tl-np-regions__map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
}

.tl-np-regions__map > img {
  width: min(220px, 70%);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.12));
}

.tl-np-pins {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.tl-np-pins__item {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(92, 127, 82, 0.12);
  border: 1px solid rgba(92, 127, 82, 0.35);
  color: #355239;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.tl-np-pins__item--n { top: 8%; left: 14%; }
.tl-np-pins__item--ne { top: 28%; right: 0; }
.tl-np-pins__item--c { top: 46%; left: 0; }
.tl-np-pins__item--e { top: 58%; right: 2%; }
.tl-np-pins__item--s { bottom: 10%; left: 18%; }

.tl-np-regions__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-np-polaroid {
  width: min(100%, 240px);
  margin: 0;
  padding: 12px 12px 40px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  transform: rotate(3deg);
}

.tl-np-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.tl-np-parks {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 48px;
  scroll-margin-top: 92px;
}

.tl-np-parks__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.tl-np-parks__search {
  max-width: 560px;
  margin: 0 0 28px;
}

.tl-np-parks__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tl-np-parks__search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.tl-np-parks__search-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: rgba(26, 26, 26, 0.45);
}

.tl-np-parks__search-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.tl-np-parks__search-input::placeholder {
  color: rgba(26, 26, 26, 0.38);
}

.tl-np-parks__search-input:focus {
  outline: none;
}

.tl-np-parks__search-field:focus-within {
  border-color: rgba(26, 26, 26, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.tl-np-parks__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.tl-np-parks__search-clear {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(26, 26, 26, 0.45);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.tl-np-parks__search-clear:hover {
  color: #1a1a1a;
}

.tl-np-parks__empty {
  margin: 0 0 24px;
  color: rgba(26, 26, 26, 0.55);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.tl-np-parks__empty[hidden] {
  display: none;
}

.tl-np-card.is-park-hidden {
  display: none;
}

.tl-np-parks__head h2 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-parks__head .tl-np-text-link {
  margin-top: 0;
  flex-shrink: 0;
}

.tl-np-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}

.tl-np-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tl-np-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.tl-np-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.tl-np-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl-np-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  padding: 16px 16px 18px;
}

.tl-np-card__body h3 {
  margin: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-np-card__loc {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tl-np-card__body > p:not(.tl-np-card__loc) {
  margin: 4px 0 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  flex: 1;
}

.tl-np-card__body > a,
.tl-np-card__arrow {
  align-self: flex-start;
  margin-top: 12px;
  color: var(--tl-np-green);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-np-card:hover .tl-np-card__arrow,
.tl-np-card__body > a:hover {
  color: var(--tl-np-green-dark);
}

.tl-np-spotlight {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 24px 48px 88px;
  scroll-margin-top: 88px;
}

.tl-np-spotlight__media {
  margin: 0 0 28px;
  overflow: hidden;
}

.tl-np-spotlight__media img {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.tl-np-spotlight__body {
  max-width: 720px;
}

.tl-np-spotlight--finale {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 40px 56px;
  align-items: stretch;
  margin-top: 8px;
  padding-top: 40px;
  padding-bottom: 96px;
}

.tl-np-spotlight--finale .tl-np-spotlight__media {
  position: relative;
  margin: 0;
  min-height: 560px;
  background: #1a1a1a;
}

.tl-np-spotlight--finale .tl-np-spotlight__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(to top, rgba(20, 24, 18, 0.55), transparent);
  pointer-events: none;
  z-index: 1;
}

.tl-np-spotlight--finale .tl-np-spotlight__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 62% 38%;
}

.tl-np-spotlight__script {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 36px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.tl-np-spotlight--finale .tl-np-spotlight__body {
  max-width: none;
}

.tl-np-spotlight--finale .tl-np-spotlight__body h2 {
  max-width: 14ch;
}

.tl-np-spotlight--finale .tl-np-spotlight__body > p:not(.tl-np-kicker):not(.tl-np-spotlight__loc) {
  font-size: 15px;
}

.tl-np-spotlight__parks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
}

.tl-np-spotlight__parks a {
  display: grid;
  gap: 3px;
  padding: 14px 0 14px 16px;
  border-left: 2px solid rgba(92, 127, 82, 0.35);
  color: inherit;
  text-decoration: none !important;
  transition: border-color 0.2s ease, padding-left 0.2s ease;
}

.tl-np-spotlight__parks a:hover {
  border-left-color: var(--tl-np-green);
  padding-left: 20px;
}

.tl-np-spotlight__parks-name {
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-np-spotlight__parks-loc {
  color: #6b7280;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tl-np-spotlight__parks-note {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.tl-np-spotlight--finale .tl-np-btn {
  margin-top: 18px;
}

.tl-np-spotlight__body h2 {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-spotlight__loc {
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tl-np-spotlight__body > p:not(.tl-np-kicker):not(.tl-np-spotlight__loc) {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-np-spotlight__list {
  margin: 0 0 8px;
  padding-left: 1.2em;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

/* Park detail (Khao Yai) */
.tl-np-detail {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 48px 88px;
}

.tl-np-detail h2 {
  margin: 36px 0 12px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
}

.tl-np-detail p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-np-detail ul {
  margin: 0 0 24px;
  padding-left: 1.2em;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .tl-np-regions {
    grid-template-columns: 1fr 1fr;
  }

  .tl-np-regions__aside {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .tl-np-hero,
  .tl-np-feat__panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tl-np-hero__inner,
  .tl-np-heritage,
  .tl-np-regions {
    grid-template-columns: 1fr;
  }

  .tl-np-hero__aside {
    align-items: flex-start;
    text-align: left;
  }

  .tl-np-filters__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tl-np-filter:nth-child(3n) {
    border-right: 0;
  }

  .tl-np-heritage,
  .tl-np-regions,
  .tl-np-parks,
  .tl-np-spotlight,
  .tl-np-detail {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tl-np-script--quote {
    position: static;
    margin-top: 24px;
    text-align: left;
  }

  .tl-np-spotlight--finale {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .tl-np-spotlight--finale .tl-np-spotlight__media {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .tl-np-spotlight--finale .tl-np-spotlight__media img {
    object-position: 62% 38%;
  }

  .tl-np-spotlight--finale .tl-np-spotlight__body h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .tl-np-hero {
    min-height: var(--tl-cover-min-height);
    padding: var(--tl-cover-pad-top) 20px var(--tl-cover-pad-bottom);
  }

  .tl-np-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 10px;
  }

  .tl-np-filter {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tl-np-feat__panel {
    padding: 28px 20px 32px;
  }

  .tl-np-parks__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tl-np-parks__search {
    max-width: none;
  }

  .tl-np-card-row {
    grid-template-columns: 1fr;
  }

  .tl-np-spotlight__media img {
    aspect-ratio: 16 / 10;
  }

  .tl-np-spotlight--finale .tl-np-spotlight__media {
    aspect-ratio: 4 / 5;
  }

  .tl-np-spotlight__script {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

/* Park spotlight page (dedicated park detail) */
.tl-page--park {
  background: #f7f7f5;
}

.tl-main--park {
  padding: 0;
  background: #f7f7f5;
}

.tl-np-park {
  --tl-np-green: #5c7f52;
  --tl-np-green-dark: #4a6842;
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 40px 96px;
}

.tl-np-park__back {
  display: inline-flex;
  margin: 0 0 28px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-np-park__back:hover {
  color: var(--tl-np-green);
}

.tl-np-park__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.tl-np-park__crumbs li {
  display: flex;
  align-items: center;
}

.tl-np-park__crumbs li:not(:last-child)::after {
  content: "â";
  margin: 0 8px;
  color: #9ca3af;
  font-weight: 500;
}

.tl-np-park__crumbs a {
  color: #1a1a1a;
  text-decoration: none !important;
}

.tl-np-park__crumbs a:hover {
  color: var(--tl-np-green);
}

.tl-np-park__crumbs [aria-current="page"] {
  color: #6b7280;
  font-weight: 600;
}

.tl-np-park .tl-np-spotlight__media {
  margin: 0 0 32px;
}

.tl-np-park .tl-np-spotlight__media img {
  aspect-ratio: 2 / 1;
}

.tl-np-park-slider {
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
}

.tl-np-park-slider__viewport {
  position: relative;
  aspect-ratio: 2 / 1;
  background: #e8e8e4;
}

.tl-np-park-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.tl-np-park-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.tl-np-park-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tl-np-park-slider__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.tl-np-park-slider__btn svg {
  width: 18px;
  height: 18px;
}

.tl-np-park-slider__btn--prev { left: 12px; }
.tl-np-park-slider__btn--next { right: 12px; }

.tl-np-park-slider__btn:hover {
  background: rgba(0, 0, 0, 0.45);
}

.tl-np-park-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.tl-np-park-slider__dot {
  width: 18px;
  height: 3px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.tl-np-park-slider__dot.is-active {
  background: #fff;
}

.tl-np-park__header {
  max-width: 720px;
  margin: 0 0 36px;
}

.tl-np-park__header .tl-np-park__loc {
  margin-top: 8px;
}

.tl-np-park__header h1 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-park__loc {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tl-np-park__subtitle {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
}

.tl-np-park__dek {
  margin: 14px 0 0;
  max-width: 38em;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.tl-np-park__rule {
  width: 72px;
  height: 1px;
  margin: 28px 0 0;
  border: 0;
  background: rgba(92, 127, 82, 0.35);
}

.tl-np-park__cta-wrap--inline {
  margin-top: 22px;
}

.tl-np-park__place {
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tl-np-park__place:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tl-np-park__place h3 {
  margin: 0 0 4px;
}

.tl-np-park__place-kicker {
  margin: 0 0 12px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tl-np-park__aside-note {
  margin: 22px 0 0;
  padding: 18px 20px 20px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 3px solid var(--tl-np-green);
}

.tl-np-park__aside-note p {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.tl-np-park__aside-note p:last-child {
  margin-bottom: 0;
}

.tl-np-park__content {
  max-width: 920px;
}

.tl-np-park__section,
.tl-np-park__take,
.tl-np-park__cta-wrap {
  max-width: 720px;
}

.tl-np-park__map {
  max-width: 920px;
}

.tl-np-park__section {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tl-np-park__section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.tl-np-park__section h2 {
  margin: 0 0 16px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-np-park__section h3 {
  margin: 28px 0 12px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.tl-np-park__section p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.tl-np-park__section p:last-child {
  margin-bottom: 0;
}

.tl-np-park__lead {
  color: #1a1a1a !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px !important;
  font-weight: 500;
  font-style: italic;
  line-height: 1.35 !important;
}

.tl-np-park__pull {
  margin-top: 22px !important;
  color: #1a1a1a !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px !important;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3 !important;
}

.tl-np-park__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
}

.tl-np-park__features li {
  position: relative;
  padding-left: 16px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.tl-np-park__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tl-np-green);
}

.tl-np-park__breakout {
  width: 100%;
  max-width: 920px;
  margin: 8px 0 48px;
}

.tl-np-park__breakout img {
  display: block;
  width: 100%;
  height: auto;
  background: #e8e8e4;
}

.tl-np-park__breakout figcaption {
  margin: 12px 0 0;
  max-width: 40em;
  color: #6b7280;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
}

.tl-np-park__best {
  display: grid;
  gap: 18px;
  margin: 8px 0 0;
}

.tl-np-park__best > div {
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(92, 127, 82, 0.35);
}

.tl-np-park__best dt {
  margin: 0 0 4px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tl-np-park__best dt a {
  color: inherit;
  text-decoration: none !important;
}

.tl-np-park__best dt a:hover {
  color: var(--tl-np-green);
}

.tl-np-park__rating {
  margin-left: 6px;
  color: rgba(92, 127, 82, 0.55);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.tl-np-park__best dd {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.tl-np-park__hours {
  margin-bottom: 10px !important;
  color: #1a1a1a !important;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tl-np-park__note {
  color: #6b7280 !important;
  font-size: 14px !important;
  font-style: italic;
  line-height: 1.55 !important;
}

.tl-np-park__facts {
  display: grid;
  gap: 14px;
  margin: 4px 0 22px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.tl-np-park__facts > div {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 8px 16px;
  align-items: baseline;
}

.tl-np-park__facts dt {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tl-np-park__facts dd {
  margin: 0;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.45;
}

.tl-np-park__faq {
  display: grid;
  gap: 18px;
  margin: 8px 0 8px;
}

.tl-np-park__faq > div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tl-np-park__faq > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tl-np-park__faq dt {
  margin: 0 0 6px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.tl-np-park__faq dd {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.tl-np-park__take {
  margin: 8px 0 36px;
  padding: 28px 28px 30px;
  background: #fff;
  border-left: 3px solid var(--tl-np-green);
}

.tl-np-park__take h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.tl-np-park__take p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.tl-np-park__tagline {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  color: var(--tl-np-green) !important;
  font-family: Caveat, cursive;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.2 !important;
}

.tl-np-park__map {
  margin: 8px 0 36px;
}

.tl-np-park__map-head {
  margin: 0 0 16px;
}

.tl-np-park__map-head h2 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.15;
}

.tl-np-park__map-addr {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.tl-np-park__map-pin {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--tl-np-green);
}

.tl-np-park__map-frame {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #e8e8e4;
  aspect-ratio: 16 / 10;
}

.tl-np-park__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tl-np-park__map-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--tl-np-green);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.tl-np-park__map-link:hover {
  color: var(--tl-np-green-dark);
}

.tl-np-park__cta-wrap {
  margin: 0;
}

.tl-np-park .tl-np-spotlight__body {
  max-width: 640px;
}

.tl-np-park .tl-np-spotlight__body h1 {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
}

.tl-np-park .tl-np-spotlight__list {
  margin-bottom: 28px;
  list-style: none;
  padding-left: 0;
}

.tl-np-park .tl-np-spotlight__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.tl-np-park .tl-np-spotlight__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9ca3af;
}

@media (max-width: 767px) {
  .tl-np-park {
    padding: 32px 20px 72px;
  }

  .tl-np-park-slider__btn {
    width: 34px;
    height: 34px;
  }

  .tl-np-park-slider__btn--prev { left: 8px; }
  .tl-np-park-slider__btn--next { right: 8px; }

  .tl-np-park__features {
    grid-template-columns: 1fr;
  }

  .tl-np-park__facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tl-np-park__take {
    padding: 22px 18px 24px;
  }
}

/* Coastal park pages â Gulf / beach atmosphere */
.tl-page--park.tl-page--coast,
.tl-page--coast .tl-main--park {
  background: #f3f7f8;
}

.tl-page--coast .tl-np-park {
  --tl-np-green: #2c7a86;
  --tl-np-green-dark: #22656f;
}

.tl-page--coast .tl-np-btn:hover {
  box-shadow: 0 10px 24px rgba(44, 122, 134, 0.32);
}

.tl-page--coast .tl-np-park__subtitle {
  color: #2c7a86;
}

.tl-page--coast .tl-np-park__place-kicker {
  color: #3d6f78;
}

.tl-page--coast .tl-np-park__take,
.tl-page--coast .tl-np-park__aside-note {
  background: rgba(255, 255, 255, 0.86);
}

.tl-np-park__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
  margin: 8px 0 8px;
}

.tl-np-park__split h3 {
  margin: 16px 0 8px;
}

.tl-np-park__compare-wrap {
  overflow-x: auto;
  margin: 8px 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.72);
  -webkit-overflow-scrolling: touch;
}

.tl-np-park__compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.tl-np-park__compare th,
.tl-np-park__compare td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.tl-np-park__compare thead th {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--tl-np-green) 10%, #fff);
}

.tl-np-park__compare tbody th {
  width: 18%;
  color: #6b7280;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tl-np-park__compare tbody td:nth-child(2) {
  color: #1a1a1a;
  font-weight: 600;
}

.tl-np-park__compare a {
  color: inherit;
  text-decoration: none;
}

.tl-np-park__compare a:hover {
  color: var(--tl-np-green);
}

@media (max-width: 767px) {
  .tl-np-park__split {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Places: Top Destinations */
.tl-dest-head {
  max-width: 42em;
  margin: 0 auto 32px;
  text-align: center;
}

.tl-dest-head .tl-kicker {
  color: var(--tl-navy);
}

.tl-dest-head h2 {
  margin: 0 0 14px;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.tl-dest-head p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
}

.tl-dest-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 48px;
}

.tl-dest-jump a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.1);
  border-radius: 80px;
  color: var(--tl-navy) !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(13, 46, 77, 0.04);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tl-dest-jump a:hover {
  transform: translateY(-2px);
  background: var(--tl-navy);
  border-color: var(--tl-navy);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(13, 46, 77, 0.16);
}

.tl-dest-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.tl-dest {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px 48px;
  align-items: center;
  scroll-margin-top: 96px;
}

.tl-dest--flip {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.tl-dest--flip .tl-dest__media {
  order: 2;
}

.tl-dest--flip .tl-dest__copy {
  order: 1;
}

.tl-dest__media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #e8eef3;
  box-shadow: 0 18px 48px rgba(13, 46, 77, 0.12);
}

.tl-dest__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1.45, 0.36, 1);
}

.tl-dest:hover .tl-dest__media img {
  transform: scale(1.05);
}

.tl-dest__num {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 600;
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 28px rgba(13, 46, 77, 0.35);
  pointer-events: none;
}

.tl-dest__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding: 8px 4px;
}

.tl-dest__label {
  margin: 0;
  color: var(--tl-navy);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tl-dest__copy h3 {
  margin: 0;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.tl-dest__why {
  margin: 0;
  max-width: 34em;
  color: var(--tl-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-dest__why span {
  display: inline-block;
  margin-right: 8px;
  color: var(--tl-navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: middle;
}

.tl-dest__highlights {
  width: 100%;
  margin-top: 6px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(13, 46, 77, 0.04) 0%, rgba(206, 226, 83, 0.12) 100%);
  border: 1px solid rgba(13, 46, 77, 0.06);
  border-radius: 16px;
}

.tl-dest__highlights-label {
  margin: 0 0 12px;
  color: var(--tl-navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tl-dest__highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-dest__highlights li {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  border-radius: 80px;
  color: var(--tl-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0 4px 12px rgba(13, 46, 77, 0.05);
}

.tl-dest__link {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: var(--tl-navy) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s ease, gap 0.2s ease;
  gap: 4px;
}

.tl-dest__link:hover {
  color: #10508e !important;
  gap: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .tl-dest__media img,
  .tl-dest-jump a,
  .tl-dest:hover .tl-dest__media img {
    transition: none;
  }

  .tl-dest:hover .tl-dest__media img {
    transform: none;
  }

  .tl-dest-jump a:hover {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .tl-dest,
  .tl-dest--flip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tl-dest--flip .tl-dest__media,
  .tl-dest--flip .tl-dest__copy {
    order: unset;
  }

  .tl-dest__media img {
    aspect-ratio: 16 / 11;
  }

  .tl-dest-list {
    gap: 44px;
  }
}

@media (max-width: 767px) {
  .tl-dest-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .tl-dest-jump {
    justify-content: flex-start;
    margin-bottom: 36px;
    gap: 8px;
  }

  .tl-dest-jump a {
    padding: 9px 14px;
    font-size: 12px;
  }

  .tl-dest-list {
    gap: 40px;
  }

  .tl-dest__copy {
    gap: 12px;
    padding: 0;
  }

  .tl-dest__copy h3 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .tl-dest__highlights {
    padding: 16px;
  }

  .tl-dest__num {
    left: 14px;
    bottom: 10px;
    font-size: 64px;
  }
}

.tl-dest__more {
  margin: 0;
  max-width: 34em;
  color: var(--tl-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-dest__tip {
  margin: 4px 0 0;
  max-width: 34em;
  color: var(--tl-ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.tl-dest__tip strong {
  font-weight: 600;
  color: var(--tl-navy);
}

.tl-dest-choose {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tl-dest-choose__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(13, 46, 77, 0.04);
}

.tl-dest-choose__card h3 {
  margin: 0;
  color: var(--tl-navy);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.tl-dest-choose__card p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.tl-dest-choose__card a {
  color: var(--tl-navy);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tl-dest-choose__card a:hover {
  color: #10508e;
}

.tl-dest-know__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

.tl-dest-know__grid article {
  padding: 24px 22px;
  background: linear-gradient(160deg, #fff 0%, rgba(13, 46, 77, 0.03) 100%);
  border: 1px solid rgba(13, 46, 77, 0.07);
  border-radius: 16px;
}

.tl-dest-know__grid h3 {
  margin: 0 0 10px;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.tl-dest-know__grid p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .tl-dest-choose {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tl-dest-choose,
  .tl-dest-know__grid {
    grid-template-columns: 1fr;
  }
}

.tl-dest--guide {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tl-dest__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px 48px;
  align-items: center;
}

.tl-dest__intro--flip {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.tl-dest__intro--flip .tl-dest__media {
  order: 2;
}

.tl-dest__intro--flip .tl-dest__copy {
  order: 1;
}

.tl-dest--guide .tl-dest__media img {
  aspect-ratio: 4 / 5;
}

.tl-dest__guide {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tl-dest__guide-title {
  margin: 0;
  color: var(--tl-navy);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.tl-dest-spot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(13, 46, 77, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(13, 46, 77, 0.04);
}

.tl-dest-spot h5 {
  margin: 0;
  color: var(--tl-ink);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.tl-dest-spot > p {
  margin: 0;
  color: var(--tl-muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.tl-dest-spot__note {
  margin: 2px 0 0 !important;
  color: var(--tl-navy) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.tl-dest-spot ul {
  margin: 0;
  padding: 0 0 0 1.15em;
  color: var(--tl-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.tl-dest-spot li + li {
  margin-top: 6px;
}

.tl-dest-spot li strong {
  color: var(--tl-ink);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .tl-dest__intro,
  .tl-dest__intro--flip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tl-dest__intro--flip .tl-dest__media,
  .tl-dest__intro--flip .tl-dest__copy {
    order: unset;
  }

  .tl-dest--guide .tl-dest__media img {
    aspect-ratio: 16 / 11;
  }

  .tl-dest__guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tl-dest-spot {
    padding: 18px 16px;
  }

  .tl-dest-spot h5 {
    font-size: 22px;
  }
}

.tl-dest-spot__more {
  margin: 10px 0 0;
}

.tl-dest-spot__guide-link {
  color: var(--tl-navy) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tl-dest-spot__guide-link:hover {
  color: #10508e !important;
}
