
:root {
  --mh-night: #063d4d;
  --mh-night-deep: #022a36;
  --mh-sun: #ffd100;
  --mh-wine: #a81730;
  --mh-cream: #fff5d6;
  --mh-sky: #b8d3e6;
  --mh-road: #c8bcad;
  --mh-ink: #10252b;
  --mh-white: #ffffff;
  --mh-radius: 30px;
  --mh-shadow: 0 22px 70px rgba(2, 42, 54, .12);
  --mh-display: "Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
  --mh-body: "Manrope", Arial, sans-serif;
}

[class*="mh-"] { box-sizing: border-box; }
.mh-page-hero, .mh-home-hero, .mh-article-hero { isolation: isolate; overflow: hidden; }
.mh-home-hero { min-height: min(960px, 100svh); }
.mh-page-hero { min-height: clamp(570px, 72svh, 820px); }
.mh-article-hero { min-height: clamp(540px, 66svh, 760px); }
.mh-home-hero > .uk-container, .mh-page-hero > .uk-container, .mh-article-hero > .uk-container {
  display: flex; align-items: center; width: 100%;
}
.mh-home-hero .uk-position-cover[style*="background-color"] {
  background-color: rgba(1,27,35,.18) !important;
  background-image: linear-gradient(90deg,rgba(2,31,41,.80) 0%,rgba(2,31,41,.38) 48%,rgba(2,31,41,.04) 100%) !important;
}
.mh-page-hero .uk-position-cover[style*="background-color"] {
  background-color: rgba(4,40,52,.22) !important;
  background-image: linear-gradient(90deg,rgba(4,40,52,.78) 0%,rgba(4,40,52,.36) 56%,rgba(4,40,52,.04) 100%) !important;
}
.mh-article-hero .uk-position-cover[style*="background-color"] {
  background-color: rgba(4,40,52,.24) !important;
  background-image: linear-gradient(90deg,rgba(4,40,52,.80) 0%,rgba(4,40,52,.38) 62%,rgba(4,40,52,.06) 100%) !important;
}
.mh-page-hero::after, .mh-home-hero::after, .mh-article-hero::after {
  content: ""; position: absolute; right: -8vw; top: -14vw; width: min(58vw, 780px); aspect-ratio: 1;
  border: 2px solid rgba(255,209,0,.55); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,209,0,.035), 0 0 0 84px rgba(255,209,0,.025);
  pointer-events: none; z-index: 0;
}
.mh-home-hero .uk-container, .mh-page-hero .uk-container, .mh-article-hero .uk-container { position: relative; z-index: 1; }
.mh-hero-title .el-content, .mh-hero-title { font-family: var(--mh-display); letter-spacing: -.045em; text-wrap: balance; }
.mh-home-hero .mh-hero-title { max-width: 1040px; font-size: clamp(3.25rem,6.9vw,7rem) !important; line-height: .94; }
.mh-page-hero .mh-hero-title, .mh-article-hero .mh-hero-title { max-width: 980px; font-size: clamp(3rem,6vw,6.2rem) !important; line-height: .96; }
.mh-hero-copy, .mh-hero-copy p { font-family: var(--mh-body); line-height: 1.7; }
.mh-eyebrow, .mh-eyebrow .el-content {
  color: var(--mh-sun) !important; font: 700 .76rem/1.2 var(--mh-body); letter-spacing: .15em; text-transform: uppercase;
}
.mh-eyebrow .el-content::before, .mh-eyebrow::before { content: ""; display: inline-block; width: 34px; height: 3px; margin: 0 12px 3px 0; background: var(--mh-sun); border-radius: 9px; }
.mh-facts { background: var(--mh-sun) !important; color: var(--mh-night-deep); }
.mh-facts .el-title { font-family: var(--mh-display); color: var(--mh-night-deep) !important; }
.mh-facts .el-meta, .mh-facts .el-content { color: var(--mh-night-deep) !important; }
.mh-facts-grid > * { border-color: rgba(2,42,54,.24) !important; }

.mh-story, .mh-overview, .mh-winery-detail, .mh-detail, .mh-generic-page, .mh-map-page, .mh-gallery-section, .mh-contact-main {
  background: var(--mh-cream) !important;
}
.mh-story h2, .mh-events h2, .mh-wineries h2, .mh-map-teaser h2, .mh-stays h2, .mh-news h2,
.mh-overview h2, .mh-detail h2, .mh-wines-section h2, .mh-about-story h2, .mh-values h2, .mh-contact-main h2 {
  font-family: var(--mh-display); letter-spacing: -.035em;
}
.mh-editorial-image img, .mh-profile-photo img, .mh-detail-image img, .mh-map-preview img {
  border-radius: var(--mh-radius); box-shadow: var(--mh-shadow); object-fit: cover;
}
.mh-editorial-image, .mh-profile-photo, .mh-detail-image { position: relative; }
.mh-editorial-image::after, .mh-profile-photo::after {
  content: ""; position: absolute; width: 82px; height: 82px; right: -18px; bottom: -18px; border-radius: 50%; background: var(--mh-sun); z-index: -1;
}
.mh-card-grid .el-item, .mh-event-grid .el-item, .mh-winery-grid .el-item, .mh-stay-grid .el-item,
.mh-news-grid .el-item, .mh-album-grid .el-item, .mh-overview .el-item {
  border: 1px solid rgba(6,61,77,.11); border-radius: var(--mh-radius); overflow: hidden; box-shadow: 0 14px 42px rgba(2,42,54,.08);
  height: 100%; display: flex; flex-direction: column; background: #fff;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mh-card-grid .el-item:hover, .mh-event-grid .el-item:hover, .mh-winery-grid .el-item:hover, .mh-stay-grid .el-item:hover,
.mh-news-grid .el-item:hover, .mh-album-grid .el-item:hover, .mh-overview .el-item:hover {
  transform: translateY(-7px); box-shadow: 0 22px 64px rgba(2,42,54,.16); border-color: rgba(168,23,48,.35);
}
.mh-card-grid .el-image, .mh-event-grid .el-image, .mh-winery-grid .el-image, .mh-stay-grid .el-image,
.mh-news-grid .el-image, .mh-album-grid .el-image, .mh-overview .el-image {
  display: block; width: 100%; height: auto !important; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 38%;
}
.mh-winery-grid .el-image, .mh-overview--winery .el-image, .mh-stay-grid .el-image, .mh-overview--stay .el-image { aspect-ratio: 4 / 3; }
.mh-event-grid .el-image, .mh-overview--event .el-image, .mh-news-grid .el-image, .mh-overview--news .el-image { aspect-ratio: 16 / 10; }
.mh-card-grid .uk-card-body, .mh-event-grid .uk-card-body, .mh-winery-grid .uk-card-body, .mh-stay-grid .uk-card-body,
.mh-news-grid .uk-card-body, .mh-album-grid .uk-card-body, .mh-overview .uk-card-body { display: flex; flex: 1; flex-direction: column; }
.mh-card-grid .el-link, .mh-event-grid .el-link, .mh-winery-grid .el-link, .mh-stay-grid .el-link,
.mh-news-grid .el-link, .mh-album-grid .el-link, .mh-overview .el-link { margin-top: auto; align-self: flex-start; }
.mh-winery-grid img[src$="buda-u-kramaru.webp"], .mh-winery-grid img[src$="vinarstvi-lokaj.webp"],
.mh-winery-grid img[src$="vinarstvi-zalesak.webp"], .mh-winery-grid img[src$="josef-marcela-mokrusa.webp"],
.mh-winery-grid img[src$="vino-skapik.webp"], .mh-winery-grid img[src$="smid-winery.webp"],
.mh-overview--winery img[src$="buda-u-kramaru.webp"], .mh-overview--winery img[src$="vinarstvi-lokaj.webp"],
.mh-overview--winery img[src$="vinarstvi-zalesak.webp"], .mh-overview--winery img[src$="josef-marcela-mokrusa.webp"],
.mh-overview--winery img[src$="vino-skapik.webp"], .mh-overview--winery img[src$="smid-winery.webp"] { object-position: center 18%; }
.mh-card-grid .el-title, .mh-event-grid .el-title, .mh-winery-grid .el-title, .mh-stay-grid .el-title,
.mh-news-grid .el-title, .mh-album-grid .el-title, .mh-overview .el-title { font-family: var(--mh-display); letter-spacing: -.025em; }
.mh-card-grid .el-meta, .mh-event-grid .el-meta, .mh-winery-grid .el-meta, .mh-stay-grid .el-meta,
.mh-news-grid .el-meta, .mh-album-grid .el-meta, .mh-overview .el-meta { color: var(--mh-wine) !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.mh-map-teaser, .mh-about-events { background: var(--mh-night) !important; }
.mh-map-teaser .mh-eyebrow, .mh-about-events .mh-eyebrow { color: var(--mh-sun) !important; }
.mh-wines-section { background: #fff !important; }
.mh-wines__note { max-width: 760px; color: rgba(16,37,43,.72); }
.mh-wines table { border-collapse: separate; border-spacing: 0; }
.mh-wines thead th { color: var(--mh-night); font: 800 .74rem/1.2 var(--mh-body); letter-spacing: .09em; text-transform: uppercase; }
.mh-wines tbody th { color: var(--mh-ink); font-weight: 750; text-transform: none; }
.mh-wines tbody tr:hover { background: rgba(255,209,0,.14); }

.mh-info-grid .el-item, .mh-values-grid .el-item, .mh-contact-grid .el-item {
  border-radius: 22px; border: 1px solid rgba(6,61,77,.10); background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(2,42,54,.06);
}
.mh-info-grid .el-title { color: var(--mh-wine); font: 800 .72rem/1.2 var(--mh-body); letter-spacing: .10em; text-transform: uppercase; }
.mh-info-grid .el-content { color: var(--mh-ink); font-weight: 650; overflow-wrap: anywhere; }
.mh-editor-note { padding: 24px 28px; border-left: 5px solid var(--mh-wine); background: rgba(255,209,0,.18); border-radius: 0 22px 22px 0; }

.mh-profile-photo .el-image, .mh-detail-image .el-image {
  display: block; width: 100%; height: auto !important; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%;
}
.mh-editorial-image .el-image { display: block; width: 100%; height: auto !important; aspect-ratio: 4 / 3; object-fit: cover; }
.mh-profile-photo img[src$="buda-u-kramaru.webp"], .mh-profile-photo img[src$="vinarstvi-lokaj.webp"],
.mh-profile-photo img[src$="vinarstvi-zalesak.webp"], .mh-profile-photo img[src$="josef-marcela-mokrusa.webp"],
.mh-profile-photo img[src$="vino-skapik.webp"], .mh-profile-photo img[src$="smid-winery.webp"] { object-position: center 12%; }
.mh-article-content { max-width: 780px; color: var(--mh-ink); font-size: 1.04rem; line-height: 1.82; }
.mh-article-content h2, .mh-article-content h3 { color: var(--mh-night); font-family: var(--mh-display); letter-spacing: -.03em; text-wrap: balance; }
.mh-article-content h2 { margin-top: 1.25em; font-size: clamp(2rem,3vw,3rem); }
.mh-article-content h3 { margin-top: 1.35em; font-size: clamp(1.45rem,2vw,2rem); }
.mh-article-content a { color: var(--mh-wine); font-weight: 750; text-decoration-thickness: .11em; text-underline-offset: .18em; }

.mh-photo-gallery img { border-radius: 22px; object-fit: cover; }
.mh-photo-gallery .el-item { overflow: hidden; }
.mh-photo-gallery .el-image { transition: transform .45s ease; }
.mh-photo-gallery .el-item:hover .el-image { transform: scale(1.035); }

.mh-home-hero .uk-button-primary, .mh-page-hero .uk-button-primary, .mh-article-hero .uk-button-primary,
.mh-map-teaser .uk-button-primary, .mh-about-events .uk-button-primary, .mh-final-cta .uk-button-primary {
  background: var(--mh-sun); color: var(--mh-night-deep); border-color: var(--mh-sun); font-weight: 800;
}
.mh-home-hero .uk-button-primary:hover, .mh-page-hero .uk-button-primary:hover, .mh-article-hero .uk-button-primary:hover,
.mh-map-teaser .uk-button-primary:hover, .mh-about-events .uk-button-primary:hover, .mh-final-cta .uk-button-primary:hover {
  background: #fff; color: var(--mh-night-deep); border-color: #fff;
}
.mh-home-hero .uk-button, .mh-page-hero .uk-button, .mh-article-hero .uk-button, .mh-final-cta .uk-button { border-radius: 999px; }
.mh-detail-cta, .mh-simple-cta, .mh-about-cta, .mh-map-note { background: var(--mh-night) !important; }
.mh-detail-cta .uk-button-primary, .mh-simple-cta .uk-button-primary, .mh-about-cta .uk-button-primary, .mh-map-note .uk-button-primary { background: var(--mh-sun); color: var(--mh-night-deep); }

/* Globální patička */
.mh-site-footer { position: relative; color: rgba(255,255,255,.82); }
.mh-site-footer .uk-container { position: relative; z-index: 1; }
.mh-site-footer h2, .mh-site-footer h3, .mh-site-footer .el-title { color: #fff !important; font-family: var(--mh-display); letter-spacing: -.03em; }
.mh-site-footer .mh-footer-logo img { width: min(360px,100%); max-height: 150px; border-radius: 0; box-shadow: none; object-fit: contain; object-position: left center; }
.mh-site-footer .mh-footer-lead { max-width: 520px; font-size: 1.05rem; line-height: 1.75; }
.mh-footer-nav { display: grid; gap: .62rem; margin: 0; padding: 0; list-style: none; }
.mh-footer-nav a { display: inline-flex; align-items: center; gap: .55rem; color: #fff !important; font-weight: 720; text-decoration: none; }
.mh-footer-nav a::before { content: ""; width: 18px; height: 2px; background: var(--mh-sun); transition: width .2s ease; }
.mh-footer-nav a:hover::before, .mh-footer-nav a:focus-visible::before { width: 30px; }
.mh-site-footer .uk-button { border-radius: 999px; }
.mh-site-footer .uk-button-primary { background: var(--mh-sun); border-color: var(--mh-sun); color: var(--mh-night-deep); font-weight: 800; }
.mh-site-footer .uk-button-secondary { border-color: rgba(255,255,255,.66); color: #fff; }
.mh-footer-bottom { margin-top: clamp(42px,6vw,76px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.mh-footer-legal, .mh-footer-legal p { margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.7; }
.mh-footer-legal a { color: #fff; text-decoration-color: rgba(255,209,0,.65); text-underline-offset: .22em; }

/* Interaktivní mapa */
.mh-map { color: var(--mh-ink); font-family: var(--mh-body); }
.mh-map__intro { max-width: 820px; margin: 0 auto 24px; text-align: center; }
.mh-map__scroll { overflow-x: auto; overscroll-behavior-inline: contain; border-radius: 30px; box-shadow: var(--mh-shadow); background: #fff; scrollbar-color: var(--mh-wine) var(--mh-cream); }
.mh-map__scroll:focus-visible { outline: 4px solid var(--mh-sun); outline-offset: 4px; }
.mh-map__canvas { position: relative; width: 100%; min-width: 900px; aspect-ratio: 1824 / 1400; }
.mh-map__canvas img { display: block; width: 100%; height: 100%; object-fit: fill; }
.mh-map__pin {
  position: absolute; left: var(--x); top: var(--y); width: 48px; height: 48px; padding: 0; border: 3px solid transparent; border-radius: 50%;
  background: transparent; transform: translate(-50%,-50%); cursor: pointer; z-index: 2; transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.mh-map__pin:hover, .mh-map__pin:focus-visible, .mh-map__pin.is-active {
  transform: translate(-50%,-50%) scale(1.18); background: rgba(255,209,0,.72); border-color: #fff; box-shadow: 0 0 0 4px var(--mh-night), 0 10px 26px rgba(2,42,54,.35); outline: none;
}
.mh-map__panel {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; margin: 24px 0; padding: clamp(22px,4vw,38px);
  color: #fff; background: var(--mh-night); border-radius: 30px; box-shadow: var(--mh-shadow);
}
.mh-map__panel-number { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--mh-wine); color: #fff; font: 800 1.7rem/1 var(--mh-display); }
.mh-map__panel-kicker { margin: 0 0 5px; color: var(--mh-sun); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mh-map__panel h2 { margin: 0 0 10px; color: #fff; font-family: var(--mh-display); }
.mh-map__panel p { margin: 5px 0; }
.mh-map__panel a:not(.uk-button) { color: #fff; }
.mh-map__panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.mh-map__panel .uk-button { border-radius: 999px; }
.mh-map__panel .uk-button-primary { background: var(--mh-sun); border-color: var(--mh-sun); color: var(--mh-night-deep); }
.mh-map__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.mh-map__list-item { display: flex; gap: 13px; align-items: center; min-height: 78px; padding: 12px 14px; color: var(--mh-ink); background: #fff; border: 1px solid rgba(6,61,77,.11); border-radius: 18px; text-decoration: none !important; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.mh-map__list-item:hover, .mh-map__list-item:focus-visible, .mh-map__list-item.is-active { color: var(--mh-ink); border-color: var(--mh-wine); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(2,42,54,.10); outline: none; }
.mh-map__number { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--mh-wine); font-weight: 850; }
.mh-map__list-item strong, .mh-map__list-item small { display: block; }
.mh-map__list-item small { margin-top: 3px; color: rgba(16,37,43,.65); line-height: 1.25; }
.mh-map__source { margin-top: 24px; color: rgba(16,37,43,.62); font-size: .84rem; }

@media (max-width: 959px) {
  .mh-map__list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mh-home-hero .mh-hero-title { font-size: clamp(3rem,10vw,5.6rem) !important; }
  .mh-page-hero, .mh-home-hero, .mh-article-hero, .mh-site-footer { background-attachment: scroll !important; }
}
@media (max-width: 639px) {
  :root { --mh-radius: 22px; }
  .mh-home-hero { min-height: 92svh; }
  .mh-page-hero, .mh-article-hero { min-height: 600px; }
  .mh-home-hero .mh-hero-title { font-size: clamp(2.65rem,12vw,4.4rem) !important; line-height: .96; }
  .mh-page-hero .mh-hero-title, .mh-article-hero .mh-hero-title { font-size: clamp(2.65rem,11vw,4rem) !important; }
  .mh-home-hero .uk-position-cover[style*="background-color"], .mh-page-hero .uk-position-cover[style*="background-color"],
  .mh-article-hero .uk-position-cover[style*="background-color"] { background-color: rgba(2,31,41,.30) !important; background-image: linear-gradient(0deg,rgba(2,31,41,.82) 0%,rgba(2,31,41,.24) 100%) !important; }
  .mh-profile-photo .el-image, .mh-detail-image .el-image { aspect-ratio: 16 / 11; object-position: center 22%; }
  .mh-site-footer, .mh-site-footer .uk-text-left, .mh-site-footer .uk-text-left\@s, .mh-site-footer .uk-text-left\@m { text-align: center !important; }
  .mh-site-footer .mh-footer-logo img { margin-inline: auto; object-position: center; }
  .mh-site-footer .mh-footer-lead { margin-inline: auto; }
  .mh-footer-nav a { justify-content: center; }
  .mh-map__canvas { min-width: 820px; }
  .mh-map__panel { grid-template-columns: 1fr; }
  .mh-map__panel-number { width: 56px; height: 56px; }
  .mh-map__list { grid-template-columns: 1fr; }
  .mh-map__panel-actions .uk-button { width: 100%; }
  .mh-eyebrow .el-content::before, .mh-eyebrow::before { width: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .mh-card-grid .el-item, .mh-event-grid .el-item, .mh-winery-grid .el-item, .mh-stay-grid .el-item,
  .mh-news-grid .el-item, .mh-overview .el-item, .mh-map__pin, .mh-photo-gallery .el-image { transition: none !important; }
}
