/* =========================================
   DAY SPA – 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-dayspa.hh-dayspa.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-dayspa.hh-dayspa.hh-stay,
#hh-dayspa.hh-dayspa.hh-stay *{
  box-sizing:border-box;
}

#hh-dayspa a{
  color:inherit;
}

#hh-dayspa .hh-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
}

/* HERO */
#hh-dayspa .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-dayspa .hh-hero img{
  width:100%;
  height:clamp(560px, 78vh, 900px);
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}

#hh-dayspa .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%
  );
}

#hh-dayspa .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-dayspa .hh-hero__content .wl-xl{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

#hh-dayspa .hh-hero__box{
  background:rgba(10,14,12,0.62);
  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:0 !important;
  margin-right:auto !important;
  box-shadow:0 30px 70px rgba(0,0,0,0.35);
  color:#fff;
}

#hh-dayspa .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-dayspa .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-dayspa .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-dayspa .hh-hero__sub--strong{
  font-size:1.08rem;
  color:rgba(255,255,255,.96);
}

#hh-dayspa .hh-hero__cta{
  margin-top:1.2rem;
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
  align-items:center;
}

#hh-dayspa .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-dayspa .hh-ctaBtn--primary{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

#hh-dayspa .hh-ctaBtn--outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

#hh-dayspa .hh-ctaBtn:hover{
  transform:translateY(-1px);
}

#hh-dayspa .hh-trust{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#hh-dayspa .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-dayspa .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-dayspa .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-dayspa .hh-btn--dark{
  background:#0f1511;
  color:#fff;
  border-color:#0f1511;
}

#hh-dayspa .hh-btn:hover{
  transform:translateY(-1px);
}

#hh-dayspa .hh-link{
  text-decoration:underline;
  text-underline-offset:3px;
  color:rgba(15,21,17,.85);
  font-weight:600;
}

/* COMMON TYPO */
#hh-dayspa .hh-section{
  padding:clamp(48px, 5.6vw, 92px) 0;
  border-top:1px solid rgba(15,21,17,.08);
  background:#F6F4EF;
}

#hh-dayspa .hh-section--alt{
  background:rgba(255,255,255,.36);
}

#hh-dayspa .hh-kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color:rgba(15,21,17,.55);
  margin-bottom:10px;
}

#hh-dayspa .hh-h2{
  margin:0 0 12px 0;
  font-size:clamp(1.9rem, 3vw, 2.7rem);
  line-height:1.12;
  letter-spacing:-.02em;
}

#hh-dayspa .hh-p{
  margin:0;
  max-width:72ch;
  color:rgba(15,21,17,.72);
  line-height:1.75;
  font-size:1.04rem;
}

/* QUICK DECISION */
#hh-dayspa .hh-manifest{
  background:#F6F4EF;
}

#hh-dayspa .hh-entries{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(18px, 2.2vw, 28px);
  padding:clamp(36px, 5vw, 56px) 0;
}

#hh-dayspa .hh-entry{
  position:relative;
  min-height:420px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 22px 48px rgba(0,0,0,.10);
  background:#0f1511;
}

#hh-dayspa .hh-entry > a,
#hh-dayspa .hh-entry > a img{
  display:block;
  width:100%;
  height:100%;
}

#hh-dayspa .hh-entry > a img{
  object-fit:cover;
}

#hh-dayspa .hh-entry__overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:28px 26px 26px;
  background:linear-gradient(180deg, rgba(10,14,12,.06), rgba(10,14,12,.76));
  color:#fff;
}

#hh-dayspa .hh-entry__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.74rem;
  color:rgba(255,255,255,.75);
  margin-bottom:10px;
}

#hh-dayspa .hh-entry__title{
  font-size:clamp(1.4rem, 2.2vw, 1.8rem);
  line-height:1.14;
  font-weight:800;
  margin-bottom:10px;
}

#hh-dayspa .hh-entry__text{
  color:rgba(255,255,255,.88);
  line-height:1.65;
}

#hh-dayspa .hh-entry__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

/* FACTS / NOTES */
#hh-dayspa .hh-facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-dayspa .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-dayspa .hh-factCard__title{
  font-weight:800;
  font-size:1.03rem;
  margin-bottom:6px;
}

#hh-dayspa .hh-factCard__text{
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

#hh-dayspa .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-dayspa .hh-noteCard--inline{
  margin-top:18px;
}

#hh-dayspa .hh-noteCard__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.75rem;
  color:rgba(15,21,17,.55);
}

#hh-dayspa .hh-noteCard__title{
  margin-top:6px;
  font-weight:800;
  font-size:1.1rem;
}

#hh-dayspa .hh-noteCard__text{
  margin-top:4px;
  color:rgba(15,21,17,.72);
  line-height:1.6;
}

#hh-dayspa .hh-noteText{
  margin-top:16px;
  color:rgba(15,21,17,.72);
  line-height:1.65;
}

/* SPLITS */
#hh-dayspa .hh-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:clamp(24px, 3vw, 44px);
  align-items:center;
}

#hh-dayspa .hh-split--reverse{
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
}

#hh-dayspa .hh-split--reverse .hh-split__media{
  order:2;
}

#hh-dayspa .hh-split--reverse .hh-split__content{
  order:1;
}

#hh-dayspa .hh-imgCard{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 52px rgba(0,0,0,.08);
  background:#ddd;
}

#hh-dayspa .hh-imgCard img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

/* PACKAGE */
#hh-dayspa .hh-packageMeta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin:18px 0 18px;
}

#hh-dayspa .hh-packageMeta__price{
  display:inline-flex;
  align-items:center;
  padding:.7rem .95rem;
  border-radius:999px;
  background:#0f1511;
  color:#fff;
  font-weight:700;
}

#hh-dayspa .hh-packageMeta__note{
  color:rgba(15,21,17,.65);
  font-weight:600;
}

#hh-dayspa .hh-list{
  margin:0;
  padding-left:1.1rem;
  color:rgba(15,21,17,.74);
  line-height:1.8;
}

#hh-dayspa .hh-list li + li{
  margin-top:4px;
}

#hh-dayspa .hh-list--tight li + li{
  margin-top:2px;
}

#hh-dayspa .hh-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:20px;
}

#hh-dayspa .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-dayspa .hh-priceBox__title{
  font-weight:800;
  margin-bottom:10px;
}

/* STEPS */
#hh-dayspa .hh-steps{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-dayspa .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-dayspa .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-dayspa .hh-step__body h3{
  margin:2px 0 6px 0;
  font-size:1.08rem;
}

#hh-dayspa .hh-step__body p{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.6;
}

/* TESTIMONIALS */
#hh-dayspa .hh-testimonials{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#hh-dayspa .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-dayspa .hh-testimonial p{
  margin:0 0 14px 0;
  color:rgba(15,21,17,.78);
  line-height:1.75;
}

#hh-dayspa .hh-testimonial__meta{
  color:rgba(15,21,17,.60);
  font-size:.95rem;
}

/* FAQ */
#hh-dayspa #faq .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 !important;
  gap:12px !important;
  margin-top:18px !important;
}

#hh-dayspa #faq .accordions .accordion{
  position:relative !important;
  background:var(--hh-acc-bg) !important;
  border:1px solid var(--hh-acc-bd) !important;
  border-radius:var(--hh-acc-radius) !important;
  box-shadow:var(--hh-acc-shadow) !important;
  overflow:hidden !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
  margin:0 !important;
}

#hh-dayspa #faq .accordions .accordion:hover{
  transform:translateY(-1px) !important;
  box-shadow:var(--hh-acc-shadow-hover) !important;
  border-color:rgba(15,21,17,.16) !important;
}

#hh-dayspa #faq .accordions .accordion > input[type="checkbox"]{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  margin:-1px !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  white-space:nowrap !important;
}

#hh-dayspa #faq .accordions .accordion__title{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:var(--hh-acc-pad-y) var(--hh-acc-pad-x) !important;
  cursor:pointer !important;
  font-weight:700 !important;
  color:var(--hh-acc-ink) !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  min-height:0 !important;
  line-height:1.4 !important;
}

#hh-dayspa #faq .accordions .accordion__title::after{
  content:"" !important;
  flex:0 0 auto !important;
  width:10px !important;
  height:10px !important;
  border-right:2px solid rgba(15,21,17,.45) !important;
  border-bottom:2px solid rgba(15,21,17,.45) !important;
  transform:rotate(45deg) !important;
  transition:transform .18s ease, opacity .18s ease !important;
  opacity:.8 !important;
}

#hh-dayspa #faq .accordions .accordion__content{
  display:none !important;
  padding:0 var(--hh-acc-pad-x) var(--hh-acc-pad-x) !important;
  color:var(--hh-acc-muted) !important;
  line-height:1.65 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}

#hh-dayspa #faq .accordions .accordion > input:checked ~ .accordion__content{
  display:block !important;
}

#hh-dayspa #faq .accordions .accordion > input:checked + .accordion__title::after{
  transform:rotate(225deg) !important;
  opacity:1 !important;
}

#hh-dayspa #faq .accordions .accordion:has(> input:checked){
  background:var(--hh-acc-bg-open) !important;
  border-color:rgba(15,21,17,.18) !important;
}

#hh-dayspa #faq .accordions .accordion__content a{
  color:inherit !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

/* FINAL CTA */
#hh-dayspa .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:980px){
  #hh-dayspa .hh-entries,
  #hh-dayspa .hh-facts,
  #hh-dayspa .hh-split,
  #hh-dayspa .hh-steps,
  #hh-dayspa .hh-testimonials{
    grid-template-columns:1fr;
  }

  #hh-dayspa .hh-split--reverse .hh-split__media,
  #hh-dayspa .hh-split--reverse .hh-split__content{
    order:initial;
  }
}

@media (max-width:768px){
  #hh-dayspa .hh-hero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  #hh-dayspa .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-dayspa .hh-hero img{
    height:420px !important;
  }

  #hh-dayspa .hh-imgCard img{
    min-height:280px;
  }

  #hh-dayspa #faq .accordions{
    gap:10px !important;
  }

  #hh-dayspa #faq .accordions .accordion__title{
    padding:15px 16px !important;
  }

  #hh-dayspa #faq .accordions .accordion__content{
    padding:0 16px 16px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .fade-in{
    animation:none;
    opacity:1;
    transform:none;
  }
}

/* Generate 0.000788 second */