.topbar-trip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 2px;
  color: #e8c98a !important;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 1 !important;
  white-space: nowrap;
}

.topbar-trip::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(.32);
  transform-origin: left;
  transition: transform .25s ease;
}

.menu .nav-group {
  position: relative;
}

.menu .nav-group::after {
  content: "";
  position: absolute;
  z-index: 89;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 14px;
}

.menu .nav-submenu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 14px);
  left: -18px;
  display: none;
  min-width: 210px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fbf6ea;
  border: 1px solid #d9c9a5;
  box-shadow: 0 12px 28px rgba(31, 26, 20, .12);
}

.menu .nav-group:hover .nav-submenu,
.menu .nav-group:focus-within .nav-submenu {
  display: block;
}

.menu .nav-submenu a {
  display: block;
  padding: 9px 18px;
  white-space: nowrap;
}

.menu .nav-submenu a:hover {
  background: #f4ecd8;
}

.gallery#gallery {
  margin-top: 36px;
}

.topbar-trip:hover::after,
.topbar-trip[aria-current="page"]::after {
  transform: scaleX(1);
}

@media (max-width: 900px) {
  .topbar-trip {
    display: none;
  }
}

@media (max-width: 1240px) {
  .menu .nav-group::after {
    display: none;
  }

  .menu .nav-submenu {
    position: static;
    display: block;
    min-width: 0;
    margin: 7px 0 3px 14px;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-left: 1px solid #d9c9a5;
    box-shadow: none;
  }

  .menu .nav-submenu a {
    padding: 6px 0;
    font-size: 10px;
  }
}

/* Kompaktnejsi vertikalni rytmus na telefonech. */
@media (max-width: 640px) {
  .gallery#gallery {
    margin-top: 26px;
  }

  section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .hero {
    padding-top: 34px !important;
    padding-bottom: 56px !important;
  }

  .hero,
  .page-hero {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .hero-content,
  .page-hero-content {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .page-hero {
    min-height: 280px !important;
    padding-top: 56px !important;
    padding-bottom: 44px !important;
  }

  .menu-page {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }

  .news-strip {
    padding-top: 0 !important;
    padding-bottom: 44px !important;
  }

  .voucher {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .story-grid,
  .section-header,
  .stay-grid,
  .hall-feature,
  .voucher-inner,
  .location-grid {
    gap: 32px !important;
  }

  .section-header {
    margin-bottom: 38px !important;
  }

  .section-title {
    margin-bottom: 18px !important;
  }

  .eyebrow {
    margin-bottom: 14px !important;
  }

  .cards-grid {
    gap: 18px !important;
    margin-top: 34px !important;
  }

  .news-panel {
    gap: 24px !important;
    padding: 28px 22px !important;
  }

  .news-panel::before {
    left: 22px !important;
  }

  .news-list {
    gap: 10px !important;
  }

  .news-item {
    min-height: 112px !important;
    padding: 16px !important;
  }

  .story-features {
    gap: 16px !important;
    margin-top: 28px !important;
  }

  .restaurant-info {
    gap: 26px !important;
    margin-top: 38px !important;
    padding-top: 38px !important;
  }

  .stay-grid,
  .hall-feature {
    margin-top: 38px !important;
  }

  .hall-gallery {
    margin-top: 34px !important;
  }

  .hall-types-grid {
    margin-top: 40px !important;
  }

  .location-grid {
    margin-top: 32px !important;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 360px !important;
  }

  .info-card,
  .room-card {
    padding: 24px !important;
  }

  .hall-feature-content {
    padding: 34px 22px !important;
  }

  .menu-categories,
  .menu-extra,
  .subscribe-card {
    margin-top: 32px !important;
  }

  .menu-intro {
    margin-bottom: 40px !important;
  }

  .trip-intro {
    gap: 18px !important;
    margin-bottom: 34px !important;
  }

  .trip-return {
    margin-top: 40px !important;
  }

  .stay-trips-head {
    gap: 16px !important;
    margin-bottom: 28px !important;
  }

  .stay-trips-footer {
    margin-top: 24px !important;
    padding-top: 20px !important;
  }

  .weekly-tips {
    margin-top: 24px !important;
  }

  footer {
    padding-top: 56px !important;
    padding-bottom: 24px !important;
  }

  .footer-grid {
    gap: 28px !important;
    margin-bottom: 38px !important;
  }

  body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom)) !important;
  }
}

.voucher-order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 30px;
  padding: 13px 22px;
  border: 1px solid #e8c98a;
  color: #fffaf0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background-color .2s, color .2s;
}

.voucher-order-link:hover,
.voucher-order-link:focus-visible {
  background: #e8c98a;
  color: #1e2c22;
}

.mobile-cta {
  display: none;
}

@media (max-width: 780px) {
  .mobile-cta {
    position: fixed;
    z-index: 700;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: calc(58px + env(safe-area-inset-bottom));
    padding: 0 4px env(safe-area-inset-bottom);
    background: #1e2c22;
    border-top: 1px solid rgba(232, 201, 138, .45);
    box-shadow: 0 -8px 24px rgba(20, 16, 11, .2);
  }

  .mobile-cta a {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 3px;
    border-right: 1px solid rgba(244, 236, 216, .14);
    color: #f4ecd8;
    font: 600 10px/1.2 'Lora', Georgia, serif;
    letter-spacing: .04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-cta a:last-child {
    border-right: 0;
    background: #b85c3a;
  }

  .cookie-consent {
    bottom: calc(58px + env(safe-area-inset-bottom));
  }
}

/* Bloky řízené z administrace. */
.managed-section {
  padding: 82px 0;
  background: #fbf6ea;
  color: #211b15;
}

.managed-section:nth-of-type(even) {
  background: #f4ecd8;
}

.managed-wrap {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.managed-eyebrow {
  color: #b85c3a;
  font: 700 11px/1.4 'Lora', Georgia, serif;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.managed-section h2 {
  margin: 10px 0 28px;
  font: 600 42px/1.08 'Cormorant Garamond', Georgia, serif;
}

.managed-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.managed-faq details {
  border-top: 3px solid #b85c3a;
  background: #fffdf7;
  padding: 20px;
}

.managed-faq summary {
  cursor: pointer;
  font: 600 22px/1.2 'Cormorant Garamond', Georgia, serif;
}

.managed-faq details p {
  margin: 14px 0 0;
  color: #514637;
}

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

.managed-review-grid article {
  background: #fffdf7;
  border: 1px solid #d7c7a5;
  padding: 24px;
}

.managed-stars {
  color: #a98442;
  letter-spacing: .12em;
}

.managed-review-grid blockquote {
  margin: 16px 0;
  font: 500 21px/1.45 'Cormorant Garamond', Georgia, serif;
}

.managed-home-menu .managed-wrap {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: start;
}

.managed-home-menu p {
  color: #514637;
}

.managed-home-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d7c7a5;
}

.managed-home-menu li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #d7c7a5;
}

.managed-home-menu li span {
  min-width: 0;
}

.managed-home-menu li small {
  display: block;
  color: #b85c3a;
  font-size: 11px;
  font-weight: 700;
}

.managed-home-menu li strong {
  white-space: nowrap;
}

.managed-button {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 16px;
  background: #1e2c22;
  color: #f4ecd8;
  font: 700 11px/1.3 'Lora', Georgia, serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .managed-faq-list,
  .managed-review-grid {
    grid-template-columns: 1fr;
  }

  .managed-home-menu .managed-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .managed-wrap {
    width: calc(100% - 28px);
  }

  .managed-section h2 {
    font-size: 34px;
    margin-bottom: 22px;
  }
}
