:root{
    --navy:#1B3865;
    --navy-deep:#12294A;
    --gold:#C08A2E;
    --gold-deep:#9C6F22;
    --ink:#1B232E;
    --muted:#5B6470;
    --paper:#FFFFFF;
    --paper-soft:#F4F4F2;
    --line:#E2E2DD;
}
*{box-sizing:border-box;}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Roboto',sans-serif;line-height:1.6;}
h1,h2,h3{font-family:'Roboto',sans-serif;font-weight:700;}
a{color:inherit;text-decoration:none;}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;}

/* Utility bar */
.utility{background:var(--paper);border-bottom:1px solid var(--line);}
.utility .wrap{display:flex;justify-content:space-between;align-items:center;padding:8px 24px;font-size:12px;color:var(--muted);}
.a11y{display:flex;gap:14px;align-items:center;}
.a11y span,.a11y button{cursor:pointer;background:none;border:none;font-size:12px;color:var(--muted);padding:0;}
.social-mini{display:flex;gap:10px;}
.social-mini a{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--navy);}
.social-mini a svg{width:15px;height:15px;}
.social-mini a:hover{background:var(--paper-soft);}

/* Header */
header.site-header{background:var(--paper);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;max-width:1180px;margin:0 auto;}
.brand{display:flex;align-items:center;gap:12px;flex:none;}
.site-search{display:flex;align-items:center;flex:1;max-width:340px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--paper-soft);}
.site-search input{flex:1;border:none;background:none;padding:9px 16px;font-size:14px;font-family:'Roboto',sans-serif;color:var(--ink);outline:none;}
.site-search button{border:none;background:none;padding:9px 14px;cursor:pointer;color:var(--navy);font-size:14px;}
.brand-logo{height:44px;width:auto;flex:none;display:block;}
.brand-text{font-family:'Roboto',sans-serif;font-weight:700;font-size:15px;color:var(--navy);line-height:1.25;}
.brand-text small{display:block;font-size:12px;font-weight:400;color:var(--muted);}

nav.mainnav{background:var(--navy);}
.mainnav .wrap{display:flex;}
.mainnav ul{display:flex;list-style:none;margin:0;padding:0;flex-wrap:wrap;}
.mainnav > .wrap > ul > li{position:relative;}
.mainnav li a,.mainnav li .nav-toggle{display:block;padding:18px 26px;color:var(--paper);font-size:15px;font-weight:500;background:none;border:none;font-family:'Roboto',sans-serif;cursor:pointer;}
.mainnav li a:hover,.mainnav li .nav-toggle:hover{background:rgba(255,255,255,.08);}
.mainnav li.active > a,.mainnav li.active > .nav-toggle{background:var(--gold);color:var(--navy-deep);font-weight:600;}
.mainnav li a .car,.mainnav li .nav-toggle .car{font-size:11px;margin-left:5px;opacity:.7;}

.has-dropdown .dropdown{
    display:none;
    position:absolute;top:100%;left:0;min-width:240px;
    background:var(--paper);border:1px solid var(--line);border-radius:0 0 6px 6px;
    box-shadow:0 12px 24px rgba(0,0,0,.14);
    z-index:30;flex-direction:column;padding:6px 0;
}
.has-dropdown.open .dropdown{display:flex;}
.has-dropdown .dropdown li{width:100%;}
.has-dropdown .dropdown a{color:var(--ink);padding:10px 20px;font-size:14px;font-weight:400;background:none;}
.has-dropdown .dropdown a:hover{background:var(--paper-soft);color:var(--navy-deep);}

@media(min-width:861px){
    .has-dropdown:hover .dropdown{display:flex;}
}

/* Hamburger toggle — hidden on desktop */
.menu-toggle{
    display:none;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:38px;height:38px;
    background:none;border:1px solid var(--line);border-radius:4px;
    cursor:pointer;
}
.menu-toggle span{display:block;width:18px;height:2px;background:var(--navy);margin:0 auto;transition:transform .15s ease, opacity .15s ease;}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media(max-width:860px){
    .menu-toggle{display:flex;}

    nav.mainnav{display:none;background:var(--navy);}
    nav.mainnav.mobile-open{display:block;}
    .mainnav .wrap{display:block;padding:0;}
    .mainnav > .wrap > ul{flex-direction:column;}
    .mainnav > .wrap > ul > li{width:100%;position:static;border-top:1px solid rgba(255,255,255,.1);}
    .mainnav > .wrap > ul > li:first-child{border-top:none;}
    .mainnav li a,.mainnav li .nav-toggle{width:100%;text-align:left;padding:14px 24px;}
    .mainnav li .nav-toggle{display:flex;justify-content:space-between;align-items:center;}

    .has-dropdown .dropdown{
        position:static;display:none;
        background:var(--navy-deep);border:none;border-radius:0;box-shadow:none;
        padding:0;
    }
    .has-dropdown.open .dropdown{display:flex;}
    .has-dropdown .dropdown a{color:var(--paper);padding:12px 24px 12px 40px;font-size:14px;}
    .has-dropdown .dropdown a:hover{background:rgba(255,255,255,.08);color:var(--paper);}
}

/* Hero banner carousel */
.hero{position:relative;overflow:hidden;height:340px;background:var(--navy-deep);}
.hero .slide{position:absolute;inset:0;background-size:cover;background-position:center;display:none;}
.hero .slide.active{display:block;}
.hero .caption{position:absolute;left:0;bottom:44px;background:rgba(18,41,74,.82);color:var(--paper);padding:10px 20px;font-size:14px;font-weight:500;max-width:640px;}
.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:520px;color:var(--paper);}
.hero-content h2{color:var(--paper);font-size:26px;margin:0 0 10px;}
.hero-content p{margin:0 0 18px;opacity:.9;font-size:15px;}
.hero-content .btn-primary{align-self:flex-start;background:var(--gold);color:var(--navy-deep);}
.hero-content .btn-primary:hover{opacity:.9;background:var(--gold);}
.dots{display:flex;justify-content:center;gap:8px;padding:16px 0;}
.dots button{width:8px;height:8px;padding:0;border-radius:50%;background:var(--line);border:none;cursor:pointer;}
.dots button.active{background:var(--navy);}

/* Nejbližší akce — pruh pod sliderem */
.upcoming-band{background:var(--paper-soft);border-bottom:1px solid var(--line);}
.upcoming-inner{display:flex;align-items:center;gap:28px;padding:18px 24px;flex-wrap:wrap;}
.upcoming-date{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--navy-deep);white-space:nowrap;}
.upcoming-date svg{color:var(--gold-deep);flex:none;}
.upcoming-item{display:flex;align-items:baseline;gap:10px;}
.upcoming-time{display:flex;align-items:center;gap:5px;font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--gold-deep);font-size:14px;}
.upcoming-time svg{flex:none;}
.upcoming-meta{display:flex;flex-direction:column;font-size:13px;}
.upcoming-meta span{color:var(--muted);font-size:12px;}
.upcoming-cta{margin-left:auto;white-space:nowrap;}

/* Novinky — hlavní + přehled */
.news-featured{display:grid;grid-template-columns:1.1fr 1fr;gap:28px;margin-bottom:28px;background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;}
.news-featured .thumb{min-height:260px;background-color:var(--paper-soft);background-image:url('/assets/img/photo-placeholder.svg');background-position:center;background-repeat:no-repeat;background-size:40px;}
.news-featured .thumb[style*="background-image:url"]{background-size:cover;}
.news-featured .body{padding:26px 26px 26px 0;display:flex;flex-direction:column;justify-content:center;}
.news-featured h3{font-size:22px;margin:8px 0 10px;}
.news-grid-compact .news-card .thumb{height:90px;}
.news-grid-compact .news-card h3{font-size:14px;}

/* Oddělení knihovny */
.departments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.department-card{border-radius:8px;padding:0 0 26px;border:1px solid var(--line);background:var(--paper-soft);overflow:hidden;}
.department-illustration{display:block;width:100%;height:auto;}
.department-card h3{margin:18px 26px 10px;font-size:19px;}
.department-card p{margin:0 26px 16px;font-size:14px;color:var(--muted);}
.department-card .see-all{margin-left:26px;}
.department-detske-oddeleni{background:#EAF3E8;}
.department-oddeleni-pro-dospele{background:#F3EEE3;}
.department-regionalni-sprava{background:#E7EEF5;}

/* Kluby */
.clubs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.club-card{display:block;background:var(--navy);color:var(--paper);border-radius:8px;padding:22px;}
.club-badge{display:block;margin-bottom:14px;border-radius:8px;}
.club-card h3{margin:0 0 8px;font-size:16px;color:var(--paper);}
.club-card p{margin:0;font-size:13px;opacity:.85;}
.club-card:hover{background:var(--navy-deep);}

/* Fotogalerie */
.galleries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.gallery-card{display:block;border-radius:8px;overflow:hidden;border:1px solid var(--line);color:var(--ink);}
.gallery-card .thumb{height:130px;background:var(--paper-soft) url('/assets/img/photo-placeholder.svg') center/32px no-repeat;}
.gallery-card h3{margin:12px 14px 2px;font-size:14px;}
.gallery-card span{display:block;margin:0 14px 14px;font-size:12px;color:var(--muted);}

/* Projekty */
.projects-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.project-card{display:block;border:1px solid var(--line);border-radius:8px;padding:18px;color:var(--ink);}
.project-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--paper-soft);color:var(--navy);margin-bottom:12px;}
.project-card h3{margin:0 0 6px;font-size:15px;}
.project-card p{margin:0;font-size:13px;color:var(--muted);}
.project-card:hover{border-color:var(--navy);}
.project-card:hover .project-icon{background:var(--navy);color:var(--paper);}

/* FAQ */
.faq-list{max-width:760px;}
.faq-item{border-bottom:1px solid var(--line);padding:14px 0;}
.faq-item summary{cursor:pointer;font-weight:600;color:var(--navy-deep);list-style:none;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::before{content:"+ ";color:var(--gold-deep);}
.faq-item[open] summary::before{content:"– ";}
.faq-item p{margin:10px 0 0;font-size:14px;color:var(--muted);}

/* Quick links */
.quicklinks{display:grid;grid-template-columns:repeat(8,1fr);}
.quicklinks a{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 8px;text-align:center;color:var(--paper);font-weight:600;font-size:13px;letter-spacing:.01em;}
.quicklinks a svg{width:22px;height:22px;flex:none;}
.quicklinks a:nth-child(1){background:var(--gold);color:var(--navy-deep);}
.quicklinks a:nth-child(n+2){background:var(--navy);}
.quicklinks a:nth-child(even){background:var(--navy-deep);}
.quicklinks a:hover{opacity:.92;}

section{padding:52px 0;}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:10px;}
.section-head h2{margin:0;font-size:23px;color:var(--navy-deep);}
.section-head .see-all{font-size:14px;font-weight:600;color:var(--navy);border-bottom:1px solid var(--navy);}
.eyebrow{display:block;color:var(--muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}

/* Novinky */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.news-card{background:var(--paper);border:1px solid var(--line);border-radius:6px;overflow:hidden;}
.news-card .thumb{height:130px;background-color:var(--paper-soft);background-image:url('/assets/img/photo-placeholder.svg');background-position:center;background-repeat:no-repeat;background-size:32px;}
.news-card .thumb[style*="background-image:url"]{background-size:cover;}
.news-card .body{padding:16px 18px 20px;}
.news-card .date-tag{font-size:12px;color:var(--gold-deep);font-weight:600;}
.news-card h3{font-size:16px;margin:8px 0 6px;}
.news-card p{font-size:14px;color:var(--muted);margin:0;}
.empty-state{color:var(--muted);font-size:14px;padding:20px 0;}

/* Besedy / Akce tabs */
.tabs-section{background:var(--paper-soft);}
.tab-row{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:24px;}
.tab{background:none;border:none;font-size:16px;font-weight:600;color:var(--muted);padding:12px 4px;margin-right:26px;cursor:pointer;border-bottom:2px solid transparent;font-family:'Roboto',sans-serif;}
.tab.active{color:var(--navy-deep);border-bottom-color:var(--gold);}
.tab-panel{display:none;}
.tab-panel.active{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.event-card{background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:18px;display:flex;gap:14px;}
.event-date{flex:none;width:54px;height:54px;border-radius:4px;background:var(--navy);color:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;}
.event-date .d{font-size:18px;font-weight:600;line-height:1;}
.event-date .m{font-size:10px;text-transform:uppercase;opacity:.8;}
.event-info h3{margin:0 0 4px;font-size:15px;}
.event-info p{margin:0;font-size:13px;color:var(--muted);}
.event-info .capacity{margin-top:8px;font-size:12px;color:var(--gold-deep);font-weight:600;}

/* Service icon grid */
.services{background:var(--paper);}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.service{display:flex;gap:16px;}
.service .icon{width:52px;height:52px;border-radius:50%;border:2px solid var(--navy);flex:none;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:20px;}
.service .icon svg{width:22px;height:22px;}
.service h4{margin:0 0 4px;font-size:15px;color:var(--gold-deep);}
.service p{margin:0;font-size:13px;color:var(--muted);}

.fc-icon{display:flex;align-items:flex-start;padding-top:2px;color:var(--gold);}
.fc-icon svg{width:18px;height:18px;}

.site-search button svg{width:16px;height:16px;color:var(--navy);}

.see-all svg{width:13px;height:13px;vertical-align:-1px;margin-left:2px;}

/* Pobočky */
.branches{background:var(--paper-soft);}
.branch-strip{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px;}
.branch-card{flex:none;width:220px;background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:18px;}
.signature{font-size:12px;color:var(--muted);}
.branch-card h3{font-size:16px;margin:6px 0 8px;}
.branch-card p{font-size:13px;color:var(--muted);margin:0 0 10px;}
.branch-card a{font-size:13px;font-weight:600;color:var(--navy);}

/* Provozní doba band */
.hours-band{background:var(--navy-deep);color:var(--paper);padding:26px 0;text-align:center;}
.hours-band strong{font-family:'Roboto',sans-serif;font-weight:700;display:block;margin-bottom:10px;font-size:15px;}
.hours-band .row{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;font-size:14px;}
.hours-band .row b{color:var(--gold);}

/* Provozní doba — elevated status band under "Nejbližší akce" */
.hours-status{background:var(--navy);color:var(--paper);}
.hours-status-inner{display:flex;align-items:center;gap:28px;padding:16px 24px;flex-wrap:wrap;}
.hours-status-today{display:flex;align-items:center;gap:12px;flex:none;}
.hours-status-today svg{color:var(--gold);flex:none;}
.hours-status-today strong{display:block;font-size:15px;font-weight:700;}
.hours-status-today strong.is-open{color:#8FD98A;}
.hours-status-today strong.is-closed{color:#E8A0A0;}
.hours-status-today span{display:block;font-size:12px;opacity:.7;}
.hours-status-week{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;opacity:.85;}
.hours-status-week span.today{opacity:1;font-weight:700;color:var(--gold);}
.hours-status-week b{font-weight:600;}
.hours-status-closures{margin-left:auto;font-size:13px;}
.hours-status-closures summary{cursor:pointer;color:var(--gold);font-weight:600;list-style:none;}
.hours-status-closures summary::-webkit-details-marker{display:none;}
.hours-status-closures[open]{background:var(--navy-deep);padding:12px 16px;border-radius:6px;margin-left:0;}
.hours-status-closures ul{margin:10px 0 0;padding-left:16px;font-weight:400;color:var(--paper);opacity:.9;}
.hours-status-closures li{margin-bottom:6px;}

footer.site-footer{background:var(--navy);color:var(--paper);}
.footer-contact-band{padding:22px 0;}
.footer-contact-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.footer-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:13px;}
.footer-contact-item strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;opacity:.7;margin-bottom:4px;font-weight:500;}
.footer-contact-item span{opacity:.95;}
.footer-bottom-line{background:var(--navy-deep);}
.footer-bottom-inner{padding:12px 0;font-size:12px;opacity:.65;}

@media(max-width:860px){
    .header-inner{flex-wrap:wrap;}
    .site-search{order:3;flex-basis:100%;max-width:100%;}
    .quicklinks{grid-template-columns:repeat(4,1fr);}
    .news-grid,.tab-panel.active,.service-grid,.departments-grid,.clubs-grid,.galleries-grid,.projects-grid{grid-template-columns:1fr;}
    .news-featured{grid-template-columns:1fr;}
    .footer-contact-inner{flex-direction:column;}
    .hours-status-inner{flex-direction:column;align-items:flex-start;}
    .hours-status-closures{margin-left:0;}
}
@media(max-width:520px){
    .quicklinks{grid-template-columns:repeat(2,1fr);}
}

/* Accessibility toolbar */
.a11y button{display:flex;align-items:center;gap:4px;}
.a11y-level{font-family:'IBM Plex Mono',monospace;font-size:11px;opacity:.8;}

/* Kontrast — standardní vysoký kontrast: černé pozadí, bílý text, žlutá jen pro odkazy/akce.
   Používá !important schválně — a11y režim má mít přednost před vizuálním stylem komponent. */
html[data-contrast="high"] body,
html[data-contrast="high"] .utility,
html[data-contrast="high"] header.site-header,
html[data-contrast="high"] nav.mainnav,
html[data-contrast="high"] .has-dropdown .dropdown,
html[data-contrast="high"] .hero,
html[data-contrast="high"] .card,
html[data-contrast="high"] .news-card,
html[data-contrast="high"] .event-card,
html[data-contrast="high"] .branch-card,
html[data-contrast="high"] .department-card,
html[data-contrast="high"] .departments,
html[data-contrast="high"] .project-card,
html[data-contrast="high"] .project-icon,
html[data-contrast="high"] .club-card,
html[data-contrast="high"] .gallery-card,
html[data-contrast="high"] .hours-band,
html[data-contrast="high"] .hours-status,
html[data-contrast="high"] .hours-status-closures[open],
html[data-contrast="high"] .map-placeholder,
html[data-contrast="high"] .thumb,
html[data-contrast="high"] footer.site-footer,
html[data-contrast="high"] .tabs-section,
html[data-contrast="high"] .branches,
html[data-contrast="high"] .services,
html[data-contrast="high"] section{
    background:#000000 !important;
    color:#FFFFFF !important;
    box-shadow:none !important;
}
html[data-contrast="high"] h1,
html[data-contrast="high"] h2,
html[data-contrast="high"] h3,
html[data-contrast="high"] h4,
html[data-contrast="high"] p,
html[data-contrast="high"] span,
html[data-contrast="high"] li,
html[data-contrast="high"] label,
html[data-contrast="high"] .eyebrow,
html[data-contrast="high"] .date-tag,
html[data-contrast="high"] .signature,
html[data-contrast="high"] .detail-meta{
    color:#FFFFFF !important;
}
html[data-contrast="high"] a,
html[data-contrast="high"] .see-all,
html[data-contrast="high"] .tab.active,
html[data-contrast="high"] .capacity{
    color:#FFE600 !important;
    text-decoration:underline;
}
html[data-contrast="high"] *{
    border-color:#FFFFFF !important;
}
html[data-contrast="high"] .quicklinks a,
html[data-contrast="high"] .btn-primary,
html[data-contrast="high"] .mainnav li.active > a,
html[data-contrast="high"] .mainnav li.active > .nav-toggle,
html[data-contrast="high"] .cta-outline{
    background:#000000 !important;
    color:#FFE600 !important;
    border:2px solid #FFE600 !important;
}
html[data-contrast="high"] .social-mini a,
html[data-contrast="high"] .quicklinks a{
    text-decoration:none !important;
}
html[data-contrast="high"] .service .icon{
    border-color:#FFFFFF !important;
    color:#FFFFFF !important;
}
html[data-contrast="high"] .thumb,
html[data-contrast="high"] .hero .slide,
html[data-contrast="high"] .department-illustration,
html[data-contrast="high"] .club-badge{
    filter:grayscale(100%) contrast(1.1);
}
html[data-contrast="high"] .hours-status-today strong.is-open,
html[data-contrast="high"] .hours-status-today strong.is-closed{
    color:#FFFFFF !important;
}
html[data-contrast="high"] .brand-logo{
    filter:grayscale(100%) contrast(1.3) brightness(1.4);
}

/* Rozvržení — zúžené, jednosloupcové čtecí rozvržení */
body.layout-narrow .wrap{max-width:720px;}
body.layout-narrow .news-grid,
body.layout-narrow .tab-panel.active,
body.layout-narrow .service-grid,
body.layout-narrow .quicklinks,
body.layout-narrow .footer-grid,
body.layout-narrow .departments-grid,
body.layout-narrow .clubs-grid,
body.layout-narrow .galleries-grid,
body.layout-narrow .projects-grid{grid-template-columns:1fr !important;}
body.layout-narrow .branch-strip{flex-direction:column;overflow:visible;}
body.layout-narrow .branch-card{width:auto;}
body.layout-narrow .hero{height:auto;min-height:200px;}
body.layout-narrow .hours-status-inner{flex-direction:column;align-items:flex-start;}
body.layout-narrow .hours-status-closures{margin-left:0;}

/* Tisk */
@media print{
    .utility,.mainnav,.menu-toggle,.hero,.dots,.quicklinks,.site-search,footer.site-footer,.tab-row,.filter-bar{
        display:none !important;
    }
    body{background:#fff;color:#000;}
    a{color:#000;text-decoration:underline;}
    section{padding:16px 0;}
}

/* Subpages — shared */
.breadcrumb{font-size:13px;color:var(--muted);padding:16px 0;}
.breadcrumb a{color:var(--navy);}
.breadcrumb span{margin:0 6px;}

.page-head{padding:8px 0 32px;}
.page-head h1{margin:0 0 8px;font-size:28px;color:var(--navy-deep);}
.page-head .lead{font-size:16px;color:var(--muted);max-width:640px;margin:0;}

.static-content{font-size:15px;color:var(--ink);max-width:760px;}
.static-content h2{font-size:19px;margin:32px 0 12px;color:var(--navy-deep);}
.static-content p{margin:0 0 16px;}
.static-content ul{margin:0 0 16px;padding-left:20px;}
.static-content li{margin-bottom:6px;}

.two-col{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start;}

.map-placeholder{background:var(--paper-soft);border:1px solid var(--line);border-radius:8px;height:260px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px;}

.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px;}
.filter-bar select,.filter-bar input{border:1px solid var(--line);border-radius:4px;padding:8px 12px;font-size:14px;color:var(--ink);background:var(--paper);}

.pagination{display:flex;justify-content:center;gap:6px;margin-top:32px;}
.pagination a,.pagination span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:13px;border:1px solid var(--line);}
.pagination .current{background:var(--navy);color:var(--paper);border-color:var(--navy);}

.detail-meta{display:flex;gap:20px;flex-wrap:wrap;margin:14px 0 24px;font-size:13px;color:var(--muted);}
.detail-meta b{color:var(--navy-deep);}

.form-group{margin-bottom:16px;}
.form-group label{display:block;font-size:13px;font-weight:600;color:var(--navy-deep);margin-bottom:6px;}
.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--line);border-radius:4px;padding:10px 12px;font-size:14px;font-family:'Roboto',sans-serif;color:var(--ink);}
.form-group textarea{min-height:110px;resize:vertical;}
.btn-primary{background:var(--navy);color:var(--paper);border:none;padding:12px 22px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;}
.btn-primary:hover{background:var(--navy-deep);}
.form-note{font-size:12px;color:var(--muted);margin-top:8px;}
.capacity-full{color:var(--muted);}


@media(max-width:860px){
    .two-col{grid-template-columns:1fr;}
}
