/* Skibus — autobusové zájezdy JUHÁSZ travel a.s.
   Fonty jsou hostované lokálně (žádné volání na Google = bez GDPR problému). */

@font-face { font-family: "Barlow"; font-weight: 400; font-display: swap;
  src: url(fonts/barlow-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Barlow"; font-weight: 400; font-display: swap;
  src: url(fonts/barlow-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD; }
@font-face { font-family: "Barlow"; font-weight: 500; font-display: swap;
  src: url(fonts/barlow-latin-ext-500-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Barlow"; font-weight: 500; font-display: swap;
  src: url(fonts/barlow-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD; }
@font-face { font-family: "Barlow"; font-weight: 600; font-display: swap;
  src: url(fonts/barlow-latin-ext-600-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Barlow"; font-weight: 600; font-display: swap;
  src: url(fonts/barlow-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-weight: 600; font-display: swap;
  src: url(fonts/barlow-condensed-latin-ext-600-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Barlow Condensed"; font-weight: 600; font-display: swap;
  src: url(fonts/barlow-condensed-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-display: swap;
  src: url(fonts/barlow-condensed-latin-ext-700-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-display: swap;
  src: url(fonts/barlow-condensed-latin-700-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD; }

:root {
  --ink: #15233b;        /* soumrak nad horami — text, patička */
  --ink-2: #3d4d66;
  --muted: #56667d;
  --snow: #f3f6f9;       /* pozadí stránky */
  --paper: #ffffff;      /* jízdenky */
  --frost: #d9e2eb;      /* linky, perforace */
  --coach: #ffc629;      /* žlutá zájezdového autobusu — akce */
  --coach-dark: #e9ae00;
  --link: #0b67a8;       /* modrá skiholiday, ztmavená kvůli kontrastu */

  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;

  --wrap: 1180px;
  --gut: clamp(1rem, 4vw, 2rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--snow); color: var(--ink);
  font: 400 1.0625rem/1.55 var(--body);
  font-feature-settings: "tnum" 0;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--link); text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--link); outline-offset: 3px; border-radius: 2px; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.02; margin: 0; letter-spacing: -0.005em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; background: var(--coach); color: var(--ink); padding: .6rem 1rem; z-index: 10; }
.skip:focus { left: 1rem; }

/* ---------- Hlavička ---------- */
.site-head { background: var(--paper); border-bottom: 1px solid var(--frost); position: sticky; top: 0; z-index: 5; }
.site-head .wrap { display: flex; align-items: center; gap: 2rem; min-height: 76px; }
.brand { display: block; margin-right: auto; line-height: 0; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; gap: 1.6rem; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; padding: .4rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--coach-dark); }

@media (max-width: 760px) {
  .site-head .wrap { flex-wrap: wrap; gap: .25rem 1rem; padding-top: .6rem; padding-bottom: .1rem; }
  .brand img { height: 38px; }
  .nav { order: 3; width: 100%; gap: 1.25rem; overflow-x: auto; }
}

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; background: var(--ink); }
.hero-art { width: 100%; height: clamp(420px, 68vh, 720px); object-fit: cover; }
.hero::after { /* ztmavení jen vlevo dole, kvůli čitelnosti nadpisu */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(20deg, rgba(10,18,32,.72) 0%, rgba(10,18,32,.35) 38%, rgba(10,18,32,0) 65%); }
.hero-text { position: absolute; inset: auto 0 0 0; z-index: 1; padding-bottom: clamp(2rem, 6vw, 4.5rem); }
.hero h1 { font-size: clamp(3.2rem, 9vw, 7rem); max-width: 10ch; text-wrap: balance; }
.hero p { max-width: 50rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); margin: 1rem 0 1.6rem; text-shadow: 0 1px 12px rgba(0,0,0,.35); }

/* ---------- Tlačítka ---------- */
.btn { display: inline-flex; align-items: center; gap: .5rem; font: 600 1.05rem/1 var(--body);
  padding: .85rem 1.3rem; border-radius: 6px; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.btn-coach { background: var(--coach); color: var(--ink); }
.btn-coach:hover { background: var(--coach-dark); text-decoration: none; }
.btn-line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: #fff; }

/* ---------- Pruh pořadatele ---------- */

/* ---------- Sekce ---------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.2rem); }
.section-head p { margin: 0; color: var(--muted); max-width: 30rem; }

/* ---------- Jízdenky (dlaždice zájezdů) ---------- */
.tickets { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr)); gap: clamp(1.25rem, 2.5vw, 2rem); list-style: none; padding: 0; margin: 0; }
.ticket { background: var(--paper); border-radius: 10px; display: flex; flex-direction: column;
  box-shadow: 0 1px 0 var(--frost), 0 10px 30px -18px rgba(21,35,59,.35); }
.tickets > .ticket { display: grid; grid-row: span 3; grid-template-rows: subgrid; row-gap: 0; }
.ticket-photo { display: block; position: relative; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 10px 10px 0 0; background: var(--frost); }
.ticket-photo img { width: 100%; height: 100%; object-fit: cover; }
.ticket-body { padding: 1.25rem 1.4rem 1.2rem; }
.ticket-place { font-weight: 500; color: var(--muted); margin: 0 0 .25rem; }
.ticket h3 { font-size: 2rem; }
.ticket h3 a { color: var(--ink); text-decoration: none; }
.ticket h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.stars { color: var(--coach-dark); font-size: 1.15rem; letter-spacing: .06em; vertical-align: .18em; margin-left: .15em; }

/* perforace — ústřižek jízdenky se dvěma výseky po stranách */
.ticket-stub { position: relative; display: flex; flex-direction: column; padding: 1.2rem 1.4rem 1.4rem;
  border-top: 2px dashed var(--frost); }
.ticket-stub::before, .ticket-stub::after { content: ""; position: absolute; top: -12px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--snow); }
.ticket-stub::before { left: -11px; }
.ticket-stub::after { right: -11px; }
.stub-label { font-size: .88rem; color: var(--muted); margin: 0 0 .35rem; }
.dates { list-style: none; margin: 0 0 1.1rem; flex: 1; padding: 0; font: 600 1.3rem/1.35 var(--display); font-variant-numeric: tabular-nums; }
.dates .more { font: 400 .92rem/1.4 var(--body); color: var(--muted); }
.stub-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.price { margin: 0; line-height: 1.1; }
.price small { display: block; font-size: .82rem; color: var(--muted); }
.price b { font: 700 1.55rem/1 var(--display); font-variant-numeric: tabular-nums; }

/* ---------- Trasa / nástupní místa ---------- */
.route { background: var(--paper); border-top: 1px solid var(--frost); border-bottom: 1px solid var(--frost); }
.route ol { list-style: none; margin: 0; padding: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; }
.route li { position: relative; padding: 2rem .5rem 0 0; }
.route li::after { content: ""; position: absolute; left: 11px; right: -11px; top: 9px; height: 4px; background: var(--ink); }
.route li:last-child::after { display: none; }
.route li::before { content: ""; position: absolute; top: 0; left: 0; width: 22px; height: 22px; border-radius: 50%; z-index: 1;
  background: var(--paper); border: 4px solid var(--ink); }
.route li:last-child::before { background: var(--coach); }
.route b { font: 600 1.45rem/1.1 var(--display); display: block; }
.route span { font-size: .9rem; color: var(--muted); }
@media (max-width: 700px) {
  .route ol { grid-auto-flow: row; gap: 0; padding-left: 2.2rem; }
  .route li { padding: 0 0 1.25rem; }
  .route li::before { left: -2.2rem; top: 2px; }
  .route li::after { left: calc(-2.2rem + 9px); right: auto; top: 12px; bottom: -12px; width: 4px; height: auto; }
}

/* ---------- Detail zájezdu ---------- */
.crumbs { font-size: .92rem; color: var(--muted); padding: 1.2rem 0 0; }
.crumbs a { color: var(--muted); }
.gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; gap: .6rem; margin-top: 1rem;
  height: clamp(260px, 44vw, 520px); }
.gallery img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 8px; }
@media (max-width: 700px) { .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 2fr) minmax(0, 1fr); height: clamp(300px, 85vw, 440px); } }

.detail { display: grid; grid-template-columns: minmax(0, 1fr) 380px; grid-template-rows: auto 1fr; gap: 1.5rem clamp(2rem, 5vw, 4rem); align-items: start; padding: 2rem 0 5rem; }
.detail-title .ticket-place { font-size: 1.1rem; }
.detail-title h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); }
.detail-title .stars { font-size: 1.5rem; }
.facts { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 1rem 0 0; padding: 0; list-style: none; color: var(--ink-2); }
.facts li { font-weight: 500; }
.prose { max-width: 42rem; }
.prose h2 { font-size: 1.9rem; margin: 2.6rem 0 .6rem; }
.prose p { margin: 0 0 1rem; }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { padding: .45rem 0 .45rem 1.9rem; border-bottom: 1px solid var(--frost); position: relative; }
.checks li::before { content: ""; position: absolute; left: .2rem; top: .95rem; width: .85rem; height: .45rem;
  border-left: 3px solid #1f8a4c; border-bottom: 3px solid #1f8a4c; transform: rotate(-45deg); }
.checks.no li::before { border: 0; width: .9rem; height: 3px; background: #b3412e; transform: none; top: 1.05rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

/* pravý sloupec: termíny jako velká jízdenka */
.detail-title, .prose { grid-column: 1; }
.book { grid-column: 2; grid-row: 1 / span 2; align-self: start; position: sticky; top: 88px; }
.book .ticket-body h2 { font-size: 1.7rem; }
.term { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; padding: .9rem 0; border-bottom: 1px solid var(--frost); align-items: center; }
.term:last-of-type { border-bottom: 0; }
.term-date { font: 600 1.3rem/1.2 var(--display); font-variant-numeric: tabular-nums; }
.term-len { font-size: .88rem; color: var(--muted); grid-column: 1; }
.term-price { font: 700 1.35rem/1 var(--display); text-align: right; grid-row: 1; grid-column: 2; font-variant-numeric: tabular-nums; }
.term .btn { grid-column: 2; grid-row: 2; padding: .5rem .8rem; font-size: .92rem; justify-self: end; }
.book-note { font-size: .92rem; color: var(--muted); margin: 0; }
.book-note a { font-weight: 600; }
@media (max-width: 900px) {
  .detail { grid-template-columns: 1fr; }
  .detail { grid-template-rows: none; }
  .detail-title, .prose, .book { grid-column: 1; grid-row: auto; }
  .book { position: static; }   /* na mobilu termíny hned pod nadpisem (pořadí v HTML) */
}

/* ---------- Textové stránky (VOP, kontakt) ---------- */
.page { padding: 2.5rem 0 5rem; }
.page h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); margin-bottom: 1.2rem; }
.placeholder { background: #fff7db; border: 1px dashed var(--coach-dark); padding: 1rem 1.2rem; border-radius: 6px; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.contact-grid > div { background: var(--paper); padding: 1.4rem; border-radius: 10px; border: 1px solid var(--frost); }
.contact-grid b { font: 700 1.6rem/1.1 var(--display); display: block; margin-bottom: .3rem; }

/* ---------- Patička ---------- */
.site-foot { background: var(--ink); color: #c9d4e0; font-size: .95rem; }
.site-foot .wrap { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding-top: 3.5rem; padding-bottom: 2.5rem; }
.site-foot h2 { font: 600 1.35rem/1.1 var(--display); color: #fff; margin-bottom: .9rem; }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin: .35rem 0; }
.site-foot a { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.site-foot p { margin: 0 0 .5rem; }
.foot-legal { border-top: 1px solid rgba(255,255,255,.12); }
.foot-legal .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding-top: 1.1rem; padding-bottom: 1.4rem; grid-template-columns: none; font-size: .85rem; color: #97a6b8; }
@media (max-width: 760px) { .site-foot .wrap { grid-template-columns: 1fr; } }

/* nástupní místa v detailu — malé zastávky místo fajfek */
.stops { list-style: none; padding: 0; margin: 0; }
.stops li { padding: .45rem 0 .45rem 1.9rem; border-bottom: 1px solid var(--frost); position: relative; }
.stops li::before { content: ""; position: absolute; left: .25rem; top: .85rem; width: 12px; height: 12px; border-radius: 50%;
  border: 3px solid var(--ink); background: var(--paper); }

/* ---------- v0.2: stavy termínů, ukázka ---------- */
.badge { display: inline-block; font: 600 .78rem/1 var(--body); padding: .28rem .5rem; border-radius: 4px;
  background: #fde7c3; color: #7a4a00; vertical-align: .2em; margin-left: .35rem; }
.soldout { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 1px; }
.soldout .badge { background: #eceff3; color: var(--muted); text-decoration: none; }
.demo { position: absolute; top: .8rem; left: .8rem; z-index: 1; background: var(--ink); color: #fff;
  font: 600 .8rem/1 var(--body); padding: .4rem .6rem; border-radius: 4px; }
.btn-off { background: #eceff3; color: var(--muted); cursor: default; }

/* ---------- v0.2: detail ---------- */
.gallery a { display: block; position: relative; min-height: 0; overflow: hidden; border-radius: 8px; }
.gallery a:first-child { grid-row: 1 / 3; }
.more-photos { position: absolute; right: .8rem; bottom: .8rem; background: rgba(255,255,255,.94); color: var(--ink);
  font: 600 .92rem/1 var(--body); padding: .55rem .8rem; border-radius: 6px; }
@media (max-width: 700px) { .gallery a:first-child { grid-row: auto; grid-column: 1 / 3; } }

.addr { margin: .5rem 0 0; color: var(--ink-2); }
.addr a { margin-left: .6rem; }
.facts li { background: var(--paper); border: 1px solid var(--frost); padding: .35rem .7rem; border-radius: 999px; font-size: .95rem; }
.facts { gap: .5rem; }
.subnav { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.6rem; padding-top: 1rem; border-top: 1px solid var(--frost); }
.subnav a { color: var(--ink); font-weight: 500; text-decoration: none; border-bottom: 2px solid var(--coach); }
.subnav a:hover { border-bottom-color: var(--ink); }

.prose .lead p { font-size: 1.15rem; line-height: 1.6; }
.block { scroll-margin-top: 90px; }
.prose h3 { font: 600 1.35rem/1.2 var(--display); margin: 1.6rem 0 .5rem; }
.bullets { padding-left: 1.2rem; margin: 0 0 1rem; }
.bullets li { margin: .3rem 0; }
.bullets li::marker { color: var(--coach-dark); }
.table-wrap { overflow-x: auto; margin: .5rem 0 1rem; }
.doc-table, .price-table { border-collapse: collapse; width: 100%; font-variant-numeric: tabular-nums; }
.doc-table th, .doc-table td { text-align: left; padding: .55rem .8rem .55rem 0; border-bottom: 1px solid var(--frost); vertical-align: top; }
.doc-table th { font-weight: 600; font-size: .9rem; color: var(--muted); }

.price-table { background: var(--paper); border-radius: 10px; overflow: hidden; box-shadow: 0 1px 0 var(--frost); }
.price-table th, .price-table td { padding: .75rem 1rem; border-bottom: 1px solid var(--frost); text-align: right; }
.price-table thead th { font: 600 .9rem/1.2 var(--body); color: var(--muted); background: #f7f9fb; }
.price-table th[scope="row"], .price-table thead th:first-child { text-align: left; }
.price-table th[scope="row"] { font-weight: 600; }
.price-table th[scope="row"] small { display: block; font-weight: 400; color: var(--muted); font-size: .85rem; }
.price-table td { font: 600 1.2rem/1.1 var(--display); white-space: nowrap; }
.price-table tbody tr:first-child td { font-size: 1.35rem; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: 0; }
.price-notes p { font-size: .95rem; color: var(--ink-2); margin: .3rem 0; }

/* lyžařské oblasti */
.dest { background: var(--paper); border: 1px solid var(--frost); border-radius: 10px; padding: 1.3rem 1.4rem .6rem; margin: 1.2rem 0; }
.dest h3 { margin-top: 0; font-size: 1.6rem; }
.dest-facts { list-style: none; padding: 0; margin: .2rem 0 1rem; display: flex; flex-wrap: wrap; gap: .3rem 1.6rem; color: var(--muted); font-size: .95rem; }
.dest-facts b { color: var(--ink); font: 600 1.15rem/1.2 var(--display); margin-right: .2rem; }
.slopes { display: flex; height: 14px; border-radius: 7px; overflow: hidden; gap: 2px; background: var(--paper); }
.slopes span { display: block; }
.slopes .blue, .slopes-legend .blue::before { background: #1d6fd6; }
.slopes .red, .slopes-legend .red::before { background: #d8352a; }
.slopes .black, .slopes-legend .black::before { background: #16181c; }
.slopes-legend { list-style: none; padding: 0; margin: .6rem 0 1rem; display: flex; flex-wrap: wrap; gap: .3rem 1.5rem; }
.slopes-legend li { display: flex; align-items: baseline; gap: .35rem; }
.slopes-legend li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; align-self: center; }
.slopes-legend b { font: 600 1.15rem/1 var(--display); }
.slopes-legend span { color: var(--muted); font-size: .9rem; }
.src { font-size: .8rem; color: var(--muted); }

/* mapa */
.map { height: 380px; border-radius: 10px; border: 1px solid var(--frost); background: #e8eef3; margin-top: 1rem; z-index: 0; }
.map-links { font-size: .92rem; color: var(--muted); margin: .5rem 0 0; }
.pin { background: var(--paper); border: 4px solid var(--ink); border-radius: 50%; }
.pin-hotel { background: var(--coach); }
.leaflet-tooltip.pin-label { background: var(--paper); border: 1px solid var(--frost); border-radius: 4px; box-shadow: none;
  font: 500 .85rem/1.2 var(--body); color: var(--ink); padding: .25rem .5rem; }
.leaflet-tooltip.pin-label-hotel { font: 700 1rem/1.1 var(--display); }
.leaflet-tooltip.pin-label::before { display: none; }

/* fotogalerie */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: .8rem; }
.photo-grid figure { margin: 0; }
.photo-grid img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; border-radius: 8px; }
.photo-grid figcaption { font-size: .88rem; color: var(--muted); margin-top: .35rem; }
.lb { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lb::backdrop { background: rgba(12, 20, 34, .92); }
.lb figure { margin: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 4rem; }
.lb img { max-width: 100%; max-height: calc(100vh - 8rem); object-fit: contain; border-radius: 6px; }
.lb figcaption { color: #fff; margin-top: .8rem; text-align: center; }
.lb-btn { position: fixed; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%;
  font: 400 2rem/1 var(--body); cursor: pointer; }
.lb-btn:hover { background: rgba(255,255,255,.25); }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb-close { right: 1rem; top: 1rem; }
@media (max-width: 700px) { .lb figure { padding: 3.5rem .5rem; } .lb-prev, .lb-next { top: auto; bottom: 1rem; transform: none; } }
.book .term-price small { display: block; font: 400 .78rem/1.2 var(--body); color: var(--muted); }

.foot-logo { height: 40px; width: auto; margin-bottom: 1rem; }
.foot-label { display: block; color: #97a6b8; font-size: .82rem; margin-bottom: .1rem; }
.contact-sub, .page .block h2 { font-size: 1.8rem; margin: 2.5rem 0 .5rem; }
/* víc nástupních míst: menší písmo, ať se vejdou do řádku */
.route li b { font-size: clamp(1.1rem, 1.5vw, 1.45rem); }
.route li span { display: block; padding-right: .3rem; }
.more-stops { margin: 1.8rem 0 0; color: var(--ink-2); }
.book-org { margin: 0 0 .8rem; font-weight: 600; font-size: .95rem; line-height: 1.35; }
.book-org span { display: block; font-weight: 400; color: var(--muted); font-size: .82rem; }
/* dokumenty k zájezdu */
.docs { list-style: none; padding: 0; margin: .4rem 0 1rem; }
.docs li { padding: .5rem 0; border-bottom: 1px solid var(--frost); }
.docs li:last-child { border-bottom: 0; }
.docs a { font-weight: 600; }
.docs span { font-size: .78rem; color: var(--muted); border: 1px solid var(--frost); border-radius: 3px; padding: .05rem .3rem; margin-left: .3rem; vertical-align: .1em; }
.docs-small { margin: 0 0 1rem; font-size: .92rem; }
.docs-small li { padding: .3rem 0; border: 0; }
.page .prose h2 { font-size: 1.8rem; margin: 2.2rem 0 .6rem; }
.page .docs { max-width: 42rem; }
@media (max-width: 760px) { .nav { gap: 1rem; } }
