/* ============================================================
   LUXURY ELEMENTS (Fáze 14.4) — hero_video, apartment_listing,
   investment_cards, investment_potential, lifestyle_quote, day_timeline
   ============================================================ */

/* ── Newsletter buttony (footer + newsletter sekce) — gold accent ──
   Specificity via body. prefix místo !important. */
body .site-footer .footer-newsletter-form button,
body .footer-newsletter-form button,
body .newsletter-section .newsletter-submit,
body .newsletter-section--dark .newsletter-submit,
body .newsletter-form .newsletter-submit{
    background: var(--grad-gold);
    color: #1a1b1a;
    border: 0;
    letter-spacing: 0.14em;
    font-weight: 600;
    transition: filter .15s, box-shadow .15s, transform .15s;
}
body .site-footer .footer-newsletter-form button:hover,
body .footer-newsletter-form button:hover,
body .newsletter-section .newsletter-submit:hover,
body .newsletter-section--dark .newsletter-submit:hover{
    filter: brightness(1.06);
    box-shadow: 0 6px 20px rgba(201, 169, 97, .35);
    background: var(--grad-gold);
}
/* ── Apartment image label — gold + clean badge ── */
body .featured-apartment-image-label{
    background: rgba(0, 0, 0, .55);
    color: var(--c-gold-light);
    border: 1px solid var(--c-gold);
    border-radius: 0;
    padding: 8px 18px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
/* ── Footer hustší layout — body prefix pro specificity ── */
body .site-footer{ padding: 80px 0 0; }
body .site-footer-top{ padding-bottom: 56px; gap: 40px; }
body .site-footer-brand{ text-align: center; }
.site-footer-brand-text{
    font-family: var(--font-serif);
    font-size: 36px;
    letter-spacing: .04em;
}
.site-footer-brand-text::after{
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: var(--c-gold);
    margin: 14px auto 14px;
}
.site-footer-brand-tagline{
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}
.site-footer h4{
    font-family: var(--font-serif);
    color: var(--c-gold-light);
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-weight: 500;
}
.site-footer p, .site-footer a, .site-footer li{
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7;
}
.site-footer a:hover{ color: var(--c-gold-light); }
.site-footer ul{ list-style: none; padding: 0; margin: 0; }
.site-footer ul li{ padding: 3px 0; }
body .site-footer-bottom{
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 12.5px;
    color: rgba(255, 255, 255, .45);
    letter-spacing: .06em;
}
/* ── Lifestyle quote — full image without text column (chain class for specificity) ── */
.lifestyle-quote-section.lifestyle-quote--full-image .lifestyle-quote-grid{
    grid-template-columns: 1fr;
    grid-template-areas: "image";
}
.lifestyle-quote-section.lifestyle-quote--full-image .lifestyle-quote-text{ display: none; }
.lifestyle-quote-section.lifestyle-quote--full-image .lifestyle-quote-image-wrap{ min-height: 70vh; }
/* ── Builder video element — error/empty states (no inline styles) ── */
.builder-video-error{
    padding: 20px;
    color: #c00;
    background: #fee;
    text-align: center;
}
.builder-video-empty{
    padding: 40px;
    text-align: center;
    color: #888;
    background: #f4f4f4;
}
/* ── Standalone booking widget bar — samostatný builder element ──
   DESIGN: dark teal bg + jednotlivé fieldy = bílá karta s gold border,
   label uvnitř vlevo + hodnota vpravo (jako original homepage hero). */
.booking-widget-bar{
    padding: 28px 0;
    position: relative;
}
.booking-widget-bar--dark{
    background: var(--c-dark-teal);
    color: #fff;
}
.booking-widget-bar--cream{ background: var(--c-cream); }
.booking-widget-bar--white{ background: #fff; }
.booking-widget-bar--transparent{ background: transparent; }
/* HERO variant — bílá karta s gold accent line (jako original homepage) */
.booking-widget-bar--hero{
    background: transparent;
    padding: 0;
    color: var(--c-ink);
}
.booking-widget-bar--hero .container{
    max-width: 1340px;
    padding: 0 24px;
}
.booking-widget-bar--hero .booking-widget-bar-form{
    background: var(--bw-form-bg, #fff);
    padding: 22px 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    border-top: 3px solid var(--c-gold);
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: stretch;
}
/* Bg override pro form jde přes CSS var nastavený na wrapperu — ne přes
   `background: inherit` (to blokovalo stacking context / z-index). */

/* Když je v booking widgetu otevřený custom select dropdown, celá widget
   wrapper se zvedne v stacking pořadí — dropdown přebije všechny následující sekce. */
.booking-widget-bar:has(.dba-custom-select.is-open),
.booking-widget-bar-form:has(.dba-custom-select.is-open),
.bldr-section-wrap:has(.dba-custom-select.is-open){
    position: relative;
    z-index: 9998;
}
/* Force overflow visible aby dropdown přečuhoval z bookingu ven (nad welcome). */
.booking-widget-bar,
.booking-widget-bar-form,
.booking-widget-bar-fields,
.booking-widget-bar-field,
.bldr-section-wrap.bldr-wrap-booking_widget{
    overflow: visible;
}
/* --hero variant zdědí inline label+value design z base .booking-widget-bar-field
   (definovaný níže). Hero override jen wrapper layout + grid columns. */
.booking-widget-bar--hero .booking-widget-bar-fields{
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr;
    gap: 12px;
}
.booking-widget-bar--hero .booking-widget-bar-cta{
    align-self: stretch;
    min-height: 56px;
    padding: 0 36px;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 600;
}
/* Tablet — 4-col fields se nevejdou (datum "26. 05. 2026" potřebuje ~180px).
   Zvýšeno z 720px na 960px aby tablet/landscape phone přepnul na 2-col. */
@media (max-width: 960px) {
.booking-widget-bar--hero .container{ padding: 0 14px; }
.booking-widget-bar--hero .booking-widget-bar-form{
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 14px;
    }
.booking-widget-bar--hero .booking-widget-bar-fields{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
.booking-widget-bar--hero .booking-widget-bar-field{
        padding: 10px 12px;
    }
}

/* HERO CARD variant — bílá karta s gold akcentem, jako původní hero booking_search */
/* (stará --hero block CSS odstraněna ve fázi 14.16 — nahrazena novou
   field-card konstrukcí níže. Hero variant nyní jen overriduje bg.) */

@media (max-width: 540px) {
.booking-widget-bar--hero .booking-widget-bar-fields{ grid-template-columns: 1fr; }
.booking-widget-bar--hero .booking-widget-bar-form{ padding: 14px 12px; }
.booking-widget-bar--hero .booking-widget-bar-cta{
        padding: 0 16px;
        font-size: 11.5px;
        letter-spacing: .08em;
    }
}

/* Mobile safety — booking widget form a card-stacked fields nesmí přesahovat container
   (user feedback: pravý border zmizel). Vynucujeme box-sizing + 100% max-width + min-width:0
   na všech grid children aby gold border zůstal viditelný na obou stranách. */
@media (max-width: 760px) {
.booking-widget-bar-form,
    .booking-widget-bar-fields,
    .booking-widget-bar-field,
    .booking-widget-bar-cta{
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
    }
.booking-widget-bar-form{ width: 100%; }
.booking-widget-bar--hero{ padding-left: 0; padding-right: 0; }
.booking-widget-bar--hero .container{ padding: 0 12px; }
}/* Field overflow handling — datum/select hodnoty nesmí vytékat z gold-bordered
   karty. Inputy + selecty stačí min-width: 0 a text-overflow: clip pro hover. */
.booking-widget-bar-field input,
.booking-widget-bar-field select,
.booking-widget-bar-field .dba-custom-select{
    min-width: 0;
    max-width: 100%;
}
/* (hardcoded marginy mezi hero a booking_widget odstraněny — řídí builder) */

/* Labels title case (Příjezd, ne PŘÍJEZD) — base field design */
.booking-widget-bar .booking-widget-bar-field label,
.booking-widget-bar-form .booking-widget-bar-field label{
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-ink-soft);
}
/* ─── Flatpickr calendar — luxury styling ────────────────────── */
.flatpickr-calendar{
    z-index: 9999;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
    border: 1px solid var(--c-gold-light);
    border-radius: 6px;
    font-family: var(--font-sans);
}
/* Header — gold accent line. Necháváme default flatpickr layout (absolute current-month) */
.flatpickr-calendar .flatpickr-months{
    background: linear-gradient(180deg, #fffefb 0%, #fdfaf3 100%);
    border-bottom: 1px solid rgba(201, 169, 97, .35);
    padding-bottom: 6px;
}
.flatpickr-calendar .flatpickr-month{
    color: var(--c-ink);
    overflow: visible;
    height: 40px;
}
.flatpickr-calendar .flatpickr-current-month{
    padding-top: 6px;
    font-size: 15px;
    font-weight: 500;
    /* Default flatpickr má translate3d(0,0,0) — vytváří stacking context co
       uvězní můj custom dropdown za calendar days. Override: žádný transform. */
    transform: none;
}
/* Místo toho zvýšit z-index celé header sekce nad calendar grid */
.flatpickr-calendar .flatpickr-months{
    position: relative;
    z-index: 5;
}
/* Hide native month select + year input — replaced by custom buttons via JS */
.flatpickr-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar .numInputWrapper{
    display: none;
}
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month{
    color: var(--c-gold-2);
    fill: var(--c-gold-2);
    padding: 8px 10px;
    transition: color .15s, background .15s;
    border-radius: 4px;
}
.flatpickr-calendar .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-next-month:hover{
    color: var(--c-ink);
    fill: var(--c-ink);
    background: rgba(201, 169, 97, .12);
}
/* Custom month + year buttons injected by JS — vypadají jako custom select */
.fp-custom-trigger{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    font-family: var(--font-serif);
    font-size: 15px;
    font-weight: 500;
    color: var(--c-ink);
    cursor: pointer;
    line-height: 1.2;
    transition: background .12s, border-color .12s;
}
.fp-custom-trigger:hover{
    background: rgba(201, 169, 97, .08);
    border-color: var(--c-gold-light);
}
.fp-custom-trigger[aria-expanded="true"]{
    background: rgba(201, 169, 97, .12);
    border-color: var(--c-gold);
}
.fp-custom-trigger-chevron{
    display: inline-flex;
    color: var(--c-gold-2);
    transition: transform .15s;
}
.fp-custom-trigger[aria-expanded="true"] .fp-custom-trigger-chevron{
    transform: rotate(180deg);
}
.fp-custom-wrap{
    position: relative;
    display: inline-flex;
}
.fp-custom-list{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    margin-top: 6px;
    list-style: none;
    padding: 6px 0;
    min-width: 150px;
    max-height: 480px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--c-gold);
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    z-index: 999999;
    transition: opacity .12s, transform .12s;
}
/* Open state — push wrap to top stacking context */
.fp-custom-wrap.is-open{
    z-index: 999999;
}
.fp-custom-wrap.is-open .fp-custom-list{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.fp-custom-option{
    padding: 8px 14px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--c-ink);
    cursor: pointer;
    text-align: center;
    transition: background .12s, color .12s;
}
.fp-custom-option:hover{
    background: rgba(201, 169, 97, .12);
    color: var(--c-gold-2);
}
.fp-custom-option.is-current{
    background: var(--c-cream);
    color: var(--c-gold-2);
    font-weight: 600;
}
.flatpickr-calendar .flatpickr-weekday{
    color: var(--c-muted);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
/* Vybraný den = gold fill. Žádné označení dnešního data. */
.flatpickr-day{
    color: var(--c-ink);
    border-radius: 4px;
    transition: background .12s, border-color .12s, color .12s;
}
/* Flatpickr default přidává border na dnešní datum — přepsat. */
.flatpickr-calendar .flatpickr-day.today,
.flatpickr-calendar .flatpickr-day.today:focus{
    border-color: transparent;
    background: transparent;
    color: var(--c-ink);
    font-weight: 400;
}
.flatpickr-calendar .flatpickr-day.today:not(.selected):hover{
    background: rgba(201, 169, 97, .15);
    border-color: var(--c-gold-light);
    color: var(--c-ink);
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange{
    background: var(--c-gold);
    border-color: var(--c-gold);
    color: #1a1b1a;
    font-weight: 600;
}
.flatpickr-day:not(.selected):not(.flatpickr-disabled):hover{
    background: rgba(201, 169, 97, .15);
    border-color: var(--c-gold-light);
}
/* Disabled dny — tmavá čísla viditelná + malý X křížek (50% buňky) uprostřed */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay{
    color: var(--c-ink-soft);
    opacity: 0.85;
    background: transparent;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
    position: relative;
}
.flatpickr-day.flatpickr-disabled::after,
.flatpickr-day.notAllowed::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    background-image:
        linear-gradient(45deg, transparent 44%, rgba(200, 91, 91, .4) 46%, rgba(200, 91, 91, .4) 54%, transparent 56%),
        linear-gradient(-45deg, transparent 44%, rgba(200, 91, 91, .4) 46%, rgba(200, 91, 91, .4) 54%, transparent 56%);
    pointer-events: none;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay{
    color: var(--c-muted);
    opacity: 0.55;
}
.booking-widget-bar-header{
    text-align: center;
    margin-bottom: 20px;
}
.booking-widget-bar-eyebrow{
    color: var(--c-gold-light);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 8px;
}
.booking-widget-bar--cream .booking-widget-bar-eyebrow,
.booking-widget-bar--white .booking-widget-bar-eyebrow{ color: var(--c-gold-2); }
.booking-widget-bar-heading{
    font-family: var(--font-serif);
    font-size: clamp(22px, 2.6vw, 30px);
    margin: 0;
    color: inherit;
    font-weight: 400;
}
.booking-widget-bar-form{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: stretch;
    max-width: 1320px;
    margin: 0 auto;
}
.booking-widget-bar-fields{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
/* Každý field = bílá karta s gold border. Layout přes grid:
   label vlevo (auto width) + value vpravo (flex 1 1 0 — bere zbylou šířku).
   `gap` mezi label a value zajistí že číslo nikdy nepřilepí na label. */
.booking-widget-bar-field{
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--c-gold);
    border-radius: 6px;
    padding: 0 16px;
    height: 56px;
    min-width: 0;
    box-sizing: border-box;
    transition: border-color .15s, box-shadow .15s;
}
.booking-widget-bar-field:hover{
    border-color: var(--c-gold-light);
}
.booking-widget-bar-field label{
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-ink-soft);
    margin: 0;
    pointer-events: none;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}
/* Hodnota — input bere zbytek šířky, ellipsuje pokud nevejde. */
.booking-widget-bar-field input,
.booking-widget-bar-field select{
    min-width: 0;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    height: auto;
    font-family: inherit;
    font-size: 14.5px;
    color: var(--c-ink);
    text-align: right;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Custom select wrap — overflow MUSÍ být visible aby dropdown přečuhoval. */
.booking-widget-bar-field .dba-custom-select{
    min-width: 0;
    width: 100%;
    overflow: visible;
    background: transparent;
    color: var(--c-ink);
}
.booking-widget-bar-field input[type="date"],
.booking-widget-bar-field input[type="text"]{
    max-width: 100%;
    text-align: right;
}
.booking-widget-bar-field input:focus,
.booking-widget-bar-field select:focus{ box-shadow: none; }
/* Custom select wrapper — flex pro alignment trigger right */
.booking-widget-bar-field .dba-custom-select{
    display: flex;
    justify-content: flex-end;
    appearance: none;
}
.booking-widget-bar-field .dba-custom-select-trigger{
    border: 0;
    background: transparent;
    padding: 0;
    height: auto;
    color: var(--c-ink);
    box-shadow: none;
    font-family: inherit;
    font-size: 14.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
.booking-widget-bar-field .dba-custom-select-trigger:hover,
.booking-widget-bar-field .dba-custom-select-trigger:focus,
.booking-widget-bar-field .dba-custom-select-trigger:focus-visible,
.booking-widget-bar-field .dba-custom-select.is-open .dba-custom-select-trigger{
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.booking-widget-bar-field .dba-custom-select-label{
    overflow: visible;
    color: var(--c-ink);
}
.booking-widget-bar-field .dba-custom-select-chevron{
    color: var(--c-gold-2);
    margin: 0;
}
.booking-widget-bar-field .dba-custom-select-list{
    min-width: 80px;
    right: 0;
    left: auto;
}
.booking-widget-bar-cta{
    height: 56px;
    padding: 0 32px;
    background: var(--grad-gold);
    color: #1a1b1a;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: .04em;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: filter .15s, box-shadow .15s, transform .15s;
}
.booking-widget-bar-cta:hover{
    filter: brightness(1.08);
    box-shadow: 0 8px 24px rgba(201, 169, 97, .4);
    transform: translateY(-1px);
}

@media (max-width: 960px) {
.booking-widget-bar-form{ grid-template-columns: 1fr; gap: 12px; }
.booking-widget-bar-fields{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.booking-widget-bar-fields{ grid-template-columns: 1fr; }
.booking-widget-bar-field{ padding: 12px 14px; }
}/* HERO variant — sits ABOVE/OVERLAPPING hero photo (negative margin-top) */
.hero + .booking-widget-bar--hero,
.hero-video + .booking-widget-bar--hero,
.booking-widget-bar--hero{
    margin-top: -28px;
    padding: 0 0 28px;
}
/* ── Native select hidden when custom select wrapper present (JS adds class, ne inline) ── */
.dba-custom-select-native-hidden{
    display: none;
}
/* Lightbox body-scroll lock (JS adds class, ne inline) */
body.lb-locked{ overflow: hidden; }
/* ── Video lightbox — fullscreen modal s iframe ────────────────────── */
.video-lightbox{
    position: fixed;
    inset: 0;
    background: rgba(10, 14, 22, 0.92);
    backdrop-filter: blur(8px);
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 4vw;
}
.video-lightbox.is-open{
    display: flex;
}
.video-lightbox-frame{
    position: relative;
    width: min(92vw, 1280px);
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.video-lightbox-frame iframe,
.video-lightbox-frame video{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.video-lightbox-close{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s, transform .15s;
}
.video-lightbox-close:hover{
    background: var(--c-gold);
    color: #1a1b1a;
    border-color: var(--c-gold);
    transform: scale(1.05);
}
/* Disabled play btn na parallax sekci — když není video nastavené */
.parallax-play-btn.parallax-play-btn--disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
/* parallax-play-btn jako <button> (ne <a>) — odstranit default button styling */
button.parallax-play-btn{
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
/* ── Flatpickr altInput — JS přidá tuto class místo inline width:100% ── */
.flatpickr-altinput-sized{
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
/* ── Custom select — luxury dropdown (used in booking widget) ── */
.dba-custom-select{
    position: relative;
    display: inline-block;
    width: 100%;
}
.dba-custom-select-trigger{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 38px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: 0;
    color: var(--c-ink);
    font-family: var(--font-sans);
    font-size: 14px;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
    text-align: left;
}
.dba-custom-select-trigger:hover{ border-color: var(--c-gold); }
.dba-custom-select.is-open .dba-custom-select-trigger{
    border-color: var(--c-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 97, .15);
}
.dba-custom-select-label{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dba-custom-select-chevron{
    flex-shrink: 0;
    margin-left: 8px;
    color: var(--c-muted);
    transition: transform .15s;
    display: inline-flex;
}
.dba-custom-select.is-open .dba-custom-select-chevron{ transform: rotate(180deg); }
.dba-custom-select-list{
    list-style: none;
    padding: 4px 0;
    margin: 6px 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    min-width: 100%;
    z-index: 9999;
    background: #fff;
    border: 1px solid var(--c-gold);
    border-radius: 4px;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .12s, transform .12s;
}
/* Dropdown otevíraný uvnitř bookng widget fieldu — pozicovaný k FIELDU
   ne k trigger (custom-select nemá relative). */
.booking-widget-bar-field .dba-custom-select-list{
    right: 0;
    left: auto;
    min-width: 100px;
    margin-top: 12px;
}
/* Open select má vyšší stacking context (isolation) — dropdown nelze přebít. */
.dba-custom-select.is-open{
    z-index: 9999;
    position: relative;
}
.dba-custom-select.is-open .dba-custom-select-list{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.dba-custom-select-option{
    padding: 9px 14px;
    cursor: pointer;
    font-size: 14px;
    color: var(--c-ink);
    transition: background .12s, color .12s;
}
.dba-custom-select-option:hover{
    background: rgba(201, 169, 97, .12);
    color: var(--c-gold-2);
}
.dba-custom-select-option.is-selected{
    background: var(--c-cream);
    color: var(--c-gold-2);
    font-weight: 500;
}
/* (.booking-rebook-widget mrtvý kód odstraněn ve fázi 14.22 — /rezervace
   používá teď standalone booking_widget builder element přes BuilderRenderer) */

.booking-summary{
    margin: 8px 0 28px;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    color: var(--c-ink);
    letter-spacing: .005em;
}
.booking-summary strong{ color: var(--c-gold-2); }
.booking-summary-heading{
    font-family: 'Jost', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--c-ink-soft, #8a8a8a);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: right;
}
.booking-summary-body{ display: flex; flex-direction: column; gap: 12px; }
.booking-summary-body[hidden],
.booking-summary-empty[hidden],
.booking-summary-breakdown[hidden],
.booking-summary-row[hidden],
[data-summary-cleaning-row][hidden],
[data-summary-discount-row][hidden],
[data-summary-deposit-row][hidden],
[data-summary-children-wrap][hidden]{ display: none; }
/* Cenový rozpis — separátor + heading vlevo */
.booking-summary-breakdown{
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.booking-summary-breakdown .booking-summary-heading{
    margin-bottom: 6px;
}
/* Celkem řádek — větší font, gold accent na hodnotu */
.booking-summary-row--total{
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.booking-summary-row--total .booking-summary-label{
    font-family: 'Jost', system-ui, sans-serif;
    font-size: 16px;
    color: var(--c-ink, #1f1f1f);
    font-weight: 600;
}
.booking-summary-row--total .booking-summary-value{
    font-family: 'Marcellus', serif;
    font-size: 26px;
    color: var(--c-gold-2, #b89953);
    font-weight: 600;
    letter-spacing: .01em;
}
.booking-summary-row--deposit{
    font-size: 13px;
    color: var(--c-ink-soft);
    font-style: italic;
    padding-top: 4px;
}
.booking-summary-value--discount{ color: #2f7d4f; }
[data-summary-night-meta]{
    color: var(--c-ink-soft, #9a9a9a);
    font-size: 13px;
    font-weight: 400;
    margin-left: 6px;
    letter-spacing: 0;
}
/* Každý řádek souhrnu — VELKÝ label vlevo, VELKÁ hodnota vpravo (jak ve screenshot) */
.booking-summary-row{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    font-size: 18px;
    line-height: 1.35;
}
.booking-summary-label{
    color: var(--c-ink-soft, #8a8a8a);
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
}
.booking-summary-value{
    color: var(--c-ink, #1f1f1f);
    font-weight: 700;
    text-align: right;
    font-size: 18px;
}
.booking-summary-arrow{ color: var(--c-gold-2); margin: 0 6px; }
.booking-summary-empty{
    color: var(--c-ink-soft);
    font-style: italic;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}

/* Mobile — mírně menší fonty + těsnější padding */
@media (max-width: 640px) {
    .booking-summary{ padding: 22px 20px; }
    .booking-summary-row,
    .booking-summary-label,
    .booking-summary-value{ font-size: 16px; }
    .booking-summary-row--total .booking-summary-value{ font-size: 22px; }
    .booking-summary-row--total .booking-summary-label{ font-size: 15px; }
}
/* ── Validation error styly ─────────────────────────── */
/* Scroll margin top pro sticky header (cca 90px) — když JS scrolluje k chybnému poli,
   nemá končit pod headerem. */
.form-group,
.booking-widget-bar-field{
    scroll-margin-top: 110px;
}
.form-error,
.bw-error{
    display: block;
    color: #a8412a;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 13.5px;
    margin-top: 7px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .01em;
}
.form-error::before{
    content: '— ';
    color: #c8836a;
    font-style: normal;
    margin-right: 2px;
}
.form-error[hidden],
.bw-error[hidden]{ display: none; }
.form-group.has-error .form-input,
.form-group.has-error .form-textarea{
    border-color: #c8836a;
    background: linear-gradient(180deg, #fff 0%, #fdf6f1 100%);
    box-shadow: 0 0 0 2px rgba(200, 131, 106, .12);
}
.form-group.has-error label{ color: #a8412a; }
/* Field error stav — subtle ruby tint, žádné křiklavé barvy. Zachovává
   luxury cream + gold estetiku, jen field získá vinný/červeno-béžový tón. */
.booking-widget-bar-field.has-error{
    background: linear-gradient(180deg, #fff 0%, #fdf3ee 100%);
    box-shadow: inset 0 0 0 1px #c8836a;
}
.booking-widget-bar-field.has-error label{
    color: #a8412a;
    letter-spacing: .06em;
}
/* Helper text pod fieldem — italic, čistý, bez boxu/arrow.
   Sedí pod calendar (z-index nižší), ale calendar otevírá na pravo dolů,
   takže obvykle nepřekrývá tento text. Plus tooltip není v cestě klikání. */
.booking-widget-bar-field .bw-error{
    position: absolute;
    top: calc(100% + 4px);
    left: 2px;
    right: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    color: #a8412a;
    line-height: 1.35;
    letter-spacing: .01em;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
    animation: bw-error-fade .35s ease-out;
}
.booking-widget-bar-field .bw-error::before{
    content: '— ';
    color: #c8836a;
    font-style: normal;
    margin-right: 2px;
}
@keyframes bw-error-fade {
from{ opacity: 0; transform: translateY(-3px); }
to{ opacity: 1; transform: translateY(0); }
}.booking-widget-bar-field{ position: relative; }
/* ── Live AJAX unavailable state ──────────────────────────── */
.booking-unavailable-msg{
    margin: 18px 0 12px;
    padding: 14px 18px;
    background: linear-gradient(180deg, #fff 0%, #fdf6f1 100%);
    border-left: 2px solid #c8836a;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 15px;
    color: #5a2a1c;
    line-height: 1.5;
}
.booking-widget-quote.is-dimmed{
    opacity: 0.5;
    transition: opacity .25s ease;
}
.btn.is-disabled,
button[type="submit"].is-disabled,
button[type="submit"]:disabled{
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(.35);
}
/* ── Globální error banner pod submit tlačítkem (luxury minimal) ─── */
.form-errors-banner{
    margin: 24px 0 18px;
    padding: 20px 24px;
    background: linear-gradient(180deg, #fff 0%, #fdf6f1 100%);
    border-left: 2px solid #c8836a;
    border-radius: 2px;
    box-shadow: 0 4px 18px rgba(168, 65, 42, .06);
}
.form-errors-banner-title{
    font-family: 'Marcellus', serif;
    font-size: 13px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #a8412a;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-errors-banner-title::before{
    content: '';
    width: 24px;
    height: 1px;
    background: #c8836a;
}
.form-errors-banner-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-errors-banner-list li{
    padding: 6px 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    color: #5a2a1c;
}
.form-errors-banner-list li::before{
    content: '·';
    color: #c8836a;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -2px;
}
.form-errors-banner-list a{
    color: #5a2a1c;
    text-decoration: none;
    border-bottom: 1px dashed #c8836a;
    padding-bottom: 1px;
    transition: color .15s, border-color .15s;
}
.form-errors-banner-list a:hover{
    color: #a8412a;
    border-bottom-color: #a8412a;
    border-bottom-style: solid;
}
/* ── Booking widget inline — better responsive (stack 2x2 on narrow) ── */
.card .booking-widget--inline{
    max-width: 100%;
}
@media (max-width: 900px) {
.booking-widget--inline .booking-widget-fields{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
.booking-widget--inline .booking-widget-fields{
        grid-template-columns: 1fr;
    }
}.booking-widget-field label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.booking-widget--inline .btn{ white-space: nowrap; }
/* ── Reservation form / form layout polish ── */
.bookings-form .card{
    border: 1px solid rgba(201, 169, 97, .25);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .06);
}
.bookings-form .card-body{ padding: 32px; }
.form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 640px) {
.form-row{ grid-template-columns: 1fr; }
.bookings-form .card-body{ padding: 24px 18px; }
}/* ── Vizuální kontrast mezi hero_video a lifestyle_quote ──
   ŽÁDNÉ bílé díry. Lifestyle sekce po hero dostane cream pozadí
   (kontrast oproti tmavému hero photo) → harmonický přechod
   bez prázdného prostoru. */
.hero-video + .lifestyle-quote-section,
.hero-video + .bldr-section-wrap + .lifestyle-quote-section,
.hero-video-section + .lifestyle-quote-section{
    background: var(--c-cream);
}
.hero-video + .lifestyle-quote-section .lifestyle-quote-text,
.hero-video-section + .lifestyle-quote-section .lifestyle-quote-text{
    background: var(--c-cream);
}
.hero-video + .lifestyle-quote-section .lifestyle-quote-grid,
.hero-video-section + .lifestyle-quote-section .lifestyle-quote-grid{
    min-height: 0;
}
/* Investment_potential po hero — gold separator line místo bílé díry */
.hero-video + .investment-potential-section,
.lifestyle-quote-section + .investment-potential-section{
    border-top: 1px solid rgba(201, 169, 97, .15);
}
/* Pokud jdou 2 stejné typy sekcí (např. lifestyle_quote + lifestyle_quote),
   alternuj bg pro vizuální oddělení */
.lifestyle-quote-section + .lifestyle-quote-section{
    background: #fff;
}
.lifestyle-quote-section + .lifestyle-quote-section + .lifestyle-quote-section{
    background: var(--c-cream);
}
/* Investment_cards následující po lifestyle_quote — světlá varianta s cream bg */
.lifestyle-quote-section + .investment-cards-section--light{
    background: #fff;
}
/* ── Italic gold accent v lifestyle_quote heading + day_timeline heading ── */
.lifestyle-quote-heading em,
.day-timeline-title em,
.apartment-listing-heading em,
.investment-potential-heading em,
.investment-cards-section .section-header h2 em{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--c-gold-2);
    font-weight: 400;
}
.builder-cards-section--dark em,
.testimonials-section--dark em,
.investment-cards-section--dark .section-header h2 em,
.investment-potential-heading em{
    color: var(--c-gold-light);
}
/* ── Investment potential stats — vždy 4 v řadě (desktop), 2 (tablet), 1 (mobile) ── */
.investment-potential-stats{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.investment-potential-stat{
    min-width: 0;
    padding: 22px 10px;
}
.ip-stat-value{
    font-size: clamp(18px, 2.2vw, 30px);
    line-height: 1.15;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: auto;
}
.ip-stat-label{
    font-size: 11px;
    letter-spacing: .08em;
    line-height: 1.3;
    text-align: center;
    word-break: keep-all;
}
@media (max-width: 900px) {
.investment-potential-stats{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 480px) {
.investment-potential-stats{ grid-template-columns: 1fr; }
}/* ── Apartment listing buttons (Detail / Konzultace) - centrovat text ── */
.apartment-listing-actions .btn,
.apt-detail-card-actions .btn,
.hero-video-actions .btn,
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 22px;
    line-height: 1.2;
}
.btn-lg{ padding: 14px 28px; }
.btn-sm{ padding: 8px 16px; }
/* Block buttons full-width still centered */
.btn-block{ display: flex; width: 100%; }
/* ── Contact-form-section: vlastní (kompaktní) padding, NE hardcoded var(--space-section) ── */
.contact-form-section{
    padding: 40px 0 80px;
}
@media (max-width: 720px) { .contact-form-section { padding: 24px 0 56px; } }/* Pokud builder content předchází (lifestyle_quote nebo jiný) — žádný top padding navíc */
.lifestyle-quote-section + .contact-form-section,
.bldr-section-wrap + .contact-form-section,
section + .contact-form-section{ padding-top: 0; }
/* Sekce template-driven (kontakt fallback, bookings) — ne všudypřítomné 140px paddingy.
   Spacing teď řídí Builder per-element + jejich vlastní content padding. */
.bookings-form{ padding: 32px 0 64px; }
/* ── Contact + booking form cards — vnitřní padding + hover bez nalepeného stínu ── */
.contact-form-section .card,
.bookings-form .card{
    border: 1px solid rgba(201, 169, 97, .22);
    background: #fff;
    transition: box-shadow .25s, border-color .25s, transform .25s;
    overflow: visible;
}
.contact-form-section .card .card-body,
.bookings-form .card .card-body{
    padding: 32px 28px;
}
@media (max-width: 720px) {
.contact-form-section .card .card-body,
    .bookings-form .card .card-body{ padding: 24px 20px; }
}.contact-form-section .card:hover,
.bookings-form .card:hover{
    box-shadow: 0 18px 48px rgba(201, 169, 97, .15);
    border-color: var(--c-gold);
    transform: translateY(-1px);
}
.contact-form-section .form-input,
.contact-form-section .form-textarea,
.contact-form-section .form-select,
.bookings-form .form-input,
.bookings-form .form-textarea{
    padding: 12px 14px;
    border: 1px solid var(--c-line);
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
    font-family: inherit;
    font-size: 14.5px;
    border-radius: 0;
    color: var(--c-ink);
    width: 100%;
    box-sizing: border-box;
}
.contact-form-section .form-input:hover,
.contact-form-section .form-textarea:hover,
.contact-form-section .form-select:hover{
    border-color: var(--c-gold);
}
.contact-form-section .form-input:focus,
.contact-form-section .form-textarea:focus,
.contact-form-section .form-select:focus{
    outline: 0;
    border-color: var(--c-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 97, .15);
}
.contact-form-section .form-group{ margin-bottom: 16px; }
.contact-form-section .form-group label{
    display: block;
    margin-bottom: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--c-ink-soft);
    letter-spacing: .04em;
    text-transform: uppercase;
}
/* ── Featured apartment block on homepage — fix labels overlap ── */
.featured-apartment-grid{
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
}
@media (max-width: 960px) {
.featured-apartment-grid{ grid-template-columns: 1fr; gap: 32px; }
}.featured-apartment-image{ position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.featured-apartment-image-label{
    position: absolute;
    bottom: auto;
    left: 18px;
    z-index: 2;
}

/* ══════════════════════════════════════════════════════════════════════════
   COOKIE CONSENT BAR — fixed bottom + dark luxury + slide-up animation
   ══════════════════════════════════════════════════════════════════════════ */
.dba-cookie-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9000;
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(10, 20, 35, 0.96);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.04);
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .35s ease, transform .35s cubic-bezier(0.34, 1.4, 0.64, 1);
    pointer-events: none;
}
.dba-cookie-bar.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.dba-cookie-bar[hidden] { display: none; }
.dba-cookie-bar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
}
.dba-cookie-bar-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(201,169,97,0.12);
    color: var(--c-gold, #c9a961);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.dba-cookie-bar-content { min-width: 0; }
.dba-cookie-bar-title {
    font-family: var(--font-serif, 'Marcellus', serif);
    font-size: 16px; font-weight: 600;
    color: var(--c-gold-light, #d4b779);
    letter-spacing: .02em;
    margin-bottom: 4px;
}
.dba-cookie-bar-body {
    margin: 0;
    font-size: 13.5px; line-height: 1.55;
    color: rgba(255,255,255,0.78);
}
.dba-cookie-bar-more {
    color: var(--c-gold, #c9a961);
    text-decoration: none;
    border-bottom: 1px solid rgba(201,169,97,0.35);
    padding-bottom: 1px; margin-left: 4px;
    white-space: nowrap;
    transition: color .15s, border-color .15s;
}
.dba-cookie-bar-more:hover { color: var(--c-gold-light, #d4b779); border-color: var(--c-gold-light, #d4b779); }
.dba-cookie-bar-actions { display: flex; gap: 8px; flex-shrink: 0; }
.dba-cookie-bar-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 12px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    cursor: pointer;
    transition: background .15s, border-color .15s, transform .12s;
    font-family: inherit;
    white-space: nowrap;
}
.dba-cookie-bar-btn:active { transform: scale(0.97); }
.dba-cookie-bar-btn--reject {
    background: transparent;
    color: rgba(255,255,255,0.72);
    border-color: rgba(255,255,255,0.18);
}
.dba-cookie-bar-btn--reject:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}
.dba-cookie-bar-btn--accept {
    background: linear-gradient(180deg, #d4b779 0%, #c9a961 60%, #b89953 100%);
    color: #1a1b1a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
.dba-cookie-bar-btn--accept:hover {
    background: linear-gradient(180deg, #dcc189 0%, #d2b06a 60%, #c2a45e 100%);
}
@media (max-width: 760px) {
    .dba-cookie-bar { left: 12px; right: 12px; bottom: 12px; border-radius: 12px; }
    .dba-cookie-bar-inner { grid-template-columns: 1fr; gap: 14px; padding: 16px 18px; }
    .dba-cookie-bar-icon { width: 36px; height: 36px; }
    .dba-cookie-bar-title { font-size: 15px; }
    .dba-cookie-bar-body { font-size: 13px; }
    .dba-cookie-bar-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .dba-cookie-bar-btn { padding: 11px 12px; font-size: 11.5px; }
}

/* ── Hero video — fullscreen + overlay text ────────────────── */
.hero-video{
    position: relative;
    overflow: hidden;
    background: #0a0e0d;
    color: #fff;
    isolation: isolate;
}
.hero-video--fullscreen{ min-height: 100vh; }
.hero-video--large{ min-height: 85vh; }
.hero-video--medium{ min-height: 70vh; }
.hero-video-media,
.hero-video-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-video-overlay{ z-index: 2; pointer-events: none; }
.hero-video-bg{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.hero-video-iframe-wrap{
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #0a0e0d;
}
/* Iframe vždy 100%×100% parent — žádný gap pod headerem.
   Aspect ratio neperfektní ale celá hero plocha je vyplněna (žádné stripy).
   Některé embed providers (AirVuz) renderují vlastní letterbox uvnitř iframe. */
.hero-video-iframe-wrap iframe,
.hero-video-iframe-wrap .builder-video,
.hero-video-iframe-wrap .builder-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    transform: none;
    display: block;
}
.hero-video-iframe-wrap .builder-video{
    width: 100%; height: 100%;
    aspect-ratio: auto;
    transform: none;
    top: 0; left: 0;
}
.hero-video-inner{
    position: relative;
    z-index: 3;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}
.hero-video--align-left  .hero-video-inner{ text-align: left;  align-items: flex-start; margin-left: 7%; margin-right: auto; }
.hero-video--align-right .hero-video-inner{ text-align: right; align-items: flex-end; margin-right: 7%; margin-left: auto; }
.hero-video-eyebrow{
    color: var(--c-gold-light);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    margin-bottom: 22px;
    font-weight: 500;
}
.hero-video-heading{
    font-family: var(--font-serif);
    font-size: clamp(40px, 6.8vw, 96px);
    line-height: 1.05;
    margin: 0 0 24px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .25);
}
.hero-video-heading em{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--c-gold-light);
    font-weight: 400;
}
.hero-video-subheading{
    font-size: clamp(15px, 1.4vw, 19px);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
    max-width: 640px;
    margin: 0 0 36px;
}
.hero-video--align-center .hero-video-subheading{ margin-left: auto; margin-right: auto; }
.hero-video-actions{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.hero-video--align-center .hero-video-actions{ justify-content: center; }
.hero-video-actions .btn-lg{
    padding: 14px 32px;
    font-size: 14px;
}
@media (max-width: 720px) {
.hero-video-inner{ padding: 60px 20px; }
.hero-video-heading{ font-size: clamp(32px, 11vw, 56px); }
.hero-video--align-left .hero-video-inner,
    .hero-video--align-right .hero-video-inner{ margin-left: auto; margin-right: auto; }
}/* ── Apartment listing (boutique hotel-style) ──────────────── */
.apartment-listing-section{ padding: 100px 0; background: var(--c-cream); }
.apartment-listing-header{ text-align: center; margin-bottom: 56px; }
.apartment-listing-eyebrow{
    color: var(--c-gold-2);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}
.apartment-listing-heading{
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 48px);
    margin: 0;
    line-height: 1.1;
    color: var(--c-ink);
}
.apartment-listing-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 960px) {
.apartment-listing-grid{ grid-template-columns: 1fr; gap: 36px; }
}.apartment-listing-card{
    background: #fff;
    border: 1px solid rgba(201, 169, 97, .28);
    overflow: hidden;
    transition: box-shadow .25s, transform .25s, border-color .25s;
    display: flex;
    flex-direction: column;
}
.apartment-listing-card:hover{
    box-shadow: 0 24px 56px rgba(0, 0, 0, .12);
    transform: translateY(-3px);
    border-color: var(--c-gold);
}
.apartment-listing-image-wrap{
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.apartment-listing-image{
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    display: block;
}
.apartment-listing-card:hover .apartment-listing-image{
    transform: scale(1.04);
}
.apartment-listing-body{
    padding: 28px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}
.apartment-listing-title{
    font-family: var(--font-serif);
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
    color: var(--c-ink);
    font-weight: 400;
}
.apartment-listing-meta{
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
}
.apartment-listing-meta li{
    font-size: 14px;
    color: var(--c-ink-soft);
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.apartment-listing-meta-icon{
    display: inline-flex;
    flex-shrink: 0;
    color: var(--c-gold-2, #c9a961);
    width: 20px;
    height: 20px;
}
.apartment-listing-meta-icon svg{
    width: 18px;
    height: 18px;
    stroke-width: 1.25;
}
.apartment-listing-meta li > span:last-child{
    min-width: 0;
    overflow-wrap: break-word;
}
/* Mobile: stack single column aby zalamování bylo elegantní */
@media (max-width: 640px) {
.apartment-listing-meta{ grid-template-columns: 1fr; gap: 8px; }
.apartment-listing-meta li{ font-size: 13.5px; }
}.apartment-listing-price{
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-top: 6px;
    margin-top: auto;
    border-top: 1px solid rgba(201, 169, 97, .22);
}
.apartment-listing-price-val{
    font-family: var(--font-serif);
    font-size: 30px;
    color: var(--c-gold-2);
    font-weight: 500;
    letter-spacing: .01em;
}
.apartment-listing-price-note{
    font-size: 12px;
    color: var(--c-muted);
    text-transform: uppercase;
    letter-spacing: .06em;
}
.apartment-listing-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}
.apartment-listing-actions .btn{
    flex: 1 1 auto;
    min-width: 140px;
}
/* ── Investment cards — 4 luxury icon karty ────────────────── */
.investment-cards-section{ padding: 100px 0; }
.investment-cards-section--light{ background: var(--c-cream); }
.investment-cards-section--dark{
    background: var(--c-dark-teal);
    color: #fff;
}
.investment-cards-section .section-header{ text-align: center; margin-bottom: 64px; }
.investment-cards-section .section-header h2{
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 48px);
    margin: 12px 0 0;
}
.investment-cards-section--dark .section-header h2{ color: #fff; }
.investment-grid{
    display: grid;
    gap: 40px 36px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 720px) { .investment-grid { grid-template-columns: 1fr !important; } }.investment-card{
    text-align: center;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.investment-card-icon{
    font-size: 38px;
    line-height: 1;
    color: var(--c-gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid var(--c-gold);
    border-radius: 50%;
    background: rgba(201, 169, 97, .08);
}
.investment-cards-section--light .investment-card-icon{
    color: var(--c-gold-2);
    background: rgba(201, 169, 97, .12);
}
/* Vykreslení SVG luxury ikon uvnitř investment-card kruhu */
.investment-card-icon svg{
    width: 40px;
    height: 40px;
    stroke-width: 1.25;
    transition: transform .35s ease;
}
.investment-card:hover .investment-card-icon svg{
    transform: scale(1.08);
}
.investment-card-title{
    font-family: var(--font-serif);
    font-size: 20px;
    margin: 0;
    color: inherit;
    font-weight: 400;
}
.investment-card-text{
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .8);
    margin: 0;
    max-width: 260px;
}
.investment-cards-section--light .investment-card-text{ color: var(--c-ink-soft); }
/* ── Investment potential (dark luxury) ────────────────────── */
.investment-potential-section{
    padding: 100px 0;
    background: #0e1716;
    color: #d6d2cb;
    background-image: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 169, 97, .12), transparent 70%);
}
.investment-potential-inner{
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}
.investment-potential-section .section-header-eyebrow{
    color: var(--c-gold-light);
    margin-bottom: 14px;
}
.investment-potential-heading{
    font-family: var(--font-serif);
    font-size: clamp(34px, 4.5vw, 56px);
    margin: 0 0 32px;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
}
.investment-potential-body{
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 48px;
}
.investment-potential-body p{ margin: 0 0 16px; }
.investment-potential-stats{
    list-style: none !important;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}
.investment-potential-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 12px;
    border: 1px solid rgba(201, 169, 97, .25);
    background: rgba(255, 255, 255, .02);
}
.ip-stat-value{
    font-family: var(--font-serif);
    font-size: 40px;
    color: var(--c-gold-light);
    line-height: 1;
}
.ip-stat-label{
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    letter-spacing: .12em;
    text-align: center;
}
.investment-potential-disclaimer{
    font-size: 12.5px;
    color: rgba(255, 255, 255, .5);
    font-style: italic;
    margin: 0 auto;
    max-width: 640px;
}
/* ── Lifestyle quote — text + fullscreen image ─────────────── */
.lifestyle-quote-section{
    background: #fff;
    overflow: hidden;
}
.lifestyle-quote-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 80vh;
}
.lifestyle-quote--img-right .lifestyle-quote-grid{
    grid-template-areas: "text image";
}
.lifestyle-quote--img-left .lifestyle-quote-grid{
    grid-template-areas: "image text";
}
.lifestyle-quote-image-wrap{
    grid-area: image;
    position: relative;
    min-height: 60vh;
    overflow: hidden;
}
.lifestyle-quote-image{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.lifestyle-quote-overlay-text{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lifestyle-quote-overlay-text span{
    font-family: var(--font-serif);
    font-size: clamp(48px, 8vw, 120px);
    color: rgba(255, 255, 255, .85);
    text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
    font-weight: 400;
    letter-spacing: .04em;
}
.lifestyle-quote-text{
    grid-area: text;
    padding: 80px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
}
.lifestyle-quote-heading{
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    margin: 14px 0 24px;
    color: var(--c-ink);
    font-weight: 400;
}
.lifestyle-quote-body{
    font-size: 17px;
    line-height: 1.7;
    color: var(--c-ink-soft);
}
.lifestyle-quote-body p{ margin: 0 0 16px; }
@media (max-width: 960px) {
.lifestyle-quote-grid{
        grid-template-columns: 1fr;
        grid-template-areas: "image" "text" !important;
        min-height: 0;
    }
.lifestyle-quote-image-wrap{ min-height: 56vh; }
.lifestyle-quote-text{ padding: 48px 24px; }
}/* ── Apartment detail — hero gallery + sticky sidebar ──────── */
.apt-hero-gallery{
    position: relative;
    background: #0a0e0d;
}
.apt-hero-gallery--large{ height: 85vh; }
.apt-hero-gallery--medium{ height: 70vh; }
.apt-hero-gallery--fullscreen{ height: 100vh; }
.apt-hero-swiper{
    width: 100%;
    height: 100%;
}
.apt-hero-slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.apt-hero-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.apt-hero-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.apt-hero-caption{
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    max-width: max-content;
    margin-right: auto;
    padding: 8px 16px;
    background: rgba(0, 0, 0, .55);
    color: var(--c-gold-light);
    font-size: 13px;
    letter-spacing: .04em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
}
@media (max-width: 640px) {
.apt-hero-caption{
        bottom: 16px;
        left: 16px;
        right: 16px;
        font-size: 12px;
        padding: 6px 12px;
        line-height: 1.35;
    }
}.apt-hero-gallery .swiper-button-prev,
.apt-hero-gallery .swiper-button-next{
    --swiper-navigation-color: var(--c-gold-light);
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, .35);
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 97, .5);
    transition: background .15s, border-color .15s;
}
.apt-hero-gallery .swiper-button-prev:hover,
.apt-hero-gallery .swiper-button-next:hover{
    background: rgba(0, 0, 0, .65);
    border-color: var(--c-gold);
}
.apt-hero-gallery .swiper-pagination-bullet{
    background: var(--c-gold-light);
    opacity: .45;
}
.apt-hero-gallery .swiper-pagination-bullet-active{ opacity: 1; }
/* 2-col detail layout */
.apt-detail-section{ padding: 100px 0; background: var(--c-cream); }
.apt-detail-grid{
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: start;
}
@media (max-width: 960px) {
.apt-detail-grid{ grid-template-columns: 1fr; gap: 40px; }
}.apt-detail-eyebrow{
    color: var(--c-gold-2);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 14px;
}
.apt-detail-heading{
    font-family: var(--font-serif);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    margin: 0 0 28px;
    color: var(--c-ink);
    font-weight: 400;
}
.apt-detail-body{
    font-size: 17px;
    line-height: 1.7;
    color: var(--c-ink-soft);
}
.apt-detail-body p{ margin: 0 0 16px; }
.apt-detail-sidebar{ position: sticky; top: 110px; }
@media (max-width: 960px) { .apt-detail-sidebar { position: static; } }.apt-detail-card{
    background: #fff;
    border: 1px solid var(--c-gold);
    padding: 32px 28px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, .08);
}
.apt-detail-card-price{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(201, 169, 97, .25);
}
.apt-detail-card-price-val{
    font-family: var(--font-serif);
    font-size: 36px;
    color: var(--c-gold-2);
    line-height: 1;
}
.apt-detail-card-price-note{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--c-muted);
}
.apt-detail-card-params{
    list-style: none !important;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.apt-detail-card-params li{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
    font-size: 14px;
    color: var(--c-ink-soft);
}
.apt-detail-card-params li:last-child{ border-bottom: 0; }
.apt-detail-card-params .apt-pl{ color: var(--c-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.apt-detail-card-params .apt-pv{ color: var(--c-ink); font-weight: 500; }
.apt-detail-card-actions{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.apt-detail-card-actions .btn{
    width: 100%;
    padding: 14px 18px;
    text-align: center;
}
/* ── Day timeline — Morning / Afternoon / Evening ──────────── */
.day-timeline-section{ padding: 100px 0; background: var(--c-cream-2); }
.day-timeline-header{ text-align: center; margin-bottom: 64px; }
.day-timeline-header h2{
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 48px);
    margin: 12px 0 0;
}
.day-timeline-list{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
}
.day-timeline-list::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 8%;
    bottom: 8%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--c-gold) 20%, var(--c-gold) 80%, transparent);
    z-index: 0;
}
.day-timeline-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.day-timeline-item:nth-child(even) > .day-timeline-image{ order: 2; }
.day-timeline-image{
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--c-bg-soft);
}
.day-timeline-image img{
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.day-timeline-time{
    color: var(--c-gold-2);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}
.day-timeline-title{
    font-family: var(--font-serif);
    font-size: clamp(24px, 2.6vw, 32px);
    margin: 0 0 14px;
    color: var(--c-ink);
    font-weight: 400;
    line-height: 1.2;
}
.day-timeline-emoji{
    margin-right: 12px;
    font-size: .9em;
    display: inline-flex;
    vertical-align: middle;
    color: var(--c-gold-2, #c9a961);
}
.day-timeline-emoji svg{
    width: 28px;
    height: 28px;
    stroke-width: 1.25;
    display: inline-block;
    vertical-align: middle;
}
.day-timeline-desc{
    font-size: 16px;
    line-height: 1.65;
    color: var(--c-ink-soft);
    margin: 0;
}
@media (max-width: 720px) {
.day-timeline-list::before{ left: 24px; }
.day-timeline-item{
        grid-template-columns: 1fr;
        gap: 16px;
        padding-left: 56px;
    }
.day-timeline-item:nth-child(even) > .day-timeline-image{ order: 0; }
}/* =========================================================
   DeJaBlue Icon System — luxury thin-line gold
   =========================================================
   Aplikuje gold barvu a (volitelně) ozdobný kruh za ikony
   napříč všemi kontexty Builderu (icon_grid, features) i
   hardcoded SVG ve views, které dědí .feature-icon /
   .why-us-icon / .luxe-icon wrapper.

   Princip: ikony renderují SVG s `stroke="currentColor"`,
   takže `color: var(--c-gold)` na rodiči je vybarví.
   ───────────────────────────────────────────────────────── */
.why-us-icon,
.feature-icon,
.luxe-icon,
.service-icon,
.amenity-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-gold-2, #c9a961);
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    position: relative;
    transition: color .25s ease, transform .25s ease;
}
.why-us-icon svg,
.feature-icon svg,
.luxe-icon svg,
.service-icon svg,
.amenity-icon svg{
    width: 36px;
    height: 36px;
    stroke-width: 1.25;
    transition: transform .35s ease;
}
/* Subtle gold ring behind icon — luxury hotel detail */
.why-us-icon::before,
.feature-icon::before,
.luxe-icon::before,
.service-icon::before,
.amenity-icon::before{
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--c-gold, #c9a961);
    border-radius: 50%;
    opacity: 0.35;
    transition: opacity .25s ease, transform .25s ease;
}
.why-us-card:hover .why-us-icon,
.feature-item:hover .feature-icon,
.service-item:hover .service-icon,
.luxe-icon:hover{
    color: var(--c-gold, #c9a961);
}
.why-us-card:hover .why-us-icon::before,
.feature-item:hover .feature-icon::before,
.service-item:hover .service-icon::before,
.luxe-icon:hover::before{
    opacity: 0.7;
    transform: scale(1.05);
}
.why-us-card:hover .why-us-icon svg,
.feature-item:hover .feature-icon svg,
.service-item:hover .service-icon svg{
    transform: scale(1.05);
}
/* Compact varianta — pro inline použití v textu / seznamech */
.luxe-icon--sm{
    width: 32px;
    height: 32px;
    margin-bottom: 0;
}
.luxe-icon--sm svg{
    width: 18px;
    height: 18px;
}
/* No-ring varianta pro decoy/list položky kde kruh ruší layout */
.luxe-icon--bare::before,
.feature-icon--bare::before,
.why-us-icon--bare::before,
.service-icon--bare::before{ display: none; }
/* Override existující site.css pravidel pro .service-icon (line 6509–6518)
   — luxury sjednocení rozměrů + ring */
.services-section .service-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
}
.services-section .service-icon svg{
    width: 30px;
    height: 30px;
}

/* Mobile: zmenšit kruh aby nezabíral příliš místa */
@media (max-width: 540px) {
.why-us-icon,
    .feature-icon,
    .luxe-icon,
    .service-icon,
    .amenity-icon{
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }
.why-us-icon svg,
    .feature-icon svg,
    .luxe-icon svg,
    .service-icon svg,
    .amenity-icon svg{
        width: 28px;
        height: 28px;
    }
}/* ============================================================
   Booking widget — stay rules info banner
   ============================================================
   Zobrazuje se když user vybere datum mimo min/max nights pravidla
   nebo když auto-fill check-out posunul výběr. Auto-mizí po 5s
   (kromě error variantu).
   ============================================================ */
.bw-stay-info{
    grid-column: 1 / -1;
    width: 100%;
    margin: 10px 0 0;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: 'Cormorant Garamond', var(--font-serif), serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.5;
    color: var(--c-ink);
    background: linear-gradient(180deg, rgba(201, 169, 97, .08) 0%, rgba(201, 169, 97, .15) 100%);
    border: 1px solid rgba(201, 169, 97, .35);
    transition: opacity .35s ease, transform .35s ease;
    opacity: 1;
}
.bw-stay-info::before{
    content: '— ';
    color: var(--c-gold-2, #c9a961);
    font-style: normal;
    margin-right: 2px;
}
.bw-stay-info--error{
    color: #5a3838;
    background: linear-gradient(180deg, rgba(200, 91, 91, .08) 0%, rgba(200, 91, 91, .15) 100%);
    border-color: rgba(200, 91, 91, .35);
}
.bw-stay-info--error::before{
    content: '⚠  ';
    color: #c85b5b;
}
.bw-stay-info.is-fading{
    opacity: 0;
    transform: translateY(-3px);
}

@media (max-width: 640px) {
.bw-stay-info{ font-size: 14px; padding: 10px 14px; }
}/* ============================================================
   News (novinky) — list + detail design
   ============================================================ */
.news-hero{
    padding: 120px 0 56px;
    background: var(--c-bg);
    text-align: center;
}
.news-hero-title{
    font-family: var(--font-serif);
    font-size: clamp(40px, 6vw, 72px);
    margin: 0 0 12px;
    color: var(--c-ink);
}
.news-hero-subtitle{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--c-ink-soft);
    font-size: clamp(18px, 2vw, 22px);
    margin: 0;
}
.news-list-section{
    padding: 40px 0 100px;
    background: var(--c-bg);
}
.news-empty{
    text-align: center;
    color: var(--c-ink-soft);
    font-style: italic;
    padding: 40px 0;
}
.news-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}
.news-card{
    background: #fff;
    border: 1px solid rgba(201, 169, 97, .18);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.news-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
    border-color: rgba(201, 169, 97, .55);
}
.news-card-link{
    display: block;
    text-decoration: none;
    color: inherit;
}
.news-card-image{
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--c-bg-soft);
}
.news-card-image--placeholder{
    background: linear-gradient(135deg, rgba(201,169,97,.12) 0%, rgba(35,42,36,.15) 100%);
}
.news-card-body{ padding: 22px 24px 26px; }
.news-card-date{
    display: block;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--c-gold-2, #c9a961);
    margin-bottom: 10px;
}
.news-card-title{
    font-family: var(--font-serif);
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 10px;
    color: var(--c-ink);
}
.news-card-excerpt{
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--c-ink-soft);
    margin: 0 0 14px;
}
.news-card-cta{
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--c-gold-2, #c9a961);
    transition: letter-spacing .2s ease;
}
.news-card:hover .news-card-cta{
    letter-spacing: .14em;
}
/* Detail */
.news-detail-cover{
    position: relative;
    height: clamp(320px, 60vh, 540px);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.news-detail-cover-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}
.news-detail-cover-content{
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
}
.news-detail-header{
    padding: 120px 0 30px;
    text-align: center;
}
.news-detail-date{
    display: block;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--c-gold-light, #d8c89a);
    margin-bottom: 16px;
}
.news-detail-cover .news-detail-date{ color: var(--c-gold-light, #d8c89a); }
.news-detail-header .news-detail-date{ color: var(--c-gold-2, #c9a961); }
.news-detail-title{
    font-family: var(--font-serif);
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.1;
    margin: 0;
    max-width: 880px;
}
.news-detail-cover .news-detail-title{ color: #fff; }
.news-detail-header .news-detail-title{ color: var(--c-ink); margin: 0 auto; }
.news-detail-content{
    max-width: 760px;
    padding: 60px 24px 80px;
}
.news-detail-lead{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(20px, 2.2vw, 26px);
    line-height: 1.45;
    color: var(--c-ink);
    margin: 0 0 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(201, 169, 97, .25);
}
.news-detail-body{
    font-size: 17px;
    line-height: 1.75;
    color: var(--c-ink);
}
.news-detail-body p{ margin: 0 0 1.2em; }
.news-detail-body a{
    color: var(--c-gold-2, #c9a961);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.news-detail-body h2{
    font-family: var(--font-serif);
    font-size: 30px;
    margin: 36px 0 16px;
}
.news-detail-body h3{
    font-family: var(--font-serif);
    font-size: 24px;
    margin: 28px 0 12px;
}
.news-detail-body img{
    width: 100%;
    height: auto;
    margin: 28px 0;
    border-radius: 4px;
}
.news-detail-back{
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(201, 169, 97, .2);
}
.news-detail-back a{
    color: var(--c-gold-2, #c9a961);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .04em;
    transition: letter-spacing .2s ease;
}
.news-detail-back a:hover{
    letter-spacing: .1em;
}
.news-related{
    background: var(--c-bg-soft);
    padding: 70px 0 90px;
}
.news-related-heading{
    font-family: var(--font-serif);
    font-size: clamp(28px, 3vw, 40px);
    text-align: center;
    margin: 0 0 36px;
    color: var(--c-ink);
}
/* Builder element news_list — používá stejné karty jako veřejná stránka */
.builder-news-list{ padding: 60px 0; }
.builder-news-heading{
    font-family: var(--font-serif);
    font-size: clamp(28px, 3.4vw, 44px);
    text-align: center;
    margin: 0 0 36px;
}
.builder-news-eyebrow{
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    color: var(--c-gold-2, #c9a961);
    margin-bottom: 10px;
}
.builder-news-cta-wrap{
    text-align: center;
    margin-top: 36px;
}

@media (max-width: 640px) {
.news-hero{ padding: 80px 0 40px; }
.news-detail-content{ padding: 36px 16px 60px; }
.news-grid{ grid-template-columns: 1fr; }
}
