/* Hluboká nad Vltavou Local Page Styles */
.hluboka-page .header,
.hluboka-page .header--top {
  background: #fbfaf8 !important;
  border-bottom: 1px solid rgba(47, 42, 36, .12) !important;
  z-index: 1000 !important;
}

.hluboka-page .local-hero-image {
  background-image: url('cisteni-hrobu-hluboka-nad-vltavou.png');
  background-position: 65% center;
  background-size: cover;
  width: 48%;
  right: 0;
  left: auto;
}

.hluboka-page .local-hero-content {
  width: 52%;
  max-width: 650px;
  padding-right: 48px;
  transform: translateY(28px);
  box-sizing: border-box;
}

.hluboka-page .local-hero h1 {
  max-width: 510px;
  color: #111111;
  font-size: clamp(2.4rem, 3.6vw, 4.0rem);
  line-height: 1.15;
  letter-spacing: -.035em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hluboka-page .local-hero p:not(.local-kicker) {
  max-width: 480px;
  color: #111111;
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.72;
}

.hluboka-page .local-place-main h3 {
  max-width: 580px;
  font-size: clamp(1.8rem, 2.4vw, 2.25rem);
  line-height: 1.18;
}

.local-area-links {
  margin: 24px 0 0;
  font-size: 0.92rem;
  color: var(--text-muted);
}
.local-area-links a {
  color: var(--copper);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.local-area-links a:hover {
  color: var(--copper-dark);
}

@media (max-width: 1100px) {
  .hluboka-page .local-hero-image {
    width: 45%;
  }
  .hluboka-page .local-hero-content {
    width: 55%;
    padding-right: 24px;
  }
  .hluboka-page .local-hero h1 {
    font-size: clamp(2.2rem, 3.4vw, 3.4rem);
    max-width: 460px;
  }
}

@media (max-width: 850px) {
  .hluboka-page .local-hero {
    min-height: 740px;
    padding: 130px 0 68px;
    align-items: end;
    background: linear-gradient(180deg, rgba(251,250,248,.98) 0%, rgba(251,250,248,.94) 60%, rgba(251,250,248,.85) 100%);
  }
  .hluboka-page .local-hero-image {
    width: 100%;
    opacity: 0.42;
  }
  .hluboka-page .local-hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 36px;
    transform: none;
  }
  .hluboka-page .local-hero h1 {
    max-width: 640px;
    color: #0a0a0a;
  }
  .hluboka-page .local-hero p:not(.local-kicker) {
    max-width: 540px;
    color: #0a0a0a;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.95);
  }
}

@media (max-width: 560px) {
  .hluboka-page .local-hero {
    min-height: 690px;
    padding: 125px 0 58px;
    background: linear-gradient(180deg, rgba(251,250,248,.99) 0%, rgba(251,250,248,.95) 65%, rgba(251,250,248,.88) 100%);
  }
  .hluboka-page .local-hero-content {
    padding: 0 24px;
  }
  .hluboka-page .local-hero .local-kicker {
    margin-bottom: 25px;
  }
  .hluboka-page .local-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
  }
  .hluboka-page .local-hero-rule {
    margin: 27px 0;
  }
  .hluboka-page .local-hero-actions {
    gap: 20px;
  }
  .hluboka-page .local-place-main h3 {
    font-size: 1.75rem;
  }
  .hluboka-page .local-area-links {
    margin-top: 16px;
    line-height: 1.55;
  }
}
