/* AkcePlzen.cz — produkční design systém (zdroj pravdy: docs/62) */

@font-face {
    font-family: 'Instrument Sans';
    src: url('/fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('/fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-500.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('/fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-600.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('/fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-700.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('/fonts/spline-sans-mono/spline-sans-mono-v13-latin_latin-ext-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('/fonts/spline-sans-mono/spline-sans-mono-v13-latin_latin-ext-600.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

:root {
    --bg: #fcfbf7;
    --surface: #ffffff;
    --ink: #10211a;
    --body: #414c45;
    --muted: #76817a;
    --line: #e7eae3;
    --line-strong: #d9ded3;
    --soft: #f4f6f1;
    --green: #0e7a4f;
    --green-deep: #0b3d2c;
    --green-soft: #e7f2ec;
    --green-line: rgba(14, 122, 79, .3);
    --gold: #c79a2f;
    --gold-soft: #faf3e1;
    --gold-line: rgba(199, 154, 47, .5);
    --blue: #49758d;
    --blue-soft: #edf4f8;
    --red: #b4453a;
    --red-soft: #faedeb;
    --cream: #f4efe2;
    --r-card: 12px;
    --r-ui: 8px;
    --r-tag: 6px;
    --mono: 'Spline Sans Mono', ui-monospace, SFMono-Regular, monospace;
    --shadow: 0 16px 40px rgba(16, 33, 26, .08);
    --shadow-soft: 0 6px 20px rgba(16, 33, 26, .05);
}

* { box-sizing: border-box; }

html {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body { margin: 0; background: var(--bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
input, button, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.04; font-weight: 700; letter-spacing: -.018em; margin-bottom: 14px; }
h2 { font-size: 26px; line-height: 1.15; font-weight: 700; letter-spacing: -.012em; margin-bottom: 6px; }
h3 { font-size: 17px; line-height: 1.25; font-weight: 600; margin-bottom: 4px; }
p { color: var(--body); }
.mono { font-family: var(--mono); }
.shell { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }
.muted { color: var(--muted); }

/* ---------- oznamovací lišta ---------- */
.promo-bar { background: var(--green-deep); color: var(--cream); font-size: 13px; animation: promo-in .22s ease-out; }
@keyframes promo-in { from { transform: translateY(-100%); } to { transform: none; } }
.promo-bar-inner { display: flex; align-items: center; gap: 10px; min-height: 34px; }
.promo-bar .code { font-family: var(--mono); font-weight: 600; color: var(--gold); letter-spacing: .04em; }
.promo-bar a { color: var(--gold); font-weight: 600; white-space: nowrap; }
.promo-close { margin-left: auto; min-width: 30px; min-height: 30px; border: 0; background: none; color: var(--cream); opacity: .65; cursor: pointer; font-size: 13px; }
.promo-close:hover { opacity: 1; }
.promo-short { display: none; }

@media (max-width: 759px) {
    .promo-full { display: none; }
    .promo-short { display: inline; }
}

/* ---------- přístupnost ---------- */
.skip-link { position: absolute; left: 12px; top: 10px; z-index: 100; padding: 11px 18px; border-radius: var(--r-ui); background: var(--green); color: #fff; font-weight: 700; font-size: 14px; transform: translateY(-220%); transition: transform .15s ease; }
.skip-link:focus-visible { transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid rgba(14, 122, 79, .5); outline-offset: 2px; border-radius: 4px; }
#obsah:focus { outline: none; }

/* ---------- header / footer ---------- */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(252, 251, 247, .93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; }
.site-nav { display: flex; gap: 20px; align-items: center; }
.site-nav a { font-size: 14.5px; font-weight: 600; color: var(--body); }
.site-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-submit { display: none; }

/* ---------- mobilní menu (hamburger s animací do křížku) ---------- */
.menu-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; min-width: 44px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: var(--r-ui); background: var(--surface); color: var(--ink); cursor: pointer; }
.mt-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; width: 18px; }
.mt-burger span { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .22s ease, opacity .18s ease; }
.menu-toggle.open .mt-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open .mt-burger span:nth-child(2) { opacity: 0; }
.menu-toggle.open .mt-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mt-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--bg); animation: menu-in .18s ease-out; }
.mobile-menu a { display: block; padding: 15px 18px; font-size: 16px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu a:active { background: var(--green-soft); }
.mobile-menu .mm-cta { color: var(--green); border-bottom: 0; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .mobile-menu { animation: none; }
    .mt-burger span { transition: none; }
}

.site-footer { border-top: 1px solid var(--line); padding: 34px 0 42px; margin-top: 46px; }
.footer-grid { display: grid; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; color: var(--muted); }

/* ---------- tlačítka, chipy, štítky ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 46px; padding: 10px 18px; border: 1px solid var(--green);
    border-radius: var(--r-ui); background: var(--green); color: #fff;
    font-size: 15px; font-weight: 600; cursor: pointer; white-space: nowrap;
    box-shadow: 0 8px 20px rgba(14, 122, 79, .22);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(14, 122, 79, .28); }
.btn.secondary { background: var(--surface); border-color: var(--line-strong); color: var(--ink); box-shadow: none; }
.btn.secondary:hover { border-color: var(--green-line); }
.btn.ghost { background: transparent; border-color: transparent; color: var(--green); box-shadow: none; }
.btn.small { min-height: 38px; padding: 6px 13px; font-size: 14px; }

.icon-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    min-height: 44px; min-width: 44px; padding: 8px 12px;
    border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--body); font-size: 13.5px; font-weight: 600; cursor: pointer;
    transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease, color .15s ease;
}

.icon-btn:hover { border-color: var(--green-line); color: var(--green); transform: translateY(-1px); }
.icon-btn.on { border-color: var(--green-line); background: var(--green-soft); color: var(--green); }
.icon-btn.on .ic { color: var(--green); fill: currentColor; }
.icon-btn .chevron {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 1px;
}
.icon-btn .chevron-left { transform: rotate(-135deg) translate(-1px, -1px); }
.icon-btn .chevron-right { transform: rotate(45deg) translate(-1px, 1px); }

.chip {
    display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 15px;
    border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface);
    color: var(--ink); font-size: 13.5px; font-weight: 600; cursor: pointer; white-space: nowrap;
    transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.chip:hover { border-color: var(--green-line); transform: translateY(-1px); }
.chip.active { background: var(--green); border-color: var(--green); color: #fff; }
.chip .x { font-weight: 400; opacity: .75; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }

.tag {
    display: inline-flex; align-items: center; gap: 5px; min-height: 24px; padding: 2px 8px;
    border: 1px solid var(--line); border-radius: var(--r-tag); background: var(--soft);
    color: var(--body); font-size: 12px; font-weight: 600; white-space: nowrap;
}

.tag.green { background: var(--green-soft); border-color: var(--green-line); color: var(--green); }
.tag.gold { background: var(--gold-soft); border-color: var(--gold-line); color: #7c5c12; }
.tag.blue { background: var(--blue-soft); border-color: rgba(73, 117, 141, .35); color: var(--blue); }
.tag.red { background: var(--red-soft); border-color: rgba(180, 69, 58, .35); color: var(--red); }
.tag.price { font-family: var(--mono); font-weight: 600; background: var(--surface); border-color: var(--line-strong); color: var(--ink); }

/* ---------- datumový lístek ---------- */
.tix {
    flex: 0 0 auto; width: 62px; text-align: center;
    border: 1px solid var(--line-strong); border-radius: 10px;
    background: linear-gradient(180deg, #fff, #f8f9f4);
    font-family: var(--mono); line-height: 1;
}

.tix-top { display: grid; gap: 3px; padding: 9px 3px 8px; }
.tix-dow { font-size: 10px; font-weight: 600; letter-spacing: .1em; color: var(--green); }
.tix-day { font-size: 23px; font-weight: 600; color: var(--ink); }
.tix-mon { font-size: 10px; letter-spacing: .06em; color: var(--muted); }

.tix-foot {
    position: relative; border-top: 1px dashed var(--line-strong);
    padding: 6px 2px 7px; font-size: 11px; font-weight: 600; color: var(--body);
}

.tix-foot::before, .tix-foot::after {
    content: ""; position: absolute; top: -5px; width: 9px; height: 9px; border-radius: 50%;
    background: var(--surface); border: 1px solid var(--line-strong);
}

.tix-foot::before { left: -5.5px; }
.tix-foot::after { right: -5.5px; }

.tix.today { border-color: var(--green-line); box-shadow: 0 0 0 3px var(--green-soft); }
.tix.today .tix-dow { color: var(--green); }
.tix.today .tix-foot { color: var(--green); }
.tix.gold { border-color: var(--gold-line); background: linear-gradient(180deg, #fff, #fcf6e4); }
.tix.gold .tix-foot::before, .tix.gold .tix-foot::after { border-color: var(--gold-line); }
.tix.off { border-color: var(--line); background: var(--soft); }
.tix.off .tix-day { color: var(--muted); text-decoration: line-through; }
.tix.off .tix-dow { color: var(--muted); }
.tix.big { width: 78px; }
.tix.big .tix-day { font-size: 30px; }
.tix.big .tix-top { padding: 12px 4px 10px; }

/* ---------- event karta ---------- */
.ev {
    position: relative; display: flex; flex-direction: column; gap: 0; min-width: 0;
    border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface);
    box-shadow: var(--shadow-soft); overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ev:hover { transform: translateY(-2px); border-color: var(--green-line); box-shadow: var(--shadow); }
.ev-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
}
.ev-card-link:focus-visible {
    outline: 3px solid rgba(14, 122, 79, .5);
    outline-offset: -5px;
}

.ev-media { position: relative; height: 132px; background: var(--mbg, var(--soft)); overflow: hidden; }
.ev-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.ev-media::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(var(--mdot, rgba(14, 122, 79, .2)) 1.4px, transparent 1.5px); background-size: 13px 13px; }
.ev-media::after {
    content: ""; position: absolute; left: 50%; top: 50%; width: 44px; height: 44px;
    transform: translate(-50%, -50%); border-radius: 50%; border: 2px solid var(--mln, rgba(14, 122, 79, .45));
    background: radial-gradient(circle, var(--mln, rgba(14, 122, 79, .45)) 0 4.5px, transparent 5.5px);
}

.ev-media.has-photo::before, .ev-media.has-photo::after { display: none; }

.ev-media[data-tone="music"], .ev-media[data-tone="sport"] { --mbg: #eaf0f4; --mdot: rgba(73, 117, 141, .26); --mln: rgba(73, 117, 141, .55); }
.ev-media[data-tone="family"], .ev-media[data-tone="gastro"] { --mbg: #f8f1de; --mdot: rgba(154, 117, 32, .24); --mln: rgba(154, 117, 32, .5); }
.ev-media[data-tone="calm"] { --mbg: #edefeb; --mdot: rgba(93, 110, 102, .24); --mln: rgba(93, 110, 102, .5); }

.ev-media .tag { position: absolute; left: 12px; top: 12px; z-index: 1; }

.ev-body { display: flex; gap: 13px; padding: 14px; align-items: flex-start; flex: 1; }
.ev-info { min-width: 0; flex: 1; display: grid; gap: 6px; align-content: start; }
.ev-title { margin: 0; font-size: 16.5px; line-height: 1.22; font-weight: 600; letter-spacing: -.008em; }
.ev-meta { margin: 0; color: var(--muted); font-size: 13px; }
.ev-tags { display: flex; flex-wrap: wrap; gap: 6px; }

.ev-save {
    position: relative;
    z-index: 3;
    flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center;
    border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface);
    color: var(--muted); font-size: 17px; cursor: pointer;
    transition: color .15s ease, border-color .15s ease, background .15s ease, transform .15s ease;
}

.ev-save:hover { color: var(--green); border-color: var(--green-line); background: var(--green-soft); transform: scale(1.05); }
.ev-save.on { color: #fff; border-color: var(--green); background: var(--green); }
.ev-save .ic { width: 17px; height: 17px; }
.ev-save.on .ic { fill: currentColor; }

.ev-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 14px 13px; margin-top: auto; }
.ev-price { font-family: var(--mono); font-size: 14px; font-weight: 600; color: var(--ink); }
.ev-title a,
.ev-more {
    position: relative;
    z-index: 3;
}
.ev-more { color: var(--green); font-size: 13.5px; font-weight: 600; white-space: nowrap; text-decoration: none; }
.ev-more:hover,
.ev:hover .ev-more { text-decoration: none; }

.ev-why { margin: 0; padding: 8px 10px; border-radius: var(--r-ui); background: var(--green-soft); color: var(--green-deep); font-size: 12.5px; }
.ev-why strong { color: var(--green); }

.ev.featured { border-color: var(--gold-line); }
.ev.featured::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--gold), #e3c574); z-index: 1; }
.ev.sponsored { background: #fffdf6; border-color: var(--gold-line); }
.ev.cancelled { opacity: .82; }
.ev.cancelled .ev-title { color: var(--muted); }

.ev.noimg::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--green); opacity: .45; }
.ev.noimg[data-tone="music"]::before, .ev.noimg[data-tone="sport"]::before { background: var(--blue); }
.ev.noimg[data-tone="family"]::before, .ev.noimg[data-tone="gastro"]::before { background: var(--gold); }
.ev.noimg[data-tone="calm"]::before { background: var(--muted); }
.ev.noimg .ev-body { padding: 18px 14px 14px; }
.ev.noimg .ev-title { font-size: 17.5px; }

.ev.compact { flex-direction: row; align-items: center; gap: 12px; padding: 10px 12px; }
.ev.compact .tix { width: 54px; }
.ev.compact .tix-day { font-size: 19px; }
.ev.compact .tix-top { padding: 7px 3px 6px; }
.ev.compact .ev-info { gap: 2px; }
.ev.compact .ev-title { font-size: 15px; }

.ev.rowcard { flex-direction: row; align-items: center; gap: 14px; padding: 13px 16px; }
.ev.rowcard .ev-info { gap: 3px; }
.ev.rowcard .ev-end { margin-left: auto; display: grid; gap: 7px; justify-items: end; flex: 0 0 auto; }

.ev.premium .ev-body { padding: 22px 18px 14px; }
.ev.premium .ev-eyebrow { color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ev.premium .ev-title { font-size: 21px; letter-spacing: -.014em; line-height: 1.16; }

.ev-grid { display: grid; gap: 16px; grid-template-columns: repeat(1, minmax(0, 1fr)); align-items: stretch; }

/* ---------- carousel ---------- */
.carousel-wrap { position: relative; }
.carousel-wrap::after { content: ""; position: absolute; right: -14px; top: -14px; bottom: 16px; width: 44px; pointer-events: none; background: linear-gradient(90deg, transparent, var(--bg)); opacity: 1; transition: opacity .18s ease-out; }
.carousel-wrap.at-end::after { opacity: 0; }
.section.alt .carousel-wrap::after { background: linear-gradient(90deg, transparent, var(--surface)); }
/* vnitřní polštář + kompenzující záporný okraj: stín karet se neořezává
   o scroll viewport, karty přitom zůstávají zarovnané se sekcí */
.carousel { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 14px 14px 26px; margin: -14px -14px -10px; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel .ev { width: min(330px, 86vw); flex: 0 0 auto; scroll-snap-align: start; }
.carousel:focus-visible { outline: 3px solid rgba(14, 122, 79, .35); outline-offset: 4px; border-radius: var(--r-ui); }

@media (hover: hover) {
    .carousel { cursor: grab; }
    .carousel.dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
}

.car-btn,
.arrow-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
    box-shadow: 0 10px 24px rgba(16, 33, 26, .06), inset 0 1px 0 rgba(255, 255, 255, .85);
    color: var(--ink);
    font-size: 0;
    line-height: 1;
}
.car-btn:hover,
.arrow-btn:hover {
    background: var(--green-soft);
    border-color: var(--green-line);
    box-shadow: 0 12px 28px rgba(14, 122, 79, .12), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.car-btn:active,
.arrow-btn:active {
    transform: translateY(0) scale(.98);
}
.car-btn:focus-visible,
.arrow-btn:focus-visible { outline: 3px solid rgba(14, 122, 79, .35); outline-offset: 2px; }
.car-btn:disabled { opacity: .42; background: var(--soft); box-shadow: none; pointer-events: none; }

@media (max-width: 759px) {
    .car-btn { display: none; }
}

/* ---------- hero + hledání ---------- */
.hero { padding: 64px 0 48px; }
.hero-grid { display: grid; gap: 34px; align-items: start; }
.lead { max-width: 620px; font-size: 17px; margin-bottom: 0; }

.hero.hero-photo { position: relative; padding: 88px 0 72px; overflow: hidden; }
.hero-photo .panel { background: rgba(252, 251, 247, .96); backdrop-filter: blur(6px); }
.hero-photo .hero-grid.hero-solo { grid-template-columns: 1fr; }
.hero-solo > div { max-width: 820px; }
.search-smart { margin-bottom: 9px; }
.search-smart .wave { width: 17px; height: 6px; color: var(--gold); }
.ts-label .wave { width: 20px; height: 7px; color: var(--gold); flex: 0 0 auto; }

/* nízký pruh „Dnes v Plzni“ přes celou šířku pod hero */
.today-strip { background: var(--green-deep); color: var(--cream); border-bottom: 3px solid var(--gold); }
.ts-inner { display: flex; align-items: center; gap: 20px; min-height: 62px; padding: 9px 0; }
.ts-label { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; white-space: nowrap; }
.ts-count { font-family: var(--mono); font-size: 12px; color: var(--gold); }
.ts-items { display: flex; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; flex: 1; min-width: 0; }
.ts-items::-webkit-scrollbar { display: none; }
.ts-item { display: inline-flex; align-items: baseline; gap: 9px; white-space: nowrap; font-size: 14px; }
.ts-item:hover .ts-title { text-decoration: underline; text-underline-offset: 3px; }
.ts-time { font-family: var(--mono); font-size: 12.5px; color: var(--gold); }
.ts-title { font-weight: 600; color: #fff; }
.ts-venue { color: rgba(244, 239, 226, .6); font-size: 12.5px; }
.ts-empty { color: rgba(244, 239, 226, .75); font-size: 14px; white-space: nowrap; }
.ts-all { white-space: nowrap; font-weight: 700; font-size: 13.5px; color: var(--gold); }
.ts-all:hover { text-decoration: underline; text-underline-offset: 3px; }
.hero-photo .hero-bg, .hero-photo .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11, 61, 44, .82), rgba(11, 61, 44, .58) 45%, rgba(16, 33, 26, .82)); }
.hero-photo .hero-grid { position: relative; z-index: 2; }
.hero-photo h1 { color: #fff; }
.hero-photo .lead { color: rgba(244, 239, 226, .92); }
.hero-photo .trust-row { color: rgba(244, 239, 226, .8); }
.hero-photo .trust-row span::before { color: var(--gold); }
.hero-photo .search-box { box-shadow: 0 24px 64px rgba(7, 24, 17, .45); }

.hero-visual { position: relative; border-radius: 16px; overflow: hidden; min-height: 430px; box-shadow: var(--shadow); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual::before { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(16, 33, 26, .55)); }
.hero-visual .today-glass { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 13px 15px; border-radius: 12px; background: rgba(252, 251, 247, .94); backdrop-filter: blur(8px); }
.hero-visual .today-glass .today-item { padding: 8px 0; }

@media (max-width: 759px) {
    .hero-visual { min-height: 300px; }
    .hero.hero-photo { padding: 44px 0 36px; }
}

.search-box {
    margin-top: 26px; padding: 10px; display: grid; gap: 11px;
    border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.search-box:focus-within { border-color: var(--green-line); box-shadow: 0 16px 44px rgba(14, 122, 79, .13); }
.search-row { display: grid; gap: 9px; }
.search-row input { width: 100%; min-height: 56px; padding: 0 16px; border: 1px solid var(--line); border-radius: var(--r-ui); background: var(--surface); color: var(--ink); font-size: 16px; }
.search-row input::placeholder { color: var(--muted); }
.search-row input:focus { border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14); }
.search-row .btn { min-height: 56px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 6px; font-weight: 700; }

.sugg { display: none; border-top: 1px solid var(--line); padding-top: 8px; }
.search-box:focus-within .sugg { display: grid; gap: 2px; }
.sugg a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: var(--r-ui); color: var(--body); font-size: 14.5px; }
.sugg a:hover { background: var(--soft); color: var(--ink); }
.sugg .ic { width: 15px; height: 15px; color: var(--muted); flex: 0 0 auto; }

.ic { width: 16px; height: 16px; }
.icon-btn .ic { color: var(--body); }
.icon-btn:hover .ic { color: var(--green); }

@media (hover: none) {
    .ev:active { transform: scale(.985); }
    .btn:active, .chip:active { transform: scale(.97); }
}

html.rv .section { opacity: 0; transform: translateY(10px); transition: opacity .22s ease-out, transform .22s ease-out; }
html.rv .section.in { opacity: 1; transform: none; }

/* ---------- panely a sekce ---------- */
.panel { border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); padding: 18px; box-shadow: var(--shadow-soft); }

.today-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.today-head h2 { display: flex; align-items: center; gap: 9px; font-size: 19px; margin: 0; }
.today-head .wave { width: 22px; color: var(--gold); }
.today-count { font-family: var(--mono); font-size: 12px; color: var(--green); }
.today-list { display: grid; }
.today-item { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); }
.today-item:first-child { border-top: 0; }
.today-time { font-family: var(--mono); font-size: 12.5px; font-weight: 600; color: var(--green); width: 44px; flex: 0 0 auto; }
.today-item strong { display: block; font-size: 14.5px; line-height: 1.25; }
.today-item span.m { color: var(--muted); font-size: 12.5px; }

.section { padding: 64px 0; }
.section.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.section-head p { margin: 0; }

.cat-grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
.cat-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft); transition: border-color .15s ease, transform .15s ease; }
.cat-left { display: flex; align-items: center; gap: 11px; min-width: 0; }
.cat-ic { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 11px; background: var(--green-soft); color: var(--green); }
.cat-ic .ic { width: 19px; height: 19px; }
.cat-card:hover .cat-ic { background: var(--green); color: #fff; }
.cat-card:hover { border-color: var(--green-line); transform: translateY(-1px); }
.cat-card strong { min-width: 0; font-size: 15.5px; line-height: 1.2; overflow-wrap: anywhere; }
.cat-count { min-width: 58px; text-align: right; font-family: var(--mono); font-size: 12px; line-height: 1.25; color: var(--muted); }

.organizer-panel { display: grid; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft); }
.organizer-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.organizer-panel li { color: var(--body); font-size: 14.5px; }
.organizer-panel li::before { content: "✓"; color: var(--green); font-weight: 700; margin-right: 9px; }
.organizer-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* fotková varianta pořadatelského bloku — atmosféra místo holé plochy */
.organizer-panel.photo { position: relative; overflow: hidden; border: 0; padding: 38px 34px; }
.organizer-panel.photo .org-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.organizer-panel.photo .org-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(11, 61, 44, .95), rgba(11, 61, 44, .82) 55%, rgba(11, 61, 44, .6)); }
.organizer-panel.photo > div { position: relative; z-index: 2; }
.organizer-panel.photo h2 { color: #fff; }
.organizer-panel.photo p, .organizer-panel.photo li { color: rgba(244, 239, 226, .92); }
.organizer-panel.photo li::before { color: var(--gold); }
.organizer-panel.photo .btn.secondary { background: transparent; border-color: rgba(255, 255, 255, .55); color: #fff; }
.organizer-panel.photo .btn.secondary:hover { border-color: #fff; }

.newsletter { display: grid; gap: 14px; padding: 24px; border: 1px solid var(--green-line); border-radius: var(--r-card); background: var(--green-soft); }
.newsletter form { display: grid; gap: 9px; }
.newsletter input { min-height: 48px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: var(--r-ui); font-size: 15px; }

.mag-grid { display: grid; gap: 14px; }
.mag-card { display: grid; gap: 8px; align-content: start; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.mag-card:hover { transform: translateY(-2px); border-color: var(--green-line); box-shadow: var(--shadow); }
.mag-media { display: block; aspect-ratio: 16 / 9; margin: -18px -18px 10px; overflow: hidden; background: var(--soft); border-bottom: 1px solid var(--line); }
.mag-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mag-card .mag-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--green); }
.mag-card h3 { margin: 0; }
.mag-card p { margin: 0; color: var(--muted); font-size: 13.5px; }
.mag-card .mag-more { color: var(--green); font-size: 13.5px; font-weight: 600; margin-top: 4px; }
.mag-card:hover .mag-more { text-decoration: underline; }
.article-media {
    margin: 18px 0 26px;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    overflow: hidden;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}
.article-media img {
    display: block;
    width: 100%;
    height: clamp(220px, 34vw, 380px);
    object-fit: cover;
}
.article-media figcaption {
    margin: 0;
    padding: 8px 12px;
    color: var(--muted);
    font-size: 12.5px;
}

/* ---------- detail ---------- */
.crumbs { display: flex; gap: 7px; color: var(--muted); font-size: 13px; margin: 18px 0 10px; flex-wrap: wrap; }
.detail-grid { display: grid; gap: 22px; align-items: start; }
.detail-head { display: flex; gap: 16px; align-items: flex-start; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.detail-placeholder {
    position: relative; min-height: 156px; margin-top: 18px; border-radius: var(--r-card);
    overflow: hidden; display: flex; align-items: end; padding: 18px;
    background: var(--mbg, var(--soft)); border: 1px solid var(--line);
}
.detail-placeholder::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(var(--mdot, rgba(14, 122, 79, .2)) 1.4px, transparent 1.5px);
    background-size: 14px 14px;
}
.detail-placeholder::after {
    content: ""; position: absolute; right: 28px; top: 50%; width: 66px; height: 66px;
    transform: translateY(-50%); border-radius: 50%; border: 2px solid var(--mln, rgba(14, 122, 79, .45));
    background: radial-gradient(circle, var(--mln, rgba(14, 122, 79, .45)) 0 7px, transparent 8px);
}
.detail-placeholder span {
    position: relative; z-index: 1; font-family: var(--mono); font-size: 12px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; color: var(--green);
}
.detail-placeholder[data-tone="music"], .detail-placeholder[data-tone="sport"] { --mbg: #eaf0f4; --mdot: rgba(73, 117, 141, .26); --mln: rgba(73, 117, 141, .55); }
.detail-placeholder[data-tone="family"], .detail-placeholder[data-tone="gastro"] { --mbg: #f8f1de; --mdot: rgba(154, 117, 32, .24); --mln: rgba(154, 117, 32, .5); }
.detail-placeholder[data-tone="calm"] { --mbg: #edefeb; --mdot: rgba(93, 110, 102, .24); --mln: rgba(93, 110, 102, .5); }
.detail-copy { display: grid; gap: 12px; }
.detail-copy h2 { margin: 0; font-size: 19px; }
.detail-copy p { margin: 0; color: var(--body); font-size: 15.5px; line-height: 1.65; white-space: pre-line; }
.detail-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.detail-list li {
    position: relative; padding-left: 18px; color: var(--body); font-size: 14.8px; line-height: 1.55;
}
.detail-list li::before {
    content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px;
    border-radius: 50%; background: var(--green);
}
.detail-link-stack { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.fact-strip { display: grid; gap: 0; }
.fact { display: grid; gap: 2px; padding: 11px 0; border-top: 1px solid var(--line); }
.fact:first-child { border-top: 0; padding-top: 0; }
.fact strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.fact span { font-size: 14.5px; }
.fact span.mono { font-size: 13.5px; }
.know-grid { display: grid; gap: 8px 18px; grid-template-columns: repeat(1, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.know-grid li { color: var(--body); font-size: 14.5px; padding: 4px 0; }
.know-grid li::before { content: "✓"; color: var(--green); font-weight: 700; margin-right: 9px; }
.date-row { display: flex; align-items: center; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); }
.date-row:first-of-type { border-top: 0; }
.date-row .note { font-family: var(--mono); font-size: 12.5px; color: var(--muted); margin-left: auto; }
.source-note { color: var(--muted); font-size: 12.5px; }
.detail-media {
    border-radius: var(--r-card);
    border: 1px solid var(--line);
    overflow: hidden;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}
.detail-media img {
    display: block;
    width: 100%;
    height: clamp(240px, 28vw, 380px);
    object-fit: cover;
    object-position: center;
}

/* ---------- samoobslužná propagace ---------- */
.promo-options { display: grid; gap: 10px; }
.promo-option {
    display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line);
    border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft);
}
.promo-choice { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-weight: 400; }
.promo-choice > input { accent-color: var(--green); width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.promo-choice-main { flex: 1; display: grid; gap: 3px; min-width: 0; }
.promo-choice-main strong { font-weight: 700; }
.info-pop { position: relative; display: inline-flex; }
.info-pop summary {
    display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--green-line);
    border-radius: 50%; color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; list-style: none;
    background: rgba(231, 242, 236, .65);
}
.info-pop summary::-webkit-details-marker { display: none; }
.info-pop:not([open]) > span { display: none; }
.info-pop > span {
    position: absolute; z-index: 20; left: 0; top: 28px; width: min(320px, calc(100vw - 48px));
    padding: 12px; border: 1px solid var(--line); border-radius: var(--r-ui); background: var(--surface);
    box-shadow: var(--shadow); color: var(--body); font-size: 13px; line-height: 1.5;
}
.info-pop > span strong { display: block; margin-bottom: 3px; color: var(--ink); }
.facebook-schedule { margin: 0 0 0 30px; padding: 12px; border: 1px dashed var(--green-line); border-radius: var(--r-ui); background: rgba(231, 242, 236, .38); }
.facebook-schedule legend { padding: 0 4px; color: var(--ink); font-size: 13px; font-weight: 700; }
.facebook-schedule p { margin: 0 0 9px; color: var(--muted); font-size: 12.5px; }
.facebook-schedule-grid { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.facebook-schedule-grid label { display: flex; gap: 7px; align-items: center; color: var(--body); font-size: 13px; }
.facebook-schedule-grid input { accent-color: var(--green); }
.facebook-total { margin-top: 10px !important; color: var(--body) !important; }

/* ---------- hledání ---------- */
.understood { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); }
.results-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 26px 0 14px; }
.results-head strong { font-family: var(--mono); font-size: 14px; color: var(--green); }
.empty { display: grid; gap: 10px; padding: 22px; border: 1px dashed var(--green-line); border-radius: var(--r-card); background: rgba(231, 242, 236, .5); }
.empty .wave { width: 30px; color: var(--gold); }
.question-panel { display: grid; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); }

/* ---------- discovery / výpis akcí ---------- */
.listing-top { display: grid; gap: 16px; align-items: end; margin-bottom: 22px; }
.listing-top .lead { margin-bottom: 0; }
.view-toggle {
    display: inline-flex; width: fit-content; padding: 4px;
    border: 1px solid var(--line); border-radius: 999px;
    background: var(--surface); box-shadow: var(--shadow-soft);
}
.view-toggle a {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 34px; padding: 5px 13px; border-radius: 999px;
    color: var(--body); font-size: 13.5px; font-weight: 700;
}
.view-toggle a.active { background: var(--green); color: #fff; }
.discovery-filter {
    display: grid; gap: 16px; margin-bottom: 20px; padding: 16px;
    border: 1px solid var(--line); border-radius: var(--r-card);
    background: var(--surface); box-shadow: var(--shadow-soft);
}
.discovery-search { display: grid; gap: 8px; }
.discovery-search label, .filter-select-grid label span {
    color: var(--muted); font-size: 13px; font-weight: 700;
}
.discovery-search input[type="search"], .filter-select-grid select {
    width: 100%; min-height: 44px; padding: 0 12px;
    border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--ink); font-size: 14.5px;
}
.discovery-search input[type="search"]:focus, .filter-select-grid select:focus {
    border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14);
}
.filter-select-grid { display: grid; gap: 10px; }
.filter-select-grid label { display: grid; gap: 6px; }

/* ---------- kalendář akcí ---------- */
.calendar-page { padding-bottom: 20px; }
.calendar-hero { padding: 42px 0 30px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, var(--bg)); }
.calendar-hero-grid { display: grid; gap: 24px; align-items: end; }
.calendar-hero h1 { max-width: 780px; margin-top: 12px; }
.calendar-search { display: grid; gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft); }
.calendar-search label { color: var(--muted); font-size: 13px; font-weight: 600; }
.calendar-search-row { display: grid; gap: 9px; }
.calendar-search input[type="search"] {
    width: 100%; min-height: 50px; padding: 0 14px;
    border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--ink); font-size: 15px;
}
.calendar-search input[type="search"]:focus { border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14); }
.calendar-workspace { display: grid; gap: 22px; padding-top: 24px; }
.calendar-filters {
    display: grid; gap: 15px; align-content: start;
    border: 1px solid var(--line); border-radius: var(--r-card);
    background: var(--surface); padding: 16px; box-shadow: var(--shadow-soft);
}
.filter-block { display: grid; gap: 8px; min-width: 0; }
.filter-block strong { color: var(--ink); font-size: 13px; }
.filter-block select {
    width: 100%; min-height: 42px; padding: 0 11px;
    border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--ink); font-size: 14px;
}
.filter-block select:focus { border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14); }
.calendar-check { display: flex; align-items: center; gap: 9px; color: var(--body); font-size: 14px; font-weight: 600; }
.calendar-check input { width: 18px; height: 18px; accent-color: var(--green); }
.calendar-main { min-width: 0; }
.month-rail { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.month-tabs { display: flex; gap: 10px; min-width: 0; overflow-x: auto; padding: 8px 2px 10px; scrollbar-width: none; }
.month-tabs::-webkit-scrollbar { display: none; }
.month-tabs a {
    position: relative; flex: 0 0 auto; padding: 8px 11px 12px;
    color: var(--blue); font-size: 14px; font-weight: 500; white-space: nowrap;
}
.month-tabs a.active { color: var(--ink); font-weight: 700; }
.month-tabs a.active::after {
    content: ""; position: absolute; left: 10px; right: 10px; bottom: 0; height: 3px;
    border-radius: 999px; background: var(--green);
}
.calendar-days { display: grid; gap: 26px; margin-top: 16px; }
.calendar-day { display: grid; gap: 14px; align-items: start; }
.day-stamp {
    position: sticky; top: 84px; z-index: 2;
    display: grid; justify-items: center; gap: 2px; min-height: 96px;
    padding: 12px 10px; border: 1px solid var(--line);
    border-radius: var(--r-card); background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow-soft);
}
.day-number { font-family: var(--mono); font-size: 32px; line-height: 1; color: var(--ink); }
.day-month { font-family: var(--mono); color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.day-stamp strong { color: var(--green); font-size: 12px; text-align: center; }
.day-events { display: grid; gap: 12px; min-width: 0; }
.calendar-event {
    display: grid; gap: 12px; padding: 14px;
    border: 1px solid var(--line); border-radius: var(--r-card);
    background: var(--surface); box-shadow: var(--shadow-soft);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.calendar-event:hover { transform: translateY(-1px); border-color: var(--green-line); box-shadow: var(--shadow); }
.calendar-event.running { border-color: var(--green-line); background: linear-gradient(90deg, var(--green-soft), #fff 34%); }
.event-time {
    display: flex; align-items: center; gap: 8px;
    min-width: 92px; color: var(--green); font-size: 13px; font-weight: 700;
}
.live-dot {
    width: 10px; height: 10px; border-radius: 50%; background: var(--green);
    box-shadow: 0 0 0 0 rgba(14, 122, 79, .35);
    animation: live-pulse 1.55s ease-out infinite;
}
@keyframes live-pulse {
    70% { box-shadow: 0 0 0 9px rgba(14, 122, 79, 0); }
    100% { box-shadow: 0 0 0 0 rgba(14, 122, 79, 0); }
}
.event-copy { display: grid; gap: 6px; min-width: 0; }
.event-copy h2 { margin: 0; font-size: 18px; line-height: 1.22; }
.event-copy h2 a:hover { color: var(--green); }
.event-copy p { margin: 0; color: var(--muted); font-size: 13.5px; }
.event-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

/* ---------- formuláře ---------- */
.form-grid { display: grid; gap: 14px; max-width: 680px; }
.form-grid label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink); }
.form-grid input, .form-grid select, .form-grid textarea {
    min-height: 46px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--ink); font-size: 15px; font-weight: 400;
}
.form-grid textarea { min-height: 120px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14); }
.form-errors { padding: 12px 14px; border: 1px solid rgba(180, 69, 58, .4); border-radius: var(--r-ui); background: var(--red-soft); color: var(--red); font-size: 14px; }
.form-success { padding: 12px 14px; border: 1px solid var(--green-line); border-radius: var(--r-ui); background: var(--green-soft); color: var(--green-deep); font-size: 14px; }
.form-help { color: var(--muted); font-size: 12.5px; font-weight: 400; }

/* stránky s formuláři (vložení akce, newsletter, správa) */
.page { padding: 26px 0 20px; max-width: 760px; }
.page h1 { font-size: clamp(26px, 4vw, 36px); }
.page > .lead { margin-bottom: 36px; }
.page form fieldset { border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft); padding: 28px 18px 20px; margin: 0 0 24px; display: grid; gap: 6px; }
.page form legend { font-weight: 700; padding: 0 10px; }
.page form label { font-size: 14px; font-weight: 600; margin-top: 8px; }
.page form input:not([type="checkbox"]), .page form select, .page form textarea {
    width: 100%; min-height: 46px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-ui);
    background: var(--surface); color: var(--ink); font-size: 15px; font-weight: 400;
}
.combo-field { position: relative; min-width: 0; }
.combo-field::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid var(--muted);
    border-radius: 50%;
    transform: translateY(-58%);
    pointer-events: none;
}
.combo-field::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: var(--muted);
    transform: translateY(6px) rotate(45deg);
    pointer-events: none;
    z-index: 1;
}
.page form .combo-field input[type="search"] { padding-right: 44px; appearance: textfield; }
.page form .combo-field input[type="search"]::-webkit-search-decoration,
.page form .combo-field input[type="search"]::-webkit-search-cancel-button { appearance: none; }
.combo-field:focus-within::after { border-color: var(--green); }
.combo-field:focus-within::before { background: var(--green); }
.page form textarea { min-height: 100px; resize: vertical; }
.page form input:focus, .page form select:focus, .page form textarea:focus { border-color: var(--green); outline: 4px solid rgba(14, 122, 79, .14); }
.page form .check { display: flex; gap: 10px; align-items: center; font-weight: 400; }
.page form .check input { width: 18px; min-height: 18px; accent-color: var(--green); }
.flash { padding: 12px 14px; border: 1px solid var(--green-line); border-radius: var(--r-ui); background: var(--green-soft); color: var(--green-deep); font-size: 14px; }
label.req::after { content: " *"; color: var(--red); }
.hint { color: var(--muted); font-size: 12.5px; }
.hp { position: fixed; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; overflow: hidden; pointer-events: none; }
.form-errors ul { margin: 0; padding-left: 18px; }

/* ---------- inzerce ---------- */
.advertising-page { padding: 34px 0 28px; max-width: 920px; }
.advertising-hero {
    display: grid; gap: 22px; margin-bottom: 36px; padding: 28px;
    border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface);
    box-shadow: var(--shadow-soft);
}
.advertising-hero h1 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; }
.advertising-hero .lead { margin: 12px 0 0; max-width: 680px; color: var(--body); }
.advertising-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.advertising-summary {
    display: grid; gap: 8px; align-content: start; padding: 18px;
    border: 1px solid var(--green-line); border-radius: var(--r-card);
    background: linear-gradient(180deg, rgba(14, 122, 79, .08), rgba(247, 181, 0, .08));
}
.advertising-summary strong { font-size: 16px; }
.advertising-summary span { color: var(--body); font-size: 14px; line-height: 1.45; }
.advertising-section { margin-bottom: 34px; }
.section-head { margin-bottom: 16px; }
.section-head h2 { margin: 0; font-size: clamp(22px, 3vw, 28px); }
.section-head p { margin: 6px 0 0; }
.advertising-list { display: grid; gap: 10px; }
.advertising-row {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px;
    border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface);
    box-shadow: 0 8px 24px rgba(12, 31, 23, .045);
}
.advertising-row strong { display: block; font-size: 15.5px; }
.advertising-row .muted { display: block; margin-top: 4px; font-size: 13.5px; }
.advertising-form-section {
    scroll-margin-top: 90px; padding: 24px; border: 1px solid var(--line);
    border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-soft);
}
.advertising-form { max-width: none; gap: 18px; }
.form-field { display: grid; gap: 7px; min-width: 0; }
.form-field label, .form-label { display: inline-block; max-width: 100%; overflow-wrap: anywhere; font-size: 14px; font-weight: 700; color: var(--ink); }
.advertising-form input, .advertising-form select, .advertising-form textarea {
    width: 100%; min-width: 0; box-sizing: border-box;
}
.creative-options { display: grid; gap: 10px; }
.creative-option {
    display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: start;
    padding: 14px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--soft);
    cursor: pointer;
}
.creative-option:has(input:checked) { border-color: var(--green-line); background: var(--green-soft); }
.creative-option input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--green); }
.creative-option strong { display: block; line-height: 1.2; }
.creative-option small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.ad-preview-panel { gap: 10px; }
.ad-form-preview { pointer-events: none; }
.advertising-submit { align-items: start; }
.advertising-submit .form-help a { color: var(--green); font-weight: 700; }

/* ---------- reklama ---------- */
.ad-shell { padding: 8px 0; }
.ad-card {
    position: relative; display: flex; align-items: center; gap: 16px; width: 100%; max-width: 100%;
    min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-card);
    background: var(--surface); box-shadow: var(--shadow-soft);
}
.ad-card img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.ad-card-text {
    justify-content: space-between; min-height: 78px; padding: 16px 130px 16px 20px;
    background:
        radial-gradient(circle at 88% 50%, rgba(247, 181, 0, .16), transparent 24%),
        linear-gradient(90deg, var(--green), var(--green) 8px, var(--surface) 8px);
}
.ad-copy { display: grid; gap: 3px; min-width: 0; }
.ad-copy strong { font-size: clamp(17px, 2.2vw, 22px); line-height: 1.08; overflow-wrap: anywhere; }
.ad-copy span { color: var(--body); font-size: 13.5px; line-height: 1.35; overflow-wrap: anywhere; }
.ad-cta {
    flex: 0 0 auto; padding: 8px 12px; border-radius: var(--r-ui); background: var(--green);
    color: #fff; font-size: 13.5px; font-weight: 800; white-space: nowrap;
}
.ad-label {
    position: absolute; right: 10px; top: 10px; z-index: 1; padding: 5px 9px;
    border: 1px solid var(--line); border-radius: var(--r-tag); background: rgba(255, 255, 255, .94);
    color: var(--body); font-size: 12px; font-weight: 700;
}

.skeleton { position: relative; overflow: hidden; background: var(--soft); border-radius: var(--r-ui); min-height: 14px; }
.skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent); animation: shimmer 1.4s infinite; }

@keyframes shimmer { to { transform: translateX(100%); } }

.wave { display: inline-block; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ---------- responsivita ---------- */
@media (min-width: 520px) {
    .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) 360px; }
    .search-row { grid-template-columns: 1fr 132px; }
    .listing-top { grid-template-columns: minmax(0, 1fr) auto; }
    .discovery-filter { grid-template-columns: minmax(260px, 1.1fr) minmax(0, 1fr) auto; align-items: end; }
    .discovery-filter .filter-block { grid-column: 1 / -1; }
    .filter-select-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column: 1 / 3; }
    .calendar-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); }
    .calendar-search-row { grid-template-columns: 1fr auto; }
    .calendar-workspace { grid-template-columns: 280px minmax(0, 1fr); align-items: start; }
    .calendar-filters { position: sticky; top: 86px; }
    .calendar-day { grid-template-columns: 112px minmax(0, 1fr); }
    .calendar-event { grid-template-columns: 100px minmax(0, 1fr) auto; align-items: center; }
    .advertising-hero { grid-template-columns: minmax(0, 1fr) 270px; align-items: center; }
    .advertising-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .advertising-form .form-field-wide { grid-column: 1 / -1; }
    .ev-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mag-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .organizer-panel { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
    .newsletter { grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); align-items: center; }
    .newsletter form { grid-template-columns: 1fr auto; }
    .detail-grid { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .8fr); }
    .detail-aside { position: sticky; top: 86px; align-self: start; }
    .know-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1.4fr 1fr; align-items: start; }
}

@media (max-width: 759px) {
    .site-header-inner { gap: 10px; min-height: 66px; }
    .site-header-inner > a:first-child { flex: 0 1 auto; min-width: 0; }
    .site-header-inner > a:first-child img { max-width: 150px; height: auto; }
    .site-nav { display: none; }
    .header-actions { gap: 8px; flex: 0 0 auto; }
    .desktop-submit { display: none; }
    .mobile-submit {
        display: inline-flex;
        min-height: 42px;
        padding: 9px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
    .menu-toggle { display: inline-flex; }
    .mobile-menu:not([hidden]) { display: block; }
    .section { padding: 44px 0; }
    .hero { padding: 34px 0 28px; }
    .calendar-hero { padding: 30px 0 22px; }
    .calendar-workspace { width: min(100% - 24px, 1140px); }
    .calendar-filters { margin-inline: -2px; }
    .month-rail { gap: 7px; }
    .month-rail .icon-btn { min-width: 38px; }
    .month-rail .arrow-btn { width: 40px; height: 40px; min-width: 40px; min-height: 40px; }
    .calendar-days { gap: 22px; }
    .calendar-day { gap: 10px; }
    .day-stamp {
        position: static; display: flex; justify-content: flex-start; align-items: baseline;
        min-height: 0; gap: 7px; padding: 10px 12px;
    }
    .day-number { font-size: 24px; }
    .day-stamp strong { margin-left: auto; }
    .calendar-event { gap: 10px; }
    .advertising-page { padding-top: 22px; }
    .advertising-hero, .advertising-form-section { padding: 20px; }
    .advertising-actions .btn { width: 100%; }
    .advertising-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .advertising-row .ev-price { white-space: normal; }
    .ad-card-text {
        align-items: flex-start; flex-direction: column; gap: 10px; min-height: 0;
        padding: 16px 88px 16px 18px;
    }
    .ad-cta { white-space: normal; }
    .ad-label { right: 8px; top: 8px; }
    .detail-media img { height: clamp(190px, 54vw, 260px); }
    .event-actions .btn { flex: 1 1 auto; }
    .section-head { flex-direction: column; align-items: flex-start; gap: 6px; }
    .detail-actions .btn { flex: 1 1 calc(50% - 9px); }
    .promo-choice { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: flex-start; }
    .promo-choice .ev-price { grid-column: 2; white-space: nowrap; justify-self: start; }
    .promo-choice-main > span:first-child { min-width: 0; }
    .info-pop[open] > span { left: auto; right: 0; width: min(300px, calc(100vw - 36px)); }
    .facebook-schedule { margin-left: 0; }
    .facebook-schedule-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .site-header-inner > a:first-child img { max-width: 132px; }
    .mobile-submit { padding-inline: 10px; font-size: 12.5px; }
    .menu-toggle { padding-inline: 11px; }
    .menu-toggle .mt-label { display: none; }
}
