:root {
  --color-primary: #831427;
  --color-secondary: #7d4e24;
  --color-accent: #b17f4a;
  --color-bg: #eee0c6;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-cream: #faf5ea;
  --color-text: #3f2f25;
  --shadow-soft: 0 20px 60px rgba(61, 36, 17, 0.15);
  --container: min(1440px, calc(100% - 64px));
}

.room-detail-page {
  --container: min(1200px, calc(100% - 64px));
}

.room-detail-page .site-header .container,
.room-detail-page .topbar .container {
  width: min(1440px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--color-text);
  background: linear-gradient(180deg, #f7efe0 0%, #fffdf7 100%);
}

body.booking-panel-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}




.eyebrow {
  margin: 0;
}


.eyebrow {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 9px;
  font-weight: 700;
}


h1,
h2,
h3 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

h1 {
  margin-top: 16px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 0.95;
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

h3 {
  font-size: 28px;
}

.hero__text,
.testimonial-card p,
.offer-card__body p {
  line-height: 1.7;
}


.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 0;
  cursor: pointer;
}

.button--outline {
  color: var(--color-white);
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.button--outline:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.95);
}

.button--solid {
  color: var(--color-white);
  background: linear-gradient(135deg, #c59a67 0%, #a86c35 100%);
  box-shadow: var(--shadow-soft);
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.button--solid:hover {
  background: linear-gradient(135deg, #b58552 0%, #945d2d 100%);
  box-shadow: 0 20px 40px rgba(61, 36, 17, 0.16);
}


.section {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

.section--soft {
  background:
    linear-gradient(180deg, #faf5ed 0%, #faf5ed 72%, #ffffff 100%);
}

.categories::before {
  display: none;
}

.section--accent {
  background: #faf5ed;
  background-image: none;
}

#specialni-nabidky {
  padding-top: 88px;
  background: #faf5ed;
  background-image: none;
  overflow: hidden;
}

#specialni-nabidky::before {
  display: none;
}


#specialni-nabidky .container {
  position: relative;
  z-index: 1;
}

.section::before {
  display: none;
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading--center {
  text-align: center;
}

.section-heading--center h2 {
  margin-top: 12px;
}

.section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2 {
  color: var(--color-primary);
  margin-top: 10px;
  font-size: 40px;
}

.section .eyebrow {
  font-size: 15px;
  font-weight: 600;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--category-image);
  background-position: var(--category-position, center);
  background-size: cover;
  transition: transform 0.3s ease;
  z-index: -2;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 48%, rgba(0, 0, 0, 0.62) 100%);
  z-index: -1;
  transition: background 0.3s ease;
}

.category-card:hover::before {
  transform: scale(1.04);
}

.category-card:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.72) 100%);
}

.slider-dots {
  display: flex;
  gap: 12px;
}

.slider-dots__button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--color-secondary);
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.slider-dots__button:hover:not(:disabled) {
  background: var(--color-primary);
}

.slider-dots__button:disabled {
  opacity: 0.4;
  cursor: default;
}

.offer-slider {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.offer-slider.is-dragging {
  cursor: grabbing;
}

.offer-slider__controls--mobile {
  display: none;
}

.offer-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 3);
  gap: 30px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.offer-card {
  position: relative;
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

.offer-card__link {
  display: block;
  margin: 0 -20px;
}

.offer-card__image-wrap {
  display: block;
  overflow: hidden;
}

.offer-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.offer-card__body {
  padding: 0 20px 22px;
}

.offer-card__body h3 {
  margin-top: 18px;
  margin-bottom: 14px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: uppercase;
  line-height: 1.25;
}

.offer-card__link:hover img,
.offer-card__link:focus-visible img {
  transform: scale(1.04);
}

.offer-card__body p {
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
}

.offer-card--highlight .offer-card__body p {
  color: #b17f4a;
}

.offer-card__body strong {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
}

.offer-card__badge {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
}

.offer-card--voucher img {
  object-position: center 42%;
}

#akce {
  background: #ffffff;
  padding-top: 72px;
  padding-bottom: 0;
}

#akce::before {
  display: none;
}


.text-link {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.family-section::before {
  display: none;
}

.scenic {
  min-height: 860px;
  background-image: url("images/exterier-priroda.jpg");
  background-position: center top;
}

.scenic__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 860px;
  padding-top: 210px;
}

.scenic__overlay {
  background: transparent;
}

.scenic .eyebrow {
  display: none;
}

.scenic .section-heading {
  margin-bottom: 36px;
}

.scenic .section-heading h2 {
  font-size: 48px;
}

.section-heading--light h2,
.section-heading--light .eyebrow {
  color: var(--color-white);
}

.booking-card--compact {
  margin-top: 24px;
}

.testimonials {
  padding-top: 104px;
  padding-bottom: 104px;
  overflow: hidden;
}

.testimonials::before {
  display: none;
}


.testimonials .section-heading {
  margin-bottom: 72px;
}

.testimonials .section-heading h2 {
  margin-top: 18px;
  color: var(--color-secondary);
  font-size: 46px;
}

.testimonials .slider-dots {
  gap: 26px;
}

.testimonial-nav-button {
  width: 52px;
  height: 52px;
  padding-bottom: 3px;
  font-size: 34px;
  line-height: 0.9;
  background: #996127;
  color: #ffffff;
}

.offer-slider__controls .slider-dots__button {
  width: 52px;
  height: 52px;
  padding-bottom: 3px;
  font-size: 34px;
  line-height: 0.9;
  background: #996127;
  color: #ffffff;
}

.testimonial-slider {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.testimonial-slider.is-dragging {
  cursor: grabbing;
}

.testimonial-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 112px) / 3);
  gap: 56px;
  transition: transform 0.35s ease;
  will-change: transform;
}

@media (min-width: 1440px) {
  .hero {
    min-height: 820px;
  }

  .hero__content {
    min-height: 820px;
    padding-bottom: 0;
  }

  .booking-card {
    width: min(980px, 100%);
  }
}

.testimonial-card {
  padding: 0;
  position: relative;
  z-index: 1;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--color-accent);
}

.rating__star {
  width: 22px;
  height: 22px;
  fill: var(--color-accent);
}

.rating__star path {
  stroke: var(--color-accent);
  stroke-width: 1.1;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.rating__star--outline {
  fill: transparent;
}

.testimonial-card p {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.52;
  color: #1f1a15;
}

.testimonial-card strong {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}


@media (max-width: 1080px) {
  .nav {
    gap: 16px;
  }

  .booking-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-card .button {
    grid-column: 1 / -1;
  }

  
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-auto-columns: calc((100% - 30px) / 2);
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 28px, 100%);
  }

  .topbar__inner,
  .section-heading--split {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    display: none;
  }

  .hero__nav {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 41;
    width: 100%;
    max-width: 100vw;
    padding: 14px 14px 12px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  }

  .brand {
    flex: 1;
    min-width: 0;
  }

  .brand__logo {
    max-width: 94px;
  }

  .menu-toggle {
    flex: 0 0 48px;
  }

  .brand__title,
  .nav {
    display: none;
  }

  .menu-toggle,
  .mobile-menu {
    display: block;
  }

  body.mobile-header-scrolled .hero__nav,
  body.mobile-menu-open .hero__nav {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(61, 36, 17, 0.08);
  }

  body.mobile-header-scrolled .hero__nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.mobile-header-scrolled .brand__logo,
  body.mobile-menu-open .brand__logo {
    display: none;
  }

  body.mobile-header-scrolled .brand__logo--dark,
  body.mobile-menu-open .brand__logo--dark {
    display: block;
  }

  body.mobile-header-scrolled .brand__logo--dark {
    width: 78px;
  }

  body.mobile-header-scrolled .menu-toggle,
  body.mobile-menu-open .menu-toggle {
    color: var(--color-secondary);
  }

  .topbar__links {
    gap: 14px;
  }

  .hero {
    min-height: auto;
    overflow: visible;
  }

  .hero__content {
    min-height: auto;
    padding-bottom: 0;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .hero__intro {
    max-width: 100%;
    margin-top: 188px;
    padding-bottom: 114px;
  }

  h1 {
    font-size: 36px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
    line-height: 1.04;
  }

  h3 {
    font-size: 24px;
  }

  .hero__intro .eyebrow,
  .section .eyebrow {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .hero__text {
    max-width: 100%;
    margin: 16px 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }

  .booking-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0 auto -96px;
    border-radius: 12px;
  }

  .offer-grid {
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 18px;
  }

  .testimonial-grid {
    grid-auto-columns: 100%;
    grid-template-columns: none;
    gap: 18px;
  }

  .booking-card__item {
    min-height: 78px;
    padding: 14px 18px 15px;
    border-right: 1px solid rgba(125, 78, 36, 0.1);
    border-bottom: 1px solid rgba(125, 78, 36, 0.1);
  }

  .booking-card__item:nth-child(2n) {
    border-right: 0;
  }

  .booking-card .button {
    grid-column: 1 / -1;
  }

  .booking-card__item--counter {
    padding: 14px 18px 15px;
  }

  .booking-card__label {
    font-size: 10px;
  }

  .booking-card strong,
  .booking-date-button__day {
    font-size: 38px;
  }

  .booking-date-button__month {
    font-size: 16px;
  }

  .booking-counter {
    gap: 16px;
    min-height: 42px;
  }

  .booking-counter__button {
    font-size: 30px;
  }

  .booking-panel__dialog {
    width: min(100%, calc(100% - 16px));
    margin-top: 74px;
    border-radius: 12px;
  }

  .booking-panel__summary {
    grid-template-columns: 1fr 40px 1fr;
  }

  .booking-panel__summary-item {
    min-height: 84px;
    padding: 18px 16px;
    gap: 8px;
  }

  .booking-panel__summary-label {
    font-size: 11px;
  }

  .booking-panel__summary-value {
    font-size: 21px;
  }

  .booking-panel__summary-arrow {
    font-size: 26px;
  }

  .booking-panel__calendars {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px 16px 24px;
  }

  .booking-calendar__header {
    margin-bottom: 16px;
  }

  .booking-calendar__header h3 {
    font-size: 20px;
  }

  .booking-calendar__weekdays span {
    font-size: 12px;
  }

  .booking-calendar__grid {
    gap: 6px;
  }

  .booking-calendar__day {
    min-height: 46px;
    font-size: 15px;
  }

  .booking-calendar__nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .section {
    padding: 64px 0;
  }

  #specialni-nabidky {
    padding-top: 68px;
  }

  #specialni-nabidky::after,
  .testimonials::after {
    display: none;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .offer-slider__controls,
  .testimonials .slider-dots {
    gap: 14px;
  }

  .section-heading .offer-slider__controls {
    display: none;
  }

  .offer-slider__controls--mobile {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .offer-slider__controls .slider-dots__button,
  .testimonial-nav-button {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .offer-card__body {
    padding: 0 16px 18px;
  }

  .offer-card__body h3 {
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.22;
  }

  .offer-card__body p,
  .offer-card__body strong {
    font-size: 15px;
  }

  .offer-card__body p {
    margin-bottom: 12px;
  }

  .offer-card__badge {
    min-height: 34px;
    padding: 0 13px;
    font-size: 14px;
  }

  
  .text-link {
    font-size: 15px;
  }

  .scenic {
    min-height: 620px;
  }

  .scenic__content {
    min-height: 620px;
    padding-top: 132px;
  }

  .scenic .section-heading {
    margin-bottom: 24px;
  }

  .scenic .section-heading h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .booking-card--compact {
    margin-top: 18px;
  }

  .testimonials {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonials .section-heading {
    margin-bottom: 32px;
  }

  .testimonials .section-heading h2 {
    margin-top: 14px;
    font-size: 34px;
  }

  .rating {
    gap: 6px;
    margin-bottom: 20px;
  }

  .rating__star {
    width: 18px;
    height: 18px;
  }

  .testimonial-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .testimonial-card strong {
    font-size: 16px;
  }

  .footer {
    min-height: 560px;
    background-size: cover;
    background-position: center top;
  }

  .footer__bottom {
    padding: 8px 0;
  }
}

.stays-intro {
  background:
    linear-gradient(180deg, #faf5ed 0%, #faf5ed 72%, #ffffff 100%);
}

.stays-intro::before {
  display: none;
}


.stays-packages {
  padding-top: 88px;
  background: #faf5ed;
  background-image: none;
  overflow: hidden;
}

.stays-packages::before {
  display: none;
}

.night-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1.5px solid rgba(125, 78, 36, 0.2);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.night-pill[aria-current="true"],
.night-pill:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.package-filter {
  display: grid;
  grid-template-columns: max-content minmax(520px, 760px);
  gap: 18px 100px;
  align-items: start;
  justify-content: start;
  margin: -6px 0 30px;
  padding: 0 0 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.package-filter__group {
  min-width: 0;
  padding: 0;
}

.package-filter__group--month {
  width: min(760px, 100%);
}

.filter-label {
  margin-bottom: 9px;
  color: #8b7355;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
}

.package-filter__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.month-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  padding: 8px 12px;
  border: 1.5px solid rgba(125, 78, 36, 0.18);
  border-radius: 8px;
  background: #fffaf2;
  color: #3d3530;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.month-trigger:hover,
.month-trigger[data-selected="true"] {
  border-color: #8b7355;
  background: #ffffff;
}

.month-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  background: #f1e6d8;
  color: #8b7355;
}

.month-trigger-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.month-trigger-text {
  flex: 1;
  min-width: 0;
  color: #3d3530;
  font-size: 14px;
  font-weight: 600;
}

.month-trigger[data-selected="false"] .month-trigger-text {
  color: #9e9189;
  font-weight: 500;
}

.month-trigger-season {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f8e9ec;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.month-trigger-season.is-low {
  background: #edf4ee;
  color: #547858;
}

.month-trigger-season[hidden],
.month-trigger-clear[hidden],
.month-trigger-chevron[hidden] {
  display: none;
}

.month-trigger-clear,
.month-trigger-chevron {
  flex: 0 0 auto;
  color: #8b7355;
  font-weight: 700;
}

.month-trigger-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.month-trigger-clear:hover {
  background: #f5f0ea;
}

.month-scroll {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding-bottom: 2px;
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.month-scroll::-webkit-scrollbar {
  display: none;
}

.month-scroll[hidden] {
  display: none;
}

.month-scroll.is-dragging {
  cursor: grabbing;
}

.month-pill {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 90px;
  min-height: 58px;
  padding: 9px 12px;
  border: 1.5px solid rgba(125, 78, 36, 0.18);
  border-radius: 10px;
  background: #fffaf2;
  color: #3d3530;
  cursor: pointer;
}

.month-pill:hover,
.month-pill[aria-current="true"] {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}

.month-pill__name {
  font-size: 13px;
  font-weight: 700;
}

.month-pill__year {
  margin-top: 4px;
  color: #9e9189;
  font-size: 11px;
  font-weight: 600;
}

.month-pill[aria-current="true"] .month-pill__year {
  color: rgba(255, 255, 255, 0.72);
}

.package-card[hidden] {
  display: none;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  position: relative;
  overflow: hidden;
  border: 1.5px solid #e8e0d5;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: none;
  transition: 0.2s ease;
  display: flex;
}

.package-card:hover {
  border-color: #8b7355;
  transform: none;
  box-shadow: 0 12px 30px rgba(61, 53, 48, 0.08);
}

.package-card--featured {
  background: var(--color-white);
}

.package-card__body {
  padding: 26px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.package-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 20px;
  background: #f8e9ec;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.package-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  padding-right: 0;
}

.package-card h3 {
  flex: 1;
  margin: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #3d3530;
}

.nights-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: auto;
  padding: 5px 12px;
  border-radius: 20px;
  background: #f5f0ea;
  color: #8b7355;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.package-card p {
  margin: 0 0 16px;
  color: #9e9189;
  font-size: 16px;
  line-height: 1.55;
}

.package-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.package-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9e9189;
  font-size: 15px;
  line-height: 1.45;
}

.package-card__list li::before {
  content: "✓";
  color: #7a9e7e;
  font-weight: 700;
  flex-shrink: 0;
}

.package-card__footer {
  display: block;
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
}

.package-card__footer > span {
  display: block;
  margin-bottom: 18px;
  color: #9e9189;
  font-size: 15px;
  line-height: 1.3;
}

.package-card__footer strong {
  margin-right: 4px;
  color: #3d3530;
  font-size: 25px;
  font-weight: 700;
}

.package-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.package-card__actions .button {
  width: 100%;
  min-height: auto;
  padding: 14px 18px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.package-card__detail {
  border: 1.5px solid #e8e0d5;
  background: transparent;
  color: #3d3530;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.package-card__detail:hover {
  background: #faf5ed;
  border-color: #8b7355;
  color: #8b7355;
}

.package-card__actions .button--solid {
  background: #831427;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.package-card__actions .button--solid:hover {
  background: #64101e;
  transform: translateY(-1px);
  box-shadow: 0 4px 24px rgba(61, 53, 48, 0.1);
}

.gift-vouchers::before {
  display: none;
}

.relax-intro::before,
.relax-included::before {
  display: none;
}


.relax-included__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 54px;
  align-items: center;
}


.relax-included h2 {
  margin-top: 12px;
  color: var(--color-primary);
  font-size: 44px;
}


.relax-included p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(63, 47, 37, 0.78);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.relax-choice-card__meta span::before,
.relax-included__list li::before {
  content: "✓";
  color: #7a9e7e;
  font-weight: 700;
}

.package-grid--relax {
  align-items: stretch;
}

.relax-included {
  background: #fffdf7;
}

.relax-included__list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 28px;
  border: 1.5px solid #e8e0d5;
  border-radius: 16px;
  background: #ffffff;
  list-style: none;
}

.relax-included__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6d5f57;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.relax-cta {
  background: #faf5ed;
}

.lodging-page .page-hero__intro h1 {
  max-width: 860px;
}

.lodging-page .page-hero__text {
  max-width: 620px;
}

.lodging-rooms::before,
.lodging-included::before,
.lodging-prices::before,
.lodging-gallery::before,
.lodging-info::before,
.lodging-faq::before,
.lodging-cross-sell::before,
.lodging-final-cta::before {
  display: none;
}

.lodging-feature-list li::before,
.lodging-check-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.lodging-check-list--muted li::before {
  background: rgba(63, 47, 37, 0.38);
}

.lodging-room-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.lodging-room-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: rgba(177, 127, 74, 0.14);
  color: var(--color-secondary);
}

.lodging-room-badge--breakfast {
  background: #eaf4ec;
  color: #2a7a3c;
}

.lodging-room-badge--family {
  background: rgba(177, 127, 74, 0.14);
  color: var(--color-secondary);
}

.lodging-faq {
  background: #ffffff;
}

.lodging-gallery {
  background: #ffffff;
  padding-bottom: 0;
}


.lodging-gallery-tabs__nav button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(125, 78, 36, 0.2);
  border-radius: 5px;
  background: #fffdf8;
  color: rgba(63, 47, 37, 0.72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}


.lodging-gallery-tabs__nav button.is-active {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}

.lodging-gallery-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.lodging-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lodging-gallery-grid[hidden] {
  display: none;
}

.lodging-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 34px rgba(61, 36, 17, 0.1);
}


.lodging-faq__inner {
  max-width: 920px;
}

.lodging-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(63, 47, 37, 0.1);
}

.lodging-faq-item {
  border-bottom: 1px solid rgba(63, 47, 37, 0.1);
  background: transparent;
}

.lodging-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.lodging-faq-item button strong {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1;
  flex-shrink: 0;
}

.lodging-faq-item p,
.lodging-faq-item div {
  margin: 0;
  padding: 0 0 20px;
  color: rgba(63, 47, 37, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.lodging-faq-item div ul {
  margin: 8px 0;
  padding-left: 18px;
}

.lodging-faq-item div li {
  margin-bottom: 4px;
}

.lodging-sticky-booking {
  display: none;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin: 0;
  color: var(--color-primary);
  line-height: 1.02;
}

.wysiwyg h1 {
  max-width: 860px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 0.95;
}

.wysiwyg h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.wysiwyg h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.wysiwyg p {
  margin: 18px 0 0;
  color: rgba(63, 47, 37, 0.74);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.wysiwyg .lead {
  max-width: 620px;
  color: rgba(63, 47, 37, 0.78);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.room-detail-page .section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.room-detail-intro::before,
.builder-section::before,
.room-booking-strip::before {
  display: none;
}

.button--outline-dark {
  border-color: rgba(131, 20, 39, 0.3);
  background: transparent;
  color: var(--color-primary);
  box-shadow: none;
}

.button--outline-dark:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}

/* ── Room detail content — unified builder section ──────────────────────── */

.room-detail-content::before {
  display: none;
}

.room-detail-content::before {
  display: none;
}

/* ── V2: Střídající se full-bleed pozadí bloků ───────────────────────────── */

.room-detail-content--v2::before {
  display: none;
}

.room-detail-content--v2 .cb-block::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
}

.room-detail-content--v2 .cb-block--white::before {
  background: #ffffff;
}

.room-detail-content--v2 .cb-block--soft::before {
  background: #faf5ed;
}

@media (max-width: 760px) {
  .site-header--light .hero__nav {
    padding: 12px 0;
  }

  
  .room-detail-page .page-intro {
    padding-top: 120px;
  }

  .breadcrumbs {
    margin-bottom: 22px;
  }

  .wysiwyg h1 {
    font-size: 36px;
    line-height: 1;
  }

  .wysiwyg .lead {
    font-size: 17px;
    line-height: 1.55;
  }
}

@media (max-width: 1080px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
  .relax-included__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lodging-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-hero {
    min-height: 640px;
  }

  .page-hero__content {
    min-height: 640px;
    padding-bottom: 58px;
  }

  .page-hero__intro {
    padding-top: 120px;
  }

  .page-hero__intro h1 {
    font-size: 36px;
    line-height: 1;
  }

  .page-hero__text {
    max-width: 100%;
    margin: 16px 0 24px;
    font-size: 17px;
    line-height: 1.55;
  }

  .page-hero__actions {
    margin-top: 26px;
  }

  .page-hero__actions .button {
    width: 100%;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }

  .package-filter {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .package-card,
  .package-card__body,
  .package-card__footer,
  .package-card__actions {
    min-width: 0;
  }

  .package-card__actions {
    grid-template-columns: 1fr;
  }

  .package-filter {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 26px;
    padding: 0;
  }

  .package-filter__group--month {
    width: 100%;
  }

  .package-filter__pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 4px;
  }

  .package-filter__pills .night-pill {
    flex: 0 0 auto;
  }

  .month-trigger {
    align-items: flex-start;
  }

  .month-trigger-season {
    display: none;
  }

  .package-card__body {
    padding: 18px;
  }

  .package-card__head {
    flex-direction: row;
    gap: 10px;
  }

  .package-card h3 {
    font-size: 17px;
  }

  .nights-badge {
    padding: 4px 10px;
    font-size: 11px;
  }

  .package-card p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .package-card__list {
    gap: 6px;
    margin-bottom: 14px;
  }

  .package-card__list li {
    gap: 8px;
    font-size: 13px;
  }

  .package-card__footer > span {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .package-card__footer strong {
    font-size: 20px;
  }

  .package-card__actions .button {
    padding: 11px 16px;
    font-size: 13px;
  }

  .package-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .package-card__footer .button {
    width: 100%;
  }

  .package-card__actions .button {
    white-space: normal;
  }

  
  .relax-included h2 {
    font-size: 32px;
  }

  
  .relax-included p {
    font-size: 16px;
  }

  
  .relax-included__list {
    padding: 20px;
  }

  
  .lodging-gallery-tabs__nav {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  
  .lodging-gallery-tabs__nav button {
    flex: 0 0 auto;
  }

  .lodging-gallery-grid {
    gap: 10px;
  }

}

/* ============================================================
   UBYTOVÁNÍ V2 – nové třídy
   ============================================================ */

/* Hero – exteriér */
.lodging2-hero {
  background-image: url("images/hero-room.jpg");
  background-position: center 58%;
}

/* Fakta – prodejní argumenty */
.lodging-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(177, 127, 74, 0.18);
  border-bottom: 1px solid rgba(177, 127, 74, 0.18);
}

/* Room listing – hotel-booking style horizontální karty */
.room-listing-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.room-listing-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(131, 20, 39, 0.1);
  box-shadow: 0 18px 50px rgba(61, 36, 17, 0.1);
}


.room-listing-card__img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #3f2f25;
  flex-shrink: 0;
}

.room-listing-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-listing-card__body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.room-listing-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.room-listing-header h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.2;
}

.room-listing-price {
  text-align: right;
  flex-shrink: 0;
}

.room-listing-price strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.1;
}

.room-listing-price span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(63, 47, 37, 0.55);
}

.room-listing-desc {
  margin: 10px 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(63, 47, 37, 0.75);
  line-height: 1.65;
  flex: 1;
}

.room-listing-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.room-listing-actions .button {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
  text-align: center;
  justify-content: center;
}

.room-listing-actions .button--solid {
  background: #831427;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.room-listing-actions .button--solid:hover {
  background: #64101e;
  transform: translateY(-1px);
  box-shadow: 0 4px 24px rgba(61, 53, 48, 0.1);
}

.room-listing-actions .button--outline {
  border: 1.5px solid #e8e0d5;
  background: transparent;
  color: #3d3530;
}

.room-listing-actions .button--outline:hover {
  background: #faf5ed;
  border-color: #8b7355;
  color: #8b7355;
}

/* Relax banner – dvousloupkový layout */

/* Co je zahrnuto v ceně */
.lodging-inclusions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.lodging-inclusions__col {
  background: var(--color-white);
  border: 1px solid rgba(139, 115, 85, 0.15);
  border-radius: 14px;
  padding: 36px 40px;
}

.lodging-inclusions__col--addons {
  background: var(--color-white);
}

.lodging-inclusions__col h3 {
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-heading);
}

.lodging-inclusions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lodging-inclusions__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
}

.lodging-inclusions__list svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #2e7d40;
  stroke: #2e7d40;
}

.lodging-inclusions__list--addons li {
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 115, 85, 0.15);
}

.lodging-inclusions__list--addons li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lodging-inclusions__addon-name {
  font-weight: 600;
  color: var(--color-text);
}

.lodging-inclusions__addon-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  white-space: nowrap;
}

/* Fotogalerie */
.lodging-gallery__tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 40px 0 32px;
  flex-wrap: wrap;
}

.lodging-gallery__tab {
  padding: 10px 24px;
  border: 1.5px solid rgba(139, 115, 85, 0.3);
  border-radius: 100px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.lodging-gallery__tab:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.lodging-gallery__tab.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.lodging-gallery__panel {
  display: none;
}

.lodging-gallery__panel.is-active {
  display: block;
}

.lodging-gallery__carousel {
  overflow: hidden;
  border-radius: 8px;
  cursor: grab;
}

.lodging-gallery__carousel:active {
  cursor: grabbing;
}

.lodging-gallery__track {
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.lodging-gallery__arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.lodging-gallery__arrow {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(139, 115, 85, 0.25);
  border-radius: 50%;
  background: transparent;
  color: rgba(139, 115, 85, 0.6);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lodging-gallery__arrow:hover {
  border-color: rgba(139, 115, 85, 0.6);
  color: rgba(139, 115, 85, 1);
}

.lodging-gallery__track img {
  flex: 0 0 calc(25% - 8px);
  width: calc(25% - 8px);
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  user-select: none;
}

@media (max-width: 700px) {
  .lodging-gallery__track img {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* Responsive – v2 */
@media (max-width: 900px) {
  .lodging-facts {
    grid-template-columns: 1fr 1fr;
  }

  .room-listing-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .lodging-facts {
    grid-template-columns: 1fr 1fr;
  }

  .lodging-inclusions__grid {
    grid-template-columns: 1fr;
  }

  .lodging-inclusions__grid {
    gap: 18px;
    margin-top: 32px;
  }

  .lodging-inclusions__col {
    padding: 24px;
  }

  .lodging-gallery__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lodging-gallery__tabs::-webkit-scrollbar {
    display: none;
  }

  .lodging-gallery__tab {
    flex: 0 0 auto;
  }

  .lodging-gallery__track img {
    flex-basis: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .lodging-gallery__arrows {
    margin-top: 18px;
  }

  .room-listing-stack {
    grid-template-columns: 1fr;
  }

  .room-listing-card__img {
    aspect-ratio: 16 / 9;
  }

  .room-listing-header {
    flex-direction: column;
    gap: 6px;
  }

  .room-listing-price {
    text-align: left;
  }

  .room-listing-card__body {
    padding: 22px;
  }

  .room-listing-card__body .button {
    align-self: stretch;
    text-align: center;
  }

  .room-listing-actions {
    flex-direction: column;
  }

  .room-listing-actions .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }

  .lodging-facts {
    grid-template-columns: 1fr;
  }

  .lodging-inclusions__list--addons li {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .lodging-inclusions__addon-price {
    white-space: normal;
  }

  .mobile-menu__panel {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    overflow-y: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .mobile-menu__group a,
  .mobile-menu__dropdown-toggle {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* Lightbox */
.lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  align-items: center;
  justify-content: center;
}
.lb.is-open {
  display: flex;
}
.lb__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}
.lb__img-wrap {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  user-select: none;
  -webkit-user-drag: none;
}
.lb__close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  padding: 4px 8px;
  transition: opacity 0.2s;
}
.lb__close:hover { opacity: 1; }
.lb__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lb__arrow:hover { background: rgba(255, 255, 255, 0.25); }
.lb__arrow--prev { left: 20px; }
.lb__arrow--next { right: 20px; }
.lb__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}
@media (max-width: 760px) {
  .lb__arrow--prev { left: 8px; }
  .lb__arrow--next { right: 8px; }
  .lb__arrow { width: 40px; height: 40px; font-size: 20px; }
}

/* Room gallery grid */
.room-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.room-gallery__grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  cursor: zoom-in;
  transition: opacity 0.2s;
}

.room-gallery__grid img:hover {
  opacity: 0.9;
}

@media (max-width: 760px) {
  .room-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ═══════════════════════════════════════════════
   PROCEDURY PAGE
═══════════════════════════════════════════════ */

.procedury-hero {
  background-image: url("images/procedury-hero-koupele.jpg");
  background-position: center 48%;
}

.procedury-nabidka-hero {
  background-image: url("images/procedury-zabaly.jpg");
  background-position: center 50%;
}

.sauna-hero {
  background-image: url("images/sauny2.jpg");
  background-position: center 48%;
}

.bazeny-hero {
  background-image: url("images/relax-banner.jpg");
  background-position: center 58%;
}

.koupaliste-hero {
  background-image: url("images/bazeny-hero.jpg");
  background-position: center 58%;
}

.sirny-pramen-hero {
  background-image: url("images/procedury-hero-koupele.jpg");
  background-position: center 52%;
}

.balicky-procedur-hero {
  background-image: url("images/procedury-zabaly.jpg");
  background-position: center 52%;
}

.rodiny-hero {
  background-image: url("images/deti.jpg");
  background-position: center 48%;
}

.golf-hero {
  background-image: url("images/golf3.jpg");
  background-position: center 55%;
}

.sportoviste-hero {
  background-image: url("images/exterier-priroda.jpg");
  background-position: center 62%;
}

.okoli-hero {
  background-image: url("images/exterier-priroda.jpg");
  background-position: center 52%;
}

.procedury-page #typy-procedur,
.procedury-page #sirny-pramen,
.procedury-page #pobyty-s-procedurami {
  background: #ffffff;
}

.procedury-page #pro-koho,
.procedury-page #faq {
  background: #faf5ed;
  background-image: none;
}

.procedury-page #sirny-pramen {
  padding-bottom: 40px;
}

.procedury-page #pobyty-s-procedurami {
  padding-top: 36px;
}

.procedury-page #jak-to-funguje {
  padding-bottom: 48px;
}

.procedury-page #typy-procedur {
  padding-top: 48px;
}

.procedury-page #jak-to-funguje::before,
.procedury-page #typy-procedur::before,
.procedury-page #pro-koho::before,
.procedury-page #sirny-pramen::before,
.procedury-page #pobyty-s-procedurami::before,
.procedury-page #faq::before {
  display: none;
}

/* section-heading__text — volitelný perex pod h2 */
.section-heading__text {
  max-width: 540px;
  margin: 12px auto 0;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(63, 47, 37, 0.65);
  text-align: center;
}

.section-heading--split .section-heading__text {
  text-align: left;
  margin-left: 0;
}

/* ── Concept Grid (Jak to funguje) ── */

/* ── Procedure Category Cards ── */

/* ── Audience Pills ── */
.audience-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  justify-content: center;
}

.audience-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1.5px solid rgba(63, 47, 37, 0.15);
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  background: #fff;
}

.audience-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

/* ── Pramen Section ── */
.pramen-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 52px;
  align-items: start;
  margin-top: 48px;
}

.pramen-section__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 26px;
}

.pramen-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pramen-section__title {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 12px;
}

.pramen-section__text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(63, 47, 37, 0.68);
  margin: 0 0 24px;
}

/* ── Effects List ── */
.effects-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.effect-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 20px;
  background: var(--color-cream);
  border-radius: 10px;
}

.effect-item__bar {
  width: 3px;
  min-height: 44px;
  flex-shrink: 0;
  background: var(--color-primary);
  border-radius: 2px;
  margin-top: 2px;
}

.effect-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 5px;
}

.effect-item__text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(63, 47, 37, 0.65);
  margin: 0;
}

/* ── Procedure CTA Block ── */

/* ── Cross-sell Banner ── */

/* ── Procedury responsive ── */
@media (max-width: 1080px) {

  .pramen-section {
    gap: 36px;
  }
}

@media (max-width: 760px) {

  .audience-pills {
    justify-content: flex-start;
  }

  .pramen-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


/* ═══════════════════════════════════════════════
   RESTAURACE PAGE
═══════════════════════════════════════════════ */

.restaurace-hero {
  background-image: url("images/restaurace.jpg");
  background-position: center 55%;
}

.page-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ── Section heading subtitle ── */
.section-heading__sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(63, 47, 37, 0.65);
  margin: 12px auto 0;
  max-width: 560px;
}

.section-heading--center .section-heading__sub {
  text-align: center;
}

/* ── Kde se u nás najíst ── */

.rest-card__hours {
  font-size: 15px;
  color: rgba(63, 47, 37, 0.65);
  border-top: 1px solid rgba(63, 47, 37, 0.1);
  padding-top: 14px;
  margin-top: auto;
  line-height: 1.65;
}

/* ── Co vaříme — tabs ── */

/* ── Kavárna & dětský koutek ── */

.rest-koutek-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #3a6610;
  font-size: 11px;
  top: 3px;
}

/* ── Soukromé akce ── */

/* ── Terasa ── */

/* ── Cross-sell varianta ── */

/* ── Restaurace page — střídání pozadí sekcí ── */
/* #restaurace dostává section--soft = gradient krémová → bílá */

.restaurace-page #kavarna {
  background: #faf5ed;
  background-image: none;
}

.restaurace-page #terasa {
  background: #faf5ed;
  background-image: none;
}

.restaurace-page #faq {
  background: #ffffff;
  background-image: none;
}

.restaurace-page #restaurace::before,
.restaurace-page #poledni-menu::before,
.restaurace-page #kavarna::before,
.restaurace-page #akce-restaurace::before,
.restaurace-page #terasa::before,
.restaurace-page #faq::before {
  display: none;
}

/* Karty na bílých sekcích → krémové pozadí pro kontrast */

/* ── Restaurace responsive ── */

@media (max-width: 760px) {
  .page-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ═══════════════════════════════════════════════════════
   SVATBY PAGE
   ═══════════════════════════════════════════════════════ */

/* Hero */
.svatby-hero {
  background-image: url("images/svatby-hero.jpg");
  background-position: center 40%;
}

/* Hero pills */

/* ── Why grid (2×2) ── */

/* ── Prostory grid (2×2 venue cards) ── */

/* ── Ubytování grid (3-col) ── */

/* ── Servis grid (2-col featured/basic) ── */

/* ── Servis options (story layout) ── */

.svatby-servis-option__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

.svatby-servis-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}

.svatby-servis-card--featured .svatby-servis-card__list li::before {
  color: rgba(255, 255, 255, 0.7);
}

.svatby-servis-card__list--muted li::before {
  color: var(--color-secondary);
}

/* ── Kapacity table ── */
.svatby-kapacity-wrap {
  overflow-x: auto;
  margin-top: 48px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.svatby-kapacity-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  min-width: 600px;
}

.svatby-kapacity-table thead {
  background: var(--color-primary);
  color: #fff;
}

.svatby-kapacity-table thead th {
  padding: 14px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.svatby-kapacity-table tbody tr {
  border-bottom: 1px solid #f0e8df;
}

.svatby-kapacity-table tbody tr:last-child {
  border-bottom: none;
}

.svatby-kapacity-table tbody td {
  padding: 16px 20px;
  vertical-align: middle;
  color: var(--color-text);
  line-height: 1.5;
}

.svatby-kapacity-table tbody tr:hover {
  background: #faf5ed;
}

.svatby-cap-badge {
  display: inline-block;
  background: rgba(131, 20, 39, 0.08);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

/* ── Menu a raut grid ── */

/* ── Gallery CSS grid ── */

/* ── Poptávkový formulář ── */
.svatby-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
  align-items: start;
}

.svatby-form {
  background: #faf5ed;
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.svatby-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.svatby-form__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.02em;
}

.svatby-form__input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #dfd3c5;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--color-text);
  background: #fff;
  transition: border-color 0.2s;
  outline: none;
}

.svatby-form__input:focus {
  border-color: var(--color-primary);
}

.svatby-form__input--textarea {
  resize: vertical;
  min-height: 110px;
}

.svatby-form__note {
  font-size: 12px;
  color: #8a7060;
  margin: 0;
  line-height: 1.5;
}

.svatby-form-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.svatby-form-info__title {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  margin: 0;
  color: var(--color-text);
}

.svatby-form-info__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.svatby-form-info__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(131, 20, 39, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.svatby-form-info__icon svg {
  width: 20px;
  height: 20px;
}

.svatby-form-info__item p {
  font-size: 15px;
  line-height: 1.65;
  margin: 8px 0 0;
  color: #5a4535;
}

/* faq heading — force center */
.svatby-page #faq-svatby .section-heading,
.svatby-page #faq-svatby .section-heading h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.svatby-page #faq-svatby .lodging-faq__inner {
  margin-left: auto;
  margin-right: auto;
}

.svatby-form-info__contact {
  border-top: 1px solid #e8ddd3;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svatby-form-info__contact-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
}

.svatby-form-info__contact-phone {
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  color: var(--color-primary);
  font-weight: 400;
}

.svatby-form-info__contact-phone:hover {
  opacity: 0.8;
}

.svatby-form-info__contact-email {
  font-size: 15px;
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-color: rgba(63, 47, 37, 0.3);
}

.svatby-form-info__contact-email:hover {
  color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

/* ── Background rhythm ── */
.svatby-page #prostory          { background: linear-gradient(180deg, #faf5ed 0%, #faf5ed 72%, #ffffff 100%); }
.svatby-page #ubytovani-hostu   { background: #faf5ed; background-image: none; }
.svatby-page #servis            { background: #ffffff; background-image: none; }
.svatby-page #kapacity          { background: #faf5ed; background-image: none; }
.svatby-page #menu-raut         { background: #ffffff; background-image: none; }
.svatby-page #galerie-svatby    { background: #faf5ed; background-image: none; }
.svatby-page #poptavka          { background: #ffffff; background-image: none; }
.svatby-page #faq-svatby        { background: #faf5ed; background-image: none; }

.svatby-page #proc-my::before,
.svatby-page #prostory::before,
.svatby-page #ubytovani-hostu::before,
.svatby-page #servis::before,
.svatby-page #kapacity::before,
.svatby-page #menu-raut::before,
.svatby-page #galerie-svatby::before,
.svatby-page #poptavka::before,
.svatby-page #faq-svatby::before { display: none; }

/* cards on cream section get white bg + border like room-listing-card */

/* cards on cream sections get white bg */
.svatby-page #kapacity .svatby-kapacity-table  { background: #fff; }
.svatby-page #galerie-svatby                   { background: #faf5ed; background-image: none; }
.svatby-page #poptavka .svatby-form            { background: #faf5ed; }

/* ── Responsive 1080px ── */
@media (max-width: 1080px) {

  .svatby-form-grid {
    gap: 32px;
  }
}

/* ── Responsive 760px ── */
@media (max-width: 760px) {

  .svatby-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .svatby-form {
    padding: 28px 20px;
  }
}

/* ═══════════════════════════════════════════════════════
   RESTAURACE 2 — druhá varianta
   ═══════════════════════════════════════════════════════ */

/* Mezera mezi sekcemi content-block */

/* Otočený layout (text vlevo, foto vpravo → foto vlevo, text vpravo) */

/* CTA tlačítka pod textem v content-block */

/* ── Nabídka jídel — 3 karty s fotkami ── */

/* ── Background rhythm ──
   #panorama       section--soft (HTML)   cream gradient
   #kavarna2       white
   #devatenacta    cream
   #nabidka        white
   #soukrome-akce  cream
   #faq-rest       white
   #galerie-rest   cream
*/
/* rhythm: panorama=cream-gradient, nabidka=cream, soukrome-akce=cream,
           galerie-rest=white, faq-rest=cream */
.restaurace-page #nabidka         { background: #faf5ed; background-image: none; }
.restaurace-page #crosssell-rest  { background: #ffffff; background-image: none; padding-top: 24px; padding-bottom: 64px; }
.restaurace-page #crosssell-rest::before { display: none; }
.restaurace-page #faq-rest        { background: #faf5ed; background-image: none; }
.restaurace-page #galerie-rest    { background: #ffffff; background-image: none; }

/* gallery heading — extra bottom spacing before carousel */
.restaurace-page #galerie-rest .section-heading { margin-bottom: 64px; }

/* gallery — reduce bottom padding so arrows don't float */
.restaurace-page #galerie-rest { padding-bottom: 40px; }

/* faq heading — force center alignment */
.restaurace-page #faq-rest .section-heading,
.restaurace-page #faq-rest .section-heading h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.restaurace-page #faq-rest .lodging-faq__inner {
  margin-left: auto;
  margin-right: auto;
}

.restaurace-page #panorama::before,
.restaurace-page #nabidka::before,
.restaurace-page #soukrome-akce::before,
.restaurace-page #faq-rest::before,
.restaurace-page #galerie-rest::before { display: none; }

/* 2-sloupcový stack pro prostory restaurace */

/* karty na krémové sekci (#nabidka) — bílé pozadí pro kontrast */

/* karty na krémové sekci (#soukrome-akce) — bílé pozadí pro kontrast */

/* featured karta zůstane primární červená vždy */

/* room-listing-stack--two na mobilu — 1 sloupec */

/* ── Responsive 1080px ── */

/* ── Responsive 760px ── */


/* ════════════════════════════════════════════════
   FIREMNÍ AKCE PAGE
   ════════════════════════════════════════════════ */

/* Hero */
.firmy-hero { background-image: url("images/exterier-priroda.jpg"); }

/* ── Dárkové poukazy ── */
.darkove-poukazy-hero {
  background-image: url("images/offer-voucher.jpg");
  background-position: center 60%;
}

/* Section backgrounds — alternating cream / white */
.firmy-page #co-usporadat      { background: #ffffff; background-image: none; padding-top: 32px; }
.firmy-page #prostory           { background: #ffffff; background-image: none; }
.firmy-page #ubytovani-gastro   { background: #faf5ed; background-image: none; }
.firmy-page #teambuilding       { background: #ffffff; background-image: none; }
.firmy-page #ekonomicka-vyhoda { background: #faf5ed; background-image: none; }
.firmy-page #kapacity           { background: #ffffff; background-image: none; }
.firmy-page #pruha-spoluprace   { background: #faf5ed; background-image: none; }
.firmy-page #kontakt-akce       { background: #ffffff; background-image: none; }
.firmy-page #poptavka           { background: #faf5ed; background-image: none; }
.firmy-page #faq-firmy          { background: #ffffff; background-image: none; }

.firmy-page #typy-akci::before,
.firmy-page #co-usporadat::before,
.firmy-page #prostory::before,
.firmy-page #ubytovani-gastro::before,
.firmy-page #teambuilding::before,
.firmy-page #ekonomicka-vyhoda::before,
.firmy-page #ekonomicka-vyhoda-new::before,
.firmy-page #kapacity::before,
.firmy-page #pruha-spoluprace::before,
.firmy-page #kontakt-akce::before,
.firmy-page #poptavka::before,
.firmy-page #faq-firmy::before  { display: none; }

.firmy-page .firmy-event-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.firmy-page .firmy-event-types span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 20px;
  border: 1px solid rgba(131, 20, 39, 0.14);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--color-text);
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(61, 36, 17, 0.06);
}

.firmy-page .firmy-event-types span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f7edf0;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  flex: 0 0 auto;
}

/* prostory: white section — cream cards */
.firmy-page #prostory .section-heading__sub {
  max-width: none;
  white-space: nowrap;
}

.firmy-page #teambuilding .c-grid--4 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .firmy-page #teambuilding .c-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .firmy-page #teambuilding .c-grid--4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .firmy-page #prostory .section-heading__sub {
    white-space: normal;
  }
}

/* ekonomicka-vyhoda: cream section — white why-cards */

/* form in poptavka: white background on cream section */
.firmy-page #poptavka .svatby-form { background: #fff; }

/* cap badge — neutral color (override rose from svatby) */
.firmy-page .svatby-cap-badge {
  background: rgba(63, 47, 37, 0.1);
  color: var(--color-text);
}

/* FAQ heading — center */
.firmy-page #faq-firmy .section-heading,
.firmy-page #faq-firmy .section-heading h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.firmy-page #faq-firmy .lodging-faq__inner {
  margin-left: auto;
  margin-right: auto;
}

/* ── Typy akcí cards (3 sloupce) ── */

/* ── Technické vybavení ── */
.firmy-tech-section {
  margin-top: 52px;
}

.firmy-tech-heading {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a08070;
  margin-bottom: 14px;
}

.firmy-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.firmy-tech-item {
  background: #faf5ed;
  border: 1px solid rgba(131, 20, 39, 0.08);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.firmy-tech-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--color-primary);
  opacity: 0.7;
}

/* ── Ubytování & gastronomie boxes ── */
.firmy-ub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.firmy-ub-box {
  background: #fffdf8;
  border: 1px solid rgba(131, 20, 39, 0.1);
  box-shadow: 0 18px 50px rgba(61, 36, 17, 0.1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.firmy-ub-box--featured {
  background: var(--color-secondary);
  border-color: transparent;
  box-shadow: 0 18px 50px rgba(61, 36, 17, 0.2);
}

.firmy-ub-box__label {
  font-size: 11px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a08070;
}

.firmy-ub-box--featured .firmy-ub-box__label {
  color: rgba(255, 255, 255, 0.65);
}

.firmy-ub-box__title {
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  color: var(--color-text);
  line-height: 1.25;
}

.firmy-ub-box--featured .firmy-ub-box__title {
  color: #fff;
}

.firmy-ub-box__text {
  font-size: 15px;
  line-height: 1.7;
  color: #6b5b4e;
  font-family: 'Montserrat', sans-serif;
}

.firmy-ub-box--featured .firmy-ub-box__text {
  color: rgba(255, 255, 255, 0.82);
}

.firmy-ub-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.firmy-ub-box__list li {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #6b5b4e;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.firmy-ub-box__list li::before {
  content: '✓';
  font-weight: 700;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 1px;
}

.firmy-ub-box--featured .firmy-ub-box__list li {
  color: rgba(255, 255, 255, 0.88);
}

.firmy-ub-box--featured .firmy-ub-box__list li::before {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Teambuilding cards (2×2) ── */

/* ── Průběh spolupráce — 4 kroky ── */
.firmy-steps {
  display: flex;
  gap: 0;
  margin-top: 48px;
}

.firmy-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  position: relative;
}

.firmy-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 27px;
  width: 1px;
  height: 48px;
  background: rgba(131, 20, 39, 0.15);
}

.firmy-step__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.firmy-step__title {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 10px;
  line-height: 1.25;
}

.firmy-step__text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b5b4e;
  font-family: 'Montserrat', sans-serif;
}

/* ── Kontakt karta ── */

/* ── Responsive 1080px ── */
@media (max-width: 1080px) {
  .firmy-ub-grid       { grid-template-columns: 1fr; }
  .firmy-tech-grid     { grid-template-columns: repeat(2, 1fr); }
  .firmy-steps         { flex-wrap: wrap; gap: 40px; }
  .firmy-step          { min-width: 42%; }
  .firmy-step:not(:last-child)::after { display: none; }
}

@media (max-width: 760px) {
  .firmy-steps           { flex-direction: column; align-items: center; }
  .firmy-step            { padding: 0; min-width: 100%; max-width: 320px; }
  .firmy-tech-grid       { grid-template-columns: 1fr; }
}
