@charset "UTF-8";
/* ============================================================
   BOUDA KLÍNOVKA — homepage
   Vstupní soubor (servíruje ScssController přes route('scss')).
   Mobile-first; @import skládá dílčí partialy z adresáře klinovka/.
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(80px + 8px);
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #22201F;
  background: #E2E2E2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  display: block;
}

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

a:focus-visible,
.btn:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
  border-radius: 0;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .container {
    padding: 0 18px;
  }
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: #D2072A;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 0;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 16px;
}

/* ============================================================
   Jemné odhalování bloků při scrollu (GSAP ScrollTrigger).
   ------------------------------------------------------------
   Decentní fade-up: blok s [data-reveal] zezdola lehce vyjede a
   prolne se. [data-reveal="stagger"] odhalí své přímé potomky
   postupně (karty, dvojice text+foto).

   Skrytí počátečního stavu je VĚDOMĚ podmíněné třídou .reveal-ready,
   kterou přidá inline skript v <head> JEN když poběží JS a není
   zapnuté prefers-reduced-motion. Jakmile se reveal spustí (nebo
   zafunguje failsafe), přidá se .reveal-done a skrytí se zruší —
   od té chvíle řídí viditelnost GSAP přes inline styly.

   Důsledek: bez JS i s reduce-motion je VŠE rovnou vidět (žádný
   skrytý obsah), a hero (nad foldem) se záměrně neanimuje vůbec.
   ============================================================ */
.reveal-ready:not(.reveal-done) [data-reveal]:not([data-reveal=stagger]) {
  opacity: 0;
}
.reveal-ready:not(.reveal-done) [data-reveal=stagger] > * {
  opacity: 0;
}

/* ------------------------------------------------------------
   Automatické odhalování na PODSTRÁNKÁCH (gate .autoreveal-ready,
   přidává head skript jen mimo homepage). Hlavní bloky se chovají
   stejně jako [data-reveal] — bez nutnosti značit každou šablonu.
   Hero (vlastní třídy *-hero, NE .section) se záměrně neanimuje.
   Selektory musí sedět s initReveal() v klinovka.js.
   ------------------------------------------------------------ */
.autoreveal-ready:not(.reveal-done) :is(.section-head,
.info-split,
.ranc-about, .cesta-prose, .rest-prose, .ubyt-prose,
.guest-quote, .ranc-place-quote,
.svoz-table, .know-list,
.map-embed, .company-info, .legal-foot,
.price-block, .cenik-note,
.final-cta .container) {
  opacity: 0;
}
.autoreveal-ready:not(.reveal-done) :is(.card-grid, .bento, .room-cards, .rooms-grid, .route-cards,
.help-cards, .menu-gallery, .history-gallery, .steps, .value-split,
.team-grid, .contact-top, .quote-row, .faq-list, .hours-wrap) > * {
  opacity: 0;
}

/* ============================================================
   INTEXT — CMS editovatelné bloky (<x-intext>)
   ------------------------------------------------------------
   <x-intext> renderuje <div class="sm_intext">…obsah…</div>. Šablony
   Klínovky nebyly psané s tímhle wrapperem v hlavě, takže aby div
   nerozbil flex/grid rozvržení (a aby nezaváděl box tam, kde dřív
   text seděl přímo v kontejneru), je pro NÁVŠTĚVNÍKA layoutově
   průhledný — `display: contents` nechá děti wrapperu chovat se,
   jako by tam žádný wrapper nebyl.

   V REŽIMU EDITORA dostane blok atribut [data-name] (viz
   templates/components/intext.blade.php) — ten z pravidla vypadne,
   takže wrapper zůstane normálním boxem a jde ho inline editovat.
   ============================================================ */
.sm_intext:not([data-name]) {
  display: contents;
}

.sm_intext a {
  overflow-wrap: anywhere;
}

/* ------------------------------------------------------------
   ZNAČKA INTEXTU V EDITORU
   ------------------------------------------------------------
   V režimu editoru dostane wrapper [contenteditable=true] (+ inline
   position:relative od editoru). Malý odznáček v rohu signalizuje TYP
   intextu — stejná konvence jako na ostatních webech SMweb (TERMO Děčín):
     • „T" = editovatelný (lokální) intext,
     • „G" = globální intext (data-scope="global").
   Na veřejném webu se nezobrazí (tam intext není contenteditable). */
.sm_intext[contenteditable=true]::before {
  content: "T" !important;
  position: absolute !important;
  top: -0.85rem !important;
  left: -0.85rem !important;
  z-index: 5;
  width: 0.95rem;
  height: 0.95rem;
  font-size: 0.75rem;
  line-height: 0.95rem;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

.sm_intext[data-scope=global][contenteditable=true]::before {
  content: "G" !important;
}

/* ------------------------------------------------------------
   OBRÁZKOVÉ INTEXTY V EDITORU (admin / TinyMCE)
   ------------------------------------------------------------
   U fotek v kartách/dlaždicích/split-blocích je <img> bez tříd vyplněn přes
   absolutní vrstvu (`.kontejner img { position:absolute; inset:0 }`) — počítá
   s tím, že wrapper intextu je pro návštěvníka `display:contents`, takže se
   <img> kotví na samotný (relativně pozicovaný) box fotky.

   V REŽIMU EDITORA ale wrapper dostane [data-name] + inline `position:relative`
   a TinyMCE obalí <img> do <p>. Absolutní <img> se pak naváže na ten malý
   (zkolabovaný) wrapper, smrskne se na ~0 px a místo fotky prosvítá tmavý
   fallback boxu („černý překryv"). Proto v editoru necháme wrapper vyplnit
   celý box fotky — <img> se pak zase kotví na něj a vyplní plochu jako mimo
   editor. (`!important` přebíjí inline `position:relative` od editoru.)

   Týká se JEN kontejnerů s absolutně vyplněným <img>. Webkamera
   (`.webcam-frame img` = height:auto, normální tok) a galerie/mřížky
   (Instagram, pokoje) sem nepatří — řeší se jinde. */
:is(.bento-photo,
.card-photo,
.intro-photo,
.ranc-intro-photo,
.info-split__media,
.room-card__photo,
.team-grid__media,
.trip-block__media) > .sm_intext[data-name]:has(img) {
  position: absolute !important;
  inset: 0;
  margin: 0;
}

/* ------------------------------------------------------------
   AKORDEONY (<details>) V EDITORU
   ------------------------------------------------------------
   Obsah intextů cesta:leto-trasy / cesta:zima-trasy jsou rozbalovací
   <details>. Sbalené skrývají obsah → v editoru by nešel rozkliknout ani
   editovat. V edit režimu ([data-name]) proto držíme obsah <details> vždy
   viditelný — čistě přes CSS, BEZ nastavení atributu [open] (jinak by ho
   TinyMCE uložil do obsahu a akordeony by zůstaly rozbalené i návštěvníkům).
   Pokrýváme oba způsoby skrývání: starší (display:none na potomcích) i nový
   (::details-content). Na veřejném webu pravidlo neplatí (tam není [data-name]). */
.sm_intext[data-name] details > :not(summary) {
  display: block !important;
}

.sm_intext[data-name] details::details-content {
  content-visibility: visible !important;
}

/* ------------------------------------------------------------
   PLOVOUCÍ LIŠTA TINYMCE NAD MODÁLEM
   ------------------------------------------------------------
   Editor běží v INLINE režimu (public/tinymce/config.js → inline:true). Toolbar
   se renderuje do `.tox-tinymce-inline` připojeného na konec <body>, dropdowny
   a dialogy do `.tox-tinymce-aux` / `.tox-silver-sink`. Modal jídeláku má
   z-index 1000 (.menu-modal), lightbox 1100 — bez navýšení se lišta i menu při
   editaci obsahu UVNITŘ modalu (jídelní/nápojový lístek) schovají pod ním.
   Zvedneme VŠECHNY tyto kontejnery nad modal. Na veřejném webu je pravidlo
   neaktivní (žádné .tox prvky mimo editaci). */
.tox.tox-tinymce-inline,
.tox-tinymce-inline,
.tox.tox-tinymce-aux,
.tox-tinymce-aux,
.tox-silver-sink {
  z-index: 5000 !important;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.5px;
  color: #22201F;
  font-size: clamp(30px, 4.5vw, 52px);
}

h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 4.2vw, 23px);
  color: #2B2B2B;
  margin-bottom: 10px;
}

:is(h1, h2, h3) em {
  font-style: italic;
  color: #5A1A1F;
}

.sm_intext p:has(+ :is(h1, h2, h3)) {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B00622;
  margin-bottom: 12px;
}
@media (max-width: 420px) {
  .sm_intext p:has(+ :is(h1, h2, h3)) {
    letter-spacing: 1.5px;
  }
}

p {
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

.sm_intext + .btn,
.sm_intext + [class*=-actions] {
  margin-top: 32px;
}

.center {
  text-align: center;
}

.sm_intext :is(p, li, dd, address) a:where(:not(.btn)) {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.sm_intext :is(p, li, dd, address) a:where(:not(.btn)):hover {
  color: #D2072A;
}
.sm_intext :is(h1, h2, h3) a {
  color: inherit;
  text-decoration: none;
}
.sm_intext > a:where(:not(.btn, .social-proof__link, .ig-tile)) {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #B00622;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sm_intext > a:where(:not(.btn, .social-proof__link, .ig-tile))::after {
  content: "";
  width: 1.5em;
  height: 0.8em;
  margin-left: 1px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 14' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7h22M17 1.5 23.5 7 17 12.5'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 14' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7h22M17 1.5 23.5 7 17 12.5'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.2s ease;
}
.sm_intext > a:where(:not(.btn, .social-proof__link, .ig-tile)):hover {
  color: #D2072A;
}
.sm_intext > a:where(:not(.btn, .social-proof__link, .ig-tile)):hover::after {
  transform: translateX(5px);
}

.btn {
  display: inline-block;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 14px 30px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  border: 1.5px solid transparent;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 15px;
}

.btn-lg {
  padding: 16px 36px;
  font-size: 17px;
}

.btn-primary {
  background: #D2072A;
  color: #fff;
}
.btn-primary:hover {
  background: #B00622;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-outline {
  background: transparent;
  border-color: rgba(34, 32, 31, 0.35);
  color: #22201F;
}
.btn-outline:hover {
  border-color: #D2072A;
  color: #B00622;
}

.link-arrow {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #B00622;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-arrow::after {
  content: "";
  width: 1.5em;
  height: 0.8em;
  margin-left: 1px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 14' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7h22M17 1.5 23.5 7 17 12.5'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 14' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7h22M17 1.5 23.5 7 17 12.5'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.2s ease;
}
.link-arrow:hover {
  color: #D2072A;
}
.link-arrow:hover::after {
  transform: translateX(5px);
}
.link-arrow-light {
  color: #D9A441;
}
.link-arrow-light:hover {
  color: #e8b85c;
}

.section-bordo :is(h1, h2, h3, h4),
.section-graphite :is(h1, h2, h3, h4),
.ig-section :is(h1, h2, h3, h4),
.hero-content :is(h1, h2, h3, h4),
.cesta-content-inner :is(h1, h2, h3, h4),
.restaurace-content-inner :is(h1, h2, h3, h4),
.ranc-gastro__inner :is(h1, h2, h3, h4),
.cesta-hero :is(h1, h2, h3, h4),
.kontakt-hero :is(h1, h2, h3, h4),
.vylety-hero :is(h1, h2, h3, h4),
.op-hero :is(h1, h2, h3, h4) {
  color: #FBFAF8;
}
.section-bordo p, .section-bordo li, .section-bordo dd, .section-bordo dt, .section-bordo blockquote, .section-bordo address,
.section-graphite p,
.section-graphite li,
.section-graphite dd,
.section-graphite dt,
.section-graphite blockquote,
.section-graphite address,
.ig-section p,
.ig-section li,
.ig-section dd,
.ig-section dt,
.ig-section blockquote,
.ig-section address,
.hero-content p,
.hero-content li,
.hero-content dd,
.hero-content dt,
.hero-content blockquote,
.hero-content address,
.cesta-content-inner p,
.cesta-content-inner li,
.cesta-content-inner dd,
.cesta-content-inner dt,
.cesta-content-inner blockquote,
.cesta-content-inner address,
.restaurace-content-inner p,
.restaurace-content-inner li,
.restaurace-content-inner dd,
.restaurace-content-inner dt,
.restaurace-content-inner blockquote,
.restaurace-content-inner address,
.ranc-gastro__inner p,
.ranc-gastro__inner li,
.ranc-gastro__inner dd,
.ranc-gastro__inner dt,
.ranc-gastro__inner blockquote,
.ranc-gastro__inner address,
.cesta-hero p,
.cesta-hero li,
.cesta-hero dd,
.cesta-hero dt,
.cesta-hero blockquote,
.cesta-hero address,
.kontakt-hero p,
.kontakt-hero li,
.kontakt-hero dd,
.kontakt-hero dt,
.kontakt-hero blockquote,
.kontakt-hero address,
.vylety-hero p,
.vylety-hero li,
.vylety-hero dd,
.vylety-hero dt,
.vylety-hero blockquote,
.vylety-hero address,
.op-hero p,
.op-hero li,
.op-hero dd,
.op-hero dt,
.op-hero blockquote,
.op-hero address {
  color: rgba(251, 250, 248, 0.92);
}
.section-bordo :is(h1, h2, h3) em,
.section-graphite :is(h1, h2, h3) em,
.ig-section :is(h1, h2, h3) em,
.hero-content :is(h1, h2, h3) em,
.cesta-content-inner :is(h1, h2, h3) em,
.restaurace-content-inner :is(h1, h2, h3) em,
.ranc-gastro__inner :is(h1, h2, h3) em,
.cesta-hero :is(h1, h2, h3) em,
.kontakt-hero :is(h1, h2, h3) em,
.vylety-hero :is(h1, h2, h3) em,
.op-hero :is(h1, h2, h3) em {
  color: #D9A441;
}
.section-bordo .section-head :is(h1, h2, h3) + p,
.section-graphite .section-head :is(h1, h2, h3) + p,
.ig-section .section-head :is(h1, h2, h3) + p,
.hero-content .section-head :is(h1, h2, h3) + p,
.cesta-content-inner .section-head :is(h1, h2, h3) + p,
.restaurace-content-inner .section-head :is(h1, h2, h3) + p,
.ranc-gastro__inner .section-head :is(h1, h2, h3) + p,
.cesta-hero .section-head :is(h1, h2, h3) + p,
.kontakt-hero .section-head :is(h1, h2, h3) + p,
.vylety-hero .section-head :is(h1, h2, h3) + p,
.op-hero .section-head :is(h1, h2, h3) + p {
  color: rgba(251, 250, 248, 0.92);
}
.section-bordo .sm_intext p:has(+ :is(h1, h2, h3)),
.section-graphite .sm_intext p:has(+ :is(h1, h2, h3)),
.ig-section .sm_intext p:has(+ :is(h1, h2, h3)),
.hero-content .sm_intext p:has(+ :is(h1, h2, h3)),
.cesta-content-inner .sm_intext p:has(+ :is(h1, h2, h3)),
.restaurace-content-inner .sm_intext p:has(+ :is(h1, h2, h3)),
.ranc-gastro__inner .sm_intext p:has(+ :is(h1, h2, h3)),
.cesta-hero .sm_intext p:has(+ :is(h1, h2, h3)),
.kontakt-hero .sm_intext p:has(+ :is(h1, h2, h3)),
.vylety-hero .sm_intext p:has(+ :is(h1, h2, h3)),
.op-hero .sm_intext p:has(+ :is(h1, h2, h3)) {
  color: #D9A441;
}
.section-bordo .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.section-graphite .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.ig-section .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.hero-content .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.cesta-content-inner .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.restaurace-content-inner .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.ranc-gastro__inner .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.cesta-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.kontakt-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.vylety-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)),
.op-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)) {
  color: #D9A441;
}
.section-bordo .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.section-graphite .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.ig-section .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.hero-content .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.cesta-content-inner .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.restaurace-content-inner .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.ranc-gastro__inner .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.cesta-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.kontakt-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.vylety-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover,
.op-hero .sm_intext :is(p, li, dd) a:where(:not(.btn)):hover {
  color: #e8b85c;
}
.section-bordo .sm_intext > a:where(:not(.btn)),
.section-graphite .sm_intext > a:where(:not(.btn)),
.ig-section .sm_intext > a:where(:not(.btn)),
.hero-content .sm_intext > a:where(:not(.btn)),
.cesta-content-inner .sm_intext > a:where(:not(.btn)),
.restaurace-content-inner .sm_intext > a:where(:not(.btn)),
.ranc-gastro__inner .sm_intext > a:where(:not(.btn)),
.cesta-hero .sm_intext > a:where(:not(.btn)),
.kontakt-hero .sm_intext > a:where(:not(.btn)),
.vylety-hero .sm_intext > a:where(:not(.btn)),
.op-hero .sm_intext > a:where(:not(.btn)) {
  color: #D9A441;
}
.section-bordo .sm_intext > a:where(:not(.btn)):hover,
.section-graphite .sm_intext > a:where(:not(.btn)):hover,
.ig-section .sm_intext > a:where(:not(.btn)):hover,
.hero-content .sm_intext > a:where(:not(.btn)):hover,
.cesta-content-inner .sm_intext > a:where(:not(.btn)):hover,
.restaurace-content-inner .sm_intext > a:where(:not(.btn)):hover,
.ranc-gastro__inner .sm_intext > a:where(:not(.btn)):hover,
.cesta-hero .sm_intext > a:where(:not(.btn)):hover,
.kontakt-hero .sm_intext > a:where(:not(.btn)):hover,
.vylety-hero .sm_intext > a:where(:not(.btn)):hover,
.op-hero .sm_intext > a:where(:not(.btn)):hover {
  color: #e8b85c;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: transparent;
  transition: background-color 0.28s ease, box-shadow 0.3s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(rgba(26, 26, 26, 0.9) 0%, rgba(26, 26, 26, 0.9) 16%, rgba(26, 26, 26, 0.5) 55%, rgba(26, 26, 26, 0) 100%);
  -webkit-mask: linear-gradient(#000 62%, rgba(0, 0, 0, 0));
  mask: linear-gradient(#000 62%, rgba(0, 0, 0, 0));
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-mask: linear-gradient(#000 50%, rgba(0, 0, 0, 0));
  mask: linear-gradient(#000 50%, rgba(0, 0, 0, 0));
  transition: height 0.3s ease, opacity 0.28s ease;
  z-index: -1;
  pointer-events: none;
}
.site-header.is-scrolled::after {
  height: 9rem;
}
.site-header.menu-open {
  background-color: #2B2B2B;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
  transition: box-shadow 0.3s ease;
}
.site-header.menu-open::before, .site-header.menu-open::after {
  opacity: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 16px 24px;
}
@media (max-width: 600px) {
  .header-inner {
    padding: 16px 18px;
    gap: 12px;
  }
}
@media (max-width: 360px) {
  .header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.logo img {
  height: 56px;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .logo img {
    height: 52px;
  }
}
@media (max-width: 360px) {
  .logo img {
    height: 44px;
  }
}

.main-nav {
  display: none;
}
.main-nav a {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(251, 250, 248, 0.88);
  transition: color 0.2s ease;
}
.main-nav a:hover {
  color: #FBFAF8;
}
.main-nav a[aria-current=page] {
  color: #FBFAF8;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 600px) {
  .header-actions {
    gap: 10px;
  }
  .header-actions .btn {
    padding: 9px 16px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .header-actions .btn {
    padding: 8px 13px;
    font-size: 13px;
  }
}
.season-toggle {
  display: none;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}
.season-toggle__opt {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(251, 250, 248, 0.65);
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}
.season-toggle__opt .ico {
  width: 17px;
  height: 17px;
  display: block;
}
.season-toggle__opt:hover {
  color: #FBFAF8;
}
.season-toggle__opt.is-active {
  background: #FBFAF8;
  color: #2B2B2B;
}

.lang-inline {
  display: none;
  list-style: none;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 9px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #FBFAF8;
  border-radius: 0;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-header.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2B2B2B;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.28);
  padding: 8px 24px 22px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0s linear 0.28s;
}
.mobile-menu[hidden] {
  display: block;
}
.site-header.menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.28s ease, visibility 0s;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu nav a {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: rgba(251, 250, 248, 0.9);
  padding: 14px 0;
  border-bottom: 1px solid rgba(251, 250, 248, 0.08);
}
.mobile-menu nav a:hover {
  color: #FBFAF8;
}
.mobile-menu nav a[aria-current=page] {
  color: #FBFAF8;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.mobile-menu .season-toggle {
  display: none;
}

.mobile-langs {
  list-style: none;
  display: flex;
  gap: 12px;
  padding-top: 18px;
}
.mobile-langs a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 14px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(251, 250, 248, 0.6);
}
.mobile-langs a[aria-current=true] {
  color: #2B2B2B;
  background: #FBFAF8;
  border-radius: 999px;
}

@media (min-width: 1200px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lang-inline {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .lang-inline a {
    font-family: "Manrope", system-ui, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(251, 250, 248, 0.7);
    padding: 4px 6px;
    transition: color 0.2s ease;
  }
  .lang-inline a:hover {
    color: #FBFAF8;
  }
  .lang-inline a[aria-current=true] {
    color: #2B2B2B;
    background: #FBFAF8;
    border-radius: 999px;
    padding: 4px 11px;
  }
  .lang-inline li + li {
    position: relative;
  }
  .lang-inline li + li::before {
    content: "·";
    color: rgba(251, 250, 248, 0.4);
    margin-left: -2px;
  }
  .nav-toggle {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
.hero {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #5A1A1F;
}

@media (max-width: 600px) {
  .hero {
    flex-direction: column;
    justify-content: center;
  }
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: #5A1A1F center/cover no-repeat;
}
.hero-photo--winter {
  background-image: url("/media/static/hero-winter.png");
  background-position: center 31%;
}
.hero-photo--summer {
  background-image: url("/media/static/hero-summer.png");
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media (max-width: 600px) {
  .hero-photo--winter, .hero-photo--summer {
    background-position: right center;
  }
}

.hero.is-summer .hero-photo--summer {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 95% at 0% 100%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.24) 34%, rgba(0, 0, 0, 0) 62%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.08) 74%, rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 600px) {
  .hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.32) 45%, rgba(0, 0, 0, 0.72) 100%);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 165px;
}
@media (max-width: 600px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 16px;
  }
}
.hero-content p:has(+ :is(h1, h2)) {
  color: #D2072A;
}

.hero-altitude {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  right: 35px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 15px;
  color: rgba(251, 250, 248, 0.7);
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 600px) {
  .hero-altitude {
    display: none;
  }
}

.hero-content h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(46px, 8.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -1px;
  margin-bottom: 22px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.hero-content h1 em {
  font-style: italic;
  color: #D9A441;
}

.hero-content h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 485px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hero .season-toggle {
    display: inline-flex;
    align-self: center;
    margin-top: 24px;
    z-index: 3;
  }
  .hero .season-toggle .season-toggle__opt {
    width: 48px;
    height: 34px;
    border-radius: 999px;
  }
  .hero .season-toggle .season-toggle__opt .ico {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .hero .season-toggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
}
.section {
  padding: clamp(56px, 9vw, 104px) 0;
  position: relative;
  z-index: 2;
}

.section-cream {
  background: #E2E2E2;
}

.section-bordo {
  background: #5A1A1F;
}

.section-graphite {
  background: #2B2B2B;
}

.section--flush-top {
  padding-top: 0;
}

.section--tight-top {
  padding-top: clamp(28px, 4.5vw, 52px);
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(28px, 5vw, 44px);
}
@media (min-width: 880px) {
  .section-head {
    margin-bottom: 48px;
  }
}
.section-head :is(h1, h2, h3) + p {
  color: #5E5A57;
  font-size: clamp(16px, 2.6vw, 18px);
  margin-top: 12px;
}

/* ============================================================
   Sekce s fotkou highland krávy „vyplouvající" zespodu
   ------------------------------------------------------------
   Modifikátor .section--cow: bílá sekce, jejíž obsah dole plynule
   přechází do černobílé mlžné fotky (kráva u spodního okraje).
   Foto je dekorativní pozadí v ::after, kotvené dolů; přes něj
   leží gradient bílá→průhledná (shora dolů), takže se bílá sekce
   postupně „zrní" do fotky. Obsah (.container) je nad fotkou.

   Použito na: Ceník ubytování, FAQ k cestě, formulář „Napište nám".
   Soubor fotky: /media/static/highland-fog.webp (chybí-li, sekce je prostě
   bílá — žádná rozbitá ikona).
   ============================================================ */
.section--cow {
  position: relative;
  background: #FBFAF8;
  overflow: hidden;
  padding-bottom: clamp(220px, 34vw, 440px);
}

.section--cow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(320px, 46vw, 560px);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, #FBFAF8 0%, rgba(251, 250, 248, 0.92) 16%, rgba(251, 250, 248, 0.6) 40%, rgba(251, 250, 248, 0.22) 62%, rgba(251, 250, 248, 0) 80%), url("/media/static/highland-fog.webp") center bottom/cover no-repeat;
}

.section--cow > .container {
  position: relative;
  z-index: 1;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 880px) {
  .intro-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
  }
}

.intro-text h2 {
  margin-bottom: 22px;
}
.intro-text p:not(:has(+ :is(h1, h2, h3))) {
  line-height: 1.7;
  color: rgba(34, 32, 31, 0.78);
}
.intro-text .intro-lead {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.35;
  color: #2B2B2B;
  margin-bottom: 20px;
}

.intro-actions {
  margin-top: clamp(22px, 3vw, 30px);
}

.intro-photo {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-radius: 0;
  background: #2B2B2B;
  order: -1;
}
@media (min-width: 880px) {
  .intro-photo {
    height: 420px;
    order: 0;
  }
}
.intro-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tiles .section-head {
  margin-bottom: clamp(56px, 6vw, 88px);
}

.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

.bento-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .bento-col {
    gap: 24px;
    min-height: 680px;
  }
}

.bento-cell {
  overflow: hidden;
}

.bento-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
@media (min-width: 768px) {
  .bento-text {
    flex: 0 0 auto;
    padding: 36px 32px;
  }
}
.bento-text h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.bento-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.bento-text--cream {
  background: #FBFAF8;
}
.bento-text--cream h3 {
  color: #2B2B2B;
}
.bento-text--cream p {
  color: #5E5A57;
}
.bento-text--bordo {
  background: #5A1A1F;
}
.bento-text--bordo h3 {
  color: #FBFAF8;
}
.bento-text--bordo p {
  color: rgba(251, 250, 248, 0.85);
}
.bento-text--bordo a {
  color: #D9A441;
}
.bento-text--bordo a:hover {
  color: #e8b85c;
}
.bento-text--gold {
  background: #D9A441;
}
.bento-text--gold h3 {
  color: #481318;
}
.bento-text--gold p {
  color: rgba(34, 32, 31, 0.82);
}
.bento-text--gold a {
  color: #481318;
}
.bento-text--gold a:hover {
  color: #5A1A1F;
}

.bento-photo {
  position: relative;
  min-height: 240px;
  background: #2B2B2B;
}
@media (min-width: 768px) {
  .bento-photo {
    flex: 1 1 auto;
  }
}
.bento-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .bento-col .bento-photo {
    order: 0;
  }
  .bento-col .bento-text {
    order: 1;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: #FBFAF8;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.card:hover .card-photo {
  transform: scale(1.04);
}

.card-photo {
  position: relative;
  height: 220px;
  background: #2B2B2B;
  transition: transform 0.4s ease;
}
.card-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-photo--vylet-deti {
  background-color: #5A1A1F;
}
.card-photo--bezky img {
  object-position: center 60%;
}

.card-body :is(h3) a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.card-body .sm_intext[data-name] :is(h3) a::after {
  display: none;
}

.card-body {
  padding: 24px;
}
.card-body h3 {
  line-height: 1.15;
}
.card-body p {
  color: #5E5A57;
  font-size: 15px;
  margin-bottom: 16px;
}

.card-trip--bordo {
  background: #5A1A1F;
}
.card-trip--bordo h3 {
  color: #FBFAF8;
}
.card-trip--bordo .card-body p {
  color: rgba(251, 250, 248, 0.82);
}

.card-trip--bila {
  background: #FBFAF8;
}

.card-trip--horcice {
  background: #D9A441;
}
.card-trip--horcice h3 {
  color: #2B2B2B;
}
.card-trip--horcice .card-body p {
  color: rgba(34, 32, 31, 0.82);
}

.center-cta {
  text-align: center;
  margin-top: 44px;
}

.cesta {
  position: relative;
  overflow: hidden;
  background: #161514;
}
@media (min-width: 768px) {
  .cesta {
    min-height: 680px;
    display: flex;
    align-items: center;
  }
}

.cesta-photo {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.32) 100%), url("/media/static/path.webp") center/cover no-repeat;
}

.cesta-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.cesta-content :is(h1, h2, h3) {
  margin-bottom: 22px;
}

.cesta-content-inner {
  max-width: 560px;
}
@media (min-width: 768px) {
  .cesta-content-inner {
    padding-left: clamp(0px, 2vw, 40px);
  }
}

.cesta-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.cesta-trail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cesta-trail {
    display: none;
  }
}
.cesta-trail path, .cesta-trail line {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cesta-trail-bg {
  stroke: rgba(255, 255, 255, 0.26);
  stroke-width: 1.2;
  stroke-dasharray: 1 10;
}

.cesta-trail-fg {
  stroke: #D9A441;
  stroke-width: 1.9;
  filter: drop-shadow(0 0 4px rgba(217, 164, 65, 0.5));
}

.cesta-trail-start {
  fill: #D9A441;
}

.cesta-trail-end {
  opacity: 0;
  transform: translateY(5px) scale(0.6);
  transform-origin: 787px 140px;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.cesta-trail-end.is-arrived {
  opacity: 1;
  transform: none;
}
.cesta-trail-end line {
  stroke: #D9A441;
  stroke-width: 2.2;
}
.cesta-trail-end path {
  fill: #D9A441;
}

.restaurace {
  position: relative;
  overflow: hidden;
  background: #1a1512;
  min-height: 520px;
  display: flex;
  align-items: center;
}
@media (min-width: 880px) {
  .restaurace {
    min-height: 600px;
  }
}
.restaurace::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.62) 100%);
}
@media (min-width: 768px) {
  .restaurace::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.68) 100%);
  }
}

.restaurace-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: rotateY(180deg);
  background: url("/media/static/kulajda.webp") 35% center/cover no-repeat;
}

@media (max-width: 600px) {
  .restaurace-photo {
    transform: none;
    background-position: center;
  }
}
.restaurace-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.restaurace-content :is(h1, h2, h3) {
  margin-bottom: 18px;
}

.restaurace-content-inner {
  max-width: 560px;
}
@media (min-width: 768px) {
  .restaurace-content-inner {
    margin-left: auto;
    padding-right: clamp(0px, 2vw, 40px);
  }
}

.restaurace-lead {
  font-size: 18px;
  max-width: 480px;
  margin-bottom: 28px;
}

.final-cta {
  text-align: center;
}

.final-cta,
.rezervace-help {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(34px, 5vw, 56px);
}
.final-cta::before, .final-cta::after,
.rezervace-help::before,
.rezervace-help::after {
  content: "";
  display: block;
  width: clamp(96px, 13vw, 132px);
  aspect-ratio: 160/44;
  margin-inline: auto;
  background-color: #5A1A1F;
  -webkit-mask: url("/media/static/ornament.svg") no-repeat center/contain;
  mask: url("/media/static/ornament.svg") no-repeat center/contain;
}
.final-cta::before,
.rezervace-help::before {
  margin-bottom: clamp(14px, 2vw, 22px);
}
.final-cta::after,
.rezervace-help::after {
  margin-top: clamp(14px, 2vw, 22px);
  transform: scaleY(-1);
}

.section-bordo.final-cta::before, .section-bordo.final-cta::after, .section-bordo.rezervace-help::before, .section-bordo.rezervace-help::after, .section-graphite.final-cta::before, .section-graphite.final-cta::after, .section-graphite.rezervace-help::before, .section-graphite.rezervace-help::after {
  background-color: #FBFAF8;
}

.final-cta :is(h1, h2) {
  font-size: clamp(40px, 7vw, 80px);
}
.final-cta p {
  font-size: 19px;
  max-width: 520px;
  margin: 18px auto 0;
}
.final-cta :is(h1, h2) span {
  color: #D2072A;
  display: inline-block;
  transform-origin: 50% 100%;
  animation: dot-hop 2.4s infinite;
}

@keyframes dot-hop {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  10% {
    transform: translateY(0) scale(1.1, 0.9);
  }
  22% {
    transform: translateY(-14px) scale(0.92, 1.1);
  }
  32% {
    transform: translateY(0) scale(1.12, 0.88);
  }
  40% {
    transform: translateY(-5px) scale(0.98, 1.04);
  }
  48% {
    transform: translateY(0) scale(1.04, 0.96);
  }
  55% {
    transform: translateY(0) scale(1, 1);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
.todo {
  background: #ffe680;
  color: #5a3a00;
  font-weight: 600;
  font-size: 0.92em;
  padding: 1px 7px;
  border: 1px dashed #c99a00;
  white-space: normal;
}

.todo-block {
  display: block;
  margin: 10px 0;
}

.cesta-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(140px, 22vh, 200px) 0 clamp(56px, 9vw, 96px);
}

.cesta-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.78) 100%), url("/media/static/relax.webp") center/cover no-repeat;
}

.cesta-hero .container {
  position: relative;
  z-index: 2;
}

.cesta-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 4vw, 36px);
}

#leto, #zima, #svoz {
  scroll-margin-top: 80px;
}

.cesta-hero .sm_intext > h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 900px;
}
.cesta-hero .sm_intext > h1 em {
  font-style: italic;
  color: #D9A441;
}

.cesta-hero .sm_intext > h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 620px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: clamp(32px, 5vw, 48px);
  max-width: 820px;
}
@media (min-width: 720px) {
  .quick-facts {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.quick-fact {
  background: rgba(251, 250, 248, 0.08);
  border: 1px solid rgba(251, 250, 248, 0.18);
  padding: 16px 18px;
}
.quick-fact dt {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D9A441;
  margin-bottom: 8px;
  line-height: 1.3;
}
.quick-fact dd {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(18px, 2.2vw, 23px);
  color: #FBFAF8;
  line-height: 1.15;
}

.cesta-prose {
  max-width: 720px;
}

.cesta-prose p {
  color: rgba(34, 32, 31, 0.8);
}

.cesta-prose p + p {
  margin-top: 16px;
}

.info-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
@media (min-width: 880px) {
  .info-split {
    grid-template-columns: 1fr 1fr;
  }
}

.info-split__media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #2B2B2B;
}
@media (min-width: 880px) {
  .info-split__media {
    min-height: 440px;
    align-self: stretch;
  }
}
.info-split__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 880px) {
  .info-split--media-right .info-split__media {
    order: 2;
  }
}
.section--flush-top .info-split {
  align-items: start;
}

.eq-title {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B00622;
  margin: 26px 0 14px;
}
.eq-title--light {
  color: #D9A441;
}

.info-split__content .sm_intext > ul {
  list-style: none;
  display: grid;
  gap: 11px;
}
.info-split__content .sm_intext > ul li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
}
.info-split__content .sm_intext > ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #B00622;
  font-weight: 700;
}
.info-split__content .sm_intext > ul--light li {
  color: rgba(251, 250, 248, 0.92);
}
.info-split__content .sm_intext > ul--light li::before {
  color: #D9A441;
}

.route-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .route-cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
    margin-inline: auto;
  }
}

.route-card {
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.08);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}
.route-card h3 {
  margin-bottom: 6px;
}

.route-card__tag {
  align-self: flex-start;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #B00622;
  margin-bottom: 16px;
}

.route-card__meta {
  margin: 4px 0 18px;
}
.route-card__meta div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(34, 32, 31, 0.09);
  font-size: 14.5px;
}
@media (max-width: 420px) {
  .route-card__meta div {
    flex-direction: column;
    gap: 2px;
  }
}
.route-card__meta dt {
  color: #5E5A57;
}
.route-card__meta dd {
  color: #22201F;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 420px) {
  .route-card__meta dd {
    text-align: left;
  }
}

.route-card__desc {
  font-size: 14.5px;
  color: #5E5A57;
  line-height: 1.6;
  margin-top: auto;
}

.winter-route {
  position: relative;
  overflow: hidden;
  background: #14100e;
  color: rgba(251, 250, 248, 0.92);
}

.winter-route-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%), url("/media/static/bouda-zima.jpg") center/cover no-repeat;
}
@media (min-width: 880px) {
  .winter-route-photo {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 55%, rgba(0, 0, 0, 0.3) 100%), url("/media/static/bouda-zima.jpg") center/cover no-repeat;
  }
}

.winter-route .container {
  position: relative;
  z-index: 2;
}

.winter-route__inner {
  max-width: 620px;
}

.winter-route__inner :is(h1, h2, h3) {
  margin-bottom: 18px;
}

.svoz-intro {
  max-width: 680px;
  margin-bottom: 32px;
}

.container .sm_intext > table {
  width: 100%;
  border-collapse: collapse;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
}
.container .sm_intext > table th, .container .sm_intext > table td {
  text-align: left;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(34, 32, 31, 0.09);
  font-size: 15px;
  vertical-align: top;
  line-height: 1.5;
}
.container .sm_intext > table thead th {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5E5A57;
  background: rgba(34, 32, 31, 0.03);
}
.container .sm_intext > table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 719px) {
  .container .sm_intext > table {
    border: none;
    background: transparent;
  }
  .container .sm_intext > table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .container .sm_intext > table tr {
    display: block;
    background: #FBFAF8;
    border: 1px solid rgba(34, 32, 31, 0.1);
    margin-bottom: 14px;
  }
  .container .sm_intext > table td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(34, 32, 31, 0.07);
  }
  .container .sm_intext > table tbody tr td:last-child {
    border-bottom: none;
  }
  .container .sm_intext > table td::before {
    content: attr(data-label);
    flex: 0 0 38%;
    font-weight: 600;
    color: #5E5A57;
  }
}

.container .sm_intext > table + p {
  margin-top: 24px;
  font-size: 15px;
  color: #5E5A57;
}
.container .sm_intext > table + p a {
  color: #B00622;
  font-weight: 600;
}
.container .sm_intext > table + p a:hover {
  color: #D2072A;
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: repeating-linear-gradient(45deg, #d9d9d9 0 18px, #d2d2d2 18px 36px);
  border: 1px solid rgba(34, 32, 31, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  margin-top: 8px;
}

.map-embed__hint {
  max-width: 460px;
  font-size: 15px;
  color: #4a4744;
}

.map-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.webcam-frame {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 820px;
  margin-top: 28px;
  border: 1px solid rgba(251, 250, 248, 0.18);
}
.webcam-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.webcam-frame:hover img {
  transform: scale(1.03);
}

.webcam-frame__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.62);
  color: #FBFAF8;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.webcam-frame__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D2072A;
  animation: webcam-pulse 1.6s ease-in-out infinite;
}

@keyframes webcam-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}
.faq-list {
  max-width: 780px;
}

.section .sm_intext details {
  border-bottom: 1px solid rgba(34, 32, 31, 0.14);
}
.section .sm_intext details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(17px, 2.2vw, 20px);
  color: #2B2B2B;
}
.section .sm_intext details summary::-webkit-details-marker {
  display: none;
}
.section .sm_intext details summary::after {
  content: "+";
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #B00622;
  line-height: 1;
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}
.section .sm_intext details[open] summary::after {
  content: "–";
}
.section .sm_intext details p {
  padding: 0 0 22px;
  max-width: 700px;
  color: #5E5A57;
  font-size: 16px;
}
.section .sm_intext details h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 17px;
  color: #2B2B2B;
  margin: 2px 0 8px;
}
.section .sm_intext details p + h4 {
  margin-top: 8px;
}

.info-split__content :is(h1, h2, h3) {
  margin-bottom: 18px;
}

.route-group__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B00622;
  margin: 44px 0 18px;
}

.faq-list + .route-group__title {
  margin-top: 40px;
}

.route-season__media {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(180px, 30vw, 360px);
  margin-bottom: 22px;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #d9d9d9 0 16px, #d2d2d2 16px 32px) center/cover no-repeat;
  border: 1px solid rgba(34, 32, 31, 0.12);
}

.route-season__media--summer { /* až bude foto: background-image: url('/media/static/cesta-leto.webp'); */ }

.route-season__media--winter { /* až bude foto: background-image: url('/media/static/cesta-zima-foto.webp'); */ }

.info-split__content .sm_intext > ul + p {
  margin-top: 24px;
}

.container .sm_intext > h2 + p {
  max-width: 620px;
}

.rest-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(104px, 22vh, 200px) 0 clamp(48px, 9vw, 96px);
}

.rest-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.74) 100%), url("/media/static/kulajda.webp") center/cover no-repeat;
}

.rest-hero .container {
  position: relative;
  z-index: 2;
}

.rest-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 820px;
}
.rest-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.rest-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 620px;
}

.rest-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.rest-prose :is(h1, h2, h3) {
  margin-bottom: 28px;
}

.rest-prose p + p {
  margin-top: 16px;
}

.rest-prose p {
  color: rgba(34, 32, 31, 0.82);
}

.rest-prose .link-arrow {
  margin-top: 26px;
}

.menu-cta {
  text-align: center;
}

.menu-cta__head {
  max-width: 720px;
  margin: 0 auto;
}

.menu-cta__head .sm_intext > p:last-child {
  font-size: 19px;
  max-width: 600px;
  margin: 16px auto 30px;
}

.hours-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}
@media (min-width: 880px) {
  .hours-wrap {
    grid-template-columns: 1.1fr 1fr;
  }
}

.hours-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
}
.hours-wrap table th, .hours-wrap table td {
  text-align: left;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(34, 32, 31, 0.09);
  font-size: 15.5px;
  vertical-align: top;
  line-height: 1.5;
}
.hours-wrap table th {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  color: #22201F;
  width: 52%;
}
.hours-wrap table td {
  color: #5E5A57;
}
.hours-wrap table tr:last-child th, .hours-wrap table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 420px) {
  .hours-wrap table th, .hours-wrap table td {
    padding: 12px 12px;
    font-size: 14.5px;
  }
  .hours-wrap table th {
    width: 44%;
  }
}

.hours-note {
  margin-top: 14px;
}

.qa + .qa {
  margin-top: 22px;
}

.qa__q {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 21px);
  color: #2B2B2B;
  margin-bottom: 8px;
}

.qa__a {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.6;
}
.qa__a a {
  color: #B00622;
  font-weight: 600;
}
.qa__a a:hover {
  color: #D2072A;
}

.rest-gallery {
  background: #FBFAF8;
}

.menu-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 680px) {
  .menu-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.gallery-tile {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #2B2B2B;
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallery-tile:hover img, .gallery-tile:focus-visible img {
  transform: scale(1.05);
}

.gallery-more {
  margin-top: clamp(20px, 3vw, 28px);
  text-align: center;
}

.gallery-tile--placeholder {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #d9d9d9 0 16px, #d2d2d2 16px 32px);
  border: 1px solid rgba(34, 32, 31, 0.12);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

body.modal-open {
  overflow: hidden;
}

.menu-modal,
.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
}
.menu-modal[hidden],
.lightbox[hidden] {
  display: none;
}

.menu-modal {
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 4vw, 40px);
}

.menu-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 14, 0.62);
  backdrop-filter: blur(2px);
}

.menu-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 760px;
  max-height: 95vh;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  animation: menu-modal-in 0.28s ease both;
}
@media (max-width: 639px) {
  .menu-modal__dialog {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border: 0;
  }
}

@keyframes menu-modal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.menu-modal__head {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(20px, 4vw, 36px);
  border-bottom: 1px solid rgba(34, 32, 31, 0.1);
  background: #FBFAF8;
}

.menu-modal__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 32px);
  color: #2B2B2B;
  line-height: 1.1;
}

.menu-modal__subtitle {
  margin-top: 4px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B00622;
}

.menu-modal__close {
  flex: 0 0 auto;
  appearance: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(34, 32, 31, 0.16);
  background: transparent;
  color: #2B2B2B;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.menu-modal__close:hover {
  background: rgba(34, 32, 31, 0.06);
  border-color: rgba(34, 32, 31, 0.3);
}

.menu-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: clamp(22px, 4vw, 36px);
}

.menu-part + .menu-part {
  margin-top: 40px;
}

.menu-part h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 28px);
  color: #5A1A1F;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(90, 26, 31, 0.18);
  margin-bottom: 20px;
}

.menu-part p {
  margin: -8px 0 22px;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.6;
  color: #5E5A57;
}

.menu-part h4 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #B00622;
  margin: 24px 0 8px;
}

.menu-part ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-part li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 10px;
  padding: 8px 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 17px;
  color: #22201F;
  border-bottom: 1px dotted rgba(34, 32, 31, 0.18);
}

.menu-part li:last-child {
  border-bottom: 0;
}

.menu-part li strong {
  margin-left: auto;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #22201F;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .menu-part li {
    font-size: 15.5px;
  }
  .menu-part li strong {
    font-size: 14px;
  }
}
.menu-note {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 32, 31, 0.12);
  font-size: 13px;
  line-height: 1.6;
  color: #5E5A57;
}
.menu-note p + p {
  margin-top: 6px;
}

@media (min-width: 880px) {
  .menu-modal__dialog {
    max-width: 1040px;
  }
  .menu-part {
    columns: 2;
    column-gap: clamp(32px, 4vw, 56px);
  }
  .menu-part h3,
  .menu-part p {
    column-span: all;
  }
  .menu-part h4 {
    break-after: avoid;
    break-inside: avoid;
    margin-top: 0;
  }
  .menu-part ul {
    break-inside: avoid;
    margin-bottom: 28px;
  }
  .menu-part ul:last-child {
    margin-bottom: 0;
  }
  .menu-note {
    column-span: all;
  }
}
.lightbox {
  z-index: 1100;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 5, 0.86);
}

.lightbox__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox__img {
  max-width: 100%;
  max-height: 82vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid rgba(251, 250, 248, 0.16);
}

.lightbox__cap {
  margin-top: 14px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  color: rgba(251, 250, 248, 0.82);
  text-align: center;
}

.lightbox__close {
  position: absolute;
  top: clamp(10px, 2vw, 22px);
  right: clamp(10px, 2vw, 22px);
  z-index: 2;
  appearance: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(251, 250, 248, 0.4);
  background: rgba(0, 0, 0, 0.3);
  color: #FBFAF8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lightbox__close:hover {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(251, 250, 248, 0.7);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  appearance: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(251, 250, 248, 0.4);
  background: rgba(0, 0, 0, 0.3);
  color: #FBFAF8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lightbox__nav[hidden] {
  display: none;
}
.lightbox__nav:hover {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(251, 250, 248, 0.7);
}
.lightbox__nav svg {
  width: 26px;
  height: 26px;
}
.lightbox__nav--prev {
  left: clamp(8px, 2.5vw, 28px);
}
.lightbox__nav--next {
  right: clamp(8px, 2.5vw, 28px);
}
@media (max-width: 600px) {
  .lightbox__nav {
    width: 44px;
    height: 44px;
  }
  .lightbox__nav--prev {
    left: 8px;
  }
  .lightbox__nav--next {
    right: 8px;
  }
  .lightbox__nav svg {
    width: 22px;
    height: 22px;
  }
}

.lightbox__counter {
  position: absolute;
  bottom: clamp(12px, 3vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(251, 250, 248, 0.85);
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 12px;
}
.lightbox__counter[hidden] {
  display: none;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 560px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step {
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}

.step__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.step__num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #D2072A;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

.step__icon {
  color: #5A1A1F;
}
.step__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.step .sm_intext h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.step .sm_intext p {
  color: #5E5A57;
  font-size: 15px;
  line-height: 1.6;
}

.trust-badges {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}
@media (min-width: 720px) {
  .trust-badges {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #22201F;
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid rgba(217, 164, 65, 0.42);
  padding: 14px 18px;
}
.trust-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #B00622;
}

.rezervace-widget {
  background: #FBFAF8;
  padding-top: clamp(96px, 16vh, 150px);
}
.rezervace-widget .container {
  max-width: 1320px;
}

.previo-embed {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
  min-height: clamp(420px, 60vh, 640px);
  background: #f2f2f2;
}

#previo-booking-engine {
  width: 100%;
  max-width: 100%;
}

.rezervace-widget .container > .sm_intext > p {
  margin-top: 18px;
  font-size: 15px;
  color: #5E5A57;
}
.rezervace-widget .container > .sm_intext > p .link-arrow {
  margin-left: 6px;
}

.rezervace-terms {
  background: #FBFAF8;
}

.terms {
  max-width: 820px;
  border-top: 1px solid rgba(34, 32, 31, 0.12);
}

.term {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(34, 32, 31, 0.12);
}
@media (min-width: 720px) {
  .term {
    grid-template-columns: 210px 1fr;
    gap: 28px;
  }
}

.term__name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 21px);
  color: #2B2B2B;
}

.term__desc {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.65;
}
.term__desc a {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.term__desc a:hover {
  color: #D2072A;
}

.terms-foot {
  margin-top: 26px;
  max-width: 820px;
  font-size: 15px;
  color: #5E5A57;
  line-height: 1.7;
}
.terms-foot a {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.terms-foot a:hover {
  color: #D2072A;
}

.rezervace-help .sm_intext h2 + p {
  max-width: 640px;
  margin-top: 14px;
  font-size: clamp(16px, 1.9vw, 18px);
}

.help-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-top: 28px;
}

.help-contact__link {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 3.4vw, 32px);
  color: #FBFAF8;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  line-height: 1.15;
  word-break: break-word;
}
.help-contact__link:hover {
  color: #D9A441;
}

.help-contact__who {
  margin-top: 14px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D9A441;
}

.ranc-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(104px, 22vh, 200px) 0 clamp(48px, 9vw, 96px);
}

.ranc-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.8) 100%), url("/media/static/nas-ranc-hero.webp") center/cover no-repeat;
}

.ranc-hero .container {
  position: relative;
  z-index: 2;
}

.ranc-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 900px;
}
.ranc-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.ranc-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 640px;
}

.ranc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(26px, 4vw, 36px);
}

.ranc-prose {
  max-width: 560px;
}

.ranc-prose p:not(:has(+ :is(h1, h2, h3))) {
  color: rgba(34, 32, 31, 0.8);
}

.ranc-prose :is(h1, h2, h3) {
  margin-bottom: 24px;
}

.ranc-about {
  max-width: 760px;
}

.ranc-about p {
  color: rgba(34, 32, 31, 0.82);
  line-height: 1.75;
}

.ranc-about p + p {
  margin-top: 14px;
}

.ranc-intro-text .sm_intext > blockquote {
  max-width: 760px;
  margin: clamp(28px, 4vw, 40px) 0 0;
  padding-left: 22px;
  border-left: 3px solid #D9A441;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.4;
  color: #5A1A1F;
}

.ranc-intro-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}
@media (min-width: 900px) {
  .ranc-intro-layout {
    grid-template-columns: 1fr minmax(260px, 320px);
    align-items: stretch;
  }
}

.ranc-intro-photo {
  position: relative;
  overflow: hidden;
  background: #2B2B2B;
  aspect-ratio: 3/4;
}
@media (min-width: 900px) {
  .ranc-intro-photo {
    aspect-ratio: auto;
    height: 100%;
    min-height: 420px;
  }
}
.ranc-intro-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info-split__media--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(16px, 4vw, 28px);
}
.info-split__media--ph.is-grafit {
  background-color: #2B2B2B;
}
.info-split__media--ph.is-bordo {
  background-color: #5A1A1F;
}

.ranc-gastro {
  position: relative;
  overflow: hidden;
  background: #481318;
}
@media (min-width: 880px) {
  .ranc-gastro {
    min-height: 520px;
    display: flex;
    align-items: center;
  }
}

.ranc-gastro-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: scaleX(-1);
  background: url("/media/static/jidlo.jpg") center/cover no-repeat;
}

.ranc-gastro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 100%);
}
@media (min-width: 880px) {
  .ranc-gastro::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.66) 55%, rgba(0, 0, 0, 0.28) 100%);
  }
}

.ranc-gastro .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ranc-gastro__inner {
  max-width: 600px;
}

.ranc-gastro__inner :is(h1, h2, h3) {
  margin-bottom: 18px;
}

.ranc-gastro__inner .btn {
  margin-top: 32px;
}

.ranc-eu {
  background: #FBFAF8;
  border-top: 1px solid rgba(34, 32, 31, 0.12);
  border-bottom: 1px solid rgba(34, 32, 31, 0.12);
  padding: clamp(28px, 4vw, 44px) 0;
}

.ranc-eu__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
@media (min-width: 720px) {
  .ranc-eu__grid {
    grid-template-columns: auto 1fr;
    gap: 28px;
  }
}

.ranc-eu__logo {
  width: 170px;
  max-width: 100%;
  flex: 0 0 auto;
}
.ranc-eu__logo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(34, 32, 31, 0.14);
}

.ranc-eu__text h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #22201F;
  margin-bottom: 8px;
}
.ranc-eu__text p {
  color: #5E5A57;
  font-size: 15px;
  max-width: 760px;
  line-height: 1.6;
}

.ranc-eu__text .sm_intext > p:last-child {
  margin-top: 12px;
}
.ranc-eu__text .sm_intext > p:last-child .link-arrow {
  font-size: 14px;
}

.ranc-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .ranc-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ranc-cta-actions .btn {
    width: 100%;
    text-align: center;
  }
}

.kontakt-hero {
  position: relative;
  background: #481318;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.78) 100%), url("/media/static/kontakt-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(116px, 17vh, 152px) 0 clamp(40px, 6vw, 64px);
}

.kontakt-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(34px, 5.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.kontakt-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.kontakt-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(16px, 1.9vw, 19px);
  max-width: 640px;
}

.kontakt-hero-actions {
  margin-top: clamp(22px, 4vw, 32px);
}

.contact-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 64px);
  align-items: stretch;
}
@media (min-width: 980px) {
  .contact-top {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-top .section-head {
  margin-bottom: 24px;
  max-width: none;
}

.contact-top__main,
.contact-top__aside {
  display: flex;
  flex-direction: column;
}

.contact-card {
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
  padding: clamp(26px, 4vw, 44px);
  max-width: 760px;
}

.contact-top__main .contact-card {
  max-width: none;
  flex: 1 1 auto;
}

.contact-top__aside .help-cards {
  grid-template-columns: 1fr;
  gap: 14px;
  flex: 1 1 auto;
  grid-auto-rows: 1fr;
}

.contact-card :is(h1, h2, h3) {
  margin-bottom: 6px;
}

.contact-card > p:first-child {
  color: #5E5A57;
  font-size: 15px;
  margin-bottom: 26px;
}

.contact-card > p:first-child + div {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-method > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.contact-card div > span:first-child {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #5A1A1F;
  color: #FBFAF8;
}
.contact-card div > span:first-child svg {
  width: 22px;
  height: 22px;
}

.contact-card .contact-method:not(:has(svg)):has(a)::before {
  content: "";
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background-color: #5A1A1F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.contact-card .contact-method:not(:has(svg)):has(a[href^="mailto:"])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.contact-card .contact-method:not(:has(svg)):has(a[href^="tel:"])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3h3.5l1.5 5-2.5 1.5a13 13 0 0 0 6 6l1.5-2.5 5 1.5V21a1 1 0 0 1-1 1A17 17 0 0 1 4 4a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.contact-card div > a {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(18px, 3.2vw, 30px);
  color: #2B2B2B;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.contact-card div > a:hover {
  color: #D2072A;
}

.contact-card > div:last-child {
  color: #5E5A57;
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid rgba(34, 32, 31, 0.1);
  padding-top: 20px;
}
.contact-card > div:last-child p + p {
  margin-top: 8px;
}

.before-write__lead {
  font-size: 18px;
  color: #5E5A57;
  margin-bottom: 28px;
}

.help-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .help-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.help-card {
  display: flex;
  flex-direction: column;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
  padding: 26px 24px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.help-card h3 {
  margin-bottom: 8px;
}
.help-card p {
  color: #5E5A57;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1 1 auto;
}
.help-card .link-arrow {
  margin-top: auto;
}
.help-card:hover {
  border-color: rgba(178, 6, 34, 0.45);
}
.help-card:hover .link-arrow::after {
  transform: translateX(4px);
}

.contact-form-section {
  background: #FBFAF8;
}

.contact-layout__form .sm_intext > p {
  max-width: 620px;
  color: #5E5A57;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 760px;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
@media (min-width: 680px) {
  .form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

@media (min-width: 680px) {
  .field--full {
    grid-column: 1/-1;
  }
}

.field > label {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #22201F;
}

.field .req {
  color: #B00622;
}

.field-optional {
  font-weight: 400;
  color: #5E5A57;
  font-size: 13px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  color: #22201F;
  background: #fff;
  border: 1.5px solid rgba(34, 32, 31, 0.22);
  border-radius: 0;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: rgba(34, 32, 31, 0.42);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #D2072A;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
}

.field textarea {
  min-height: 158px;
  resize: vertical;
}

.field select {
  cursor: pointer;
  appearance: auto;
}

.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid {
  border-color: #B00622;
}

.field__error {
  color: #B00622;
  font-size: 13px;
  font-weight: 600;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  font-size: 15px;
  color: #22201F;
}
.form-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #D2072A;
}
.form-consent a {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.form-consent a:hover {
  color: #D2072A;
}

.form-actions {
  margin-top: 24px;
}

.form-foot-note {
  margin-top: 16px;
  color: #5E5A57;
  font-size: 14px;
  line-height: 1.6;
  max-width: 620px;
}

.form-flash {
  background: #ecf5ee;
  border: 1px solid #b9d8c0;
  color: #2c6b3c;
  padding: 14px 18px;
  margin-bottom: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-flash svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.form-flash--error {
  background: #fbeceb;
  border-color: #e6bcb7;
  color: #a3352a;
}

.cf-turnstile {
  margin: 4px 0 22px;
}

.find-us__text {
  max-width: 660px;
}

.find-us__text :is(h1, h2, h3) {
  margin-bottom: 16px;
}

.find-us__actions {
  margin-top: 26px;
}

.find-us__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 32px;
  border: 1px solid rgba(34, 32, 31, 0.14);
  background: #e6e6e6;
  overflow: hidden;
}
.find-us__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
}
@media (min-width: 960px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: stretch;
  }
}

.contact-layout__form {
  min-width: 0;
}

.contact-layout__form .contact-form {
  max-width: none;
}

.contact-layout__map {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-layout__map h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #2B2B2B;
  margin-bottom: 16px;
}

.contact-layout__map .find-us__map {
  margin-top: 0;
  flex: 1 1 auto;
  aspect-ratio: 16/9;
  min-height: 220px;
}
@media (min-width: 960px) {
  .contact-layout__map .find-us__map {
    aspect-ratio: auto;
    min-height: 340px;
  }
}

.company-info {
  max-width: 720px;
}

.company-info .sm_intext > h2:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #2B2B2B;
  margin-bottom: 18px;
}

.company-info h2 + p {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #22201F;
  margin-bottom: 4px;
}

.company-info address {
  font-style: normal;
  color: #5E5A57;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.company-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 14px;
  font-size: 14.5px;
}
.company-info dl div {
  display: contents;
}
.company-info dl dt {
  color: #5E5A57;
}
.company-info dl dd {
  color: #22201F;
  font-weight: 600;
}

.company-info dl + p {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #22201F;
  margin: 20px 0 8px;
}

.company-info .sm_intext > p:last-child {
  margin-top: 16px;
  font-size: 13.5px;
  color: #5E5A57;
  line-height: 1.6;
}

.company-link {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.company-link:hover {
  color: #D2072A;
}

.ubyt-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(140px, 22vh, 200px) 0 clamp(56px, 9vw, 96px);
}

.ubyt-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.74) 100%), url("/media/static/luzko.webp") center/cover no-repeat;
}

.ubyt-hero .container {
  position: relative;
  z-index: 2;
}

.ubyt-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 860px;
}
.ubyt-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.ubyt-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 640px;
}

.ubyt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.ubyt-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 5vw, 56px);
  margin-bottom: clamp(30px, 5vw, 48px);
}

.ubyt-stats li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.ubyt-stats__num {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(38px, 6vw, 58px);
  color: #5A1A1F;
  line-height: 1;
}

.ubyt-stats__label {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #5E5A57;
}

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) {
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .rooms-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.rooms-grid > .sm_intext[data-name] {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) {
  .rooms-grid > .sm_intext[data-name] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .rooms-grid > .sm_intext[data-name] {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.rooms-grid > .sm_intext[data-name] > p {
  display: contents;
}

.rooms-grid figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #2B2B2B;
  display: flex;
  align-items: flex-end;
}
.rooms-grid figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-tile--ph {
  background: repeating-linear-gradient(45deg, #d9d9d9 0 16px, #d2d2d2 16px 32px);
}

.room-tile__todo {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
}

.rooms-grid figcaption {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 46px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.rooms-grid figcaption > span:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 30px);
  color: #FBFAF8;
  line-height: 1.1;
}

.rooms-grid figcaption > span:last-child {
  flex: 0 0 auto;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.3px;
  color: rgba(251, 250, 248, 0.92);
  text-align: right;
  line-height: 1.4;
}

.rooms-grid figcaption > span:last-child > span {
  color: #D9A441;
}

.ubyt-prose p + p {
  margin-top: 16px;
}

.ubyt-prose p {
  color: rgba(34, 32, 31, 0.82);
}

.room-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .room-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.room-card {
  display: flex;
  flex-direction: column;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
  overflow: hidden;
}

.room-card__photo {
  position: relative;
  height: 200px;
  background: #2B2B2B;
}
.room-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-card__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  background: repeating-linear-gradient(45deg, #d9d9d9 0 16px, #d2d2d2 16px 32px);
}

.room-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 22px;
}

.room-card .room-card__body > .sm_intext {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.room-card__body h3 {
  margin-bottom: 10px;
}

.room-card__body h3 + p {
  color: #5E5A57;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.room-card__body .sm_intext > ul {
  list-style: none;
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}
.room-card__body .sm_intext > ul li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  line-height: 1.5;
}
.room-card__body .sm_intext > ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3a7d44;
  font-weight: 700;
}

.room-card__body ul + p {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #5E5A57;
}

.room-card__body .sm_intext > a {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(34, 32, 31, 0.1);
}

.cenik-section {
  background: #FBFAF8;
}

.cenik-intro {
  max-width: 680px;
  margin-bottom: 32px;
  color: #5E5A57;
}

.price-block + .price-block {
  margin-top: 38px;
}

.price-block .sm_intext > h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #2B2B2B;
  margin-bottom: 4px;
}

.price-block h3 + p {
  font-size: 14px;
  color: #5E5A57;
  margin-bottom: 16px;
}

.price-block table + p {
  margin-top: 14px;
  font-size: 14px;
  color: #5E5A57;
  line-height: 1.65;
}

.price-block table {
  width: 100%;
  border-collapse: collapse;
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.12);
}
.price-block table th, .price-block table td {
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(34, 32, 31, 0.09);
  font-size: 15px;
  line-height: 1.4;
  vertical-align: top;
}
.price-block table thead th {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #5E5A57;
  background: rgba(34, 32, 31, 0.03);
  white-space: nowrap;
}
.price-block table tbody th {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  color: #22201F;
}
.price-block table td + td {
  font-weight: 600;
  color: #22201F;
  white-space: nowrap;
}
.price-block table tbody tr:last-child th, .price-block table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 639px) {
  .price-block table {
    border: none;
    background: transparent;
  }
  .price-block table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .price-block table tr {
    display: block;
    background: #FBFAF8;
    border: 1px solid rgba(34, 32, 31, 0.12);
    margin-bottom: 14px;
  }
  .price-block table th, .price-block table td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(34, 32, 31, 0.07);
    text-align: right;
  }
  .price-block table tbody th {
    text-align: left;
    font-size: 16px;
    background: rgba(34, 32, 31, 0.03);
  }
  .price-block table td + td {
    white-space: normal;
  }
  .price-block table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #5E5A57;
    text-align: left;
  }
  .price-block table tr td:last-child {
    border-bottom: none;
  }
}

.cenik-note {
  margin-top: 22px;
  font-size: 14px;
  color: #5E5A57;
  line-height: 1.6;
}

.value-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 768px) {
  .value-split {
    grid-template-columns: 1fr 1fr;
  }
}

.value-col {
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.1);
  padding: 28px 26px;
  height: 100%;
}

.value-col .sm_intext > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 32, 31, 0.1);
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2B2B2B;
}

.value-col .sm_intext > p:first-child > span:first-child {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: rgba(34, 32, 31, 0.06);
  color: #2B2B2B;
}

.value-list {
  list-style: none;
  display: grid;
  gap: 16px;
}

.value-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.value-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.value-col--incl .value-list li::before {
  content: "✓";
  color: #2B2B2B;
}

.value-col--extra .value-list li::before {
  content: "+";
  color: #2B2B2B;
}

.value-item__name {
  font-weight: 600;
  color: #22201F;
}

.value-item__price {
  font-weight: 600;
  color: #22201F;
  white-space: nowrap;
}

.value-item__detail {
  color: #5E5A57;
  font-size: 14px;
}

.kids-discount {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(34, 32, 31, 0.1);
}

.kids-discount__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.kids-discount ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.kids-discount li {
  position: relative;
  padding-left: 24px;
  font-size: 15.5px;
}

.kids-discount li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #2B2B2B;
  font-weight: 700;
}

.kids-discount strong {
  color: #22201F;
}

.perk-card {
  max-width: 820px;
  margin-top: clamp(28px, 4vw, 44px);
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid rgba(217, 164, 65, 0.45);
  border-left: 4px solid #D9A441;
  padding: clamp(24px, 4vw, 40px) clamp(22px, 4vw, 40px);
}

.perk-card :is(h1, h2, h3) {
  font-size: clamp(24px, 3vw, 34px);
  margin: 6px 0 14px;
}

.perk-card h3 + p {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 16px;
}

.value-perk {
  margin-top: 22px;
  padding: 16px 18px;
  background: rgba(217, 164, 65, 0.12);
  border-left: 3px solid #D9A441;
}

.value-perk__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #22201F;
  margin-bottom: 6px;
}

.value-perk__check {
  color: #D9A441;
}

.value-perk__text {
  color: #5E5A57;
  font-size: 14.5px;
  line-height: 1.6;
}

.know-list {
  list-style: none;
  max-width: 860px;
  display: grid;
  gap: 0;
}

.know-list li {
  position: relative;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid rgba(251, 250, 248, 0.14);
  color: rgba(251, 250, 248, 0.88);
  line-height: 1.6;
}
.know-list li:last-child {
  border-bottom: none;
}
.know-list li::before {
  content: "›";
  position: absolute;
  left: 2px;
  top: 15px;
  color: #D9A441;
  font-weight: 700;
}
.know-list li strong {
  color: #FBFAF8;
}
.know-list li a {
  color: #D9A441;
  font-weight: 600;
}
.know-list li a:hover {
  color: #e8b85c;
}

.team-section {
  background: #FBFAF8;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
}
@media (min-width: 880px) {
  .team-grid {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.75fr);
    align-items: stretch;
  }
}

.team-grid__media {
  position: relative;
  overflow: hidden;
  background: #2B2B2B;
  aspect-ratio: 3/4;
  order: -1;
}
@media (min-width: 880px) {
  .team-grid__media {
    aspect-ratio: auto;
    align-self: stretch;
    min-height: 100%;
    order: 0;
  }
}
.team-grid__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-prose {
  max-width: 760px;
}
.team-prose p {
  color: rgba(34, 32, 31, 0.82);
  line-height: 1.8;
}
.team-prose p + p {
  margin-top: 16px;
}

.team-actions {
  margin-top: 28px;
}

.team-contact {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px clamp(20px, 4vw, 36px);
}

.team-contact__link {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #B00622;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.team-contact__link:hover {
  color: #D2072A;
}

.vcene-extras {
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(34, 32, 31, 0.12);
}
.vcene-extras h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 28px);
  color: #2B2B2B;
  margin-bottom: 12px;
}
.vcene-extras p {
  color: #5E5A57;
  max-width: 720px;
}

.zabava-gallery {
  margin-top: clamp(28px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 560px) {
  .zabava-gallery {
    gap: 18px;
  }
}

.zabava-gallery > .sm_intext[data-name] {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 560px) {
  .zabava-gallery > .sm_intext[data-name] {
    gap: 18px;
  }
}

.zabava-gallery > .sm_intext[data-name] > p {
  display: contents;
}

.zabava-gallery figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #2B2B2B;
}
.zabava-gallery figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vylety-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(104px, 22vh, 200px) 0 clamp(48px, 9vw, 96px);
}

.vylety-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.78) 100%), url("/media/static/vylety.webp") center/cover no-repeat;
}

.vylety-hero .container {
  position: relative;
  z-index: 2;
}

.vylety-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1.04;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 900px;
}
.vylety-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.vylety-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 640px;
}

.vylety-prose {
  max-width: 720px;
}

.vylety-prose p {
  color: rgba(34, 32, 31, 0.8);
}

.vylety-prose p + p {
  margin-top: 16px;
}

.trip-blocks {
  display: grid;
  gap: clamp(36px, 6vw, 72px);
}

.trip-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}
@media (min-width: 820px) {
  .trip-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 820px) {
  .trip-block--media-right .trip-block__media {
    order: 2;
  }
}
.trip-block__media {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  background: #2B2B2B;
}
@media (min-width: 820px) {
  .trip-block__media {
    min-height: 340px;
    align-self: stretch;
  }
}
.trip-block__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trip-block__media--kolo img {
  object-position: center 60%;
}

.trip-block__media--zima img {
  object-position: center 60%;
}

.vylety-foot-note {
  margin-top: clamp(30px, 4.5vw, 52px);
  padding-left: clamp(16px, 2.5vw, 24px);
  border-left: 4px solid #D9A441;
}
.vylety-foot-note p {
  margin: 0;
  color: #22201F;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.5;
}

.trip-block__body {
  max-width: 560px;
}

.trip-block__body h3 {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 12px;
}

.trip-block__body p {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.trip-block__body .sm_intext > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.trip-block__body span {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: rgba(34, 32, 31, 0.06);
  color: #5E5A57;
}

.trips-foot {
  margin-top: clamp(32px, 5vw, 48px);
  color: #5E5A57;
  font-size: 15px;
}

.akce-block {
  background: #FBFAF8;
  border: 1px solid rgba(34, 32, 31, 0.12);
  border-left: 4px solid #5A1A1F;
  padding: clamp(16px, 2.6vw, 28px);
}

.akce-block .sm_intext > p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
}
.akce-block .sm_intext > p:last-child a {
  display: inline-block;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 14px 30px;
  border-radius: 0;
  border: 1.5px solid rgba(34, 32, 31, 0.35);
  color: #22201F;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.akce-block .sm_intext > p:last-child a:hover {
  border-color: #D2072A;
  color: #B00622;
}
.akce-block .sm_intext > p:last-child a:last-child {
  background: #D2072A;
  border-color: transparent;
  color: #fff;
}
.akce-block .sm_intext > p:last-child a:last-child:hover {
  background: #B00622;
  border-color: transparent;
  color: #fff;
}

.op-hero {
  position: relative;
  background: #481318;
  padding: clamp(116px, 17vh, 152px) 0 clamp(40px, 6vw, 64px);
}

.op-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(34px, 5.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  max-width: 760px;
}
.op-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.op-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(16px, 1.9vw, 20px);
  max-width: 620px;
}

.op-hero h1 ~ p + p {
  margin-top: 20px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D9A441;
}

.op-body {
  background: #FBFAF8;
}

.legal {
  max-width: 820px;
}

.legal-toc {
  border: 1px solid rgba(34, 32, 31, 0.12);
  background: rgba(34, 32, 31, 0.02);
  padding: 22px 24px;
  margin-bottom: clamp(36px, 6vw, 56px);
}
.legal-toc p {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B00622;
  margin-bottom: 14px;
}
.legal-toc ol {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 32px;
}
@media (max-width: 560px) {
  .legal-toc ol {
    columns: 1;
  }
}
.legal-toc li {
  margin-bottom: 8px;
  break-inside: avoid;
}
.legal-toc a {
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
.legal-toc a:hover {
  color: #B00622;
  border-bottom-color: currentColor;
}

.legal-part {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  color: #5A1A1F;
  line-height: 1.14;
  letter-spacing: -0.5px;
  margin: clamp(48px, 7vw, 80px) 0 20px;
  padding-top: clamp(40px, 6vw, 64px);
  border-top: 2px solid rgba(90, 26, 31, 0.22);
  scroll-margin-top: calc(80px + 16px);
}
.legal-part:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-intro {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.75;
  max-width: 760px;
  margin-bottom: 8px;
}
.legal-intro a:not(.btn) {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.legal-intro a:not(.btn):hover {
  color: #D2072A;
}

.legal-effective {
  margin-top: 18px;
  font-weight: 600;
  color: #2B2B2B;
}

.legal-section {
  padding-top: clamp(28px, 4vw, 40px);
  margin-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(34, 32, 31, 0.12);
  scroll-margin-top: calc(80px + 16px);
}
.legal-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.legal-section > h2,
.legal-section > h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 30px);
  color: #2B2B2B;
  line-height: 1.18;
  margin-bottom: 18px;
}
.legal-section .legal-num {
  color: #B00622;
  font-style: normal;
  margin-right: 10px;
}
.legal-section h4 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2B2B2B;
  margin: 22px 0 8px;
}
.legal-section p {
  color: #5E5A57;
  line-height: 1.75;
}
.legal-section p + p {
  margin-top: 14px;
}
.legal-section a:not(.btn):not(.link-arrow) {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.legal-section a:not(.btn):not(.link-arrow):hover {
  color: #D2072A;
}

.legal-dl {
  margin: 6px 0 4px;
  border-top: 1px solid rgba(34, 32, 31, 0.12);
}
.legal-dl > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(34, 32, 31, 0.12);
}
@media (min-width: 560px) {
  .legal-dl > div {
    grid-template-columns: 200px 1fr;
    gap: 24px;
  }
}
.legal-dl dt {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2B2B2B;
}
.legal-dl dd {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.6;
}
.legal-dl dd a {
  color: #B00622;
  font-weight: 600;
}
.legal-dl dd a:hover {
  color: #D2072A;
}

.legal-dl + .legal-section {
  margin-top: clamp(28px, 4vw, 40px);
}

.legal-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 14px 0;
}
.legal-list li {
  position: relative;
  padding-left: 24px;
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.65;
}
.legal-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #B00622;
}

.legal-ol {
  margin: 14px 0;
  padding-left: 22px;
}
.legal-ol li {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 8px;
  padding-left: 4px;
}
.legal-ol li::marker {
  color: #B00622;
  font-weight: 700;
}

.legal-foot {
  margin-top: clamp(36px, 6vw, 56px);
  padding-top: 28px;
  border-top: 1px solid rgba(34, 32, 31, 0.12);
  font-size: 15px;
  color: #5E5A57;
  line-height: 1.9;
}
.legal-foot a:not(.link-arrow) {
  color: #B00622;
  font-weight: 600;
  text-decoration: underline;
}
.legal-foot a:not(.link-arrow):hover {
  color: #D2072A;
}
.legal-foot .link-arrow {
  margin-top: 6px;
}

.onas-hero {
  position: relative;
  overflow: hidden;
  background: #481318;
  padding: clamp(104px, 22vh, 225px) 0 clamp(48px, 9vw, 96px);
}

.onas-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.78) 100%), url("/media/static/bouda-zima.jpg") center/cover no-repeat;
}

.onas-hero .container {
  position: relative;
  z-index: 2;
}

.onas-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(38px, 6.5vw, 74px);
  line-height: 1.04;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 900px;
}
.onas-hero h1 em {
  font-style: italic;
  color: #D9A441;
}

.onas-hero h1 + p {
  color: rgba(251, 250, 248, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  max-width: 620px;
}

.onas-hero-actions {
  margin-top: clamp(24px, 3vw, 32px);
}

#pribeh {
  scroll-margin-top: 80px;
}

.onas-gallery {
  background: #FBFAF8;
}

.history-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 680px) {
  .history-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1000px) {
  .history-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.timeline {
  list-style: none;
  max-width: 880px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(34, 32, 31, 0.14);
}

#pribeh .sm_intext > ol > li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: clamp(16px, 2.4vw, 24px) 0;
  border-bottom: 1px solid rgba(34, 32, 31, 0.14);
}
@media (min-width: 720px) {
  #pribeh .sm_intext > ol > li {
    grid-template-columns: 170px 1fr;
    gap: 28px;
  }
}

#pribeh .sm_intext > ol > li > p:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 30px);
  color: #B00622;
  line-height: 1.05;
  letter-spacing: -0.5px;
  overflow-wrap: normal;
}

.tl-item__title {
  font-size: clamp(18px, 2vw, 21px);
  margin-bottom: 5px;
}

.tl-item__body p {
  color: #5E5A57;
  font-size: 16px;
  line-height: 1.6;
}

.tl-item__body p + p {
  margin-top: 9px;
}

#pribeh .sm_intext > ol > li.tl-item--now {
  margin-top: clamp(12px, 2vw, 20px);
  background: rgba(217, 164, 65, 0.12);
  border-left: 4px solid #D2072A;
  border-bottom: 0;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 30px) clamp(28px, 4vw, 44px) clamp(30px, 5vw, 48px);
}
#pribeh .sm_intext > ol > li.tl-item--now .tl-item__title {
  font-size: clamp(21px, 2.7vw, 26px);
}
#pribeh .sm_intext > ol > li.tl-item--now .tl-item__body p {
  color: #22201F;
}
#pribeh .sm_intext > ol > li.tl-item--now > p:first-child {
  padding-left: clamp(10px, 2vw, 20px);
}

#pribeh .sm_intext > ol > li > div > span:first-child {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B00622;
}

.social-proof {
  position: absolute;
  left: clamp(18px, 4vw, 40px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(32px, 4.5vw, 56px);
}

.social-proof__link {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
.social-proof__link img {
  display: block;
  width: auto;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.6));
}
.social-proof__link:hover {
  opacity: 0.85;
}
.social-proof__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
  border-radius: 0;
}

.social-proof a:first-child img {
  height: 64px;
}

.social-proof a:last-child img {
  height: 38px;
}

@media (max-width: 600px) {
  .social-proof {
    gap: 16px;
    bottom: 16px;
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
  .social-proof a:first-child img {
    height: 38px;
  }
  .social-proof a:last-child img {
    height: 22px;
  }
  .social-proof__link {
    min-height: 40px;
    padding: 6px 4px;
  }
}
.ig-section {
  background: #2B2B2B;
}

.ig-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(10px, 2vw, 32px);
}
@media (max-width: 420px) {
  .ig-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 760px) {
  .ig-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

.ig-gallery > .sm_intext[data-name] {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 420px) {
  .ig-gallery > .sm_intext[data-name] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 760px) {
  .ig-gallery > .sm_intext[data-name] {
    grid-template-columns: repeat(6, 1fr);
  }
}

.ig-gallery > .sm_intext[data-name] > p {
  display: contents;
}

.ig-tile {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #1f1d1b;
}
.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.ig-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 14, 0.45) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5.5'/%3E%3Ccircle cx='12' cy='12' r='4.2'/%3E%3Ccircle cx='17.6' cy='6.4' r='1.1' fill='%23fff' stroke='none'/%3E%3C/svg%3E") center/32px 32px no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.ig-tile:hover img, .ig-tile:focus-visible img {
  transform: scale(1.06);
}
.ig-tile:hover::after, .ig-tile:focus-visible::after {
  opacity: 1;
}
.ig-tile:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
}

.ig-cta {
  text-align: center;
  margin-top: clamp(24px, 3vw, 36px);
}

.webcam-cta {
  padding: clamp(48px, 7vw, 80px) 0;
}

.webcam-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}
@media (min-width: 820px) {
  .webcam-cta__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.webcam-cta__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(24px, 3.2vw, 34px);
  color: #22201F;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

.webcam-cta__lead {
  color: #5E5A57;
  font-size: 16px;
  margin-top: 8px;
  max-width: 520px;
}

.webcam-cta__preview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #2B2B2B;
  border: 1px solid rgba(34, 32, 31, 0.12);
}
.webcam-cta__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.webcam-cta__preview:hover img {
  transform: scale(1.03);
}
.webcam-cta__preview:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
}

.webcam-cta__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #FBFAF8;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.webcam-cta__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D2072A;
  animation: hero-webcam-pulse 1.8s ease-out infinite;
}

.nav-webcam {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(251, 250, 248, 0.85);
  transition: color 0.2s ease;
}
.nav-webcam svg {
  width: 22px;
  height: 22px;
}
.nav-webcam:hover {
  color: #FBFAF8;
}
.nav-webcam:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 7, 42, 0.55);
  border-radius: 0;
}

.nav-webcam__dot {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D2072A;
  animation: hero-webcam-pulse 1.8s ease-out infinite;
}

@keyframes hero-webcam-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(210, 7, 42, 0.55);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(210, 7, 42, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(210, 7, 42, 0);
  }
}
.error-page {
  position: relative;
  overflow: hidden;
  background: #481318;
  display: flex;
  align-items: center;
  min-height: 86vh;
  padding: clamp(140px, 22vh, 220px) 0 clamp(64px, 10vw, 110px);
}

.error-page__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.8) 100%), url("/media/static/bouda-zima.jpg") center/cover no-repeat;
}

.error-page__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.error-page .kicker {
  color: #D9A441;
}

.error-page__sub {
  color: rgba(251, 250, 248, 0.92);
}

.error-page__code {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(84px, 20vw, 200px);
  line-height: 0.85;
  letter-spacing: -3px;
  color: #D9A441;
  margin-bottom: clamp(12px, 2vw, 20px);
}

.error-page__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  color: #FBFAF8;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.5px;
}
.error-page__title em {
  font-style: italic;
  color: #D9A441;
}

.error-page__sub {
  font-size: clamp(17px, 2vw, 20px);
  max-width: 560px;
  margin-top: clamp(14px, 2vw, 20px);
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.site-footer {
  background: #211F1D;
  color: rgba(251, 250, 248, 0.8);
  padding: clamp(48px, 7vw, 80px) 0 36px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}
.site-footer .sm_intext a {
  color: inherit;
  text-decoration: none;
}

.footer-logo {
  position: absolute;
  top: 40%;
  right: 50%;
  width: clamp(280px, 80vw, 500px);
  aspect-ratio: 1/1;
  transform: translate(50%, -50%);
  background: url("/media/static/ranc-logo.png") center/contain no-repeat;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0.14;
}

.footer-top {
  margin-bottom: clamp(44px, 6vw, 72px);
}

.footer-top p {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  color: rgba(251, 250, 248, 0.92);
}
.footer-top p em {
  font-style: italic;
  color: #D9A441;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .footer-cols {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
  }
}

.footer-label {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9A441;
  margin-bottom: 14px;
}

.footer-strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(19px, 3.5vw, 22px);
  color: #FBFAF8;
  margin-bottom: 8px;
}

.footer-contact p {
  margin-bottom: 6px;
  font-size: 15px;
}
.footer-contact a:hover {
  color: #D2072A;
}
.footer-contact p:first-of-type {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9A441;
  margin-bottom: 14px;
}
.footer-contact p:last-of-type {
  color: rgba(251, 250, 248, 0.55);
  font-size: 13px;
  margin-top: 14px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: 15px;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #D2072A;
}
.footer-links--icons a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-extra {
  display: flex;
  flex-direction: column;
}

.f-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-legal {
  margin-top: 18px;
}
.footer-legal a {
  font-size: 13px;
  color: rgba(251, 250, 248, 0.55);
}
.footer-legal .f-ico {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(251, 250, 248, 0.14);
  font-size: 13px;
  color: rgba(251, 250, 248, 0.55);
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-langs {
  display: flex;
  gap: 14px;
  list-style: none;
}
.footer-langs a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 6px;
  transition: color 0.2s ease;
}
.footer-langs a:hover,
.footer-langs a[aria-current=true] {
  color: #FBFAF8;
}

.footer-bottom .sm_intext a {
  color: rgba(251, 250, 248, 0.85);
  font-weight: 600;
  transition: color 0.2s ease;
}
.footer-bottom .sm_intext a:hover {
  color: #FC4F00;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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