:root {
  --lt-radius-sm: 12px;
  --lt-radius-md: 18px;
  --lt-radius-lg: 26px;
  --lt-radius-xl: 34px;
  --lt-container: min(100% - 2rem, 1180px);
  --lt-shadow-sm: 0 10px 24px rgba(9, 33, 49, 0.08);
  --lt-shadow-md: 0 20px 46px rgba(9, 33, 49, 0.14);
  --lt-shadow-lg: 0 30px 64px rgba(9, 33, 49, 0.2);
  --lt-transition: 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f8f5ed;
  color: var(--wp--preset--color--charcoal-deep);
  font-family: Arial, Helvetica, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
  background:
    radial-gradient(900px 520px at 8% 14%, rgba(223, 247, 237, 0.46), transparent 58%),
    linear-gradient(180deg, #f8f5ed 0%, #fffdf7 48%, #f8f5ed 100%);
}

.lt-home-main {
  overflow: clip;
}

.lt-home-main > .wp-block-group,
.lt-section,
.lt-category-dock-wrap,
.lt-footer-newsletter > .wp-block-group {
  max-width: var(--lt-container);
}

a,
button,
input,
textarea,
select,
.wp-element-button {
  transition: color var(--lt-transition), background-color var(--lt-transition), border-color var(--lt-transition), box-shadow var(--lt-transition), transform var(--lt-transition), opacity var(--lt-transition), filter var(--lt-transition);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wp-element-button:focus-visible {
  outline: 3px solid #f3ca5f;
  outline-offset: 3px;
}

/* Header overlay */
.lt-header {
  z-index: 60;
  width: 100%;
}

.home .lt-header-overlay,
.blog .lt-header-overlay {
  position: absolute !important;
  inset: 0 0 auto 0;
  height: 92px;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(2, 13, 20, 0.58) 0%, rgba(2, 13, 20, 0.2) 56%, rgba(2, 13, 20, 0) 100%);
}

.home .lt-header-overlay.is-scrolled,
.blog .lt-header-overlay.is-scrolled {
  position: fixed !important;
  height: 76px;
  background: rgba(8, 28, 38, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.lt-header-inner {
  width: var(--lt-container);
  min-height: 92px;
  margin-inline: auto;
  gap: 1.1rem;
}

.lt-header-overlay.is-scrolled .lt-header-inner {
  min-height: 76px;
}

.lt-logo-wrap {
  flex: 0 0 auto;
  width: clamp(168px, 17vw, 230px);
}

.lt-logo-link,
.lt-logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.lt-primary-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.lt-primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.65vw, 1.55rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.lt-primary-menu a,
.lt-header .wp-block-navigation-item__content {
  min-height: 44px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.84rem);
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

.lt-primary-menu .current-menu-item > a,
.lt-primary-menu a:hover,
.lt-primary-menu a:focus-visible,
.lt-header .wp-block-navigation-item__content:hover,
.lt-header .wp-block-navigation-item__content:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-decoration: none;
}

.lt-header-tools {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.lt-tool-btn,
.lt-header-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.lt-tool-btn svg {
  width: 17px;
  height: 17px;
}

.lt-header-social {
  display: inline-flex;
  gap: 0.35rem;
}

.lt-header-social a {
  width: 34px;
  height: 34px;
  font-size: 0.7rem;
  font-weight: 800;
}

.lt-tool-btn:hover,
.lt-tool-btn:focus-visible,
.lt-header-social a:hover,
.lt-header-social a:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  text-decoration: none;
}

/* Hero */
.lt-hero {
  isolation: isolate;
  align-items: center;
  min-height: clamp(620px, 82vh, 720px) !important;
}

.lt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(900px 440px at 74% 78%, rgba(44, 139, 118, 0.3), transparent 62%),
    linear-gradient(90deg, rgba(3, 16, 25, 0.75) 0%, rgba(6, 30, 40, 0.55) 36%, rgba(4, 22, 32, 0.35) 64%, rgba(3, 16, 25, 0.58) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.05) 44%, rgba(0, 0, 0, 0.42) 100%);
}

.lt-hero .wp-block-cover__image-background {
  object-position: center center;
  filter: saturate(1.06) contrast(1.02);
}

.lt-hero .wp-block-cover__inner-container {
  width: var(--lt-container);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.lt-hero-inner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(620px, 82vh, 720px);
  padding-top: 6rem;
  padding-bottom: 5.75rem;
}

.lt-hero-copy {
  max-width: min(620px, 72vw);
}

.lt-hero-kicker {
  letter-spacing: 0.22em;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.96;
  margin-bottom: 0;
}

.lt-hero-title {
  margin: 0.05rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.75rem, 8vw, 7rem);
  font-weight: 700;
  font-style: italic;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-shadow: 0 12px 32px rgba(2, 8, 14, 0.42);
}

.lt-hero-subtitle {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.88) !important;
  text-wrap: pretty;
  line-height: 1.75;
}

.lt-cta-primary .wp-element-button {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.82rem 1.55rem;
  box-shadow: 0 12px 28px rgba(82, 186, 145, 0.32);
}

.lt-cta-primary .wp-element-button:hover,
.lt-cta-primary .wp-element-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  text-decoration: none;
}

.lt-hero-controls {
  position: absolute;
  left: 0;
  bottom: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.lt-dot {
  width: 30px;
  height: 7px;
  border: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.lt-dot.is-active,
.lt-dot:hover {
  width: 44px;
  background: #dff7ed;
}

.lt-social-rail {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  gap: 0.48rem;
  align-items: center;
}

.lt-social-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.35rem;
}

.lt-social-rail a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(4px);
}

.lt-social-rail a:hover,
.lt-social-rail a:focus-visible {
  transform: translateX(-2px);
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

/* Category dock */
.lt-category-dock-wrap {
  margin-top: -3.65rem;
  position: relative;
  z-index: 4;
}

.lt-category-dock-shell {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--lt-radius-xl);
  box-shadow: 0 24px 55px rgba(8, 38, 48, 0.18);
  padding: 0.78rem;
}

.lt-category-dock {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lt-category-item {
  min-height: 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(10, 45, 52, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: #17343e;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.72rem;
}

.lt-category-item small {
  display: block;
  color: #6d7b80;
  font-size: 0.7rem;
  font-weight: 700;
}

.lt-cat-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6faf90;
}

.lt-cat-icon svg {
  width: 23px;
  height: 23px;
}

.lt-category-item:hover,
.lt-category-item:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--lt-shadow-sm);
  text-decoration: none;
}

/* Layout body */
.lt-home-grid-wrap {
  margin-inline: auto;
}

.lt-home-grid {
  align-items: start;
  gap: clamp(1rem, 2vw, 1.55rem);
}

.lt-home-grid > .wp-block-column {
  min-width: 0;
}

.lt-section {
  scroll-margin-top: 100px;
}

.lt-section-head {
  margin-bottom: 0.45rem;
}

.lt-section-head h2,
.lt-section-head h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
}

.lt-section-head > p:not(.lt-kicker) {
  max-width: 62ch;
  color: #5b6c71;
  margin-top: 0;
}

.lt-section-head-row {
  gap: 1rem;
}

.lt-kicker {
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.lt-section-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: #123946;
  box-shadow: var(--lt-shadow-sm);
  padding: 0.65rem 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.lt-section-cta:hover,
.lt-section-cta:focus-visible {
  background: #dff7ed;
  text-decoration: none;
  transform: translateY(-2px);
}

.lt-card,
.lt-post-card,
.lt-search-item,
.lt-place-card,
.lt-journey-card {
  background: #fff;
  border: 1px solid rgba(14, 56, 68, 0.06);
  border-radius: var(--lt-radius-md);
  box-shadow: var(--lt-shadow-sm);
  padding: 1rem;
}

.lt-post-card,
.lt-journey-card,
.lt-place-card {
  overflow: hidden;
}

.lt-post-card .lt-post-thumb {
  margin: -1rem -1rem 0.85rem;
  overflow: hidden;
}

.lt-post-card .lt-post-thumb img,
.lt-journey-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lt-post-card-featured .lt-post-thumb img {
  aspect-ratio: 16 / 11;
}

.lt-post-card-compact {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem;
}

.lt-post-card-compact .lt-post-thumb {
  margin: 0;
  border-radius: 14px;
}

.lt-post-card-compact .lt-post-thumb img {
  aspect-ratio: 1 / 0.82;
}

.lt-post-card-compact h3 {
  font-size: clamp(0.96rem, 0.9rem + 0.2vw, 1.08rem);
  margin-bottom: 0;
}

.lt-post-meta {
  margin: 0 0 0.35rem;
  font-size: 0.73rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #65787e;
  font-weight: 800;
}

.lt-posts-grid {
  margin-top: 0.4rem;
  gap: 1rem;
}

.lt-post-list-column {
  display: grid;
  gap: 0.8rem;
}

.lt-post-card h3,
.lt-journey-card h3,
.lt-place-card h3 {
  margin: 0 0 0.45rem;
  line-height: 1.25;
}

.lt-post-card a,
.lt-journey-card a {
  color: inherit;
}

.lt-post-card:hover,
.lt-search-item:hover,
.lt-place-card:hover,
.lt-journey-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lt-shadow-md);
}

/* Featured video */
.lt-featured-video {
  position: sticky;
  top: 94px;
}

.lt-featured-video .lt-section-head {
  margin-bottom: 0.2rem;
}

.lt-video-main {
  border-radius: var(--lt-radius-lg);
  overflow: hidden;
  min-height: 318px;
  box-shadow: var(--lt-shadow-md);
}

.lt-video-play {
  min-height: 318px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  padding: 1.15rem;
  text-decoration: none;
  background-position: center;
  background-size: cover;
}

.lt-video-label {
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 800;
  max-width: 25ch;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.lt-video-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1.8px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.12);
}

.lt-video-play:hover,
.lt-video-play:focus-visible {
  text-decoration: none;
}

.lt-video-play:hover .lt-video-icon,
.lt-video-play:focus-visible .lt-video-icon {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.2);
}

.lt-video-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.lt-video-list li a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 0.72rem 0.85rem;
  box-shadow: var(--lt-shadow-sm);
  color: #1f2e36;
  font-weight: 700;
}

.lt-video-list li a:hover,
.lt-video-list li a:focus-visible {
  background: #eef8f3;
  text-decoration: none;
}

/* Map */
.lt-map-grid {
  gap: 1rem;
  align-items: stretch;
}

.lt-map-panel {
  border-radius: var(--lt-radius-lg);
  background:
    radial-gradient(260px 180px at 28% 28%, rgba(255, 255, 255, 0.72), transparent 70%),
    linear-gradient(150deg, #e2f3eb 0%, #d2eaf3 100%);
  min-height: 440px;
  display: grid;
  place-items: center;
  padding: 1.15rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.64), var(--lt-shadow-sm);
}

.lt-map-panel img {
  width: min(100%, 380px);
  height: auto;
  filter: hue-rotate(-8deg) saturate(1.08);
}

.lt-map-visual {
  position: relative;
  width: min(100%, 430px);
}

.lt-map-visual img {
  width: 100%;
  height: auto;
}

.lt-map-hotspots {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lt-map-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
}

.lt-map-hotspot-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: #0f3852;
  box-shadow: 0 0 0 3px rgba(15, 56, 82, 0.22), 0 8px 16px rgba(6, 30, 40, 0.24);
  cursor: pointer;
  text-decoration: none;
}

.lt-map-hotspot-btn::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(15, 56, 82, 0.22);
  opacity: 0.72;
}

.lt-map-hotspot-btn:hover,
.lt-map-hotspot-btn:focus-visible,
.lt-map-hotspot-btn[aria-pressed="true"] {
  background: #124f3c;
  box-shadow: 0 0 0 4px rgba(18, 79, 60, 0.3), 0 8px 16px rgba(6, 30, 40, 0.24);
}

.lt-map-cards {
  display: grid;
  gap: 0.75rem;
}

.lt-place-card {
  border: 1px solid rgba(15, 56, 82, 0.1);
}

.lt-place-card[hidden] {
  display: none;
}

.lt-place-card.is-active {
  border-color: rgba(18, 79, 60, 0.35);
  box-shadow: var(--lt-shadow-md);
}

.lt-place-link {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lt-place-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.lt-place-list a {
  display: inline-flex;
  min-height: 44px;
  width: 100%;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: #fff;
  color: #1f2e36;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(10, 45, 52, 0.06);
}

.lt-place-list a:hover,
.lt-place-list a:focus-visible,
.lt-place-list a.is-active {
  background: #e9f5ef;
  text-decoration: none;
}

.lt-place-card + .lt-place-card {
  margin-top: 0.75rem;
}

/* Journey */
.lt-journey-grid {
  gap: 1rem;
}

.lt-journey-thumb {
  margin: -1rem -1rem 0.9rem;
  overflow: hidden;
  border-radius: 16px 16px 12px 12px;
}

.lt-journey-thumb img {
  aspect-ratio: 16 / 9;
}

/* Footer newsletter */
.lt-footer-newsletter {
  margin-top: 4rem;
  max-width: none !important;
  color: #fff;
  background:
    radial-gradient(600px 320px at 80% 10%, rgba(223, 247, 237, 0.16), transparent 62%),
    linear-gradient(130deg, #0f3852 0%, #124f3c 100%);
}

.lt-footer-newsletter .wp-block-group.alignwide {
  width: var(--lt-container);
}

.lt-footer-newsletter .wp-block-heading,
.lt-footer-newsletter p,
.lt-footer-newsletter a,
.lt-footer-newsletter label {
  color: #fff;
}

.lt-newsletter-form {
  max-width: 720px;
}

.lt-newsletter-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

.lt-newsletter-row {
  display: flex;
  align-items: stretch;
  gap: 0.7rem;
  padding: 0.34rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.lt-newsletter-row input {
  flex: 1;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.74rem 1rem;
}

.lt-newsletter-row input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.lt-newsletter-row button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0.74rem 1.3rem;
  background: #dff7ed;
  color: #14313b;
  font-weight: 800;
  cursor: pointer;
}

.lt-newsletter-row button:hover,
.lt-newsletter-row button:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.lt-footer-widget-area {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.lt-footer-bottom {
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1.2rem;
}

/* Video modal */
.lt-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.lt-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.lt-video-modal__panel {
  position: relative;
  width: min(100%, 960px);
  z-index: 1;
}

.lt-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1b2b34;
  font-size: 1rem;
  cursor: pointer;
}

.lt-video-modal__frame-wrap {
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--lt-shadow-lg);
  aspect-ratio: 16 / 9;
}

.lt-video-modal__frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Widgets and states */
.lt-widget {
  margin: 0;
}

/* 404 */
.lt-404 {
  min-height: 56vh;
  display: grid;
  align-content: center;
  gap: 1rem;
}

/* Reveal animation */
.js-enabled .lt-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.js-enabled .lt-reveal.is-revealed {
  opacity: 1;
  transform: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

/* Breakpoints */
@media (max-width: 1120px) {
  .lt-primary-menu {
    gap: 0.8rem;
  }

  .lt-header-social {
    display: none;
  }

  .lt-home-grid .wp-block-column:first-child {
    flex-basis: 62% !important;
  }

  .lt-home-grid .wp-block-column:last-child {
    flex-basis: 38% !important;
  }

  .lt-category-dock {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home .lt-header-overlay,
  .blog .lt-header-overlay {
    height: auto;
    min-height: 86px;
    background: rgba(8, 24, 36, 0.72);
  }

  .lt-header-inner {
    min-height: 86px;
    align-items: flex-start;
    flex-wrap: wrap !important;
    row-gap: 0.2rem;
    padding-block: 0.7rem;
  }

  .lt-logo-wrap {
    width: 174px;
  }

  .lt-primary-nav {
    width: 100%;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .lt-primary-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: max-content;
    padding-bottom: 0.18rem;
  }

  .lt-primary-menu a {
    min-height: 34px;
  }

  .lt-hero,
  .lt-hero-inner {
    min-height: 640px !important;
  }

  .lt-hero-copy {
    max-width: 86vw;
  }

  .lt-social-rail {
    position: static;
    transform: none;
    margin-top: 1.2rem;
    flex-direction: row;
  }

  .lt-social-label {
    writing-mode: initial;
    transform: none;
    margin: 0 0.25rem 0 0;
  }

  .lt-category-dock-wrap {
    margin-top: -2.4rem;
  }

  .lt-home-grid,
  .lt-map-grid,
  .lt-posts-grid,
  .lt-journey-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lt-home-grid .wp-block-column,
  .lt-posts-grid .wp-block-column {
    flex-basis: auto !important;
  }

  .lt-featured-video {
    position: static;
  }

  .lt-video-main,
  .lt-video-play {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  :root {
    --lt-container: min(100% - 1.25rem, 1180px);
  }

  .lt-logo-wrap {
    width: 160px;
  }

  .lt-tool-btn {
    width: 38px;
    height: 38px;
  }

  .lt-hero,
  .lt-hero-inner {
    min-height: 590px !important;
  }

  .lt-hero-inner {
    padding-top: 8.2rem;
    padding-bottom: 4.4rem;
  }

  .lt-hero-title {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .lt-hero-controls {
    bottom: 2rem;
  }

  .lt-category-dock-shell {
    padding: 0.65rem;
    border-radius: 22px;
  }

  .lt-category-dock {
    display: flex;
    overflow-x: auto;
    gap: 0.6rem;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
  }

  .lt-category-item {
    min-width: 132px;
    min-height: 68px;
    font-size: 0.84rem;
  }

  .lt-post-card-compact {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .lt-map-panel {
    min-height: 320px;
  }

  .lt-newsletter-row {
    flex-direction: column;
    border-radius: 24px;
  }
  
  /* Direct homepage polish after activation */
  .home .wp-site-blocks,
  .blog .wp-site-blocks {
    position: relative;
  }
  
  .lt-header-overlay {
    color: #fff;
  }
  
  .home .lt-header-overlay,
  .blog .lt-header-overlay {
    pointer-events: none;
  }
  
  .home .lt-header-inner,
  .blog .lt-header-inner {
    pointer-events: auto;
  }
  
  .lt-logo-link img {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.32));
  }
  
  .lt-header-tools {
    justify-content: flex-end;
    min-width: clamp(116px, 12vw, 180px);
  }
  
  .lt-tool-btn-accent {
    background: rgba(223, 247, 237, 0.18);
  }
  
  .lt-tool-btn:hover,
  .lt-tool-btn:focus-visible,
  .lt-header-social a:hover,
  .lt-header-social a:focus-visible {
    transform: translateY(-1px);
  }
  
  .lt-hero {
    min-height: clamp(680px, 88vh, 790px) !important;
  }
  
  .lt-hero-inner {
    min-height: clamp(680px, 88vh, 790px);
    padding-top: clamp(7.5rem, 11vh, 9rem);
    padding-bottom: clamp(4.5rem, 8vh, 6.5rem);
  }
  
  .lt-hero .wp-block-cover__background {
    opacity: 0.58;
  }
  
  .lt-hero .wp-block-cover__image-background {
    object-position: center 48%;
    filter: saturate(1.16) contrast(1.04) brightness(0.92);
  }
  
  .lt-hero-title {
    max-width: 8.6em;
    font-family: "Segoe Print", "Comic Sans MS", Georgia, "Times New Roman", serif;
    font-size: clamp(4.25rem, 9.2vw, 8rem);
    font-weight: 700;
    letter-spacing: -0.06em;
  }
  
  .lt-hero-subtitle {
    max-width: 50ch;
    font-weight: 600;
  }
  
  .lt-hero-mini-card {
    position: absolute;
    right: clamp(2.25rem, 7vw, 7rem);
    bottom: clamp(6rem, 13vh, 9rem);
    display: grid;
    gap: 0.2rem;
    max-width: 230px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 18px 44px rgba(2, 12, 18, 0.24);
    backdrop-filter: blur(10px);
  }
  
  .lt-hero-mini-card span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #dff7ed;
    font-weight: 800;
  }
  
  .lt-hero-mini-card strong {
    line-height: 1.25;
    font-size: 1rem;
  }
  
  .lt-category-dock-wrap {
    margin-top: -4.35rem;
  }
  
  .lt-category-dock-shell {
    border-radius: 32px;
    padding: 0.92rem;
  }
  
  .lt-category-item:nth-child(6n+1) .lt-cat-icon { color: #2f9c91; }
  .lt-category-item:nth-child(6n+2) .lt-cat-icon { color: #e2a753; }
  .lt-category-item:nth-child(6n+3) .lt-cat-icon { color: #5c8fd9; }
  .lt-category-item:nth-child(6n+4) .lt-cat-icon { color: #d56f83; }
  .lt-category-item:nth-child(6n+5) .lt-cat-icon { color: #6faf90; }
  .lt-category-item:nth-child(6n+6) .lt-cat-icon { color: #9a7bd6; }
  
  .lt-post-card,
  .lt-video-main,
  .lt-video-list li a,
  .lt-place-card,
  .lt-journey-card {
    border-color: rgba(12, 66, 75, 0.08);
  }
  
  .lt-post-card-featured .lt-post-thumb img {
    aspect-ratio: 16 / 10;
  }
  
  .lt-post-thumb img,
  .lt-journey-thumb img,
  .lt-video-play {
    filter: saturate(1.08) contrast(1.02);
  }
  
  .lt-map-panel {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(260px 180px at 28% 28%, rgba(255, 255, 255, 0.72), transparent 70%),
      radial-gradient(360px 220px at 86% 86%, rgba(111, 175, 144, 0.22), transparent 68%),
      linear-gradient(150deg, #e1f4eb 0%, #d1edf3 100%);
  }
  
  .lt-map-panel::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border: 1px dashed rgba(15, 56, 82, 0.12);
    border-radius: 24px;
    pointer-events: none;
  }
  
  .lt-map-hotspot-btn {
    position: relative;
  }
  
  .lt-map-hotspot-btn[aria-pressed="true"]::after,
  .lt-map-hotspot-btn:hover::after,
  .lt-map-hotspot-btn:focus-visible::after {
    animation: ltPulse 1.6s ease-out infinite;
  }
  
  .lt-place-list a::before {
    content: "•";
    margin-right: 0.55rem;
    color: #6faf90;
    font-size: 1.4rem;
    line-height: 0;
  }
  
  .lt-footer-newsletter {
    border-top-left-radius: clamp(28px, 5vw, 64px);
    border-top-right-radius: clamp(28px, 5vw, 64px);
    background:
      radial-gradient(720px 360px at 85% 0%, rgba(223, 247, 237, 0.19), transparent 62%),
      radial-gradient(520px 300px at 10% 35%, rgba(47, 156, 145, 0.2), transparent 64%),
      linear-gradient(130deg, #0b3048 0%, #124f3c 100%);
  }
  
  .lt-newsletter-row {
    max-width: 680px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 44px rgba(0, 0, 0, 0.14);
  }
  
  @keyframes ltPulse {
    0% { transform: scale(1); opacity: 0.75; }
    100% { transform: scale(1.75); opacity: 0; }
  }
  
  @media (max-width: 900px) {
    .lt-header-tools {
      min-width: auto;
    }
  
    .lt-hero-mini-card {
      position: static;
      margin-top: 1.2rem;
      max-width: 100%;
    }
  }
  
  @media (max-width: 640px) {
    .lt-hero-title {
      font-size: clamp(3.25rem, 16vw, 5.25rem);
    }
  
    .lt-category-dock-wrap {
      margin-top: -2.8rem;
    }
  }
  
  /* Classic pixel-feel homepage layout */
  .lt-classic-home {
    --lt-shell: min(100% - 2rem, 920px);
    --lt-shell-wide: min(100% - 2rem, 1180px);
    --lt-left-col: 360px;
    --lt-right-col: 534px;
    background: #fbf8f1;
  }
  
  .lt-classic-home .lt-page {
    position: relative;
    overflow: clip;
    background: #fbf8f1;
  }
  
  .lt-classic-home .lt-header-overlay {
    position: absolute !important;
    inset: 0 0 auto 0;
    z-index: 80;
    height: 80px;
    background: linear-gradient(180deg, rgba(2, 12, 18, 0.26), rgba(2, 12, 18, 0));
    color: #fff;
  }
  
  .lt-classic-home .lt-header-overlay.is-scrolled {
    position: fixed !important;
    height: 68px;
    background: rgba(6, 25, 34, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  }
  
  .lt-classic-home .lt-header-inner {
    width: var(--lt-shell-wide);
    min-height: 80px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr) 116px;
    align-items: center;
    gap: 1.2rem;
  }
  
  .lt-classic-home .lt-header-overlay.is-scrolled .lt-header-inner {
    min-height: 68px;
  }
  
  .lt-classic-home .lt-logo-wrap {
    width: 122px;
  }
  
  .lt-classic-home .lt-logo-link img {
    width: 122px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26));
  }
  
  .lt-classic-home .lt-primary-nav {
    display: flex;
    justify-content: center;
    min-width: 0;
  }
  
  .lt-classic-home .lt-primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.35vw, 2rem);
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
  }
  
  .lt-classic-home .lt-primary-menu a {
    position: relative;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
  
  .lt-classic-home .lt-primary-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: currentColor;
    transition: transform var(--lt-transition);
  }
  
  .lt-classic-home .lt-primary-menu .current-menu-item > a::after,
  .lt-classic-home .lt-primary-menu a:hover::after,
  .lt-classic-home .lt-primary-menu a:focus-visible::after {
    transform: scaleX(1);
  }
  
  .lt-classic-home .lt-header-tools {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
  }
  
  .lt-classic-home .lt-tool-btn,
  .lt-classic-home .lt-header-social a {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    backdrop-filter: none;
  }
  
  .lt-classic-home .lt-tool-btn:hover,
  .lt-classic-home .lt-tool-btn:focus-visible {
    background: rgba(255, 255, 255, 0.16);
  }
  
  .lt-classic-home .lt-header-social {
    display: none;
  }
  
  .lt-classic-home .lt-hero-wrap {
    position: relative;
    z-index: 1;
    height: 505px;
    min-height: 505px;
    color: #fff;
    background-image:
      radial-gradient(620px 360px at 70% 72%, rgba(51, 145, 125, 0.22), transparent 68%),
      linear-gradient(90deg, rgba(3, 16, 24, 0.72) 0%, rgba(3, 20, 29, 0.48) 42%, rgba(3, 16, 24, 0.62) 100%),
      var(--lt-hero-image);
    background-size: cover;
    background-position: center 48%;
    isolation: isolate;
  }
  
  .lt-classic-home .lt-hero-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(251, 248, 241, 0), #fbf8f1 92%);
    opacity: 0.2;
    pointer-events: none;
  }
  
  .lt-classic-home .lt-hero-inner {
    position: relative;
    width: var(--lt-shell-wide);
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  
  .lt-classic-home .lt-hero-copy {
    position: absolute;
    left: 0;
    top: 132px;
    width: min(420px, 58vw);
    max-width: none;
  }
  
  .lt-classic-home .lt-hero-kicker {
    margin: 0 0 0.42rem;
    color: #dff7ed;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
  
  .lt-classic-home .lt-hero-title {
    margin: 0;
    max-width: 420px;
    color: #fff;
    font-family: "Segoe Print", "Comic Sans MS", Georgia, "Times New Roman", serif;
    font-size: clamp(64px, 8.6vw, 104px);
    font-weight: 700;
    font-style: italic;
    line-height: 0.92;
    letter-spacing: -0.07em;
    text-shadow: 0 14px 34px rgba(2, 8, 14, 0.48);
  }
  
  .lt-classic-home .lt-hero-subtitle {
    max-width: 390px;
    margin: 0.9rem 0 1rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.72;
  }
  
  .lt-classic-home .lt-cta-primary {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border-radius: 999px;
    padding: 0.62rem 1.18rem;
    background: #dff7ed;
    color: #15333b;
    box-shadow: 0 12px 28px rgba(82, 186, 145, 0.28);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-hero-controls {
    position: absolute;
    left: 0;
    bottom: 38px;
    display: inline-flex;
    gap: 0.44rem;
  }
  
  .lt-classic-home .lt-dot {
    width: 24px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
    cursor: pointer;
  }
  
  .lt-classic-home .lt-dot.is-active,
  .lt-classic-home .lt-dot:hover {
    width: 38px;
    background: #dff7ed;
  }
  
  .lt-classic-home .lt-social-rail {
    position: absolute;
    top: 156px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transform: none;
  }
  
  .lt-classic-home .lt-social-label {
    margin: 0 0 0.3rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  
  .lt-classic-home .lt-social-rail a {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-main-shell {
    position: relative;
    z-index: 5;
    width: var(--lt-shell);
    margin: 0 auto;
    padding: 0 0 3.3rem;
  }
  
  .lt-classic-home .lt-category-dock-wrap {
    width: 100%;
    max-width: none;
    margin: -50px auto 30px;
    position: relative;
    z-index: 10;
  }
  
  .lt-classic-home .lt-category-dock-shell {
    min-height: 125px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(8, 38, 48, 0.13);
    padding: 12px 14px;
  }
  
  .lt-classic-home .lt-category-dock {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }
  
  .lt-classic-home .lt-category-item {
    min-height: 98px;
    padding: 0.55rem 0.45rem;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    color: #18353d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.28rem;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-category-item small {
    color: #849297;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
  }
  
  .lt-classic-home .lt-cat-icon {
    width: 30px;
    height: 30px;
    color: #62b59b;
  }
  
  .lt-classic-home .lt-cat-icon svg {
    width: 28px;
    height: 28px;
  }
  
  .lt-classic-home .lt-category-item:nth-child(6n+1) .lt-cat-icon { color: #36a79d; }
  .lt-classic-home .lt-category-item:nth-child(6n+2) .lt-cat-icon { color: #e1aa5f; }
  .lt-classic-home .lt-category-item:nth-child(6n+3) .lt-cat-icon { color: #6698d9; }
  .lt-classic-home .lt-category-item:nth-child(6n+4) .lt-cat-icon { color: #dc7c8b; }
  .lt-classic-home .lt-category-item:nth-child(6n+5) .lt-cat-icon { color: #6faf90; }
  .lt-classic-home .lt-category-item:nth-child(6n+6) .lt-cat-icon { color: #9a7bd6; }
  
  .lt-classic-home .lt-home-grid {
    display: grid;
    grid-template-columns: var(--lt-left-col) var(--lt-right-col);
    gap: 26px;
    align-items: start;
  }
  
  .lt-classic-home .lt-latest-col,
  .lt-classic-home .lt-video-map-col {
    min-width: 0;
  }
  
  .lt-classic-home .lt-section {
    scroll-margin-top: 90px;
  }
  
  .lt-classic-home .lt-section + .lt-section {
    margin-top: 28px;
  }
  
  .lt-classic-home .lt-section-head {
    margin: 0 0 13px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .lt-classic-home .lt-section-head h2 {
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    color: #17343e;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -0.01em;
  }
  
  .lt-classic-home .lt-section-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    border-radius: 99px;
    background: #5fb89e;
  }
  
  .lt-classic-home .lt-section-link {
    color: #4d7f75;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .lt-classic-home .lt-section-link:hover,
  .lt-classic-home .lt-section-link:focus-visible {
    color: #123946;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  
  .lt-classic-home .lt-card,
  .lt-classic-home .lt-post-card,
  .lt-classic-home .lt-place-card,
  .lt-classic-home .lt-journey-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  
  .lt-classic-home .lt-post-card a,
  .lt-classic-home .lt-journey-card a {
    color: inherit;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-post-card-featured {
    margin-bottom: 14px;
  }
  
  .lt-classic-home .lt-post-card-featured .lt-post-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #dce7e4;
    box-shadow: 0 14px 28px rgba(9, 33, 49, 0.12);
  }
  
  .lt-classic-home .lt-post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.02);
  }
  
  .lt-classic-home .lt-post-overlay {
    position: absolute;
    inset: auto 0 0;
    min-height: 88px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 0.3rem;
    background: linear-gradient(180deg, rgba(4, 18, 28, 0), rgba(4, 18, 28, 0.82));
    color: #fff;
  }
  
  .lt-classic-home .lt-post-overlay strong {
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
  }
  
  .lt-classic-home .lt-post-meta {
    margin: 0 0 0.22rem;
    color: #6e7f85;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-post-overlay .lt-post-meta {
    color: rgba(255, 255, 255, 0.78);
  }
  
  .lt-classic-home .lt-post-list-column {
    display: grid;
    gap: 12px;
  }
  
  .lt-classic-home .lt-post-card-compact {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 0;
    background: transparent;
  }
  
  .lt-classic-home .lt-post-card-compact .lt-post-thumb {
    display: block;
    width: 120px;
    height: 80px;
    margin: 0;
    overflow: hidden;
    border-radius: 13px;
    background: #dce7e4;
  }
  
  .lt-classic-home .lt-post-card-compact h3 {
    margin: 0;
    color: #17343e;
    font-size: 13px;
    line-height: 1.34;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-latest-col > .lt-section-link {
    display: inline-flex;
    margin-top: 14px;
  }
  
  .lt-classic-home .lt-featured-video {
    position: static;
    margin: 0;
  }
  
  .lt-classic-home .lt-video-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
  }
  
  .lt-classic-home .lt-video-play {
    min-height: 245px;
    height: 245px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    color: #fff;
    background-position: center;
    background-size: cover;
    box-shadow: 0 14px 28px rgba(9, 33, 49, 0.14);
    text-decoration: none;
  }
  
  .lt-classic-home .lt-video-label {
    max-width: 21ch;
    font-size: 15px;
    line-height: 1.24;
    font-weight: 900;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  }
  
  .lt-classic-home .lt-video-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  
  .lt-classic-home .lt-video-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .lt-classic-home .lt-video-list li a {
    min-height: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.78rem;
    border-radius: 15px;
    background: #fff;
    color: #18353d;
    box-shadow: 0 9px 20px rgba(9, 33, 49, 0.08);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-destination-map .lt-map-grid {
    min-height: 270px;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
    overflow: hidden;
    border-radius: 20px;
    background:
      radial-gradient(260px 170px at 24% 26%, rgba(255, 255, 255, 0.74), transparent 70%),
      linear-gradient(135deg, #e4f4ec 0%, #d3eef2 100%);
    box-shadow: 0 13px 28px rgba(9, 33, 49, 0.1);
  }
  
  .lt-classic-home .lt-map-panel {
    min-height: 270px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0.85rem 0.45rem 0.85rem 1rem;
    display: grid;
    place-items: center;
  }
  
  .lt-classic-home .lt-map-visual {
    width: min(100%, 250px);
    position: relative;
  }
  
  .lt-classic-home .lt-map-visual img {
    width: 100%;
    height: auto;
    filter: hue-rotate(-7deg) saturate(1.05);
  }
  
  .lt-classic-home .lt-map-hotspots {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .lt-classic-home .lt-map-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
  }
  
  .lt-classic-home .lt-map-hotspot-btn {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #123946;
    box-shadow: 0 0 0 3px rgba(18, 57, 70, 0.22), 0 8px 16px rgba(6, 30, 40, 0.2);
  }
  
  .lt-classic-home .lt-map-hotspot-btn::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(18, 57, 70, 0.2);
    border-radius: inherit;
  }
  
  .lt-classic-home .lt-map-info {
    padding: 18px 18px 18px 6px;
    display: grid;
    align-content: center;
    gap: 10px;
  }
  
  .lt-classic-home .lt-map-cards {
    display: grid;
    gap: 0;
  }
  
  .lt-classic-home .lt-place-card {
    padding: 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 20px rgba(9, 33, 49, 0.08);
  }
  
  .lt-classic-home .lt-place-card[hidden] {
    display: none;
  }
  
  .lt-classic-home .lt-place-card h3 {
    margin: 0 0 0.34rem;
    color: #17343e;
    font-size: 16px;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-place-card p {
    margin: 0 0 0.45rem;
    color: #52696f;
    font-size: 11px;
    line-height: 1.5;
  }
  
  .lt-classic-home .lt-place-link {
    color: #1d6e5a;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-place-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .lt-classic-home .lt-place-list a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.38rem 0.62rem;
    background: rgba(255, 255, 255, 0.68);
    color: #18353d;
    box-shadow: none;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
  }
  
  .lt-classic-home .lt-place-list a.is-active,
  .lt-classic-home .lt-place-list a:hover,
  .lt-classic-home .lt-place-list a:focus-visible {
    background: #fff;
    color: #1d6e5a;
  }
  
  .lt-classic-home .lt-journeys-row {
    margin-top: 34px;
  }
  
  .lt-classic-home .lt-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  
  .lt-classic-home .lt-journey-card {
    height: 130px;
    overflow: hidden;
    border-radius: 18px;
    background: #dce7e4;
    box-shadow: 0 13px 28px rgba(9, 33, 49, 0.12);
  }
  
  .lt-classic-home .lt-journey-card a {
    position: relative;
    height: 100%;
    display: block;
    color: #fff;
  }
  
  .lt-classic-home .lt-journey-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.06) contrast(1.02);
  }
  
  .lt-classic-home .lt-journey-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 18, 28, 0.04), rgba(4, 18, 28, 0.78));
  }
  
  .lt-classic-home .lt-journey-card span {
    position: absolute;
    z-index: 1;
    left: 13px;
    right: 48px;
    bottom: 13px;
    display: grid;
    gap: 0.22rem;
  }
  
  .lt-classic-home .lt-journey-card small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .lt-classic-home .lt-journey-card strong {
    font-size: 13px;
    line-height: 1.22;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-journey-card em {
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 14px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #17343e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-footer-newsletter {
    margin-top: 0;
    min-height: 105px;
    padding: 20px 0;
    color: #fff;
    background:
      radial-gradient(450px 180px at 86% 0%, rgba(223, 247, 237, 0.16), transparent 68%),
      linear-gradient(120deg, #0d374e 0%, #12533f 100%);
    border-radius: 0;
  }
  
  .lt-classic-home .lt-newsletter-inner {
    width: var(--lt-shell);
    min-height: 65px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    align-items: center;
    gap: 2rem;
  }
  
  .lt-classic-home .lt-newsletter-copy {
    position: relative;
  }
  
  .lt-classic-home .lt-newsletter-script {
    position: absolute;
    left: -4px;
    top: -20px;
    opacity: 0.18;
    color: #fff;
    font-family: "Segoe Print", "Comic Sans MS", Georgia, serif;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  
  .lt-classic-home .lt-newsletter-copy h2 {
    position: relative;
    margin: 0 0 0.25rem;
    color: #fff;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 900;
  }
  
  .lt-classic-home .lt-newsletter-copy p {
    margin: 0;
    max-width: 52ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.55;
  }
  
  .lt-classic-home .lt-newsletter-form {
    max-width: none;
  }
  
  .lt-classic-home .lt-newsletter-row {
    display: flex;
    gap: 8px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: none;
  }
  
  .lt-classic-home .lt-newsletter-row input {
    flex: 1;
    min-width: 0;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0.68rem 0.92rem;
  }
  
  .lt-classic-home .lt-newsletter-row button {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1.1rem;
    background: #dff7ed;
    color: #14313b;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }
  
  @media (min-width: 1180px) {
    .lt-classic-home {
      --lt-shell: min(100% - 3rem, 1120px);
      --lt-left-col: 420px;
      --lt-right-col: 674px;
    }
  
    .lt-classic-home .lt-video-layout {
      grid-template-columns: 390px minmax(0, 1fr);
    }
  
    .lt-classic-home .lt-post-card-featured .lt-post-thumb {
      height: 240px;
    }
  }
  
  @media (max-width: 980px) {
    .lt-classic-home {
      --lt-shell: min(100% - 1.5rem, 760px);
    }
  
    .lt-classic-home .lt-header-inner {
      width: var(--lt-shell);
      grid-template-columns: 132px minmax(0, 1fr) 78px;
    }
  
    .lt-classic-home .lt-primary-menu {
      gap: 0.9rem;
    }
  
    .lt-classic-home .lt-primary-menu a {
      font-size: 11px;
    }
  
    .lt-classic-home .lt-hero-inner {
      width: var(--lt-shell);
    }
  
    .lt-classic-home .lt-home-grid {
      grid-template-columns: 1fr;
    }
  
    .lt-classic-home .lt-video-layout {
      grid-template-columns: minmax(0, 1fr) 210px;
    }
  
    .lt-classic-home .lt-category-dock {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .lt-classic-home .lt-category-dock-shell {
      min-height: 0;
    }
  
    .lt-classic-home .lt-journey-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .lt-classic-home .lt-newsletter-inner {
      width: var(--lt-shell);
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }
  
  @media (max-width: 700px) {
    .lt-classic-home {
      --lt-shell: min(100% - 1rem, 560px);
    }
  
    .lt-classic-home .lt-header-overlay {
      min-height: 100px;
      height: auto;
      background: rgba(8, 24, 36, 0.58);
    }
  
    .lt-classic-home .lt-header-inner {
      min-height: 100px;
      grid-template-columns: 126px 1fr;
      grid-template-areas: "logo tools" "nav nav";
      row-gap: 0;
      padding: 0.52rem 0;
    }
  
    .lt-classic-home .lt-logo-wrap { grid-area: logo; }
    .lt-classic-home .lt-primary-nav { grid-area: nav; justify-content: flex-start; overflow-x: auto; }
    .lt-classic-home .lt-header-tools { grid-area: tools; }
  
    .lt-classic-home .lt-primary-menu {
      min-width: max-content;
      justify-content: flex-start;
      gap: 1rem;
      padding-bottom: 0.2rem;
    }
  
    .lt-classic-home .lt-hero-wrap {
      height: 560px;
      min-height: 560px;
    }
  
    .lt-classic-home .lt-hero-copy {
      top: 145px;
      width: min(100%, 420px);
    }
  
    .lt-classic-home .lt-hero-title {
      font-size: clamp(54px, 16vw, 78px);
    }
  
    .lt-classic-home .lt-social-rail {
      top: auto;
      right: auto;
      left: 0;
      bottom: 74px;
      flex-direction: row;
    }
  
    .lt-classic-home .lt-social-label {
      writing-mode: initial;
      transform: none;
    }
  
    .lt-classic-home .lt-category-dock-wrap {
      margin-top: -42px;
    }
  
    .lt-classic-home .lt-category-dock {
      display: flex;
      overflow-x: auto;
      padding-bottom: 0.2rem;
    }
  
    .lt-classic-home .lt-category-item {
      min-width: 128px;
      min-height: 82px;
    }
  
    .lt-classic-home .lt-video-layout,
    .lt-classic-home .lt-destination-map .lt-map-grid {
      grid-template-columns: 1fr;
    }
  
    .lt-classic-home .lt-video-play {
      height: 230px;
      min-height: 230px;
    }
  
    .lt-classic-home .lt-video-list {
      grid-template-columns: 1fr;
    }
  
    .lt-classic-home .lt-map-info {
      padding: 0 16px 16px;
    }
  
    .lt-classic-home .lt-post-card-compact {
      grid-template-columns: 106px minmax(0, 1fr);
    }
  
    .lt-classic-home .lt-post-card-compact .lt-post-thumb {
      width: 106px;
      height: 74px;
    }
  
    .lt-classic-home .lt-journey-grid {
      grid-template-columns: 1fr;
    }
  
    .lt-classic-home .lt-newsletter-row {
      border-radius: 24px;
      flex-direction: column;
    }
  
    .lt-classic-home .lt-newsletter-row input,
    .lt-classic-home .lt-newsletter-row button {
      width: 100%;
    }
  }

  .lt-newsletter-row input,
  .lt-newsletter-row button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
