:root {
  --ink: #173f48;
  --muted: #71857f;
  --paper: #f8f5ec;
  --cream: #fffdf7;
  --line: #dce4d9;
  --coral: #f17763;
  --sun: #f5bd4b;
  --aqua: #35aaa0;
  --sea: #237e95;
  --shadow: 0 24px 60px rgba(23, 63, 72, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }

.atlas-noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .38; background-image: radial-gradient(rgba(23,63,72,.13) .7px, transparent .8px); background-size: 17px 17px; }
.atlas-nav { position: relative; z-index: 1000; min-height: 82px; padding: 13px clamp(20px, 4vw, 68px); display: flex; align-items: center; gap: 24px; color: #fff; background: #123f48; border-bottom: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.atlas-nav::after { content: ""; position: absolute; right: 22%; bottom: -74px; width: 300px; height: 130px; border: 1px solid rgba(114,218,198,.22); border-radius: 50%; transform: rotate(-7deg); }
.atlas-brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.atlas-brand > span:last-child { display: flex; flex-direction: column; }
.atlas-brand strong { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.atlas-brand small { margin-top: 5px; color: #9fd6cb; font-size: 9.2px; font-weight: 700; letter-spacing: .19em; }
.atlas-brand-mark { width: 48px; height: 48px; flex: 0 0 48px; }
.atlas-brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; filter: drop-shadow(0 3px 2px rgba(0,0,0,.28)); }
.atlas-nav-copy { position: relative; z-index: 1; margin-left: 24px; color: #b9d7d1; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.atlas-nav-copy span { margin-right: 8px; color: #f5bd4b; }
.atlas-nav nav { position: relative; z-index: 1; margin-left: auto; display: flex; align-items: center; gap: 10px; }
.atlas-nav-link, .atlas-world-button { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; font-size: 13px; font-weight: 700; text-decoration: none; }
.atlas-nav-link { color: #e4f3ef; border: 1px solid rgba(255,255,255,.15); }
.atlas-world-button { gap: 9px; color: #173f48; background: #f6c45b; border: 0; box-shadow: 0 5px 0 #bc8732; cursor: pointer; }

main { width: min(1600px, 100%); margin: 0 auto; }
.atlas-intro { padding: 58px clamp(20px, 5vw, 86px) 40px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.atlas-eyebrow { display: block; margin-bottom: 17px; color: var(--coral); font: 800 11px/1 "Manrope", sans-serif; letter-spacing: .22em; }
.atlas-intro h1 { margin: 0; max-width: 760px; font: 800 clamp(44px, 5.5vw, 82px)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.atlas-intro h1 em { color: var(--aqua); font-style: normal; }
.atlas-intro p { max-width: 690px; margin: 24px 0 0; color: #6d807a; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.atlas-intro-route { padding-bottom: 13px; display: flex; align-items: center; }
.atlas-intro-route > span { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.atlas-intro-route b { width: 55px; height: 55px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font: 800 15px "Manrope", sans-serif; box-shadow: 0 6px 0 rgba(23,63,72,.16); }
.atlas-intro-route span:nth-of-type(2) b { background: var(--coral); }
.atlas-intro-route span:nth-of-type(3) b { color: var(--ink); background: var(--sun); }
.atlas-intro-route small { color: var(--muted); font-size: 9.2px; font-weight: 800; letter-spacing: .13em; }
.atlas-intro-route i { width: clamp(22px, 3.3vw, 58px); margin: 0 10px 20px; border-top: 2px dashed #b7c8bd; }

.atlas-shell { margin: 0 clamp(14px, 3vw, 48px); min-height: 780px; display: block; overflow: hidden; background: var(--cream); border: 1px solid #d7e1d7; border-radius: 34px; box-shadow: var(--shadow); }
.atlas-map-column { position: relative; min-width: 0; background: #dceee8; border-bottom: 1px solid #d6e0d7; }
.atlas-map-toolbar { height: 83px; padding: 16px 21px 15px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); }
.atlas-map-toolbar > div:first-child { min-width: 0; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; }
.atlas-map-toolbar strong { overflow: hidden; font: 800 18px/1.1 "Manrope", sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.atlas-map-toolbar small { grid-column: 2; margin-top: 4px; color: var(--muted); font-size: 11px; }
.live-dot { grid-row: 1 / 3; width: 10px; height: 10px; background: var(--aqua); border: 3px solid #d7f3eb; border-radius: 50%; box-sizing: content-box; }
.atlas-map-actions { display: flex; gap: 7px; }
.atlas-map-actions button { height: 42px; min-width: 42px; padding: 0 12px; color: var(--ink); background: #f3f5ee; border: 1px solid #d5dfd4; border-radius: 12px; font-size: 12px; font-weight: 800; cursor: pointer; }
.atlas-map-actions button:hover { background: #fff; border-color: #9fc5b9; }
#worldMap { width: 100%; height: 640px; background: #d9eee9; }
.map-coordinate-strip { min-height: 47px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #738981; background: #eef4ee; border-top: 1px solid #d1ddd4; font: 600 9px/1.3 "DM Sans", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.map-coordinate-strip span:last-child { text-align: right; }

.leaflet-container { font-family: "DM Sans", sans-serif; }
.leaflet-control-zoom { border: 0 !important; box-shadow: 0 10px 28px rgba(23,63,72,.18) !important; }
.leaflet-control-zoom a { color: var(--ink) !important; background: #fffdf8 !important; border-color: #e3e8de !important; }
.leaflet-control-attribution { padding: 3px 7px !important; color: #667b76 !important; background: rgba(255,255,255,.82) !important; font-size: 10.3px !important; }
.leaflet-control-attribution a { color: #267b80 !important; }
.continent-label { background: transparent; border: 0; }
.continent-label span { min-width: 105px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #153f48; background: rgba(255,253,247,.96); border: 1px solid rgba(23,63,72,.15); border-radius: 999px; box-shadow: 0 9px 24px rgba(22,62,70,.19); font: 800 11px "Manrope", sans-serif; text-align: center; white-space: nowrap; transform: translate(-50%, -50%); transition: transform .18s ease, background .18s ease; }
.continent-label span::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; background: var(--continent-color, #35aaa0); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--continent-color, #35aaa0) 18%, transparent); }
.continent-label span:hover, .continent-label.active span { color: #fff; background: var(--ink); transform: translate(-50%, -50%) scale(1.06); }
.attraction-marker { background: transparent; border: 0; }
.attraction-marker span { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--coral); border: 4px solid #fff; border-radius: 50% 50% 50% 15%; box-shadow: 0 8px 20px rgba(23,63,72,.3); font: 800 12px "Manrope", sans-serif; transform: rotate(-45deg); }
.attraction-marker span b { transform: rotate(45deg); }
.attraction-marker.excursion span { background: var(--sea); }
.city-map-dot { cursor: pointer; transition: filter .2s ease; }
.city-map-dot:hover { filter: brightness(1.08); }
.city-map-tooltip { border: 0 !important; border-radius: 13px !important; padding: 9px 12px !important; color: #173f48 !important; background: #fffdf8 !important; box-shadow: 0 10px 28px rgba(23,63,72,.22) !important; font-family: "DM Sans", sans-serif !important; }
.city-map-tooltip::before { border-top-color: #fffdf8 !important; }
.city-map-tooltip strong { display: block; font: 800 13px/1.2 "Manrope", sans-serif; }
.city-map-tooltip span { display: block; margin-top: 3px; color: #71837f; font-size: 11px; white-space: nowrap; }
.atlas-popup { min-width: 180px; }
.atlas-popup small { color: var(--coral); font-size: 10.3px; font-weight: 800; letter-spacing: .1em; }
.atlas-popup strong { margin: 3px 0 4px; display: block; font: 800 14px/1.2 "Manrope", sans-serif; }
.atlas-popup span { color: #71857f; font-size: 11.5px; }

.atlas-explorer { min-width: 0; padding: 30px clamp(22px, 4vw, 64px) 58px; background: var(--cream); }
.atlas-breadcrumbs { min-height: 33px; margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.atlas-breadcrumbs button { padding: 5px 9px; color: #758983; background: transparent; border: 0; border-radius: 8px; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.atlas-breadcrumbs button:not(:last-child)::after { content: "›"; margin-left: 12px; color: #b5c1bb; }
.atlas-breadcrumbs button:last-child { color: var(--ink); background: #edf3ec; }
.panel-kicker { margin: 0 0 9px; color: var(--coral); font-size: 11.5px; font-weight: 800; letter-spacing: .16em; }
.panel-title { margin: 0; font: 800 clamp(29px, 3vw, 42px)/1.05 "Manrope", sans-serif; letter-spacing: -.045em; }
.panel-lead { margin: 13px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.continent-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.continent-card { position: relative; min-height: 112px; padding: 19px; overflow: hidden; color: var(--ink); background: #f3f5ee; border: 1px solid #dfe6dc; border-radius: 19px; text-align: left; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.continent-card:hover { z-index: 1; transform: translateY(-3px); border-color: var(--card-color); box-shadow: 0 13px 25px rgba(23,63,72,.1); }
.continent-card::after { content: ""; position: absolute; right: -23px; bottom: -38px; width: 100px; height: 100px; background: color-mix(in srgb, var(--card-color) 17%, transparent); border: 17px solid color-mix(in srgb, var(--card-color) 12%, transparent); border-radius: 50%; }
.continent-card span { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--card-color); border-radius: 50%; font-size: 12px; }
.continent-card strong { position: relative; z-index: 1; margin: 15px 0 2px; display: block; font: 800 15px "Manrope", sans-serif; }
.continent-card small { position: relative; z-index: 1; color: var(--muted); font-size: 11.5px; }

.country-tools { margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
.country-search { position: relative; flex: 1; }
.country-search::before { content: "⌕"; position: absolute; left: 15px; top: 50%; color: #7f918b; font-size: 20px; transform: translateY(-52%); }
.country-search input { width: 100%; height: 48px; padding: 0 15px 0 42px; color: var(--ink); background: #f3f5ef; border: 1px solid #dbe4da; border-radius: 14px; outline: 0; font-size: 13px; }
.country-search input:focus { background: #fff; border-color: var(--aqua); box-shadow: 0 0 0 4px rgba(53,170,160,.1); }
.country-count { min-width: 58px; padding: 10px 8px; color: var(--muted); background: #eef3ec; border-radius: 13px; font-size: 11.5px; font-weight: 800; text-align: center; }
.country-grid { padding-right: 6px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; scrollbar-width: thin; scrollbar-color: #b9c9c0 transparent; }
.country-button { min-height: 58px; padding: 9px 10px; display: grid; grid-template-columns: 7px minmax(0,1fr) auto; align-items: center; gap: 3px 9px; color: var(--ink); background: #fff; border: 1px solid #e1e7df; border-radius: 12px; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.country-button::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; background: #b9c7bf; border-radius: 50%; }
.country-button > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.country-button > small { grid-column: 2 / -1; color: #81928c; font-size: 9.2px; font-weight: 800; letter-spacing: .04em; }
.country-button:hover { border-color: #7bbdb3; background: #eff8f4; }
.country-button.ready { border-color: rgba(241,119,99,.43); background: #fff6f1; }
.country-button.ready::before { background: var(--coral); box-shadow: 0 0 0 4px rgba(241,119,99,.12); }
.country-button.ready::after { content: "DETAIL"; grid-column: 3; grid-row: 1; color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.empty-search { grid-column: 1 / -1; padding: 32px; color: var(--muted); background: #f4f5ef; border-radius: 14px; font-size: 12px; text-align: center; }

.city-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.city-choice-card { position: relative; min-height: 270px; padding: 0; overflow: hidden; color: #fff; background: #173f48; border: 0; border-radius: 20px; text-align: left; cursor: pointer; box-shadow: 0 15px 30px rgba(23,63,72,.17); }
.city-choice-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(11,38,44,.04) 25%,rgba(11,38,44,.86) 100%); }
.city-choice-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.city-choice-card:hover img { transform: scale(1.045); }
.city-choice-card > span { position: absolute; z-index: 1; inset: auto 18px 17px; }
.city-choice-card small, .city-choice-card strong, .city-choice-card em { display: block; }
.city-choice-card small { color: #ffd781; font-size: 9.2px; font-weight: 800; letter-spacing: .11em; }
.city-choice-card strong { margin: 5px 0 4px; font: 800 25px/1 "Manrope", sans-serif; }
.city-choice-card em { color: rgba(255,255,255,.78); font-size: 11.5px; font-style: normal; font-weight: 700; }

.paris-hero { position: relative; min-height: 410px; margin: -2px 0 0; overflow: hidden; border-radius: 24px; box-shadow: 0 18px 38px rgba(23,63,72,.2); }
.paris-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.paris-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,34,40,.02) 28%, rgba(8,34,40,.82) 100%); }
.paris-hero-copy { position: absolute; z-index: 1; inset: auto 25px 22px; color: #fff; }
.paris-hero-copy small { color: #ffd781; font-size: 10.3px; font-weight: 800; letter-spacing: .17em; }
.paris-hero-copy h2 { margin: 6px 0 5px; font: 800 37px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.paris-hero-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; }
.paris-intro { padding: 28px 2px 5px; }
.paris-intro h3 { margin: 0; font: 800 22px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.paris-intro > p { margin: 10px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.paris-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.paris-facts div { padding: 12px 10px; background: #f1f5ee; border: 1px solid #e0e7dd; border-radius: 13px; }
.paris-facts strong { display: block; font: 800 15px "Manrope", sans-serif; }
.paris-facts small { margin-top: 3px; display: block; color: var(--muted); font-size: 9.2px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.attraction-heading { margin-top: 25px; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.attraction-heading h3 { margin: 0; font: 800 22px "Manrope", sans-serif; letter-spacing: -.035em; }
.attraction-heading span { color: var(--muted); font-size: 10.3px; font-weight: 800; }
.attraction-filters { margin: 14px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.attraction-filters button { min-height: 34px; padding: 7px 12px; color: #697d77; background: #f2f4ee; border: 1px solid #dfe5dc; border-radius: 999px; font-size: 10.3px; font-weight: 800; cursor: pointer; }
.attraction-filters button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.attraction-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 20px; }
.attraction-card { position: relative; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid #dfe6de; border-radius: 19px; box-shadow: 0 10px 24px rgba(23,63,72,.075); }
.attraction-card-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe9e2; }
.attraction-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(9,38,44,.08),transparent 45%,rgba(9,38,44,.54)); pointer-events: none; }
.attraction-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.attraction-card:hover .attraction-card-media img { filter: saturate(1.05) contrast(1.02); transform: scale(1.035); }
.attraction-photo-credit { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 5px 8px; color: rgba(255,255,255,.92); background: rgba(15,54,62,.68); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; backdrop-filter: blur(5px); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.attraction-photo-credit:hover { background: var(--ink); }
.attraction-card-number { position: absolute; z-index: 2; left: 15px; bottom: 15px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--coral); border: 3px solid rgba(255,255,255,.92); border-radius: 13px; font: 800 11px "Manrope", sans-serif; box-shadow: 0 5px 0 #c65343, 0 9px 18px rgba(17,47,54,.24); }
.attraction-card.excursion .attraction-card-number { background: var(--sea); box-shadow: 0 5px 0 #185b6c; }
.attraction-card-body { padding: 20px 20px 18px; flex: 1; display: flex; flex-direction: column; }
.attraction-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.attraction-card h4 { margin: 0; font: 800 19px/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.attraction-card-category { position: absolute; z-index: 2; right: 13px; top: 13px; padding: 6px 9px; color: #173f48; background: rgba(255,253,247,.9); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; backdrop-filter: blur(5px); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.attraction-card p { margin: 10px 0 14px; color: #657a74; font-size: 13px; line-height: 1.68; }
.attraction-meta { display: flex; flex-wrap: wrap; gap: 6px 13px; color: #526f68; font-size: 10.3px; font-weight: 700; }
.attraction-meta span:first-child { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.attraction-tip { margin-top: 10px; margin-bottom: 12px; padding: 9px 10px; color: #8b6336; background: #fff8e8; border-radius: 10px; font-size: 10.3px; line-height: 1.45; }
.attraction-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.attraction-card button, .attraction-actions a { width: 100%; min-height: 40px; padding: 10px 8px; color: var(--ink); background: #eff6f2; border: 1px solid #d5e4da; border-radius: 10px; font-size: 10.3px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; }
.attraction-actions a { color: #186c81; background: #eef8fa; border-color: #c6e2e7; }
.attraction-card button:hover, .attraction-actions a:hover { color: #fff; background: var(--aqua); border-color: var(--aqua); }
.attraction-actions .attraction-add { grid-column: 1 / -1; color: #fff; background: #e2725b; border-color: #e2725b; }
.attraction-actions .attraction-add:hover { color: #fff; background: #cf5f49; border-color: #cf5f49; }

/* Toast a výber dovolenky na stránke mapy */
.map-toast { position: fixed; left: 50%; bottom: 24px; z-index: 1200; max-width: min(92vw, 460px); padding: 12px 16px; color: #fff; background: #173f48; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 13px; line-height: 1.4; text-align: center; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.map-toast.show { opacity: 1; transform: translate(-50%, 0); }
.plan-picker-dialog { width: min(92vw, 420px); padding: 20px; border: 0; border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.plan-picker-dialog::backdrop { background: rgba(12,32,36,.45); }
.plan-picker-dialog h3 { margin: 0 0 4px; font-size: 17px; }
.plan-picker-dialog p { margin: 0 0 14px; color: #5f6b62; font-size: 13px; }
.plan-picker-list { display: grid; gap: 8px; }
.plan-picker-list button { width: 100%; min-height: 44px; padding: 11px 12px; color: var(--ink); background: #eff6f2; border: 1px solid #d5e4da; border-radius: 10px; font-size: 13.5px; font-weight: 700; text-align: left; cursor: pointer; }
.plan-picker-list button:hover { color: #fff; background: var(--aqua); border-color: var(--aqua); }
.plan-picker-close { position: absolute; top: 10px; right: 12px; width: 30px; height: 30px; color: #5f6b62; background: transparent; border: 0; border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; }
.plan-picker-close:hover { background: #eef3f0; }
.paris-source { margin-top: 18px; padding: 14px; color: #6c817a; background: #f0f4ed; border-radius: 13px; font-size: 10.3px; line-height: 1.55; }
.paris-source a { color: #187d7e; font-weight: 800; }

.country-soon { padding: 40px 24px; background: #f2f5ee; border: 1px solid #dfe6dd; border-radius: 22px; text-align: center; }
.country-soon span { width: 66px; height: 66px; margin: 0 auto 17px; display: grid; place-items: center; color: #fff; background: var(--aqua); border: 7px solid #d9efe8; border-radius: 50%; font-size: 26px; }
.country-soon h3 { margin: 0; font: 800 24px "Manrope", sans-serif; }
.country-soon p { max-width: 380px; margin: 10px auto 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.country-soon button { min-height: 43px; padding: 0 17px; color: #fff; background: var(--ink); border: 0; border-radius: 12px; font-size: 11px; font-weight: 800; cursor: pointer; }

.atlas-how { margin: 26px clamp(14px, 3vw, 48px) 70px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.atlas-how > div { padding: 25px; background: rgba(255,253,247,.72); border: 1px solid #dde4da; border-radius: 21px; }
.atlas-how span { color: var(--coral); font: 800 10px "Manrope", sans-serif; letter-spacing: .15em; }
.atlas-how h2 { margin: 8px 0 6px; font: 800 16px "Manrope", sans-serif; }
.atlas-how p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.atlas-footer { min-height: 155px; padding: 32px clamp(20px, 4vw, 68px); display: grid; grid-template-columns: auto minmax(260px,600px) auto; align-items: center; gap: 35px; color: #fff; background: #123f48; }
.footer-brand { color: #fff; }
.atlas-footer p { margin: 0; color: #a9c8c1; font-size: 11px; line-height: 1.6; }
.atlas-footer > a:last-child { color: #ffd471; font-size: 11px; font-weight: 800; text-decoration: none; }
.atlas-footer > a:last-child span { margin-left: 8px; }

@media (max-width: 1100px) {
  .atlas-intro-route { display: none; }
  .atlas-shell { overflow: hidden; }
  #worldMap { height: 560px; }
  .atlas-explorer { padding-inline: clamp(22px, 6vw, 70px); }
  .continent-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .country-grid { max-height: none; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .paris-hero { min-height: 370px; }
  .atlas-footer { grid-template-columns: 1fr auto; }
  .atlas-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .atlas-nav { min-height: 70px; padding: 10px 15px; gap: 10px; }
  .atlas-brand strong { font-size: 18px; }
  .atlas-brand small, .atlas-nav-copy, .atlas-nav-link:not(.atlas-community-link) { display: none; }
  .atlas-community-link { width: 42px; min-height: 42px; padding: 0; display: inline-flex; font-size: 0; }
  .atlas-community-link::before { content: "♥"; font-size: 17px; }
  .atlas-brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .atlas-world-button { min-height: 40px; padding-inline: 13px; font-size: 11px; }
  .atlas-intro { padding: 38px 20px 27px; }
  .atlas-intro h1 { font-size: clamp(39px, 12vw, 58px); }
  .atlas-intro p { font-size: 15px; line-height: 1.55; }
  .atlas-shell { margin: 0 8px; border-radius: 22px; }
  .atlas-map-toolbar { height: auto; min-height: 76px; padding: 14px; align-items: stretch; flex-direction: column; }
  .atlas-map-toolbar small { font-size: 10.3px; }
  .atlas-map-actions { padding-bottom: 2px; overflow-x: auto; scrollbar-width: none; }
  .atlas-map-actions::-webkit-scrollbar { display: none; }
  .atlas-map-actions button { flex: 0 0 auto; }
  #worldMap { height: 480px; }
  .map-coordinate-strip { align-items: flex-start; flex-direction: column; }
  .map-coordinate-strip span:last-child { text-align: left; }
  .atlas-explorer { padding: 20px 16px 34px; }
  .continent-grid, .country-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .city-choice-grid { grid-template-columns: 1fr; }
  .continent-card { min-height: 100px; }
  .paris-hero { min-height: 290px; margin-inline: 0; }
  .paris-hero-copy { inset: auto 19px 18px; }
  .paris-hero-copy h2 { font-size: 32px; }
  .attraction-list { grid-template-columns: 1fr; }
  .atlas-how { grid-template-columns: 1fr; margin-bottom: 35px; }
  .atlas-footer { grid-template-columns: 1fr; gap: 20px; }
  .atlas-footer p { grid-column: auto; grid-row: auto; }
}

@media (max-width: 430px) {
  .atlas-brand > span:last-child { display: none; }
  .atlas-intro h1 { font-size: 40px; }
  #worldMap { height: 430px; }
  .continent-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .continent-card { padding: 14px; }
  .country-grid { grid-template-columns: 1fr; }
  .paris-facts { grid-template-columns: 1fr; }
  .attraction-card-body { padding: 15px 14px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Mobil a tablet: mapa bez bočného pretekania a s pohodlným dotykom */
html, body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
button, a { touch-action: manipulation; }

@media (max-width: 720px), (pointer: coarse) {
  .atlas-world-button, .atlas-map-actions button, .atlas-reset,
  .map-breadcrumbs button, .map-breadcrumbs a, .attraction-filters button,
  .attraction-card button, .country-soon button {
    min-height: 44px;
  }
  .atlas-reset { min-width: 44px; }
  .atlas-map-actions {
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .atlas-map-actions button { scroll-snap-align: start; padding-inline: 15px; font-size: 11px; }
  .map-breadcrumbs { gap: 7px; overflow-x: auto; scrollbar-width: none; }
  .map-breadcrumbs::-webkit-scrollbar { display: none; }
  .map-breadcrumbs button { flex: 0 0 auto; padding-inline: 13px; font-size: 11px; }
  .map-breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; padding-inline: 13px; font-size: 11px; }
  .leaflet-control-zoom a {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 22px !important;
  }
  .continent-card, .country-card { min-height: 108px; }
  .attraction-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .attraction-filters::-webkit-scrollbar { display: none; }
  .attraction-filters button { flex: 0 0 auto; padding-inline: 15px; font-size: 11px; }
  .attraction-card button, .attraction-actions a { font-size: 12px; }
  .atlas-footer > a:last-child { min-height: 44px; display: inline-flex; align-items: center; }
  .attraction-card:hover .attraction-card-media img { transform: none; }
}

@media (max-width: 430px) {
  .atlas-nav { padding-inline: 10px; }
  .atlas-world-button { min-height: 44px; }
  .atlas-intro { padding-inline: 16px; }
  .atlas-intro h1 { font-size: clamp(36px, 11vw, 43px); overflow-wrap: anywhere; }
  .atlas-intro p { font-size: 16px; }
  .atlas-shell { margin-inline: 5px; }
  .atlas-map-toolbar { padding-inline: 12px; }
  #worldMap { height: min(54dvh, 440px); min-height: 360px; }
  .map-coordinate-strip { padding-inline: 12px; }
  .map-coordinate-strip span { font-size: 11.5px; }
  .atlas-explorer { padding-inline: 12px; }
  .paris-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .paris-facts div { padding: 10px 7px; }
  .paris-facts strong { font-size: 13px; }
  .paris-facts small { font-size: 9.2px; }
  .attraction-card h4 { font-size: 20px; }
  .attraction-card p { font-size: 14px; }
  .attraction-meta, .attraction-tip, .paris-source { font-size: 11px; }
  .atlas-how { margin-inline: 12px; }
  .atlas-how p, .atlas-footer p, .atlas-footer > a:last-child { font-size: 13px; }
}

@media (orientation: landscape) and (max-height: 520px) {
  #worldMap { height: calc(100dvh - 110px); min-height: 290px; }
}
