/* =========================================
   BLOG / INSPIRACE Z HORALU
   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) ZÁKLAD 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-blog.hh-blog{
  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-blog,
#hh-blog *{
  box-sizing:border-box;
}

#hh-blog a{
  color:inherit;
}

#hh-blog .hh-blogWrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================
   HERO
========================================= */

#hh-blog .hh-blogHero{
  position:relative;
  overflow:hidden;
  background:#0f1511;
  left:50%;
  right:50%;
  width:100vw;
  max-width:100vw;
  margin-left:-50vw;
  margin-right:-50vw;
}

#hh-blog .hh-blogHero img{
  width:100%;
  height:clamp(560px, 76vh, 860px);
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
}

#hh-blog .hh-blogHero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    90deg,
    rgba(10,14,12,.48) 0%,
    rgba(10,14,12,.26) 44%,
    rgba(10,14,12,.10) 100%
  );
}

#hh-blog .hh-blogHero__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-blog .hh-blogHero__box{
  background:rgba(10,14,12,.62);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:0 28px 28px 0;
  padding:clamp(32px, 4vw, 54px);
  max-width:760px;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,.35);
}

#hh-blog .hh-blogHero__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-blog .hh-blogHero__title{
  margin:.95rem 0 1.05rem;
  line-height:1.02;
  font-size:clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing:-.02em;
  color:#fff;
  text-shadow:0 14px 34px rgba(0,0,0,.25);
}

#hh-blog .hh-blogHero__lead{
  margin:0;
  color:rgba(255,255,255,.94);
  font-size:1.08rem;
  line-height:1.65;
  max-width:62ch;
}

#hh-blog .hh-blogHero__cta{
  margin-top:1.25rem;
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
  align-items:center;
}

#hh-blog .hh-blogHero__chips{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

#hh-blog .hh-blogHero__chips span{
  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-blog .hh-blogBtn{
  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-blog .hh-blogBtn:hover{
  transform:translateY(-1px);
}

#hh-blog .hh-blogBtn--primary{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

#hh-blog .hh-blogBtn--outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

#hh-blog .hh-blogBtn--dark{
  background:#0f1511;
  color:#fff;
  border:1px solid #0f1511;
}

#hh-blog .hh-blogBtn--primaryDark{
  background:#fff;
  color:#0f1511;
  border:1px solid rgba(255,255,255,.35);
}

#hh-blog .hh-blogBtn--light{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

#hh-blog .hh-blogLink{
  text-decoration:underline;
  text-underline-offset:3px;
  color:rgba(15,21,17,.85);
  font-weight:600;
}

/* =========================================
   COMMON TYPO
========================================= */

#hh-blog .hh-blogKicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color:rgba(15,21,17,.55);
  margin-bottom:10px;
}

#hh-blog .hh-blogH2{
  margin:0 0 12px;
  font-size:clamp(1.75rem, 2.6vw, 2.35rem);
  line-height:1.15;
  letter-spacing:-.01em;
  color:#0f1511;
}

#hh-blog .hh-blogP{
  margin:0;
  color:rgba(15,21,17,.70);
  line-height:1.75;
  font-size:1.05rem;
  max-width:68ch;
}

#hh-blog .hh-blogSectionHead{
  max-width:760px;
  margin:0 0 clamp(24px, 3vw, 44px);
}

/* =========================================
   INTRO
========================================= */

#hh-blog .hh-blogIntro{
  padding:clamp(44px, 5vw, 76px) 0;
  background:#F6F4EF;
  border-bottom:1px solid rgba(15,21,17,.08);
}

#hh-blog .hh-blogIntro__grid{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:clamp(22px, 4vw, 56px);
  align-items:end;
}

#hh-blog .hh-blogIntro__text{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.75;
  font-size:1.05rem;
}

/* =========================================
   FEATURED ARTICLE
========================================= */

#hh-blog .hh-blogFeatured{
  padding:clamp(42px, 5.6vw, 92px) 0;
  background:#F6F4EF;
}

#hh-blog .hh-blogFeatured__card{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:0;
  background:#fff;
  border:1px solid rgba(15,21,17,.10);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.07);
}

#hh-blog .hh-blogFeatured__media{
  display:block;
  min-height:100%;
  text-decoration:none;
}

#hh-blog .hh-blogFeatured__media img{
  width:100%;
  height:100%;
  min-height:480px;
  object-fit:cover;
  display:block;
}

#hh-blog .hh-blogFeatured__body{
  padding:clamp(28px, 4vw, 54px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

#hh-blog .hh-blogFeatured__title{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 3vw, 2.65rem);
  line-height:1.12;
  letter-spacing:-.02em;
}

#hh-blog .hh-blogFeatured__title a{
  text-decoration:none;
}

#hh-blog .hh-blogFeatured__text{
  margin:0;
  color:rgba(15,21,17,.72);
  line-height:1.72;
  font-size:1.05rem;
}

#hh-blog .hh-blogFeatured__meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}

#hh-blog .hh-blogFeatured__meta span{
  display:inline-flex;
  padding:.38rem .72rem;
  border-radius:999px;
  background:rgba(246,244,239,.95);
  border:1px solid rgba(15,21,17,.08);
  color:rgba(15,21,17,.68);
  font-size:.86rem;
}

#hh-blog .hh-blogFeatured__actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:24px;
}

/* =========================================
   CATEGORIES
========================================= */

#hh-blog .hh-blogCategories{
  padding:clamp(48px, 5.6vw, 92px) 0;
  background:#fff;
  border-top:1px solid rgba(15,21,17,.08);
  border-bottom:1px solid rgba(15,21,17,.08);
}

#hh-blog .hh-blogCategoryGrid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

#hh-blog .hh-blogCategory{
  display:block;
  text-decoration:none;
  background:#F6F4EF;
  border:1px solid rgba(15,21,17,.10);
  border-radius:22px;
  padding:22px 22px 24px;
  box-shadow:0 14px 34px rgba(0,0,0,.045);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#hh-blog .hh-blogCategory:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 46px rgba(0,0,0,.07);
  border-color:rgba(15,21,17,.16);
}

#hh-blog .hh-blogCategory__label{
  display:inline-flex;
  margin-bottom:18px;
  color:rgba(15,21,17,.44);
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}

#hh-blog .hh-blogCategory h3{
  margin:0 0 10px;
  font-size:1.3rem;
  line-height:1.2;
}

#hh-blog .hh-blogCategory p{
  margin:0;
  color:rgba(15,21,17,.70);
  line-height:1.65;
}

/* =========================================
   ARTICLE GRID
========================================= */

#hh-blog .hh-blogArticles{
  padding:clamp(48px, 5.6vw, 92px) 0;
  background:#F6F4EF;
}

#hh-blog .hh-blogGrid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

#hh-blog .hh-blogCard{
  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);
  display:flex;
  flex-direction:column;
  min-width:0;
}

#hh-blog .hh-blogCard__media{
  display:block;
  text-decoration:none;
  overflow:hidden;
}

#hh-blog .hh-blogCard__media img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
  transition:transform .25s ease;
}

#hh-blog .hh-blogCard:hover .hh-blogCard__media img{
  transform:scale(1.04);
}

#hh-blog .hh-blogCard__body{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}

#hh-blog .hh-blogCard__tag{
  display:inline-flex;
  align-self:flex-start;
  padding:.35rem .7rem;
  border-radius:999px;
  border:1px solid rgba(15,21,17,.10);
  background:rgba(246,244,239,.9);
  font-size:.82rem;
  color:rgba(15,21,17,.72);
  margin-bottom:12px;
}

#hh-blog .hh-blogCard__title{
  margin:0 0 10px;
  font-size:1.22rem;
  line-height:1.22;
}

#hh-blog .hh-blogCard__title a{
  text-decoration:none;
}

#hh-blog .hh-blogCard__text{
  margin:0 0 16px;
  color:rgba(15,21,17,.70);
  line-height:1.65;
  font-size:.98rem;
}

#hh-blog .hh-blogCard__link{
  margin-top:auto;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:600;
  color:rgba(15,21,17,.86);
}

/* =========================================
   CTA
========================================= */

#hh-blog .hh-blogCta{
  padding:clamp(52px, 6vw, 96px) 0;
  background:#0f1511;
  color:#fff;
}

#hh-blog .hh-blogCta__inner{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:clamp(24px, 4vw, 58px);
  align-items:center;
}

#hh-blog .hh-blogCta__kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  color:rgba(255,255,255,.62);
  margin-bottom:12px;
}

#hh-blog .hh-blogCta__title{
  margin:0 0 12px;
  max-width:840px;
  font-size:clamp(1.9rem, 3vw, 2.75rem);
  line-height:1.13;
  letter-spacing:-.02em;
  color:#fff;
}

#hh-blog .hh-blogCta__text{
  margin:0;
  max-width:760px;
  color:rgba(255,255,255,.76);
  line-height:1.7;
  font-size:1.05rem;
}

#hh-blog .hh-blogCta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* =========================================
   SEO TEXT
========================================= */

#hh-blog .hh-blogSeo{
  padding:28px 0 42px;
  background:#F6F4EF;
}

#hh-blog .hh-blogSeo p{
  max-width:920px;
  margin:0;
  color:rgba(15,21,17,.62);
  line-height:1.7;
  font-size:.98rem;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width:1180px){
  #hh-blog .hh-blogGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:980px){
  #hh-blog .hh-blogIntro__grid,
  #hh-blog .hh-blogFeatured__card,
  #hh-blog .hh-blogCta__inner{
    grid-template-columns:1fr;
  }

  #hh-blog .hh-blogCategoryGrid{
    grid-template-columns:1fr;
  }

  #hh-blog .hh-blogFeatured__media img{
    min-height:360px;
    height:420px;
  }

  #hh-blog .hh-blogCta__actions{
    justify-content:flex-start;
  }
}

@media (max-width:768px){
  #hh-blog .hh-blogHero__content{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    padding:0 !important;
  }

  #hh-blog .hh-blogHero__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-blog .hh-blogHero img{
    height:420px !important;
  }

  #hh-blog .hh-blogGrid{
    grid-template-columns:1fr;
  }

  #hh-blog .hh-blogCard__media img{
    height:230px;
  }

  #hh-blog .hh-blogFeatured__media img{
    height:320px;
    min-height:320px;
  }
}

@media (max-width:520px){
  #hh-blog .hh-blogWrap{
    padding:0 16px;
  }

  #hh-blog .hh-blogHero__cta,
  #hh-blog .hh-blogFeatured__actions,
  #hh-blog .hh-blogCta__actions{
    align-items:stretch;
  }

  #hh-blog .hh-blogBtn{
    width:100%;
  }

  #hh-blog .hh-blogHero__chips span{
    width:100%;
    justify-content:center;
  }
}
/* Generate 0.000731 second */