/* =========================================
   HORAL HOMEPAGE – ALPINE LUXURY (Emersion-safe)
   HERO: left corner / lower / more transparent
========================================= */

/* ================================
   HOMEPAGE FIX: schovat motiv + Pop-up
================================== */
.wl-max.pos-r > img,
.wl-max.pos-r picture{ display:none !important; }

.wl-max.pos-r{
  height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
}

/* ================================
   Global baseline (only inside .hh-home)
================================== */
.hh-home,
.hh-home *{
  box-sizing:border-box;
}

.hh-home{
  background:#F6F4EF; /* warm beige */
  color:#0f1511;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.hh-home a{ color:inherit; }

/* container */
.hh-home .hh-wrap{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}

/* ================================
   HERO
================================ */
.hh-home .hh-hero{
  position:relative;
  overflow:hidden;
  border-radius:0;
  box-shadow:none;
  background:#0f1511;
}

.hh-home .hh-hero img{
  width:100%;
  height:clamp(560px, 78vh, 900px);
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}

/* jemné ztmavení fotky (žádný šedý závoj) */
.hh-home .hh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(
    90deg,
    rgba(10,14,12,.45) 0%,
    rgba(10,14,12,.25) 40%,
    rgba(10,14,12,.10) 100%
  );
}

/* hero content wrapper: vlevo + níž */
.hh-home .hh-hero__content{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  justify-content:flex-start; /* úplně vlevo */
  align-items:flex-end;       /* níž */
  padding-bottom:8vh;
  padding-left:0;
}

/* =========================================
   HERO PANEL (left corner / lower / lighter)
========================================= */
.hh-home .hh-hero__box{
  background: rgba(10,14,12,0.62); /* více transparentní */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 28px 28px 0;

  padding: clamp(32px, 4vw, 54px);
  max-width: 720px;

  margin-left:0;
  margin-right:auto;

  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  color:#fff;
}

/* typografie v heru */
.hh-home .hh-hero__kicker{
  display:inline-flex;
  align-items:center;
  padding:.45rem .9rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background: rgba(255,255,255,.08);
  font-size:.95rem;
  color:#fff;
}

.hh-home .hh-hero__title{
  margin:.95rem 0 1.15rem 0;
  line-height:1.02;
  font-size: clamp(2.1rem, 4.8vw, 3.65rem);
  letter-spacing:-.02em;
  color:#fff;
  text-shadow: 0 14px 34px rgba(0,0,0,.25);
}

.hh-home .hh-hero__sub{
  margin:0 0 .75rem 0;
  color: rgba(255,255,255,.90);
  font-size: 1.05rem;
  max-width: 60ch;
  line-height:1.6;
}

.hh-home .hh-hero__sub--strong{
  font-size: 1.08rem;
  color: rgba(255,255,255,.96);
}

/* CTA */
.hh-home .hh-hero__cta{
  margin-top: 1.2rem;
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
  align-items:center;
}

/* CTA buttons (nezávislé na Emersion .button) */
.hh-home .hh-ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .95rem 1.15rem;
  font-weight:600;
  border-radius:999px;
  text-decoration:none;
  line-height:1;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hh-home .hh-ctaBtn--primary{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

.hh-home .hh-ctaBtn--outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

.hh-home .hh-ctaBtn:hover{ transform: translateY(-1px); }

.hh-home .hh-trust{
  margin-top: 16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.hh-home .hh-pill{
  display:inline-flex;
  padding: .35rem .65rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-size:.9rem;
}

/* ================================
   Buttons / Links
================================ */
.hh-home .hh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.9rem 1.05rem;
  border-radius:14px;
  text-decoration:none;
  font-weight:600;
  line-height:1;
  border:1px solid rgba(15,21,17,.18);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hh-home .hh-btn--dark{
  background:#0f1511;
  color:#fff;
  border-color:#0f1511;
}

.hh-home .hh-btn:hover{ transform: translateY(-1px); }

.hh-home .hh-link{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgba(15,21,17,.85);
  font-weight:600;
}

/* ================================
   Manifest
================================ */
.hh-home .hh-manifest{
  background:#F6F4EF;
}

.hh-home .hh-manifest__inner{
  padding-top: clamp(56px, 6vw, 92px);
  padding-bottom: clamp(46px, 5vw, 80px);
  max-width: 980px;
}

.hh-home .hh-manifest__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.8rem;
  color: rgba(15,21,17,.55);
  margin-bottom: 14px;
}

.hh-home .hh-manifest__title{
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin:0 0 18px 0;
  line-height:1.15;
}

.hh-home .hh-manifest__copy p{
  margin: 0 0 10px 0;
  color: rgba(15,21,17,.75);
  line-height:1.75;
  font-size: 1.05rem;
}

.hh-home .hh-manifest__em{
  color:#0f1511;
  font-weight:600;
}

.hh-home .hh-manifest__actions{
  margin-top: 18px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

/* ================================
   Ritual (Ceremoniály)
================================ */
.hh-home .hh-ritual{
  background:#fff;
  border-top:1px solid rgba(15,21,17,.08);
  border-bottom:1px solid rgba(15,21,17,.08);
}

.hh-home .hh-ritual .hh-wrap{
  padding-top: clamp(60px, 6vw, 110px);
  padding-bottom: clamp(60px, 6vw, 110px);
}

.hh-home .hh-ritual__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 3vw, 44px);
  align-items:center;
}

.hh-home .hh-ritual__media img{
  width:100%;
  height: clamp(380px, 44vw, 560px);
  object-fit:cover;
  border-radius: 22px;
  display:block;
}

.hh-home .hh-ritual__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.8rem;
  color: rgba(15,21,17,.55);
  margin-bottom: 12px;
}

.hh-home .hh-ritual__title{
  margin:0 0 14px 0;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height:1.18;
}

.hh-home .hh-ritual__text{
  margin:0 0 18px 0;
  color: rgba(15,21,17,.72);
  line-height:1.75;
  font-size: 1.05rem;
  max-width: 62ch;
}

.hh-home .hh-ritual__facts{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 20px 0;
}

.hh-home .hh-ritual__fact{
  padding: 12px 14px;
  border:1px solid rgba(15,21,17,.10);
  border-radius: 16px;
  background: rgba(246,244,239,.55);
}

.hh-home .hh-ritual__fact strong{
  display:block;
  font-size: 1rem;
  margin-bottom: 2px;
}

.hh-home .hh-ritual__fact span{
  display:block;
  color: rgba(15,21,17,.68);
}

.hh-home .hh-ritual__actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

/* ================================
   OBSAH – 3 pilíře (cards)
================================ */
.hh-home .hh{
  background:#F6F4EF;
}

.hh-home .hh-section{
  padding: clamp(56px, 6vw, 100px) 0;
}

.hh-home .hh-section-title{
  margin:0 0 8px 0;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height:1.15;
}

.hh-home .hh-section-sub{
  margin:0 0 24px 0;
  color: rgba(15,21,17,.70);
  line-height:1.7;
  max-width: 68ch;
}

/* cards in split */
.hh-home .hh-card{
  background:#fff;
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(15,21,17,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
}

.hh-home .hh-card img{
  width:100%;
  height: 240px;
  object-fit:cover;
  display:block;
}

.hh-home .hh-card__body{
  padding: 18px 18px 20px;
}

.hh-home .hh-card__kicker{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
  color: rgba(15,21,17,.55);
  margin-bottom: 10px;
}

.hh-home .hh-card h3{
  margin:0 0 10px 0;
  font-size:1.25rem;
  line-height:1.2;
}

.hh-home .hh-card p{
  margin:0 0 14px 0;
  color: rgba(15,21,17,.70);
  line-height:1.65;
}

.hh-home .hh-card__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* =========================================
   WELLNESS POBYTY – OFFERS (existing, Emersion-safe)
========================================= */
.hh-offers,
.hh-home .hh-offers *{
  box-sizing: border-box !important;
}

.hh-home .hh-offers{
  background:#fff;
  border-top:1px solid rgba(15,21,17,.08);
}

.hh-home .hh-offers .hh-wrap{
  padding-top: clamp(60px, 6vw, 110px);
  padding-bottom: clamp(60px, 6vw, 110px);
}

/* head */
.hh-home .hh-offers__head{
  max-width: 760px;
  margin: 0 0 clamp(26px, 3vw, 52px) 0;
}
.hh-home .hh-offers__kicker{
  font-size:.78rem;
  letter-spacing:.18em;
  color:rgba(15,21,17,.55);
  margin-bottom:.8rem;
}
.hh-home .hh-offers__title{
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin:0 0 1rem 0;
  line-height:1.15;
  letter-spacing:-.01em;
}
.hh-home .hh-offers__lead{
  margin:0;
  color:rgba(15,21,17,.70);
  font-size:1.05rem;
  line-height:1.7;
}

/* layout: featured + stack */
.hh-home .hh-offers__layout{
  display:flex !important;
  flex-wrap:wrap !important;
  gap: clamp(18px, 2.2vw, 36px) !important;
  align-items: stretch !important;
  justify-content:flex-start !important;
}

.hh-home .hh-offers__col{
  float:none !important;
  width:auto !important;
  min-width:0 !important;
}

/* featured column ~ 2/3 */
.hh-home .hh-offers__col--featured{
  flex: 0 0 calc(66.666% - clamp(18px, 2.2vw, 36px)) !important;
  max-width: calc(66.666% - clamp(18px, 2.2vw, 36px)) !important;
}

/* stack column ~ 1/3 */
.hh-home .hh-offers__col--stack{
  flex: 1 1 320px !important;
  max-width: 520px !important;
}

/* cards */
.hh-home .hh-offerCard{
  background:#fff !important;
  border-radius:22px !important;
  overflow:hidden !important;
  border:1px solid rgba(15,21,17,.10) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.08) !important;

  display:flex !important;
  flex-direction:column !important;
  width:100% !important;
  min-width:0 !important;
}

/* NUCLEAR inside card – avoid absolute overlays from global css */
.hh-home .hh-offerCard *{
  position: static !important;
  float:none !important;
  transform:none !important;
}

/* media */
.hh-home .hh-offerCard__media img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

/* heights */
.hh-home .hh-offerCard--featured .hh-offerCard__media img{
  height: 420px !important;
}
.hh-home .hh-offerCard--compact .hh-offerCard__media img{
  height: 210px !important;
}

/* body */
.hh-home .hh-offerCard__body{
  padding: 22px !important;
  display:flex !important;
  flex-direction:column !important;
  gap: 12px !important;
  background:#fff !important;
}

.hh-home .hh-offerCard__tag{
  align-self:flex-start !important;
  font-size:.78rem !important;
  letter-spacing:.08em !important;
  color: rgba(255,255,255,.88) !important;
  background: rgba(15,21,17,.86) !important;
  padding: .4rem .6rem !important;
  border-radius: 12px !important;
}

.hh-home .hh-offerCard__title{
  margin:0 !important;
  font-size:1.35rem !important;
  line-height:1.2 !important;
  letter-spacing:-.01em !important;
}

.hh-home .hh-offerCard__text{
  margin:0 !important;
  color:rgba(15,21,17,.65) !important;
  line-height:1.6 !important;
}

.hh-home .hh-offerCard__meta{
  display:flex !important;
  gap:.5rem !important;
  align-items:center !important;
  color:rgba(15,21,17,.55) !important;
  font-size:.95rem !important;
}

.hh-home .hh-offerCard__price{
  font-weight:600 !important;
  color:#0f1511 !important;
}

.hh-home .hh-offerCard__dot{
  color: rgba(15,21,17,.35) !important;
}

.hh-home .hh-offerCard__actions{
  margin-top: 4px !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap: 10px !important;
  align-items:center !important;
}

/* CTA: primary button only on featured, compact uses text link */
.hh-home .hh-offerCard__actions .hh-btn{
  width:auto !important;
  max-width:100% !important;
  align-self:flex-start !important;
  border-radius:12px !important; /* méně zaoblené */
}

.hh-home .hh-offerCard__link{
  color: rgba(15,21,17,.85) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight:600 !important;
}

/* tablet */
@media (max-width: 1100px){
  .hh-home .hh-offers__col--featured,
  .hh-home .hh-offers__col--stack{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .hh-home .hh-offerCard--featured .hh-offerCard__media img{
    height: 360px !important;
  }
}

/* mobile */
@media (max-width: 720px){
  .hh-home .hh-offers__layout{
    gap: 16px !important;
  }
  .hh-home .hh-offerCard--featured .hh-offerCard__media img{
    height: 260px !important;
  }
  .hh-home .hh-offerCard--compact .hh-offerCard__media img{
    height: 200px !important;
  }
}

/* =========================================
   HERO MOBILE FIX – fotka nahoře, panel pod ní
========================================= */
@media (max-width: 768px){

  /* zrušíme overlay režim */
  .hh-home .hh-hero{
    display:block;
  }

  .hh-home .hh-hero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  /* panel už není přes fotku */
  .hh-home .hh-hero__box{
    position:relative !important;
    transform:none !important;
    margin:0 !important;

    border-radius:22px !important;
    max-width:100% !important;

    background:#0f1511 !important; /* pevné pozadí místo skla */
    backdrop-filter:none !important;

    margin: -30px 16px 0 16px !important; /* lehké překrytí elegantně */
    padding: 26px 22px !important;
  }

  /* upravíme výšku obrázku */
  .hh-home .hh-hero img{
    height: 420px !important;
  }

}

/* =========================================
   HERO – méně zaoblená tlačítka
========================================= */
.hh-home .hh-hero .hh-ctaBtn{
  border-radius: 12px !important;   /* místo 999px */
}

.hh-home .hh-hero .hh-ctaBtn--outline{
  border-radius: 12px !important;
}

/* =========================================
   PATCH: spacing mezi mini kartami ve stacku
========================================= */
.hh-home .hh-offers__col--stack .hh-offerCard--compact + .hh-offerCard--compact{
  margin-top:16px !important;
}
/* =========================================
   SPLITS (editorial sequence) – calm luxury
========================================= */
.hh-home .hh-splits{
  background:#F6F4EF;
  border-top:1px solid rgba(15,21,17,.08);
}

.hh-home .hh-splits .hh-section{
  padding: clamp(52px, 5.6vw, 96px) 0;
}

.hh-home .hh-split--pair{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(18px, 3vw, 46px);
  align-items:center;
}

.hh-home .hh-split--reverse .hh-split__media{ order:2; }
.hh-home .hh-split--reverse .hh-split__content{ order:1; }

.hh-home .hh-imgCard{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(15,21,17,.10);
  box-shadow: 0 20px 50px rgba(0,0,0,.07);
  background:#fff;
}

.hh-home .hh-imgCard img{
  width:100%;
  height: clamp(360px, 40vw, 520px);
  object-fit:cover;
  display:block;
}

.hh-home .hh-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  gap:10px;
  align-items:baseline;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(10,14,12,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color:#fff;
}

.hh-home .hh-badge strong{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.78rem;
  white-space:nowrap;
}

.hh-home .hh-badge span{
  color: rgba(255,255,255,.86);
  font-size:.95rem;
  white-space:nowrap;
}

.hh-home .hh-kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color: rgba(15,21,17,.55);
  margin-bottom: 10px;
}

.hh-home .hh-h2{
  margin:0 0 12px 0;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  line-height:1.15;
  letter-spacing:-.01em;
}

.hh-home .hh-p{
  margin:0 0 16px 0;
  color: rgba(15,21,17,.70);
  line-height:1.75;
  font-size:1.05rem;
  max-width: 62ch;
}

.hh-home .hh-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.hh-home .hh-note{
  margin-top:12px;
  color: rgba(15,21,17,.60);
  font-size:.98rem;
  line-height:1.6;
  max-width: 62ch;
}

@media (max-width: 900px){
  .hh-home .hh-split--pair{
    grid-template-columns: 1fr;
  }
  .hh-home .hh-split--reverse .hh-split__media{ order:0; }
  .hh-home .hh-imgCard img{
    height: 320px;
  }
  .hh-home .hh-badge span{ display:none; } /* mobile clean */
}
/* =========================================
   FIX 1: HERO box left-bottom on desktop
   (wl-xl in hero was centering the content)
========================================= */
.hh-home .hh-hero__content .wl-xl{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.hh-home .hh-hero__content{
  justify-content:flex-start !important;
  align-items:flex-end !important;
  padding-left: clamp(16px, 3vw, 48px) !important;
  padding-bottom: clamp(18px, 6vh, 72px) !important;
}

.hh-home .hh-hero__box{
  margin:0 !important;
  margin-right:auto !important;
  border-radius: 0 28px 28px 0 !important; /* levý spodní roh vibe */
}

/* Mobile: panel pod fotkou (ponecháme, jen jistota) */
@media (max-width: 768px){
  .hh-home .hh-hero__content{
    padding-left:0 !important;
    padding-bottom:0 !important;
  }
}
/* =========================================
   SPLIT – left side alignment + luxury rhythm
   (put at the very end of CSS)
========================================= */

/* 1) Split vždy v kontejneru a s bezpečným paddingem */
.hh-home .hh-section .hh-split{
  max-width:1240px !important;
  margin:0 auto !important;
  padding: 0 clamp(16px, 3vw, 48px) !important;
}

/* 2) Vyvážení poměru text vs foto (aby text nebyl “mimo” a foto nepůsobilo přilepeně) */
.hh-home .hh-split--pair{
  grid-template-columns: minmax(380px, 0.95fr) minmax(520px, 1.05fr) !important;
  gap: clamp(22px, 3.6vw, 64px) !important;
  align-items:center !important;
}

/* reverse: nic neměníme v pořadí, jen držíme rytmus */
.hh-home .hh-split--reverse{
  grid-template-columns: minmax(520px, 1.05fr) minmax(380px, 0.95fr) !important;
}

/* 3) Textový sloupec: vnitřní “editorial” padding, aby to působilo jako Forsthofgut */
.hh-home .hh-split__content{
  padding-left: clamp(6px, 1.2vw, 22px) !important;
  padding-right: clamp(6px, 1.2vw, 22px) !important;
  max-width: 560px !important;   /* aby text nebyl moc široký */
}

/* reverse: u obráceného splitu posuneme padding opačně */
.hh-home .hh-split--reverse .hh-split__content{
  padding-left: 0 !important;
  padding-right: clamp(6px, 1.2vw, 22px) !important;
}

/* 4) Kicker a nadpis trochu srovnat (opticky “do bloku”) */
.hh-home .hh-kicker{
  margin-bottom: 12px !important;
}
.hh-home .hh-h2{
  margin-bottom: 14px !important;
}

/* 5) Mobile: všechno pod sebe, ať je text pěkně v kontejneru */
@media (max-width: 900px){
  .hh-home .hh-split--pair,
  .hh-home .hh-split--reverse{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .hh-home .hh-split__content{
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* =========================================
   C) PRESS & AUTORITA – Trust block (statement)
========================================= */
.hh-home .hh-press{
  background:#fff;
  border-top:1px solid rgba(15,21,17,.08);
  border-bottom:1px solid rgba(15,21,17,.08);
}

.hh-home .hh-press .hh-wrap{
  padding-top: clamp(60px, 6vw, 110px);
  padding-bottom: clamp(60px, 6vw, 110px);
}

.hh-home .hh-press__head{
  max-width: 860px;
  margin: 0 0 24px 0;
}

.hh-home .hh-press__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color: rgba(15,21,17,.55);
  margin-bottom: 10px;
}

.hh-home .hh-press__title{
  margin:0 0 10px 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height:1.12;
  letter-spacing:-.01em;
}

.hh-home .hh-press__sub{
  margin:0;
  color: rgba(15,21,17,.70);
  line-height:1.7;
  font-size: 1.05rem;
  max-width: 70ch;
}

.hh-home .hh-press__grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 14px;
  align-items:stretch;
}

.hh-home .hh-pressCard{
  display:block;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
}

.hh-home .hh-pressCard__label{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.72rem;
  color: rgba(15,21,17,.55);
  margin-bottom:10px;
}

.hh-home .hh-pressCard__title{
  font-size: 1.15rem;
  line-height:1.25;
  margin:0 0 8px 0;
  font-weight:700;
}

.hh-home .hh-pressCard__meta{
  color: rgba(15,21,17,.68);
  font-weight:600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hh-home .hh-pressCard--rating .hh-pressCard__meta{
  text-decoration:none;
  color: rgba(15,21,17,.62);
}

.hh-home .hh-pressCard__rating{
  display:flex;
  align-items:baseline;
  gap:10px;
}

.hh-home .hh-pressCard__score{
  font-size: 2.1rem;
  font-weight:800;
  letter-spacing:-.02em;
}

.hh-home .hh-pressCard__stars{
  font-size: 1.1rem;
  opacity:.9;
}

.hh-home .hh-pressQuote{
  background: rgba(246,244,239,.55);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
  position:relative;
}

.hh-home .hh-pressQuote__mark{
  position:absolute;
  top:10px;
  left:14px;
  font-size: 2.2rem;
  opacity:.35;
  line-height:1;
}

.hh-home .hh-pressQuote__text{
  margin: 14px 0 12px 0;
  color: rgba(15,21,17,.78);
  line-height:1.75;
  font-size: 1.02rem;
}

.hh-home .hh-pressQuote__meta{
  color: rgba(15,21,17,.55);
  font-weight:600;
  font-size:.95rem;
}

.hh-home .hh-press__actions{
  margin-top: 18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

@media (max-width: 980px){
  .hh-home .hh-press__grid{
    grid-template-columns: 1fr;
  }
}
/* =========================================
   PRESS – statement layout (strong version)
========================================= */

.hh-home .hh-press__top{
  display:grid;
  grid-template-columns: 1.4fr .9fr;
  gap:18px;
  margin-top:28px;
}

.hh-home .hh-pressCard{
  background:#fff;
  border:1px solid rgba(15,21,17,.10);
  border-radius:20px;
  padding:22px;
  box-shadow:0 20px 50px rgba(0,0,0,.06);
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hh-home .hh-pressCard--big .hh-pressCard__title{
  font-size:1.35rem;
  font-weight:700;
}

.hh-home .hh-pressCard--rating{
  text-align:center;
}

.hh-home .hh-pressCard__score{
  font-size:3rem;
  font-weight:800;
  line-height:1;
  margin:6px 0;
}

.hh-home .hh-pressCard__stars{
  font-size:1.1rem;
  margin-bottom:8px;
}

.hh-home .hh-pressQuote{
  margin-top:22px;
  background:rgba(246,244,239,.6);
  border:1px solid rgba(15,21,17,.10);
  border-radius:20px;
  padding:22px;
  position:relative;
}

.hh-home .hh-pressQuote__mark{
  position:absolute;
  top:8px;
  left:14px;
  font-size:2.2rem;
  opacity:.3;
}

.hh-home .hh-pressQuote__text{
  margin:16px 0 12px 0;
  font-size:1.05rem;
  line-height:1.75;
  color:rgba(15,21,17,.78);
}

.hh-home .hh-pressQuote__meta{
  font-size:.95rem;
  color:rgba(15,21,17,.55);
  font-weight:600;
}

@media (max-width: 900px){
  .hh-home .hh-press__top{
    grid-template-columns:1fr;
  }
}
/* =========================================
   PRESS – polish to true luxury statement
========================================= */

/* 1) top row as real cards */
.hh-home .hh-press__top{
  display:grid !important;
  grid-template-columns: 1.15fr .85fr !important;
  gap: 16px !important;
  align-items: stretch !important;
  margin-top: 26px !important;
}

/* 2) unify card look */
.hh-home .hh-pressCard{
  border:1px solid rgba(15,21,17,.10) !important;
  border-radius:18px !important;
  background:#fff !important;
  padding: 22px !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.06) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  min-height: 170px !important;
}

/* 3) Seznam card: make headline visible (not just a link) */
.hh-home .hh-pressCard--big .hh-pressCard__title{
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
  margin: 2px 0 0 0 !important;
}
.hh-home .hh-pressCard--big .hh-pressCard__meta{
  margin-top: 10px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* 4) Google card: everything centered and coherent */
.hh-home .hh-pressCard--rating{
  text-align:center !important;
}
.hh-home .hh-pressCard--rating .hh-pressCard__score{
  font-size: 3.15rem !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
  line-height: 1 !important;
  margin: 4px 0 6px 0 !important;
}
.hh-home .hh-pressCard--rating .hh-pressCard__stars{
  font-size: 1.05rem !important;
  letter-spacing: .06em !important;
  opacity: .9 !important;
  margin-bottom: 8px !important;
}

/* 5) Quote card – keep, but a touch more premium */
.hh-home .hh-pressQuote{
  margin-top: 18px !important;
  border-radius:18px !important;
  padding: 22px !important;
}

/* mobile */
@media (max-width: 900px){
  .hh-home .hh-press__top{
    grid-template-columns: 1fr !important;
  }
  .hh-home .hh-pressCard{
    min-height: auto !important;
  }
}
.hh-home .hh-press__top{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:16px;
  align-items:stretch;
  margin-top:26px;
}

.hh-home .hh-pressCard{
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  background:#fff;
  padding:22px;
  box-shadow:0 18px 44px rgba(0,0,0,.06);
  text-decoration:none;
  color:inherit;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:170px;
}

.hh-home .hh-pressCard__label{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.72rem;
  color: rgba(15,21,17,.55);
}

.hh-home .hh-pressCard--big .hh-pressCard__title{
  font-size:1.25rem;
  line-height:1.2;
  font-weight:750;
  margin-top:2px;
}

.hh-home .hh-pressCard--rating{
  text-align:center;
}

.hh-home .hh-pressCard--rating .hh-pressCard__score{
  font-size:3.15rem;
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1;
  margin:4px 0 6px;
}

.hh-home .hh-pressCard--rating .hh-pressCard__stars{
  font-size:1.05rem;
  letter-spacing:.06em;
  opacity:.9;
  margin-bottom:8px;
}

@media (max-width: 900px){
  .hh-home .hh-press__top{ grid-template-columns:1fr; }
  .hh-home .hh-pressCard{ min-height:auto; }
}
/* =========================================
   PRESS – HARD FIX (Emersion override safe)
========================================= */

#press-a-autorita .hh-press__top{
  display:grid !important;
  grid-template-columns: 1.15fr .85fr !important;
  gap:18px !important;
  margin-top:28px !important;
}

#press-a-autorita .hh-pressCard{
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;

  background:#ffffff !important;
  border:1px solid rgba(15,21,17,.10) !important;
  border-radius:18px !important;
  padding:24px !important;
  min-height:180px !important;

  box-shadow:0 18px 44px rgba(0,0,0,.06) !important;
  text-decoration:none !important;
  color:#0f1511 !important;
}

#press-a-autorita .hh-pressCard__label{
  font-size:.72rem !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:rgba(15,21,17,.55) !important;
}

#press-a-autorita .hh-pressCard--big .hh-pressCard__title{
  font-size:1.25rem !important;
  font-weight:750 !important;
  margin-top:4px !important;
}

#press-a-autorita .hh-pressCard--rating{
  text-align:center !important;
}

#press-a-autorita .hh-pressCard__score{
  font-size:3.2rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  margin:8px 0 6px 0 !important;
}

#press-a-autorita .hh-pressCard__stars{
  font-size:1.05rem !important;
  letter-spacing:.08em !important;
  margin-bottom:8px !important;
}

@media (max-width:900px){
  #press-a-autorita .hh-press__top{
    grid-template-columns:1fr !important;
  }
}
/* =========================================
   PRESS FINAL – Emersion stable version
========================================= */

#press-a-autorita .hh-press__top{
  display:grid !important;
  grid-template-columns: 1.15fr .85fr !important;
  gap:18px !important;
  margin-top:28px !important;
}

#press-a-autorita .hh-pressCard{
  background:#ffffff !important;
  border:1px solid rgba(15,21,17,.10) !important;
  border-radius:18px !important;
  padding:24px !important;
  min-height:180px !important;

  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;

  box-shadow:0 18px 44px rgba(0,0,0,.06) !important;
}

#press-a-autorita .hh-pressCard__label{
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(15,21,17,.55);
  margin-bottom:6px;
}

#press-a-autorita .hh-pressCard__title{
  font-size:1.25rem;
  font-weight:750;
}

#press-a-autorita .hh-pressCard--rating{
  text-align:center;
}

#press-a-autorita .hh-pressCard__score{
  font-size:3.2rem;
  font-weight:900;
  margin:8px 0 4px;
}

#press-a-autorita .hh-pressCard__stars{
  font-size:1rem;
  letter-spacing:.08em;
  margin-bottom:6px;
}

#press-a-autorita .hh-pressCard__meta{
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:600;
  color:#0f1511;
}

@media (max-width:900px){
  #press-a-autorita .hh-press__top{
    grid-template-columns:1fr !important;
  }
}
#press-a-autorita .hh-pressCard__title{ margin-bottom:10px !important; }
#press-a-autorita .hh-pressCard__meta{ margin-top:12px !important; display:inline-block !important; }
#press-a-autorita .hh-pressCard__stars{ margin-bottom:2px !important; }
#press-a-autorita .hh-pressCard__meta{ margin-top:6px !important; }
#press-a-autorita .hh-pressQuote{
  padding:26px 28px !important;
}
#press-a-autorita .hh-pressQuote__text{
  line-height:1.85 !important;
}
#press-a-autorita .hh-pressQuote__mark{
  margin-left:2px !important;
  opacity:.55 !important;
}
/* UBYTOVÁNÍ – TOP 2 kategorie (viditelné v hero) */
.hh-stay .hh-topCats{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
  max-width: 640px;
}

.hh-stay .hh-topCats__item{
  display:block;
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hh-stay .hh-topCats__item:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.22);
}

.hh-stay .hh-topCats__item--dark{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
}

.hh-stay .hh-topCats__kicker{
  display:block;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 6px;
}

.hh-stay .hh-topCats__title{
  display:block;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 6px;
  color:#fff;
}

.hh-stay .hh-topCats__meta{
  display:block;
  font-size: .95rem;
  color: rgba(255,255,255,.85);
  line-height: 1.35;
}

@media (max-width: 768px){
  .hh-stay .hh-topCats{
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
/* === PATCH: UBYTOVÁNÍ – sjednocení s HOMEPAGE hero + full-bleed béžová === */

/* Béžová do rohů a pryč s bílými pláty */
.hh-stay{ background:#F6F4EF !important; }
.hh-stay .hh-section--white{ background:transparent !important; border:0 !important; }
.hh-stay .hh-divider{ background: rgba(15,21,17,.10) !important; }

/* Použijeme homepage buttony (pokud existují), jinak je „nezničíme“ */
.hh-stay .hh-btn{ display:none !important; } /* aby nezůstaly dvojí styly */

/* HERO – vynutit full width i když globální CSS něco přepisuje */
.hh-stay .hh-hero.hh-hero--full{
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
.hh-stay .hh-hero.hh-hero--full > img{
  width: 100% !important;
  height: clamp(520px, 72vh, 860px) !important;
  object-fit: cover !important;
  display: block !important;
}
.hh-stay .hh-hero.hh-hero--full::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg,
    rgba(10,14,12,.62) 0%,
    rgba(10,14,12,.32) 48%,
    rgba(10,14,12,.10) 100%
  );
  z-index:1;
}

/* HERO content box – stejné chování jako na úvodu */
.hh-stay .hh-hero__content{ position:absolute !important; inset:0 !important; z-index:2 !important; }
.hh-stay .hh-hero__box{
  max-width: 720px !important;
  margin-top: 0 !important;
}

/* Anchor nav – jemnější, aby nerušil */
.hh-stay .hh-nav{
  background: rgba(246,244,239,.88) !important;
  border-bottom: 1px solid rgba(15,21,17,.10) !important;
}

/* Atmosféra – místo karet uděláme editorial split */
.hh-stay .hh-editorial{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-top: 22px;
  align-items: stretch;
}
.hh-stay .hh-editorial__img{
  border-radius: 24px;
  overflow:hidden;
  border:1px solid rgba(15,21,17,.10);
  box-shadow: 0 22px 52px rgba(0,0,0,.08);
}
.hh-stay .hh-editorial__img img{
  width:100%;
  height: 460px;
  object-fit: cover;
  display:block;
}
.hh-stay .hh-editorial__panel{
  background:#fff;
  border-radius: 24px;
  border:1px solid rgba(15,21,17,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
  padding: 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hh-stay .hh-mini{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}
.hh-stay .hh-miniCard{
  background: rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius: 18px;
  padding: 14px;
}

/* Rooms – ať nejsou vizuálně stejné jako atmosféra */
.hh-stay .hh-room{
  border-radius: 24px !important;
}
.hh-stay .hh-room img{
  height: 250px !important;
}

/* Responsive */
@media (max-width: 980px){
  .hh-stay .hh-editorial{ grid-template-columns:1fr; }
  .hh-stay .hh-editorial__img img{ height: 360px; }
}
.hh-noticeSection{
  padding:20px 20px 0;
  background:#F6F4EF;
}

.hh-noticeCard{
  max-width:1240px;
  margin:0 auto;
  padding:24px 26px;
  background:#F8F4EC;
  border:1px solid rgba(160,125,78,.18);
  border-radius:22px;
  box-shadow:0 12px 34px rgba(24,19,14,.05);
}

.hh-noticeCard__top{
  margin-bottom:12px;
}

.hh-noticeCard__pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#EFE4D1;
  color:#8B6B3F;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hh-noticeCard__title{
  margin:0 0 16px;
  font-size:26px;
  line-height:1.2;
  color:#171411;
}

.hh-noticeCard__items{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.hh-noticeCard__item{
  padding:16px 18px;
  background:rgba(255,255,255,.42);
  border:1px solid rgba(160,125,78,.12);
  border-radius:16px;
}

.hh-noticeCard__item strong{
  display:block;
  margin-bottom:4px;
  color:#171411;
  font-size:16px;
}

.hh-noticeCard__item span{
  display:block;
  color:#3A332B;
  font-size:15px;
  line-height:1.6;
}

.hh-noticeCard__foot{
  margin:14px 0 0;
  color:#5C5348;
  font-size:14px;
  line-height:1.6;
}

@media (max-width: 768px){
  .hh-noticeSection{
    padding:14px 14px 0;
  }

  .hh-noticeCard{
    padding:18px 16px;
    border-radius:18px;
  }

  .hh-noticeCard__title{
    font-size:21px;
  }

  .hh-noticeCard__items{
    grid-template-columns:1fr;
  }
}

/* HORAL / Holiday notice */
.hh-holidayNotice {
  background: #F6F4EF;
  padding: 34px 20px;
}

.hh-holidayNotice__inner {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(70, 58, 45, .12);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(35, 28, 22, .06);
}

.hh-holidayNotice__kicker {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8A735C;
  margin-bottom: 10px;
}

.hh-holidayNotice__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 500;
  color: #2F2923;
}

.hh-holidayNotice__text,
.hh-holidayNotice__note {
  max-width: 760px;
  color: #5E544A;
  line-height: 1.65;
  margin: 0 0 22px;
}

.hh-holidayNotice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 22px;
}

.hh-holidayNotice__item {
  background: #F6F4EF;
  border-radius: 18px;
  padding: 18px;
  min-height: 105px;
}

.hh-holidayNotice__item span {
  display: block;
  font-size: 13px;
  color: #8A735C;
  margin-bottom: 8px;
}

.hh-holidayNotice__item strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #2F2923;
}

.hh-holidayNotice__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hh-holidayNotice .hh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  background: #2F2923;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.hh-holidayNotice .hh-btn--ghost {
  background: transparent;
  color: #2F2923;
  border: 1px solid rgba(47, 41, 35, .22);
}

@media (max-width: 900px) {
  .hh-holidayNotice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hh-holidayNotice {
    padding: 22px 14px;
  }

  .hh-holidayNotice__inner {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .hh-holidayNotice__grid {
    grid-template-columns: 1fr;
  }

  .hh-holidayNotice__cta {
    flex-direction: column;
  }

  .hh-holidayNotice .hh-btn {
    width: 100%;
  }
}
/* HORAL / TOP NOTICE */
.hh-topNotice{
  position:relative;
  width:100%;
  background:linear-gradient(90deg,#183028 0%,#223d34 100%);
  color:#F6F4EF;
  border-bottom:1px solid rgba(255,255,255,.08);
  z-index:50;
}

.hh-topNotice--info{
  background:
    linear-gradient(90deg,
      rgba(24,48,40,.98) 0%,
      rgba(34,61,52,.98) 100%);
}

.hh-topNotice__inner{
  max-width:1280px;
  margin:0 auto;
  padding:12px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  text-align:center;
}

.hh-topNotice__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}

.hh-topNotice__text{
  margin:0;
  font-size:.95rem;
  line-height:1.5;
  color:rgba(246,244,239,.92);
}

.hh-topNotice__text strong{
  color:#fff;
  font-weight:700;
}

.hh-topNotice__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  text-decoration:none;
  font-size:.82rem;
  font-weight:600;
  transition:.25s ease;
  white-space:nowrap;
}

.hh-topNotice__link:hover{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.22);
  transform:translateY(-1px);
}

@media (max-width:768px){

  .hh-topNotice__inner{
    padding:14px 18px;
    gap:12px;
  }

  .hh-topNotice__text{
    font-size:.9rem;
  }

  .hh-topNotice__link{
    width:100%;
  }
}
/* =========================================
   DVA SVĚTY. JEDEN VSTUP. – homepage strip
========================================= */

.hh-home .hh-summerStrip,
.hh-summerStrip{
  width:100% !important;
  background:#F6F4EF !important;
  margin:120px 0 110px !important;
  padding:0 40px !important;
  box-sizing:border-box !important;
}

.hh-home .hh-summerStrip-inner,
.hh-home .hh-summerStrip__inner,
.hh-summerStrip-inner,
.hh-summerStrip__inner{
  max-width:1400px !important;
  margin:0 auto !important;
  padding:30px 42px !important;

  display:grid !important;
  grid-template-columns:240px 300px 1fr auto !important;
  align-items:center !important;
  gap:34px !important;

  background:#fff !important;
  border:1px solid #e6e1da !important;
  border-radius:28px !important;
  box-shadow:0 16px 42px rgba(0,0,0,.045) !important;
}

.hh-home .hh-summerStrip-label,
.hh-home .hh-summerStrip__label,
.hh-summerStrip-label,
.hh-summerStrip__label{
  font-size:12px !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:#8b8f93 !important;
  white-space:nowrap !important;
}

.hh-home .hh-summerStrip-title,
.hh-home .hh-summerStrip__title,
.hh-summerStrip-title,
.hh-summerStrip__title{
  font-size:22px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  color:#0f1511 !important;
  white-space:nowrap !important;
}

.hh-home .hh-summerStrip-text,
.hh-home .hh-summerStrip__text,
.hh-summerStrip-text,
.hh-summerStrip__text{
  font-size:18px !important;
  line-height:1.5 !important;
  color:#4f5b63 !important;
}

.hh-home .hh-summerStrip-button,
.hh-home .hh-summerStrip__cta,
.hh-summerStrip-button,
.hh-summerStrip__cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:136px !important;
  min-height:48px !important;
  padding:13px 24px !important;

  background:#07110d !important;
  color:#fff !important;
  border-radius:999px !important;
  text-decoration:none !important;

  font-size:15px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

.hh-home .hh-summerStrip-button:hover,
.hh-home .hh-summerStrip__cta:hover,
.hh-summerStrip-button:hover,
.hh-summerStrip__cta:hover{
  background:#111 !important;
  color:#fff !important;
  transform:translateY(-1px) !important;
}

/* tablet */
@media(max-width:1024px){
  .hh-home .hh-summerStrip-inner,
  .hh-home .hh-summerStrip__inner,
  .hh-summerStrip-inner,
  .hh-summerStrip__inner{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:30px !important;
  }

  .hh-home .hh-summerStrip-label,
  .hh-home .hh-summerStrip__label,
  .hh-home .hh-summerStrip-title,
  .hh-home .hh-summerStrip__title,
  .hh-summerStrip-label,
  .hh-summerStrip__label,
  .hh-summerStrip-title,
  .hh-summerStrip__title{
    white-space:normal !important;
  }
}

/* mobile */
@media(max-width:768px){
  .hh-home .hh-summerStrip,
  .hh-summerStrip{
    margin:80px 0 80px !important;
    padding:0 18px !important;
  }

  .hh-home .hh-summerStrip-inner,
  .hh-home .hh-summerStrip__inner,
  .hh-summerStrip-inner,
  .hh-summerStrip__inner{
    padding:24px 22px !important;
    border-radius:22px !important;
  }

  .hh-home .hh-summerStrip-button,
  .hh-home .hh-summerStrip__cta,
  .hh-summerStrip-button,
  .hh-summerStrip__cta{
    width:100% !important;
  }
}

/* =====================================================
   HOMEPAGE PROMO BLOK – FINAL HARD FIX
   DVA SVĚTY. JEDEN VSTUP.
   Funguje i když je blok uvnitř .hh-home / Emersion wrapperů
===================================================== */

.hh-home #hh-summer-wellness.hh-summer-promo,
#hh-summer-wellness.hh-summer-promo{
  --hh-summer-bg:#F6F4EF;
  --hh-summer-ink:#0f1511;
  --hh-summer-muted:rgba(15,21,17,.72);
  --hh-summer-line:rgba(15,21,17,.10);
  --hh-summer-radius:24px;
  --hh-summer-max:1240px;

  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:clamp(56px, 6vw, 96px) 18px !important;
  background:var(--hh-summer-bg) !important;
  color:var(--hh-summer-ink) !important;
  border-top:1px solid rgba(15,21,17,.08) !important;
  border-bottom:1px solid rgba(15,21,17,.08) !important;
  box-sizing:border-box !important;
  clear:both !important;
}

.hh-home #hh-summer-wellness.hh-summer-promo *,
#hh-summer-wellness.hh-summer-promo *{
  box-sizing:border-box !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__wrap,
#hh-summer-wellness .hh-summer-promo__wrap{
  width:100% !important;
  max-width:var(--hh-summer-max) !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1.05fr) minmax(380px, .95fr) !important;
  gap:clamp(22px, 3.4vw, 48px) !important;
  align-items:center !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__media,
#hh-summer-wellness .hh-summer-promo__media{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:var(--hh-summer-radius) !important;
  background:#d8d2c7 !important;
  border:1px solid rgba(15,21,17,.10) !important;
  box-shadow:0 20px 50px rgba(0,0,0,.07) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__media img,
#hh-summer-wellness .hh-summer-promo__media img{
  display:block !important;
  width:100% !important;
  height:clamp(360px, 38vw, 520px) !important;
  min-height:0 !important;
  max-width:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  filter:saturate(.94) contrast(.98) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__content,
#hh-summer-wellness .hh-summer-promo__content{
  display:block !important;
  width:100% !important;
  max-width:560px !important;
  margin:0 !important;
  padding:clamp(26px, 3.2vw, 44px) !important;
  background:#fff !important;
  border:1px solid var(--hh-summer-line) !important;
  border-radius:var(--hh-summer-radius) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.06) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__kicker,
#hh-summer-wellness .hh-summer-promo__kicker{
  display:block !important;
  margin:0 0 14px !important;
  padding:0 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  font-size:.78rem !important;
  line-height:1.3 !important;
  color:rgba(15,21,17,.55) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__title,
#hh-summer-wellness .hh-summer-promo__title{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font-size:clamp(2rem, 3.4vw, 3.2rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.03em !important;
  font-weight:800 !important;
  color:var(--hh-summer-ink) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__lead,
#hh-summer-wellness .hh-summer-promo__lead{
  display:block !important;
  margin:18px 0 0 !important;
  padding:0 !important;
  font-size:clamp(1.1rem, 1.4vw, 1.35rem) !important;
  line-height:1.35 !important;
  font-weight:650 !important;
  color:rgba(15,21,17,.92) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__text,
#hh-summer-wellness .hh-summer-promo__text{
  display:block !important;
  margin:14px 0 0 !important;
  padding:0 !important;
  color:var(--hh-summer-muted) !important;
  line-height:1.75 !important;
  font-size:1.02rem !important;
  max-width:62ch !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__meta,
#hh-summer-wellness .hh-summer-promo__meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:20px 0 0 !important;
  padding:0 !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__meta span,
#hh-summer-wellness .hh-summer-promo__meta span{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  padding:7px 10px !important;
  border-radius:999px !important;
  border:1px solid rgba(15,21,17,.08) !important;
  background:rgba(15,21,17,.055) !important;
  color:rgba(15,21,17,.72) !important;
  font-size:.78rem !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__actions,
#hh-summer-wellness .hh-summer-promo__actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:24px 0 0 !important;
  padding:0 !important;
  align-items:center !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__btn,
#hh-summer-wellness .hh-summer-promo__btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:0 !important;
  min-height:46px !important;
  padding:14px 18px !important;
  border-radius:14px !important;
  text-decoration:none !important;
  font-weight:700 !important;
  font-size:.92rem !important;
  line-height:1 !important;
  border:1px solid rgba(15,21,17,.14) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__btn--primary,
#hh-summer-wellness .hh-summer-promo__btn--primary{
  background:#0f1511 !important;
  color:#fff !important;
  border-color:#0f1511 !important;
  box-shadow:0 12px 24px rgba(15,21,17,.18) !important;
}

.hh-home #hh-summer-wellness .hh-summer-promo__btn--ghost,
#hh-summer-wellness .hh-summer-promo__btn--ghost{
  background:rgba(246,244,239,.7) !important;
  color:rgba(15,21,17,.88) !important;
}

@media (max-width:980px){
  .hh-home #hh-summer-wellness .hh-summer-promo__wrap,
  #hh-summer-wellness .hh-summer-promo__wrap{
    grid-template-columns:1fr !important;
  }

  .hh-home #hh-summer-wellness .hh-summer-promo__content,
  #hh-summer-wellness .hh-summer-promo__content{
    max-width:none !important;
  }
}

@media (max-width:640px){
  .hh-home #hh-summer-wellness.hh-summer-promo,
  #hh-summer-wellness.hh-summer-promo{
    padding:34px 14px !important;
  }

  .hh-home #hh-summer-wellness .hh-summer-promo__media img,
  #hh-summer-wellness .hh-summer-promo__media img{
    height:300px !important;
  }

  .hh-home #hh-summer-wellness .hh-summer-promo__content,
  #hh-summer-wellness .hh-summer-promo__content{
    padding:24px 20px !important;
    border-radius:20px !important;
  }

  .hh-home #hh-summer-wellness .hh-summer-promo__actions,
  #hh-summer-wellness .hh-summer-promo__actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .hh-home #hh-summer-wellness .hh-summer-promo__btn,
  #hh-summer-wellness .hh-summer-promo__btn{
    width:100% !important;
  }
}
/* =========================================
   LETNÍ WELLNESS BALÍČKY – BANNERY
   Hotel Horal / Emersion
   Společný CSS soubor pro všechny banner varianty
========================================= */

.hh-summerBanner,
.hh-summerBanner *,
.hh-summerStrip,
.hh-summerStrip *,
.hh-summerMini,
.hh-summerMini *{
  box-sizing:border-box;
}

.hh-summerBanner,
.hh-summerStrip,
.hh-summerMini{
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:#0f1511;
}

.hh-summerBanner a,
.hh-summerStrip a,
.hh-summerMini a{
  color:inherit;
}

/* COMMON BANNER TYPO */
.hh-summerBanner{
  width:100%;
  max-width:1240px;
  margin:clamp(26px, 4vw, 48px) auto;
  background:#F6F4EF;
  border:1px solid rgba(15,21,17,.10);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(15,21,17,.07);
}

.hh-summerBanner__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.76rem;
  color:rgba(15,21,17,.56);
  margin-bottom:10px;
}

.hh-summerBanner__title{
  margin:0 0 12px 0;
  font-size:clamp(1.7rem, 2.8vw, 2.55rem);
  line-height:1.12;
  letter-spacing:-.02em;
  color:#0f1511;
}

.hh-summerBanner__text{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.7;
  font-size:1.02rem;
  max-width:70ch;
}

.hh-summerBanner__btn,
.hh-summerStrip__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:13px 22px;
  border-radius:999px;
  background:#0f1511;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700;
  border:1px solid #0f1511;
  white-space:nowrap;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.hh-summerBanner__btn:hover,
.hh-summerStrip__btn:hover{
  transform:translateY(-1px);
  background:#111;
  color:#fff !important;
}

.hh-summerBanner__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.hh-summerBanner__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 1) HOMEPAGE – LARGE */
.hh-summerBanner--home{
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(0, .92fr);
  min-height:420px;
  background:#0f1511;
  color:#fff;
}

.hh-summerBanner--home .hh-summerBanner__media{
  min-height:420px;
}

.hh-summerBanner--home .hh-summerBanner__content{
  padding:clamp(28px, 4vw, 54px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#F6F4EF;
  color:#0f1511;
}

.hh-summerBanner__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.hh-summerBanner__meta span{
  display:inline-flex;
  padding:.42rem .72rem;
  border-radius:999px;
  background:rgba(15,21,17,.07);
  border:1px solid rgba(15,21,17,.10);
  color:rgba(15,21,17,.76);
  font-size:.92rem;
  font-weight:600;
}

/* 2) WELLNESS – WIDE CARD */
.hh-summerBanner--wellness{
  padding:clamp(22px, 3vw, 36px);
  background:linear-gradient(135deg, rgba(255,255,255,.78), rgba(246,244,239,.92));
}

.hh-summerBanner--wellness .hh-summerBanner__inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}

.hh-summerBanner--wellness .hh-summerBanner__side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
}

.hh-summerBanner__price{
  display:inline-flex;
  align-items:center;
  padding:.7rem .95rem;
  border-radius:999px;
  background:rgba(15,21,17,.07);
  border:1px solid rgba(15,21,17,.10);
  font-weight:800;
  color:#0f1511;
}

/* 3) DAY SPA – MEDIA CARD */
.hh-summerBanner--dayspa,
.hh-summerBanner--restaurant{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  min-height:340px;
  background:#F6F4EF;
}

.hh-summerBanner--dayspa .hh-summerBanner__media,
.hh-summerBanner--restaurant .hh-summerBanner__media{
  min-height:340px;
}

.hh-summerBanner--dayspa .hh-summerBanner__content,
.hh-summerBanner--restaurant .hh-summerBanner__content{
  padding:clamp(26px, 4vw, 46px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* 4) PRICELIST */
.hh-summerBanner--priceList{
  padding:clamp(24px, 3.8vw, 42px);
  background:#fff;
}

.hh-summerBanner__prices{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-top:22px;
}

.hh-summerBanner__priceCard{
  background:#F6F4EF;
  border:1px solid rgba(15,21,17,.10);
  border-radius:20px;
  padding:20px;
}

.hh-summerBanner__priceName{
  font-weight:900;
  font-size:1.12rem;
  margin-bottom:8px;
}

.hh-summerBanner__priceDesc{
  color:rgba(15,21,17,.70);
  line-height:1.6;
  margin-bottom:14px;
}

.hh-summerBanner__priceValue{
  display:inline-flex;
  padding:.65rem .9rem;
  border-radius:999px;
  background:#0f1511;
  color:#fff;
  font-weight:800;
}

/* 5) RESTAURANT */
.hh-summerBanner--restaurant{
  grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr);
}


/* Generate 0.000787 second */