/* =========================================
   PEKELNÝ ČTVRTEK – LIGHT LANDING PAGE
   Scoped: #hh-pekelny-ctvrtek
========================================= */

/* 0) Emersion H01 / mosaic off */
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;
}

/* schovat systémový H1, ale ponechat náš */
body h1:not(#hh-pekelny-ctvrtek h1){
  display:none !important;
}

/* base */
html, body{
  background:#F6F4EF !important;
}

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;
}

#hh-pekelny-ctvrtek.hh-home.hh-event,
#hh-pekelny-ctvrtek.hh-home.hh-event *{
  box-sizing:border-box;
}

#hh-pekelny-ctvrtek.hh-home.hh-event{
  --hh-bg:#F6F4EF;
  --hh-ink:#0f1511;
  --hh-muted:rgba(15,21,17,.72);
  --hh-line:rgba(15,21,17,.10);
  --hh-white:#fff;
  --hh-surface:rgba(255,255,255,.62);
  --hh-surface-strong:rgba(255,255,255,.76);
  --hh-fire:#7a2f16;
  --hh-fire-2:#a6471f;
  --hh-shadow:0 18px 40px rgba(15,21,17,.08);
  --hh-shadow-soft:0 10px 24px rgba(15,21,17,.06);
  background:var(--hh-bg) !important;
  color:var(--hh-ink);
  position:relative;
  z-index:5;
  width:100%;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#hh-pekelny-ctvrtek a{ color:inherit; }

#hh-pekelny-ctvrtek .hh-wrap,
#hh-pekelny-ctvrtek .wl-xl{
  max-width:1240px !important;
  margin:0 auto !important;
  padding-left:18px !important;
  padding-right:18px !important;
}

/* HERO */
#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .hh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      90deg,
      rgba(10,14,12,.68) 0%,
      rgba(34,14,8,.52) 36%,
      rgba(76,28,12,.22) 72%,
      rgba(10,14,12,.10) 100%
    );
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .hh-hero__box{
  background:rgba(18,22,20,.58) !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:760px !important;
  box-shadow:0 26px 60px rgba(0,0,0,.35);
  color:#fff !important;
}

#hh-pekelny-ctvrtek .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:.9rem;
  color:#fff;
}

#hh-pekelny-ctvrtek .hh-hero__title{
  margin:.95rem 0 1rem;
  line-height:1.02;
  font-size:clamp(2.2rem,4.8vw,3.9rem);
  letter-spacing:-.02em;
  color:#fff;
  text-shadow:0 14px 34px rgba(0,0,0,.25);
}

#hh-pekelny-ctvrtek .hh-hero__sub{
  margin:0 0 .72rem 0;
  color:rgba(255,255,255,.92);
  font-size:1.05rem;
  max-width:60ch;
  line-height:1.65;
}

#hh-pekelny-ctvrtek .hh-hero__sub--strong{
  font-weight:600;
  color:rgba(255,255,255,.98);
}

#hh-pekelny-ctvrtek .hh-hero__cta{
  margin-top:1.15rem;
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
  align-items:center;
}

#hh-pekelny-ctvrtek .hh-ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.95rem 1.15rem;
  font-weight:600;
  border-radius:12px;
  text-decoration:none;
  line-height:1;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

#hh-pekelny-ctvrtek .hh-ctaBtn--primary{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

#hh-pekelny-ctvrtek .hh-ctaBtn--outline{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
}

#hh-pekelny-ctvrtek .hh-ctaBtn:hover{
  transform:translateY(-1px);
}

#hh-pekelny-ctvrtek .hh-trust{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#hh-pekelny-ctvrtek .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:.88rem;
}

/* Buttons / links */
#hh-pekelny-ctvrtek .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-pekelny-ctvrtek .hh-btn--dark{
  background:#0f1511;
  color:#fff;
  border-color:#0f1511;
}

#hh-pekelny-ctvrtek .hh-btn:hover{
  transform:translateY(-1px);
}

#hh-pekelny-ctvrtek .hh-link{
  text-decoration:underline;
  text-underline-offset:3px;
  color:rgba(15,21,17,.85);
  font-weight:600;
}

/* Manifest */
#hh-pekelny-ctvrtek .hh-manifest{
  background:#F6F4EF;
}

#hh-pekelny-ctvrtek .hh-manifest__inner{
  padding-top:clamp(56px,6vw,92px);
  padding-bottom:clamp(42px,5vw,72px);
  max-width:980px;
}

#hh-pekelny-ctvrtek .hh-manifest__kicker,
#hh-pekelny-ctvrtek .hh-kicker,
#hh-pekelny-ctvrtek .hh-ritual__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.8rem;
  color:rgba(15,21,17,.55);
  margin-bottom:12px;
}

#hh-pekelny-ctvrtek .hh-manifest__title,
#hh-pekelny-ctvrtek .hh-section-title,
#hh-pekelny-ctvrtek .hh-ritual__title,
#hh-pekelny-ctvrtek .hh-h2{
  font-size:clamp(1.9rem,3vw,2.6rem);
  margin:0 0 18px 0;
  line-height:1.15;
}

#hh-pekelny-ctvrtek .hh-manifest__copy p,
#hh-pekelny-ctvrtek .hh-p,
#hh-pekelny-ctvrtek .hh-ritual__text{
  margin:0 0 12px 0;
  color:rgba(15,21,17,.74);
  line-height:1.75;
  font-size:1.05rem;
}

#hh-pekelny-ctvrtek .hh-manifest__em{
  color:#0f1511;
  font-weight:700;
}

/* section */
#hh-pekelny-ctvrtek .hh-section{
  padding:clamp(56px,6vw,96px) 0;
}

/* quick info */
#hh-pekelny-ctvrtek .hh-eventQuick{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  border-top:1px solid rgba(15,21,17,.08);
  border-bottom:1px solid rgba(15,21,17,.08);
  padding:22px 0;
}

#hh-pekelny-ctvrtek .hh-eventQuick__item{
  padding:10px 8px;
}

#hh-pekelny-ctvrtek .hh-eventQuick__label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(15,21,17,.55);
  margin-bottom:6px;
}

#hh-pekelny-ctvrtek .hh-eventQuick__value{
  font-size:16px;
  font-weight:600;
  color:rgba(15,21,17,.92);
  line-height:1.45;
}

/* ritual white section */
#hh-pekelny-ctvrtek .hh-ritual{
  width:100% !important;
  max-width:none !important;
}

#hh-pekelny-ctvrtek .hh-ritual--white{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  background:#fff !important;
  border-top:1px solid rgba(15,21,17,.08);
  border-bottom:1px solid rgba(15,21,17,.08);
}

#hh-pekelny-ctvrtek .hh-ritual--white .hh-wrap,
#hh-pekelny-ctvrtek .hh-ritual--cta .hh-wrap{
  padding-top:clamp(60px,6vw,100px);
  padding-bottom:clamp(60px,6vw,100px);
}

#hh-pekelny-ctvrtek .hh-ritual__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(22px,3vw,44px);
  align-items:start;
}

#hh-pekelny-ctvrtek .hh-ritual__facts{
  display:grid;
  gap:10px;
  margin:18px 0 0 0;
}

#hh-pekelny-ctvrtek .hh-ritual__fact{
  padding:12px 14px;
  border:1px solid rgba(15,21,17,.10);
  border-radius:16px;
  background:rgba(246,244,239,.6);
}

#hh-pekelny-ctvrtek .hh-ritual__fact strong{
  display:block;
  font-size:1rem;
  margin-bottom:2px;
}

#hh-pekelny-ctvrtek .hh-ritual__fact span{
  display:block;
  color:rgba(15,21,17,.68);
}

#hh-pekelny-ctvrtek .hh-ritual__actions,
#hh-pekelny-ctvrtek .hh-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:18px;
}

/* timeline */
#hh-pekelny-ctvrtek .hh-eventTimeline{
  display:grid;
  gap:12px;
  margin-top:8px;
}

#hh-pekelny-ctvrtek .hh-eventTimeline__item{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:16px;
  align-items:start;
  padding:14px 16px;
  background:rgba(246,244,239,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(15,21,17,.04);
}

#hh-pekelny-ctvrtek .hh-eventTimeline__item strong{
  font-size:1rem;
  color:#0f1511;
  line-height:1.4;
}

#hh-pekelny-ctvrtek .hh-eventTimeline__item span{
  color:rgba(15,21,17,.72);
  line-height:1.55;
}

/* splits */
#hh-pekelny-ctvrtek .hh-splits--beige{
  background:#F6F4EF;
  border-top:1px solid rgba(15,21,17,.08);
}

#hh-pekelny-ctvrtek .hh-split--pair{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(18px,3vw,46px);
  align-items:center;
}

#hh-pekelny-ctvrtek .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-pekelny-ctvrtek .hh-imgCard img{
  width:100%;
  height:clamp(360px,44vw,560px);
  object-fit:cover;
  display:block;
}

#hh-pekelny-ctvrtek .hh-badge{
  position:absolute;
  left:16px;
  bottom:16px;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:12px 14px;
  background:rgba(18,22,20,.62);
  color:#fff;
  border-radius:16px;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.10);
}

#hh-pekelny-ctvrtek .hh-badge strong{
  font-size:.85rem;
  letter-spacing:.08em;
}

#hh-pekelny-ctvrtek .hh-badge span{
  font-size:.86rem;
  color:rgba(255,255,255,.86);
}

/* FAQ accordion */
#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .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-pekelny-ctvrtek .accordions .accordion:hover{
  transform:translateY(-1px);
  box-shadow:var(--hh-acc-shadow-hover);
  border-color:rgba(15,21,17,.16);
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .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;
}

#hh-pekelny-ctvrtek .accordions .accordion > input:checked ~ .accordion__content{
  display:block;
}

#hh-pekelny-ctvrtek .accordions .accordion > input:checked + .accordion__title::after{
  transform:rotate(225deg);
  opacity:1;
}

#hh-pekelny-ctvrtek .accordions .accordion:has(> input:checked){
  background:var(--hh-acc-bg-open);
  border-color:rgba(15,21,17,.18);
}

#hh-pekelny-ctvrtek .accordions .accordion__content > p{
  margin:0;
}

/* final cta */
#hh-pekelny-ctvrtek .hh-ritual--cta{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  background:#fff !important;
  border-top:1px solid rgba(15,21,17,.08);
}

#hh-pekelny-ctvrtek .hh-ritual--cta .hh-ritual__content{
  max-width:760px;
}

/* mobile */
@media (max-width: 1024px){
  #hh-pekelny-ctvrtek .hh-eventQuick{
    grid-template-columns:repeat(2,1fr);
  }

  #hh-pekelny-ctvrtek .hh-ritual__grid,
  #hh-pekelny-ctvrtek .hh-split--pair{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  #hh-pekelny-ctvrtek .hh-hero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  #hh-pekelny-ctvrtek .hh-hero__box{
    border-radius:22px !important;
    max-width:100% !important;
    margin:-34px 16px 0 16px !important;
    padding:26px 22px !important;
  }

  #hh-pekelny-ctvrtek .hh-hero img{
    height:420px !important;
  }

  #hh-pekelny-ctvrtek .hh-eventQuick{
    grid-template-columns:1fr;
  }

  #hh-pekelny-ctvrtek .hh-eventTimeline__item{
    grid-template-columns:1fr;
    gap:6px;
  }

  #hh-pekelny-ctvrtek .accordions{
    gap:10px;
  }

  #hh-pekelny-ctvrtek .accordions .accordion__title{
    padding:15px 16px;
  }

  #hh-pekelny-ctvrtek .accordions .accordion__content{
    padding:0 16px 16px;
  }
}
/* =========================================
   PEKELNÝ ČTVRTEK – HERO BOX MORE LEFT
========================================= */

/* v hero zrušit moc široké centrování wrapperu */
#hh-pekelny-ctvrtek .hh-hero .wl-xl{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding-left:clamp(20px, 3vw, 46px) !important;
  padding-right:18px !important;
}

/* rodič bez extra odsazení */
#hh-pekelny-ctvrtek .hh-hero__content{
  justify-content:flex-start !important;
  padding-left:0 !important;
}

/* box držet vlevo */
#hh-pekelny-ctvrtek .hh-hero__box{
  margin-left:0 !important;
  margin-right:auto !important;
}
/* Generate 0.001144 second */