@font-face {
  font-family: 'Alumni Sans';
  src: url('../assets/fonts/AlumniSans-Regular.woff2') format('woff2'),
       url('../assets/fonts/AlumniSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alumni Sans';
  src: url('../assets/fonts/AlumniSans-Bold.woff2') format('woff2'),
       url('../assets/fonts/AlumniSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel-Regular.woff2') format('woff2'),
       url('../assets/fonts/Cinzel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../assets/fonts/Cinzel-Bold.woff2') format('woff2'),
       url('../assets/fonts/Cinzel-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
    --max-width: 1200px;
    --gap: 16px;
    --color-bg: #070707;
    --color-surface: #0f0f10;
    --color-muted: #9aa0a6;
    --color-text: #efefef;
    --radius: 12px;
    --container-padding: 24px;

    /* DL tokens */
    --dl-color-default-red: rgba(245, 31, 60, 1);
    --dl-layout-size-large: 144px;
    --dl-layout-size-small: 48px;
    --dl-layout-space-unit: 16px;
    --dl-color-default-grey: rgba(34, 40, 49, 1);
    --dl-layout-size-medium: 96px;
    --dl-layout-size-xlarge: 192px;
    --dl-layout-size-xsmall: 16px;
    --dl-color-default-black: rgba(0, 0, 0, 1);
    --dl-color-default-white: rgba(255, 255, 255, 1);
    --dl-color-theme-accent1: #FFFFFF;
    --dl-color-theme-accent2: #F5D1B0;
    --dl-layout-radius-round: 50%;
    --dl-layout-size-xxlarge: 288px;
    --dl-color-default-black2: rgba(0,0,0, 1);
    --dl-color-theme-primary1: #BF4408;
    --dl-color-theme-primary2: #E65103;
    --dl-layout-size-maxwidth: 1400px;
    --dl-color-default-darkred: rgba(171, 22, 42, 1);
    --dl-color-default-midgrey: rgba(57, 62, 70, 1);
    --dl-layout-radius-radius2: 2px;
    --dl-layout-radius-radius4: 4px;
    --dl-layout-radius-radius8: 8px;
    --dl-layout-space-halfunit: 8px;
    --dl-layout-space-sixunits: 96px;
    --dl-layout-space-twounits: 32px;
    --dl-color-theme-secondary1: #FFFFFF;
    --dl-color-theme-secondary2: #FBF1EB;
    --dl-layout-space-fiveunits: 80px;
    --dl-layout-space-fourunits: 64px;
    --dl-color-default-darkbeige: rgba(148, 137, 121, 1);
    --dl-color-default-lightgrey: rgba(85, 94, 106, 1);
    --dl-layout-space-threeunits: 48px;
    --dl-color-default-lightbeige: rgba(223, 208, 184, 1);
    --dl-color-theme-neutral-dark: #191818;
    --dl-layout-radius-cardradius: 8px;
    --dl-color-default-caldarkgrey: rgba(16, 18, 22, 1);
    --dl-color-default-lightyellow: rgba(250, 235, 146, 1);
    --dl-color-theme-neutral-light: #000000;
    --dl-layout-radius-imageradius: 8px;
    --dl-layout-radius-inputradius: 24px;
    --dl-layout-radius-buttonradius: 24px;
    --dl-layout-space-oneandhalfunits: 24px;
    --dl-color-default-calmidgreystroke: rgba(28, 31, 38, 1);

    /* ESCAPERS button colors */
    --esc-btn-text: #C8B28A;
    --esc-btn-hover: #C30000;
    --esc-btn-shadow: rgba(0, 0, 0, 0.15);
}

@font-face {
    font-family: Miradine;
    src: url('Mirdane_OTF.woff2') format('woff2'),
         url('Mirdane_TTF.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --accent: #d85e0e;
    /* můžeš změnit */
    --bg: #0a0909;
    --text: #EDEAE6;
    --muted: #C9C3BC;
    --navbar-height: 80px;
}

html,
body {
    height: 100%
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: sans-serif, 'Oswald', sans-serif;
    letter-spacing: .15px;
}

body {
    margin: 0;
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: var(--color-bg);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.1;
}

/* = NAVBAR (pixel-like k originálu) ===================================== */
.navbar {
    --bs-navbar-padding-y: 0rem;
    padding: 0 !important;
}

.navbar .nav-link {
    color: #d9d6d2;
    text-transform: none;
    letter-spacing: .02em;
}

.navbar .nav-link:hover {
    color: #fff;
}

.navbar.transparent {
    background: transparent;
}

.navbar.stuck {
    background: rgba(14, 12, 12, .86);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .55);
}

.brand img {
    height: 44px;
    width: auto;
}

/* = HERO ================================================================ */
.hero {
    position: relative;
    /* menší výška sekce, můžeš ještě snížit/tunit */
    min-height: 62vh;

    /* posuneme hero nahoru, aby vlezlo pod navbar */
    margin-top: calc(-1 * var(--navbar-height));
    /* obsah uvnitř odsuneme dolů, aby neležel pod navem */
    padding-top: var(--navbar-height);

    display: grid;
    align-items: end;
    isolation: isolate;
    overflow: hidden;

    /*background:
                radial-gradient(circle at center, transparent 45%, #000 100%),
                #120f0f url('./images/bg_main.png') center/cover no-repeat;*/
}

/*
.mybg {
  position: relative;
  background: radial-gradient(circle at center, transparent 45%, #000 100%);
  overflow: hidden;
}

.mybg::before{
  content:"";
  position: absolute;
  inset: 0;
  background: #120f0f url('./images/bg_main.webp') center / cover no-repeat;
  transform: scale(1.1);
  z-index: -1;
}*/

.mybg {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.mybg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  z-index: -1;
  display: block;
}

/* overlay nechávám, jen drobná kosmetika */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    /*background:
                radial-gradient(1600px 700px at 25% 45%, rgba(216, 94, 14, .18), transparent 60%),
                radial-gradient(1400px 650px at 70% 35%, rgba(216, 94, 14, .20), transparent 62%),
                linear-gradient(180deg, rgba(0, 0, 0, .40) 0%, rgba(0, 0, 0, .78) 60%, rgba(0, 0, 0, .92) 100%),
                radial-gradient(1250px 480px at 50% 105%, rgba(0, 0, 0, .55), transparent 70%);*/
}

.hero .container {
    position: relative;
    z-index: 1;
    padding-bottom: 6vh;
}

.display-title {
    font-family: Miradine, serif;
    line-height: .92;
    font-size: clamp(3.2rem, 10vw, 7rem);
    letter-spacing: .045em;
    color: #e9dcc2;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .35), 0 25px 60px rgba(0, 0, 0, .65);
}

.lead-hero {
    max-width: 70ch;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.05em;
    font-size: clamp(1.25rem, 2.8vw, 2.4rem);
}

.divider-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18) 15%, rgba(255, 255, 255, .12) 85%, transparent);
}

/* = CONTENT SECTIONS ==================================================== */
section {
    padding: min(8vw, 100px) 0;
}

.section-title {
    font-family: Miradine, "Cinzel", Georgia, serif;
    font-size: clamp(32px, 6vw, 88px);
    letter-spacing: .5px;
    color: #e9dcc2;
    position: relative;
    display: inline-block;
    line-height: .9;
}

.underline-accent {
    position: relative;
    display: inline-block;
}

.underline-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.6rem;
    height: 3px;
    background: linear-gradient(90deg, transparent, #a43b00 15%, var(--accent), #a43b00 85%, transparent);
    border-radius: 999px;
}

.copy {
    color: #fff;
    line-height: 1.5;
    font-size: 1.7rem;
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Footer */
footer {
    color: #bcb8b4;
    /*border-top: 1px solid rgba(255, 255, 255, .06);*/
}

/* Responsivní dolaďění */
@media (max-width: 991.98px) {
    .brand img {
        height: 40px;
    }

    .hero {
        min-height: 78vh;
        background-attachment: scroll;
    }

    .hero .container {
        padding-bottom: 9vh;
    }
}

@media (max-width: 575.98px) {
    .hero {
        min-height: 72vh;
    }
}

/* Nadpis ve vintage stylu + jemná linka pod ním */
#select-game .select-heading {
    font-family: Miradine, "Cinzel", Georgia, serif;
    font-size: clamp(32px, 6vw, 88px);
    letter-spacing: .5px;
    color: #e9dcc2;
    position: relative;
    display: inline-block;
    line-height: .9;
}

/* #select-game .select-heading::after {
            content: "";
            position: absolute;
            left: .15em;
            right: 0;
            bottom: -8px;
            height: 6px;
            background: linear-gradient(90deg, rgba(216, 177, 108, .4), rgba(216, 177, 108, 0));
        }*/

/* Radio skryté, stylujeme label jako kartu */
#select-game .game-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#select-game .game-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 320px;
    padding: 48px 56px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    isolation: isolate;
    /* overlayy jdou pod obsah */
    background: #0e0e0e;
    /* fallback */
}

/* Pozadí (fotka) + tmavý overlay */
#select-game .game-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    filter: grayscale(80%) brightness(.55);
    opacity: .95;
    transition: transform .6s ease, filter .35s ease, opacity .35s ease;
    z-index: -2;
}

#select-game .game-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 15%, rgba(0, 0, 0, .35) 60%, rgba(0, 0, 0, .6) 100%);
    z-index: -1;
}

/* Hover / vybraná karta – barevnější, trochu větší zoom */
#select-game .game-card:hover::before,
#select-game .game-option input:checked+.game-card::before {
    filter: grayscale(0%) brightness(.8);
    transform: scale(1.08);
}

/* “Checkbox” vlevo */
#select-game .fake-checkbox {
    width: 28px;
    height: 28px;
    border: 3px solid #d6c08d;
    border-radius: 6px;
    flex: 0 0 auto;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25) inset;
    transition: transform .15s ease, box-shadow .25s ease;
}

#select-game .fake-checkbox::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 3px;
    background: #d6c08d;
    opacity: 0;
    transition: opacity .2s ease;
}

@media (max-width: 991.98px) {
    #select-game .fake-checkbox {
        width: 0;
        height: 0;
        border: none;
        display: none;
    }
    #select-game .game-option input:checked + .game-card {
        border-color: #d6c08d;
        box-shadow:
            inset 0 0 0 9999px rgba(214, 192, 141, 0.22),
            0 0 0 1px #d6c08d;
    }    
}

#select-game .game-card:hover .fake-checkbox {
    transform: translateY(1px);
}

#select-game .game-option input:checked+.game-card .fake-checkbox::after {
    opacity: 1;
}

/* Texty */
#select-game .game-title {
    font-family: Miradine, "Cinzel", Georgia, serif;
    letter-spacing: .5px;
    color: #e7d4ad;
    font-size: clamp(22px, 3vw, 40px);
    text-transform: none;
}

#select-game .game-desc {
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: rgba(255, 255, 255, .9);
    max-width: 60ch;
    font-size: clamp(16px, 2vw, 22px);
}

/* Menší výška na mobilech */
@media (max-width: 575.98px) {
    #select-game .game-card {
        min-height: 260px;
        padding: 28px;
    }
}


:root {
    --gold: #d6c08d;
    --gold-weak: #b9a77f;
}

body {
    background: #000 !important;
    color: #eee;
}

/* Nadpis + underline */
#booking .booking-heading {
    font-family: Miradine, Georgia, serif;
    font-size: clamp(32px, 6vw, 64px);
    color: #e9dcc2;
    position: relative;
    display: inline-block;
    line-height: .9;
}

/*.copy#booking .booking-heading::after {
            content: "";
            position: absolute;
            left: .15em;
            right: 0;
            bottom: -8px;
            height: 6px;
            background: linear-gradient(90deg, rgba(214, 192, 141, .55), rgba(214, 192, 141, 0));
        }*/

/* Panely */
#booking .booking-panel {
    border-radius: .5rem;
}

.booking-panel {
    font-size: 1.6rem !important;
}

.lbl {
    font-size: 1.3rem !important;
}

.lbl2 {
    font-size: 1.6rem !important;
}


/* Flatpickr (dark) */
.flatpickr-calendar {
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #eee;
    width: 100%;
}

.flatpickr-months,
.flatpickr-weekdays {
    background: #0f0f0f;
}

.flatpickr-current-month {
    color: #e9dcc2;
}

.flatpickr-day {
    color: #cfcfcf;
    border-radius: .35rem;
}

.flatpickr-day.today {
    border-color: rgba(214, 192, 141, .5);
}

.flatpickr-day:hover {
    background: rgba(214, 192, 141, .12);
}

.flatpickr-day.selected {
    background: var(--gold);
    color: #111;
    border-color: transparent;
}

.flatpickr-weekday {
    color: #6e7681;
}

/* Tlačítka (Bootstrap btn-check varianta) */
.btn-outline-gold {
    --bs-btn-color: var(--gold);
    --bs-btn-border-color: var(--gold);
    --bs-btn-hover-bg: rgba(214, 192, 141, .12);
    --bs-btn-hover-border-color: var(--gold);
    --bs-btn-active-bg: var(--gold);
    --bs-btn-active-border-color: var(--gold);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: #343a40;
    color: var(--gold);
    border-width: 2px;
    border-radius: .5rem;
    padding: .5rem 1rem;
}

.btn-gold {
    color: #111;
    background: var(--gold);
    border-color: var(--gold);
    border-width: 2px;
}

.btn-gold:disabled {
    opacity: .65;
}

.price-gold {
    color: var(--gold);
}

/* Grid pro časy – responzivně */
#timeGrid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width:576px) {
    #timeGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width:1400px) {
    #timeGrid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.time-btn {
    white-space: nowrap;
}

.time-btn.disabled {
    pointer-events: none;
    opacity: .35;
    text-decoration: none;
    border-color: #2b2b2b !important;
    color: #6b7280 !important;
}

.flatpickr-input {
    display: none;
}

/* ========= FORM "VAŠE ÚDAJE" ========== */

#booking .form-label {
    font-family: Miradine, sans-serif;
    letter-spacing: .08em;
    font-size: .75rem;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: .35rem;
}

#booking .form-control {
    background: #050608;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f1f1f1;
    padding: .9rem 1.1rem;
    font-size: 1.3rem;
}

#booking .form-control::placeholder {
    color: #5f6368;
}

#booking .form-control:focus {
    background: #08090b;
    color: #fff;
    border-color: var(--gold);
    box-shadow: 0 0 0 .15rem rgba(214, 192, 141, .25);
}

/* textarea – ať je vyšší na desktopu */
@media (min-width: 992px) {
    #booking textarea.form-control {
        min-height: 260px;
    }
}

/* Tlačítko voucheru – široké, tmavší pruh */
.btn-voucher {
    background: #252b35;
    border-color: #252b35;
    color: #f5f5f5;
    border-radius: 0;
}

.btn-voucher:hover {
    background: #303845;
    border-color: #303845;
}

/* ================= MOŽNOST PLATBY ================= */

#booking .payment-options {
    max-width: 1100px;
}

/* Radio inputy schovat, stylujeme label */
#booking .payment-option {
    position: relative;
    margin-bottom: 1.75rem;
}

#booking .payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Řádek – čtvereček + text */
#booking .payment-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    cursor: pointer;
    font-size: clamp(1.1rem, 2.3vw, 1.6rem);
}

/* velký čtvereček vlevo */
#booking .payment-box {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 2px solid var(--gold);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .45) inset;
    position: relative;
}

#booking .payment-box::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 6px;
    background: var(--gold);
    opacity: 0;
    transition: opacity .2s ease;
}

/* Texty u možnosti platby */
#booking .payment-title {
    font-family: Miradine, Georgia, serif;
    letter-spacing: .04em;
    color: #f3eee6;
    display: block;
}

#booking .payment-desc {
    display: block;
    margin-top: .35rem;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #d3cbc2;
}

/* když je možnost vybraná, vyplň čtvereček */
#booking .payment-option input:checked+.payment-card .payment-box::after {
    opacity: 1;
}

/* Souhlasy – podobný styl, jen menší čtvereček */
#booking .payment-consent {
    position: relative;
}

#booking .payment-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#booking .payment-consent-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    font-size: clamp(1rem, 2vw, 1.4rem);
}

#booking .payment-box-sm {
    width: 26px;
    height: 26px;
    border-radius: 8px;
}

#booking .payment-consent-text {
    color: #f1ece5;
}

/* vyplnění u checkboxů */
#booking .payment-consent input:checked+.payment-consent-label .payment-box::after {
    opacity: 1;
}

/* trochu menší text na mobilech */
@media (max-width: 575.98px) {
    #booking .payment-card {
        font-size: 1rem;
    }

    #booking .payment-desc {
        font-size: .9rem;
    }
}

.mode-info-body {
    font-size: 1rem;
    /* něco mezi fs-6 (0.875) a fs-5 (1.25) */
    line-height: 1.6;
}

.mode-info-body h6 {
    font-size: 1.2rem;
    /* mírně větší nadpisy */
}

.navbar-custom {
    z-index: 1000;
    background: transparent !important;
}

/* odkazy uprostřed */
.navbar-custom .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    padding-left: 1rem;
    /* malý odskok od kraje */
}

.navbar-brand img {
    height: 40px;
    width: auto;
    display: block;
}

/* odkazy uprostřed */
.navbar-nav {
    text-transform: uppercase;
    letter-spacing: .08em;
}

.navbar-nav .nav-link {
    padding: .5rem 1.5rem;
    color: rgba(255, 255, 255, 1);
}

.navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-nav .nav-link.active {
    color: #ffffff;
    font-weight: 600;
}

/* hamburger vpravo */
.navbar-toggler {
    border: none;
    margin-right: 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* linka pod navbarem */
.nav-line-wrapper {
    z-index: 1000;
    width: 100%;
}

.nav-line-img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

/* jen aby obsah nebyl nalepenej nahoru */
.page-content {
    padding: 2rem 1rem;
}

/* NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    z-index: 60;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));*/
    backdrop-filter: blur(2px);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0
}

.logo {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: auto;
    display: flex;
    align-items: center
}

.nav-links {
    display: flex;
    gap: 20px;
    align-items: center
}

.nav-links a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .18s ease;
    font-size: 24px
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(1px)
}

.burger {
    display: none;
    background: transparent;
    border: 0;
    color: var(--color-text);
    font-size: 22px;
    padding: 6px 10px
}


.navbar {
    height: 120px;
    width: 100%;
    margin: 0 auto;
}

.navbar .nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.navbar .logo {
    position: absolute;
    left: 40px;
    height: calc(100% - 24px);
    width: auto;
    max-height: 80px;
}

.navbar .nav-links {
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial !important;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
}

.navbar .nav-links a {
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial !important;
    display: inline-block;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.4px;
}

.navbar .burger {
    position: absolute;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 1.6rem;
}

@media (max-width: 900px) {
    .navbar {
        height: 96px;
    }

    .navbar .logo {
        left: 12px;
        height: calc(100% - 18px);
        max-height: 76px;
    }

    .navbar .nav-links {
        gap: 16px;
        display: none;
    }

    .navbar .burger {
        display: block;
    }
}

@media (max-width: 600px) {

    /* On very small screens keep a compact navbar */
    .navbar {
        height: 72px;
    }

    .navbar .logo {
        height: calc(100% - 12px);
        max-height: 56px;
    }

    .navbar .nav-inner {
        padding: 0 12px;
    }

    .navbar .nav-links {
        gap: 10px;
        display: none;
    }

    .navbar .burger {
        display: block;
    }

    .burger { display: block; }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    right: 16px;
    top: 64px;        /* uprav dle výšky navbaru */
    background: #000;
    padding: 16px;
    border: 1px solid #222;
    border-radius: 12px;
    z-index: 9999;
  }

  .nav-links.open { display: flex; }
}

.slot-taken-popup {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2000;
    background: #3a1e1e;
    color: #f8d7da;
    padding: .75rem 1rem;
    border-radius: .75rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, .6);
    font-size: .9rem;
    max-width: 260px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .2s ease-out, transform .2s ease-out;
}

.slot-taken-popup.show {
    font-size: 1.3rem;
    opacity: 1;
    transform: translateY(0);
}


/* CONTACT */
.esc-contact-section {
    width: 100%;
    margin: 0 auto;
    background-color: var(--dl-color-default-black2);
    padding: 48px 0;
    color: var(--dl-color-default-white);
}

@media (min-width: 1400px) {
    .navbar {
        width: var(--dl-layout-size-maxwidth);
    }
    .esc-contact-section {
        width: var(--dl-layout-size-maxwidth);
    }
}

.esc-contact-inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
}

.esc-contact-map {
    flex: 1 1 60%;
    border-radius: 16px;
    overflow: hidden;
    min-height: 300px;
    order: 2;
}

.esc-contact-map img,
.esc-contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.esc-contact-panel {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    color: var(--dl-color-default-white);
    text-align: left;
    order: 1;
}

.esc-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.esc-contact-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.esc-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.esc-contact-inline-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: block;
}

.esc-contact-text-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.esc-contact-title {
    font-family: 'Miradine', serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--dl-color-default-lightbeige);
    line-height: 1.1;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: 0.04em;
}

.esc-contact-info {
    display: none;
}

.esc-contact-label {
    font-family: "Alumni Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--dl-color-default-white);
    line-height: 1.0;
    margin: 0;
}

.esc-contact-text {
    font-family: "Alumni Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    color: var(--dl-color-default-white);
    margin: 0;
}

.esc-contact-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.esc-contact-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.35s ease, fill 0.35s ease, transform 0.35s ease;
}

.esc-contact-icon-link:hover {
    transform: translateY(-2px);
}

.esc-contact-icon {
    width: 24px;
    height: 24px;
    color: var(--dl-color-default-white);
    fill: var(--dl-color-default-white);
    transition: color 0.35s ease, fill 0.35s ease;
}

.esc-contact-icon-link:hover .esc-contact-icon {
    color: var(--dl-color-default-red);
    fill: var(--dl-color-default-red);
}

/* Contact responsive */
@media (max-width: 900px) {
    .esc-contact-inner {
        flex-direction: column;
        gap: 24px;
    }

    .esc-contact-map {
        flex: 1 1 100%;
        min-height: 250px;
    }

    .esc-contact-panel {
        flex: 1 1 100%;
        /* title může být uprostřed, ale samotné údaje zarovnáme doleva */
        text-align: left;
        align-items: center;
    }

    .esc-contact-title {
        text-align: center;
        margin-bottom: 24px;
    }

    .esc-contact-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        /* bloky budou uprostřed, obsah v nich vlevo */
    }

    .esc-contact-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        /* už ne center */
        gap: 8px;
        /* menší mezera mezi ikonou a textem */
        max-width: 320px;
        /* aby řádek nebyl natažený přes celou šířku */
        width: 100%;
    }

    .esc-contact-inline-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-top: 2px;
        /* opticky zarovná s prvním řádkem textu */
    }

    .esc-contact-text-block {
        flex: 1;
    }

    .esc-contact-icons {
        justify-content: center;
    }
}

/* FOOTER */
.esc-footer {
    width: 100%;
    /* dříve: background-color: var(--dl-color-default-black2); */
    background-color: transparent;
    /* background řeší wrapper */
    padding: 64px 0 24px;
    /* jen vertikálně */
    margin-top: 12px;
    color: var(--dl-color-default-white);
}

.esc-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    /* dříve: max-width: 1200px; padding: 0 24px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    /* horizontální padding dělá wrapper */
}

.esc-footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.esc-footer-column-brand {
    align-items: flex-start;
    text-align: left;
    display: none;
}

.esc-footer-column-links {
    align-items: center;
    text-align: center;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    justify-content: center;
}

.esc-footer-column-contact {
    align-items: flex-start;
    text-align: left;
    display: none;
}

.esc-footer-heading {
    font-family: "Alumni Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--dl-color-default-white);
    margin: 0 0 16px 0;
    text-align: left;
    line-height: 1.0;
    display: none;
}

.esc-footer-text {
    font-family: "Alumni Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--dl-color-default-white);
    line-height: 1.2;
    margin: 0 0 12px 0;
    text-align: left;
}

.esc-footer-link {
    font-family: "Alumni Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--dl-color-default-white);
    text-decoration: none;
    display: inline-block;
    margin: 0 12px;
    transition: color 0.35s ease;
    cursor: pointer;
}

.esc-footer-link:hover {
    color: var(--dl-color-default-red);
}

.esc-footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 16px 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.esc-footer-meta {
    font-family: "Alumni Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--dl-color-default-lightgrey);
    line-height: 1.2;
    margin: 0;
}

.esc-footer-logo {
    font-family: 'Mirdaine', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--dl-color-default-white);
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}

.esc-footer-logo-img {
    max-width: 120px;
    width: 120px;
    height: auto;
    aspect-ratio: 125 / 84;
    margin-bottom: 24px;
    display: block;
}

/* Footer responsive - tablet and mobile */
@media (max-width: 900px) {
    .esc-footer {
        padding: 48px 0;
    }

    .esc-footer-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .esc-footer-column-links {
        flex-direction: column;
        gap: 12px;
    }

    .esc-footer-link {
        display: block;
        margin: 0 0 8px 0;
        text-align: center;
    }
}


.esc-social-section {
    width: 100%;
    /* dříve: background-color: var(--dl-color-default-black2); */
    background-color: transparent;
    /* background řeší wrapper */
    padding: 12px 0 0;
    /* žádný horizontální padding */
    color: var(--dl-color-default-white);
    text-align: center;
}

.esc-social-inner {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.esc-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.esc-social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.35s ease, fill 0.35s ease, transform 0.35s ease;
    border-radius: 50%;
}

.esc-social-icon-link:hover {
    transform: translateY(-4px);
}

.esc-social-icon {
    width: 32px;
    height: 32px;
    color: var(--dl-color-default-white);
    fill: var(--dl-color-default-white);
    transition: color 0.35s ease, fill 0.35s ease;
}

.esc-social-icon-link:hover .esc-social-icon {
    color: var(--dl-color-default-red);
    fill: var(--dl-color-default-red);
}

/* Social section responsive */
@media (max-width: 900px) {
    .esc-social-icons {
        gap: 32px;
    }

    .esc-social-icon-link {
        width: 44px;
        height: 44px;
    }

    .esc-social-icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 600px) {
    .esc-social-section {
        padding: 32px 0 0;
    }
}

.esc-social-icons {
    gap: 24px;
}

.esc-social-icon-link {
    width: 40px;
    height: 40px;
}

.esc-social-icon {
    width: 24px;
    height: 24px;
}

.esc-footer-wrapper {
    width: 100%;
    padding: 0 32px 48px;
    /* 32px zleva/zprava, 48px dole */
    margin: 0;
    box-sizing: border-box;

    /* obrázek pro background – dosaď konkrétní soubor z původního webu */
    background-image: url("../public/rectangle81077-4dl-500h.png");
    /* TODO: nahraď správnou cestou, např. public/rectangleXXXX.png nebo svg */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

/* na mobilech zmenšíme boční mezery na 16px */
@media (max-width: 700px) {
    .esc-footer-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.esc-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.esc-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 6px;

    background-image: url("../public/line18223-wp5.svg");
    /*background-size: 100% 100%;
    background-repeat: no-repeat;*/
    background-position: left center;
}

.user-data {
    font-size: 1.6rem !important;
}



/* slider */

.media-slide img,
.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.media-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.35);
}

.media-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.media-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.media-slide img,
.media-slide iframe,
.media-slide button {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 18px;
}

.media-slide img,
.media-slide iframe {
  object-fit: cover;
}

.video-placeholder {
  position: relative;
  background: #000;
  cursor: pointer;
}

.video-placeholder img {
  object-fit: cover;
}

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border: 1px solid rgba(255,255,255,.25);
}

.media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.media-nav:hover {
  background: rgba(0, 0, 0, 0.85);
}

.media-nav.prev {
  left: 12px;
}

.media-nav.next {
  right: 12px;
}

.media-nav svg {
  width: 18px;
  height: 18px;
}

.media-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 8px;
}

.media-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.35);
  padding: 0;
  cursor: pointer;
}

.media-dot.is-active {
  background: #fff;
}

.media-empty,
.media-loading {
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  background: rgba(0,0,0,.25);
  text-align: center;
  padding: 24px;
}

@media (max-width: 991.98px) {
  .media-slider,
  .media-slides,
  .media-empty,
  .media-loading {
    min-height: 280px;
  }
}

/* faq dropdown */

.faq-toggle {
  color: #fff;
}

.faq-toggle summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  user-select: none;
  font-size: 1.7rem;
}

.faq-toggle summary::-webkit-details-marker {
  display: none;
}

.faq-toggle summary::before {
  content: "▸";
  display: inline-block;
  transition: transform .2s ease;
  font-size: 14px;
}

.faq-toggle[open] summary::before {
  transform: rotate(90deg);
}

.faq-toggle-content {
  color: rgba(255,255,255,.85);
}

/* BTN play */

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
  pointer-events: none;
}

.play-btn-icon {
  width: 28px;
  height: 28px;
  display: block;
  margin-left: 2px; /* lehké optické vycentrování trojúhelníku */
}

@supports (content-visibility: auto) {
    .deferred-render {
        content-visibility: auto;
        contain: layout style paint;
    }

    .deferred-render-contact {
        contain-intrinsic-size: 920px;
    }

    .deferred-render-footer {
        contain-intrinsic-size: 420px;
    }
}

.esc-map-shell {
    width: 100%;
    min-height: 300px;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.50)),
        radial-gradient(circle at top, rgba(200, 178, 138, 0.22), transparent 55%),
        #111;
}

.esc-map-placeholder {
    width: 100%;
    min-height: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.esc-map-placeholder-content {
    width: min(100%, 420px);
    text-align: center;
}

.esc-map-kicker {
    margin: 0 0 8px;
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.esc-map-heading {
    margin: 0 0 12px;
    font-family: Miradine, Georgia, serif;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1;
    color: var(--dl-color-default-lightbeige);
}

.esc-map-copy {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.84);
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
}

.esc-map-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.esc-map-button {
    min-width: 180px;
}

.esc-map-link {
    color: var(--dl-color-default-lightbeige);
    text-decoration: none;
    font-family: "Alumni Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.esc-map-link:hover {
    color: var(--dl-color-default-white);
}

.esc-map-iframe {
    display: block;
    width: 100%;
    min-height: 300px;
    height: 100%;
    border: 0;
}

@media (max-width: 900px) {
    .esc-map-shell,
    .esc-map-placeholder,
    .esc-map-iframe {
        min-height: 250px;
    }

    .esc-map-copy {
        font-size: 20px;
    }
}
