/* =========================================
   TEAMBUILDING / B2B EVENTS – Alpine Luxury
   per-page CSS for Emersion
========================================= */

/* 1) SCHOVAT EMERSION MOTIV / ÚVODNÍ OBRÁZEK */
.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;
}

/* 2) SCHOVAT HORNÍ EMERSION BLOK */
.my-container,
#crumbs,
h1.section,
h1.section.tal-c{
  display:none !important;
}

/* 3) GLOBÁLNÍ RESET STRÁNKY */
html,
body{
  background:#F6F4EF !important;
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

#content,
.content,
.container,
.wl,
.wl-max{
  background:transparent !important;
}

.content{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* 4) HLAVNÍ WRAPPER */
#hh-events.hh-events.hh-stay{
  position:relative !important;
  left:50% !important;
  right:50% !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  margin-top:0 !important;
  padding-top:0 !important;
  background:#F6F4EF;
  color:#0f1511;
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

#hh-events.hh-events.hh-stay,
#hh-events.hh-events.hh-stay *{
  box-sizing:border-box;
}

#hh-events a{
  color:inherit;
}

#hh-events .hh-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
}

/* HERO */
#hh-events .hh-hero{
  position:relative;
  overflow:hidden;
  border-radius:0;
  background:#0f1511;
  left:50%;
  right:50%;
  width:100vw;
  max-width:100vw;
  margin-left:-50vw;
  margin-right:-50vw;
}

#hh-events .hh-hero img{
  width:100%;
  height:clamp(560px, 78vh, 900px);
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}

#hh-events .hh-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    90deg,
    rgba(10,14,12,.50) 0%,
    rgba(10,14,12,.30) 45%,
    rgba(10,14,12,.12) 100%
  );
}

#hh-events .hh-hero__content{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  justify-content:flex-start;
  align-items:flex-end;
  padding-left:clamp(16px, 3vw, 48px);
  padding-bottom:clamp(18px, 6vh, 72px);
}

#hh-events .hh-hero__content .wl-xl{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

#hh-events .hh-hero__box{
  background:rgba(10,14,12,0.64);
  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:760px;
  margin:0 !important;
  margin-right:auto !important;
  box-shadow:0 30px 70px rgba(0,0,0,0.35);
  color:#fff;
}

#hh-events .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-events .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-events .hh-hero__sub{
  margin:0 0 .75rem 0;
  color:rgba(255,255,255,.90);
  font-size:1.05rem;
  max-width:64ch;
  line-height:1.6;
}

#hh-events .hh-hero__sub--strong{
  font-size:1.08rem;
  color:rgba(255,255,255,.96);
}

#hh-events .hh-hero__cta{
  margin-top:1.2rem;
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
  align-items:center;
}

#hh-events .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-events .hh-ctaBtn--primary{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

#hh-events .hh-ctaBtn--outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

#hh-events .hh-ctaBtn:hover{
  transform:translateY(-1px);
}

#hh-events .hh-trust{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#hh-events .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;
}

#hh-events .hh-hero__wow{
  margin-top:18px;
  font-size:.95rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(255,255,255,.85);
}

/* ANIMATION */
.fade-in{
  opacity:0;
  transform:translateY(10px);
  animation:fadeUp 1.2s ease forwards;
  animation-delay:.6s;
}

@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* BUTTONS / LINKS */
#hh-events .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-events .hh-btn--dark{
  background:#0f1511;
  color:#fff;
  border-color:#0f1511;
}

#hh-events .hh-btn:hover{
  transform:translateY(-1px);
}

#hh-events .hh-link{
  text-decoration:underline;
  text-underline-offset:3px;
  color:rgba(15,21,17,.85);
  font-weight:600;
}

/* COMMON TYPO */
#hh-events .hh-section{
  padding:clamp(48px, 5.6vw, 92px) 0;
  border-top:1px solid rgba(15,21,17,.08);
  background:#F6F4EF;
}

#hh-events .hh-section--alt{
  background:rgba(255,255,255,.36);
}

#hh-events .hh-section--logos{
  padding:clamp(34px, 4vw, 62px) 0;
}

#hh-events .hh-kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color:rgba(15,21,17,.55);
  margin-bottom:10px;
}

#hh-events .hh-h2{
  margin:0 0 12px 0;
  font-size:clamp(1.9rem, 3vw, 2.7rem);
  line-height:1.12;
  letter-spacing:-.02em;
}

#hh-events .hh-p{
  margin:0;
  max-width:74ch;
  color:rgba(15,21,17,.72);
  line-height:1.75;
  font-size:1.04rem;
}

/* LOGO STRIP – readable premium version */
#hh-events .hh-logoStrip{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:22px 34px;
  margin-top:30px;
  align-items:center;
}

#hh-events .hh-logoStrip img{
  width:100%;
  max-width:145px;
  height:54px;
  object-fit:contain;
  justify-self:center;
  filter:grayscale(1);
  opacity:.78;
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
}

/* FACTS / NOTES */
#hh-events .hh-facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-events .hh-facts--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

#hh-events .hh-factCard{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,21,17,.05);
}

#hh-events .hh-factCard__title{
  font-weight:800;
  font-size:1.03rem;
  margin-bottom:6px;
}

#hh-events .hh-factCard__text{
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

#hh-events .hh-noteCard{
  margin-top:20px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
}

#hh-events .hh-noteCard--inline{
  margin-top:18px;
}

#hh-events .hh-noteCard__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.75rem;
  color:rgba(15,21,17,.55);
}

#hh-events .hh-noteCard__title{
  margin-top:6px;
  font-weight:800;
  font-size:1.1rem;
}

#hh-events .hh-noteCard__text{
  margin-top:4px;
  color:rgba(15,21,17,.72);
  line-height:1.6;
}

#hh-events .hh-noteText{
  margin-top:16px;
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

/* SPLITS */
#hh-events .hh-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:clamp(24px, 3vw, 44px);
  align-items:center;
}

#hh-events .hh-split--reverse{
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
}

#hh-events .hh-split--reverse .hh-split__media{
  order:2;
}

#hh-events .hh-split--reverse .hh-split__content{
  order:1;
}

#hh-events .hh-imgCard{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 52px rgba(0,0,0,.08);
  background:#ddd;
}

#hh-events .hh-imgCard img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

/* PACKAGE / PRICE */
#hh-events .hh-packageMeta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin:18px 0 18px;
}

#hh-events .hh-packageMeta__price{
  display:inline-flex;
  align-items:center;
  padding:.7rem .95rem;
  border-radius:999px;
  background:#0f1511;
  color:#fff;
  font-weight:700;
}

#hh-events .hh-packageMeta__note{
  color:rgba(15,21,17,.65);
  font-weight:600;
}

#hh-events .hh-list{
  margin:18px 0 0;
  padding-left:1.1rem;
  color:rgba(15,21,17,.74);
  line-height:1.8;
}

#hh-events .hh-list li + li{
  margin-top:4px;
}

#hh-events .hh-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:20px;
}

#hh-events .hh-priceBox{
  margin-top:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
}

#hh-events .hh-priceBox__title{
  font-weight:800;
  margin-bottom:14px;
}

#hh-events .hh-priceGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

#hh-events .hh-priceItem{
  background:rgba(246,244,239,.72);
  border:1px solid rgba(15,21,17,.08);
  border-radius:14px;
  padding:14px;
}

#hh-events .hh-priceItem strong{
  display:block;
  margin-bottom:8px;
}

#hh-events .hh-priceItem span{
  display:block;
  color:rgba(15,21,17,.72);
  line-height:1.55;
}

/* STEPS */
#hh-events .hh-steps{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-events .hh-step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
}

#hh-events .hh-step__num{
  width:38px;
  height:38px;
  border-radius:999px;
  background:#0f1511;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  flex:0 0 auto;
}

#hh-events .hh-step__body h3{
  margin:2px 0 6px 0;
  font-size:1.08rem;
}

#hh-events .hh-step__body p{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.6;
}

/* SPACES */
#hh-events .hh-spaceGrid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-events .hh-spaceCard{
  background:rgba(255,255,255,.66);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,21,17,.05);
}

#hh-events .hh-spaceCard__title{
  font-weight:800;
  font-size:1.05rem;
  margin-bottom:6px;
}

#hh-events .hh-spaceCard__meta{
  display:inline-flex;
  margin-bottom:10px;
  padding:.35rem .65rem;
  border-radius:999px;
  background:rgba(15,21,17,.08);
  color:rgba(15,21,17,.78);
  font-weight:700;
  font-size:.88rem;
}

#hh-events .hh-spaceCard__text{
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

/* TESTIMONIALS */
#hh-events .hh-testimonials{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-events .hh-testimonial{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,21,17,.05);
}

#hh-events .hh-testimonial p{
  margin:0 0 14px 0;
  color:rgba(15,21,17,.78);
  line-height:1.75;
}

#hh-events .hh-testimonial__meta{
  color:rgba(15,21,17,.60);
  font-size:.95rem;
}

/* FORM / CONTACT */
#hh-events .hh-formGrid{
  display:grid;
  grid-template-columns:minmax(0, .85fr) minmax(0, 1.15fr);
  gap:18px;
  margin-top:24px;
  align-items:start;
}

#hh-events .hh-formCard{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,21,17,.05);
}

#hh-events .hh-formCard h3{
  margin:0 0 10px;
  font-size:1.25rem;
}

#hh-events .hh-formCard p{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

#hh-events .hh-contactCards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

#hh-events .hh-contactCard{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,21,17,.10);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,21,17,.05);
}

#hh-events .hh-contactCard__role{
  font-weight:800;
  font-size:1.05rem;
  margin-bottom:8px;
}

#hh-events .hh-contactCard__desc{
  color:rgba(15,21,17,.72);
  line-height:1.6;
  margin-bottom:16px;
}

#hh-events .hh-contactCard__name{
  font-weight:800;
  margin-bottom:6px;
}

#hh-events .hh-contactCard__name--sub{
  margin-top:14px;
}

#hh-events .hh-contactCard__line{
  margin-bottom:6px;
}

#hh-events .hh-contactCard__line a{
  color:inherit;
  text-decoration:none;
}

/* FINAL CTA */
#hh-events .hh-finalCta__box{
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
  border:1px solid rgba(15,21,17,.10);
  border-radius:24px;
  padding:clamp(26px, 4vw, 42px);
  box-shadow:0 18px 40px rgba(15,21,17,.06);
}

/* RESPONSIVE */
@media (max-width:1100px){
  #hh-events .hh-spaceGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:980px){
  #hh-events .hh-facts,
  #hh-events .hh-facts--two,
  #hh-events .hh-split,
  #hh-events .hh-steps,
  #hh-events .hh-testimonials,
  #hh-events .hh-formGrid,
  #hh-events .hh-contactCards{
    grid-template-columns:1fr;
  }

  #hh-events .hh-split--reverse .hh-split__media,
  #hh-events .hh-split--reverse .hh-split__content{
    order:initial;
  }

  #hh-events .hh-logoStrip{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:20px 26px;
  }

  #hh-events .hh-logoStrip img{
    max-width:135px;
    height:50px;
  }
}

@media (max-width:768px){
  #hh-events .hh-hero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  #hh-events .hh-hero__box{
    border-radius:22px !important;
    max-width:100% !important;
    background:#0f1511 !important;
    backdrop-filter:none !important;
    margin:-30px 16px 0 16px !important;
    padding:26px 22px !important;
  }

  #hh-events .hh-hero img{
    height:420px !important;
  }

  #hh-events .hh-imgCard img{
    min-height:280px;
  }

  #hh-events .hh-spaceGrid,
  #hh-events .hh-priceGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  #hh-events .hh-logoStrip{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px 22px;
  }

  #hh-events .hh-logoStrip img{
    max-width:130px;
    height:48px;
  }
}

@media (prefers-reduced-motion: reduce){
  .fade-in{
    animation:none;
    opacity:1;
    transform:none;
  }
}
/* Generate 0.001041 second */