.parking-info {
  font-family: 'Source Sans 3', 'Sora', sans-serif !important;
}
.team-title {
  font-family: 'Manrope', 'Sora', sans-serif !important;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
  color: #1e2240 !important;
  margin-bottom: 18px;
}
.section.alt.team-section {
  background: transparent !important;
}
/* O nás: unify main background with .page-hero */
.main-hero-bg {
  background: var(--hero-bg) !important;
}
html.o-nas,
body.o-nas,
body.o-nas main {
  background: var(--hero-bg) !important;
}
body.o-nas .footer {
  border-top: 2px solid rgba(255, 255, 255, 0.18);
  margin-top: 0;
}
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}
/* Visually hidden but accessible to screen readers & SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Remove white gap above footer on all pages */
main > .section:last-child,
main > section:last-child,
main > div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Light gray, less bold for special subtitle */
.subtitle-gray {
  color: #7a7d85;
  font-weight: 400;
  font-family: "Source Sans 3", "Sora", sans-serif;
}
.about-hero-title {
  font-family: "Source Sans 3", "Sora", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}
:root {
  --bg: #f6f7f9;
  --surface: #ffffff;
  --card: #ffffff;
  --accent: #f5c637;
  --accent-strong: #d4a018;
  --text: #1f2024;
  --muted: #5a5d65;
  --danger: #d92c2c;
  --success: #1b7f4a;
  --border: rgba(31, 32, 36, 0.08);
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --font-body: "Sora", "Helvetica Neue", sans-serif;
  --font-display: "Cormorant Garamond", "Georgia", serif;
  --font-nav: "Manrope", "Sora", "Helvetica Neue", sans-serif;
  --header-bg: #1c2036;
  --footer-text: #f5f6fb;
  --header-border: rgba(255, 255, 255, 0.10);
  --hero-bg: #e8edf6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

iframe,
svg {
  max-width: 100%;
}

.container {
  width: min(1320px, calc(100vw - 48px));
  margin: 0 auto;
  min-width: 0;
}

/* Override container centering for header only */
.site-header .container.header-inner {
  margin: 0 auto !important;
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
  padding: 10px 24px !important;
}

.section {
  padding: 96px 0;
}

.section.alt {
  background: transparent;
}

.page-hero {
  padding: 130px 0 72px;
  background: var(--hero-bg);
  color: var(--text);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

/* Homepage hero with background image */
.page-hero.home-hero {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #fff;
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.page-hero.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(26, 22, 16, 0.15), rgba(26, 22, 16, 0.35)), url('./assets/cekarna.webp');
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) sepia(28%) brightness(0.93);
  z-index: 0;
}

.page-hero.home-hero > .container {
  position: relative;
  z-index: 1;
}

.page-hero.home-hero h1,
.page-hero.home-hero h2,
.page-hero.home-hero p {
  color: #fff;
}

.page-hero.home-hero .muted {
  color: rgba(255, 255, 255, 0.85);
}

.page-hero.home-hero .eyebrow {
  color: #fff;
}

.page-hero.home-hero h1 {
  font-family: var(--font-nav);
}

.page-hero.home-hero .muted {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.page-hero h1,
.page-hero h2,
.page-hero p {
  color: var(--text);
}

.page-hero .muted {
  color: var(--muted);
}

.page-hero .hero-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.page-hero.centered .container {
  text-align: center;
}

.page-hero.centered .actions {
  justify-content: center;
}

.page-hero .eyebrow {
  color: var(--accent);
}

.page-hero .btn.ghost {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  border-color: var(--border);
  color: var(--text);
}

.map-hero {
  background: linear-gradient(180deg, #f7f8fa 0%, #f1f3f6 100%);
  padding: 0 0 32px;
}

.map-hero-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 0 12px;
}

.map-hero .btn.ghost {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--border);
  padding: 10px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.map-hero-frame {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 8px;
}

.map-hero-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
}

.page-hero .actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 14px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
}

h2 {
  font-size: clamp(28px, 3vw, 40px);
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  margin: 0 0 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--font-nav);
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border 180ms ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.btn.ghost {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
}

.btn.full {
  width: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.text-link {
  color: var(--accent);
  font-weight: 600;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 18px 0 10px;
}

.link-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  display: grid;
  gap: 6px;
  position: relative;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.link-card .label {
  margin: 0;
}

.link-arrow {
  color: var(--accent);
  font-weight: 700;
  justify-self: flex-end;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(135deg, #1c2036 0%, #202540 100%);
  color: #ffffff;
  border-bottom: 1px solid var(--header-border);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
  padding-left: 0;
}

.site-header.scrolled {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  background: #14182c;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  margin-left: 0;
  min-width: 0;
}

.brand-mark {
  width: auto;
  height: 104px;
  max-width: 180px;
  object-fit: contain;
  margin: 0;
  border-radius: 12px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.brand-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 16px;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  justify-self: center;
  place-self: center;
  transform: none;
  color: #ffffff;
  min-width: 0;
}

.nav-links a {
  font-family: var(--font-nav);
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 10px;
  transition: background 160ms ease, color 160ms ease;
  color: inherit;
  font-weight: 500;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.header-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-self: end;
  flex-wrap: wrap;
}

.header-cta .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s;
  margin-left: 0;
}

.header-cta .social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-cta .social-icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

/* Desktop navigation layout */
@media (min-width: 1200px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    gap: 22px;
  }

  .header-cta {
    position: static;
    transform: none;
  }
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--header-border);
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}

.cover-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  background: #ffffff;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(48px, 10vh, 120px) 0 clamp(32px, 8vh, 96px);
}

.cover-hero .cover-media {
  position: absolute;
  inset: 0;
}

.cover-hero .cover-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: none;
}

.cover-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 0;
}

.message-rotator {
  padding: 0 0 110px;
}

.rotator-shell {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.rotator-window {
  width: min(1200px, 95vw);
  background: transparent;
  border: none;
  border-radius: 20px;
  padding: 8px 28px 24px;
  box-shadow: none;
  display: grid;
  gap: 10px;
  text-align: center;
}

.rotator-text {
  font-family: 'Manrope','Sora',sans-serif;
  font-size: 2.35rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  color: #1e2240;
  transition: opacity 220ms ease;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

/* Rotator inside home-hero - dark gray-green text */
.home-hero .rotator-text {
  color: rgba(255, 255, 255, 0.96) !important;
}

.home-hero .rotator-dot {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

.home-hero .rotator-dot.active {
  background: var(--accent);
  border-color: var(--accent-strong);
}

.rotator-text.fade-out {
  opacity: 0;
}

.rotator-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rotator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(31, 32, 36, 0.06);
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, border 140ms ease;
}

.rotator-dot.active {
  background: var(--accent);
  border-color: var(--accent-strong);
  transform: scale(1.1);
}

.cover-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  padding: clamp(38px, 6vh, 72px) 18px;
  display: grid;
  gap: 14px;
  justify-items: center;
  width: 100%;
  max-width: min(1240px, 94vw);
  margin: 0 auto;
}

.cover-actions {
  margin: 10px 0 4px;
  gap: 14px;
}

.cover-actions .btn {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 12px;
  padding: 14px 22px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);

  min-width: 260px;
}

.hero-action {
  font-size: clamp(20px, 2.6vw, 28px);
  padding: clamp(18px, 3vw, 32px) clamp(30px, 3vw, 40px);
  border-radius: 26px;
  font-weight: 700;
}


.btn.glass {
  background: rgba(255, 255, 255, 0.9);
  color: #0f1116;
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.btn.dark {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #111;
  border: 1px solid transparent;
}

.btn.glass:hover,
.btn.dark:hover {
  transform: translateY(-2px);
}

.hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f3f4f7 0%, #ffffff 60%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 20%, rgba(247, 208, 56, 0.16), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(31, 32, 36, 0.06), transparent 25%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: center;
}

.hero-copy .lead {
  color: var(--muted);
  font-size: 18px;
  max-width: 640px;
}

.hero-title {
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.12;
  margin: 0 0 14px;
}

.hero-visual {
  display: grid;
  gap: 16px;
}

.hero-photo {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
}

.hero-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.panel-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
}

.panel-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 6px;
}

.panel-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 8px;
}

.panel-list li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.panel-list li:last-child {
  border-bottom: none;
}

.panel-note {
  color: var(--muted);
  font-size: 14px;
}

.micro-card {
  background: linear-gradient(135deg, rgba(247, 208, 56, 0.12), rgba(247, 208, 56, 0.04));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
}

.micro-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-size: 11px;
  margin: 0 0 4px;
}

.micro-card h4 {
  margin: 0 0 8px;
}

.micro-copy {
  font-size: 13px;
  color: var(--muted);
}

.section-head {
  max-width: 800px;
  margin-bottom: 28px;
}

/* Services page fonts */
.services-page h1 {
  font-family: var(--font-nav);
}

.services-page .muted {
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.service-grid h1,
.service-grid h2,
.service-grid h3 {
  font-family: var(--font-nav);
}

.service-grid p,
.service-grid .muted,
.service-card h3,
.service-card p {
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.feature-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 10px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(247, 208, 56, 0.16);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 208, 56, 0.45);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.feature-card h3 {
  margin: 0;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.service-detail {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 18px 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 8px;
}

.service-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(247, 208, 56, 0.14);
  border: 1px solid rgba(247, 208, 56, 0.45);
  font-weight: 700;
  color: var(--accent);
}

.service-detail h3 {
  margin: 0;
}

.service-detail p {
  margin: 0;
  color: var(--muted);
}

.service-detail .label {
  margin-top: 6px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  gap: 6px;
}

.service-list li {
  position: relative;
  padding-left: 16px;
}

.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.service-slider {
  position: relative;
  overflow: visible;
  padding: 18px 0 48px;
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f6 70%, #f7f8fa 100%);
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.service-window {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  padding: 18px 18px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-track {
  position: relative;
}

.service-detail {
  display: none;
}

.service-detail.active {
  display: grid;
  animation: fadeIn 180ms ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 18px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease;
  z-index: 2;
  font-size: 22px;
}

.slider-btn:hover {
  transform: translateY(-50%) translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.slider-btn.prev {
  left: -90px;
}

.slider-btn.next {
  right: -90px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 999px;
  background: var(--border);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 120ms ease;
}

.slider-dot.active {
  width: 28px;
  background: var(--accent);
  border-color: var(--accent-strong);
}

.service-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 18px;
}

.service-tile {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 14 / 9;
  border: 1px solid var(--border);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  background: transparent;
}

.service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
  transition: transform 220ms ease, filter 220ms ease;
}

.service-tile--healthy img {
  object-position: center 34%;
}

.service-tile--nahrady img {
  object-position: center 38%;
}

.service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

.service-tile:hover img {
  transform: scale(1.03);
  filter: brightness(0.98);
}

.tile-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 18px;
  gap: 6px;
  letter-spacing: 0.02em;
}

.tile-label h3 {
  margin: 0;
  font-size: 26px;
}

.tile-label p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

@media (max-width: 960px) {
  .service-tiles {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .service-tiles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .service-slider {
    padding: 12px 0 28px;
    border-radius: 18px;
  }

  .service-window {
    padding: 10px 10px 14px;
  }

  .slider-btn {
    width: 48px;
    height: 48px;
    top: 100%;
    transform: translateY(12px);
    left: auto;
    right: auto;
    margin: 0 12px;
    }

  .slider-btn.prev {
    left: 20%;
  }

  .slider-btn.next {
    right: 20%;
  }
}

.service-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 20px 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 50%);
  pointer-events: none;
}

.badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(247, 208, 56, 0.16);
  border: 1px solid rgba(247, 208, 56, 0.45);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
}

.service-card p {
  color: var(--muted);
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
}

.service-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.pill {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: start;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: center;
}

/* O nás page fonts */
.page-hero h1,
.about-grid h2,
.about-grid h3,
.team-section h2,
.team-section h3,
.team-header h2 {
  font-family: var(--font-nav);
}
.page-hero p,
.about-grid p,
.about-grid li,
.team-section p,
.team-section li,
.team-meta,
.team-meta strong,
.team-meta span {
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.portrait-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.team-section {
  padding: 70px 0 80px;
}

.team-header {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.team-profile {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  max-width: 210px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.team-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-meta {
  background: #ffffff;
  color: var(--text);
  padding: 12px 14px;
  display: grid;
  gap: 3px;
  text-align: center;
  border-top: 1px solid var(--border);
}

.team-meta strong {
  font-size: 15px;
}

.team-meta span {
  font-size: 12px;
  color: var(--muted);
}

/* Reviews section */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-stars {
  color: #f7c948;
  font-size: 17px;
  letter-spacing: 2px;
}

.review-text {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.65;
  flex: 1;
  font-style: italic;
  margin: 0;
}

.review-author {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.service-detail-page {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 26px 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 12px;
}

.service-detail-page .label {
  margin-top: 8px;
}

.service-detail-page .service-list {
  margin-top: 10px;
}

.portrait-card {
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.portrait-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 280px;
}

.portrait-card figcaption {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.portrait-card span {
  color: var(--muted);
  font-size: 14px;
}

.steps {
  padding-left: 18px;
  color: var(--text);
  display: grid;
  gap: 10px;
}

.steps li strong {
  color: var(--accent);
  font-weight: 700;
}

.callout {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.callout-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-size: 11px;
  margin: 0 0 6px;
}

.callout-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.icon-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.icon-list .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin-right: 8px;
}

.glass-box {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.clinic-photo {
  margin: 12px 0 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.clinic-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 260px;
}

.price-sections {
  display: grid;
  gap: 28px;
}

.price-block {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  padding: 18px;
}

.price-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
}

.price-title {
  font-weight: 700;
  margin: 0 0 4px;
}

.price-value {
  font-weight: 700;
  color: var(--accent);
  margin: 0;
}

.price-note {
  background: linear-gradient(135deg, rgba(247, 208, 56, 0.12), rgba(247, 208, 56, 0.06));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  margin: 10px 0 6px;
}

.fact-number {
  font-size: 26px;
  font-weight: 700;
}

.fact-label {
  color: var(--muted);
  margin: 6px 0 0;
}

.contact {
  padding-bottom: 110px;
}

/* Contact page fonts */
.contact h2 {
  font-family: var(--font-nav);
}

.contact p,
.contact a,
.contact label,
.contact input,
.contact textarea,
.contact .label,
.contact .muted {
  font-family: "Source Sans 3", "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.contact.contact-split .contact-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 32px !important;
  align-items: start;
}

/* Offset sticky header when jumping via anchor (#kontakt-formular) */
.contact.contact-split {
  scroll-margin-top: 134px;
}

.contact-pane {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact.contact-split .contact-pane {
  max-width: none !important;
  margin: 0 !important;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 8px;
  display: grid;
  gap: 10px;
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.contact-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(247, 208, 56, 0.16);
  color: var(--text);
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 16px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 4px;
}

.contact-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.contact-map {
  min-height: 260px;
}

.contact-form {
  display: grid;
  gap: 10px;
  margin: 10px 0;
}

.contact-form label {
  font-weight: 600;
  color: var(--text);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  font-family: var(--font-body);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 1px solid var(--accent);
}

.form-status {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(31, 32, 36, 0.03);
  font-weight: 600;
  display: block;
}

.form-status.success {
  border-color: rgba(27, 127, 74, 0.36);
  background: rgba(27, 127, 74, 0.08);
  color: var(--success);
}

.form-status.error {
  border-color: rgba(217, 44, 44, 0.3);
  background: #fff5f5;
  color: var(--danger);
}

.field-error {
  color: var(--danger);
  font-size: 13px;
  margin: -4px 0 2px;
}

.field-error[hidden] {
  display: none;
}

.input-error {
  border-color: rgba(217, 44, 44, 0.35);
  background: #fff8f8;
}

.input-error:focus {
  outline-color: var(--danger);
}

.captcha-row.input-error {
  border-color: rgba(217, 44, 44, 0.35);
  background: #fff8f8;
}

.contact-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.captcha-row {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.captcha-row input {
  width: 140px;
}

.map-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #ffffff;
  min-height: 360px;
}

.map-card.contact-map {
  min-height: 260px;
}

.map-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.map-card.contact-map iframe {
  min-height: 260px;
}

.map-overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.map-overlay .label {
  margin-bottom: 2px;
}

.map-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  align-items: start;
}

.photo-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.photo-card figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
}

/* Parking section fonts */
.parking h2 {
  font-family: var(--font-nav);
}

.parking p,
.parking .muted,
.parking .eyebrow {
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.parking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
}

.parking-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 320px;
}

.parking-info {
  padding: 18px 18px 6px;
  display: grid;
  gap: 10px;
}

.parking-map iframe {
  width: 100%;
  height: 230px;
  border: 0;
  display: block;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 60px 0 40px;
  background: var(--header-bg);
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 1fr) minmax(220px, 1fr);
  gap: 48px;
  align-items: center;
  justify-items: center;
  text-align: left;
  width: min(1200px, 94vw);
}

.footer-grid .footer-contact,
.footer-grid .footer-hours {
  margin-left: 0 !important;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.footer-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--footer-text);
  font-family: "Source Sans 3", "Sora", sans-serif;
}

.insurance-board {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fd 90%);
  border-radius: 36px;
  padding: 28px 22px;
  box-shadow: 0 32px 70px rgba(15, 17, 22, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-hero {
  max-width: 100%;
  width: min(480px, 100%);
  height: auto;
  display: block;
}

.footer-contact,
.footer-hours {
  justify-content: flex-start;
}

.footer-column.footer-insurance {
  align-items: center;
  text-align: center;
}

.footer-hours {
  gap: 6px;
}

.footer-contact h4,
.footer-hours h4 {
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: none;
  font-family: var(--font-nav);
  color: var(--footer-text);
}

.footer-hours h4 {
  text-align: right;
  width: 100%;
  padding-left: 0;
}

.footer-contact p,
.footer-contact a,
.footer-hours-row span {
  margin: 0;
  color: var(--footer-text);
  font-family: var(--font-nav);
  line-height: 1.6;
}

.footer-hours-row span:first-child {
  font-weight: 400;
}

.footer-hours-row span:last-child {
  font-family: var(--font-nav);
}

.footer-contact {
  justify-self: stretch;
}

.footer-hours {
  justify-self: stretch;
  min-width: 200px;
  align-items: flex-end;
  text-align: right;
}

.footer-contact p,
.footer-contact a {
  font-size: 16px;
}

.footer-contact a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-hours-row span {
  font-size: 16px;
  display: block;
}

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  font-size: 15px;
  color: var(--footer-text);
  font-family: var(--font-body);
}

.footer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer-section {
  flex: 1;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-details .footer-section:nth-child(1) {
  align-items: flex-start;
  text-align: left;
}

.footer-details .footer-section:nth-child(2) {
  align-items: flex-start;
  text-align: left;
}

.footer-section h4 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 600;
}

.footer-section p,
.footer-section a {
  margin: 0;
  color: var(--footer-text);
  font-family: var(--font-body);
  line-height: 1.5;
}

.footer-section a {
  font-weight: 600;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-hours-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 15px;
}

.footer-hours-row span:first-child {
  font-weight: 600;
  min-width: 90px;
}

.footer-hours-row span {
  color: var(--footer-text);
}

.footer-hours-row span {
  font-family: var(--font-body);
}

/* Tablet */
@media (min-width: 900px) and (max-width: 1199px) {
  .container {
    width: min(1100px, calc(100vw - 40px));
  }

  .site-header .container.header-inner {
    width: min(1100px, calc(100vw - 40px)) !important;
    padding: 10px 20px !important;
  }

  .section {
    padding: 80px 0;
  }

  .page-hero {
    padding: 108px 0 60px;
  }

  .brand-mark {
    height: 88px;
    max-width: 150px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links a {
    font-size: 14px;
    padding: 9px 8px;
  }

  .header-cta .btn {
    padding: 10px 14px;
    font-size: 14px;
  }

  .service-tiles,
  .price-grid,
  .parking-grid,
  .photo-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col,
  .about-grid,
  .hero-grid,
  .service-detail-grid,
  .contact-grid,
  .portrait-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact.contact-split .contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: start;
  }

  .contact.contact-split .contact-pane {
    max-width: none !important;
    margin: 0 !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
  }

  .footer-column.footer-contact { order: 1; }
  .footer-column.footer-hours   { order: 2; }
  .footer-column.footer-insurance {
    order: 3;
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 899px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 10px 0;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #14182c;
    padding: 14px 16px 18px;
    border-bottom: 1px solid var(--header-border);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 15;
  }

  .nav-links a {
    width: 100%;
    font-size: 14px;
    padding: 12px 10px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-cta {
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
  }

  .header-cta .btn {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .header-cta .social-icon {
    display: none;
  }

  .lang-switch {
    width: 40px;
    height: 40px;
  }

  .site-header .container.header-inner {
    width: min(100%, calc(100vw - 24px)) !important;
    padding: 10px 0 !important;
  }

  .container {
    width: min(100%, calc(100vw - 24px));
  }

  .section {
    padding: 56px 0;
  }

  .page-hero {
    padding: 88px 0 40px;
  }

  .page-hero.home-hero {
    min-height: calc(100svh - 72px);
    padding: 48px 0;
    background-position: center;
  }

  h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  h3 {
    font-size: 20px;
  }

  .brand-mark {
    height: 72px;
    max-width: 120px;
  }

  .rotator-window {
    width: min(100%, calc(100vw - 24px));
    padding: 8px 12px 24px;
  }

  .page-hero .actions,
  .cover-actions,
  .callout-actions,
  .map-hero-bar,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-hero .actions .btn,
  .cover-actions .btn,
  .callout-actions .btn,
  .map-hero-bar .btn,
  .contact-actions .btn,
  .contact-form .btn {
    width: 100%;
    min-height: 48px;
  }

  .two-col,
  .about-grid,
  .hero-grid,
  .service-grid,
  .feature-grid,
  .service-detail-grid,
  .portrait-grid,
  .price-grid,
  .facts,
  .contact-grid,
  .photo-grid,
  .parking-grid {
    grid-template-columns: 1fr !important;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact.contact-split {
    scroll-margin-top: 100px;
  }

  .contact.contact-split .contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: start;
  }

  .contact.contact-split .contact-pane {
    max-width: none !important;
    margin: 0 !important;
  }

  /* Form pane (2nd in DOM) visually first on mobile so anchor scrolls straight to it */
  .contact.contact-split .contact-pane:first-child { order: 2; }
  .contact.contact-split .contact-pane:last-child  { order: 1; }

  .contact.contact-split .contact-pane + .contact-pane {
    margin-top: 0 !important;
  }

  .service-tile,
  .team-profile,
  .portrait-card,
  .cenik-card,
  .gdpr-card,
  .contact-card {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .tile-label h3 {
    font-size: 22px;
  }

  .tile-label p {
    font-size: 15px;
  }

  .rotator-text {
    font-size: 1.8rem;
    white-space: normal;
  }

  .rotator-dot {
    width: 16px;
    height: 16px;
  }

  .rotator-dot.active {
    width: 36px;
  }

  .map-hero-frame {
    padding: 0 0 8px;
  }

  .map-hero-frame iframe {
    height: 280px;
    border-radius: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .footer-grid .footer-column {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-grid .footer-column:first-child {
    border-top: none;
    padding-top: 0;
  }

  .footer-column.footer-insurance {
    order: 3;
  }

  .footer-contact {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .footer-column.footer-hours {
    order: 2;
    width: 100%;
    align-items: center !important;
    text-align: center;
  }

  .footer-column.footer-hours h4 {
    text-align: center;
    width: 100%;
  }

  .footer-hours-rows {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin: 0 auto;
  }

  .footer-hours-rows .footer-hours-row {
    width: auto;
    justify-content: flex-start;
    gap: 16px;
  }

  .footer-hours-rows .footer-hours-row span:first-child {
    min-width: 90px;
    text-align: right;
  }

  .footer-hours-rows .footer-hours-row span:last-child {
    text-align: left;
  }

  .footer-details {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  .footer-details .footer-section:nth-child(1),
  .footer-details .footer-section:nth-child(2) {
    align-items: flex-start;
    text-align: left;
  }

  .insurance-board {
    padding: 18px;
  }

  .insurance-hero {
    width: min(360px, 100%);
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 0;
  }

  .gdpr-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .gdpr-intro {
    padding: 16px 16px;
    border-radius: 14px;
  }

  .gdpr-title {
    font-size: 1.8rem;
  }

  .gdpr-heading {
    font-size: 1.15rem;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Language switcher ── */
.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.lang-switch:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

  .header-inner {
    padding: 8px 0;
  }

  .brand-mark {
    width: 96px;
    height: 96px;
  }

  .cover-hero {
    min-height: 100svh;
    padding: 96px 0 56px;
  }

  /* Gallery grid */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 24px;
  }

  .gallery-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  }

  .gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
  }

  /* Carousel / single-image gallery */
  .gallery-slider {
    max-width: 900px;
    margin: 24px auto 0;
    position: relative;
  }

  .gallery-slider .service-track { position: relative; }
  .gallery-slider .service-detail { display: none; }
  .gallery-slider .service-detail.active { display: block; }

  .gallery-slider .service-detail picture,
  .gallery-slider .service-detail img { display: block; width: 100%; height: auto; border-radius: 8px; }

  .gallery-slider .slider-controls { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:8px; }
  .slider-btn { background:#fff; border:1px solid #ddd; padding:6px 10px; border-radius:6px; cursor:pointer; font-size:20px; line-height:1; }
  .slider-btn:hover { background:#f6f6f6; }
  .slider-dots { display:flex; gap:8px; justify-content:center; flex:1; }
  .slider-dot { width:10px; height:10px; border-radius:50%; background:#ddd; border:none; }
  .slider-dot.active { background:#666; }

  /* Override global floating slider-button styles for gallery: keep controls inline */
  .gallery-slider .slider-btn {
    position: static;
    width: auto;
    height: auto;
    border-radius: 6px;
    box-shadow: none;
    transform: none;
  }
  .gallery-slider .slider-btn.prev,
  .gallery-slider .slider-btn.next {
    left: auto;
    right: auto;
    top: auto;
  }

  /* Lightbox */
  .lightbox { display:none; position:fixed; inset:0; z-index:9999; align-items:center; justify-content:center; }
  .lightbox.open { display:flex; }
  .lightbox-backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.65); }
  .lightbox-content { position:relative; max-width:90vw; max-height:90vh; z-index:2; }
  .lightbox-content img { width:100%; height:auto; display:block; border-radius:8px; }
  .lightbox-close, .lightbox-prev, .lightbox-next { position:relative; z-index:3; background:#fff; border:1px solid #ddd; padding:6px 10px; border-radius:6px; cursor:pointer; }
  .lightbox-prev, .lightbox-next { position:absolute; top:50%; transform:translateY(-50%); }
  .lightbox-prev { left:8px; }
  .lightbox-next { right:8px; }
  .lightbox-close { position:absolute; top:8px; right:8px; z-index:4; }
  .lightbox[aria-hidden="true"] { visibility:hidden; opacity:0; }
  .lightbox[aria-hidden="false"] { visibility:visible; opacity:1; }

  .cover-content {
    width: 100%;
    padding-inline: 20px;
    text-align: left;
    align-items: start;
    justify-items: start;
  }

  .facts {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .page-hero {
    padding: 86px 0 48px;
  }

  .page-hero .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-hero-frame iframe {
    height: 280px;
  }

  .footer-grid {
    gap: 18px;
  }

  .insurance-board {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .footer-hours-row {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .gallery-slider { padding: 0 12px; }
  .slider-btn { padding: 6px 8px; }
  .lightbox-prev,
  .lightbox-next { padding: 8px; font-size: 20px; }
}

/* ── Ceník ─────────────────────────────────────────────── */
.cenik-intro {
  font-family: 'Sora', sans-serif;
  color: #5a5d65;
  font-size: 0.95rem;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.cenik-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 44px;
  margin-bottom: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.gdpr-page,
.gdpr-page main {
  background: var(--hero-bg);
}

.gdpr-hero {
  box-shadow: none;
  padding-bottom: 42px;
}

.gdpr-title {
  text-align: center;
  font-family: "Manrope", "Sora", sans-serif;
  color: #1e2240;
  font-size: 2.1rem;
  font-weight: 300;
  margin: 0;
}

.gdpr-subtitle {
  font-family: "Source Sans 3", "Sora", sans-serif;
  max-width: 640px;
  margin: 12px auto 0;
}

.gdpr-section {
  padding-top: 24px;
  padding-bottom: 88px;
}

.gdpr-container {
  max-width: 980px;
}

.gdpr-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 44px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.gdpr-admin {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(31, 32, 36, 0.08);
}

.gdpr-heading {
  font-family: "Manrope", "Sora", sans-serif;
  font-size: 1.35rem;
  color: #1f2024;
  margin: 28px 0 10px;
}

.gdpr-admin .gdpr-heading {
  margin-top: 0;
}

.gdpr-text,
.gdpr-list {
  font-family: "Source Sans 3", "Sora", sans-serif;
  color: #3f434a;
  line-height: 1.75;
}

.gdpr-text {
  margin: 0 0 12px;
}

.gdpr-list {
  margin: 0 0 12px;
  padding-left: 22px;
}

.gdpr-list li {
  margin-bottom: 8px;
}

.gdpr-card a {
  color: #14182c;
  text-decoration: underline;
  text-decoration-color: rgba(47, 51, 59, 0.3);
  text-underline-offset: 3px;
}

.cenik-cat {
  font-family: 'Manrope', 'Sora', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1e2240;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent);
  display: inline-block;
}

.cenik-subcat {
  font-family: 'Manrope', 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5a5d65;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}

.cenik-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  margin-bottom: 12px;
}

.cenik-table th {
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5a5d65;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 8px 0;
  border-bottom: 1px solid rgba(31, 32, 36, 0.12);
}

.cenik-table td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(31, 32, 36, 0.06);
  color: #1f2024;
  vertical-align: middle;
}

.cenik-table tr:last-child td {
  border-bottom: none;
}

.cenik-table th:last-child,
.cenik-table td:last-child {
  text-align: right;
}

.cenik-table--3col th:nth-child(2),
.cenik-table--3col td:nth-child(2) {
  text-align: right;
}

.price-main {
  font-weight: 600;
  color: #1f2024;
  white-space: nowrap;
}

.price-note {
  font-size: 0.8rem;
  color: #5a5d65;
  font-weight: 400;
}

.price-secondary {
  display: block;
  font-size: 0.8rem;
  color: #5a5d65;
  margin-top: 3px;
}

.zp-badge {
  display: inline-block;
  background: #e6f5ed;
  color: #1b7f4a;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.cenik-sub {
  display: inline;
  font-size: inherit;
  color: inherit;
}

.cenik-sub::before {
  content: " – ";
}

.cenik-note {
  font-family: 'Sora', sans-serif;
  font-size: 0.83rem;
  color: #5a5d65;
  margin: 10px 0 0;
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .cenik-card {
    padding: 24px 18px;
  }

  .cenik-table td {
    vertical-align: top;
  }

  .price-secondary {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .cenik-sub {
    display: block;
    font-size: 0.8rem;
    color: #5a5d65;
    margin-top: 2px;
  }

  .cenik-sub::before {
    content: none;
  }

  .cenik-table--3col {
    display: block;
  }
  .cenik-table--3col thead {
    display: none;
  }
  .cenik-table--3col tbody {
    display: block;
  }
  .cenik-table--3col tr {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31, 32, 36, 0.06);
  }
  .cenik-table--3col tr:last-child {
    border-bottom: none;
  }
  .cenik-table--3col td {
    display: block;
    border-bottom: none;
    padding: 2px 0;
  }
  .cenik-table--3col td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
    padding-right: 12px;
    text-align: left !important;
  }
  .cenik-table--3col td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    text-align: right !important;
    align-self: end;
  }
  .cenik-table--3col td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    text-align: right !important;
    color: #5a5d65;
    font-size: 0.82rem;
  }
  .cenik-table--3col td:nth-child(3)::before {
    content: "Samoplátce ";
    display: inline;
    font-size: 0.7rem;
    color: #5a5d65;
    font-weight: 400;
  }
}

/* Mobile landscape – telefon otočený na stranu */
@media (max-height: 600px) and (min-width: 500px) {
  .page-hero.home-hero {
    min-height: auto;
    padding: 88px 0 40px;
  }

  .cover-hero {
    min-height: auto;
    padding: 88px 0 56px;
  }

  .page-hero {
    padding: 80px 0 36px;
  }

  .section {
    padding: 48px 0;
  }
}

/* Ceník – zmenšení fontů na šířku na mobilním zařízení */
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .cenik-note {
    font-size: 0.58rem !important;
  }

  .cenik-table td,
  .cenik-table th {
    font-size: 0.78rem !important;
  }

  .cenik-table td {
    padding: 8px 0 !important;
  }

  .price-main {
    font-size: 0.78rem !important;
  }

  .cenik-cat {
    font-size: 0.68rem !important;
  }

  .cenik-subcat {
    font-size: 0.65rem !important;
  }

  .cenik-intro {
    font-size: 0.75rem !important;
  }
}

/* Záloha – stejná pravidla přes šířku viewportu (pro případ, kdy orientation nefunguje) */
@media (min-width: 500px) and (max-width: 900px) {
  .cenik-table td,
  .cenik-table th {
    font-size: 12px !important;
  }

  .price-main {
    font-size: 12px !important;
  }

  .cenik-note {
    font-size: 9px !important;
  }

  .cenik-cat {
    font-size: 11px !important;
  }

  .cenik-subcat {
    font-size: 10px !important;
  }

  .cenik-intro {
    font-size: 12px !important;
  }

  .cenik-table td {
    padding: 8px 0 !important;
  }
}

/* ── Very small phones (≤390px) ─────────────────────────── */
@media (max-width: 390px) {
  /* Keep the tiles readable at single-column on tiny screens */
  .tile-label h3 {
    font-size: 19px;
  }

  .tile-label p {
    font-size: 13px;
  }
}

/* ── Mobile team order: Dubravka 1st, Marek 2nd ── */
@media (max-width: 899px) {
  .team-grid:first-child .team-profile:nth-child(2) { order: 3; }
  .team-grid:first-child .team-profile:nth-child(3) { order: 2; }
}
