/* ==========================================================================
   chatmc.cz - hlavni styly, verze 2.0 (svetly design, file-CMS)
   1 tokeny, 2 zaklad, 3 typografie, 4 layout a sekce, 5 hlavicka/paticka,
   6 tlacitka, 7 screenshoty, ramy, samolepky, konfety, kreslene ikony,
   8 hero, 9 ProductStorySlider, 10 FeatureScroller, 11 BeforeAfterSlider,
   12 galerie, 13 konfigurator + mock, 14 TeamSequence, 15 WidgetMock,
   16 dalsi sekce, 17 formular, 18 pomocne. Responzivita: responsive.css
   ========================================================================== */

@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-var.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }

/* 1. Tokeny ------------------------------------------------------------- */
:root {
  --ink: #111318;
  --ink-2: #1C1F26;
  --paper: #FFFFFF;
  --grey: #F5F6F8;
  --grey-2: #ECEEF2;
  --line: rgba(17, 19, 24, 0.10);
  --text: #111318;
  --text-soft: #545B6B;
  --text-on-dark: #FFFFFF;
  --text-on-dark-soft: #B8BECB;

  --blue: #2F6BFF;
  --blue-deep: #1E4FD1;
  --yellow: #FFD23F;
  --yellow-deep: #F5BE00;
  --coral: #FF5A36;
  --mint: #2FD4A4;
  --teal: #33C1D6;
  --violet: #8B6CFF;
  --pink: #FF4FA3;
  --rose: #FF4D6D;
  --amber: #F0A93B;

  --lavender: #EEE8FF;
  --mintbg: #DDF7EC;
  --peach: #FFE8D6;
  --sky: #E1EEFF;
  --lemon: #FFF3C4;
  --blush: #FFE2EE;

  --font-display: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --wrap: 2400px;
  --gutter: clamp(20px, 3.5vw, 88px);
  --sec-pad: clamp(72px, 9vw, 140px);
  --shadow-card: 0 1px 2px rgba(17, 19, 24, 0.04), 0 12px 32px -16px rgba(17, 19, 24, 0.18);
  --shadow-shot: 0 2px 4px rgba(17, 19, 24, 0.06), 0 30px 60px -30px rgba(17, 19, 24, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* 2. Zaklad ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.55; color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
ul, ol { padding-left: 1.2em; }
figure { margin: 0; }
code { font-family: "Inter", monospace; font-size: 0.9em; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--blue); color: #fff; border-radius: 8px; font-weight: 600; }
.skip:focus { top: 16px; }

/* 3. Typografie ---------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.04; letter-spacing: -0.025em; margin: 0 0 0.5em; text-wrap: balance; font-variation-settings: "opsz" 32; }
h1 { font-size: clamp(2.8rem, 6.6vw, 6.4rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.2rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); font-variation-settings: "opsz" 32; letter-spacing: -0.015em; line-height: 1.14; }
h4 { font-size: 1.15rem; font-variation-settings: "opsz" 32; letter-spacing: -0.01em; line-height: 1.25; }
p { margin: 0 0 1em; }
.lead { font-size: clamp(1.15rem, 1.5vw, 1.4rem); line-height: 1.45; color: var(--text-soft); max-width: 42ch; }
.small { font-size: 0.9375rem; }
.measure { max-width: 62ch; }
.h-giant { font-size: clamp(3rem, 8.5vw, 8.5rem); font-weight: 760; letter-spacing: -0.045em; line-height: 0.95; font-stretch: 94%; }
.kicker { font-family: var(--font-display); font-weight: 650; font-size: 1rem; margin: 0 0 0.9em; display: inline-flex; align-items: center; gap: 10px; color: var(--kc, var(--blue)); }
.kicker::before { content: ""; width: 26px; height: 4px; border-radius: 2px; background: currentColor; }
.center { text-align: center; }
.center .lead, .center h2, .center h1 { margin-inline: auto; }

/* 4. Layout a sekce ----------------------------------------------------- */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap--full { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 48px); align-items: start; }
.c-4 { grid-column: span 4; } .c-5 { grid-column: span 5; } .c-6 { grid-column: span 6; } .c-7 { grid-column: span 7; } .c-8 { grid-column: span 8; } .c-12 { grid-column: span 12; }
.sec { padding-block: var(--sec-pad); position: relative; overflow-x: clip; }
.sec--tight { padding-block: calc(var(--sec-pad) * 0.6); }
.sec--white { background: var(--paper); }
.sec--light { background: var(--grey); }
.sec--yellow { background: var(--yellow); color: var(--ink); }
.sec--pastel { background: var(--tint, var(--lavender)); color: var(--ink); }
.sec--dark { background: var(--ink); color: var(--text-on-dark); }
.sec--dark .lead { color: var(--text-on-dark-soft); }
.sec__head { margin-bottom: clamp(36px, 5vw, 64px); max-width: 780px; }
.sec__head--wide { max-width: 960px; }
.sec__head--center { margin-inline: auto; text-align: center; }
.sec__head--center .lead { margin-inline: auto; }
.two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 96px); align-items: center; }
.two--rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.two--rev > :first-child { order: 2; } .two--rev > :last-child { order: 1; }
.two--top { align-items: start; }
.wave::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 48px; background: inherit; clip-path: ellipse(58% 100% at 50% 100%); transform: translateY(-100%); z-index: 1; }
.wave--bottom::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background: inherit; clip-path: ellipse(58% 100% at 50% 0); transform: translateY(100%); z-index: 1; }

/* 5. Hlavicka a paticka ------------------------------------------------- */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-head__in { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--font-display); font-weight: 750; font-size: 1.4rem; letter-spacing: -0.02em; color: var(--ink); }
.brand__mark svg { width: 34px; height: 34px; }
.site-nav { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: flex-end; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.site-nav li a { display: block; padding: 8px 12px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.98rem; color: var(--ink); }
.site-nav li a:hover, .site-nav li a[aria-current="page"] { background: var(--grey); }
.site-nav__cta { display: flex; gap: 10px; }
.site-head__toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px; color: var(--ink); cursor: pointer; }
.site-head__toggle-close { display: none; }
.site-head__toggle[aria-expanded="true"] .site-head__toggle-open { display: none; }
.site-head__toggle[aria-expanded="true"] .site-head__toggle-close { display: block; }

.site-foot { background: var(--grey); color: var(--text-soft); padding: 64px 0 32px; font-size: 0.95rem; border-top: 1px solid var(--line); }
.site-foot__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.site-foot__brand p { max-width: 34ch; margin-top: 16px; }
.site-foot__h { color: var(--ink); font-weight: 700; margin-bottom: 12px; }
.site-foot__nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-foot a { text-decoration: none; }
.site-foot a:hover { color: var(--ink); text-decoration: underline; }
.site-foot__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 0.85rem; }
.site-foot__bottom p { margin: 0; }

/* 6. Tlacitka ------------------------------------------------------------ */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 12px; font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1; transition: transform 0.15s var(--ease), background 0.15s, border-color 0.15s, color 0.15s; white-space: nowrap; font-family: var(--font-display); font-size: 1.02rem; letter-spacing: -0.01em; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-deep); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--yellow { background: var(--yellow); color: var(--ink); }
.btn--yellow:hover { background: var(--yellow-deep); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--grey); }
.btn--ghost-light { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost-light:hover { background: var(--ink); color: #fff; }
.btn--lg { padding: 18px 28px; font-size: 1.1rem; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.link { font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); }
.link .ico { transition: transform 0.2s var(--ease); }
.link:hover .ico { transform: translateX(3px); }
.sec--dark .link { color: var(--yellow); }

/* 7. Screenshoty, ramy, samolepky, konfety, kreslene ikony ------------- */
.shot { position: relative; border-radius: var(--radius-sm); overflow: hidden; background: #fff; box-shadow: var(--shadow-shot); border: 1px solid var(--line); width: 100%; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot--top img { object-position: top center; }
.shot--flat { box-shadow: none; }
.shot--phone { border-radius: 36px; border: 6px solid var(--ink); box-shadow: var(--shadow-shot); }
.shot figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: 8px; background: rgba(17, 19, 24, 0.85); color: #fff; font-size: 0.8rem; font-weight: 500; }
.shot--ph { display: grid; place-items: center; background: linear-gradient(135deg, rgba(17, 19, 24, 0.035) 0 25%, transparent 25% 50%, rgba(17, 19, 24, 0.035) 50% 75%, transparent 75%) 0 0 / 56px 56px, #F0F2F6; }
.shot__ph { text-align: center; padding: 24px; color: var(--text-soft); display: grid; gap: 6px; justify-items: center; }
.shot__ph-kicker { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
.shot__ph-label { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 2vw, 1.6rem); color: var(--ink); letter-spacing: -0.01em; }
.shot__ph-file { font-size: 0.8rem; padding: 4px 8px; border-radius: 6px; background: #fff; border: 1px solid var(--line); color: var(--ink); }
.shot__ph-size { font-size: 0.75rem; opacity: 0.7; }
.frame { padding: clamp(14px, 2.2vw, 32px); border-radius: var(--radius); background: var(--frame, linear-gradient(135deg, #FF8A6B, #FF4FA3 60%, #FF5A36)); }
.frame--blue { --frame: linear-gradient(135deg, #5AA9FF, #2F6BFF 55%, #8B6CFF); }
.frame--yellow { --frame: linear-gradient(135deg, #FFE27A, #FFD23F 55%, #F0A93B); }
.frame--mint { --frame: linear-gradient(135deg, #8EF0CF, #2FD4A4 55%, #33C1D6); }
.frame--violet { --frame: linear-gradient(135deg, #C7B6FF, #8B6CFF 60%, #5AA9FF); }
.frame .shot { border: 0; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.35); }
.annot { position: relative; }
.stk { position: absolute; z-index: 3; transform: translate(-50%, -50%) rotate(var(--rot, -4deg)); background: #fff; color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: clamp(0.8rem, 1.2vw, 1.15rem); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05; padding: 8px 12px; border-radius: 4px; box-shadow: 0 6px 18px -6px rgba(17, 19, 24, 0.35), 0 0 0 1px rgba(17, 19, 24, 0.06); white-space: nowrap; }
.stk--yellow { background: var(--yellow); }
.stk--ink { background: var(--ink); color: #fff; }
.stk-arrow { position: absolute; z-index: 2; color: var(--ink); transform: translate(-50%, -50%); pointer-events: none; }
.confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; fill: currentColor; color: rgba(17, 19, 24, 0.6); opacity: 0.6; z-index: 0; }
.sec > .wrap, .sec > .wrap--full, .cta-final > .wrap { position: relative; z-index: 1; }
.doodle { fill: none; }
.doodle .dl { stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.doodle .df { fill: var(--yellow); }

/* 8. Hero ---------------------------------------------------------------- */
.hero { background: var(--paper); padding: clamp(48px, 7vw, 100px) 0 clamp(48px, 6vw, 90px); overflow: hidden; position: relative; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: center; position: relative; }
.hero h1 { margin-bottom: 0.35em; }
.hero h1 span { display: block; }
.hero__lead { font-size: clamp(1.15rem, 1.6vw, 1.45rem); color: var(--text-soft); max-width: 36ch; line-height: 1.4; }
.hero__actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero__note { margin-top: 32px; font-size: 0.92rem; color: var(--text-soft); display: flex; gap: 10px; align-items: center; }
.hero__note .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(47, 212, 164, 0.25); }
.hero__stage { position: relative; aspect-ratio: 16 / 13; min-height: 420px; }
.hero__layer { position: absolute; will-change: transform; transition: transform 0.9s var(--ease), opacity 0.9s var(--ease); }
.hero__layer .shot { box-shadow: 0 30px 60px -24px rgba(17, 19, 24, 0.45), 0 0 0 1px rgba(17, 19, 24, 0.06); }
.hero__layer--dash { inset: 0 0 auto 4%; width: 92%; z-index: 1; }
.hero__layer--dash .frame { padding: clamp(10px, 1.6vw, 22px); }
.hero__layer--conv { left: -6%; top: 40%; width: 58%; z-index: 3; }
.hero__layer--map { right: -3%; top: 28%; width: 42%; z-index: 2; }
.hero__layer--visitor { right: 8%; bottom: 0; width: 24%; z-index: 4; }
.hero__layer--widget { left: 36%; bottom: -4%; width: 27%; z-index: 5; }
.hero--load .hero__layer { opacity: 0; transform: translateY(40px); }
.hero__stage.is-in .hero__layer { opacity: 1; transform: none; }
.hero__stage.is-in .hero__layer--conv { transition-delay: 0.15s; }
.hero__stage.is-in .hero__layer--map { transition-delay: 0.25s; }
.hero__stage.is-in .hero__layer--visitor { transition-delay: 0.4s; }
.hero__stage.is-in .hero__layer--widget { transition-delay: 0.55s; }
.hero__stage .stk, .hero__stage .stk-arrow { z-index: 6; }

/* 9. ProductStorySlider -------------------------------------------------- */
.story { --story-color: var(--blue); background: var(--paper); color: var(--ink); padding-block: var(--sec-pad); position: relative; }
.story__top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 64px); align-items: end; margin-bottom: 40px; }
.story__stage { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.story__text { min-height: 12rem; position: relative; }
.story__num { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1; color: var(--ink); opacity: 0.35; margin-bottom: 8px; }
.story__text h3 { font-size: clamp(1.9rem, 3.4vw, 3.3rem); margin-bottom: 0.4em; }
.story__text p { color: var(--text-soft); font-size: 1.1rem; max-width: 34ch; }
.story__text .story__link { margin-top: 12px; color: var(--ink); }
.story__shots { position: relative; aspect-ratio: 16 / 10; }
.story__shot { position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s linear, transform 0.35s var(--ease); transform: scale(0.97); pointer-events: none; }
.story__shot.is-on { opacity: 1; transform: none; pointer-events: auto; }
.story__shot .shot { height: 100%; }
.story__control { margin-top: 40px; }
.story__range { -webkit-appearance: none; appearance: none; width: 100%; height: 44px; background: transparent; cursor: pointer; margin: 0; }
.story__range::-webkit-slider-runnable-track { height: 8px; border-radius: 4px; background: linear-gradient(90deg, var(--story-color) var(--story-progress, 0%), rgba(17, 19, 24, 0.15) 0); }
.story__range::-moz-range-track { height: 8px; border-radius: 4px; background: rgba(17, 19, 24, 0.15); }
.story__range::-moz-range-progress { height: 8px; border-radius: 4px; background: var(--story-color); }
.story__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 6px solid var(--story-color); margin-top: -14px; box-shadow: 0 6px 20px rgba(17, 19, 24, 0.25); transition: border-color 0.3s; }
.story__range::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 6px solid var(--story-color); box-shadow: 0 6px 20px rgba(17, 19, 24, 0.25); }
.story__range:focus-visible { outline: none; }
.story__range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 5px rgba(17, 19, 24, 0.25); }
.story__stops { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 6px; list-style: none; padding: 0; }
.story__stops button { background: none; border: 0; color: var(--text-soft); font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em; padding: 8px 0; text-align: center; cursor: pointer; border-radius: 8px; transition: color 0.2s; }
.story__stops button:hover, .story__stops button[aria-pressed="true"] { color: var(--ink); }
.story__stops li:first-child button { text-align: left; }
.story__stops li:last-child button { text-align: right; }

/* 10. FeatureScroller ---------------------------------------------------- */
.scroller { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 96px); align-items: start; }
.scroller__sticky { position: sticky; top: 100px; }
.scroller__shots { position: relative; aspect-ratio: 16 / 10; }
.scroller__shot { position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s linear, transform 0.5s var(--ease); transform: translateY(12px); pointer-events: none; }
.scroller__shot.is-on { opacity: 1; transform: none; pointer-events: auto; }
.scroller__shot .shot { height: 100%; }
.scroller__steps { padding-top: 10vh; }
.scroller__step { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: 24px 0 24px 28px; border-left: 3px solid var(--line); transition: border-color 0.3s, opacity 0.3s; opacity: 0.4; }
.scroller__step.is-on { opacity: 1; border-color: var(--blue); }
.scroller__step h3 { margin-bottom: 0.4em; }
.scroller__step p { max-width: 36ch; color: var(--text-soft); }
.scroller__step:last-child { min-height: 50vh; }

/* 11. BeforeAfterSlider -------------------------------------------------- */
.ba { position: relative; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-shot); user-select: none; touch-action: pan-y; background: #fff; border: 1px solid var(--line); }
.ba__pane { width: 100%; height: 100%; }
.ba__pane .shot { border-radius: 0; box-shadow: none; border: 0; }
.ba__after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--ba, 50%)); }
.ba__after .shot__ph { transform: translateY(46%); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--ba, 50%); width: 0; z-index: 3; }
.ba__handle::before { content: ""; position: absolute; top: 0; bottom: 0; left: -1px; width: 3px; background: var(--ink); }
.ba__knob { position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(17, 19, 24, 0.3); cursor: ew-resize; border: 3px solid var(--ink); }
.ba__knob svg { width: 26px; height: 26px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; z-index: 4; }
.ba__label { position: absolute; top: 16px; padding: 7px 12px; border-radius: 4px; font-family: var(--font-display); font-weight: 800; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.02em; z-index: 2; pointer-events: none; box-shadow: 0 6px 18px -6px rgba(17, 19, 24, 0.35); }
.ba__label--l { left: 16px; background: #fff; color: var(--ink); transform: rotate(-3deg); }
.ba__label--r { right: 16px; background: var(--ink); color: #fff; transform: rotate(3deg); }

/* 12. Galerie ------------------------------------------------------------ */
.gallery { position: relative; }
.gallery__track { --gpad: calc((100vw - min(var(--wrap), 100vw - 2 * var(--gutter))) / 2); display: flex; gap: clamp(16px, 2vw, 28px); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 8px var(--gpad) 28px; margin: 0 calc(-1 * var(--gpad)); scroll-padding-inline: var(--gpad); scrollbar-width: none; }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__item { flex: 0 0 min(760px, 82vw); scroll-snap-align: start; display: grid; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 14px 22px; box-shadow: var(--shadow-card); }
.gallery__item h3 { margin: 0; padding-inline: 8px; }
.gallery__item p { margin: 0; color: var(--text-soft); max-width: 44ch; padding-inline: 8px; }
.gallery__item .shot { aspect-ratio: 16 / 10; box-shadow: none; }
.gallery__nav { display: flex; gap: 10px; align-items: center; margin-top: 8px; }
.gallery__btn { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--ink); background: #fff; color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.gallery__btn:hover { background: var(--ink); color: #fff; }
.gallery__btn:disabled { opacity: 0.3; cursor: default; background: #fff; color: var(--ink); }
.gallery__btn--prev svg { transform: rotate(180deg); }
.gallery__count { font-variant-numeric: tabular-nums; color: var(--text-soft); font-weight: 600; }

/* 13. InteractiveConfigurator + mock administrace ---------------------- */
.config { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.config__panel { display: grid; gap: 28px; position: sticky; top: 100px; }
.config__group h4 { margin-bottom: 12px; }
.seg { display: inline-flex; padding: 4px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.seg button { border: 0; background: transparent; padding: 10px 16px; border-radius: 9px; font-weight: 700; cursor: pointer; color: var(--text-soft); }
.seg button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.swatches { display: grid; grid-template-columns: repeat(5, 36px); gap: 10px; list-style: none; padding: 0; margin: 0; }
.swatches button { width: 36px; height: 36px; border-radius: 50%; border: 3px solid transparent; cursor: pointer; padding: 0; background: var(--c); box-shadow: inset 0 0 0 2px #fff; transition: transform 0.15s var(--ease); }
.swatches button:hover { transform: scale(1.1); }
.swatches button[aria-pressed="true"] { border-color: var(--ink); }
.layouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; list-style: none; margin: 0; padding: 0; }
.layouts button { border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px; cursor: pointer; display: grid; gap: 6px; justify-items: center; font-size: 0.8rem; font-weight: 700; color: var(--text-soft); }
.layouts button[aria-pressed="true"] { border-color: var(--ink); color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.layouts svg { width: 44px; height: 30px; }
.layouts rect { fill: currentColor; opacity: 0.55; }

.mock { --m-bg: #EEF1F6; --m-side: #FFFFFF; --m-surface: #FFFFFF; --m-surface-2: #F3F5F9; --m-text: #0E1220; --m-muted: #6B7387; --m-line: rgba(14, 18, 32, 0.1); --m-accent: #2F6BFF; --m-chart: #FF4FA3;
  display: grid; grid-template-columns: 200px 1fr; aspect-ratio: 16 / 11.5; border-radius: var(--radius-sm); overflow: hidden; background: var(--m-bg); color: var(--m-text); box-shadow: var(--shadow-shot); border: 1px solid var(--line); font-size: 12px; transition: background 0.3s, color 0.3s; }
.mock--dark { --m-bg: #0F1420; --m-side: #141A29; --m-surface: #171E2E; --m-surface-2: #1F2739; --m-text: #F2F4F9; --m-muted: #97A0B6; --m-line: rgba(255, 255, 255, 0.1); }
.mock--noir { --m-bg: #060810; --m-side: #090B14; --m-surface: #0C0F1A; --m-surface-2: #131726; --m-text: #F5F5F5; --m-muted: #8A90A4; --m-line: rgba(255, 255, 255, 0.08); }
.mock__side { background: var(--m-side); border-right: 1px solid var(--m-line); padding: 16px 14px; display: flex; flex-direction: column; gap: 4px; min-height: 0; }
.mock__brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; margin-bottom: 14px; }
.mock__brand i { width: 24px; height: 24px; border-radius: 7px; background: var(--m-accent); display: grid; place-items: center; color: #fff; font-style: normal; font-size: 9px; }
.mock__nav { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 9px; color: var(--m-muted); font-weight: 500; }
.mock__nav b { width: 12px; height: 12px; border-radius: 3px; border: 1.5px solid currentColor; opacity: 0.7; }
.mock__nav.is-on { background: var(--m-accent); color: #fff; }
.mock__nav .badge { margin-left: auto; background: var(--rose); color: #fff; border-radius: 999px; padding: 1px 6px; font-size: 10px; font-weight: 700; }
.mock__dots { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; padding: 10px 4px; }
.mock__dots i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.mock__skins { display: flex; gap: 3px; padding: 3px; border-radius: 999px; border: 1px solid var(--m-line); font-size: 10px; font-weight: 600; }
.mock__skins span { flex: 1; text-align: center; padding: 4px 0; border-radius: 999px; color: var(--m-muted); }
.mock__skins span.is-on { background: var(--m-accent); color: #fff; }
.mock__main { padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.mock__top { display: flex; align-items: center; gap: 10px; }
.mock__top h5 { font-family: var(--font-display); font-size: 18px; margin: 0; font-weight: 700; letter-spacing: -0.01em; }
.mock__top .chip { margin-left: auto; padding: 5px 10px; border-radius: 999px; background: var(--m-surface-2); border: 1px solid var(--m-line); font-weight: 600; font-size: 10px; display: flex; gap: 6px; align-items: center; }
.mock__top .chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--rose); }
.mock__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(0, 1fr); gap: 10px; flex: 1; min-height: 0; transition: gap 0.2s; }
.mock__block { background: var(--m-surface); border: 1px solid var(--m-line); border-radius: 10px; padding: 12px; display: flex; flex-direction: column; gap: 8px; min-height: 0; overflow: hidden; }
.mock__block h6 { margin: 0; font-size: 11px; font-weight: 600; display: flex; justify-content: space-between; color: var(--m-text); }
.mock__block h6 small { color: var(--m-muted); font-weight: 500; }
.mock__kpi { font-family: var(--font-display); font-size: 26px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: var(--m-text); }
.mock__kpi small { font-size: 10px; color: var(--m-muted); font-weight: 500; margin-left: 6px; font-family: var(--font-body); }
.mock__bars { display: flex; align-items: flex-end; gap: 4px; flex: 1; min-height: 40px; }
.mock__bars i { flex: 1; background: var(--m-chart); border-radius: 2px 2px 0 0; opacity: 0.85; height: var(--h); }
.mock__bars i:nth-child(even) { background: var(--m-accent); }
.mock__rows { display: grid; gap: 6px; }
.mock__row { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.mock__row i { width: 20px; height: 20px; border-radius: 50%; background: var(--m-accent); opacity: 0.85; flex: 0 0 auto; }
.mock__row span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mock__row em { font-style: normal; color: var(--m-muted); font-size: 10px; }
.mock__row .st { padding: 2px 7px; border-radius: 999px; background: var(--m-surface-2); font-size: 9px; font-weight: 600; }
.mock__ring { width: 74px; height: 74px; border-radius: 50%; background: conic-gradient(var(--m-accent) 0 58%, var(--m-chart) 58% 82%, var(--m-surface-2) 82%); display: grid; place-items: center; margin: auto; }
.mock__ring b { width: 46px; height: 46px; border-radius: 50%; background: var(--m-surface); display: grid; place-items: center; font-size: 12px; }
.mock__bubbles { flex: 1; position: relative; min-height: 50px; }
.mock__bubbles i { position: absolute; border-radius: 50%; background: var(--teal); opacity: 0.8; }
.mock__bubbles i:nth-child(1) { width: 34%; height: 60%; left: 8%; top: 20%; }
.mock__bubbles i:nth-child(2) { width: 22%; height: 40%; left: 48%; top: 8%; background: var(--rose); }
.mock__bubbles i:nth-child(3) { width: 26%; height: 48%; left: 66%; top: 44%; background: var(--m-accent); }
.mock__bubbles i:nth-child(4) { width: 14%; height: 26%; left: 44%; top: 60%; background: var(--m-muted); }
.mock[data-layout="a"] .b1 { grid-column: span 3; grid-row: span 1; }
.mock[data-layout="a"] .b2 { grid-column: span 3; grid-row: span 1; }
.mock[data-layout="a"] .b3 { grid-column: span 6; grid-row: span 2; }
.mock[data-layout="a"] .b4 { grid-column: span 6; grid-row: span 2; }
.mock[data-layout="a"] .b5 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="a"] .b6 { grid-column: span 8; grid-row: span 1; }
.mock[data-layout="b"] .b1 { grid-column: span 8; grid-row: span 2; }
.mock[data-layout="b"] .b2 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="b"] .b3 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="b"] .b4 { grid-column: span 4; grid-row: span 2; }
.mock[data-layout="b"] .b5 { grid-column: span 4; grid-row: span 2; }
.mock[data-layout="b"] .b6 { grid-column: span 4; grid-row: span 2; }
.mock[data-layout="c"] .b1 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="c"] .b2 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="c"] .b3 { grid-column: span 4; grid-row: span 1; }
.mock[data-layout="c"] .b4 { grid-column: span 12; grid-row: span 2; }
.mock[data-layout="c"] .b5 { grid-column: span 6; grid-row: span 1; }
.mock[data-layout="c"] .b6 { grid-column: span 6; grid-row: span 1; }
.mock[data-density="compact"] .mock__grid { gap: 6px; }
.mock[data-density="compact"] .mock__block { padding: 8px; border-radius: 7px; }

/* 14. TeamSequence ------------------------------------------------------- */
.seq { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.seq__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; counter-reset: krok; }
.seq__steps button { width: 100%; text-align: left; background: none; border: 0; padding: 14px 16px 14px 58px; border-radius: 14px; position: relative; cursor: pointer; color: var(--text-soft); transition: background 0.2s, color 0.2s; }
.seq__steps button::before { counter-increment: krok; content: counter(krok); position: absolute; left: 16px; top: 14px; width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--ink); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-size: 0.85rem; font-family: var(--font-display); }
.seq__steps button strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 2px; }
.seq__steps button[aria-pressed="true"] { background: #fff; box-shadow: var(--shadow-card); }
.seq__steps button[aria-pressed="true"]::before { background: var(--yellow); }
.seq__stage { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-shot); overflow: hidden; color: var(--ink); aspect-ratio: 16 / 11; display: grid; grid-template-columns: 1fr 200px; font-size: 13px; border: 1px solid var(--line); }
.seq__chat { padding: 22px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.seq__aside { border-left: 1px solid var(--line); background: var(--grey); padding: 18px 16px; display: flex; flex-direction: column; gap: 14px; }
.seq__aside h6 { margin: 0; font-size: 11px; color: var(--text-soft); font-weight: 700; letter-spacing: 0.02em; }
.seq__ops { display: grid; gap: 10px; }
.seq__op { display: flex; align-items: center; gap: 10px; opacity: 0.35; transition: opacity 0.3s; }
.seq__op i { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 12px; background: var(--blue); color: #fff; }
.seq__op i.op-b { background: var(--yellow); color: var(--ink); }
.seq__op.is-on { opacity: 1; }
.seq__op small { display: block; color: var(--text-soft); font-size: 10px; }
.seq__invite { margin-top: auto; padding: 10px 12px; border-radius: 9px; border: 2px dashed rgba(17, 19, 24, 0.25); text-align: center; font-weight: 700; font-size: 12px; opacity: 0.6; transition: all 0.3s; }
.seq__invite.is-on { opacity: 1; border-style: solid; border-color: var(--ink); background: var(--yellow); }
.msg { max-width: 82%; padding: 10px 14px; border-radius: 14px; background: var(--grey); line-height: 1.4; opacity: 0; transform: translateY(8px); transition: opacity 0.35s, transform 0.35s var(--ease); }
.msg.is-on { opacity: 1; transform: none; }
.msg small { display: block; font-size: 10px; color: var(--text-soft); margin-bottom: 3px; font-weight: 700; }
.msg--me { align-self: flex-end; background: var(--blue); color: #fff; }
.msg--me small { color: rgba(255, 255, 255, 0.8); }
.msg--internal { background: var(--lemon); border: 1px solid var(--yellow-deep); }
.msg--internal small { color: #8A6400; }
.msg--system { align-self: center; background: transparent; color: var(--text-soft); font-size: 11px; padding: 4px 0; }
.seq__compose { margin-top: auto; display: grid; gap: 8px; }
.seq__field { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; color: var(--text-soft); font-size: 12px; }
.seq__field--internal { border-color: var(--yellow-deep); color: #8A6400; }
.seq__field--internal.is-on { background: var(--lemon); }

/* 15. WidgetMock ---------------------------------------------------------- */
.wmock { width: min(360px, 100%); margin-inline: auto; border-radius: 18px; overflow: hidden; background: #fff; color: var(--ink); box-shadow: var(--shadow-shot); border: 1px solid var(--line); font-size: 13px; }
.wmock__head { background: var(--wm, var(--blue)); color: #fff; padding: 16px; display: flex; gap: 12px; align-items: center; }
.wmock__head i { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.25); display: grid; place-items: center; font-style: normal; font-weight: 700; }
.wmock__head strong { display: block; font-size: 14px; }
.wmock__head small { display: flex; gap: 6px; align-items: center; opacity: 0.9; font-size: 11px; }
.wmock__head small::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.wmock__body { padding: 16px; display: grid; gap: 10px; min-height: 240px; }
.wmock__msg { padding: 9px 12px; border-radius: 12px; background: var(--grey); max-width: 85%; line-height: 1.4; }
.wmock__msg--me { justify-self: end; background: var(--wm, var(--blue)); color: #fff; }
.wmock__msg small { display: block; font-size: 10px; opacity: 0.6; margin-bottom: 2px; }
.wmock__consent { font-size: 11px; color: var(--text-soft); display: flex; gap: 8px; align-items: flex-start; padding-top: 6px; }
.wmock__consent i { width: 14px; height: 14px; border-radius: 3px; flex: 0 0 auto; margin-top: 1px; background: var(--wm, var(--blue)); }
.wmock__rate { display: flex; gap: 6px; align-items: center; font-size: 11px; color: var(--text-soft); }
.wmock__rate b { display: inline-flex; gap: 3px; }
.wmock__rate b i { width: 14px; height: 14px; border-radius: 50%; background: var(--amber); }
.wmock__foot { border-top: 1px solid var(--line); padding: 10px 12px; display: flex; gap: 8px; align-items: center; color: var(--text-soft); }
.wmock__foot span { flex: 1; }
.wmock__foot b { width: 32px; height: 32px; border-radius: 9px; background: var(--wm, var(--blue)); color: #fff; display: grid; place-items: center; }
.wmock__foot em { font-style: normal; font-size: 11px; }
.widget-colors { display: flex; gap: 8px; justify-content: center; margin-top: 18px; }
.widget-colors button { width: 28px; height: 28px; border-radius: 50%; border: 3px solid transparent; background: var(--c); cursor: pointer; padding: 0; box-shadow: inset 0 0 0 2px #fff; }
.widget-colors button[aria-pressed="true"] { border-color: var(--ink); }

/* 16. Dalsi sekce ------------------------------------------------------- */
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.areas > a { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-decoration: none; display: grid; gap: 10px; align-content: start; box-shadow: var(--shadow-card); transition: transform 0.2s var(--ease), box-shadow 0.2s; }
.areas > a:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(17, 19, 24, 0.05), 0 24px 44px -20px rgba(17, 19, 24, 0.28); }
.areas .doodle { width: 72px; height: 72px; }
.areas h3 { margin: 0; font-size: 1.35rem; }
.areas p { margin: 0; color: var(--text-soft); }
.areas .link { margin-top: auto; padding-top: 6px; font-size: 0.95rem; }
.panel { border-radius: 24px; padding: clamp(28px, 4vw, 64px); background: var(--tint, var(--lavender)); position: relative; }
.panel__num { position: absolute; right: clamp(24px, 4vw, 56px); top: clamp(20px, 3vw, 44px); font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1; opacity: 0.55; }
.queue-band { background: var(--ink); color: var(--text-on-dark); border-radius: 24px; padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.queue-band h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.queue-band p { color: var(--text-on-dark-soft); }
.queue-band .link { color: var(--yellow); }
.map-band { position: relative; }
.map-band .shot { aspect-ratio: 16 / 9; }
.map-band__text { position: absolute; left: clamp(20px, 4vw, 56px); bottom: clamp(20px, 4vw, 56px); max-width: 34ch; background: #fff; color: var(--ink); padding: 24px 28px; border-radius: var(--radius); box-shadow: var(--shadow-card); z-index: 2; }
.map-band__text h3 { margin-bottom: 0.3em; }
.map-band__text p { margin: 0; color: var(--text-soft); }
.states { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 20px 0 0; }
.states li { display: inline-flex; gap: 8px; align-items: center; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 0.85rem; font-weight: 600; }
.states i { width: 9px; height: 9px; border-radius: 50%; background: var(--c); }
.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(24px, 3vw, 48px); }
.facts li { padding: 22px 0; border-top: 1px solid var(--line); display: grid; gap: 4px; }
.sec--dark .facts li { border-color: rgba(255, 255, 255, 0.12); }
.facts strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; }
.facts span { color: var(--text-soft); }
.sec--dark .facts span { color: var(--text-on-dark-soft); }
.facts--3 { grid-template-columns: repeat(3, 1fr); }
.facts--1 { grid-template-columns: 1fr; }
.domains { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 0; padding: 0; }
.domains li { padding: 7px 12px; border-radius: 8px; background: #fff; border: 1px solid rgba(17, 19, 24, 0.12); font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.domains li.more { background: var(--ink); color: #fff; border-color: var(--ink); }
.rules { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.rules li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; }
.rules .ico { color: var(--ink); margin-top: 2px; background: var(--yellow); border-radius: 50%; padding: 4px; }
.rules strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.01em; }
.rules span { color: var(--text-soft); }
.kb { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 22px; font-size: 0.95rem; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.kb pre { margin: 0; white-space: pre-wrap; font-family: var(--font-body); line-height: 1.55; }
.kb .hash { color: var(--violet); font-weight: 800; }
.kb__hint { margin-top: 12px; color: var(--text-soft); font-size: 0.85rem; }
.qr { display: grid; gap: 10px; }
.qr button { text-align: left; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 14px 16px; cursor: pointer; transition: border-color 0.2s, transform 0.15s var(--ease); box-shadow: var(--shadow-card); }
.qr button:hover { border-color: var(--ink); }
.qr button[aria-pressed="true"] { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.qr strong { display: block; margin-bottom: 3px; }
.qr span { color: var(--text-soft); font-size: 0.92rem; }
.qr__out { border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: var(--lemon); min-height: 120px; color: var(--text-soft); }
.qr__out p { margin: 0; }
.qr__out.is-filled { color: var(--ink); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); counter-reset: s; }
.steps li { counter-increment: s; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.steps li::before { content: counter(s, decimal-leading-zero); font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); display: block; line-height: 1; margin-bottom: 14px; }
.steps .doodle { width: 64px; height: 64px; margin-bottom: 14px; }
.steps h3 { font-size: 1.35rem; margin-bottom: 0.3em; }
.steps p { margin: 0; color: var(--text-soft); }
.who { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.who > div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-card); text-align: center; }
.who .doodle { margin: 0 auto 14px; }
.who h3 { font-size: 1.4rem; }
.who p { color: var(--text-soft); margin: 0; }
.who ul { margin: 14px 0 0; padding: 0; list-style: none; color: var(--text-soft); display: grid; gap: 6px; }
.who li::before { content: "\2713"; color: var(--ink); font-weight: 800; margin-right: 8px; }
.split { display: grid; grid-template-columns: 1fr 1fr; border-radius: 24px; overflow: hidden; }
.split__ink { background: var(--ink); color: #fff; padding: clamp(28px, 4vw, 56px); display: grid; align-content: center; gap: 12px; }
.split__ink .kicker { color: var(--yellow); }
.split__ink p { color: var(--text-on-dark-soft); max-width: 46ch; }
.split__ink .link { color: var(--yellow); }
.split__yellow { background: var(--yellow); padding: clamp(28px, 4vw, 56px); display: grid; place-items: center; position: relative; overflow: hidden; }
.split__yellow .os__art svg { width: 100%; max-width: 420px; height: auto; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-card); padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.01em; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 11px; height: 11px; border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: translateY(-70%) rotate(45deg); transition: transform 0.25s var(--ease); }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { margin: 0 0 22px; max-width: 70ch; color: var(--text-soft); }
.cta-final { background: var(--yellow); color: var(--ink); padding: clamp(64px, 9vw, 140px) 0; position: relative; overflow: hidden; text-align: center; }
.cta-final h2 { max-width: 20ch; margin-inline: auto; }
.cta-final p { max-width: 52ch; font-size: 1.15rem; margin-inline: auto; color: rgba(17, 19, 24, 0.75); }
.cta-final__actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.page-hero { background: var(--tint, var(--grey)); color: var(--ink); padding: clamp(48px, 7vw, 100px) 0 clamp(40px, 5vw, 80px); position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(2.5rem, 5.6vw, 5.4rem); max-width: 16ch; }
.page-hero .lead { max-width: 46ch; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.page-hero__grid > .shot, .page-hero__grid > .frame, .page-hero__grid > .annot { margin-bottom: calc(-1 * clamp(40px, 5vw, 80px) - 60px); position: relative; z-index: 2; }
.page-hero--overlap + .sec { padding-top: calc(var(--sec-pad) + 40px); }
.page-hero--center { text-align: center; }
.page-hero--center h1, .page-hero--center .lead { margin-inline: auto; }
.flist { display: grid; gap: clamp(64px, 8vw, 120px); }
.fblock { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 72px); align-items: start; }
.fblock:nth-child(even) > :first-child { order: 2; }
.fblock__text { position: sticky; top: 100px; }
.fblock__text h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }
.fblock ul.checks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.checks li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--text-soft); }
.checks .ico { color: var(--ink); margin-top: 3px; background: var(--yellow); border-radius: 50%; padding: 3px; }
.checks strong { color: var(--ink); font-weight: 700; }
.fblock__shots { display: grid; gap: 20px; }

/* 17. Formular ----------------------------------------------------------- */
.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: 0.95rem; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line); background: #fff; font: inherit; color: var(--text); }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.2); }
.field small { color: var(--text-soft); }
.hp { position: absolute; left: -9999px; }
.notice { padding: 16px 18px; border-radius: 12px; background: var(--mintbg); border: 1px solid #9FE1C6; color: #0B4B34; }
.notice--err { background: var(--blush); border-color: #F5B4C0; color: #6A1224; }
.contact-side { display: grid; gap: 22px; align-content: start; }
.contact-side p { margin: 0; color: var(--text-soft); }
.contact-side strong { font-family: var(--font-display); font-size: 1.15rem; display: block; margin-bottom: 4px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow-card); }

/* 18. Pomocne ------------------------------------------------------------ */
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 16px; } .mt-4 { margin-top: 32px; } .mt-6 { margin-top: 56px; }
.mb-0 { margin-bottom: 0; }
.stack { display: grid; gap: 20px; }
.js .reveal > * { clip-path: inset(0 0 100% 0 round var(--radius-sm)); transition: clip-path 1s var(--ease); }
.js .reveal.is-in > * { clip-path: inset(0 0 0 0 round var(--radius-sm)); }
.narrow { max-width: 460px; margin-inline: auto; width: 100%; }
.narrow--m { max-width: 560px; }
.narrow--phone { max-width: 320px; }
.only-mobile { display: none; }


/* 19. Doplnky pro file-CMS verzi (aliasy a nove prvky) ------------------ */
h1, h2, h3, h4 { font-variation-settings: "opsz" 32; letter-spacing: -0.035em; font-weight: 800; }
h1 { font-size: clamp(2.8rem, 6.6vw, 6.4rem); letter-spacing: -0.045em; line-height: 0.98; }
.h-quiet { font-weight: 700; }
.muted { color: var(--text-soft); }
.mt-3 { margin-top: 24px; } .mt-5 { margin-top: 44px; }
.sec--grey { background: var(--grey); }
.sec--tinted { background: var(--tint, var(--lavender)); color: var(--ink); }
.btn--outline { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: 28px; }
.card--area { text-decoration: none; display: grid; gap: 10px; align-content: start; color: var(--ink); transition: transform 0.2s var(--ease), box-shadow 0.2s; }
.card--area:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(17, 19, 24, 0.05), 0 24px 44px -20px rgba(17, 19, 24, 0.28); }
.card--area h3 { margin: 0; font-size: 1.35rem; }
.card--area p { margin: 0; color: var(--text-soft); }
.card--area .link { margin-top: auto; padding-top: 6px; font-size: 0.95rem; }
.card__ico { width: 52px; height: 52px; border-radius: 14px; background: var(--lemon); display: grid; place-items: center; color: var(--ink); }
.card--who { text-align: center; padding: 32px 28px; }
.card--who .illo { margin: 0 auto 14px; }
.card--who h3 { font-size: 1.4rem; }
.card--who p { color: var(--text-soft); margin: 0; }
.card--who ul { margin: 14px 0 0; padding: 0; list-style: none; color: var(--text-soft); display: grid; gap: 6px; }
.card--who li::before { content: "\2713"; color: var(--ink); font-weight: 800; margin-right: 8px; }
.card--form { border-radius: 24px; padding: clamp(24px, 3vw, 40px); }
.illo { width: 80px; height: 80px; display: block; }

/* hero s ramem a samolepkami */
.hero__frame { position: relative; padding: clamp(14px, 2.2vw, 32px); padding-bottom: 20%; border-radius: 24px; background: linear-gradient(135deg, #5AA9FF, #2F6BFF 55%, #8B6CFF); }
.hero__main .shot { border: 0; box-shadow: 0 30px 60px -24px rgba(17, 19, 24, 0.45); }
.hero__layer { position: absolute; z-index: 3; }
.hero__layer--a { left: -6%; bottom: -6%; width: 52%; }
.hero__layer--b { right: -4%; bottom: -8%; width: 24%; }
.hero__layer .shot { box-shadow: 0 30px 60px -24px rgba(17, 19, 24, 0.5), 0 0 0 1px rgba(17, 19, 24, 0.06); }
.hero__stage { aspect-ratio: auto; min-height: 0; }
.hero--load .hero__layer { opacity: 0; transform: translateY(30px); transition: transform 0.9s var(--ease), opacity 0.9s var(--ease); }
.hero__stage.is-in .hero__layer { opacity: 1; transform: none; }
.sticker { position: absolute; z-index: 6; background: var(--yellow); color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: clamp(0.8rem, 1.1vw, 1.05rem); text-transform: uppercase; letter-spacing: 0.02em; padding: 8px 12px; border-radius: 4px; box-shadow: 0 6px 18px -6px rgba(17, 19, 24, 0.35), 0 0 0 1px rgba(17, 19, 24, 0.06); white-space: nowrap; transform: rotate(-4deg); }
.sticker::after { content: ""; position: absolute; width: 14px; height: 14px; background: inherit; left: 18px; bottom: -6px; transform: rotate(45deg); z-index: -1; }
.sticker--tl { left: 4%; top: -4%; } .sticker--tr { right: 4%; top: -4%; transform: rotate(3deg); } .sticker--tr::after { left: auto; right: 18px; }
.sticker--bl { left: 10%; bottom: 22%; transform: rotate(-6deg); } .sticker--br { right: 10%; bottom: 28%; transform: rotate(4deg); background: #fff; } .sticker--br::after { left: auto; right: 18px; }

/* zluty pas */
.band { background: var(--band, var(--yellow)); color: var(--ink); border-radius: 24px; padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.band h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.band p { color: rgba(17, 19, 24, 0.75); }
.band .link { color: var(--ink); }

/* prohlidka jezdcem - pastelovy panel s cislem */
.story__panel { border-radius: 28px; padding: clamp(28px, 4vw, 64px); background: var(--story-tint, var(--sky)); position: relative; transition: background 0.5s linear; }
.story__num { position: absolute; right: clamp(24px, 4vw, 56px); top: clamp(20px, 3vw, 40px); font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 300; letter-spacing: -0.04em; line-height: 1; color: var(--ink); opacity: 0.85; }
.story__stage { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); }
.story__text h3 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.story__text p { color: var(--text-soft); }
.story__stops button { color: var(--text-soft); }
.story__stops button[aria-pressed="true"], .story__stops button:hover { color: var(--ink); }
.story__range::-webkit-slider-runnable-track { background: linear-gradient(90deg, var(--story-color) var(--story-progress, 0%), rgba(17, 19, 24, 0.14) 0); }
.story__range::-moz-range-track { background: rgba(17, 19, 24, 0.14); }
.story__range::-webkit-slider-thumb { box-shadow: 0 6px 20px rgba(17, 19, 24, 0.25); }
.story__shot .shot { border-radius: 16px; }

/* split (cerna + zluta) a produkty */
.split__dark { background: var(--ink); color: #fff; padding: clamp(28px, 4vw, 56px); display: grid; align-content: center; gap: 12px; }
.split__dark h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.split__dark p { color: var(--text-on-dark-soft); max-width: 46ch; }
.split__dark .btn { justify-self: start; }
.split__yellow .shot { max-width: 520px; transform: translate(6%, 10%); }
.products { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; align-items: start; }
.products__main { padding: 0; overflow: hidden; border-radius: 20px; }
.products__frame { padding: clamp(18px, 3vw, 40px) clamp(18px, 3vw, 40px) 0; background: radial-gradient(120% 100% at 0% 100%, #FF8A6B 0%, #FF4FA3 45%, #FF5A36 100%); }
.products__frame .shot { border-radius: 12px 12px 0 0; border: 0; }
.products__row { display: flex; align-items: center; gap: 16px; padding: 20px 24px; }
.products__row > div { flex: 1; }
.products__row strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; }
.products__row p { margin: 2px 0 0; color: var(--text-soft); }
.products__row .badge { display: inline-block; font-style: normal; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; margin-left: 8px; vertical-align: middle; }
.products__list { display: grid; gap: 20px; }
.products__item { display: flex; gap: 16px; align-items: center; text-decoration: none; color: var(--ink); padding: 24px; transition: transform 0.2s var(--ease); }
.products__item:hover { transform: translateY(-2px); }
.products__item strong { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; display: block; }
.products__item p { margin: 2px 0 0; color: var(--text-soft); }
.products__ico { width: 56px; height: 56px; border-radius: 14px; background: var(--lavender); display: grid; place-items: center; color: var(--violet); flex: 0 0 auto; }

/* podstranky */
.page-hero__center { text-align: center; }
.page-hero__center h1, .page-hero__center .lead { margin-inline: auto; max-width: 22ch; }
.page-hero__center .lead { max-width: 60ch; }
.page-hero__shot { padding: clamp(12px, 1.8vw, 24px); border-radius: 20px; background: rgba(255, 255, 255, 0.55); }
.page-hero__shot .shot { border: 0; }
.fblock { border-radius: 28px; padding: clamp(24px, 3.5vw, 56px); background: var(--tint, transparent); }
.fblock[data-tint] { border: 0; }
.sec--fblock { padding-block: calc(var(--sec-pad) * 0.35); }
.sec--fblock + .sec--fblock { padding-top: 0; }
.fblock__text { position: static; }
.fblock__text h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.rules .card, .sec--tinted .card { background: #fff; }
.kb pre { font-size: 0.95rem; }

/* velka paticka */
.site-foot { background: #fff; border-top: 1px solid var(--line); padding: 56px 0 28px; }
.site-foot__apps { display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.site-foot__apps strong { color: var(--ink); font-weight: 800; }
.site-foot__apps span { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 500; }
.site-foot__cols { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px 24px; }
.site-foot__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-foot__col a { color: var(--text-soft); text-decoration: none; }
.site-foot__col a:hover { color: var(--ink); text-decoration: underline; }
.site-foot__domains { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.site-foot__domains strong { color: var(--ink); font-weight: 800; margin-right: 8px; }
.site-foot__domains span { color: var(--text-soft); }
.site-foot__bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 0.88rem; }
.site-foot__bottom p { margin: 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.brand--small { font-size: 1.05rem; gap: 8px; }
.cta-final { background: var(--cta, var(--yellow)); }
.inline-extra { margin-top: 16px; color: var(--text-soft); }
.story__panel { padding-top: calc(clamp(20px, 3vw, 40px) + clamp(3rem, 5.5vw, 5.5rem)); }
.story__num { top: clamp(16px, 2.4vw, 32px); right: auto; left: clamp(28px, 4vw, 64px); font-weight: 200; }

/* 20. Fullscreen - obsah vyuziva celou sirku obrazovky ------------------- */
.brand--img img { display: block; width: auto; }
.brand__name { font-family: var(--font-display); font-weight: 800; }
@media (min-width: 1700px) {
  html { font-size: 18px; }
  .hero__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .hero__lead { max-width: 44ch; }
  .areas { grid-template-columns: repeat(6, 1fr); }
  .two { gap: clamp(48px, 6vw, 140px); }
  .story__stage { grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .site-foot__cols { grid-template-columns: repeat(6, 1fr); }
}
@media (min-width: 2200px) {
  html { font-size: 20px; }
  .measure, .lead { max-width: 60ch; }
}

/* 21. Prispevky, rubriky, clanek ---------------------------------------- */
.cat-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 28px; }
.cat-nav a { --c: var(--ink); padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.95rem; }
.cat-nav a:hover, .cat-nav a[aria-current="page"] { background: var(--c); border-color: var(--c); color: #fff; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-grid--2 { grid-template-columns: repeat(2, 1fr); } .post-grid--1 { grid-template-columns: minmax(0, 720px); } .post-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (min-width: 1700px) { .post-grid { grid-template-columns: repeat(4, 1fr); } .post-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.post-card { display: grid; grid-template-rows: auto 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.2s var(--ease), box-shadow 0.2s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(17, 19, 24, 0.05), 0 24px 44px -20px rgba(17, 19, 24, 0.28); }
.post-card__img { display: block; aspect-ratio: 16 / 9; background: var(--grey); overflow: hidden; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.post-card:hover .post-card__img img { transform: scale(1.04); }
.post-card__noimg { display: block; height: 100%; background: linear-gradient(135deg, var(--sky), var(--lavender)); }
.post-card__body { padding: 20px 22px 22px; display: grid; gap: 10px; align-content: start; }
.post-card__cat { --c: var(--blue); display: inline-block; justify-self: start; padding: 4px 10px; border-radius: 6px; background: color-mix(in srgb, var(--c) 12%, #fff); color: var(--c); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; }
.post-card h3 { font-size: 1.3rem; margin: 0; line-height: 1.2; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card p { margin: 0; color: var(--text-soft); font-size: 0.98rem; }
.post-card__meta { display: flex; gap: 14px; color: var(--text-soft); font-size: 0.85rem; margin-top: 4px; }
.post-card--big { grid-column: 1 / -1; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); grid-template-rows: none; }
.post-card--big .post-card__img { aspect-ratio: auto; min-height: 380px; }
.post-card--big .post-card__body { padding: clamp(28px, 4vw, 56px); align-content: center; }
.post-card--big h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.pager { display: flex; gap: 8px; justify-content: center; margin-top: 48px; }
.pager a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 700; }
.pager a[aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }

.article__head { --c: var(--blue); background: color-mix(in srgb, var(--c) 8%, #fff); padding: clamp(40px, 6vw, 88px) 0 0; }
.article__headin { max-width: 1100px; margin-inline: auto; text-align: center; padding-bottom: clamp(32px, 5vw, 64px); }
.crumbs { display: flex; gap: 10px; justify-content: center; font-size: 0.9rem; color: var(--text-soft); margin-bottom: 24px; flex-wrap: wrap; }
.crumbs a { color: var(--text-soft); text-decoration: none; } .crumbs a:hover { color: var(--ink); }
.article__preview { display: inline-block; background: var(--lemon); color: var(--ink); padding: 8px 14px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; margin-bottom: 18px; }
.article__head h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); max-width: 22ch; margin: 18px auto 0.4em; }
.article__perex { font-size: clamp(1.15rem, 1.6vw, 1.45rem); color: var(--text-soft); max-width: 64ch; margin-inline: auto; line-height: 1.45; }
.article__meta { display: flex; gap: 20px; justify-content: center; align-items: center; color: var(--text-soft); font-size: 0.95rem; margin-top: 28px; flex-wrap: wrap; }
.article__author { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 600; }
.article__author i { width: 34px; height: 34px; border-radius: 50%; background: var(--c); color: #fff; display: grid; place-items: center; font-style: normal; font-weight: 800; }
.article__hero { max-width: 1400px; margin-bottom: calc(-1 * clamp(60px, 8vw, 140px)); position: relative; z-index: 1; }
.article__hero img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow-shot); display: block; }
.article__grid { display: grid; grid-template-columns: 80px minmax(0, 860px); justify-content: center; gap: 40px; padding: calc(clamp(60px, 8vw, 140px) + 40px) 0 var(--sec-pad); }
.article__side { position: sticky; top: 110px; align-self: start; }
.share { display: grid; gap: 8px; justify-items: center; }
.share strong { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-soft); margin-bottom: 4px; }
.share a, .share button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); cursor: pointer; transition: transform 0.15s var(--ease), background 0.15s; }
.share a:hover, .share button:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.share button.is-copied { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.article__body { font-size: 1.15rem; line-height: 1.7; }
.art-block { margin: 0 0 1.6em; }
.art-block[style*="background"] { padding: clamp(24px, 3vw, 48px); border-radius: 16px; }
.art-block--full { width: 100vw; margin-left: calc(50% - 50vw); }
.art-block--full .art-img img, .art-block--full .art-video, .art-block--full .art-gallery { border-radius: 0; }
.art-block--heading h2 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); margin: 1.2em 0 0.5em; }
.art-text p { margin: 0 0 1em; } .art-text h2 { font-size: 1.8rem; margin: 1.4em 0 0.5em; } .art-text h3 { font-size: 1.4rem; margin: 1.2em 0 0.4em; }
.art-text ul, .art-text ol { padding-left: 1.4em; margin: 0 0 1em; }
.art-text a { color: var(--blue); }
.art-text img { max-width: 100%; height: auto; border-radius: 12px; }
.art-block--quote blockquote { margin: 0; padding: 8px 0 8px 28px; border-left: 5px solid var(--yellow); font-size: 1.45rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.4; }
.art-img { margin: 0; }
.art-img img { width: 100%; height: auto; border-radius: 16px; display: block; box-shadow: var(--shadow-card); }
.art-img figcaption { font-size: 0.9rem; color: var(--text-soft); margin-top: 10px; text-align: center; }
.art-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.art-gallery[data-gallery-n="1"] { grid-template-columns: 1fr; } .art-gallery[data-gallery-n="2"], .art-gallery[data-gallery-n="4"] { grid-template-columns: 1fr 1fr; }
.art-gallery a { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; }
.art-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.art-gallery a:hover img { transform: scale(1.05); }
.art-video { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #000; }
.art-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.art-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.art-block--divider hr { border: 0; border-top: 1px solid var(--line); margin: 2.4em 0; }
.lightbox { position: fixed; inset: 0; z-index: 900; background: rgba(14, 18, 32, 0.94); display: grid; place-items: center; padding: 60px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 52px; height: 52px; border-radius: 50%; font-size: 30px; cursor: pointer; line-height: 1; }
.lightbox button:hover { background: rgba(255,255,255,.28); }
.lightbox__close { top: 20px; right: 20px; } .lightbox__prev { left: 20px; top: 50%; transform: translateY(-50%); } .lightbox__next { right: 20px; top: 50%; transform: translateY(-50%); }

/* 22. Socialni site ------------------------------------------------------ */
.social { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.social__item { display: inline-flex; align-items: center; gap: 8px; width: 40px; height: 40px; justify-content: center; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; transition: background 0.15s, color 0.15s, transform 0.15s var(--ease); }
.social__item:hover { background: var(--sc, var(--ink)); border-color: var(--sc, var(--ink)); color: #fff; transform: translateY(-2px); }
.social--head { margin-right: 8px; }
.social--head .social__item { width: 34px; height: 34px; border-color: transparent; }
.social--foot .social__item { width: auto; height: auto; padding: 8px 14px 8px 10px; border-radius: 999px; font-weight: 600; font-size: 0.92rem; }
.site-foot__social { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.site-foot__social strong { color: var(--ink); font-weight: 800; }

/* 23. Bezici pas webu (ticker) ------------------------------------------ */
.ticker { --t1: var(--yellow); --t2: var(--ink); position: relative; width: 100%; overflow: hidden; border-top: 1px solid rgba(17, 19, 24, 0.1); }
.ticker__title { margin: 0; padding: 22px 0 18px; text-align: center; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft); background: #fff; }
.ticker__row { display: flex; overflow: hidden; white-space: nowrap; padding: 18px 0; position: relative; }
.ticker__row--1 { background: var(--t1); color: var(--ink); }
.ticker__row--2 { background: var(--t2); color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.ticker__track { display: inline-flex; align-items: center; animation: ticker-left var(--dur, 900s) linear infinite; will-change: transform; }
.ticker__row--2 .ticker__track { animation: ticker-right var(--dur, 900s) linear infinite; }
.ticker__row:hover .ticker__track { animation-play-state: paused; }
@keyframes ticker-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes ticker-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.ticker__item { display: inline-flex; align-items: center; gap: 28px; padding: 0 28px; font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: inherit; text-decoration: none; transition: color 0.25s, transform 0.25s var(--ease); }
.ticker__item:hover { transform: scale(1.06); }
.ticker__row--1 .ticker__item:hover { color: var(--blue); }
.ticker__row--2 .ticker__item:hover { color: var(--yellow); }
.ticker__dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: 0.55; flex-shrink: 0; }
.ticker__row::before, .ticker__row::after { content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.ticker__row--1::before { left: 0; background: linear-gradient(90deg, var(--t1), transparent); } .ticker__row--1::after { right: 0; background: linear-gradient(270deg, var(--t1), transparent); }
.ticker__row--2::before { left: 0; background: linear-gradient(90deg, var(--t2), transparent); } .ticker__row--2::after { right: 0; background: linear-gradient(270deg, var(--t2), transparent); }
@media (min-width: 1024px) { .ticker__row { padding: 22px 0; } .ticker__item { font-size: 1.5rem; padding: 0 36px; gap: 36px; } }
@media (min-width: 1600px) { .ticker__row { padding: 26px 0; } .ticker__item { font-size: 1.8rem; padding: 0 44px; gap: 44px; } .ticker__dot { width: 10px; height: 10px; } }
@media (min-width: 2200px) { .ticker__row { padding: 32px 0; } .ticker__item { font-size: 2.2rem; padding: 0 56px; gap: 56px; } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation-play-state: paused; } }

/* 24. Fotogalerie ---------------------------------------------------------- */
.gal-tools { display: flex; gap: 8px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.gal-tools input, .gal-tools select { padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; font: inherit; min-width: 240px; background: #fff; }
.albums { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (min-width: 1700px) { .albums { grid-template-columns: repeat(3, 1fr); } }
.album { position: relative; display: block; aspect-ratio: 16 / 8; border-radius: var(--radius); overflow: hidden; background: var(--grey); text-decoration: none; color: #fff; box-shadow: var(--shadow-card); }
.album img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.album:hover img { transform: scale(1.04); }
.album__empty { display: block; height: 100%; background: linear-gradient(135deg, var(--sky), var(--lavender)); }
.album__body { position: absolute; inset: auto 0 0 0; padding: 28px 28px 24px; background: linear-gradient(0deg, rgba(10, 12, 18, 0.85), transparent); display: grid; gap: 4px; }
.album__kicker { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); }
.album__body strong { font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -0.02em; line-height: 1.1; }
.album__meta { color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; }
.gal-head { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; }
.gal-head__title h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 6px 0 8px; }
/* mozaika: radky stejne vysoke pres celou sirku, kazda fotka cela (algoritmus z Public Centraly) */
.mosaic { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.mosaic.is-laid { display: block; position: relative; }
.mosaic__item { display: block; border-radius: 14px; overflow: hidden; background: var(--grey); box-shadow: var(--shadow-card); aspect-ratio: 4 / 3; }
.mosaic.is-laid .mosaic__item { position: absolute; left: var(--x); top: var(--y); aspect-ratio: auto; }
.mosaic__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--ease), filter 0.3s; }
.mosaic__item:hover img { transform: scale(1.04); filter: brightness(1.05); }
.h-quiet .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--red); margin-right: 8px; vertical-align: middle; }
.glb { position: fixed; inset: 0; z-index: 950; background: rgba(8, 10, 16, 0.96); display: grid; grid-template-rows: 1fr auto; }
.glb[hidden] { display: none; }
.glb__stage { position: relative; display: grid; place-items: center; padding: 24px 80px; min-height: 0; }
.glb__fig { margin: 0; max-width: 100%; max-height: 100%; display: grid; justify-items: center; gap: 10px; }
.glb__fig img { max-width: 100%; max-height: calc(100vh - 140px); border-radius: 8px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); object-fit: contain; }
.glb__fig figcaption { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; }
.glb__nav, .glb__close { position: absolute; background: rgba(255, 255, 255, 0.1); color: #fff; border: 0; width: 56px; height: 56px; border-radius: 50%; font-size: 34px; cursor: pointer; line-height: 1; display: grid; place-items: center; }
.glb__nav:hover, .glb__close:hover { background: var(--yellow); color: var(--ink); }
.glb__nav--prev { left: 20px; top: 50%; transform: translateY(-50%); } .glb__nav--next { right: 20px; top: 50%; transform: translateY(-50%); } .glb__close { top: 20px; right: 20px; }
.glb__bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; color: rgba(255, 255, 255, 0.8); border-top: 1px solid rgba(255, 255, 255, 0.08); }
.glb__tools { display: flex; gap: 8px; }
.glb__tools button, .glb__tools select { background: #fff; color: var(--ink); border: 0; border-radius: 10px; padding: 10px 16px; font: inherit; font-weight: 700; cursor: pointer; }
@media (max-width: 700px) { .albums { grid-template-columns: 1fr; } .gal-head { grid-template-columns: 1fr; } .glb__stage { padding: 16px; } .glb__nav { display: none; } .mosaic { gap: 8px; } }
.albums .album:first-child { grid-column: 1 / -1; aspect-ratio: 21 / 8; }
.h-quiet { font-size: 0.85rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft); margin: 0 0 18px; }
