:root {
  --forest-950: #12271d;
  --forest-900: #173426;
  --forest-800: #1f4a37;
  --forest-700: #2b634a;
  --forest-100: #e7f0ea;
  --forest-50: #f4f8f5;
  --sand-100: #f4ede2;
  --sand-50: #fbf8f3;
  --amber-700: #a85f17;
  --amber-600: #c77724;
  --amber-100: #fae7c7;
  --red-700: #a33a35;
  --red-100: #f9dfdc;
  --ink: #1d2721;
  --muted: #657168;
  --line: #dce4de;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(24, 52, 38, 0.08);
  --shadow-md: 0 22px 60px rgba(24, 52, 38, 0.14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shell: 1200px;
  --focus: 0 0 0 4px rgba(43, 99, 74, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--forest-950);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(31, 74, 55, 0.08);
  background: rgba(251, 248, 243, 0.93);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-950);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px 14px 14px 5px;
  background: var(--forest-800);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(31, 74, 55, 0.18);
}
.brand-copy { display: grid; line-height: 1.18; }
.brand-copy strong { font-size: 15px; letter-spacing: -0.01em; }
.brand-copy span { color: var(--muted); font-size: 13px; font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav a {
  padding: 10px 11px;
  border-radius: 9px;
  color: #3d4a42;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.primary-nav a:hover,
.primary-nav a:focus-visible { background: var(--forest-100); color: var(--forest-900); outline: none; }
.primary-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 17px;
  background: var(--forest-800);
  color: var(--white);
}
.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible { background: var(--forest-950); color: var(--white); }
.nav-toggle { display: none; }

.reservation-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 52px;
  background:
    radial-gradient(circle at 92% 10%, rgba(199, 119, 36, 0.16), transparent 28%),
    linear-gradient(135deg, var(--forest-950), var(--forest-800));
  color: var(--white);
}
.reservation-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 420px;
  height: 300px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 64px;
  align-items: end;
}
.breadcrumbs ol {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
}
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; opacity: .55; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); }
.eyebrow {
  margin: 0 0 10px;
  color: #efc88c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.reservation-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.01;
  letter-spacing: -0.045em;
}
.hero-text {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}
.hero-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.hero-assurance div { padding: 0 17px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-assurance div:first-child { border-left: 0; }
.hero-assurance strong { display: block; font-size: 18px; }
.hero-assurance span { display: block; margin-top: 3px; color: rgba(255,255,255,.65); font-size: 12px; }

.reservation-section { padding: 58px 0 72px; }
.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(330px, .75fr);
  gap: 28px;
  align-items: start;
}
.calendar-card,
.booking-summary,
.reservation-form {
  border: 1px solid rgba(31, 74, 55, .1);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.calendar-card { padding: 30px; border-radius: var(--radius-lg); }
.calendar-heading-row { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.section-heading h2,
.details-intro h2,
.booking-summary h2,
.reservation-help h2 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.section-heading > div > p:last-child,
.details-intro > p:last-child { margin: 9px 0 0; color: var(--muted); }
.step-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: var(--forest-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.step-label span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest-100);
  font-size: 12px;
}
.text-button {
  border: 0;
  background: transparent;
  color: var(--forest-700);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-button:focus-visible { border-radius: 6px; outline: none; box-shadow: var(--focus); }
.calendar-toolbar {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin: 28px 0 18px;
}
.calendar-range-title { margin: 0; text-align: center; color: var(--forest-950); font-size: 17px; font-weight: 900; }
.calendar-nav-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--forest-900);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}
.calendar-nav-button:hover:not(:disabled) { border-color: var(--forest-700); background: var(--forest-50); }
.calendar-nav-button:focus-visible { outline: none; box-shadow: var(--focus); }
.calendar-nav-button:disabled { opacity: .35; cursor: not-allowed; }
.calendar-status {
  margin-bottom: 14px;
  padding: 11px 14px;
  border-radius: 11px;
  background: var(--forest-50);
  color: var(--muted);
  font-size: 13px;
}
.calendar-status.is-error { background: var(--red-100); color: var(--red-700); }
.calendars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.calendar-month { min-width: 0; }
.calendar-month-title {
  margin: 0 0 12px;
  color: var(--forest-950);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.calendar-weekday {
  padding: 4px 0 8px;
  color: var(--forest-900);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}
.calendar-day {
  position: relative;
  display: grid;
  min-width: 0;
  aspect-ratio: 1 / .92;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--forest-50);
  color: var(--forest-950);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
}
.calendar-day:hover:not(:disabled):not([aria-disabled="true"]) { border-color: var(--forest-700); transform: translateY(-1px); }
.calendar-day:focus-visible { z-index: 3; outline: none; box-shadow: var(--focus); }
.calendar-day.is-outside { background: transparent; color: #b6bdb8; }
.calendar-day.is-past,
.calendar-day:disabled { background: #f6f6f4; color: #c5cac6; cursor: not-allowed; }
.calendar-day.is-occupied { background: var(--red-100); color: var(--red-700); cursor: not-allowed; }
.calendar-day.is-held { background: var(--amber-100); color: var(--amber-700); cursor: help; }
.calendar-day.is-selected,
.calendar-day.is-range-start,
.calendar-day.is-range-end { background: var(--forest-800); color: var(--white); }
.calendar-day.is-in-range { background: var(--forest-100); color: var(--forest-950); border-color: rgba(43,99,74,.1); }
.calendar-day.is-range-start::after,
.calendar-day.is-range-end::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #efc88c;
}
.calendar-day[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: calc(100% + 8px);
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--forest-950);
  color: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity .12s ease, transform .12s ease;
}
.calendar-day[data-tooltip]:hover::before,
.calendar-day[data-tooltip]:focus-visible::before { opacity: 1; transform: translate(-50%, 0); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 22px; color: var(--muted); font-size: 12px; font-weight: 750; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 7px; }
.calendar-legend i { width: 13px; height: 13px; border: 1px solid transparent; border-radius: 4px; }
.legend-free { background: var(--forest-50); border-color: var(--line) !important; }
.legend-selected { background: var(--forest-800); }
.legend-occupied { background: var(--red-100); }
.legend-held { background: var(--amber-100); }
.calendar-note {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 13px;
  background: var(--sand-50);
  color: var(--muted);
  font-size: 12px;
}
.calendar-note > span { display: grid; flex: 0 0 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--forest-100); color: var(--forest-800); font-weight: 900; }
.calendar-note p { margin: 0; }

.booking-summary {
  position: sticky;
  top: 102px;
  overflow: hidden;
  min-height: 390px;
  padding: 28px;
  border-radius: var(--radius-lg);
}
.summary-placeholder { display: grid; min-height: 332px; place-items: center; align-content: center; text-align: center; }
.summary-placeholder h2 { margin-top: 18px; font-size: 27px; }
.summary-placeholder p { max-width: 280px; margin: 10px auto 0; color: var(--muted); }
.summary-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 21px;
  background: var(--forest-100);
  color: var(--forest-700);
  font-size: 25px;
  font-weight: 900;
}
.summary-kicker { margin: 0 0 6px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.summary-content h2 { font-size: 25px; }
.summary-date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.summary-date-grid div { padding: 12px; border-radius: 12px; background: var(--forest-50); }
.summary-date-grid dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.summary-date-grid dd { margin: 3px 0 0; color: var(--forest-950); font-size: 13px; font-weight: 900; }
.summary-price-block { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.summary-price-block > span { display: block; color: var(--muted); font-size: 12px; font-weight: 850; }
.summary-price-block > strong { display: block; margin-top: 2px; color: var(--forest-950); font-size: 34px; line-height: 1.15; letter-spacing: -0.04em; }
.summary-price-block p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.choice-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
}
.choice-card:has(input:checked) { border-color: var(--forest-700); background: var(--forest-50); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-control { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border: 2px solid #a7b0a9; border-radius: 6px; }
.choice-card input:checked + .choice-control { border-color: var(--forest-700); background: var(--forest-700); }
.choice-card input:checked + .choice-control::after { content: "✓"; color: var(--white); font-size: 14px; font-weight: 900; }
.choice-card input:focus-visible + .choice-control { box-shadow: var(--focus); }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { font-size: 13px; }
.choice-card small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.summary-payment-note { margin: 16px 0; padding: 13px; border-radius: 13px; background: var(--amber-100); color: #714410; }
.summary-payment-note strong, .summary-payment-note span { display: block; }
.summary-payment-note strong { font-size: 13px; }
.summary-payment-note span { margin-top: 3px; font-size: 11px; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button:focus-visible { outline: none; box-shadow: var(--focus); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.button-primary { background: var(--forest-800); color: var(--white); }
.button-primary:hover:not(:disabled) { background: var(--forest-950); }
.button-secondary { background: var(--white); color: var(--forest-950); }
.button-ghost { border-color: rgba(255,255,255,.3); color: var(--white); }
.button-block { width: 100%; }

.details-section { padding: 0 0 78px; scroll-margin-top: 100px; }
.details-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 46px; align-items: start; }
.details-intro { padding-top: 20px; }
.reservation-form { padding: 30px; border-radius: var(--radius-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; align-content: start; }
.field-wide { grid-column: 1 / -1; }
.field label { margin-bottom: 7px; color: var(--forest-950); font-size: 13px; font-weight: 850; }
.field label span { color: var(--muted); font-weight: 650; }
.field input,
.field textarea {
  width: 100%;
  border: 1px solid #cfd8d1;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}
.field input { min-height: 49px; padding: 0 14px; }
.field textarea { min-height: 112px; padding: 12px 14px; resize: vertical; }
.field input:focus,
.field textarea:focus { border-color: var(--forest-700); box-shadow: var(--focus); }
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: var(--red-700); }
.field-hint { justify-self: end; margin-top: 5px; color: var(--muted); font-size: 11px; }
.field-error { min-height: 17px; margin-top: 5px; color: var(--red-700); font-size: 11px; font-weight: 750; }
.consents { display: grid; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.checkbox-row { display: flex; align-items: start; gap: 10px; color: var(--muted); font-size: 12px; }
.checkbox-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--forest-700); }
.checkbox-row a { color: var(--forest-700); font-weight: 800; }
.form-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.form-submit-row > div { display: grid; }
.form-submit-row strong { color: var(--forest-950); font-size: 25px; }
.form-submit-row span { color: var(--muted); font-size: 11px; }
.form-message { margin-top: 18px; padding: 13px 14px; border-radius: 12px; background: var(--red-100); color: var(--red-700); font-size: 13px; font-weight: 750; }

.reservation-help { padding: 54px 0; background: var(--forest-900); color: var(--white); }
.help-grid { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.reservation-help h2 { color: var(--white); }
.reservation-help p:last-child { max-width: 680px; margin: 11px 0 0; color: rgba(255,255,255,.7); }
.help-actions { display: flex; gap: 12px; flex: 0 0 auto; }
.site-footer { padding: 34px 0; background: var(--forest-950); color: rgba(255,255,255,.72); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.site-footer strong { color: var(--white); }
.site-footer p { margin: 5px 0 0; font-size: 13px; }
.site-footer nav { display: flex; gap: 20px; font-size: 12px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); }

.toast-region {
  position: fixed;
  z-index: 300;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: min(360px, calc(100% - 36px));
  gap: 10px;
  pointer-events: none;
}
.toast {
  padding: 13px 15px;
  border-radius: 13px;
  background: var(--forest-950);
  color: var(--white);
  box-shadow: var(--shadow-md);
  font-size: 13px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(12px);
  animation: toast-in .18s ease forwards;
  pointer-events: auto;
  cursor: pointer;
}
.toast:focus-visible { outline: 3px solid rgba(255, 255, 255, .85); outline-offset: 2px; }
.toast.is-warning { background: #79501b; }
.toast.is-error { background: #7f302c; }
.toast.is-leaving { animation: toast-out .18s ease forwards; }
@keyframes toast-in { to { opacity: 1; transform: translateY(0); } }
@keyframes toast-out { to { opacity: 0; transform: translateY(10px); } }

.success-dialog {
  width: min(480px, calc(100% - 32px));
  padding: 34px;
  border: 0;
  border-radius: 24px;
  color: var(--ink);
  box-shadow: var(--shadow-md);
  text-align: center;
}
.success-dialog::backdrop { background: rgba(18,39,29,.68); backdrop-filter: blur(3px); }
.success-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--forest-100); color: var(--forest-700); font-size: 28px; font-weight: 900; }
.success-dialog h2 { margin: 0; color: var(--forest-950); font-size: 29px; line-height: 1.12; letter-spacing: -.035em; }
.success-dialog > p:not(.eyebrow) { color: var(--muted); }
.success-dialog dl { display: grid; gap: 8px; margin: 22px 0; text-align: left; }
.success-dialog dl div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 13px; border-radius: 11px; background: var(--forest-50); }
.success-dialog dt { color: var(--muted); font-size: 12px; }
.success-dialog dd { margin: 0; color: var(--forest-950); font-size: 12px; font-weight: 900; }

@media (max-width: 1050px) {
  .primary-nav a { padding-inline: 7px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-assurance { max-width: 650px; }
  .reservation-layout { grid-template-columns: 1fr; }
  .booking-summary { position: static; min-height: 0; }
  .summary-placeholder { min-height: 230px; }
  .details-shell { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 70px; }
  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { width: 20px; height: 2px; border-radius: 2px; background: var(--forest-950); }
  .nav-toggle:focus-visible { outline: none; box-shadow: var(--focus); }
  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow-md);
  }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 12px; }
  .primary-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .reservation-hero { padding: 42px 0; }
  .hero-assurance { grid-template-columns: 1fr; gap: 14px; }
  .hero-assurance div { padding: 0; border: 0; }
  .calendars { grid-template-columns: 1fr; }
  .calendar-month:nth-child(n+2) { display: none; }
  .calendar-day[data-tooltip]::before { display: none; }
  .help-grid, .footer-grid { align-items: start; flex-direction: column; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 20px), var(--shell)); }
  .brand-copy strong { font-size: 13px; }
  .brand-mark { width: 40px; height: 40px; }
  .reservation-hero h1 { font-size: 39px; }
  .hero-text { font-size: 16px; }
  .reservation-section { padding: 30px 0 50px; }
  .calendar-card, .booking-summary, .reservation-form { padding: 18px; border-radius: 20px; }
  .calendar-heading-row { display: block; }
  .text-button { margin-top: 12px; }
  .calendar-toolbar { grid-template-columns: 40px 1fr 40px; margin-top: 22px; }
  .calendar-nav-button { width: 40px; height: 40px; }
  .calendar-grid { gap: 4px; }
  .calendar-day { border-radius: 9px; font-size: 12px; }
  .calendar-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .summary-date-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .help-actions { width: 100%; flex-direction: column; }
  .help-actions .button { width: 100%; }
  .site-footer nav { flex-direction: column; gap: 8px; }
  .success-dialog { padding: 25px 20px; }
  .success-dialog dl div { align-items: start; flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Dočasné kostry podstránek v iteraci 2. V další iteraci budou nahrazeny plným obsahem. */
.placeholder-main { min-height: 62vh; padding: 78px 0; }
.placeholder-main .breadcrumbs ol { color: var(--muted); }
.placeholder-main .breadcrumbs a:hover { color: var(--forest-800); }
.placeholder-card { max-width: 820px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.placeholder-card h1 { margin: 0; color: var(--forest-950); font-size: clamp(36px, 6vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.placeholder-card p { margin: 18px 0 0; color: var(--muted); }

/* Generované obsahové stránky */
.prose-card { max-width: 980px; }
.prose-card > p { max-width: 760px; }
.prose-card h2 { margin: 34px 0 13px; color: var(--forest-950, #173426); font-size: clamp(1.35rem, 2vw, 1.8rem); }
.prose-card ul { display: grid; gap: 9px; padding-left: 22px; color: #425047; }
.price-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 29px 0; }
.price-overview section { display: grid; gap: 5px; padding: 23px; border: 1px solid #dbe4dd; border-radius: 17px; background: #f5f9f6; }
.price-overview span { color: #657269; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.price-overview strong { color: #173426; font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.1; }
.price-overview small { color: #657269; }
.content-definition-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #dfe6e1; }
.content-definition-list > div { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid #dfe6e1; }
.content-definition-list > div:nth-child(odd) { margin-right: 18px; }
.content-definition-list dt { color: #657269; }
.content-definition-list dd { margin: 0; color: #173426; font-weight: 850; text-align: right; }
.content-check-list { padding-left: 0 !important; list-style: none; }
.content-check-list li { position: relative; padding-left: 29px; }
.content-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #e4f2e8; color: #236b43; font-size: .7rem; font-weight: 900; }
.content-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
@media (max-width: 680px) {
  .price-overview,
  .content-definition-list { grid-template-columns: 1fr; }
  .content-definition-list > div:nth-child(odd) { margin-right: 0; }
}

/* Veřejné obsahové stránky – iterace 6 */
.primary-nav a.is-active { background: #dce8e0; color: var(--forest-950); }
.primary-nav .nav-cta.is-active { background: #d4933f; color: #16261c; }

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 68px;
  background:
    radial-gradient(circle at 84% 8%, var(--home-hero-glow, rgba(239, 200, 140, .22)), transparent 27%),
    linear-gradient(135deg, var(--forest-950) 0%, var(--forest-800) 64%, var(--forest-700) 100%);
  color: var(--white);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -280px 36%;
  height: 470px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  transform: rotate(-7deg);
}
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: 64px; align-items: center; }
.home-hero-copy h1 { margin: 0; max-width: 720px; font-size: clamp(54px, 7.2vw, 92px); line-height: .92; letter-spacing: -.062em; }
.home-lead { max-width: 710px; margin: 26px 0 0; color: rgba(255,255,255,.8); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button-accent { background: #e4a452; color: #1c2d22; box-shadow: 0 13px 32px rgba(12, 30, 21, .22); }
.button-accent:hover { background: #f0b667; }
.button-on-dark { border: 0; background: rgba(255,255,255,.07); color: var(--white); }
.button-on-dark:hover { background: rgba(255,255,255,.14); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 23px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 750; }
.hero-points li { position: relative; padding-left: 0; }
.hero-points li::before { display: none; }

.motorhome-stage { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 35px 80px rgba(5, 23, 14, .28), inset 0 1px rgba(255,255,255,.12); }
.stage-sun { position: absolute; top: 62px; right: 65px; width: 88px; height: 88px; border-radius: 50%; background: rgba(239,200,140,.95); box-shadow: 0 0 0 18px rgba(239,200,140,.08); }
.stage-road { position: absolute; right: -12%; bottom: -108px; left: -12%; height: 240px; border-radius: 50%; background: #112d20; transform: rotate(-4deg); }
.stage-road::after { content: ""; position: absolute; top: 75px; left: 18%; width: 64%; height: 3px; border-radius: 4px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 33px, transparent 33px 61px); }
.motorhome-illustration { position: absolute; right: 38px; bottom: 112px; left: 38px; height: 180px; }
.motorhome-body { position: absolute; right: 0; bottom: 25px; left: 0; height: 126px; border-radius: 20px 34px 16px 13px; background: #f8f4eb; box-shadow: 0 23px 40px rgba(2,20,10,.26); }
.motorhome-body::before { content: ""; position: absolute; top: 19px; left: 25px; width: 132px; height: 39px; border-radius: 9px; background: #2b5143; box-shadow: inset 0 0 0 4px rgba(255,255,255,.08); }
.motorhome-window { position: absolute; top: 19px; left: 177px; width: 86px; height: 39px; border-radius: 9px; background: #2b5143; }
.motorhome-door { position: absolute; right: 96px; bottom: 0; width: 54px; height: 94px; border: 3px solid #c9c6bd; border-radius: 10px 10px 0 0; }
.motorhome-cab { position: absolute; right: 0; bottom: 0; width: 88px; height: 101px; border-radius: 10px 29px 12px 0; background: #e8e5dd; }
.motorhome-cab::before { content: ""; position: absolute; top: 12px; right: 9px; width: 57px; height: 41px; border-radius: 7px 20px 6px 6px; background: #274d3f; transform: skewX(9deg); }
.motorhome-wheel { position: absolute; bottom: 4px; width: 45px; height: 45px; border: 8px solid #17231d; border-radius: 50%; background: #b4b6af; box-shadow: 0 0 0 2px rgba(255,255,255,.15); }
.motorhome-wheel-one { left: 72px; }.motorhome-wheel-two { right: 53px; }
.stage-card { position: absolute; right: 23px; bottom: 22px; display: grid; min-width: 180px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: var(--stage-card-bg, rgba(12,35,23,.78)); backdrop-filter: blur(13px); }
.stage-card span, .stage-card small { color: rgba(255,255,255,.63); font-size: 11px; font-weight: 750; }.stage-card strong { margin: 2px 0; color: var(--white); font-size: 24px; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.trust-grid > div { position: relative; display: grid; min-height: 118px; align-content: center; padding: 22px 18px 22px 60px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 0; }
.trust-grid > div > span { position: absolute; left: 22px; top: 35px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--forest-800); font-size: 24px; line-height: 1; }
.trust-grid strong { color: var(--forest-950); font-size: 14px; }.trust-grid small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.content-section { padding: 86px 0; }
.section-soft { background: var(--forest-50); border-block: 1px solid rgba(31,74,55,.07); }
.split-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr); gap: 68px; align-items: center; }
.feature-copy h2, .section-header h2, .info-panel-grid h2, .prose-content h2, .contact-card h2, .contact-side h2 { margin: 0; color: var(--forest-950); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.048em; }
.section-lead { margin: 22px 0 0; color: #34433a; font-size: 19px; line-height: 1.55; }
.feature-copy > p:not(.eyebrow):not(.section-lead) { color: var(--muted); }
.eyebrow-dark { color: var(--amber-700); }
.feature-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 27px 0 0; }
.feature-facts > div { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.feature-facts strong, .feature-facts span { display: block; }.feature-facts strong { color: var(--forest-950); font-size: 14px; }.feature-facts span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-700); font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--forest-950); }.text-link span { transition: transform .15s ease; }.text-link:hover span { transform: translateX(3px); }
.centered-link { justify-content: center; }

.vehicle-art { position: relative; min-height: 440px; overflow: hidden; border-radius: 30px; background: linear-gradient(180deg, #dcebdc 0 57%, #b8c5ae 57% 68%, #566c58 68%); box-shadow: var(--shadow-md); }
.vehicle-art-sky { position: absolute; top: 45px; right: 57px; width: 92px; height: 92px; border-radius: 50%; background: #f0c77e; box-shadow: 0 0 0 19px rgba(240,199,126,.18); }
.vehicle-art-road { position: absolute; right: -15%; bottom: -130px; left: -15%; height: 260px; border-radius: 50%; background: #33453a; transform: rotate(4deg); }
.vehicle-art-body { position: absolute; right: 8%; bottom: 104px; left: 8%; height: 139px; border-radius: 17px 42px 13px 14px; background: #f8f5ed; box-shadow: 0 25px 36px rgba(30,48,36,.26); }
.vehicle-art-body::before { content: ""; position: absolute; top: 24px; left: 28px; width: 39%; height: 42px; border-radius: 8px; background: #365849; }
.vehicle-art-body span { position: absolute; top: 24px; left: 46%; width: 20%; height: 42px; border-radius: 8px; background: #365849; }
.vehicle-art-body i { position: absolute; right: 16%; bottom: 0; width: 57px; height: 100px; border: 3px solid #c7c3b9; border-bottom: 0; border-radius: 9px 9px 0 0; }
.vehicle-art-body b { position: absolute; right: 0; bottom: 0; width: 14%; height: 112px; border-radius: 4px 37px 10px 0; background: #e4e1d9; }
.vehicle-art-wheel { position: absolute; bottom: 85px; width: 50px; height: 50px; border: 9px solid #1b2721; border-radius: 50%; background: #a9afa9; }.vehicle-art-wheel.one { left: 21%; }.vehicle-art-wheel.two { right: 15%; }
.vehicle-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.vehicle-photo-grid figure { overflow: hidden; margin: 0; border-radius: 20px; background: var(--forest-100); }.vehicle-photo-grid figure:first-child { grid-column: 1 / -1; }.vehicle-photo-grid img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }.vehicle-photo-grid figure:first-child img { min-height: 360px; }

.section-header { max-width: 760px; margin-bottom: 38px; }.section-header.centered { margin-inline: auto; text-align: center; }.section-header > p:last-child { color: var(--muted); font-size: 17px; }
.pricing-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 900px; margin-inline: auto; }.pricing-cards-home { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
.pricing-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.pricing-card-featured { border-color: var(--forest-700); background: var(--forest-900); color: var(--white); transform: translateY(-8px); }
.pricing-card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.pricing-card-featured p, .pricing-card-featured span, .pricing-card-featured li { color: rgba(255,255,255,.68); }
.pricing-card strong { display: block; margin-top: 10px; color: var(--forest-950); font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; }.pricing-card-featured strong { color: var(--white); }
.pricing-card > span { display: block; margin-top: 7px; color: var(--forest-700); font-size: 12px; font-weight: 850; }.pricing-card-featured > span { color: #fff; font-weight: 900; text-shadow: 0 1px 0 rgba(0,0,0,.24); }.pricing-card ul { display: grid; gap: 7px; margin: 24px 0 0; padding: 19px 0 0 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.pricing-card-featured ul { border-color: rgba(255,255,255,.13); }
.center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-grid li { padding: 29px; border-top: 3px solid var(--forest-700); border-radius: 0 0 19px 19px; background: var(--white); box-shadow: var(--shadow-sm); }.steps-grid li > span, .condition-grid article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--forest-100); color: var(--forest-800); font-size: 12px; font-weight: 900; }.steps-grid h3 { margin: 22px 0 8px; color: var(--forest-950); font-size: 21px; }.steps-grid p { margin: 0; color: var(--muted); }

.cta-band { padding: 60px 0; background: var(--forest-950); color: var(--white); }.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.cta-band h2 { margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -.048em; }.cta-band p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.68); }.cta-actions { display: flex; gap: 12px; flex: 0 0 auto; }

.page-hero { padding: 60px 0 68px; background: linear-gradient(135deg, var(--forest-950), var(--forest-800)); color: var(--white); }.page-hero .breadcrumbs ol { margin-bottom: 30px; }.page-hero-narrow { max-width: 830px; }.page-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 78px); line-height: .97; letter-spacing: -.058em; }.page-hero-narrow > p:not(.eyebrow) { max-width: 730px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 18px; }.page-hero .button { margin-top: 28px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(330px, .55fr); gap: 60px; align-items: end; }.page-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.75); font-size: 18px; }.hero-spec-panel { display: grid; grid-template-columns: repeat(3, 1fr); padding: 21px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); }.hero-spec-panel div { padding: 0 14px; border-left: 1px solid rgba(255,255,255,.13); }.hero-spec-panel div:first-child { border-left: 0; }.hero-spec-panel strong, .hero-spec-panel span { display: block; }.hero-spec-panel strong { color: var(--white); }.hero-spec-panel span { margin-top: 3px; color: rgba(255,255,255,.61); font-size: 11px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.benefit-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }.benefit-grid article > span { color: var(--amber-700); font-size: 12px; font-weight: 900; letter-spacing: .1em; }.benefit-grid h3 { margin: 19px 0 8px; color: var(--forest-950); }.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.info-panel-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(430px, 1fr); gap: 70px; align-items: start; }.info-panel-grid > div > p:last-child { color: var(--muted); font-size: 17px; }
.fact-list, .contact-list { margin: 0; border-top: 1px solid var(--line); }.fact-list > div, .contact-list > div { display: flex; align-items: start; justify-content: space-between; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }.fact-list dt, .contact-list dt { color: var(--muted); }.fact-list dd, .contact-list dd { margin: 0; color: var(--forest-950); font-weight: 900; text-align: right; }.contact-list a { color: var(--forest-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.large-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }.large-check-grid li { position: relative; padding: 19px 18px 19px 51px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); color: var(--forest-950); font-weight: 800; }.large-check-grid li::before { content: "✓"; position: absolute; top: 18px; left: 18px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--forest-100); color: var(--forest-700); font-size: 12px; }
.condition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }.condition-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }.condition-grid h2 { margin: 20px 0 9px; color: var(--forest-950); font-size: 24px; }.condition-grid p { margin: 0; color: var(--muted); }
.prose-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }.prose-content p:not(.eyebrow) { color: var(--muted); font-size: 16px; }.side-cta { position: sticky; top: 105px; padding: 25px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); box-shadow: var(--shadow-sm); }.side-cta strong { color: var(--forest-950); font-size: 21px; }.side-cta p { color: var(--muted); font-size: 13px; }.side-cta .text-link { margin-top: 16px; }

.faq-layout { display: grid; grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); gap: 70px; align-items: start; }.faq-layout .section-header { position: sticky; top: 108px; }.faq-list { display: grid; gap: 11px; }.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 7px 18px rgba(24,52,38,.04); }.faq-list summary { position: relative; padding: 20px 54px 20px 21px; color: var(--forest-950); cursor: pointer; font-weight: 900; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; top: 16px; right: 18px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: var(--forest-100); color: var(--forest-800); font-size: 20px; }.faq-list details[open] summary::after { content: "−"; }.faq-list details > div { padding: 0 21px 20px; }.faq-list details p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 50px; align-items: start; }.contact-card, .contact-side { padding: 32px; border: 1px solid var(--line); border-radius: 23px; background: var(--white); box-shadow: var(--shadow-sm); }.contact-card h2 { font-size: clamp(31px, 4vw, 47px); }.contact-list { margin-top: 28px; }.contact-inline-links { display: flex; flex-wrap: wrap; gap: 9px 18px; align-items: center; }.whatsapp-link { display: inline-flex; gap: 7px; align-items: center; color: #137a43; font-size: 13px; font-weight: 900; }.whatsapp-link:hover { color: #0b5f32; text-decoration: underline; text-underline-offset: 3px; }.whatsapp-icon { width: 20px; height: 20px; flex: 0 0 auto; }.button-whatsapp { gap: 8px; border-color: #17834b; background: #17834b; color: #fff; }.button-whatsapp:hover { border-color: #0f6b3b; background: #0f6b3b; color: #fff; }.button-whatsapp .whatsapp-icon { width: 19px; height: 19px; }.contact-note { margin-top: 25px; padding: 18px; border-radius: 14px; background: var(--forest-50); }.contact-note strong { color: var(--forest-950); }.contact-note p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.contact-side h2 { font-size: 30px; }.contact-side p { color: var(--muted); }.contact-side .text-link { margin-top: 18px; }
.maps-shell { max-width: 980px; margin: 0 auto; }.map-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 16px; }.map-tab { padding: 11px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--forest-900); cursor: pointer; font-weight: 850; }.map-tab[aria-pressed="true"] { border-color: var(--forest-700); background: var(--forest-800); color: var(--white); }.map-tab:focus-visible { outline: none; box-shadow: var(--focus); }.map-panel { overflow: hidden; min-height: 440px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }.map-panel iframe { width: 100%; height: 440px; border: 0; }.map-links { display: flex; justify-content: center; gap: 22px; margin-top: 18px; }.map-links a { color: var(--forest-700); font-weight: 850; }.map-placeholder { max-width: 720px; margin: 0 auto; padding: 34px; border: 1px dashed #aebbb2; border-radius: 20px; background: var(--white); text-align: center; }.map-placeholder strong { color: var(--forest-950); }.map-placeholder p { color: var(--muted); }.map-placeholder code { padding: 2px 5px; border-radius: 5px; background: var(--forest-100); }

.legal-main { min-height: 64vh; padding: 70px 0; }.legal-main .breadcrumbs ol { color: var(--muted); }.legal-main .breadcrumbs a:hover { color: var(--forest-800); }.legal-document { min-height: 370px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }.legal-document h1 { margin: 0; color: var(--forest-950); font-size: clamp(40px, 6vw, 65px); line-height: 1; letter-spacing: -.05em; }
.error-main { min-height: 68vh; display: grid; place-items: center; padding: 70px 0; }.error-card { max-width: 750px; text-align: center; }.error-code { display: block; color: var(--amber-600); font-size: 15px; font-weight: 950; letter-spacing: .18em; }.error-card h1 { margin: 14px 0 0; color: var(--forest-950); font-size: clamp(45px, 7vw, 75px); line-height: .96; letter-spacing: -.06em; }.error-card p { color: var(--muted); font-size: 18px; }.error-card .content-cta { justify-content: center; }

.footer-main-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr .9fr; gap: 35px; align-items: start; }.footer-brand-block p { max-width: 300px; }.footer-contact { display: grid; gap: 7px; font-size: 13px; }.footer-contact a { color: var(--white); }.social-links { display: inline-flex; flex-wrap: wrap; gap: 8px; align-items: center; }.social-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 11px; border-radius: 999px; border: 1px solid currentColor; font-size: 12px; font-weight: 900; text-decoration: none; }.contact-social-links { justify-content: flex-end; }.contact-social-links a { color: var(--forest-700); }.footer-social-links { margin-top: 2px; }.footer-social-links a { color: var(--white); opacity: .92; }.footer-social-links a:hover { opacity: 1; }.site-footer nav { display: grid; gap: 7px; }.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 28px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.11); font-size: 11px; }

@media (max-width: 1050px) {
  .home-hero-grid, .split-feature, .page-hero-grid { grid-template-columns: 1fr; }
  .motorhome-stage { min-height: 410px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid > div { border-top: 1px solid var(--line); }.trust-grid > div:nth-child(-n+2) { border-top: 0; }.trust-grid > div:nth-child(odd) { border-left: 0; }
  .pricing-cards-home { grid-template-columns: 1fr 1fr; }.pricing-cards-home .pricing-card:last-child { grid-column: 1 / -1; }
  .info-panel-grid, .faq-layout { grid-template-columns: 1fr; gap: 36px; }.faq-layout .section-header { position: static; }
  .footer-main-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-main-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .home-hero { padding-top: 50px; }.home-hero-grid { gap: 42px; }.home-hero-copy h1 { font-size: clamp(54px, 14vw, 76px); }
  .content-section { padding: 63px 0; }.feature-facts, .benefit-grid, .large-check-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }.steps-grid li { border-top-width: 2px; }
  .cta-band-inner { align-items: start; flex-direction: column; }.cta-actions { width: 100%; }.cta-actions .button { flex: 1; }
  .pricing-cards-home, .pricing-cards { grid-template-columns: 1fr; }.pricing-cards-home .pricing-card:last-child { grid-column: auto; }.pricing-card-featured { transform: none; }
  .prose-layout, .contact-grid { grid-template-columns: 1fr; gap: 35px; }.side-cta { position: static; }
  .footer-main-grid { grid-template-columns: 1fr 1fr; }.footer-main-grid nav:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .home-hero { padding: 42px 0 48px; }.home-hero-copy h1 { font-size: 53px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .motorhome-stage { min-height: 330px; border-radius: 23px; }.stage-sun { top: 37px; right: 38px; width: 63px; height: 63px; }.motorhome-illustration { right: 18px; bottom: 80px; left: 18px; height: 140px; }.motorhome-body { height: 98px; }.motorhome-body::before { top: 15px; left: 17px; width: 90px; height: 31px; }.motorhome-window { top: 15px; left: 120px; width: 61px; height: 31px; }.motorhome-door { right: 64px; width: 39px; height: 74px; }.motorhome-cab { width: 63px; height: 80px; }.motorhome-cab::before { width: 41px; height: 31px; }.motorhome-wheel { width: 37px; height: 37px; border-width: 7px; }.motorhome-wheel-one { left: 45px; }.motorhome-wheel-two { right: 35px; }.stage-card { right: 13px; bottom: 12px; min-width: 154px; padding: 12px 14px; }.stage-card strong { font-size: 20px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 88px; padding-left: 60px; border-top: 1px solid var(--line); border-left: 0; }.trust-grid > div:first-child { border-top: 0; }.trust-grid > div:nth-child(2) { border-top: 1px solid var(--line); }.trust-grid > div > span { top: 26px; }
  .split-feature { gap: 38px; }.vehicle-art { min-height: 310px; border-radius: 22px; }.vehicle-art-body { bottom: 75px; height: 95px; }.vehicle-art-wheel { bottom: 60px; width: 37px; height: 37px; border-width: 7px; }
  .feature-facts, .benefit-grid, .large-check-grid, .condition-grid { grid-template-columns: 1fr; }.content-cta { align-items: stretch; flex-direction: column; }.content-cta .button { width: 100%; }
  .page-hero { padding: 42px 0 50px; }.page-hero h1 { font-size: 46px; }.hero-spec-panel { grid-template-columns: 1fr; gap: 12px; }.hero-spec-panel div { padding: 0; border: 0; }
  .map-tabs, .map-links { align-items: stretch; flex-direction: column; }.map-panel, .map-panel iframe { min-height: 330px; height: 330px; }
  .footer-main-grid { grid-template-columns: 1fr; }.footer-bottom { align-items: start; flex-direction: column; gap: 7px; }
  .cta-actions { flex-direction: column; }
}

/* Legal-document content supplied by the client before production. */
.legal-content { max-width: 850px; margin-top: 36px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal-content h2, .legal-content h3 { color: var(--forest-950); line-height: 1.2; }
.legal-content h2 { margin: 38px 0 14px; font-size: 28px; }
.legal-content h3 { margin: 28px 0 10px; font-size: 21px; }
.legal-content p, .legal-content ul, .legal-content ol { margin: 0 0 16px; }
.legal-content a { color: var(--forest-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content table { width: 100%; margin: 24px 0; border-collapse: collapse; }
.legal-content th, .legal-content td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.vehicle-model { display: inline-flex; margin: 14px 0 0; padding: 6px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 850; letter-spacing: .04em; }

/* Maintenance page */
.error-page .compact-hero { min-height: 100vh; display: grid; align-items: center; }
.compact-hero .narrow-container { max-width: 780px; }
.compact-hero .hero-lead { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); }
.compact-hero .status-note { display: inline-flex; margin: 30px 0 0; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); color: var(--white); font-weight: 700; }

/* Iterace: kompaktní rezervace, výrazné CTA, dialogy a opravené emoji */
.primary-nav .nav-cta {
  margin: 0 8px 0 0;
  background: #e4a452;
  color: #1c2d22;
  box-shadow: 0 8px 20px rgba(144, 84, 25, .18);
}
.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible { background: #f0b667; color: #15251b; }

.trust-grid > div {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  min-height: 118px;
  align-content: center;
  padding: 22px 16px;
}
.trust-grid > div > span {
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: visible;
  color: var(--forest-800);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}
.trust-grid strong,
.trust-grid small { grid-column: 2; min-width: 0; }
.trust-grid strong { align-self: end; }
.trust-grid small { align-self: start; }

.reservation-layout-with-form {
  grid-template-columns: minmax(0, 1.5fr) minmax(390px, .82fr);
  gap: 24px;
}
.booking-sidebar {
  position: static;
  display: grid;
  gap: 16px;
  min-width: 0;
}
@media (min-width: 1101px) {
  .reservation-layout-with-form > .calendar-card {
    position: sticky;
    top: 94px;
    align-self: start;
  }
}
.booking-summary {
  position: static;
  top: auto;
  min-height: 0;
  padding: 23px;
}
.booking-summary:has(.summary-content:not(.is-summary-hidden)) {
  border-color: rgba(255,255,255,.08);
  background: linear-gradient(145deg, #294329, #0d2016);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(12, 33, 21, .2);
}
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-kicker,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block > span,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block p,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid dt { color: rgba(255,255,255,.68); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-content h2,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block > strong,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid dd { color: var(--white); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid div,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .choice-card { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.08); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block { border-color: rgba(255,255,255,.14); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .choice-card small { color: rgba(255,255,255,.62); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .choice-card strong { color: var(--white); }
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note { background: rgba(228,164,82,.16); color: #ffdda8; }
.summary-placeholder { min-height: 210px; }
.summary-content h2 { font-size: 21px; line-height: 1.25; }
.summary-date-grid { margin: 14px 0; }
.summary-price-block { padding: 15px 0; }
.summary-price-block > strong { font-size: 31px; }
.choice-card { margin: 13px 0; }
.summary-form-scroll,
.mobile-form-scroll { display: inline-flex; }

.details-section-inline { padding: 0; scroll-margin-top: 92px; }
.details-section-inline .details-intro { padding: 0 3px 11px; }
.details-section-inline .details-intro h2 { font-size: 24px; }
.details-section-inline .details-intro > p:last-child { margin-top: 6px; font-size: 12px; line-height: 1.5; }
.reservation-form-compact { padding: 23px; border-radius: 24px; }
.reservation-form-compact .form-grid { gap: 13px; }
.reservation-form-compact .field input { min-height: 46px; }
.reservation-form-compact .field textarea { min-height: 88px; }
.reservation-form-compact .consents { margin-top: 16px; padding-top: 15px; }
.reservation-form-compact .form-submit-row { margin-top: 18px; padding-top: 17px; }

.calendar-day-empty {
  visibility: hidden;
  pointer-events: none;
  background: transparent !important;
  border-color: transparent !important;
}
.calendar-day.is-selected,
.calendar-day.is-range-start,
.calendar-day.is-range-end,
.calendar-day.is-in-range {
  background: var(--forest-800);
  color: var(--white);
  border-color: var(--forest-800);
}
.calendar-day.is-in-range { background: #315f49; border-color: #315f49; }
.calendar-day.is-range-start { border-color: transparent; box-shadow: none; }
.calendar-day.is-range-end { border-color: transparent; box-shadow: none; }
.calendar-day.is-range-start::after { background: #f4b55f; }
.calendar-day.is-range-end::after { background: #f06a6a; }

.success-payment {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 20px 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--forest-50);
}
.success-payment[hidden] { display: none; }
.success-qr { overflow: hidden; border-radius: 12px; background: var(--white); }
.success-qr svg { display: block; width: 100%; height: auto; }
.success-payment > div:last-child { display: grid; gap: 5px; }
.success-payment strong { color: var(--forest-950); font-size: 17px; }
.success-payment span { color: var(--muted); font-size: 13px; }

.legal-dialog,
.legal-modal {
  width: min(760px, calc(100% - 28px));
  max-height: min(84vh, 820px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(8, 28, 17, .34);
}
.legal-dialog::backdrop,
.legal-modal::backdrop { background: rgba(5, 22, 14, .64); backdrop-filter: blur(3px); }
.legal-dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.legal-dialog-head h2 { margin: 0; color: var(--forest-950); font-size: 24px; }
.legal-dialog-head button,
.legal-modal-close,
.public-dialog-close {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--forest-950);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}
.legal-dialog-content { max-height: calc(84vh - 84px); padding: 24px; overflow: auto; color: #425047; }
.legal-dialog-content h2,
.legal-dialog-content h3 { color: var(--forest-950); }
.legal-dialog-content p,
.legal-dialog-content li { line-height: 1.65; }
.public-cancel-dialog { padding: 28px; }
.public-cancel-dialog h2 { margin: 0 48px 12px 0; color: var(--forest-950); }
.legal-modal-close { position: absolute; top: 18px; right: 18px; }
.legal-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.button-danger { background: #a83f3f; color: var(--white); }
.button-danger-outline { border-color: #b85a5a; background: var(--white); color: #963a3a; }

.reservation-status-hero { min-height: 100vh; padding: 60px 0; background: linear-gradient(145deg, var(--forest-950), var(--forest-800)); }
.reservation-status-shell { max-width: 980px; }
.status-public-card { padding: 30px; border-radius: 26px; background: var(--white); box-shadow: 0 24px 70px rgba(5,23,14,.28); }
.status-public-card h1 { margin: 0; color: var(--forest-950); }
.status-public-head { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.public-status { padding: 8px 11px; border-radius: 999px; background: var(--amber-100); color: var(--amber-700); font-size: 12px; font-weight: 900; }
.public-status-paid { background: var(--forest-100); color: var(--forest-800); }
.public-status-cancelled { background: var(--red-100); color: var(--red-700); }
.status-public-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; margin-top: 25px; }
.status-public-details { margin: 0; }
.status-public-details > div { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.status-public-details dt { color: var(--muted); }
.status-public-details dd { margin: 0; color: var(--forest-950); font-weight: 800; }
.status-payment-card { padding: 20px; border-radius: 20px; background: var(--forest-50); }
.status-payment-card h2 { margin: 0; color: var(--forest-950); font-size: 18px; }
.status-payment-card > strong { display: block; margin-top: 5px; color: var(--forest-950); font-size: 28px; }
.status-payment-qr { margin: 14px 0; padding: 8px; border-radius: 12px; background: var(--white); }
.status-payment-qr svg { display: block; width: 100%; height: auto; }
.status-payment-card dl { margin: 0; }
.status-payment-card dl div { display: flex; justify-content: space-between; gap: 12px; padding-top: 8px; }
.status-payment-card dd { margin: 0; font-weight: 800; text-align: right; }
.status-public-notice { margin-top: 20px; padding: 14px 16px; border-radius: 14px; background: var(--amber-100); color: #714410; }
.status-cancel-form { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.status-cancel-form p { margin: 0; color: var(--muted); font-size: 12px; }

@media (max-width: 1100px) {
  .booking-sidebar { position: static; }
  .reservation-layout-with-form { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .primary-nav .nav-cta { margin: 0 0 5px; }
  .booking-sidebar { gap: 14px; }
  .status-public-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 20px 16px; }
}

@media (max-width: 560px) {
  .trust-grid > div {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 88px;
    padding: 16px 14px;
  }
  .trust-grid > div > span { width: 46px; height: 46px; font-size: 22px; }
  .success-payment { grid-template-columns: 1fr; text-align: center; }
  .success-qr { max-width: 210px; margin-inline: auto; }
  .legal-dialog-head,
  .legal-dialog-content { padding-inline: 18px; }
  .legal-modal-actions { align-items: stretch; flex-direction: column-reverse; }
  .status-public-card { padding: 21px; border-radius: 21px; }
  .status-public-head { flex-direction: column; }
  .status-public-details > div { grid-template-columns: 1fr; gap: 3px; }
  .status-cancel-form { align-items: stretch; flex-direction: column; }
}

/* Reservation clarity */
.reservation-hero .hero-grid{grid-template-columns:minmax(0,760px);gap:0}.reservation-hero{padding-bottom:34px}.summary-payment-note span+span{margin-top:7px}.reservation-facts{padding:0 0 54px;background:var(--cream)}.reservation-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.reservation-facts-grid>div{display:grid;gap:4px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.reservation-facts-grid strong{color:var(--forest-950);font-size:18px}.reservation-facts-grid span{color:var(--muted);font-size:11px}.calendar-legend .legend-selected{background:#315f49}.calendar-day.is-range-start,.calendar-day.is-range-end{outline:0}.calendar-day.is-range-start::after{background:#f4b55f}.calendar-day.is-range-end::after{background:#f06a6a}@media(max-width:720px){.reservation-facts-grid{grid-template-columns:1fr}.reservation-facts{padding-bottom:38px}}

/* Pricing and vehicle detail improvements */
.season-highlight{display:inline-grid;gap:3px;margin:18px 0 22px;padding:12px 16px;border:1px solid rgba(228,164,82,.45);border-radius:13px;background:rgba(228,164,82,.12)}.season-highlight span{color:rgba(255,255,255,.7);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.season-highlight strong{color:#ffdba3;font-size:16px}.vehicle-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vehicle-spec-grid>div{display:flex;min-height:74px;align-items:center;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}.vehicle-spec-grid span{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--forest-50);font-size:19px}.vehicle-spec-grid strong{color:var(--forest-950);font-size:12px;line-height:1.4}@media(max-width:900px){.vehicle-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.vehicle-spec-grid{grid-template-columns:1fr}}
.calendar-day.is-range-start:hover,
.calendar-day.is-range-end:hover { border-color: transparent; transform: none; }
.calendar-day.is-range-start,
.calendar-day.is-range-end,
.calendar-day.is-range-start:hover,
.calendar-day.is-range-end:hover { border-color: transparent !important; }

/* Stabilní souhrn rezervace a oddělené CTA ceníku */
.booking-summary {
  display: grid;
  min-height: 527px;
}
.summary-placeholder,
.summary-content {
  grid-area: 1 / 1;
  min-height: 0;
}
.summary-placeholder { align-self: stretch; }
.summary-content { align-self: start; }
.summary-placeholder.is-summary-hidden,
.summary-content.is-summary-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.pricing-hero-actions .season-highlight,
.pricing-hero-actions .button { margin: 0; }
.public-status-new_reservation { background: #e5e9ef; color: #39485e; }
@media (max-width: 820px) {
  .booking-summary { min-height: 680px; }
}
@media (max-width: 560px) {
  .pricing-hero-actions { align-items: stretch; flex-direction: column; }
  .pricing-hero-actions .season-highlight,
  .pricing-hero-actions .button { width: 100%; }
}

/* Souhrn rezervace bez nadbytečného prázdného panelu */
.booking-summary{display:block;min-height:527px}.summary-content{display:flex;min-height:471px;flex-direction:column}.summary-content .summary-form-scroll,.summary-content .mobile-form-scroll{margin-top:auto}.summary-placeholder{display:none!important}.summary-content.is-summary-hidden{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.details-section-inline{scroll-margin-top:92px}
@media(max-width:820px){.booking-summary{min-height:620px}.summary-content{min-height:564px}}

/* v7: SEO lead, produktová stránka vozu, blog a volitelný Expedition design */
.home-seo-lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: #f5dfbd;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.5;
}
.home-seo-lead strong { color: #fff; }
.home-seo-lead + .home-lead { margin-top: 13px; }
.page-hero-compact { padding-block: 46px 52px; }
.page-hero-compact h1 { font-size: clamp(38px, 5.5vw, 66px); line-height: 1.02; }

.vehicle-showcase {
  padding: 42px 0 34px;
  background:
    radial-gradient(circle at 90% 5%, rgba(199,119,36,.12), transparent 28%),
    linear-gradient(180deg, #f6f1e9 0%, var(--sand-50) 100%);
}
.vehicle-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
  gap: clamp(32px,5vw,68px);
  align-items: start;
}
.vehicle-showcase-media { min-width: 0; }
.vehicle-showcase-media .vehicle-photo-grid { gap: 10px; }
.vehicle-showcase-media .vehicle-photo-grid figure {
  border: 1px solid rgba(31,74,55,.1);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.vehicle-showcase-media .vehicle-photo-grid figure:first-child img { min-height: 390px; }
.vehicle-showcase-media .vehicle-photo-grid figure:not(:first-child) img { min-height: 175px; }
.vehicle-showcase-copy h1 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(40px,5.2vw,68px);
  line-height: .98;
  letter-spacing: -.055em;
}
.vehicle-showcase-copy .vehicle-model-badge { margin-top: 14px; }
.vehicle-showcase-copy .section-lead { margin: 22px 0 0; color: var(--forest-800); font-size: 20px; }
.vehicle-showcase-copy h2 { margin: 24px 0 8px; color: var(--forest-950); font-size: 22px; letter-spacing: -.025em; }
.vehicle-showcase-copy h2 + p { margin: 0; color: var(--muted); }
.vehicle-quick-facts {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  margin-top: 22px;
}
.vehicle-quick-facts div {
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.78);
}
.vehicle-quick-facts strong, .vehicle-quick-facts span { display: block; }
.vehicle-quick-facts strong { color: var(--forest-950); font-size: 14px; }
.vehicle-quick-facts span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.vehicle-showcase-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 22px; }
.vehicle-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin-top: 25px;
}
.vehicle-inclusion-grid article {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(31,74,55,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(24,52,38,.07);
}
.vehicle-inclusion-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--forest-100);
  font-size: 20px;
}
.vehicle-inclusion-grid h2 { margin: 0; color: var(--forest-950); font-size: 16px; line-height: 1.25; }
.vehicle-inclusion-grid p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

/* Public blog */
.blog-hero .page-hero-narrow { max-width: 900px; }
.blog-index-section { min-height: 420px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.blog-card-image { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--forest-100); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.025); }
.blog-card-image-placeholder { display: grid; place-items: center; color: var(--forest-700); font-size: 48px; text-decoration: none; }
.blog-card-body { display: grid; align-content: start; min-height: 290px; padding: 22px; }
.blog-tags { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.blog-tag { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: var(--forest-100); color: var(--forest-800); font-size: 10px; font-weight: 850; }
.blog-card h3 { margin: 14px 0 0; color: var(--forest-950); font-size: 23px; line-height: 1.17; letter-spacing: -.03em; }
.blog-card h3 a { text-decoration: none; }
.blog-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.blog-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.blog-card-footer { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: auto; padding-top: 21px; }
.blog-card-footer time { color: var(--muted); font-size: 11px; font-weight: 750; }
.blog-card-footer .text-link { font-size: 12px; }
.blog-empty { display: grid; max-width: 720px; margin: 0 auto; padding: 44px; place-items: center; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); text-align: center; }
.blog-empty > span { font-size: 38px; }
.blog-empty h3 { margin: 12px 0 0; color: var(--forest-950); font-size: 28px; }
.blog-empty p { max-width: 560px; color: var(--muted); }
.blog-article-header { padding: 42px 0 54px; background: linear-gradient(135deg,var(--forest-950),var(--forest-800)); color: #fff; }
.blog-article-header .breadcrumbs ol { margin-bottom: 28px; }
.blog-article-heading { max-width: 920px; }
.blog-article-heading h1 { margin: 0; font-size: clamp(40px,6vw,72px); line-height: 1.02; letter-spacing: -.052em; }
.blog-article-excerpt { max-width: 780px; margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: 19px; }
.blog-article-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 20px; }
.blog-article-meta time { margin-right: 7px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; }
.blog-article-meta .blog-tag { background: rgba(255,255,255,.11); color: #fff; }
.blog-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 48px; align-items: start; padding-block: 48px 20px; }
.blog-article-main { min-width: 0; }
.blog-featured-image { overflow: hidden; margin: 0 0 34px; border-radius: 24px; box-shadow: var(--shadow-md); }
.blog-featured-image img { width: 100%; height: auto; }
.blog-prose { max-width: 790px; color: #2f3933; font-size: 17px; line-height: 1.82; }
.blog-prose > :first-child { margin-top: 0; }
.blog-prose h2 { margin: 42px 0 14px; color: var(--forest-950); font-size: clamp(28px,3.5vw,39px); line-height: 1.12; letter-spacing: -.035em; }
.blog-prose h3 { margin: 32px 0 11px; color: var(--forest-950); font-size: 25px; line-height: 1.2; }
.blog-prose p, .blog-prose ul, .blog-prose ol, .blog-prose blockquote { margin: 0 0 20px; }
.blog-prose li + li { margin-top: 8px; }
.blog-prose blockquote { padding: 18px 22px; border-left: 4px solid var(--amber-600); border-radius: 0 14px 14px 0; background: var(--sand-100); color: var(--forest-900); font-weight: 700; }
.blog-prose a { color: var(--forest-700); font-weight: 800; text-underline-offset: 3px; }
.blog-prose figure { margin: 30px 0; }
.blog-prose img { width: 100%; height: auto; border-radius: 18px; }
.blog-prose figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; text-align: center; }
.blog-article-aside { position: sticky; top: 102px; }
.blog-booking-card { padding: 24px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-sm); }
.blog-booking-card h2 { margin: 0; color: var(--forest-950); font-size: 26px; line-height: 1.12; }
.blog-booking-card p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.blog-booking-card .button { margin-top: 10px; }
.blog-article-footer { padding-block: 24px 70px; }

/* Expedition is a separately switchable public skin; classic keeps the original header treatment. */
.design-expedition .site-header {
  border-bottom: 0;
  padding: 10px 0;
  background: rgba(251,248,243,.88);
  backdrop-filter: blur(16px);
}
.design-expedition .header-inner {
  min-height: 64px;
  padding: 7px 10px 7px 12px;
  border: 1px solid rgba(31,74,55,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 34px rgba(24,52,38,.09);
}
.design-expedition .brand-mark { border-radius: 14px; }
.design-expedition .primary-nav {
  padding: 4px;
  border-radius: 15px;
  background: #f3f6f4;
}
.design-expedition .primary-nav a { border-radius: 11px; }
.design-expedition .primary-nav a.is-active { background: #dce8e0; color: var(--forest-950); }
.design-expedition .primary-nav .nav-cta.is-active { background: #d4933f; color: #16261c; }
.design-expedition .primary-nav .nav-cta { order: -1; margin: 0 6px 0 0; }
.design-expedition .vehicle-inclusion-grid article { border-radius: 22px; }
.design-expedition .vehicle-inclusion-grid article > span { background: var(--amber-100); }
.design-expedition .trust-grid > div { border-radius: 17px; }

@media (max-width: 1060px) {
  .vehicle-showcase-grid { grid-template-columns: 1fr; gap: 30px; }
  .vehicle-showcase-media { order: 0; }
  .vehicle-showcase-copy { order: 1; }
  .vehicle-showcase-media .vehicle-photo-grid figure:first-child img { min-height: 330px; }
  .blog-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-article-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 30px; }
}
@media (max-width: 820px) {
  .design-expedition .site-header { padding: 7px 0; }
  .design-expedition .header-inner { min-height: 62px; border-radius: 18px; }
  .design-expedition .primary-nav { background: #fff; }
  .design-expedition .primary-nav .nav-cta { order: -1; margin: 4px 0 0; }
  .vehicle-showcase { padding-top: 28px; }
  .vehicle-inclusion-grid { grid-template-columns: 1fr; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card-body { min-height: 0; }
  .blog-article-layout { grid-template-columns: 1fr; padding-top: 30px; }
  .blog-article-aside { position: static; }
  .blog-prose { font-size: 16px; }
}
@media (max-width: 560px) {
  .home-seo-lead { font-size: 16px; }
  .vehicle-showcase-copy h1 { font-size: 39px; }
  .vehicle-quick-facts { grid-template-columns: 1fr 1fr; }
  .vehicle-showcase-actions { align-items: stretch; }
  .vehicle-showcase-actions .button { width: 100%; }
  .vehicle-showcase-media .vehicle-photo-grid { grid-template-columns: 1fr; }
  .vehicle-showcase-media .vehicle-photo-grid figure:first-child { grid-column: auto; }
  .vehicle-showcase-media .vehicle-photo-grid figure:first-child img,
  .vehicle-showcase-media .vehicle-photo-grid figure:not(:first-child) img { min-height: 230px; }
  .blog-article-header { padding-block: 32px 40px; }
  .blog-article-heading h1 { font-size: 39px; }
  .blog-empty { padding: 30px 20px; }
}

#vybava-vozu,#v-cene-pronajmu{scroll-margin-top:110px}.vehicle-section-next{margin-top:28px}

/* V8: fotografie úvodní stránky spravovaná z administrace */
.motorhome-stage-photo{background:var(--stage-card-bg,#132b20)}.motorhome-stage-photo>.home-hero-photo{position:absolute;inset:0;margin:0}.motorhome-stage-photo>.home-hero-photo::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,25,16,.02),rgba(8,25,16,.45));content:""}.motorhome-stage-photo>.home-hero-photo img{width:100%;height:100%;object-fit:cover}.motorhome-stage-photo .stage-card{z-index:2}


/* Iterace 9 – jemné aktivní menu a odlesk rezervačních CTA. */
.primary-nav .nav-cta,
a.button[href="/rezervace.html"],
a.button[href^="/rezervace.html#"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.primary-nav .nav-cta::after,
a.button[href="/rezervace.html"]::after,
a.button[href^="/rezervace.html#"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.primary-nav .nav-cta:hover::after,
.primary-nav .nav-cta:focus-visible::after,
a.button[href="/rezervace.html"]:hover::after,
a.button[href="/rezervace.html"]:focus-visible::after,
a.button[href^="/rezervace.html#"]:hover::after,
a.button[href^="/rezervace.html#"]:focus-visible::after {
  transform: translateX(120%);
}
.blog-booking-card .button + .button { margin-top: 16px; }
@media (prefers-reduced-motion: reduce) {
  .primary-nav .nav-cta::after,
  a.button[href="/rezervace.html"]::after,
  a.button[href^="/rezervace.html#"]::after { transition: none; }
}
.blog-booking-card .button + .text-link { margin-top: 18px; }

/* V10: SEO sémantika bez změny vizuální hierarchie a CTA v cenovém štítku */
.home-display-title{
  margin:0;
  max-width:720px;
  color:var(--white);
  font-size:clamp(54px,7.2vw,92px);
  font-weight:900;
  line-height:.92;
  letter-spacing:-.062em;
}
.home-hero-copy h1.home-seo-lead{
  max-width:690px;
  margin:20px 0 0;
  color:#f5dfbd;
  font-size:clamp(16px,1.7vw,20px);
  font-weight:400;
  line-height:1.5;
  letter-spacing:normal;
}
.home-hero-copy h1.home-seo-lead strong{color:#fff;font-weight:900}
.page-hero h1.page-seo-title,
.reservation-hero h1.page-seo-title{
  max-width:none;
  margin:0 0 10px;
  color:#efc88c;
  font-size:12px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.page-hero .page-display-title,
.reservation-display-title{
  max-width:830px;
  margin:0;
  color:var(--white);
  font-size:clamp(48px,7vw,78px);
  font-weight:900;
  line-height:.97;
  letter-spacing:-.058em;
}
.reservation-display-title{
  max-width:760px;
  font-size:clamp(38px,5vw,66px);
  line-height:1.01;
  letter-spacing:-.045em;
}
.page-hero-compact .page-display-title{font-size:clamp(38px,5.5vw,66px);line-height:1.02}
.page-hero-narrow>.page-display-title{max-width:830px;margin:0;color:var(--white)}
.stage-card-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:8px;
  color:#f5d7a9;
  font-size:12px;
  font-weight:850;
  line-height:1.25;
  text-decoration:underline;
  text-decoration-color:rgba(245,215,169,.46);
  text-underline-offset:3px;
}
.stage-card-link:hover,.stage-card-link:focus-visible{color:#fff;text-decoration-color:#fff}
@media(max-width:820px){
  .home-display-title{font-size:clamp(54px,14vw,76px)}
}
@media(max-width:560px){
  .home-display-title{font-size:53px}
  .home-hero-copy h1.home-seo-lead{font-size:16px}
  .page-hero .page-display-title{font-size:46px}
  .reservation-display-title{font-size:39px}
  .stage-card-link{font-size:11px}
}
/* V10 specificity guard: marketing title remains visually identical to the former H1. */
.page-hero .page-hero-narrow > p.page-display-title{
  max-width:830px;
  margin:0;
  color:var(--white);
  font-size:clamp(48px,7vw,78px);
  font-weight:900;
  line-height:.97;
  letter-spacing:-.058em;
}
.page-hero-compact .page-hero-narrow > p.page-display-title{
  font-size:clamp(38px,5.5vw,66px);
  line-height:1.02;
}
@media(max-width:560px){
  .page-hero .page-hero-narrow > p.page-display-title{font-size:46px}
}

/* V11: na širokém desktopu jsou obě mapy viditelné současně. */
@media (min-width: 1101px) {
  .maps-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
  }
  .maps-shell .map-tabs {
    display: none;
  }
  .maps-shell > .map-panel[hidden] {
    display: block;
  }
  .maps-shell .map-links {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}

/* V13: technické parametry, předávané vybavení a přehledná storno tabulka. */
.last-minute-rule:empty { display: none; }
.handover-equipment-panel {
  margin-top: 34px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 54, 39, .08);
}
.handover-equipment-panel h3 { margin: 0 0 18px; }
.cancellation-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 54, 39, .07);
}
.cancellation-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}
.cancellation-table th,
.cancellation-table td {
  padding: 17px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.cancellation-table th {
  color: var(--forest);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #f3f7f4;
}
.cancellation-table tr:last-child td { border-bottom: 0; }
.cancellation-table td:last-child { width: 38%; }
.reservation-rule-note {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 0 24px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 620px) {
  .handover-equipment-panel { padding: 22px 18px; }
  .cancellation-table th,
  .cancellation-table td { padding: 14px 15px; }
}

/* V20: nový světlý design Bright, barevné varianty Expedition/Bright a delší galerie */
.trust-grid{grid-template-columns:repeat(auto-fit,minmax(178px,1fr))}.trust-grid>div:first-child{border-left:1px solid var(--line)}.trust-grid small{line-height:1.45}.vehicle-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

.design-expedition-sand{--forest-950:#223124;--forest-900:#304232;--forest-800:#4f684d;--forest-700:#6d835f;--forest-100:#edf1e8;--forest-50:#f8f6ee;--sand-100:#efe3ce;--sand-50:#fbf4e8;--amber-700:#9f5f2e;--amber-600:#c17638;--amber-100:#f7dfbb;--line:#ded7c8;--focus:0 0 0 4px rgba(109,131,95,.24)}
.design-expedition-copper{--forest-950:#1d2722;--forest-900:#2b3a32;--forest-800:#425d50;--forest-700:#627d69;--forest-100:#e8eee9;--forest-50:#f5f7f1;--sand-100:#eadcc8;--sand-50:#fbf7ef;--amber-700:#9a4f2b;--amber-600:#bd663a;--amber-100:#f2d3be;--line:#ddd7ce;--focus:0 0 0 4px rgba(189,102,58,.22)}
.design-expedition-gold{--forest-950:#151713;--forest-900:#23241d;--forest-800:#3e3d2f;--forest-700:#6c633d;--forest-100:#ece6d2;--forest-50:#f8f4e8;--sand-100:#eee1c2;--sand-50:#fcf8ee;--amber-700:#8a6418;--amber-600:#c09536;--amber-100:#f5e4b6;--line:#dfd4b8;--focus:0 0 0 4px rgba(192,149,54,.25)}
.design-expedition-blue{--forest-950:#10242a;--forest-900:#17323a;--forest-800:#214d58;--forest-700:#356d7b;--forest-100:#e4eef1;--forest-50:#f3f8f9;--sand-100:#e8dfd0;--sand-50:#fbf7f0;--amber-700:#9b6423;--amber-600:#cf8432;--amber-100:#f2dcbd;--line:#d7e3e6;--focus:0 0 0 4px rgba(53,109,123,.23)}
body[class*="design-expedition"] .site-header{border-bottom:0;padding:10px 0;background:rgba(251,248,243,.88);backdrop-filter:blur(16px)}
body[class*="design-expedition"] .header-inner{min-height:64px;padding:7px 10px 7px 12px;border:1px solid rgba(31,74,55,.11);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(24,52,38,.09)}
body[class*="design-expedition"] .brand-mark{border-radius:14px;background:var(--forest-800)}
body[class*="design-expedition"] .primary-nav{padding:4px;border-radius:15px;background:var(--forest-50)}
body[class*="design-expedition"] .primary-nav a{border-radius:11px}
body[class*="design-expedition"] .primary-nav a.is-active{background:var(--forest-100);color:var(--forest-950)}
body[class*="design-expedition"] .primary-nav .nav-cta{order:-1;margin:0 6px 0 0;background:var(--amber-600);color:#152019}
body[class*="design-expedition"] .primary-nav .nav-cta.is-active,body[class*="design-expedition"] .primary-nav .nav-cta:hover,body[class*="design-expedition"] .primary-nav .nav-cta:focus-visible{background:var(--amber-100);color:var(--forest-950)}
body[class*="design-expedition"] .pricing-card-featured{background:linear-gradient(145deg,var(--forest-900),var(--forest-950));border-color:var(--forest-700)}
body[class*="design-expedition"] .trust-grid>div,body[class*="design-expedition"] .vehicle-inclusion-grid article{border-radius:22px}
body[class*="design-expedition"] .vehicle-inclusion-grid article>span{background:var(--amber-100)}
@media(max-width:820px){body[class*="design-expedition"] .site-header{padding:7px 0}body[class*="design-expedition"] .header-inner{min-height:62px;border-radius:18px}body[class*="design-expedition"] .primary-nav{background:#fff}body[class*="design-expedition"] .primary-nav .nav-cta{order:-1;margin:4px 0 0}}

body[class*="design-bright"]{--bright-bg:#eee4cf;--bright-bg-2:#f8f0e0;--bright-surface:rgba(255,252,245,.88);--bright-surface-solid:#fffaf0;--bright-card:#fffdf7;--bright-ink:#0d1a12;--bright-muted:#5e6259;--bright-line:rgba(21,31,22,.12);--bright-accent:#c87523;--bright-accent-strong:#a85f17;--bright-chip:#fffdf8;--bright-feature:#f5d99c;--bright-feature-text:#111b13;--forest-950:var(--bright-ink);--forest-900:#243023;--forest-800:#31523d;--forest-700:#53715b;--forest-100:#ebe3cf;--forest-50:#f6eddc;--sand-50:var(--bright-bg-2);--sand-100:#eadfcb;--amber-700:var(--bright-accent-strong);--amber-600:var(--bright-accent);--amber-100:#f4dfba;--ink:var(--bright-ink);--muted:var(--bright-muted);--line:var(--bright-line);--shadow-sm:0 16px 40px rgba(73,55,32,.10);--shadow-md:0 28px 72px rgba(73,55,32,.16);background:linear-gradient(180deg,var(--bright-bg-2),var(--bright-bg)) fixed;color:var(--bright-ink)}
.design-bright-sun{--bright-bg:#f0e1c3;--bright-bg-2:#fff2d4;--bright-accent:#c86f1f;--bright-accent-strong:#9b5017;--bright-feature:#f2c973;--bright-chip:#fff8e7;--bright-line:rgba(79,54,23,.14)}
.design-bright-sky{--bright-bg:#e8edf0;--bright-bg-2:#f8f3e7;--bright-accent:#286b8b;--bright-accent-strong:#1d516b;--bright-feature:#d2e8f2;--bright-chip:#ffffff;--bright-line:rgba(27,67,86,.16);--forest-800:#286b8b;--forest-700:#3e7d98;--amber-600:#286b8b;--amber-700:#1d516b;--amber-100:#d2e8f2}
.design-bright-rose{--bright-bg:#efe1d8;--bright-bg-2:#fff4ed;--bright-accent:#b7644d;--bright-accent-strong:#8d4532;--bright-feature:#f1c9bc;--bright-chip:#fff9f5;--bright-line:rgba(91,52,38,.15);--forest-800:#5b463d;--forest-700:#7c665b;--amber-600:#b7644d;--amber-700:#8d4532;--amber-100:#f1c9bc}
.design-bright-gold{--bright-bg:#ece2c8;--bright-bg-2:#fff8e6;--bright-accent:#b98922;--bright-accent-strong:#80600f;--bright-feature:#efd384;--bright-chip:#fffdf4;--bright-line:rgba(89,70,21,.17);--forest-800:#3e3927;--forest-700:#74663c;--amber-600:#b98922;--amber-700:#80600f;--amber-100:#efd384}
body[class*="design-bright"] .site-header{border-bottom:0;background:rgba(247,238,222,.82);backdrop-filter:blur(18px)}
body[class*="design-bright"] .header-inner{min-height:66px;margin-block:8px;padding:8px 12px;border:1px solid var(--bright-line);border-radius:24px;background:rgba(255,253,247,.86);box-shadow:0 14px 40px rgba(73,55,32,.08)}
body[class*="design-bright"] .brand-mark{background:var(--bright-ink);color:var(--bright-bg-2);border-radius:18px;box-shadow:0 14px 26px rgba(17,27,19,.14)}
body[class*="design-bright"] .brand-copy span{color:var(--bright-muted)}
body[class*="design-bright"] .primary-nav{gap:6px;padding:4px;border-radius:18px;background:rgba(255,255,255,.55)}
body[class*="design-bright"] .primary-nav a{border-radius:14px;color:var(--bright-ink)}
body[class*="design-bright"] .primary-nav a:hover,body[class*="design-bright"] .primary-nav a:focus-visible,body[class*="design-bright"] .primary-nav a.is-active{background:var(--bright-chip);color:var(--bright-ink);box-shadow:0 8px 22px rgba(73,55,32,.08)}
body[class*="design-bright"] .primary-nav .nav-cta,body[class*="design-bright"] .primary-nav .nav-cta.is-active{background:var(--bright-accent);color:#11190f;box-shadow:0 14px 28px rgba(122,78,25,.18)}
body[class*="design-bright"] .primary-nav .nav-cta:hover,body[class*="design-bright"] .primary-nav .nav-cta:focus-visible{background:var(--bright-accent-strong);color:#fff}
body[class*="design-bright"] .home-hero{padding:70px 0 62px;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 78% 26%,rgba(255,255,255,.48),transparent 32%),linear-gradient(125deg,var(--bright-bg-2),var(--bright-bg));color:var(--bright-ink)}
body[class*="design-bright"] .home-hero::before{inset:0;background-image:linear-gradient(rgba(21,31,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,31,22,.035) 1px,transparent 1px);background-size:40px 40px;border:0;border-radius:0;transform:none;pointer-events:none}
body[class*="design-bright"] .home-display-title,body[class*="design-bright"] .home-hero-copy h1.home-seo-lead strong{color:var(--bright-ink)}
body[class*="design-bright"] .home-hero-copy h1.home-seo-lead,body[class*="design-bright"] .home-lead,body[class*="design-bright"] .hero-points{color:var(--bright-muted)}
body[class*="design-bright"] .eyebrow{color:var(--bright-accent-strong)}
body[class*="design-bright"] .button-accent{background:var(--bright-accent);color:#11190f;box-shadow:0 16px 30px rgba(122,78,25,.18)}
body[class*="design-bright"] .button-accent:hover,body[class*="design-bright"] .button-accent:focus-visible{background:var(--bright-accent-strong);color:#fff}
body[class*="design-bright"] .button-on-dark,body[class*="design-bright"] .button-secondary{border-color:var(--bright-line);background:rgba(255,255,255,.84);color:var(--bright-ink);box-shadow:0 12px 28px rgba(73,55,32,.08)}
body[class*="design-bright"] .button-on-dark:hover,body[class*="design-bright"] .button-secondary:hover,body[class*="design-bright"] .button-on-dark:focus-visible,body[class*="design-bright"] .button-secondary:focus-visible{background:#fff;color:var(--bright-ink)}
body[class*="design-bright"] .hero-points li{padding:9px 14px;border:1px solid var(--bright-line);border-radius:999px;background:rgba(255,255,255,.82);color:var(--bright-ink);box-shadow:0 12px 28px rgba(73,55,32,.08)}
body[class*="design-bright"] .motorhome-stage{border-color:rgba(255,255,255,.55);background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.35));box-shadow:0 32px 80px rgba(73,55,32,.16),inset 0 1px rgba(255,255,255,.7)}
body[class*="design-bright"] .stage-road{background:#d3c4a7}body[class*="design-bright"] .stage-card{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.84);color:var(--bright-ink);backdrop-filter:blur(14px)}body[class*="design-bright"] .stage-card span,body[class*="design-bright"] .stage-card small{color:var(--bright-muted)}body[class*="design-bright"] .stage-card strong{color:var(--bright-ink)}body[class*="design-bright"] .stage-card-link{color:var(--bright-accent-strong);text-decoration-color:rgba(168,95,23,.45)}body[class*="design-bright"] .stage-card-link:hover,body[class*="design-bright"] .stage-card-link:focus-visible{color:var(--bright-ink);text-decoration-color:var(--bright-ink)}
body[class*="design-bright"] .trust-strip{border:0;background:linear-gradient(180deg,var(--bright-bg),var(--bright-bg-2))}body[class*="design-bright"] .trust-grid{gap:16px;padding-block:22px}body[class*="design-bright"] .trust-grid>div{min-height:130px;padding:20px;border:1px solid var(--bright-line);border-radius:22px;background:var(--bright-card);box-shadow:0 18px 42px rgba(73,55,32,.09)}body[class*="design-bright"] .trust-grid>div::after{content:"";position:absolute;top:-34px;right:-28px;width:92px;height:92px;border-radius:50%;background:rgba(232,206,164,.32)}body[class*="design-bright"] .trust-grid>div>span{position:relative;z-index:1;border-radius:15px;background:linear-gradient(145deg,var(--forest-700),var(--forest-950));color:#fff}body[class*="design-bright"] .trust-grid strong{position:relative;z-index:1;color:var(--bright-ink);font-size:15px}body[class*="design-bright"] .trust-grid small{position:relative;z-index:1;color:var(--bright-muted);font-size:12px;font-weight:650}
body[class*="design-bright"] .content-section{background:var(--bright-bg-2)}body[class*="design-bright"] .section-soft{background:var(--bright-bg);border-block:1px solid var(--bright-line)}body[class*="design-bright"] .feature-facts>div,body[class*="design-bright"] .vehicle-quick-facts div,body[class*="design-bright"] .vehicle-spec-grid>div,body[class*="design-bright"] .side-cta,body[class*="design-bright"] .fact-list,body[class*="design-bright"] .blog-booking-card,body[class*="design-bright"] .status-public-card{border-color:var(--bright-line);background:var(--bright-card)}
body[class*="design-bright"] .pricing-card{overflow:hidden;border-color:var(--bright-line);border-radius:28px;background:var(--bright-card);box-shadow:0 22px 52px rgba(73,55,32,.10)}body[class*="design-bright"] .pricing-card::after{content:"";position:absolute;top:-42px;right:-34px;width:120px;height:120px;border-radius:50%;background:rgba(232,206,164,.33)}body[class*="design-bright"] .pricing-card p,body[class*="design-bright"] .pricing-card span,body[class*="design-bright"] .pricing-card li{position:relative;z-index:1;color:var(--bright-muted)}body[class*="design-bright"] .pricing-card strong{position:relative;z-index:1;color:var(--bright-ink)}body[class*="design-bright"] .pricing-card-featured{border-color:rgba(0,0,0,.06);background:linear-gradient(145deg,var(--bright-feature),#fff2cb);color:var(--bright-feature-text)}body[class*="design-bright"] .pricing-card-featured p,body[class*="design-bright"] .pricing-card-featured span,body[class*="design-bright"] .pricing-card-featured li,body[class*="design-bright"] .pricing-card-featured strong{color:var(--bright-feature-text);text-shadow:none}body[class*="design-bright"] .pricing-card-featured ul{border-color:rgba(0,0,0,.10)}
body[class*="design-bright"] .page-hero,body[class*="design-bright"] .blog-article-header,body[class*="design-bright"] .reservation-hero{background:radial-gradient(circle at 10% 0,rgba(255,255,255,.82),transparent 34%),linear-gradient(130deg,var(--bright-bg-2),var(--bright-bg));color:var(--bright-ink)}body[class*="design-bright"] .page-hero .page-display-title,body[class*="design-bright"] .page-hero .page-hero-narrow>p.page-display-title,body[class*="design-bright"] .reservation-display-title,body[class*="design-bright"] .blog-article-heading h1{color:var(--bright-ink)}body[class*="design-bright"] .page-hero-narrow>p:not(.eyebrow),body[class*="design-bright"] .page-hero-grid>div:first-child>p:not(.eyebrow),body[class*="design-bright"] .hero-text,body[class*="design-bright"] .blog-article-excerpt{color:var(--bright-muted)}body[class*="design-bright"] .page-hero h1.page-seo-title,body[class*="design-bright"] .reservation-hero h1.page-seo-title{color:var(--bright-accent-strong)}body[class*="design-bright"] .breadcrumbs ol,body[class*="design-bright"] .breadcrumbs a:hover{color:var(--bright-muted)}body[class*="design-bright"] .hero-assurance,body[class*="design-bright"] .hero-spec-panel,.design-bright .season-highlight,body[class*="design-bright"] .season-highlight{border-color:var(--bright-line);background:rgba(255,255,255,.72);color:var(--bright-ink)}body[class*="design-bright"] .hero-assurance strong,body[class*="design-bright"] .hero-spec-panel strong,body[class*="design-bright"] .season-highlight strong{color:var(--bright-ink)}body[class*="design-bright"] .hero-assurance span,body[class*="design-bright"] .hero-spec-panel span,body[class*="design-bright"] .season-highlight span{color:var(--bright-muted)}
body[class*="design-bright"] .calendar-card,body[class*="design-bright"] .booking-summary,body[class*="design-bright"] .reservation-form,body[class*="design-bright"] .cancellation-table-wrap,body[class*="design-bright"] .handover-equipment-panel,body[class*="design-bright"] .blog-card,body[class*="design-bright"] .blog-empty{border-color:var(--bright-line);background:var(--bright-card);box-shadow:var(--shadow-sm)}
@media(max-width:820px){body[class*="design-bright"] .site-header{padding:6px 0}body[class*="design-bright"] .header-inner{min-height:62px;margin-block:4px}body[class*="design-bright"] .primary-nav{background:#fff}body[class*="design-bright"] .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){body[class*="design-bright"] .trust-grid{grid-template-columns:1fr}body[class*="design-bright"] .hero-points li{width:100%}}

/* v21: výraznější barevné varianty a opravené hravé Bright karty */
body.design-expedition{--exp-hero-1:#10271c;--exp-hero-2:#1d4b36;--exp-hero-3:#286349;--exp-accent:#e4a452;--exp-accent-hover:#f0b667;--exp-soft:#f4ede2;--exp-panel:#fffaf2;--exp-text-on-hero:#ffffff;--exp-muted-on-hero:rgba(255,255,255,.78);--exp-glow:rgba(228,164,82,.33);--exp-border:rgba(228,164,82,.45);--exp-road:#09170f}
body.design-expedition-sand{--forest-950:#2f2116;--forest-900:#4c321f;--forest-800:#785135;--forest-700:#9b704b;--forest-100:#efe0cb;--forest-50:#fbf1df;--sand-100:#ecd8ba;--sand-50:#fff7ea;--amber-700:#8e511e;--amber-600:#c77730;--amber-100:#f7d9a7;--line:#e3d4bd;--focus:0 0 0 4px rgba(155,112,75,.24);--exp-hero-1:#4a2f1c;--exp-hero-2:#7c5435;--exp-hero-3:#b57b47;--exp-accent:#f0ad5d;--exp-accent-hover:#ffc57e;--exp-soft:#f5e6cd;--exp-panel:#fff8eb;--exp-text-on-hero:#fffaf2;--exp-muted-on-hero:rgba(255,250,242,.82);--exp-glow:rgba(240,173,93,.34);--exp-border:rgba(240,173,93,.46);--exp-road:#322113}
body.design-expedition-copper{--forest-950:#241815;--forest-900:#3b221b;--forest-800:#713a25;--forest-700:#9a5732;--forest-100:#f0ded3;--forest-50:#fff5ee;--sand-100:#ead3c2;--sand-50:#fff8f2;--amber-700:#8f3e1b;--amber-600:#c96a35;--amber-100:#f4ccb1;--line:#e1cfc4;--focus:0 0 0 4px rgba(201,106,53,.24);--exp-hero-1:#241815;--exp-hero-2:#5a2b1d;--exp-hero-3:#8c4325;--exp-accent:#e78243;--exp-accent-hover:#f3a064;--exp-soft:#f3dfd2;--exp-panel:#fff7f1;--exp-text-on-hero:#fff7f1;--exp-muted-on-hero:rgba(255,247,241,.82);--exp-glow:rgba(231,130,67,.32);--exp-border:rgba(231,130,67,.45);--exp-road:#1a0f0c}
body.design-expedition-gold{--forest-950:#17130d;--forest-900:#272015;--forest-800:#5a431c;--forest-700:#8b6b2a;--forest-100:#f0e5c7;--forest-50:#fff8e8;--sand-100:#ead8a8;--sand-50:#fff9ec;--amber-700:#85610d;--amber-600:#c99a2e;--amber-100:#f5dd9e;--line:#dfd1aa;--focus:0 0 0 4px rgba(201,154,46,.26);--exp-hero-1:#17130d;--exp-hero-2:#3e321d;--exp-hero-3:#7a5a1b;--exp-accent:#d9a83a;--exp-accent-hover:#efc661;--exp-soft:#f2e4bd;--exp-panel:#fff9e8;--exp-text-on-hero:#fff7da;--exp-muted-on-hero:rgba(255,247,218,.82);--exp-glow:rgba(217,168,58,.33);--exp-border:rgba(217,168,58,.48);--exp-road:#100d08}
body.design-expedition-blue{--forest-950:#0d2130;--forest-900:#123149;--forest-800:#1c5878;--forest-700:#287fa0;--forest-100:#dbeaf0;--forest-50:#f1f8fb;--sand-100:#e7dccb;--sand-50:#fbf7ef;--amber-700:#9a6120;--amber-600:#d88c34;--amber-100:#f4dcba;--line:#cfe0e8;--focus:0 0 0 4px rgba(40,127,160,.23);--exp-hero-1:#0c2030;--exp-hero-2:#154866;--exp-hero-3:#257d9a;--exp-accent:#f0a24d;--exp-accent-hover:#ffc06f;--exp-soft:#e7f3f7;--exp-panel:#f8fcfd;--exp-text-on-hero:#f8fcff;--exp-muted-on-hero:rgba(248,252,255,.82);--exp-glow:rgba(240,162,77,.31);--exp-border:rgba(240,162,77,.44);--exp-road:#071823}
body[class*="design-expedition"] .home-hero{background:radial-gradient(circle at 83% 9%, var(--exp-glow), transparent 28%),linear-gradient(132deg,var(--exp-hero-1) 0%,var(--exp-hero-2) 58%,var(--exp-hero-3) 100%);color:var(--exp-text-on-hero)}
body[class*="design-expedition"] .home-lead,body[class*="design-expedition"] .home-seo-lead,body[class*="design-expedition"] .hero-points{color:var(--exp-muted-on-hero)}
body[class*="design-expedition"] .home-seo-lead strong,body[class*="design-expedition"] .home-display-title{color:var(--exp-text-on-hero)}
body[class*="design-expedition"] .button-accent,body[class*="design-expedition"] .primary-nav .nav-cta{background:var(--exp-accent);color:#17130d}
body[class*="design-expedition"] .button-accent:hover,body[class*="design-expedition"] .button-accent:focus-visible,body[class*="design-expedition"] .primary-nav .nav-cta:hover,body[class*="design-expedition"] .primary-nav .nav-cta:focus-visible{background:var(--exp-accent-hover);color:#17130d}
body[class*="design-expedition"] .trust-strip{background:linear-gradient(180deg,var(--exp-soft),var(--sand-50));border-bottom-color:var(--line)}
body[class*="design-expedition"] .trust-grid>div{background:rgba(255,255,255,.72);border-color:var(--line);box-shadow:0 16px 38px rgba(39,32,21,.07)}
body[class*="design-expedition"] .content-section{background:var(--sand-50)}
body[class*="design-expedition"] .section-soft{background:linear-gradient(180deg,var(--exp-soft),var(--sand-50))}
body[class*="design-expedition"] .pricing-card-featured{background:linear-gradient(145deg,var(--exp-hero-2),var(--exp-hero-1));border-color:var(--exp-border)}
body[class*="design-expedition"] .reservation-hero,body[class*="design-expedition"] .page-hero,body[class*="design-expedition"] .blog-article-header{background:radial-gradient(circle at 90% 7%, var(--exp-glow), transparent 30%),linear-gradient(132deg,var(--exp-hero-1),var(--exp-hero-2) 60%,var(--exp-hero-3));color:var(--exp-text-on-hero)}
body[class*="design-expedition"] .site-footer{background:var(--exp-hero-1)}
body[class*="design-expedition"] .stage-road{background:var(--exp-road)}
body[class*="design-expedition"] .stage-sun{background:var(--exp-accent)}

body[class*="design-bright"] .home-hero::before{inset:auto -12% -270px 38%;height:430px;border:1px solid var(--bright-line);border-radius:50%;background:transparent;transform:rotate(-8deg)}
body.design-bright{--bright-bg:#eee2cc;--bright-bg-2:#fff4df;--bright-card:#fffdf7;--bright-ink:#101a13;--bright-muted:#596056;--bright-accent:#c87523;--bright-accent-strong:#994f13;--bright-feature:#f0cf87;--bright-orb:rgba(232,194,132,.35);--bright-line:rgba(77,57,29,.16)}
body.design-bright-sun{--bright-bg:#f0d8a8;--bright-bg-2:#fff0c6;--bright-card:#fffaf0;--bright-ink:#1d160b;--bright-muted:#685b42;--bright-accent:#d66b16;--bright-accent-strong:#94420d;--bright-feature:#f5bd49;--bright-orb:rgba(224,138,34,.28);--bright-line:rgba(104,76,31,.19);--forest-800:#70410f;--forest-700:#a55d16;--amber-600:#d66b16;--amber-700:#94420d;--amber-100:#f6dba5}
body.design-bright-sky{--bright-bg:#dfeaf0;--bright-bg-2:#fbf6e9;--bright-card:#ffffff;--bright-ink:#0d2633;--bright-muted:#4f6370;--bright-accent:#246d96;--bright-accent-strong:#174c6d;--bright-feature:#cfe8f6;--bright-orb:rgba(101,178,213,.28);--bright-line:rgba(28,91,122,.18);--forest-800:#246d96;--forest-700:#3584ae;--amber-600:#246d96;--amber-700:#174c6d;--amber-100:#d2e8f2}
body.design-bright-rose{--bright-bg:#edd8ce;--bright-bg-2:#fff2ec;--bright-card:#fffaf7;--bright-ink:#241612;--bright-muted:#6b554d;--bright-accent:#b95d47;--bright-accent-strong:#873b2b;--bright-feature:#efb9a9;--bright-orb:rgba(204,112,87,.25);--bright-line:rgba(110,62,49,.18);--forest-800:#5b3d34;--forest-700:#8a6154;--amber-600:#b95d47;--amber-700:#873b2b;--amber-100:#f1c9bc}
body.design-bright-gold{--bright-bg:#eadbb8;--bright-bg-2:#fff7df;--bright-card:#fffdf4;--bright-ink:#171408;--bright-muted:#62583f;--bright-accent:#b88921;--bright-accent-strong:#76570d;--bright-feature:#efd075;--bright-orb:rgba(196,151,42,.29);--bright-line:rgba(91,72,22,.2);--forest-800:#3e3927;--forest-700:#74663c;--amber-600:#b88921;--amber-700:#76570d;--amber-100:#efd384}
body[class*="design-bright"]{background:linear-gradient(180deg,var(--bright-bg-2),var(--bright-bg)) fixed;color:var(--bright-ink)}
body[class*="design-bright"] .home-hero{background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.76),transparent 30%),radial-gradient(circle at 84% 18%,var(--bright-orb),transparent 32%),linear-gradient(125deg,var(--bright-bg-2),var(--bright-bg));color:var(--bright-ink)}
body[class*="design-bright"] .trust-strip{border:0;background:linear-gradient(180deg,var(--bright-bg),var(--bright-bg-2))}
body[class*="design-bright"] .trust-grid{grid-template-columns:repeat(auto-fit,minmax(172px,1fr));gap:16px;padding-block:24px}
body[class*="design-bright"] .trust-grid>div{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;align-content:start;gap:8px;min-height:176px;padding:26px 18px 20px;overflow:hidden;border:1px solid var(--bright-line);border-radius:22px;background:var(--bright-card);box-shadow:0 18px 42px rgba(73,55,32,.09);text-align:center}
body[class*="design-bright"] .trust-grid>div:first-child{border-left:1px solid var(--bright-line)}
body[class*="design-bright"] .trust-grid>div::after{top:-38px;right:-32px;width:96px;height:96px;background:var(--bright-orb)}
body[class*="design-bright"] .trust-grid>div>span{position:relative;z-index:1;grid-column:1;grid-row:1;display:grid;width:46px;height:46px;place-items:center;border-radius:15px;background:linear-gradient(145deg,var(--forest-700),var(--forest-950));color:#fff;font-size:22px;line-height:1;transform:none}
body[class*="design-bright"] .trust-grid strong,body[class*="design-bright"] .trust-grid small{grid-column:1;min-width:0;max-width:100%;position:relative;z-index:1;text-align:center;overflow-wrap:anywhere}
body[class*="design-bright"] .trust-grid strong{grid-row:2;align-self:start;color:var(--bright-ink);font-size:15px;line-height:1.25}
body[class*="design-bright"] .trust-grid small{grid-row:3;align-self:start;color:var(--bright-muted);font-size:12px;font-weight:700;line-height:1.45}
body[class*="design-bright"] .pricing-card::after{background:var(--bright-orb)}
body[class*="design-bright"] .pricing-card-featured{background:linear-gradient(145deg,var(--bright-feature),#fff2cb)}
@media(max-width:820px){body[class*="design-bright"] .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[class*="design-bright"] .trust-grid>div{min-height:160px;padding:22px 16px 18px}}
@media(max-width:560px){body[class*="design-bright"] .trust-grid{grid-template-columns:1fr}body[class*="design-bright"] .trust-grid>div{min-height:0}}


/* v22: galerie obytného vozu, definitivní barvy hero podle variant a odstranění mřížky Bright */
body.design-expedition{--stage-card-bg:rgba(9,23,15,.82);--stage-card-border:rgba(228,164,82,.46)}
body.design-expedition-sand{--stage-card-bg:rgba(74,47,28,.82);--stage-card-border:rgba(240,173,93,.46)}
body.design-expedition-copper{--stage-card-bg:rgba(36,24,21,.82);--stage-card-border:rgba(231,130,67,.46)}
body.design-expedition-gold{--stage-card-bg:rgba(23,19,13,.84);--stage-card-border:rgba(217,168,58,.50)}
body.design-expedition-blue{--stage-card-bg:rgba(7,24,35,.84);--stage-card-border:rgba(240,162,77,.46)}
body[class*="design-expedition"] .home-hero{--home-hero-glow:var(--exp-glow);background:radial-gradient(circle at 83% 9%, var(--exp-glow), transparent 28%),linear-gradient(132deg,var(--exp-hero-1) 0%,var(--exp-hero-2) 58%,var(--exp-hero-3) 100%)!important;color:var(--exp-text-on-hero)}
body[class*="design-expedition"] .stage-card{border-color:var(--stage-card-border);background:var(--stage-card-bg);box-shadow:0 20px 48px rgba(0,0,0,.24)}
body[class*="design-expedition"] .stage-card span,body[class*="design-expedition"] .stage-card small{color:var(--exp-muted-on-hero)}
body[class*="design-expedition"] .stage-card strong{color:var(--exp-text-on-hero)}
body[class*="design-expedition"] .stage-card-link{color:var(--exp-accent-hover);text-decoration-color:rgba(255,255,255,.45)}
body[class*="design-expedition"] .motorhome-stage-photo>.home-hero-photo::after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.42))}
body[class*="design-bright"] .home-hero::before{content:"";display:block;inset:auto -18% -260px 42%;height:420px;border:1px solid var(--bright-line);border-radius:50%;background:radial-gradient(circle at 50% 50%,var(--bright-orb),transparent 62%);background-size:auto;transform:rotate(-8deg);pointer-events:none}
body[class*="design-bright"] .home-hero{background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 84% 18%,var(--bright-orb),transparent 32%),linear-gradient(125deg,var(--bright-bg-2),var(--bright-bg))!important;color:var(--bright-ink)}

.vehicle-showcase-grid{align-items:start}
.vehicle-photo-gallery{align-items:start}
.vehicle-photo-grid.vehicle-photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
.vehicle-photo-gallery figure{position:relative}
.vehicle-photo-gallery figure:first-child{grid-column:1/-1}
.vehicle-photo-gallery button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in;text-align:left}
.vehicle-photo-gallery button:focus-visible{outline:4px solid rgba(199,119,36,.34);outline-offset:3px}
.vehicle-photo-gallery .vehicle-photo-thumb-badge{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:rgba(14,29,20,.72);color:#fff;font-size:11px;font-weight:850;line-height:1;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.vehicle-photo-gallery figure:nth-child(n+4){border-radius:15px;box-shadow:none}
.vehicle-photo-gallery figure:nth-child(n+4) img{min-height:0!important;aspect-ratio:4/3;filter:saturate(.96);transition:transform .18s ease,filter .18s ease}
.vehicle-photo-gallery figure:nth-child(n+4):hover img,.vehicle-photo-gallery figure:nth-child(n+4) button:focus-visible img{transform:scale(1.035);filter:saturate(1.05)}
@media(min-width:861px){.vehicle-photo-gallery figure:nth-child(n+4){border-radius:14px}.vehicle-photo-gallery figure:nth-child(n+4) .vehicle-photo-thumb-badge{display:none}.vehicle-photo-gallery figure:nth-child(n+4) button::after{content:"Zvětšit";position:absolute;right:8px;bottom:8px;padding:5px 7px;border-radius:999px;background:rgba(14,29,20,.72);color:#fff;font-size:10px;font-weight:850;opacity:0;transform:translateY(4px);transition:.18s ease}.vehicle-photo-gallery figure:nth-child(n+4):hover button::after,.vehicle-photo-gallery figure:nth-child(n+4) button:focus-visible::after{opacity:1;transform:translateY(0)}}
@media(max-width:680px){.vehicle-photo-grid.vehicle-photo-gallery{grid-template-columns:1fr}.vehicle-photo-gallery figure:first-child{grid-column:auto}.vehicle-photo-gallery figure:nth-child(n+4) img{aspect-ratio:16/10}}
.photo-lightbox{width:min(1120px,calc(100vw - 32px));max-width:none;padding:0;border:0;border-radius:22px;background:#0d130f;color:#fff;box-shadow:0 35px 100px rgba(0,0,0,.55)}
.photo-lightbox::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}
.photo-lightbox-inner{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;max-height:calc(100vh - 32px)}
.photo-lightbox-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.12)}
.photo-lightbox-counter{color:rgba(255,255,255,.72);font-size:13px;font-weight:800}
.photo-lightbox-close,.photo-lightbox-prev,.photo-lightbox-next{display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.photo-lightbox-close{width:38px;height:38px;font-size:24px;line-height:1}.photo-lightbox-prev,.photo-lightbox-next{position:absolute;top:50%;z-index:2;width:44px;height:44px;font-size:30px;transform:translateY(-50%)}
.photo-lightbox-prev{left:14px}.photo-lightbox-next{right:14px}.photo-lightbox-close:hover,.photo-lightbox-close:focus-visible,.photo-lightbox-prev:hover,.photo-lightbox-prev:focus-visible,.photo-lightbox-next:hover,.photo-lightbox-next:focus-visible{background:rgba(255,255,255,.18);outline:none}
.photo-lightbox-image-wrap{position:relative;display:grid;min-height:260px;place-items:center;background:#050705}
.photo-lightbox-image-wrap img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 170px);object-fit:contain}
.photo-lightbox-caption{margin:0;padding:12px 16px 15px;color:rgba(255,255,255,.78);font-size:14px;font-weight:700;line-height:1.45}
@media(max-width:620px){.photo-lightbox{width:calc(100vw - 18px);border-radius:16px}.photo-lightbox-prev,.photo-lightbox-next{width:38px;height:38px;font-size:26px}.photo-lightbox-prev{left:8px}.photo-lightbox-next{right:8px}.photo-lightbox-caption{font-size:12px}}

/* v23: kompaktní miniatury galerie, cache-test barvy a barevný souhrn rezervace */
body[class*="design-expedition"] .home-hero,
body[class*="design-expedition"] main .home-hero {
  --home-hero-glow: var(--exp-glow);
  background:
    radial-gradient(circle at 82% 8%, var(--exp-glow), transparent 29%),
    radial-gradient(circle at 100% 74%, rgba(255,255,255,.07), transparent 28%),
    linear-gradient(132deg, var(--exp-hero-1) 0%, var(--exp-hero-2) 57%, var(--exp-hero-3) 100%) !important;
  color: var(--exp-text-on-hero) !important;
}
body[class*="design-expedition"] .home-hero::before {
  border-color: rgba(255,255,255,.12);
  background: none !important;
}
body[class*="design-expedition"] .stage-card,
body[class*="design-expedition"] .motorhome-stage-photo .stage-card {
  border-color: var(--stage-card-border) !important;
  background: var(--stage-card-bg) !important;
  color: var(--exp-text-on-hero) !important;
}
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) {
  border-color: var(--exp-border);
  background:
    radial-gradient(circle at 100% 0, var(--exp-glow), transparent 38%),
    linear-gradient(145deg, var(--exp-hero-2), var(--exp-hero-1)) !important;
  color: var(--exp-text-on-hero);
  box-shadow: 0 18px 42px rgba(7, 24, 35, .22);
}
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-kicker,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block > span,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block p,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid dt {
  color: var(--exp-muted-on-hero);
}
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-content h2,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-price-block > strong,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid dd {
  color: var(--exp-text-on-hero);
}
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-date-grid div,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .choice-card {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
}
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note {
  background: rgba(240, 162, 77, .16);
  color: var(--exp-accent-hover);
}
body[class*="design-bright"] .home-hero,
body[class*="design-bright"] main .home-hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.82), transparent 32%),
    radial-gradient(circle at 84% 15%, var(--bright-orb), transparent 33%),
    linear-gradient(126deg, var(--bright-bg-2), var(--bright-bg)) !important;
  color: var(--bright-ink) !important;
}
body[class*="design-bright"] .home-hero::before {
  content: "";
  position: absolute;
  inset: auto -14% -250px 46%;
  height: 420px;
  border: 1px solid var(--bright-line);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--bright-orb), transparent 64%) !important;
  background-image: radial-gradient(circle at 50% 50%, var(--bright-orb), transparent 64%) !important;
  background-size: auto !important;
  transform: rotate(-8deg);
  pointer-events: none;
}
.vehicle-photo-grid.vehicle-photo-gallery {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.vehicle-photo-gallery figure:first-child {
  grid-column: 1 / -1;
}
.vehicle-photo-gallery .vehicle-photo-secondary,
.vehicle-photo-gallery figure:nth-child(2),
.vehicle-photo-gallery figure:nth-child(3) {
  grid-column: span 4;
}
.vehicle-photo-gallery .vehicle-photo-thumbnail,
.vehicle-photo-gallery figure:nth-child(n+4) {
  grid-column: span 1;
  border-radius: 11px !important;
  box-shadow: none !important;
}
.vehicle-showcase-media .vehicle-photo-gallery .vehicle-photo-thumbnail img,
.vehicle-photo-gallery figure:nth-child(n+4) img {
  width: 100%;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(.96);
  transition: transform .18s ease, filter .18s ease;
}
.vehicle-photo-gallery .vehicle-photo-thumbnail .vehicle-photo-thumb-badge,
.vehicle-photo-gallery figure:nth-child(n+4) .vehicle-photo-thumb-badge {
  right: 5px;
  bottom: 5px;
  width: 24px;
  height: 24px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.vehicle-photo-gallery .vehicle-photo-thumbnail .vehicle-photo-thumb-badge::before,
.vehicle-photo-gallery figure:nth-child(n+4) .vehicle-photo-thumb-badge::before {
  content: "🔍";
  font-size: 11px;
  line-height: 1;
}
@media (min-width: 861px) {
  .vehicle-photo-gallery .vehicle-photo-thumbnail button::after,
  .vehicle-photo-gallery figure:nth-child(n+4) button::after { display: none !important; }
}
@media (max-width: 860px) {
  .vehicle-photo-grid.vehicle-photo-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vehicle-photo-gallery figure:first-child { grid-column: 1 / -1; }
  .vehicle-photo-gallery .vehicle-photo-secondary,
  .vehicle-photo-gallery figure:nth-child(2),
  .vehicle-photo-gallery figure:nth-child(3) { grid-column: span 2; }
  .vehicle-photo-gallery .vehicle-photo-thumbnail,
  .vehicle-photo-gallery figure:nth-child(n+4) { grid-column: span 1; }
}
@media (max-width: 520px) {
  .vehicle-photo-grid.vehicle-photo-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vehicle-photo-gallery figure:first-child,
  .vehicle-photo-gallery .vehicle-photo-secondary,
  .vehicle-photo-gallery figure:nth-child(2),
  .vehicle-photo-gallery figure:nth-child(3) { grid-column: 1 / -1; }
  .vehicle-showcase-media .vehicle-photo-gallery .vehicle-photo-thumbnail img,
  .vehicle-photo-gallery figure:nth-child(n+4) img { height: 68px !important; min-height: 68px !important; max-height: 68px !important; }
}

/* v24: opravy Bright miniboxy, barevný rezervační souhrn a CTA Bright Gold */
body[class*="design-bright"] .trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr)) !important;
  gap: 16px !important;
  padding-block: 24px !important;
}
body[class*="design-bright"] .trust-grid > div {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: stretch !important;
  min-height: 154px !important;
  padding: 22px 18px 22px 18px !important;
  gap: 4px 14px !important;
  overflow: hidden !important;
  text-align: left !important;
}
body[class*="design-bright"] .trust-grid > div > span {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  justify-self: center !important;
  align-self: center !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 15px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  transform: none !important;
}
body[class*="design-bright"] .trust-grid strong,
body[class*="design-bright"] .trust-grid small {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  overflow-wrap: anywhere !important;
}
body[class*="design-bright"] .trust-grid strong {
  grid-row: 1 !important;
  align-self: end !important;
  font-size: 15px !important;
  line-height: 1.22 !important;
}
body[class*="design-bright"] .trust-grid small {
  grid-row: 2 !important;
  align-self: start !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
}
@media (max-width: 680px) {
  body[class*="design-bright"] .trust-grid {
    grid-template-columns: 1fr !important;
  }
  body[class*="design-bright"] .trust-grid > div {
    min-height: 118px !important;
  }
}

body[class*="design-bright"] .booking-summary {
  border-color: var(--bright-line) !important;
  background:
    radial-gradient(circle at 100% 0, var(--bright-orb), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.92), var(--bright-card)) !important;
  color: var(--bright-ink) !important;
  box-shadow: 0 18px 42px rgba(73,55,32,.12) !important;
}
body[class*="design-bright"] .booking-summary .summary-kicker,
body[class*="design-bright"] .booking-summary .summary-price-block > span,
body[class*="design-bright"] .booking-summary .summary-price-block p,
body[class*="design-bright"] .booking-summary .summary-date-grid dt,
body[class*="design-bright"] .booking-summary .choice-card small {
  color: var(--bright-muted) !important;
}
body[class*="design-bright"] .booking-summary .summary-content h2,
body[class*="design-bright"] .booking-summary .summary-price-block > strong,
body[class*="design-bright"] .booking-summary .summary-date-grid dd,
body[class*="design-bright"] .booking-summary .choice-card strong {
  color: var(--bright-ink) !important;
}
body[class*="design-bright"] .booking-summary .summary-date-grid div,
body[class*="design-bright"] .booking-summary .choice-card {
  border-color: var(--bright-line) !important;
  background: rgba(255,255,255,.56) !important;
}
body[class*="design-bright"] .booking-summary .summary-price-block {
  border-color: var(--bright-line) !important;
}
body[class*="design-bright"] .booking-summary .summary-payment-note {
  background: rgba(255,255,255,.62) !important;
  color: var(--bright-accent-strong) !important;
}
body[class*="design-bright"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) {
  background:
    radial-gradient(circle at 100% 0, var(--bright-orb), transparent 38%),
    linear-gradient(145deg, var(--bright-feature), var(--bright-card)) !important;
}

body.design-bright-gold .button-accent,
body.design-bright-gold .primary-nav .nav-cta {
  border-color: #6f4f10 !important;
  background: linear-gradient(145deg, #7b5812, var(--bright-accent)) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.24);
  box-shadow: 0 15px 34px rgba(104,76,18,.24) !important;
}
body.design-bright-gold .button-accent:hover,
body.design-bright-gold .button-accent:focus-visible,
body.design-bright-gold .primary-nav .nav-cta:hover,
body.design-bright-gold .primary-nav .nav-cta:focus-visible {
  border-color: #5f430c !important;
  background: linear-gradient(145deg, #6f4f10, #9f7418) !important;
  color: #fff !important;
}

/* v25: lepší aktivní položka menu, odsazení Bright boxů a čitelnost blog meta */
.primary-nav a.is-active:not(.nav-cta) {
  background: transparent !important;
  color: var(--amber-700) !important;
  box-shadow: none !important;
  font-weight: 900 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.primary-nav a.is-active:not(.nav-cta):hover,
.primary-nav a.is-active:not(.nav-cta):focus-visible {
  background: transparent !important;
  color: var(--forest-950) !important;
}
body[class*="design-bright"] .primary-nav a.is-active:not(.nav-cta) {
  color: var(--bright-accent-strong) !important;
}
body[class*="design-bright"] .primary-nav a.is-active:not(.nav-cta):hover,
body[class*="design-bright"] .primary-nav a.is-active:not(.nav-cta):focus-visible {
  color: var(--bright-ink) !important;
}

body[class*="design-bright"] .fact-list,
body[class*="design-bright"] .content-definition-list {
  padding-inline: 24px !important;
  border: 1px solid var(--bright-line) !important;
  border-radius: 20px !important;
  background: var(--bright-card) !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(73,55,32,.08) !important;
}
body[class*="design-bright"] .fact-list > div,
body[class*="design-bright"] .contact-list > div,
body[class*="design-bright"] .content-definition-list > div {
  gap: 22px !important;
  padding-block: 18px !important;
}
body[class*="design-bright"] .fact-list dt,
body[class*="design-bright"] .fact-list dd,
body[class*="design-bright"] .content-definition-list dt,
body[class*="design-bright"] .content-definition-list dd {
  min-width: 0 !important;
}
body[class*="design-bright"] .fact-list dd,
body[class*="design-bright"] .content-definition-list dd {
  max-width: 58% !important;
  color: var(--bright-ink) !important;
  overflow-wrap: break-word !important;
  line-height: 1.45 !important;
}
body[class*="design-bright"] .fact-list dt,
body[class*="design-bright"] .content-definition-list dt {
  color: var(--bright-muted) !important;
  line-height: 1.45 !important;
}
@media (max-width: 640px) {
  body[class*="design-bright"] .fact-list,
  body[class*="design-bright"] .content-definition-list {
    padding-inline: 18px !important;
  }
  body[class*="design-bright"] .fact-list > div,
  body[class*="design-bright"] .content-definition-list > div {
    display: grid !important;
    gap: 6px !important;
  }
  body[class*="design-bright"] .fact-list dd,
  body[class*="design-bright"] .content-definition-list dd {
    max-width: none !important;
    text-align: left !important;
  }
}

body.design-bright .button-accent,
body.design-bright .primary-nav .nav-cta,
body.design-bright .primary-nav .nav-cta.is-active {
  border-color: #8b4a12 !important;
  background: linear-gradient(145deg, #9b5017, var(--bright-accent)) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.22);
  box-shadow: 0 16px 34px rgba(153,79,19,.22) !important;
}
body.design-bright .button-accent:hover,
body.design-bright .button-accent:focus-visible,
body.design-bright .primary-nav .nav-cta:hover,
body.design-bright .primary-nav .nav-cta:focus-visible {
  border-color: #763c0e !important;
  background: linear-gradient(145deg, #813f0f, #b85c19) !important;
  color: #fff !important;
}

body[class*="design-bright"] .blog-article-meta time {
  color: var(--bright-muted) !important;
}
body[class*="design-bright"] .blog-article-meta .blog-tag {
  border: 1px solid var(--bright-line) !important;
  background: rgba(255,255,255,.78) !important;
  color: var(--bright-ink) !important;
}
body[class*="design-bright"] .content-definition-list > div:nth-child(odd) {
  margin-right: 0 !important;
}

/* v29: základní Expedition má výraznější obsazenost v kalendáři */
body.design-expedition .calendar-day.is-occupied,
body.design-expedition .calendar-day:disabled.is-occupied {
  background: #d56c60;
  color: #4c1410;
  border-color: #b8473d;
  box-shadow: inset 0 0 0 1px rgba(76,20,16,.14);
}
body.design-expedition .calendar-day.is-held,
body.design-expedition .calendar-day:disabled.is-held {
  background: #e2a44a;
  color: #3d2506;
  border-color: #b97a21;
}
body.design-expedition .calendar-day.is-past,
body.design-expedition .calendar-day:disabled:not(.is-occupied):not(.is-held) {
  background: #ece7dd;
  color: #958c7f;
}
body.design-expedition .legend-occupied { background: #d56c60; border-color: #b8473d !important; }
body.design-expedition .legend-held { background: #e2a44a; border-color: #b97a21 !important; }


/* v31: výraznější rezervační poplatek a kontrastní stavy kalendáře */
.summary-payment-note .reservation-fee-amount {
  display: inline-block;
  margin: 3px 0 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -.02em;
  box-shadow: inset 0 0 0 1px rgba(154,52,18,.18);
}
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note .reservation-fee-amount,
body[class*="design-expedition"] .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note .reservation-fee-amount {
  background: rgba(255,255,255,.94);
  color: #9a3412;
  box-shadow: 0 8px 20px rgba(0,0,0,.11), inset 0 0 0 1px rgba(154,52,18,.16);
}

/* v40: klasický Expedition – čitelnější badge rezervačního poplatku */
body.design-expedition .booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note .reservation-fee-amount {
  background: #da9643;
  color: #45291f;
  box-shadow: 0 8px 20px rgba(0,0,0,.11), inset 0 0 0 1px rgba(69,41,31,.16);
}

body[class*="design-bright"] .booking-summary .summary-payment-note .reservation-fee-amount {
  background: var(--bright-accent-strong);
  color: #fff;
  box-shadow: 0 8px 20px rgba(105,58,18,.16);
}
.calendar-day.is-occupied,
.calendar-day:disabled.is-occupied {
  background: #dc2626 !important;
  color: #fff !important;
  border-color: #991b1b !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 1px 0 rgba(127,29,29,.18);
}
.calendar-day.is-held,
.calendar-day:disabled.is-held {
  background: #f97316 !important;
  color: #1f1307 !important;
  border-color: #c2410c !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 1px 0 rgba(124,45,18,.14);
}
.calendar-day.is-occupied:hover,
.calendar-day.is-held:hover { transform: none; }
.legend-occupied { background: #dc2626 !important; border-color: #991b1b !important; }
.legend-held { background: #f97316 !important; border-color: #c2410c !important; }

/* v35: kompaktnější kalendář, cache update a lepší komunikace rezervačního poplatku */
.page-hero .page-hero-narrow > p.page-display-title.page-display-title-compact,
.page-hero .page-display-title.page-display-title-compact {
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.02;
}
.reservation-display-title.reservation-display-title-compact {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.03;
}
.calendar-price-jump {
  display: none;
  margin: 14px auto 0;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(31, 74, 55, .14);
  border-radius: 999px;
  background: var(--forest-800);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}
.calendar-price-jump:focus-visible { outline: none; box-shadow: var(--focus); }
.summary-payment-note [data-reservation-fee-info].is-warning {
  font-weight: 850;
  color: #7c2d12;
}
.fee-info-button {
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-left: 4px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  vertical-align: text-bottom;
}
.fee-info-button:focus-visible { outline: none; box-shadow: var(--focus); }
body[class*="design-expedition"] .booking-summary .summary-payment-note [data-reservation-fee-info].is-warning,
.booking-summary:has(.summary-content:not(.is-summary-hidden)) .summary-payment-note [data-reservation-fee-info].is-warning {
  color: #fff2d8;
}
body[class*="design-bright"] .summary-payment-note [data-reservation-fee-info].is-warning {
  color: var(--bright-ink);
}
@media (max-width: 820px) {
  .calendar-price-jump:not([hidden]) { display: inline-flex; align-items: center; justify-content: center; }
}
@media (max-height: 640px) {
  .reservation-hero { padding: 24px 0 14px; }
  .reservation-hero .hero-grid { gap: 0; }
  .reservation-hero .hero-text { display: none; }
  .reservation-display-title.reservation-display-title-compact { font-size: clamp(26px, 5.8vh, 34px); line-height: 1.04; }
  .reservation-section { padding: 16px 0 28px; }
  .calendar-card { padding: 18px; border-radius: 18px; }
  .calendar-help-text { display: none; }
  .section-heading h2#calendar-heading { font-size: clamp(21px, 4.9vh, 27px); line-height: 1.08; }
  .calendar-toolbar { margin: 14px 0 10px; grid-template-columns: 38px 1fr 38px; }
  .calendar-nav-button { width: 38px; height: 38px; border-radius: 11px; }
  .calendar-range-title { font-size: 15px; }
  .calendar-status { margin-bottom: 9px; padding: 8px 10px; font-size: 12px; }
  .calendar-month-title { margin-bottom: 8px; font-size: 14px; }
  .calendar-grid { gap: 4px; }
  .calendar-weekday { padding: 2px 0 5px; font-size: 9px; }
  .calendar-day { font-size: 12px; border-radius: 8px; }
  .calendar-legend { margin-top: 10px; gap: 8px 12px; font-size: 11px; }
  .booking-sidebar { scroll-margin-top: 70px; }
}

/* v37: informační ikonka zvýšeného rezervačního poplatku přímo u částky */
.reservation-fee-amount .fee-info-button {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: rgba(255,255,255,.18);
  border-color: currentColor;
  color: currentColor;
  vertical-align: middle;
}
body[class*="design-bright"] .reservation-fee-amount .fee-info-button {
  background: rgba(255,255,255,.22);
}
