/*
Theme Name: WORLD TOUR MALL 1.0.11
Theme URI: https://worldtourmall.com/
Author: WORLD TOUR MALL
Description: A classic WordPress theme for the WORLD TOUR MALL Atlas, Region Dossiers, Featured Articles, and Additional Research sections.
Version: 1.0.11
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: world-tour-mall
Tags: custom-logo, featured-images, custom-menu, one-column, grid-layout
*/

:root {
  --wtm-blue: #1679d1;
  --wtm-sky: #eaf7ff;
  --wtm-deep-blue: #0d3f79;
  --wtm-ink: #172033;
  --wtm-muted: #637185;
  --wtm-line: rgba(23, 32, 51, 0.12);
  --wtm-paper: #f5e4bd;
  --wtm-paper-deep: #c78c3f;
  --wtm-black: #08090d;
  --wtm-black-card: #111722;
  --wtm-research: #ffffff;
  --wtm-research-soft: #f4f8fb;
  --wtm-radius-xl: 28px;
  --wtm-radius-lg: 20px;
  --wtm-radius-md: 14px;
  --wtm-shadow: 0 18px 50px rgba(26, 54, 93, 0.14);
  --wtm-shadow-dark: 0 22px 70px rgba(0, 0, 0, 0.35);
  --wtm-header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--wtm-ink);
  background: #f7fbff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
}

body.wtm-no-footer .wtm-site-footer {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 16px;
  top: 12px;
  width: auto;
  height: auto;
  z-index: 99999;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  box-shadow: var(--wtm-shadow);
}

.wtm-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--wtm-header-height);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(20, 50, 90, 0.12);
}

body.admin-bar .wtm-site-header {
  top: 32px;
}

.wtm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1480px;
  min-height: var(--wtm-header-height);
  margin: 0 auto;
  padding: 10px clamp(16px, 3vw, 34px);
}

.wtm-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 218px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--wtm-deep-blue);
  text-decoration: none;
}

.wtm-brand:hover,
.wtm-brand:focus {
  text-decoration: none;
}

.wtm-brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
}

.wtm-brand-text {
  display: grid;
  line-height: 1.02;
}

.wtm-brand-main {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.wtm-brand-sub {
  margin-top: 3px;
  font-size: 10px;
  color: #3b7db6;
  letter-spacing: 0.18em;
}

.wtm-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.wtm-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(23, 121, 209, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #1c4d80;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(22, 121, 209, 0.06);
}

.wtm-nav-link:hover,
.wtm-nav-link:focus {
  background: #eef8ff;
  text-decoration: none;
}

.wtm-nav-link.is-active {
  background: var(--wtm-blue);
  color: #fff;
  border-color: var(--wtm-blue);
}

.wtm-sign-in {
  background: #0c2747;
  color: #fff;
  border-color: #0c2747;
}

.wtm-site-main {
  min-height: calc(100vh - var(--wtm-header-height));
}

.wtm-site-footer {
  border-top: 1px solid rgba(22, 32, 51, 0.1);
  background: #fff;
}

.wtm-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px clamp(16px, 3vw, 34px);
  color: #536072;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* Atlas */
.wtm-atlas-wrap {
  min-height: calc(100svh - var(--wtm-header-height));
  padding: 14px clamp(12px, 2vw, 24px) 18px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 217, 83, 0.42), transparent 20%),
    radial-gradient(circle at 86% 8%, rgba(102, 207, 255, 0.35), transparent 22%),
    linear-gradient(180deg, #eef9ff 0%, #dff3ff 100%);
  overflow: hidden;
}

.wtm-atlas-grid {
  display: grid;
  grid-template-columns: minmax(226px, 282px) minmax(380px, 1fr) minmax(226px, 302px);
  gap: 14px;
  max-width: 1480px;
  height: calc(100svh - var(--wtm-header-height) - 32px);
  min-height: 610px;
  margin: 0 auto;
  align-items: stretch;
}

body.admin-bar .wtm-atlas-grid {
  height: calc(100svh - var(--wtm-header-height) - 64px);
}

.wtm-rail,
.wtm-map-stage {
  border: 1px solid rgba(23, 121, 209, 0.14);
  border-radius: var(--wtm-radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--wtm-shadow);
}

.wtm-rail {
  padding: 16px 13px 22px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-padding-top: 22px;
}

.wtm-rail > *:first-child {
  margin-top: 0;
}

.wtm-card {
  border: 1px solid rgba(26, 80, 132, 0.12);
  border-radius: 20px;
  background: #fff;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 12px 30px rgba(33, 72, 112, 0.08);
}

.wtm-card h2,
.wtm-card h3,
.wtm-card h4 {
  margin: 0 0 8px;
  line-height: 1.18;
}

.wtm-card h2 {
  color: var(--wtm-deep-blue);
  font-size: 18px;
}

.wtm-card h3 {
  color: #174e88;
  font-size: 14px;
}

.wtm-card p {
  margin: 0 0 10px;
  color: #5a6c80;
}

.wtm-pills,
.wtm-filter-list,
.wtm-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.wtm-pill,
.wtm-filter,
.wtm-legend-item,
.wtm-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 9px;
  background: #f0f8ff;
  border: 1px solid rgba(23, 121, 209, 0.15);
  color: #235983;
  font-size: 11.5px;
  font-weight: 700;
}

.wtm-filter {
  background: #fff8e7;
  border-color: rgba(211, 156, 37, 0.25);
  color: #795017;
}

.wtm-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dot, #1679d1);
  display: inline-block;
}

.wtm-map-stage {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,251,255,.96));
}

.wtm-atlas-topbar {
  padding: 14px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(23, 121, 209, 0.1);
}

.wtm-search {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  border: 2px solid #bde5ff;
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px 7px 7px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 28px rgba(22, 121, 209, 0.08);
}

.wtm-panda-face {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  background:
    radial-gradient(circle at 32% 38%, #111 0 9%, transparent 10%),
    radial-gradient(circle at 68% 38%, #111 0 9%, transparent 10%),
    radial-gradient(circle at 50% 62%, #111 0 7%, transparent 8%),
    radial-gradient(circle at 25% 22%, #111 0 16%, transparent 17%),
    radial-gradient(circle at 75% 22%, #111 0 16%, transparent 17%),
    #fff;
  border: 2px solid #1f2c3b;
  box-shadow: 0 4px 0 rgba(31, 44, 59, 0.1);
}

.wtm-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  color: #1a314b;
  font-size: 13px;
}

.wtm-map-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wtm-map-action {
  border: 1px solid rgba(23, 121, 209, 0.18);
  border-radius: 999px;
  background: #f4fbff;
  padding: 8px 10px;
  color: #215a8f;
  font-weight: 700;
  font-size: 11px;
}

.wtm-map-canvas {
  position: relative;
  min-height: 0;
  overflow: auto;
  padding: 10px 14px 6px;
}

.wtm-map-art {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.75), transparent 18%),
    radial-gradient(circle at 74% 74%, rgba(255,255,255,.6), transparent 20%),
    linear-gradient(135deg, #b9ebff, #e8fbff 45%, #caf0ff);
  overflow: hidden;
  border: 1px solid rgba(23, 121, 209, 0.12);
}

.wtm-map-svg text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 800;
  fill: #174c76;
}

.wtm-map-clickable {
  cursor: pointer;
  outline: none;
}

.wtm-map-clickable:hover .wtm-land,
.wtm-map-clickable:focus .wtm-land {
  filter: brightness(1.04) saturate(1.15);
  stroke-width: 3;
}

.wtm-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px 14px;
  color: #58728c;
  font-size: 11.5px;
}

.wtm-list-card {
  display: grid;
  gap: 4px;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid rgba(20, 60, 100, 0.1);
  border-radius: 16px;
  background: #fbfdff;
  cursor: pointer;
  text-align: left;
  width: 100%;
  color: inherit;
}

button.wtm-list-card {
  appearance: none;
}

.wtm-list-card:hover,
.wtm-list-card:focus {
  background: #eff8ff;
  text-decoration: none;
}

.wtm-list-eyebrow {
  color: #1679d1;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wtm-list-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #17304e;
}

.wtm-list-meta {
  font-size: 11px;
  color: #657789;
}

/* Modal previews */
.wtm-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 5000;
}

.wtm-modal.is-open {
  display: flex;
}

.wtm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 29, 0.54);
  backdrop-filter: blur(6px);
}

.wtm-modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(720px, 88vh);
  overflow-y: auto;
  border-radius: 30px;
  padding: 24px;
  box-shadow: var(--wtm-shadow-dark);
  border: 1px solid rgba(255,255,255,.3);
}

.wtm-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255,255,255,.9);
  color: #111;
  font-weight: 900;
}

.wtm-modal-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wtm-modal-title {
  margin: 0 40px 10px 0;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.04;
}

.wtm-modal-copy {
  max-width: 64ch;
  margin: 0 0 18px;
}

.wtm-modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  text-decoration: none;
}

.wtm-modal--dossier .wtm-modal-panel {
  color: #43290f;
  background:
    linear-gradient(90deg, rgba(92, 58, 24, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fff2cd, #ecd19a);
  background-size: 28px 28px, auto;
}

.wtm-modal--dossier .wtm-modal-kicker { color: #9a5b14; }
.wtm-modal--dossier .wtm-modal-cta { background: #7d4b1b; color: #fff; }

.wtm-modal--article .wtm-modal-panel {
  color: #f7f7fb;
  background: radial-gradient(circle at top right, rgba(40, 104, 255, .22), transparent 34%), #090b10;
}

.wtm-modal--article .wtm-modal-kicker { color: #9fc4ff; }
.wtm-modal--article .wtm-modal-copy { color: #d4d8e0; }
.wtm-modal--article .wtm-modal-cta { background: #fff; color: #090b10; }

.wtm-modal--research .wtm-modal-panel {
  color: #172033;
  background: #fff;
}

.wtm-modal--research .wtm-modal-kicker { color: #147a84; }
.wtm-modal--research .wtm-modal-cta { background: #147a84; color: #fff; }

/* Shared section pages */
.wtm-section-shell {
  min-height: calc(100vh - var(--wtm-header-height));
  padding: clamp(26px, 4vw, 54px) clamp(16px, 4vw, 48px);
}

.wtm-section-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.wtm-section-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.wtm-section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wtm-section-title {
  margin: 0;
  font-size: clamp(34px, 6vw, 70px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.wtm-section-lede {
  max-width: 70ch;
  margin: 16px 0 0;
  font-size: 14px;
}

.wtm-section-tools {
  display: grid;
  gap: 10px;
}

.wtm-tool-search,
.wtm-tool-select {
  width: 100%;
  border: 1px solid rgba(20, 40, 70, 0.14);
  border-radius: 999px;
  padding: 12px 14px;
  background: #fff;
  color: #172033;
  font-size: 13px;
}

.wtm-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wtm-section-card {
  min-height: 220px;
  border-radius: 24px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.wtm-section-card h2,
.wtm-section-card h3 {
  margin: 0 0 9px;
  line-height: 1.1;
}

.wtm-section-card p {
  margin: 0;
}

.wtm-card-link {
  display: inline-flex;
  margin-top: 16px;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
}

/* Region Dossiers */
.wtm-region-page {
  color: #4a3015;
  background:
    radial-gradient(circle at 15% 14%, rgba(160, 97, 35, 0.18), transparent 22%),
    radial-gradient(circle at 83% 24%, rgba(255, 255, 255, 0.4), transparent 18%),
    linear-gradient(90deg, rgba(114, 75, 32, .08) 1px, transparent 1px),
    linear-gradient(180deg, #f9edcf, #e7c78c);
  background-size: auto, auto, 34px 34px, auto;
}

.wtm-region-page .wtm-section-kicker {
  background: rgba(121, 70, 18, .12);
  color: #805013;
}

.wtm-region-page .wtm-section-lede {
  color: #644922;
}

.wtm-passport-card {
  background: #fff7df;
  border: 2px dashed rgba(128, 78, 26, 0.22);
  box-shadow: 0 18px 45px rgba(97, 61, 22, 0.12);
}

.wtm-passport-stamp {
  display: inline-flex;
  transform: rotate(-5deg);
  border: 2px solid rgba(129, 73, 18, 0.45);
  border-radius: 50%;
  padding: 12px;
  color: #8a571d;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wtm-region-card {
  color: #40240d;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.75), transparent 28%),
    #fff3d3;
  border: 1px solid rgba(113, 71, 21, 0.18);
  box-shadow: 0 18px 36px rgba(93, 59, 20, 0.12);
}

.wtm-region-card::after {
  content: '';
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 118px;
  height: 118px;
  border: 2px dashed rgba(139, 83, 24, 0.24);
  border-radius: 50%;
}

.wtm-region-card .wtm-card-link {
  background: #6f431a;
  color: #fff;
}

/* Featured Articles */
.wtm-featured-page {
  color: #f5f7fb;
  background:
    radial-gradient(circle at 78% 12%, rgba(25, 105, 255, 0.22), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(255, 180, 72, 0.12), transparent 28%),
    #07090f;
}

.wtm-featured-page .wtm-section-kicker {
  background: rgba(255,255,255,.09);
  color: #b8d3ff;
}

.wtm-featured-page .wtm-section-lede {
  color: #cbd3df;
}

.wtm-featured-page .wtm-tool-search,
.wtm-featured-page .wtm-tool-select {
  background: #101723;
  color: #f9fbff;
  border-color: rgba(255,255,255,.16);
}

.wtm-featured-card {
  color: #f4f6fb;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent),
    #111722;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.wtm-featured-card p {
  color: #cbd3df;
}

.wtm-featured-card .wtm-card-link {
  background: #fff;
  color: #0b0d12;
}

/* Additional Research */
.wtm-research-page {
  color: #172033;
  background:
    linear-gradient(90deg, rgba(18, 120, 132, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f3f8fb);
  background-size: 26px 26px, auto;
}

.wtm-research-page .wtm-section-kicker {
  background: rgba(20, 122, 132, .1);
  color: #147a84;
}

.wtm-research-page .wtm-section-lede {
  color: #596878;
}

.wtm-research-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
}

.wtm-research-sidebar {
  position: sticky;
  top: calc(var(--wtm-header-height) + 18px);
  align-self: start;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 24px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 50, 70, 0.08);
}

body.admin-bar .wtm-research-sidebar {
  top: calc(var(--wtm-header-height) + 50px);
}

.wtm-research-sidebar h2 {
  margin: 0 0 10px;
  font-size: 14px;
}

.wtm-research-nav {
  display: grid;
  gap: 8px;
}

.wtm-research-nav a,
.wtm-research-nav span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-radius: 14px;
  padding: 9px 10px;
  background: #f5fafb;
  color: #244b53;
  font-weight: 700;
  font-size: 12px;
}

.wtm-research-card {
  color: #172033;
  background: #fff;
  border: 1px solid rgba(21, 74, 85, 0.14);
  box-shadow: 0 18px 40px rgba(21, 50, 70, 0.08);
}

.wtm-research-card::before {
  content: attr(data-type);
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 6px 9px;
  background: #eaf8fa;
  color: #147a84;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wtm-research-card p {
  color: #596878;
}

.wtm-research-card .wtm-card-link {
  background: #147a84;
  color: #fff;
}

/* Generic pages */
.wtm-page-simple {
  min-height: calc(100vh - var(--wtm-header-height));
  background: #f8fbff;
  padding: clamp(28px, 5vw, 70px) clamp(16px, 4vw, 48px);
}

.wtm-page-simple-inner {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--wtm-shadow);
  padding: clamp(24px, 4vw, 48px);
}

.wtm-page-simple h1 {
  margin: 0 0 14px;
  color: #153c68;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 0.98;
}

.wtm-page-simple p,
.wtm-page-simple li {
  color: #516174;
  font-size: 14px;
}

.wtm-post-content a {
  color: #136bb7;
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 1100px) {
  .wtm-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .wtm-main-nav {
    justify-content: flex-start;
  }

  .wtm-atlas-wrap {
    overflow: visible;
  }

  .wtm-atlas-grid {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.admin-bar .wtm-atlas-grid {
    height: auto;
  }

  .wtm-rail {
    max-height: none;
    overflow: visible;
  }

  .wtm-map-stage {
    min-height: 620px;
  }

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

  .wtm-section-hero,
  .wtm-research-layout {
    grid-template-columns: 1fr;
  }

  .wtm-research-sidebar {
    position: static;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .wtm-site-header {
    top: 46px;
  }
}

@media screen and (max-width: 680px) {
  :root {
    --wtm-header-height: 92px;
  }

  .wtm-site-header {
    position: sticky;
  }

  .wtm-brand {
    min-width: 0;
  }

  .wtm-brand-main {
    font-size: 12px;
  }

  .wtm-brand-sub {
    font-size: 9px;
  }

  .wtm-nav-link {
    font-size: 11px;
    min-height: 32px;
    padding: 7px 10px;
  }

  .wtm-atlas-wrap {
    padding: 10px;
  }

  .wtm-atlas-topbar,
  .wtm-map-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .wtm-map-actions {
    justify-content: flex-start;
  }

  .wtm-map-stage {
    min-height: 540px;
  }

  .wtm-map-art {
    min-height: 360px;
  }

  .wtm-card-grid {
    grid-template-columns: 1fr;
  }

  .wtm-section-shell {
    padding: 24px 12px;
  }

  .wtm-modal {
    padding: 12px;
  }

  .wtm-modal-panel {
    border-radius: 22px;
    padding: 20px;
  }
}

/* 1.0.7 Atlas visual alignment release */
:root {
  --wtm-header-height: 76px;
  --wtm-atlas-blue: #0f7dea;
  --wtm-atlas-green: #76bf24;
  --wtm-panel-shadow: 0 16px 38px rgba(13, 63, 121, 0.16);
}

.wtm-site-header {
  min-height: var(--wtm-header-height);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(19, 74, 128, 0.08);
}

.wtm-header-inner {
  max-width: 1700px;
  min-height: var(--wtm-header-height);
  padding: 9px clamp(16px, 2vw, 32px);
}

.wtm-brand {
  min-width: 300px;
  gap: 12px;
}

.wtm-brand-mark {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
}

.wtm-brand-main {
  font-size: clamp(17px, 1.55vw, 28px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #0b3a78;
}

.wtm-brand-sub {
  margin-top: 6px;
  font-size: clamp(10px, 0.78vw, 13px);
  letter-spacing: 0.01em;
  color: #65758a;
  font-weight: 700;
}

.wtm-main-nav {
  gap: clamp(5px, 1vw, 18px);
  flex-wrap: nowrap;
}

.wtm-nav-link {
  min-height: 48px;
  padding: 9px clamp(12px, 1.2vw, 24px);
  border-radius: 24px;
  border-color: rgba(14, 67, 125, 0.12);
  color: #0c244b;
  font-size: clamp(11px, 0.82vw, 14px);
  box-shadow: 0 5px 18px rgba(10, 61, 120, 0.13);
  gap: 8px;
}

.wtm-nav-link.is-active,
.wtm-sign-in {
  background: linear-gradient(135deg, #0982f4, #075ed6);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 111, 225, 0.30);
}

.wtm-sign-in {
  background: linear-gradient(135deg, #0c8bff, #075bd6);
}

.wtm-nav-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1;
}

.wtm-nav-link.is-active .wtm-nav-icon,
.wtm-sign-in .wtm-nav-icon {
  background: rgba(255,255,255,.18);
}

@media (min-width: 1024px) {
  body.wtm-no-footer {
    overflow: hidden;
  }
}

.wtm-atlas-v107 {
  height: calc(100svh - var(--wtm-header-height));
  min-height: 0;
  padding: 14px clamp(12px, 1.4vw, 22px) 16px;
  background:
    radial-gradient(circle at 4% 4%, rgba(20, 130, 241, 0.13), transparent 30%),
    radial-gradient(circle at 86% 5%, rgba(118, 191, 36, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #edf7ff 100%);
  overflow: hidden;
}

body.admin-bar .wtm-atlas-v107 {
  height: calc(100svh - var(--wtm-header-height) - 32px);
}

.wtm-atlas-v107 .wtm-atlas-grid {
  max-width: 1700px;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  grid-template-columns: minmax(210px, 270px) minmax(560px, 1fr) minmax(250px, 290px);
  gap: 16px;
  align-items: stretch;
}

.wtm-atlas-v107 .wtm-rail {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow-y: auto;
  scrollbar-width: thin;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
}

.wtm-atlas-v107 .wtm-card {
  border: 1px solid rgba(7, 59, 110, 0.10);
  border-radius: 21px;
  padding: clamp(12px, 1vw, 16px);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--wtm-panel-shadow);
}

.wtm-atlas-v107 .wtm-card h2,
.wtm-atlas-v107 .wtm-card h3 {
  margin: 0 0 9px;
  color: #0a3b7b;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.wtm-atlas-v107 .wtm-card p {
  margin: 0 0 8px;
  color: #4e6075;
  font-size: clamp(10px, .76vw, 13px);
  line-height: 1.45;
}

.wtm-explore-card {
  color: #fff;
  background: linear-gradient(135deg, #0b87ff 0%, #0564d8 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 18px 36px rgba(7, 107, 226, 0.26) !important;
}

.wtm-atlas-v107 .wtm-explore-card h2,
.wtm-atlas-v107 .wtm-explore-card p {
  color: #fff;
}

.wtm-sky-trail {
  margin-top: 6px;
  text-align: right;
  opacity: 0.85;
  font-size: 16px;
}

.wtm-layer-list {
  display: grid;
  gap: 7px;
}

.wtm-layer-list button {
  width: 100%;
  min-height: 34px;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(7, 59, 110, 0.09);
  border-radius: 12px;
  background: #fff;
  color: #24364f;
  text-align: left;
  font-size: clamp(10px, .72vw, 12px);
  font-weight: 700;
  cursor: pointer;
}

.wtm-layer-list button:hover,
.wtm-layer-list button:focus {
  border-color: rgba(8, 126, 236, .3);
  background: #f4faff;
}

.wtm-layer-list strong {
  padding: 3px 8px;
  border-radius: 999px;
  background: #eff4f8;
  color: #617083;
  font-size: 11px;
}

.wtm-layer-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f8ff;
}

.wtm-filter-card label {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 7px;
  color: #0b3d7d;
  font-size: 11px;
  font-weight: 800;
}

.wtm-filter-card select {
  width: 100%;
  height: 34px;
  border: 1px solid rgba(7, 59, 110, 0.16);
  border-radius: 10px;
  padding: 0 10px;
  background: #fff;
  color: #24364f;
  font-size: 11px;
  font-weight: 700;
}

.wtm-reset-button,
.wtm-saved-signin {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #087ff0, #0560d5);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(8, 111, 225, .25);
}

.wtm-icon-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  text-align: center;
}

.wtm-icon-legend span {
  display: grid;
  gap: 3px;
  place-items: center;
  color: #43546b;
  font-size: 10px;
  font-weight: 700;
}

.wtm-icon-legend b {
  font-size: 22px;
  line-height: 1;
}

.wtm-icon-legend span:last-child {
  grid-column: 2 / span 2;
}

.wtm-atlas-v107 .wtm-map-stage {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.wtm-map-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #3bbcff;
  box-shadow: 0 20px 42px rgba(12, 87, 157, 0.20);
}

.wtm-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  user-select: none;
  -webkit-user-drag: none;
}

.wtm-hotspot {
  position: absolute;
  z-index: 3;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.01);
  color: transparent;
  cursor: pointer;
}

.wtm-hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.wtm-hotspot:hover,
.wtm-hotspot:focus {
  outline: 3px solid rgba(255,255,255,.92);
  box-shadow: 0 0 0 6px rgba(13, 126, 234, .32);
  background: rgba(255,255,255,.10);
}

.wtm-hotspot-na { left: 8%; top: 22%; width: 28%; height: 31%; }
.wtm-hotspot-sa { left: 20%; top: 56%; width: 19%; height: 35%; }
.wtm-hotspot-eu { left: 48%; top: 18%; width: 18%; height: 30%; }
.wtm-hotspot-af { left: 45%; top: 43%; width: 17%; height: 34%; }
.wtm-hotspot-as { left: 62%; top: 20%; width: 31%; height: 38%; }
.wtm-hotspot-oc { left: 78%; top: 62%; width: 19%; height: 21%; }
.wtm-hotspot-list { left: 38.5%; bottom: 4.8%; width: 25%; height: 8%; border-radius: 999px; }

.wtm-trending-card,
.wtm-location-card,
.wtm-saved-card {
  display: grid;
  gap: 8px;
}

.wtm-story-row,
.wtm-feature-row {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(7, 59, 110, 0.10);
  background: transparent;
  padding: 7px 0 0;
  display: grid;
  gap: 8px;
  text-align: left;
  cursor: pointer;
  color: #13203a;
}

.wtm-story-row {
  grid-template-columns: 26px 72px 1fr;
  align-items: center;
}

.wtm-story-row strong,
.wtm-feature-row strong {
  display: block;
  font-size: clamp(10px, .72vw, 12px);
  line-height: 1.25;
  color: #111827;
}

.wtm-story-row em,
.wtm-feature-row em {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-style: normal;
  color: #647184;
}

.wtm-rank {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #b87512;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.wtm-story-row:nth-of-type(2) .wtm-rank { background: #158b8d; }
.wtm-story-row:nth-of-type(3) .wtm-rank { background: #bc8412; }

.wtm-thumb,
.wtm-mini-thumb {
  display: block;
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.wtm-thumb {
  width: 72px;
  height: 47px;
}

.wtm-thumb-transit { background-image: linear-gradient(135deg, #b7d8e8, #525a68 46%, #e0b24a); }
.wtm-thumb-andes { background-image: linear-gradient(135deg, #3a5d68, #cfb46e 45%, #a3712b); }
.wtm-thumb-coast { background-image: linear-gradient(135deg, #51d0e7, #0f7dc2 50%, #effac0); }

.wtm-view-all {
  justify-self: end;
  color: #006bdd;
  font-size: 11px;
  font-weight: 900;
}

.wtm-feature-row {
  grid-template-columns: 70px 1fr;
  align-items: center;
}

.wtm-mini-thumb {
  width: 64px;
  height: 48px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff0cc, #c7eecf);
  font-size: 28px;
}

.wtm-feature-row i {
  display: inline-block;
  margin-bottom: 3px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #27a75a;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.wtm-feature-row:nth-of-type(3) i { background: #f26f19; }
.wtm-feature-row:nth-of-type(4) i { background: #079eaa; }

.wtm-saved-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fff7df 100%) !important;
}

.wtm-saved-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  min-height: 36px;
  text-decoration: none;
}

.wtm-luggage {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 52px;
  opacity: 0.92;
}

/* Section page polish for laptop screens. */
.wtm-section-title {
  font-size: clamp(38px, 5vw, 72px) !important;
  line-height: 0.94;
}

.wtm-section-hero {
  gap: clamp(22px, 3vw, 52px);
}

.wtm-section-shell {
  min-height: auto;
}

@media (max-width: 1320px) {
  .wtm-atlas-v107 .wtm-atlas-grid {
    grid-template-columns: 250px minmax(540px, 1fr) 270px;
    gap: 12px;
  }
  .wtm-atlas-v107 .wtm-card {
    padding: 12px;
  }
  .wtm-story-row {
    grid-template-columns: 23px 58px 1fr;
  }
  .wtm-thumb {
    width: 58px;
    height: 42px;
  }
  .wtm-main-nav {
    gap: 7px;
  }
  .wtm-nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 1120px) {
  body.wtm-no-footer {
    overflow: auto;
  }
  .wtm-atlas-v107 {
    height: auto;
    overflow: visible;
  }
  body.admin-bar .wtm-atlas-v107 {
    height: auto;
  }
  .wtm-atlas-v107 .wtm-atlas-grid {
    height: auto;
    grid-template-columns: 1fr;
  }
  .wtm-atlas-v107 .wtm-rail {
    overflow: visible;
  }
  .wtm-map-frame {
    aspect-ratio: 1064 / 830;
    height: auto;
  }
  .wtm-main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wtm-brand {
    min-width: 240px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .wtm-site-header {
    top: 46px;
  }
  .wtm-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .wtm-brand-main {
    font-size: 20px;
  }
  .wtm-nav-link {
    min-height: 40px;
    padding: 8px 10px;
  }
}

/* 1.0.8 compact Atlas polish release */
:root {
  --wtm-header-height: 72px;
}

.wtm-site-header {
  min-height: var(--wtm-header-height);
}

.wtm-header-inner {
  min-height: var(--wtm-header-height);
  padding-top: 7px;
  padding-bottom: 7px;
}

.wtm-brand-mark {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.wtm-nav-link {
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wtm-atlas-v108 {
  height: calc(100svh - var(--wtm-header-height));
  padding: 10px clamp(10px, 1.2vw, 18px) 12px;
}

body.admin-bar .wtm-atlas-v108 {
  height: calc(100svh - var(--wtm-header-height) - 32px);
}

.wtm-atlas-v108 .wtm-atlas-grid {
  grid-template-columns: minmax(224px, 270px) minmax(560px, 1fr) minmax(244px, 286px);
  gap: 12px;
  height: 100%;
}

@media (min-width: 1024px) {
  .wtm-atlas-v108 .wtm-rail {
    overflow: hidden;
    gap: 7px;
    align-content: stretch;
  }

  .wtm-atlas-v108 .wtm-left-rail {
    grid-template-rows: auto minmax(0, 1.22fr) auto auto;
  }

  .wtm-atlas-v108 .wtm-right-rail {
    grid-template-rows: minmax(0, 1.18fr) minmax(0, 1.1fr) auto;
  }
}

.wtm-atlas-v108 .wtm-card {
  margin: 0;
  padding: 9px 10px;
  border-radius: 18px;
}

.wtm-atlas-v108 .wtm-card h2,
.wtm-atlas-v108 .wtm-card h3 {
  margin-bottom: 6px;
  font-size: clamp(13px, .92vw, 16px);
  line-height: 1.02;
}

.wtm-atlas-v108 .wtm-card p {
  margin-bottom: 6px;
  font-size: clamp(9px, .66vw, 11px);
  line-height: 1.28;
}

.wtm-atlas-v108 .wtm-explore-card {
  padding: 10px 12px;
}

.wtm-atlas-v108 .wtm-sky-trail {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1;
}

.wtm-atlas-v108 .wtm-layer-list {
  gap: 4px;
}

.wtm-atlas-v108 .wtm-layer-list button {
  min-height: 23px;
  grid-template-columns: 22px 1fr auto;
  gap: 6px;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: clamp(9px, .64vw, 10.5px);
  line-height: 1;
}

.wtm-atlas-v108 .wtm-layer-icon {
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.wtm-atlas-v108 .wtm-layer-list strong {
  padding: 2px 7px;
  font-size: 10px;
}

.wtm-atlas-v108 .wtm-filter-card label {
  grid-template-columns: 46px 1fr;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 10px;
}

.wtm-atlas-v108 .wtm-filter-card select {
  height: 27px;
  border-radius: 9px;
  padding: 0 8px;
  font-size: 10px;
}

.wtm-atlas-v108 .wtm-reset-button {
  min-height: 30px;
  margin-top: 2px;
  border-radius: 10px;
  font-size: 11px;
}

.wtm-atlas-v108 .wtm-icon-legend {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
}

.wtm-atlas-v108 .wtm-icon-legend span,
.wtm-atlas-v108 .wtm-icon-legend span:last-child {
  grid-column: auto;
  gap: 1px;
  font-size: 8.5px;
  line-height: 1.05;
}

.wtm-atlas-v108 .wtm-icon-legend b {
  font-size: 17px;
}

.wtm-atlas-v108 .wtm-map-frame {
  border-radius: 17px;
}

.wtm-atlas-v108 .wtm-map-image {
  object-position: center center;
}

.wtm-floating-search {
  position: absolute;
  z-index: 8;
  top: clamp(12px, 2.2vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  width: min(72%, 760px);
  min-height: 48px;
  display: grid;
  grid-template-columns: 46px 1fr 44px;
  align-items: center;
  gap: 8px;
  padding: 5px 7px 5px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 28px rgba(16, 68, 130, .24);
  border: 1px solid rgba(255,255,255,.82);
}

.wtm-floating-panda {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.16);
  font-size: 27px;
}

.wtm-floating-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #18243a;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 700;
}

.wtm-floating-search button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #7bc52c, #5baa17);
  color: #fff;
  box-shadow: 0 7px 18px rgba(91, 170, 23, .35);
  cursor: pointer;
  font-size: 20px;
}

.wtm-dossier-float {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 250px;
  min-height: 44px;
  padding: 8px 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.98);
  color: #0a2d62;
  box-shadow: 0 14px 28px rgba(5, 65, 130, .22);
  font-weight: 900;
  font-size: clamp(12px, .95vw, 17px);
  cursor: pointer;
}

.wtm-atlas-v108 .wtm-hotspot-list {
  bottom: 1.8%;
}

.wtm-atlas-v108 .wtm-trending-card,
.wtm-atlas-v108 .wtm-location-card,
.wtm-atlas-v108 .wtm-saved-card {
  gap: 4px;
}

.wtm-atlas-v108 .wtm-story-row,
.wtm-atlas-v108 .wtm-feature-row {
  gap: 6px;
  padding-top: 5px;
}

.wtm-atlas-v108 .wtm-story-row {
  grid-template-columns: 22px 48px 1fr;
}

.wtm-atlas-v108 .wtm-rank {
  width: 22px;
  height: 22px;
  font-size: 11px;
}

.wtm-atlas-v108 .wtm-thumb {
  width: 48px;
  height: 34px;
  border-radius: 8px;
}

.wtm-atlas-v108 .wtm-story-row strong,
.wtm-atlas-v108 .wtm-feature-row strong {
  font-size: clamp(8.5px, .62vw, 10.5px);
  line-height: 1.08;
}

.wtm-atlas-v108 .wtm-story-row em,
.wtm-atlas-v108 .wtm-feature-row em {
  margin-top: 1px;
  font-size: 8.5px;
  line-height: 1.1;
}

.wtm-atlas-v108 .wtm-view-all {
  font-size: 10px;
  line-height: 1;
}

.wtm-atlas-v108 .wtm-feature-row {
  grid-template-columns: 48px 1fr;
}

.wtm-atlas-v108 .wtm-mini-thumb {
  width: 46px;
  height: 34px;
  border-radius: 8px;
  font-size: 19px;
}

.wtm-atlas-v108 .wtm-feature-row i {
  margin-bottom: 2px;
  padding: 2px 5px;
  font-size: 7.5px;
}

.wtm-atlas-v108 .wtm-saved-card {
  min-height: 62px;
  padding-right: 60px;
}

.wtm-atlas-v108 .wtm-saved-signin {
  width: 76px;
  min-height: 28px;
  border-radius: 10px;
  font-size: 10px;
}

.wtm-atlas-v108 .wtm-luggage {
  right: 8px;
  bottom: 8px;
  font-size: 34px;
}

.wtm-atlas-v108 .wtm-saved-card p {
  max-width: 190px;
}

/* Smaller, more useful section heroes on laptops. */
.wtm-section-title {
  font-size: clamp(32px, 4.45vw, 62px) !important;
  line-height: 0.96;
}

.wtm-section-shell {
  padding-top: clamp(22px, 3vw, 42px);
  padding-bottom: clamp(22px, 3vw, 42px);
}

.wtm-section-hero {
  margin-bottom: 18px;
}

@media (max-height: 540px) and (min-width: 1024px) {
  .wtm-atlas-v108 .wtm-rail {
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

@media (max-width: 1320px) and (min-width: 1024px) {
  .wtm-atlas-v108 .wtm-atlas-grid {
    grid-template-columns: 260px minmax(530px, 1fr) 274px;
    gap: 10px;
  }
  .wtm-atlas-v108 .wtm-card {
    padding: 8px 9px;
  }
  .wtm-floating-search {
    width: min(74%, 680px);
    min-height: 44px;
    grid-template-columns: 40px 1fr 40px;
  }
  .wtm-floating-panda,
  .wtm-floating-search button {
    width: 38px;
    height: 38px;
  }
  .wtm-floating-panda {
    font-size: 24px;
  }
  .wtm-dossier-float {
    min-height: 40px;
    min-width: 220px;
  }
}

@media (max-width: 1120px) {
  .wtm-atlas-v108,
  body.admin-bar .wtm-atlas-v108 {
    height: auto;
  }
  .wtm-atlas-v108 .wtm-rail {
    overflow: visible;
  }
  .wtm-floating-search {
    width: min(88%, 720px);
  }
}

/* 1.0.11: search stabilization and small Atlas polish. */
.wtm-floating-search {
  width: min(66%, 660px);
}

.wtm-search-feedback {
  position: absolute;
  left: 58px;
  right: 58px;
  top: calc(100% + 6px);
  min-height: 0;
  padding: 0;
  color: #0a2d62;
  font-size: 10.5px;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
  pointer-events: none;
}

.wtm-floating-search.is-empty-search,
.wtm-search-page-form.is-empty-search {
  animation: wtmSearchNudge .28s ease-in-out 0s 2;
}

.wtm-floating-search.is-empty-search {
  box-shadow: 0 12px 28px rgba(16, 68, 130, .24), 0 0 0 3px rgba(255, 183, 0, .45);
}

@keyframes wtmSearchNudge {
  0%, 100% { transform: translateX(-50%); }
  25% { transform: translateX(calc(-50% - 4px)); }
  75% { transform: translateX(calc(-50% + 4px)); }
}

.wtm-search-page-form.is-empty-search {
  animation-name: wtmSearchNudgeBlock;
  box-shadow: 0 0 0 3px rgba(255, 183, 0, .35), var(--wtm-shadow);
}

@keyframes wtmSearchNudgeBlock {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.wtm-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.wtm-thumb::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.18));
}

.wtm-thumb-transit::after { content: '🚄'; }
.wtm-thumb-andes::after { content: '⛰️'; }
.wtm-thumb-coast::after { content: '🌊'; }

.wtm-search-page {
  min-height: calc(100vh - var(--wtm-header-height));
  padding: clamp(32px, 5vw, 72px) 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(22, 121, 209, .10), transparent 30%),
    linear-gradient(180deg, #f6fbff 0%, #edf6fd 100%);
}

.wtm-search-inner {
  width: min(1100px, calc(100vw - 36px));
  margin: 0 auto;
}

.wtm-search-hero {
  padding: clamp(26px, 4.5vw, 54px);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--wtm-shadow);
  border: 1px solid rgba(20, 50, 90, .10);
}

.wtm-search-hero h1 {
  margin: 12px 0 10px;
  color: var(--wtm-deep-blue);
  font-size: clamp(36px, 5.8vw, 76px);
  line-height: .96;
  letter-spacing: -0.055em;
}

.wtm-search-hero p {
  max-width: 760px;
  margin: 0 0 24px;
  color: #435470;
  font-size: 15px;
}

.wtm-search-page-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 760px;
  padding: 8px;
  border: 1px solid rgba(20, 50, 90, .14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 68, 130, .11);
}

.wtm-search-page-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: #18243a;
  font-size: 15px;
  font-weight: 700;
}

.wtm-search-page-form button {
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--wtm-blue);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.wtm-search-page-form .wtm-search-feedback {
  left: 18px;
  right: 18px;
  top: calc(100% + 8px);
}

.wtm-search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.wtm-search-result-card,
.wtm-no-results-card {
  min-height: 220px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20, 50, 90, .12);
  box-shadow: 0 12px 28px rgba(16, 68, 130, .10);
}

.wtm-search-result-card--static {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border-color: rgba(22, 121, 209, .20);
}

.wtm-result-type {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f8fb;
  color: #087982;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.wtm-search-result-card h2,
.wtm-no-results-card h2 {
  margin: 13px 0 9px;
  color: #172033;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.wtm-search-result-card p,
.wtm-no-results-card p {
  margin: 0 0 16px;
  color: #4d5c73;
  font-size: 14px;
}

.wtm-result-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wtm-blue);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.wtm-result-link:hover,
.wtm-result-link:focus {
  color: #fff;
}

.wtm-no-results-card {
  margin-top: 22px;
  max-width: 760px;
}

body.search .navigation.pagination {
  margin-top: 24px;
}

@media (max-width: 1320px) and (min-width: 1024px) {
  .wtm-floating-search {
    width: min(68%, 610px);
  }
  .wtm-floating-search input {
    font-size: clamp(10.5px, .82vw, 12.5px);
  }
}

@media (max-width: 900px) {
  .wtm-search-results-grid {
    grid-template-columns: 1fr;
  }
  .wtm-search-page-form {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .wtm-search-page-form button {
    width: 100%;
  }
}

/* 1.0.11: real Atlas base map, working zoom, and drag panning. */
.wtm-atlas-v110 .wtm-map-frame {
  background:
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.48), transparent 27%),
    linear-gradient(135deg, #6bd3ff, #bdefff 44%, #54bef7);
  touch-action: none;
}

.wtm-map-panzoom {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-origin: center center;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform;
  transition: transform .18s ease-out;
}

.wtm-map-frame.is-dragging .wtm-map-panzoom {
  transition: none;
}

.wtm-map-frame.is-zoomed .wtm-map-panzoom {
  cursor: grab;
}

.wtm-map-frame.is-dragging .wtm-map-panzoom {
  cursor: grabbing;
}

.wtm-atlas-v110 .wtm-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.wtm-atlas-v110 .wtm-hotspot {
  z-index: 4;
  background: rgba(255,255,255,0.001);
  border-radius: 42% 58% 48% 52%;
}

.wtm-map-frame.is-zoomed .wtm-hotspot,
.wtm-map-marker {
  cursor: pointer;
}

.wtm-atlas-v110 .wtm-hotspot:hover,
.wtm-atlas-v110 .wtm-hotspot:focus {
  outline: 2px solid rgba(255,255,255,.95);
  box-shadow: 0 0 0 5px rgba(13, 126, 234, .30), inset 0 0 0 999px rgba(255,255,255,.08);
}

.wtm-atlas-v110 .wtm-hotspot-na { left: 8%; top: 13%; width: 40%; height: 42%; }
.wtm-atlas-v110 .wtm-hotspot-sa { left: 27%; top: 52%; width: 21%; height: 38%; }
.wtm-atlas-v110 .wtm-hotspot-eu { left: 44%; top: 18%; width: 24%; height: 23%; }
.wtm-atlas-v110 .wtm-hotspot-af { left: 47%; top: 38%; width: 23%; height: 46%; }
.wtm-atlas-v110 .wtm-hotspot-as { left: 62%; top: 18%; width: 35%; height: 42%; }
.wtm-atlas-v110 .wtm-hotspot-oc { left: 76%; top: 62%; width: 23%; height: 31%; }

.wtm-map-label {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #16466d;
  box-shadow: 0 4px 12px rgba(11, 78, 132, .12);
  font-size: clamp(9px, .78vw, 13px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  white-space: nowrap;
}

.wtm-label-na { left: 21%; top: 31%; }
.wtm-label-sa { left: 34%; top: 68%; }
.wtm-label-eu { left: 53%; top: 28%; }
.wtm-label-af { left: 56%; top: 55%; }
.wtm-label-as { left: 75%; top: 33%; }
.wtm-label-oc { left: 83%; top: 75%; }

.wtm-map-marker {
  position: absolute;
  z-index: 6;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
  min-height: 27px;
  padding: 4px 7px 4px 5px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #143b63;
  box-shadow: 0 8px 18px rgba(9, 72, 132, .18);
  font-size: clamp(8px, .62vw, 10px);
  font-weight: 900;
  line-height: 1;
}

.wtm-map-marker span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf7ff;
  font-size: 13px;
}

.wtm-map-marker:hover,
.wtm-map-marker:focus {
  outline: 2px solid rgba(255,255,255,.96);
  box-shadow: 0 0 0 5px rgba(13, 126, 234, .30), 0 8px 18px rgba(9, 72, 132, .18);
  transform: translateY(-1px);
}

.wtm-marker-architecture { left: 50%; top: 24%; }
.wtm-marker-food { left: 67%; top: 45%; }
.wtm-marker-wildlife { left: 82%; top: 66%; }
.wtm-marker-astronomy { left: 37%; top: 61%; }
.wtm-marker-transit { left: 75%; top: 26%; }
.wtm-marker-coop { left: 18%; top: 42%; }

.wtm-map-controls {
  position: absolute;
  z-index: 12;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 7px;
}

.wtm-map-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 13px;
  background: rgba(255,255,255,.94);
  color: #104779;
  box-shadow: 0 8px 18px rgba(9, 72, 132, .18);
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
}

.wtm-map-controls button:hover,
.wtm-map-controls button:focus {
  background: #eef9ff;
  outline: 2px solid rgba(22, 121, 209, .25);
}

.wtm-map-controls button:disabled {
  opacity: .52;
  cursor: not-allowed;
}

.wtm-map-zoom-readout {
  position: absolute;
  z-index: 12;
  right: 13px;
  top: calc(50% + 102px);
  min-width: 38px;
  padding: 4px 5px;
  border-radius: 999px;
  background: rgba(13, 63, 121, .88);
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(9, 72, 132, .18);
}

.wtm-map-help {
  position: absolute;
  z-index: 13;
  right: 58px;
  top: calc(50% + 46px);
  width: min(260px, 45%);
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: #1d4267;
  box-shadow: 0 14px 30px rgba(9, 72, 132, .22);
  font-size: 11px;
  font-weight: 800;
}

.wtm-map-frame.is-help-open .wtm-map-help {
  display: block;
}

.wtm-map-frame:not(.is-help-open) .wtm-map-help[hidden] {
  display: none;
}

.wtm-map-frame.is-zoomed::after {
  content: 'Drag to pan';
  position: absolute;
  z-index: 10;
  left: 14px;
  bottom: 15px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(13, 63, 121, .82);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}

.wtm-atlas-v110 .wtm-dossier-float {
  z-index: 12;
}

@media (max-width: 1320px) and (min-width: 1024px) {
  .wtm-map-marker {
    min-height: 23px;
    padding: 3px 6px 3px 4px;
    font-size: 8px;
  }
  .wtm-map-marker span {
    width: 17px;
    height: 17px;
    font-size: 11px;
  }
  .wtm-map-controls button {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 17px;
  }
  .wtm-map-zoom-readout {
    min-width: 34px;
    top: calc(50% + 92px);
  }
}

@media (max-width: 900px) {
  .wtm-map-label,
  .wtm-map-marker strong {
    display: none;
  }
  .wtm-map-marker {
    grid-template-columns: 1fr;
    padding: 4px;
  }
  .wtm-map-controls {
    right: 10px;
    top: auto;
    bottom: 74px;
    transform: none;
    grid-auto-flow: column;
  }
  .wtm-map-zoom-readout {
    right: 10px;
    top: auto;
    bottom: 42px;
  }
}

/* 1.0.11 patch: keep the real Atlas map frame visible inside the no-scroll dashboard. */
.wtm-atlas-v110 .wtm-map-stage {
  display: block;
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.wtm-atlas-v110 .wtm-map-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(12, 87, 157, 0.20);
}

.wtm-atlas-v110 .wtm-map-panzoom {
  position: absolute;
  inset: 0;
}

.wtm-atlas-v110 .wtm-floating-search,
.wtm-atlas-v110 .wtm-map-controls,
.wtm-atlas-v110 .wtm-map-zoom-readout,
.wtm-atlas-v110 .wtm-map-help,
.wtm-atlas-v110 .wtm-dossier-float {
  position: absolute;
}
