/* =========================================
   SAUNOVÝ WORKSHOP – HARD PATCH FOR EMERSION
========================================= */

/* full width background */
html, body{
  margin:0 !important;
  padding:0 !important;
  background:#F6F4EF !important;
  overflow-x:hidden !important;
}

#content,
.content,
.container,
.wl,
.wl-max,
.wl-xl,
.wl-l,
.wl-m{
  background:transparent !important;
}

/* hlavní page wrapper bez omezení */
#content > .wl-max,
#content .wl-max:first-child{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* váš blok */
.hh-home.hh-event,
.hh-event{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:#F6F4EF !important;
  position:relative !important;
  z-index:2 !important;
}

/* HERO opravdu do krajů */
.hh-home.hh-event .hh-hero,
.hh-event .hh-hero{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
  overflow:hidden !important;
  position:relative !important;
}

.hh-home.hh-event .hh-hero img,
.hh-event .hh-hero img{
  width:100% !important;
  max-width:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* vnitřní layout v hero */
.hh-home.hh-event .hh-hero .wl-xl,
.hh-event .hh-hero .wl-xl{
  width:100% !important;
  max-width:1240px !important;
  margin:0 auto !important;
  padding:0 18px !important;
}

/* ==================================================
   H01 / systémový title blok – schovat vše před .hh-home
   ale ponechat breadcrumb
================================================== */

/* zrušit spodní mezeru breadcrumb */
.breadcrumbs,
.bread-crumbs,
#breadcrumbs{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* schovat všechny přímé sourozence po breadcrumb až do vašeho bloku */
.breadcrumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style),
.bread-crumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style),
#breadcrumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style){
  display:none !important;
}

/* kdyby byl title blok uvnitř stejného wrapperu jako vaše HTML */
#content .wl-max > *:not(.breadcrumbs):not(.bread-crumbs):not(#breadcrumbs):not(.hh-home):not(.hh-event):not(script):not(style){
  display:none !important;
}

/* ale váš blok zase explicitně zobrazit */
#content .wl-max > .hh-home,
#content .wl-max > .hh-event{
  display:block !important;
}

/* sekce full width */
.hh-home.hh-event .hh-manifest,
.hh-home.hh-event .hh-splits,
.hh-home.hh-event .hh-ritual,
.hh-home.hh-event .hh,
.hh-event .hh-manifest,
.hh-event .hh-splits,
.hh-event .hh-ritual,
.hh-event .hh{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* mobile */
@media (max-width:768px){
  .hh-home.hh-event .hh-hero,
  .hh-event .hh-hero{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – FULL WIDTH + H01 OFF
   Emersion patch
========================================= */

/* 1) Schovat systémový Emersion H01 / page title / intro blok */
.wl-max.pos-r > img,
.wl-max.pos-r picture{
  display:none !important;
}

.wl-max.pos-r{
  height:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  border:0 !important;
}

/* častý systémový nadpis / breadcrumbs / H1 wrapper nad vlastním obsahem */
#content .wl-max > h1,
#content .wl-max .wl-h1,
#content .wl-max .wl-h,
#content .wl-max .headline,
#content .wl-max .title,
#content .breadcrumbs + h1,
#content .breadcrumbs + .wl-h1,
#content .breadcrumbs + .headline{
  display:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* pokud Emersion generuje horní intro spacing */
#content .wl-max > .perex,
#content .wl-max > .annotation,
#content .wl-max > .intro,
#content .wl-max > .desc{
  display:none !important;
}

/* 2) Zrušit omezení šířky a bílé pozadí wrapperů */
html, body{
  background:#F6F4EF !important;
  margin:0 !important;
  padding:0 !important;
}

body{
  overflow-x:hidden;
}

#content,
.content,
.container,
.wl,
.wl-max,
.wl-xl,
.wl-l,
.wl-m{
  background:transparent !important;
}

/* hlavní wrapper stránky bez fixní šířky a bez horních odsazení */
#content > .wl-max,
#content .wl-max:first-child{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

/* 3) Váš event wrapper přes celou šířku */
.hh-home.hh-event,
.hh-event{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:#F6F4EF !important;
}

/* 4) HERO opravdu full width */
.hh-home.hh-event .hh-hero,
.hh-event .hh-hero{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
  overflow:hidden !important;
  position:relative !important;
}

/* hero image bez vnitřního omezení */
.hh-home.hh-event .hh-hero img,
.hh-event .hh-hero img{
  width:100% !important;
  max-width:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* 5) Vnitřní text v hero může zůstat v layoutové šířce */
.hh-home.hh-event .hh-hero .wl-xl,
.hh-event .hh-hero .wl-xl{
  width:100% !important;
  max-width:1240px !important;
  margin:0 auto !important;
  padding:0 18px !important;
}

/* 6) Sekce pod hero – full width background, ale obsah v wrapu */
.hh-home.hh-event .hh-manifest,
.hh-home.hh-event .hh-splits,
.hh-home.hh-event .hh-ritual,
.hh-home.hh-event .hh,
.hh-event .hh-manifest,
.hh-event .hh-splits,
.hh-event .hh-ritual,
.hh-event .hh{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* 7) Když Emersion přidává nahoře mezeru pod breadcrumb */
.breadcrumbs{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.breadcrumbs + *{
  margin-top:0 !important;
}

/* 8) Pokud je na stránce systémový horní spacer, schovat */
.space-01,
.space-02,
.top-space,
.pageTop,
.pageHeading,
.pageHeader{
  margin:0 !important;
  padding:0 !important;
}

/* 9) Mobile – hero stále do krajů */
@media (max-width: 768px){

  .hh-home.hh-event .hh-hero,
  .hh-event .hh-hero{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }

  .hh-home.hh-event .hh-hero img,
  .hh-event .hh-hero img{
    width:100% !important;
    height:420px !important;
    object-fit:cover !important;
  }
}
/* =========================================
   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;
  }
}
/* =========================================
   EVENT EXTENSION – SAUNOVÝ WORKSHOP
========================================= */

.hh-event .hh-eventTimeline{
  display:grid;
  gap:12px;
  margin-top:24px;
}

.hh-event .hh-eventTimeline__item{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:16px;
  align-items:start;
  padding:16px 18px;
  background:#fff;
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
}

.hh-event .hh-eventTimeline__item strong{
  font-size:1rem;
  color:#0f1511;
  line-height:1.4;
}

.hh-event .hh-eventTimeline__item span{
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

.hh-event .hh-ritual__grid{
  align-items:start;
}

.hh-event .hh-card__body h3{
  margin:0 0 8px 0;
}

.hh-event .hh-note{
  margin-top:14px;
}

.hh-event .hh-hero__kicker{
  max-width:max-content;
}

.hh-event .hh-manifest__title,
.hh-event .hh-section-title,
.hh-event .hh-ritual__title{
  max-width: 18ch;
}

.hh-event .hh-h2{
  max-width:16ch;
}

@media (max-width: 768px){
  .hh-event .hh-eventTimeline__item{
    grid-template-columns:1fr;
    gap:6px;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – HARD PATCH FOR EMERSION
========================================= */

/* full width background */
html, body{
  margin:0 !important;
  padding:0 !important;
  background:#F6F4EF !important;
  overflow-x:hidden !important;
}

#content,
.content,
.container,
.wl,
.wl-max,
.wl-xl,
.wl-l,
.wl-m{
  background:transparent !important;
}

/* hlavní page wrapper bez omezení */
#content > .wl-max,
#content .wl-max:first-child{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* váš blok */
.hh-home.hh-event,
.hh-event{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:#F6F4EF !important;
  position:relative !important;
  z-index:2 !important;
}

/* HERO opravdu do krajů */
.hh-home.hh-event .hh-hero,
.hh-event .hh-hero{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
  overflow:hidden !important;
  position:relative !important;
}

.hh-home.hh-event .hh-hero img,
.hh-event .hh-hero img{
  width:100% !important;
  max-width:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* vnitřní layout v hero */
.hh-home.hh-event .hh-hero .wl-xl,
.hh-event .hh-hero .wl-xl{
  width:100% !important;
  max-width:1240px !important;
  margin:0 auto !important;
  padding:0 18px !important;
}

/* ==================================================
   H01 / systémový title blok – schovat vše před .hh-home
   ale ponechat breadcrumb
================================================== */

/* zrušit spodní mezeru breadcrumb */
.breadcrumbs,
.bread-crumbs,
#breadcrumbs{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* schovat všechny přímé sourozence po breadcrumb až do vašeho bloku */
.breadcrumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style),
.bread-crumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style),
#breadcrumbs ~ *:not(.hh-home):not(.hh-event):not(script):not(style){
  display:none !important;
}

/* kdyby byl title blok uvnitř stejného wrapperu jako vaše HTML */
#content .wl-max > *:not(.breadcrumbs):not(.bread-crumbs):not(#breadcrumbs):not(.hh-home):not(.hh-event):not(script):not(style){
  display:none !important;
}

/* ale váš blok zase explicitně zobrazit */
#content .wl-max > .hh-home,
#content .wl-max > .hh-event{
  display:block !important;
}

/* sekce full width */
.hh-home.hh-event .hh-manifest,
.hh-home.hh-event .hh-splits,
.hh-home.hh-event .hh-ritual,
.hh-home.hh-event .hh,
.hh-event .hh-manifest,
.hh-event .hh-splits,
.hh-event .hh-ritual,
.hh-event .hh{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* mobile */
@media (max-width:768px){
  .hh-home.hh-event .hh-hero,
  .hh-event .hh-hero{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – EMERSION KILL + FULL WIDTH
   scoped: #hh-saunovy-workshop
========================================= */

/* 0) Schovat horní Emersion mosaic / H01 oblast */
body .wl-max.pos-r,
body .wl-max.pos-r + .wl,
body .wl-max.pos-r + .wl-max{
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  border:0 !important;
}
body .wl-max.pos-r img,
body .wl-max.pos-r picture,
body .wl-max.pos-r video{
  display:none !important;
}

/* 1) Schovat systémový H1, ale ponechat H1 uvnitř našeho bloku */
body h1:not(#hh-saunovy-workshop h1){
  display:none !important;
}

/* 2) Béžové pozadí všude */
html, body{
  background:#F6F4EF !important;
}

/* 3) Emersion wrappery transparentně */
body #content,
body main,
body .content,
body .container,
body .wl,
body .wl-max,
body .wl-xl,
body .wl-lg{
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* 4) Root bloku */
#hh-saunovy-workshop.hh-home.hh-event{
  background:#F6F4EF !important;
  color:#0f1511;
  position:relative;
  z-index:5;
  width:100%;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* 5) HERO full bleed */
#hh-saunovy-workshop .hh-hero{
  position:relative !important;
  overflow:hidden !important;
  background:#0f1511;

  width:100vw !important;
  left:50% !important;
  margin-left:-50vw !important;
  margin-right:0 !important;

  border-radius:0 !important;
}

/* kdyby img byl zabalený v <p> */
#hh-saunovy-workshop p:has(.hh-hero img){
  margin:0 !important;
  padding:0 !important;
}

#hh-saunovy-workshop .hh-hero img{
  width:100% !important;
  height:clamp(620px,78vh,920px) !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  margin:0 !important;
  transform:none !important;
}

/* 6) Hero overlay */
#hh-saunovy-workshop .hh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    90deg,
    rgba(10,14,12,.62) 0%,
    rgba(10,14,12,.42) 38%,
    rgba(10,14,12,.18) 72%,
    rgba(10,14,12,.08) 100%
  );
}

/* 7) Hero content */
#hh-saunovy-workshop .hh-hero__content{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  padding-left:clamp(16px,3vw,48px) !important;
  padding-bottom:clamp(18px,6vh,72px) !important;
}

/* 8) Hero box */
#hh-saunovy-workshop .hh-hero__box{
  background:rgba(18,22,20,.60) !important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.10);
  border-radius:0 28px 28px 0 !important;
  padding:clamp(28px,4vw,54px) !important;
  max-width:720px !important;
  box-shadow:0 26px 60px rgba(0,0,0,.35);
  color:#fff !important;
  position:relative;
  z-index:3;
}

/* 9) Sekce a wrapy bez bílých rohů */
#hh-saunovy-workshop,
#hh-saunovy-workshop .hh-manifest,
#hh-saunovy-workshop .hh-splits,
#hh-saunovy-workshop .hh-ritual,
#hh-saunovy-workshop .hh{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* 10) Vnitřní wrap může zůstat centrovaný */
#hh-saunovy-workshop .hh-wrap,
#hh-saunovy-workshop .wl-xl{
  max-width:1240px !important;
  margin:0 auto !important;
  padding-left:18px !important;
  padding-right:18px !important;
}

/* 11) Mobile hero */
@media (max-width: 640px){
  #hh-saunovy-workshop .hh-hero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  #hh-saunovy-workshop .hh-hero__box{
    border-radius:22px !important;
    max-width:100% !important;
    margin:-34px 16px 0 16px !important;
    padding:26px 22px !important;
    backdrop-filter:blur(8px);
  }

  #hh-saunovy-workshop .hh-hero img{
    height:420px !important;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – REMOVE GAP ABOVE HERO
========================================= */

/* wrapper s breadcrumbem a horním obsahem */
body #content,
body .content,
body .container,
body .wl,
body .wl-max{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* breadcrumb oblast stáhnout co nejvíc */
body .breadcrumbs,
body .bread-crumbs,
body #breadcrumbs{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:10px !important;   /* můžeš dát i 0 */
  padding-bottom:0 !important;
  min-height:auto !important;
}

/* první blok po breadcrumbu bez horní mezery */
body .breadcrumbs + *,
body .bread-crumbs + *,
body #breadcrumbs + *{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* když je breadcrumb uvnitř wl-max a pod ním je náš blok */
#hh-saunovy-workshop{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* hero hned navazuje */
#hh-saunovy-workshop .hh-hero{
  margin-top:0 !important;
}

/* často dělá mezeru systémový page header wrapper */
body .pageHeader,
body .page-header,
body .pageHeading,
body .page-heading,
body .heading,
body .top-space,
body .space-01,
body .space-02{
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
}
/* =========================================
   SAUNOVÝ WORKSHOP – HERO BOX LEFT ALIGN FIX
========================================= */

/* posunout celý obsah hero více doleva */
#hh-saunovy-workshop .hh-hero__content{
  padding-left: clamp(12px, 2vw, 32px) !important;
}

/* box samotný – jemný posun */
#hh-saunovy-workshop .hh-hero__box{
  margin-left: 0 !important;
}

/* případně ještě víc „edge feel“ jako na ostatních stránkách */
@media (min-width: 1024px){
  #hh-saunovy-workshop .hh-hero__content{
    padding-left: clamp(12px, 2vw, 40px) !important;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – HERO BOX MORE LEFT
========================================= */

/* v hero zrušit centrování vnitřního wrapperu */
#hh-saunovy-workshop .hh-hero .wl-xl{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

/* samotný content držet vlevo */
#hh-saunovy-workshop .hh-hero__content{
  justify-content:flex-start !important;
  padding-left:0 !important;
}

/* box bez dodatečného odsazení */
#hh-saunovy-workshop .hh-hero__box{
  margin-left:0 !important;
  margin-right:auto !important;
}

/* desktop – ještě víc vlevo */
@media (min-width: 1200px){
#hh-saunovy-workshop .hh-hero .wl-xl{
  padding-left: clamp(24px, 4vw, 56px) !important;
  }
}
/* =========================================
   SAUNOVÝ WORKSHOP – FULL WIDTH WHITE SECTION
========================================= */

/* sekce s bílým pozadím roztáhnout přes celou šířku */
#hh-saunovy-workshop .hh-splits{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff !important;
  padding: 60px 0 !important;
}

/* vnitřní obsah zpátky do gridu */
#hh-saunovy-workshop .hh-splits .hh-wrap{
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
}
/* =========================================
   CTA – FULL WIDTH WHITE BACKGROUND
========================================= */

#hh-saunovy-workshop .hh-ritual{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background: #fff !important;
  padding: 80px 0 !important;
}

/* vnitřní obsah zpět do gridu */
#hh-saunovy-workshop .hh-ritual .hh-wrap{
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
}
/* =========================================
   FAQ ACCORDION – Alpine Luxury
   Scoped to: #hh-saunovy-workshop .accordions
   (checkbox + label variant)
========================================= */

#hh-saunovy-workshop .accordions{
  --hh-acc-bg: rgba(255,255,255,.58);
  --hh-acc-bg-open: rgba(255,255,255,.72);
  --hh-acc-bd: rgba(15,21,17,.10);
  --hh-acc-ink: rgba(15,21,17,.92);
  --hh-acc-muted: rgba(15,21,17,.72);
  --hh-acc-shadow: 0 10px 24px rgba(15,21,17,.08);
  --hh-acc-shadow-hover: 0 16px 34px rgba(15,21,17,.10);
  --hh-acc-radius: 18px;
  --hh-acc-pad-x: 18px;
  --hh-acc-pad-y: 16px;

  display:grid;
  gap:12px;
}

/* item */
#hh-saunovy-workshop .accordions .accordion{
  position:relative;
  background:var(--hh-acc-bg);
  border:1px solid var(--hh-acc-bd);
  border-radius:var(--hh-acc-radius);
  box-shadow:var(--hh-acc-shadow);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#hh-saunovy-workshop .accordions .accordion:hover{
  transform:translateY(-1px);
  box-shadow:var(--hh-acc-shadow-hover);
  border-color:rgba(15,21,17,.16);
}

/* hide checkbox accessibly */
#hh-saunovy-workshop .accordions .accordion > input[type="checkbox"]{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

/* title */
#hh-saunovy-workshop .accordions .accordion__title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:var(--hh-acc-pad-y) var(--hh-acc-pad-x);
  cursor:pointer;
  font-weight:700;
  color:var(--hh-acc-ink);

  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}

/* caret */
#hh-saunovy-workshop .accordions .accordion__title::after{
  content:"";
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-right:2px solid rgba(15,21,17,.45);
  border-bottom:2px solid rgba(15,21,17,.45);
  transform:rotate(45deg);
  transition:transform .18s ease, opacity .18s ease;
  opacity:.8;
}

/* content */
#hh-saunovy-workshop .accordions .accordion__content{
  display:none;
  padding:0 var(--hh-acc-pad-x) var(--hh-acc-pad-x);
  color:var(--hh-acc-muted);
  line-height:1.65;

  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}

/* open state */
#hh-saunovy-workshop .accordions .accordion > input:checked ~ .accordion__content{
  display:block;
}

#hh-saunovy-workshop .accordions .accordion > input:checked + .accordion__title::after{
  transform:rotate(225deg);
  opacity:1;
}

#hh-saunovy-workshop .accordions .accordion:has(> input:checked){
  background:var(--hh-acc-bg-open);
  border-color:rgba(15,21,17,.18);
}

/* links */
#hh-saunovy-workshop .accordions .accordion__content a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* better spacing inside */
#hh-saunovy-workshop .accordions .accordion__content > div,
#hh-saunovy-workshop .accordions .accordion__content > p{
  margin:0;
}

/* mobile */
@media (max-width:640px){
  #hh-saunovy-workshop .accordions{
    gap:10px;
  }

  #hh-saunovy-workshop .accordions .accordion__title{
    padding:15px 16px;
  }

  #hh-saunovy-workshop .accordions .accordion__content{
    padding:0 16px 16px;
  }
}
/* Generate 0.000702 second */