/* ============================================================
   MIŠMAŠ FITNESS — header, hero & section styles
   ============================================================ */

/* ===================== HEADER ===================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  /* odsazení o výřez (Dynamic Island / notch) — obsah headeru pod čelem, ne pod ostrovem.
     Na zařízeních bez výřezu je env() = 0, takže beze změny. Viz viewport-fit=cover. */
  padding-top: env(safe-area-inset-top, 0px);
  transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}
.header-inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 18px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 3;
}
.header.scrolled::before {
  content: none;
}
/* single feathered blur layer — pure linear mask, no plateau = no hard line */
.hdr-blur {
  position: absolute; left: 0; right: 0; top: 0; bottom: -54px;
  z-index: 1; pointer-events: none;
  opacity: 0; transition: opacity .4s var(--ease);
  background: linear-gradient(to bottom, rgba(16,17,20,0.6), rgba(16,17,20,0));
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  -webkit-mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,0));
          mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,0));
}
.header.scrolled .hdr-blur { opacity: 1; }

.logo {
  display: inline-flex;
  align-items: center;
}
/* vlastní vrstva v plném rozlišení displeje — jinak se maskované SVG v kompozitní
   vrstvě fixní hlavičky rasterovalo v 1× a na retina vypadalo rozmazaně */
.logo-svg { height: 46px; width: auto; display: block; }

.nav { justify-self: center; display: flex; align-items: center; }
.nav ul { list-style: none; display: flex; gap: 6px; align-items: center; }
.nav a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--fg-soft);
  padding: 9px 15px;
  border-radius: 100px;
  transition: color .25s, background .25s;
  position: relative;
}
.nav a:hover { color: var(--fg); background: var(--w60); }

.header-cta { justify-self: end; display: flex; align-items: center; gap: 12px; }

.burger { display: none; padding: 12px; }
.burger svg { width: 20px; height: 20px; }

/* mobile dropdown nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 8px var(--gutter) 18px;
  background: var(--surface);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-brd);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 13px 6px; font-size: 16px; font-weight: 600; color: var(--fg-soft); border-bottom: 1px solid var(--w50); }
.mobile-nav a:hover { color: var(--accent); }
@media (min-width: 921px) { .mobile-nav { display: none !important; } }

/* ===================== HERO ===================== */
/* cinematic hero stage (normal flow) */
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding-bottom: 120px;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media image-slot { width: 100%; height: 100%; }
/* slow cinematic drift to read as motion video even as a still */
.hero-media .kenburns { position:absolute; inset:-6%; animation: drift 26s var(--ease) infinite alternate; }
.hero-media .kenburns.sec-img { inset: 0; width: 100%; height: 100%; object-fit: cover; transform-origin: center; will-change: transform; }
@keyframes drift {
  from { transform: scale(1.06) translate(0,0); }
  to   { transform: scale(1.16) translate(-2.5%, -2%); }
}
/* cinematic dark gradient overlays for readability + mood */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, var(--scrim-62) 0%, var(--scrim-28) 32%, var(--scrim-58) 62%, var(--scrim-95) 100%),
    linear-gradient(90deg, var(--scrim-86) 0%, var(--scrim-34) 48%, var(--scrim-0) 72%),
    radial-gradient(80% 60% at 78% 22%, rgba(255,66,0,0.10), transparent 60%);
  opacity: var(--hero-dark, 1);
}
.hero .wrap { position: relative; z-index: 3; width: 100%; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 40px;
  align-items: center;
}

.hero-live {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--fg);
  background: var(--w60);
  border: 1px solid var(--glass-brd);
  padding: 8px 15px; border-radius: 100px;
  backdrop-filter: blur(10px);
}
.hero-live .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #36d36a;
  box-shadow: 0 0 0 0 rgba(54,211,106,.7);
  animation: pulseGreen 2.2s infinite;
}
@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(54,211,106,.55); }
  70% { box-shadow: 0 0 0 12px rgba(54,211,106,0); }
  100% { box-shadow: 0 0 0 0 rgba(54,211,106,0); }
}

.hero-title { margin: 22px 0 20px; max-width: 16ch; font-size: clamp(32px, 4.0vw, 58px); line-height: 1.02; }
.hero-title .ln { display: block; white-space: nowrap; }
.hero-title .ln { display: block; }
.hero-lead { font-size: clamp(16px, 1.3vw, 19px); color: var(--fg-soft); max-width: 50ch; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }

/* stat chip row */
.hero-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.hero-ctas { margin-top: 28px; }

/* floating glass column on right */
.hero-cards { display: grid; gap: 14px; align-content: center; }

.float-card { padding: 18px 18px 16px; }
.float-card .fc-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 13px;
}
.float-card .fc-title {
  font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fg-mute);
}
.fc-link { font-size: 12px; color: var(--accent); font-weight: 700; }

/* news list */
.news-item { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; }
.news-item + .news-item { border-top: 1px solid var(--w70); }
.news-ico {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: rgba(255,66,0,0.13); color: var(--accent);
  display: grid; place-items: center; font-size: 15px;
}
.news-item.amber .news-ico { background: rgba(244,162,60,0.14); color: var(--amber); }
.news-txt { min-width: 0; padding-top: 1px; }
.news-txt b { font-size: 13.5px; font-weight: 700; display: block; line-height: 1.25; margin-bottom: 3px; }
.news-txt span { font-size: 11.5px; color: var(--fg-mute); line-height: 1.35; display: block; }

/* upcoming class rows */
.cls-row { display: flex; align-items: center; gap: 13px; padding: 10px 0; }
.cls-row + .cls-row { border-top: 1px solid var(--w70); }
.cls-time {
  font-family: var(--font-display); font-weight: 700; font-size: 21px;
  color: var(--fg); line-height: 1; width: 58px; flex: none;
}
.cls-time small { display:block; font-family: var(--font-body); font-size: 10px; font-weight:700; letter-spacing:.1em; color: var(--fg-mute); }
.cls-info { min-width: 0; flex: 1; }
.cls-info b { font-size: 13.5px; font-weight: 700; display:block; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cls-info span { font-size: 11.5px; color: var(--fg-mute); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cls-tag { margin-left: auto; }

/* opening hours mini card */
.hours-row { display: flex; justify-content: space-between; gap: 14px; font-size: 13.5px; padding: 6px 0; white-space: nowrap; }
.hours-row + .hours-row { border-top: 1px solid var(--w60); }
.hours-row span:first-child { color: var(--fg-soft); }
.hours-row span:last-child { font-weight: 700; font-variant-numeric: tabular-nums; }
.hours-row.happy span:last-child { color: var(--amber); }

/* scroll cue */
.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-mute);
}
.scroll-cue .line { width: 1px; height: 40px; background: linear-gradient(var(--fg-mute), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after { content:""; position:absolute; top:-40px; left:0; width:1px; height:40px; background: var(--accent); animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { to { top: 40px; } }

/* content that scrolls OVER the sticky hero sits above it */
.page-flow { position: relative; z-index: 2; }

/* ===================== O FITKU ===================== */
.about { background: linear-gradient(180deg, var(--ink-900), var(--ink-850)); border-top: 1px solid var(--w50); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about-copy .lead { margin-top: 24px; }
.about-points { margin-top: 30px; display: grid; gap: 14px; }
.about-point { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--fg-soft); }
.about-point .tick { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,66,0,0.14); color: var(--accent); display: grid; place-items: center; flex: none; margin-top: 1px; font-size: 12px; }

.about-visual { position: relative; }
.about-visual .v-main { width: 100%; aspect-ratio: 4/5; }
.about-visual .v-badge {
  position: absolute; left: -28px; bottom: 38px;
  padding: 18px 22px; text-align: left;
}
.about-visual .v-badge .num { font-family: var(--font-display); font-weight: 700; font-size: 52px; line-height: .9; color: var(--accent); }
.about-visual .v-badge .lab { font-size: 12.5px; color: var(--fg-soft); letter-spacing: .04em; }

.stat-strip { margin-top: clamp(54px, 7vw, 90px); display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--w70); border: 1px solid var(--w70); border-radius: var(--r-lg); overflow: hidden; }
.stat-cell { background: var(--ink-850); padding: 26px 20px; text-align: left; }
.stat-cell .sv { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 3.4vw, 48px); line-height: 1; color: var(--fg); }
.stat-cell .sv .u { color: var(--accent); }
.stat-cell .sl { font-size: 12.5px; color: var(--fg-mute); margin-top: 8px; letter-spacing: .02em; }

/* ===================== ZONES ===================== */
.zones-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px 48px; margin-bottom: 46px; flex-wrap: wrap; }
.zones-head > div:first-child { min-width: 0; }
.zones-head .lead { flex: 0 1 auto; }
.zones-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.zone-card { position: relative; overflow: hidden; border-radius: var(--r-lg); min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--glass-brd); }
.zone-card image-slot { position: absolute; inset: 0; }
.zone-card .z-grad { position: absolute; inset: 0; background: linear-gradient(180deg, var(--scrim-10) 18%, var(--scrim-62) 52%, var(--scrim-96)); z-index: 1; }
.zone-card .z-body { position: relative; z-index: 2; }
.zone-card .z-kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.zone-card h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 30px; line-height: .95; margin: 8px 0 10px; }
.zone-card p { font-size: 14px; color: var(--fg-soft); max-width: 38ch; }
.zone-card .z-chips { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 14px; }
.zone-card.span4 { grid-column: span 4; min-height: 380px; }
.zone-card.span2 { grid-column: span 2; }
.zone-card.span3 { grid-column: span 3; }
.zone-card:hover image-slot .kenburns, .zone-card:hover .kenburns { transform: scale(1.08); }
.zone-card .kenburns { position:absolute; inset:0; transition: transform 1.2s var(--ease); }

/* ===================== PRICING ===================== */
.pricing { background: linear-gradient(180deg, var(--ink-850), var(--ink-900)); }
.pricing-head { text-align: center; max-width: 880px; margin: 0 auto 12px; }
.pricing .h2 { font-size: clamp(34px, 4.4vw, 60px); }
.pricing-head .lead { margin: 18px auto 0; }

.price-tabs {
  display: flex; gap: 6px; flex-wrap: nowrap;
  justify-content: center;
  justify-content: safe center;
  margin: 40px auto 14px; padding: 7px;
  background: var(--w40);
  border: 1px solid var(--glass-brd);
  border-radius: 100px; width: fit-content; max-width: 100%;
  position: relative; backdrop-filter: blur(12px);
  overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  scroll-padding: 7px;
}
.price-tabs::-webkit-scrollbar { display: none; }
.price-tab {
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  color: var(--fg-mute); padding: 11px 20px; border-radius: 100px;
  border: none; background: none; cursor: pointer; white-space: nowrap;
  transition: color .3s; position: relative; z-index: 2;
}
.price-tab.active { color: var(--accent-ink); }
.price-tab:hover:not(.active) { color: var(--fg); }
.tab-pill {
  position: absolute; z-index: 1; top: 7px; bottom: 7px;
  background: var(--accent); border-radius: 100px;
  transition: left .42s var(--ease-out), width .42s var(--ease-out);
  box-shadow: 0 8px 22px -8px rgba(255,66,0,0.6);
}

.price-note-top { text-align: center; font-size: 13.5px; color: var(--fg-mute); margin-bottom: 40px; }
.price-note-top b { color: var(--amber); }

.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { padding: 30px 28px 28px; display: flex; flex-direction: column; transition: transform .4s var(--ease-out), border-color .4s; position: relative; overflow: hidden; }
.price-card:hover { transform: translateY(-5px); }
.price-card .pc-label { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-mute); }
.price-card .pc-price { font-family: var(--font-display); font-weight: 700; line-height: .95; margin: 16px 0 4px; display: flex; align-items: baseline; gap: 12px; }
.price-card .pc-price .amt { font-size: clamp(42px, 4.4vw, 56px); font-variant-numeric: tabular-nums; will-change: transform, opacity; }
@keyframes pcRise {
  0%   { opacity: 0; transform: translateY(0.2em); filter: blur(3px); }
  60%  { filter: blur(0); }
  100% { opacity: 1; transform: none; filter: none; }
}
.price-card .pc-price .amt.rise { animation: pcRise .52s var(--ease-out) both; }
@media (prefers-reduced-motion: reduce) { .price-card .pc-price .amt.rise { animation: none; } }
.price-card .pc-price .cur { font-size: 22px; color: var(--fg-soft); }
.price-card .pc-per { font-size: 13px; color: var(--fg-mute); }
.price-card .pc-desc { font-size: 14px; color: var(--fg-soft); margin: 16px 0 20px; line-height: 1.55; flex: 1; }
.price-card .pc-foot { margin-top: auto; }
.price-card.featured {
  border-color: rgba(244,162,60,0.5);
  background: linear-gradient(180deg, rgba(244,162,60,0.10), var(--glass-bg) 55%);
}
.price-card.featured::after {
  content:""; position:absolute; inset:0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(244,162,60,0.35);
  pointer-events:none;
}
.pc-badge {
  position: absolute; top: 18px; right: 18px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #2a1804; background: var(--amber); padding: 5px 11px; border-radius: 100px; white-space: nowrap;
}
.pc-anim { animation: priceIn .45s var(--ease-out); }
@keyframes priceIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.price-fine { margin-top: 34px; display: flex; gap: 10px 26px; flex-wrap: wrap; justify-content: center; font-size: 13px; color: var(--fg-mute); }
.price-fine span { display: inline-flex; align-items: center; gap: 7px; }
.price-fine .d { width: 5px; height: 5px; border-radius: 50%; background: var(--fg-faint); }

/* ===================== SCHEDULE ===================== */
.sched-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; flex-wrap: wrap; }
.day-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.day-tab {
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  padding: 11px 18px; border-radius: 100px; cursor: pointer;
  background: var(--w40); border: 1px solid var(--glass-brd);
  color: var(--fg-soft); transition: all .25s;
}
.day-tab small { display:block; font-size: 10px; font-weight: 700; letter-spacing:.08em; color: var(--fg-faint); margin-top: 2px; }
.day-tab.active { background: var(--fg); color: var(--ink-950); border-color: var(--fg); }
.day-tab.active small { color: var(--ink-700); }
.day-tab:hover:not(.active) { border-color: var(--glass-brd-2); color: var(--fg); }

.sched-list { display: grid; gap: 12px; }
.sched-card {
  display: grid; grid-template-columns: 96px 1fr auto auto; gap: 22px; align-items: center;
  padding: 18px 24px; border-radius: var(--r-md);
  background: var(--glass-bg); border: 1px solid var(--glass-brd);
  transition: border-color .3s, background .3s, transform .3s;
}
.sched-card:hover { border-color: var(--glass-brd-2); background: var(--glass-bg-2); transform: translateX(4px); }
.sched-time { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--accent); line-height: 1; }
.sched-time small { display:block; font-family:var(--font-body); font-size:11px; font-weight:700; color: var(--fg-mute); letter-spacing:.05em; }
.sched-name { font-size: 18px; font-weight: 700; }
.sched-name span { display:block; font-size: 13px; font-weight: 500; color: var(--fg-mute); margin-top: 3px; }
.sched-cat { font-size: 12.5px; }
.sched-empty { padding: 40px; text-align: center; color: var(--fg-mute); border: 1px dashed var(--glass-brd); border-radius: var(--r-md); }
.sched-note { margin-top: 26px; font-size: 13.5px; color: var(--fg-mute); display: flex; gap: 9px; align-items: center; }
.sched-note b { color: var(--fg-soft); }
/* odkaz na tiskový rozvrh: klikatelný jen obsah (ikona + text), ne celá šířka řádku */
.sched-print { display: inline-flex; align-self: flex-start; width: fit-content; }

/* ===================== TRAINERS ===================== */
.tr-filters { display: flex; gap: 9px; flex-wrap: wrap; margin: 30px 0 44px; }
.tr-filter {
  font-family: var(--font-body); font-weight: 600; font-size: 13.5px;
  padding: 9px 16px; border-radius: 100px; cursor: pointer;
  background: var(--w40); border: 1px solid var(--glass-brd); color: var(--fg-soft);
  transition: all .25s;
}
.tr-filter.active { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.tr-filter:hover:not(.active) { border-color: var(--glass-brd-2); color: var(--fg); }

.tr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
/* „Zobrazit další" — jen na desktopu (≥1081px): nad 8 trenérů schovej zbytek za tlačítko */
.tr-more-wrap { display: none; }
@media (min-width: 1081px) {
  .tr-more-wrap { display: flex; justify-content: center; margin-top: 34px; }
  .tr-grid:not(.tr-expanded) .tr-card:nth-child(n+9) { display: none; }
  .tr-grid.tr-expanded ~ .tr-more-wrap { display: none; }
}
.tr-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--glass-brd); background: var(--glass-bg); transition: transform .4s var(--ease-out), border-color .4s; position: relative; }
.tr-card:hover { border-color: var(--glass-brd-2); }
.tr-photo { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.tr-photo image-slot, .tr-photo .tr-img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.tr-photo .tr-grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, var(--scrim-92)); z-index: 1; }
.tr-photo .kenburns { position:absolute; inset:0; transition: transform 1s var(--ease); }
.tr-card:hover .kenburns { transform: scale(1.06); }
.tr-meta { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 18px; }
.tr-meta .tr-name { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 23px; line-height: 1; }
.tr-meta .tr-role { font-size: 12.5px; color: var(--accent); font-weight: 700; letter-spacing: .04em; margin-top: 6px; }
.tr-foot { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tr-foot .tr-cats { font-size: 12px; color: var(--fg-mute); }
.tr-foot .tr-go { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--glass-brd); display: grid; place-items: center; transition: all .25s; flex: none; }
.tr-card:hover .tr-go { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.tr-hidden { display: none !important; }

/* ===================== SOLARIUM ===================== */
.sol { background: linear-gradient(180deg, var(--ink-900), var(--ink-850)); position: relative; }
.sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.sol-visual { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: 460px; border: 1px solid rgba(244,162,60,0.25); }
.sol-visual image-slot { position:absolute; inset:0; }
.sol-visual .sol-glow { position:absolute; inset:0; background: radial-gradient(60% 60% at 70% 30%, rgba(244,162,60,0.22), transparent 60%); z-index: 1; }
.sol-price-chip {
  position: absolute; bottom: 24px; left: 24px; z-index: 2;
  display: flex; align-items: baseline; gap: 8px;
  padding: 16px 22px; border-radius: var(--r-md);
  background: var(--amber-glass); border: 1px solid rgba(244,162,60,0.4); backdrop-filter: blur(14px);
}
.sol-price-chip .p { font-family: var(--font-display); font-weight: 700; font-size: 40px; color: var(--amber); line-height: 1; }
.sol-price-chip .u { font-size: 13px; color: var(--fg-soft); }
.sol-copy { display: flex; flex-direction: column; justify-content: center; }
.sol-copy .h2 { font-size: clamp(32px, 3.6vw, 52px); }
.sol-specs { margin-top: 28px; display: grid; gap: 12px; }
.sol-spec { display: flex; gap: 13px; padding: 16px 18px; border-radius: var(--r-md); background: var(--glass-bg); border: 1px solid var(--glass-brd); align-items: center; }
.sol-spec .si { width: 40px; height: 40px; border-radius: 11px; background: rgba(244,162,60,0.14); color: var(--amber); display: grid; place-items: center; flex: none; }
.sol-spec b { font-size: 15px; display: block; line-height: 1.2; margin-bottom: 2px; }
.sol-spec span { font-size: 13px; color: var(--fg-mute); display: block; line-height: 1.3; }

/* ===================== HALLS ===================== */
.halls-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hall-card { position: relative; overflow: hidden; border-radius: var(--r-xl); min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border: 1px solid var(--glass-brd); }
.hall-card image-slot { position:absolute; inset:0; }
.hall-card .h-grad { position:absolute; inset:0; z-index:1; background: linear-gradient(180deg, var(--scrim-28) 12%, var(--scrim-72) 48%, var(--scrim-97)); }
.hall-card .h-body { position: relative; z-index: 2; }
.hall-card h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 38px; line-height: .95; }
.hall-card .h-desc { font-size: 14.5px; color: var(--fg-soft); margin: 12px 0 18px; max-width: 42ch; }
.hall-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.hall-metric { padding: 11px 16px; border-radius: var(--r-sm); background: var(--w60); border: 1px solid var(--glass-brd); }
.hall-metric .hv { font-family: var(--font-display); font-weight: 700; font-size: 26px; line-height: 1; color: var(--fg); }
.hall-metric .hv .u { color: var(--accent); font-size: 16px; }
.hall-metric .hl { font-size: 11px; color: var(--fg-mute); letter-spacing: .06em; text-transform: uppercase; margin-top: 4px; }

/* ===================== CONTACT ===================== */
.contact { background: linear-gradient(180deg, var(--ink-850), var(--ink-950)); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.contact-map { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: 520px; border: 1px solid var(--glass-brd); }
.contact-map image-slot { position:absolute; inset:0; }
/* Leaflet mapa zamčená na fitko (posun vypnutý, zoom přes +/-). Pin = CSS overlay
   na 50/50 = vždy přesně na fitku, protože střed mapy se nehýbe. */
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--ink-900); }
/* odstíny šedi laděné do tmavého designu — JEN na dlaždice (ne na pin/ovládání/+−) */
.contact-map .leaflet-tile-pane { filter: grayscale(1) invert(0.92) hue-rotate(180deg) brightness(0.95) contrast(0.9); }
.contact-map .leaflet-control-attribution { background: rgba(0,0,0,0.5); color: var(--fg-mute); }
.contact-map .leaflet-control-attribution a { color: var(--fg-soft); }
/* DŮLEŽITÉ: na 50/50 (= střed mapy = fitko) musí sedět STŘED oranžové tečky, ne celá
   skupina tečka+štítek. Jinak je tečka posunutá nad střed a při odzoomování ukazuje
   vedle (pevný pixelový posun = velká vzdálenost na mapě). Štítek je proto absolutní
   pod tečkou a polohu tečky neovlivňuje. */
.map-pin {
  position: absolute; top: 50%; left: 50%; z-index: 500;
  width: 18px; height: 18px; transform: translate(-50%,-50%); pointer-events: none;
}
.map-pin .pin-dot { display: block; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px rgba(255,66,0,0.2), 0 0 0 16px rgba(255,66,0,0.1); }
.map-pin .pin-lab { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 12px; font-weight: 700; background: var(--ink-950); padding: 6px 12px; border-radius: 100px; border: 1px solid var(--glass-brd); }
.map-actions { position: absolute; bottom: 22px; left: 22px; right: 22px; z-index: 1001; display: flex; gap: 10px; flex-wrap: wrap; pointer-events: none; }
.map-actions .btn { pointer-events: auto; }

.contact-info { display: grid; gap: 16px; align-content: start; }
.ci-card { padding: 22px 24px; }
.ci-card .ci-lab { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-mute); margin-bottom: 12px; }
.ci-row { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; }
.ci-row + .ci-row { margin-top: 12px; }
.ci-row .ci-ico { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,66,0,0.13); color: var(--accent); display: grid; place-items: center; flex: none; }
.ci-row b { font-weight: 700; }
.ci-row span { color: var(--fg-soft); font-size: 13.5px; }
.ci-card.warn { border-color: rgba(244,162,60,0.4); background: linear-gradient(180deg, rgba(244,162,60,0.08), var(--glass-bg)); }
.ci-card.warn .ci-lab { color: var(--amber); }
.ci-hours .hours-row { font-size: 14px; }

/* ===================== FOOTER ===================== */
.footer { background: var(--ink-950); border-top: 1px solid var(--w60); padding: 28px 0; position: relative; z-index: 2; }
/* řádek patičky: vlevo „Přijímáme" (platby + benefit karta, jednobarevně), vpravo firemní ceník */
.footer-pay { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--w60); }
.footer-pay .fp-left { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.footer-pay .fp-lab { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-mute); }
.footer-pay .fp-ico { height: 24px; width: auto; fill: var(--fg-soft); opacity: .85; }
.footer-pay .fp-visa { height: 15px; }  /* Visa je široký krátký nápis → ořez viewBoxu + menší výška, vizuálně sedí k Mastercard */
.footer-pay .fp-sep { color: var(--fg-faint); opacity: .5; }
.footer-pay .fp-badge { font-size: 12.5px; font-weight: 700; padding: 5px 12px; border: 1px solid var(--glass-brd); border-radius: 100px; color: var(--fg-soft); }
.footer-pay a.fp-badge { transition: color .2s, border-color .2s; }
.footer-pay a.fp-badge:hover { color: var(--fg); border-color: var(--glass-brd-2); }
.footer-pay .fp-corp { font-size: 13px; color: var(--fg-mute); text-decoration: none; }
.footer-pay .fp-corp:hover { color: var(--fg); text-decoration: underline; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px 64px; padding-bottom: 20px; margin-bottom: 18px; border-bottom: 1px solid var(--w60); }
.footer-legal .fl-col { display: flex; flex-direction: column; gap: 2px; font-size: 12px; color: var(--fg-mute); line-height: 1.5; }
.footer-legal .fl-h { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-faint); margin-bottom: 4px; }
.footer-legal .fl-logo { margin-left: auto; align-self: center; height: 58px; width: auto; opacity: .92; }
.footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px 24px; font-size: 13px; color: var(--fg-faint);
}
.fl-text { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.fl-text .dot-sep { opacity: .5; }
.vp-link { color: inherit; text-decoration: none; }
.vp-link:hover { color: inherit; }

.footer-social { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.footer-social .soc { color: var(--fg-mute); display: grid; place-items: center; transition: color .2s; }
.footer-social .soc:hover { color: var(--fg); }
.footer-social .soc svg { width: 21px; height: 21px; }

/* nenápadný hint na easter egg (sekvence šipek) — jen desktop, kde je klávesnice */
.egg-hint { display: none; }
@media (min-width: 761px) {
  .egg-hint { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px 11px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--w50); font-size: 12px; color: var(--fg-faint); }
  .egg-hint .eh-keys { display: inline-flex; gap: 4px; }
  .egg-hint kbd { font-family: var(--font-body); font-size: 11px; line-height: 1; min-width: 19px; text-align: center; padding: 4px 5px; border-radius: 5px; border: 1px solid var(--w140); background: var(--w50); color: var(--fg-soft); box-shadow: 0 1px 0 var(--w100); transition: color .2s, border-color .2s; }
  .egg-hint:hover kbd { color: var(--accent); border-color: var(--accent); }
}

@media (max-width: 560px) {
  /* patička na mobilu — oba řádky na střed */
  .footer-pay { flex-direction: column; align-items: center; text-align: center; }
  .footer-pay .fp-left { justify-content: center; }
  .footer-legal { justify-content: center; text-align: center; gap: 18px 40px; }
  .footer-legal .fl-col { align-items: center; }
  .footer-legal .fl-logo { margin: 4px auto 0; height: 52px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .fl-text { justify-content: center; }
  .footer-social { margin-left: 0; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1080px) {
  .zones-grid { grid-template-columns: repeat(4, 1fr); }
  .zone-card.span4, .zone-card.span3 { grid-column: span 4; }
  .zone-card.span2 { grid-column: span 2; }
  .tr-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .nav { display: none; }
  .burger { display: inline-grid; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-grid, .sol-grid, .halls-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { order: -1; }
  .sched-card { grid-template-columns: 70px 1fr; row-gap: 10px; }
  .sched-cat, .sched-card .btn { grid-column: 2; }
}
@media (max-width: 920px) {
  /* When the plan switch can't fit on one row it becomes a smooth
     horizontal scroller with a soft fade at each edge. */
  .price-tabs {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
  }
}
/* ceník na mobilu (až do 760 px): 3 buňky v JEDNOM zaobleném framu (jako stat-strip „o fitku"), animace zůstává */
@media (max-width: 760px) {
  .price-cards { grid-template-columns: repeat(3, 1fr); gap: 1px; align-items: stretch;
    background: var(--w70); border: 1px solid var(--w70); border-radius: var(--r-lg); overflow: hidden; }
  .price-cards .price-card { padding: 18px 8px 16px; border: 0 !important; background: var(--ink-850) !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; box-shadow: none !important; border-radius: 0; text-align: center; overflow: visible; }
  .price-cards .price-card::before { display: none !important; }
  .price-cards .price-card.featured { background: var(--ink-850) !important; }
  /* oranžový rámeček happy hours (poslední buňka vpravo): zaoblit pravé rohy ať lícuje s framem + výraznější 1px */
  .price-cards .price-card.featured::after { box-shadow: inset 0 0 0 2px rgba(244,162,60,0.55); border-top-right-radius: calc(var(--r-lg) - 1px); border-bottom-right-radius: calc(var(--r-lg) - 1px); }
  .price-cards .pc-label { font-size: 9.5px; letter-spacing: .03em; }
  /* ceny zarovnané dolů (label nahoře může být delší/zalomený, ceny drží stejný řádek) */
  .price-cards .pc-price { justify-content: center; gap: 3px; margin: 9px 0 2px; margin-top: auto; }
  .price-cards .pc-price .amt { font-size: 22px; }
  .price-cards .pc-price .cur { font-size: 11px; }
  .price-cards .pc-per { font-size: 9.5px; line-height: 1.25; }
  .price-cards .pc-desc { display: none; }
  .price-cards .pc-badge { display: none; }
}

/* ceník: na iPhone 16 Pro Max+ (≥440 px, až do 760 px) jsou buňky širší → větší texty; pod 440 px zůstává menší velikost výše */
@media (min-width: 440px) and (max-width: 760px) {
  .price-cards .pc-label { font-size: 11px; }
  .price-cards .pc-price .amt { font-size: 30px; }
  .price-cards .pc-price .cur { font-size: 14px; }
  .price-cards .pc-per { font-size: 11px; }
}

@media (max-width: 620px) {
  .zones-grid, .tr-grid { grid-template-columns: 1fr; }
  .zone-card.span2 { grid-column: span 1; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .header-cta .btn { display: none; }
}
