:root{
  --green-950:#061b10;
  --green-900:#0a2d18;
  --green-800:#123b22;
  --green-700:#1c5a31;
  --gold:#c99a39;
  --gold-2:#e4bd64;
  --paper:#fff2cc;
  --paper-2:#f4dfaa;
  --ink:#1b321d;
  --muted:#65491f;
  --line:rgba(142,91,22,.28);
  --shadow:0 18px 42px rgba(0,0,0,.26);
  --soft-shadow:0 12px 28px rgba(57,35,7,.12);
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Georgia,Cambria,"Times New Roman",serif;
  font-size:18px;
  line-height:1.48;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,225,112,.23),transparent 24rem),
    radial-gradient(circle at 88% 6%,rgba(236,184,75,.18),transparent 24rem),
    linear-gradient(180deg,#082114 0%,#06170e 100%);
  min-height:100vh;
}
a{color:inherit}
img{max-width:100%;display:block}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:.7rem;z-index:100}
.skip-link:focus{left:0}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(180deg,rgba(248,225,164,.98),rgba(220,177,88,.98));border-bottom:1px solid rgba(83,54,15,.32);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.nav{width:min(var(--max),calc(100% - 32px));min-height:66px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative}
.brand{font-weight:900;text-decoration:none;color:#2e2110;font-size:clamp(1.7rem,2.45vw,2.35rem);line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.35);white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:.52rem;font-weight:800;color:#2b1c0a;font-size:.88rem;white-space:nowrap}
.nav-links a{text-decoration:none;padding:.55rem .15rem;border-bottom:2px solid transparent}
.nav-links a:hover,.nav-links a:focus,.nav-links a[aria-current="page"]{border-color:#205832;color:#0d3920;outline:none}
.nav-cta{background:#0d4424!important;color:#fff2bc!important;border:1px solid var(--gold);border-radius:13px;padding:.64rem .86rem!important;box-shadow:0 6px 14px rgba(0,0,0,.2);border-bottom:1px solid var(--gold)!important}
.mobile-menu{display:none;background:#103c22;color:#f9dfa2;border:1px solid var(--gold);border-radius:999px;width:48px;height:48px;font-size:1.35rem;font-weight:900}
main{width:min(var(--max),calc(100% - 28px));margin:24px auto 48px;display:grid;gap:28px}
.hero-section,.page-hero,.section,.trust-bar,.related-section,.content-shell,.privacy-main{position:relative;z-index:1}
.hero-card,.page-hero,.section,.trust-bar,.content-shell,.related-section,.privacy-main{border:1px solid rgba(214,169,73,.66);box-shadow:var(--shadow),inset 0 0 0 1px rgba(255,249,208,.22);border-radius:var(--radius);overflow:hidden;background:linear-gradient(180deg,rgba(255,242,205,.97),rgba(235,204,139,.98))}
.hero-card,.page-hero{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:0;align-items:center}
.hero-copy,.page-hero-copy{padding:clamp(28px,5vw,62px)}
.eyebrow{margin:0 0 .55rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#6c4b16;font-size:.88rem}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.7rem,5.4vw,5.8rem);line-height:.95;letter-spacing:-.045em;color:#14351e;text-shadow:0 2px 0 rgba(255,248,220,.62);margin-bottom:1rem}
h2{font-size:clamp(2.05rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.035em;color:#17371e;margin-bottom:.85rem}
h3{font-size:1.38rem;line-height:1.08;color:#17371e;margin-bottom:.5rem}
.lead{font-size:clamp(1.12rem,2.05vw,1.52rem);line-height:1.38;color:#2a2714;font-weight:700;max-width:720px}
.hero-copy p:not(.lead),.page-hero-copy p:not(.lead),.text-panel p,.section-heading p,.content-block p,.privacy-main p,.privacy-main li{font-weight:700;color:#4b3617}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:1.35rem}
.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:50px;border-radius:14px;padding:.78rem 1.18rem;font-weight:900;border:1px solid rgba(196,151,57,.85);box-shadow:0 8px 18px rgba(35,21,5,.18),inset 0 0 0 1px rgba(255,255,255,.22);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.button:hover,.button:focus{transform:translateY(-2px);filter:brightness(1.04);outline:2px solid rgba(238,209,123,.35);outline-offset:3px}
.button-primary{background:linear-gradient(180deg,#1d5b31,#0c321b);color:#fff7ca}
.button-light{background:linear-gradient(180deg,#fff1c9,#d9b46a);color:#2f210e}
.button-outline{background:transparent;color:#fff4c6;border-color:#f2d27a}
.hero-visual,.page-hero-visual{margin:0;padding:22px;align-self:stretch;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(255,245,195,.28),transparent 18rem)}
.hero-visual img,.page-hero-visual img{width:100%;height:auto;object-fit:contain;border-radius:22px;border:1px solid rgba(142,91,22,.22);background:#ead29a;box-shadow:var(--soft-shadow)}
.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0;background:linear-gradient(180deg,#fff4cf,#efd08b)}
.trust-bar article{display:grid;gap:.35rem;padding:18px 16px;text-align:center;border-right:1px solid var(--line)}
.trust-bar article:last-child{border-right:0}
.trust-bar strong{font-size:clamp(1.45rem,2.5vw,2.2rem);line-height:1;color:#0e4325}
.trust-bar span{font-weight:800;color:#604217;font-size:.96rem;line-height:1.25}
.section,.related-section,.content-shell{padding:clamp(28px,4.5vw,52px)}
.section-heading{text-align:center;max-width:850px;margin:0 auto 28px}.section-heading.compact{margin-bottom:22px}.section-heading p{font-size:1.12rem}.feature-grid{display:grid;gap:18px}.feature-grid.three{grid-template-columns:repeat(3,1fr)}
.feature-card,.related-card,.content-block{display:block;text-decoration:none;padding:22px;border-radius:22px;background:rgba(255,255,255,.48);border:1px solid var(--line);box-shadow:0 8px 22px rgba(56,34,7,.08)}
a.feature-card,a.related-card{transition:transform .18s ease,box-shadow .18s ease}
a.feature-card:hover,a.feature-card:focus,a.related-card:hover,a.related-card:focus{transform:translateY(-3px);box-shadow:0 14px 30px rgba(39,61,21,.18);outline:none}
.feature-card p{margin:0;color:#553a18}.story-principle{background:radial-gradient(circle at 85% 20%,rgba(255,236,126,.22),transparent 18rem),linear-gradient(135deg,#0d4526,#082414);color:#fff2bc}.story-principle h2,.story-principle .eyebrow{color:#fff1ba}.story-principle p{color:#f8df9e}.text-panel.wide{max-width:920px;margin:auto}.story-principle blockquote{margin:24px 0 0;padding:22px;border-left:5px solid #e7bd58;background:rgba(255,255,255,.08);border-radius:16px;font-size:1.35rem;font-weight:900;color:#fff5cc}
.topics-section{background:linear-gradient(180deg,#fff2cc,#e9c97f)}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.topic-grid a{display:grid;place-items:center;text-align:center;min-height:92px;padding:16px;text-decoration:none;border-radius:18px;background:linear-gradient(180deg,#fff7dc,#f1d390);border:1px solid rgba(157,112,33,.55);box-shadow:0 8px 16px rgba(89,57,15,.12);font-weight:900;color:#2f210e}.topics-note{max-width:840px;text-align:center;margin:24px auto 0!important;font-size:1.08rem}
.image-text-section{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;padding:20px}.full-visual{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(142,91,22,.24);background:#ead29a;box-shadow:var(--soft-shadow)}.full-visual img{width:100%;height:auto;object-fit:contain}.text-panel{padding:clamp(24px,4vw,48px)}
.page-hero{min-height:380px}.content-shell{display:grid;gap:18px}.content-block h2{font-size:clamp(1.7rem,3vw,2.5rem)}.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding-left:26px;font-weight:800;color:#4c3515}.check-list li::before{content:"✦";position:absolute;left:0;color:#0e5a30}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-grid.large{grid-template-columns:repeat(3,1fr)}.related-card span{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#7b581a;font-weight:900;margin-bottom:.4rem}.related-card strong{display:block;font-size:1.3rem;line-height:1.08;color:#17371e;margin-bottom:.5rem}.related-card em{display:block;font-style:normal;font-weight:700;color:#5a3c17;font-size:.98rem;line-height:1.35}.cta-band{padding:clamp(30px,4.8vw,58px);text-align:center;background:radial-gradient(circle at 15% 45%,rgba(252,218,96,.24),transparent 28rem),linear-gradient(135deg,#062614,#0b4726);border-color:rgba(247,215,109,.36);color:#fff4c6}.cta-band h2{color:#fff4c6;max-width:900px;margin-inline:auto}.cta-band p{color:#f9df9a;max-width:760px;margin-inline:auto}.cta-band .eyebrow{color:#ffe18b}.cta-actions{justify-content:center}.privacy-main{width:min(960px,calc(100% - 32px));padding:clamp(28px,4vw,52px)}.privacy-main h1{font-size:clamp(2.2rem,5vw,4.4rem)}.privacy-main h2{font-size:1.65rem;margin-top:1.6rem}.site-footer{background:#052414;color:#f5d98c;border-top:1px solid rgba(247,215,109,.4);margin-top:46px}.footer-inner{width:min(var(--max),calc(100% - 32px));margin:auto;padding:28px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap}.footer-inner strong{display:block;color:#fff2bd;font-size:1.35rem}.footer-inner span{display:block;max-width:360px}.site-footer nav{display:flex;gap:1rem;flex-wrap:wrap;max-width:760px;justify-content:flex-end}.site-footer a{text-decoration:none;color:#fff2bd;font-weight:800}.site-footer a:hover{text-decoration:underline;text-underline-offset:5px}.copyright{border-top:1px solid rgba(247,215,109,.18);text-align:center;padding:15px 22px;color:#e6c573;font-size:.92rem}
@media (max-width:1080px){.nav-links{font-size:.9rem;gap:.55rem}.hero-card,.page-hero,.image-text-section{grid-template-columns:1fr}.trust-bar{grid-template-columns:repeat(2,1fr)}.trust-bar article:nth-child(2){border-right:0}.feature-grid.three,.related-grid,.related-grid.large{grid-template-columns:1fr 1fr}.topic-grid{grid-template-columns:repeat(2,1fr)}.hero-visual,.page-hero-visual{padding:0 22px 22px}.text-panel{padding:28px 8px 8px}}
@media (max-width:860px){.mobile-menu{display:block}.nav{min-height:74px}.nav-links{position:absolute;left:0;right:0;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border-radius:18px;background:#f0d387;border:1px solid rgba(83,54,15,.3);box-shadow:0 14px 30px rgba(0,0,0,.25);white-space:normal}.nav-links.is-open{display:flex}.nav-links a{text-align:center;padding:13px 15px;border-radius:12px}.nav-cta{justify-content:center;margin-top:6px}.hero-copy,.page-hero-copy{padding:28px 20px}.button{width:100%}.hero-actions{gap:10px}.section,.related-section,.content-shell{padding:28px 18px}.feature-grid.three,.related-grid,.related-grid.large{grid-template-columns:1fr}.check-list{grid-template-columns:1fr}.image-text-section{padding:14px}.site-footer nav{display:grid;gap:.55rem;justify-content:start}.footer-inner{display:grid}}
@media (max-width:520px){body{font-size:17px}.nav{width:calc(100% - 18px)}.brand{font-size:2rem}main{width:calc(100% - 14px);gap:20px;margin-top:14px}.hero-copy,.page-hero-copy{padding:24px 18px}h1{font-size:clamp(2.35rem,10vw,3.45rem)}h2{font-size:clamp(2rem,9vw,3rem)}.trust-bar{grid-template-columns:1fr}.trust-bar article{border-right:0;border-bottom:1px solid var(--line)}.trust-bar article:last-child{border-bottom:0}.topic-grid{grid-template-columns:1fr}.section-heading{text-align:left}.section-heading.compact{text-align:center}.full-visual{border-radius:18px}}


/* v1.5.1: klidnejsi hlavicka a citelnejsi homepage hero */
.home-main .hero-copy h1{
  font-size:clamp(2.25rem,4.1vw,4.15rem);
  line-height:1.03;
  letter-spacing:-.035em;
  max-width:690px;
}
.home-main .hero-copy .lead{
  font-size:clamp(1.04rem,1.65vw,1.28rem);
  max-width:620px;
}
.home-main .hero-copy p:not(.eyebrow):not(.lead){
  max-width:640px;
}
@media (min-width:1081px){
  .nav{gap:14px;}
  .brand{flex:0 0 auto;}
  .nav-links{flex:1 1 auto;justify-content:flex-end;}
}
@media (max-width:1180px) and (min-width:861px){
  .brand{font-size:2rem;}
  .nav-links{font-size:.82rem;gap:.42rem;}
  .nav-cta{padding:.58rem .72rem!important;}
}


/* v1.5.2: tematicka konsolidace 21 pohadek */
.nav-links .nav-cta{display:none!important}
.mobile-only-link{display:none!important}
.nav-links a.is-active{background:rgba(255,240,190,.42);box-shadow:inset 0 0 0 1px rgba(255,255,255,.26)}
.cluster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.cluster-card{padding:24px;border-radius:24px;background:rgba(255,255,255,.46);border:1px solid var(--line);box-shadow:0 10px 22px rgba(56,34,7,.08)}
.cluster-card p{font-weight:750;color:#553a18}.mini-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.mini-tags a,.tag{display:inline-flex;align-items:center;text-decoration:none;border-radius:999px;padding:.48rem .72rem;background:linear-gradient(180deg,#fff7dc,#f0d28e);border:1px solid rgba(157,112,33,.42);color:#33220e;font-weight:900;font-size:.9rem}.mini-tags a:hover,.tag:hover{filter:brightness(1.04);transform:translateY(-1px)}
.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.story-card{position:relative;display:block;text-decoration:none;padding:24px 22px 22px;border-radius:22px;background:rgba(255,255,255,.54);border:1px solid var(--line);box-shadow:0 8px 22px rgba(56,34,7,.08);min-height:260px}.story-card:hover,.story-card:focus{transform:translateY(-3px);box-shadow:0 14px 30px rgba(39,61,21,.18);outline:none}.story-number{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,#174f2c,#0b2d18);color:#fff1b4;font-weight:1000;margin-bottom:14px}.story-card strong{display:block;color:#17371e;font-size:1.22rem;line-height:1.08;margin-bottom:.45rem}.story-card em{display:block;color:#7b581a;font-style:normal;font-weight:900;line-height:1.22;margin-bottom:.75rem}.story-card p{margin:0;color:#563d19;font-weight:700;line-height:1.42}.homepage-stories .story-card:nth-child(n+7){display:none}.story-group-section{margin-top:22px}.story-hero .tag-row{margin-top:1rem}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.large-tags .tag{font-size:1rem;padding:.62rem .88rem}.topic-listing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.topic-listing a{display:grid;gap:.35rem;text-decoration:none;padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff8e1,#f3d894);border:1px solid rgba(157,112,33,.45)}.topic-listing strong{font-size:1.08rem;color:#17371e}.topic-listing span{font-weight:700;color:#563d19}.topic-listing em{font-style:normal;font-weight:900;color:#76520f;font-size:.9rem}.cluster-block h2{font-size:clamp(1.65rem,3vw,2.5rem)}.story-detail .content-block{overflow:hidden}.site-footer .copyright{line-height:1.35}
@media (max-width:1080px){.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cluster-grid{grid-template-columns:1fr}.topic-listing{grid-template-columns:1fr}}
@media (max-width:860px){.mobile-only-link{display:block!important}.nav-links .mobile-only-link{display:block!important}.story-grid{grid-template-columns:1fr}.story-card{min-height:auto}.cluster-card{padding:20px}.tag-row{gap:7px}.topic-listing a{padding:16px}}
@media (max-width:520px){.home-main .hero-copy h1{font-size:clamp(2.1rem,9vw,3.2rem)}.mini-tags a,.tag{font-size:.84rem}.story-number{width:40px;height:40px}.story-card{padding:20px}}


/* v1.5.3: pohadky page – 3x7 groups and safer hero title */
.stories-main > .page-hero h1{
  font-size:clamp(2.45rem,4.35vw,4.75rem);
  line-height:1.01;
  max-width:620px;
  overflow-wrap:normal;
}
.stories-main > .page-hero .lead,
.stories-main > .page-hero p:not(.eyebrow):not(.lead){max-width:620px;}
@media (min-width:1081px){
  .stories-main > .page-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);}
  .stories-main > .page-hero-copy{padding-right:34px;}
}
@media (max-width:520px){
  .stories-main > .page-hero h1{font-size:clamp(2.1rem,9vw,3.15rem);}
}

/* v1.5.6: SEO wording/menu + desktop hero typography fix */
.nav-links{gap:.46rem;font-size:.84rem;}
@media (min-width:1081px){
  .stories-main > .page-hero{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);}
  .stories-main > .page-hero-copy{padding-right:24px;}
  .stories-main > .page-hero h1{
    font-size:clamp(2.25rem,3.25vw,3.85rem);
    line-height:1.02;
    max-width:465px;
    letter-spacing:-.038em;
  }
  .stories-main > .page-hero .lead,
  .stories-main > .page-hero p:not(.eyebrow):not(.lead){max-width:465px;}
  .stories-main > .page-hero-visual{padding-left:12px;}
}
@media (min-width:1081px) and (max-width:1220px){
  .nav-links{gap:.34rem;font-size:.79rem;}
  .brand{font-size:clamp(1.75rem,2.18vw,2.12rem);}
}


/* v1.5.7: visual pass for key pages and selected story details */
.page-hero-visual img,.hero-visual img{
  background:#ead29a;
}
@media (min-width:1081px){
  .page-hero-visual img,.hero-visual img{
    max-height:390px;
    object-fit:cover;
  }
  .story-hero .page-hero-visual img{
    max-height:430px;
    object-fit:cover;
  }
  .stories-main > .page-hero .page-hero-visual img{
    max-height:360px;
  }
}
@media (max-width:1080px){
  .page-hero-visual img,.hero-visual img{max-height:none;object-fit:contain;}
}


/* v1.5.8: unified desktop page hero typography, map-based 21 stories cycles, clearer story cards */
@media (min-width:1081px){
  .page-hero h1{
    font-size:clamp(2.25rem,3.25vw,3.85rem);
    line-height:1.03;
    letter-spacing:-.038em;
    max-width:500px;
  }
  .page-hero .lead{
    font-size:clamp(1.02rem,1.52vw,1.22rem);
    line-height:1.38;
    max-width:500px;
  }
  .page-hero-copy p:not(.eyebrow):not(.lead){
    max-width:500px;
    font-size:1rem;
    line-height:1.42;
  }
  .page-hero{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);}
  .page-hero-copy{padding-right:30px;}
}
.stories-main > .page-hero h1{max-width:430px;}
.map-guide-section{
  display:grid;
  grid-template-columns:minmax(240px,.72fr) minmax(0,1fr);
  gap:clamp(18px,3vw,34px);
  align-items:center;
  padding:clamp(24px,3.8vw,46px);
}
.map-guide-visual{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(142,91,22,.32);
  background:#ead29a;
  box-shadow:var(--soft-shadow);
}
.map-guide-visual img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  object-position:center 40%;
}
.map-guide-copy h2{
  font-size:clamp(2rem,3.2vw,3.1rem);
  max-width:720px;
}
.map-guide-copy p:not(.eyebrow){
  font-weight:750;
  color:#4b3617;
  max-width:720px;
}
.cycle-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.cycle-pills a{
  display:inline-flex;
  text-decoration:none;
  border-radius:999px;
  padding:.55rem .82rem;
  background:linear-gradient(180deg,#fff8de,#f0cf86);
  border:1px solid rgba(157,112,33,.45);
  color:#2f210e;
  font-weight:900;
  box-shadow:0 6px 14px rgba(56,34,7,.08);
}
.story-cycle-section{scroll-margin-top:90px;}
.cycle-heading h2{font-size:clamp(2rem,3.4vw,3.35rem);}
.cycle-heading p:not(.eyebrow){max-width:780px;margin-inline:auto;color:#5a3c17;font-weight:750;}
.story-map-grid{gap:18px;align-items:stretch;}
.story-card-map{
  min-height:310px;
  display:flex;
  flex-direction:column;
  gap:.48rem;
  background:linear-gradient(180deg,rgba(255,249,231,.86),rgba(249,236,201,.78));
}
.story-card-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.story-card-head .story-number{margin-bottom:0;flex:0 0 auto;}
.story-place{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:.36rem .58rem;
  border-radius:999px;
  background:rgba(201,154,57,.16);
  border:1px solid rgba(157,112,33,.28);
  color:#6d4a12;
  font-weight:950;
  font-size:.82rem;
  line-height:1.08;
}
.story-card-map strong{
  font-size:1.18rem;
  line-height:1.1;
  margin-bottom:.14rem;
}
.story-theme-label{
  display:inline-flex;
  width:max-content;
  margin-top:.25rem;
  padding:.18rem .48rem;
  border-radius:999px;
  background:#103c22;
  color:#fff1b4;
  font-size:.72rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  font-weight:1000;
}
.story-card-map em{
  margin:0;
  color:#7b581a;
  font-size:.98rem;
  line-height:1.24;
}
.story-card-map p{
  margin-top:.35rem;
  font-size:.98rem;
  line-height:1.38;
}
@media (max-width:1080px){
  .map-guide-section{grid-template-columns:1fr;}
  .map-guide-visual img{max-height:none;object-fit:contain;}
}
@media (max-width:860px){
  .cycle-pills{display:grid;}
  .cycle-pills a{justify-content:center;}
}


/* v1.5.9: mapa bez cisel, casti misto cyklu, citelnejsi desktop map preview */
.map-guide-section{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1fr);
}
.map-guide-visual-full img{
  width:100%;
  height:auto;
  max-height:760px;
  object-fit:contain;
  object-position:center center;
}
.cycle-pills a{
  font-size:.95rem;
}
.story-cycle-section[id^="zastaveni-"]{
  scroll-margin-top:90px;
}
@media (min-width:1081px){
  .map-guide-section{align-items:center;}
  .map-guide-visual-full{max-width:430px;justify-self:center;}
}
@media (max-width:1080px){
  .map-guide-visual-full{max-width:640px;margin-inline:auto;}
  .map-guide-visual-full img{max-height:none;}
}


/* v1.6.0: obsahove rozsireni pro rodice, temata a kontakt */
.nav-links{gap:.34rem;font-size:.78rem;}
@media (min-width:1081px){.brand{font-size:clamp(1.7rem,2vw,2.05rem)}}
.material-note,.micro-question{font-weight:850;color:#513716;background:rgba(255,247,220,.6);border:1px solid rgba(157,112,33,.25);border-radius:16px;padding:12px 14px;margin-top:14px}
.materials-principle blockquote,.story-principle blockquote{font-size:clamp(1.1rem,2vw,1.45rem)}
.parent-situation-grid .cluster-card h3{font-size:1.35rem}
.contact-shell a{color:#174f2c;font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}
.authority-section .text-panel p{font-weight:750}
@media (max-width:1180px) and (min-width:861px){.nav-links{font-size:.72rem;gap:.22rem}.nav-links a{padding:.55rem .52rem}}
@media (max-width:860px){.nav-links{font-size:.95rem}.parent-situation-grid{grid-template-columns:1fr}.material-note,.micro-question{padding:11px 12px}}


/* v1.6.1: full story title chips */
.cluster-card .mini-tags{display:grid;grid-template-columns:1fr;align-items:stretch;}
.cluster-card .mini-tags a{justify-content:flex-start;border-radius:16px;white-space:normal;text-align:left;line-height:1.18;padding:.58rem .78rem;}
.compact-story-list{margin:.45rem 0 0;padding-left:1.15rem;color:#553a18;font-weight:850;line-height:1.45;}
.compact-story-list li+li{margin-top:.2rem;}
@media (max-width:520px){.cluster-card .mini-tags a{font-size:.82rem;}.compact-story-list{font-size:.95rem;}}

/* v1.6.2: responsive hero visuals with separate desktop/mobile assets */
.page-hero-visual.hero-responsive picture,
.hero-visual.hero-responsive picture{
  display:block;
  width:100%;
}
.page-hero-visual.hero-responsive img,
.hero-visual.hero-responsive img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center center;
}
@media (min-width:1081px){
  .page-hero-visual.hero-responsive img,
  .hero-visual.hero-responsive img{
    max-height:none;
    object-fit:contain;
  }
}
@media (max-width:860px){
  .page-hero-visual.hero-responsive img,
  .hero-visual.hero-responsive img{
    border-radius:20px;
  }
}


/* v1.6.4: unified author/contact hero copy and immediate CTA */
.page-hero-copy .hero-contact-links{margin-top:16px;font-size:1.04rem;line-height:1.62;max-width:520px;}
.page-hero-copy .hero-contact-links strong{color:#17371e;}
.page-hero-copy .hero-contact-links a{color:#0c5a31;font-weight:900;text-decoration:underline;text-underline-offset:4px;}
.page-hero-copy .hero-contact-links a:hover{color:#083c20;}


/* v1.6.7: hlavni vizualy pohadek a nahledy */
.story-card-map{padding:0;overflow:hidden;gap:0;}
.story-card-media{aspect-ratio:1/1;overflow:hidden;border-bottom:1px solid rgba(157,112,33,.22);background:linear-gradient(180deg,#fef7de,#f2ddb0);}
.story-card-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}
.story-card-map-body{display:flex;flex-direction:column;gap:.45rem;padding:20px 20px 22px;flex:1 1 auto;}
.visual-review-section{margin-top:22px;}
.visual-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.visual-review-card{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,249,231,.88),rgba(249,236,201,.8));border:1px solid rgba(157,112,33,.24);box-shadow:0 8px 22px rgba(56,34,7,.08);}
.visual-review-card figure{margin:0;aspect-ratio:1/1;overflow:hidden;border-radius:18px;}
.visual-review-card img{display:block;width:100%;height:100%;object-fit:cover;}
.visual-review-copy h3{margin:0 0 .35rem;font-size:1.18rem;color:#17371e;}
.visual-review-copy p{margin:0;color:#5a3c17;font-weight:700;line-height:1.42;}
@media (max-width:980px){.visual-review-grid{grid-template-columns:1fr;}.visual-review-card{grid-template-columns:120px 1fr;}}
@media (max-width:520px){.story-card-map-body{padding:18px;}.visual-review-card{grid-template-columns:1fr;}}


/* v1.6.7: cele karty na detailech + nahledy v odkazech na pohadky */
.story-hero .page-hero-visual img{
  width:100%;
  height:auto;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f1dcaa;
}
.story-card-thumb{
  padding:0;
  overflow:hidden;
  min-height:auto;
  display:grid;
  grid-template-rows:auto 1fr;
}
.story-card-thumb .story-card-mini-media{
  aspect-ratio:1/1;
  overflow:hidden;
  border-bottom:1px solid rgba(157,112,33,.22);
  background:linear-gradient(180deg,#fff8e1,#f1d99b);
}
.story-card-thumb .story-card-mini-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.story-card-thumb .story-card-mini-body{
  padding:20px 20px 22px;
  display:flex;
  align-items:flex-start;
}
.story-card-thumb .story-card-mini-body strong{
  margin:0;
  color:#17371e;
  font-size:1.18rem;
  line-height:1.16;
}
.mini-tags a.mini-story-link{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:10px;
  align-items:center;
  min-height:58px;
  padding:.42rem .58rem;
  border-radius:18px;
}
.mini-story-thumb{
  display:block;
  width:46px;
  height:46px;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 4px 10px rgba(56,34,7,.16);
}
.mini-tags a.mini-story-link span{
  display:block;
  line-height:1.16;
}
@media (max-width:520px){
  .story-card-thumb .story-card-mini-body{padding:18px;}
  .mini-tags a.mini-story-link{grid-template-columns:42px 1fr;}
  .mini-story-thumb{width:42px;height:42px;}
}


/* v1.6.8: 21 pohadek hero visual swap + desktop title break for Ulhanek */
.stories-main > .page-hero .page-hero-visual img{
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f1dcaa;
}
@media (min-width:1081px){
  .story-hero .page-hero-copy h1{
    max-width:440px;
  }
}


/* v1.6.9 - sjednocene zapati a souvisejici weby */
.site-footer{background:#052414;color:#f5d98c;border-top:1px solid rgba(247,215,109,.4);margin-top:46px}.footer-menu-row{width:min(var(--max),calc(100% - 32px));margin:auto;padding:26px 0 20px;display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:24px;align-items:start}.footer-brand{color:#fff2bd;text-decoration:none;font-size:1.35rem;font-weight:1000;line-height:1.1}.footer-brand:hover{text-decoration:underline;text-underline-offset:5px}.site-footer nav{display:flex;gap:.8rem 1rem;flex-wrap:wrap;justify-content:flex-end;max-width:none}.site-footer nav a{text-decoration:none;color:#fff2bd;font-weight:900}.site-footer nav a:hover{text-decoration:underline;text-underline-offset:5px}.footer-related-sites{width:min(var(--max),calc(100% - 32px));margin:0 auto 0;padding:28px 0 30px;border-top:1px solid rgba(247,215,109,.22)}.footer-related-sites h2{margin:0 0 18px;text-align:center;color:#fff2bd;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.06}.footer-sites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.footer-site-card{display:flex;flex-direction:column;min-height:100%;padding:20px 18px;border-radius:20px;background:rgba(255,248,224,.08);border:1px solid rgba(247,215,109,.28);box-shadow:0 14px 28px rgba(0,0,0,.16);text-decoration:none;color:#fff2bd;transition:transform .18s ease,background .18s ease,border-color .18s ease}.footer-site-card:hover,.footer-site-card:focus-visible{transform:translateY(-3px);background:rgba(255,248,224,.13);border-color:rgba(247,215,109,.5);outline:none;text-decoration:none}.footer-site-card strong{display:block;color:#fff2bd;font-size:1.22rem;line-height:1.12;margin:0 0 9px}.footer-site-card span{display:block;color:#f4da95;font-size:.98rem;line-height:1.35;font-weight:700;margin:0 0 16px}.footer-site-card em{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:106px;padding:9px 18px;border-radius:999px;background:#0d4a2b;color:#fff1b8;font-style:normal;font-size:.92rem;font-weight:1000;line-height:1.1;box-shadow:inset 0 0 0 1px rgba(255,232,163,.26)}.footer-rights-note{margin:22px auto 0;padding:17px 18px;border-radius:18px;background:rgba(255,248,224,.06);border:1px solid rgba(247,215,109,.22);color:#f4da95;font-size:.86rem;line-height:1.48;font-weight:700}.footer-rights-note p{margin:0}.footer-rights-title{margin:0 0 6px!important;color:#fff2bd;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:1000}.footer-rights-note strong{color:#fff2bd;font-weight:1000}.copyright,.footer-inner{display:none!important}
@media (max-width:1050px){.footer-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-menu-row{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}}
@media (max-width:640px){.footer-menu-row{padding:22px 0 16px;gap:16px}.footer-brand{font-size:1.3rem}.site-footer nav{display:grid;grid-template-columns:1fr;gap:.5rem}.site-footer nav a{padding:.2rem 0}.footer-related-sites{padding:24px 0 26px}.footer-related-sites h2{text-align:left;font-size:1.8rem}.footer-sites-grid{grid-template-columns:1fr;gap:12px}.footer-site-card{padding:18px 16px}.footer-site-card em{width:100%}.footer-rights-note{font-size:.8rem;padding:15px 14px}}

/* v1.7.1: desktop hero obrazky zarovnane k prvnimu radku hlavniho titulku */
@media (min-width:1081px){
  .page-hero{
    align-items:start;
    --hero-copy-padding-y:clamp(28px,5vw,62px);
    --hero-headline-start:calc(var(--hero-copy-padding-y) + 1.85rem);
  }
  .page-hero-visual{
    align-self:start;
    place-items:start center;
    padding-top:var(--hero-headline-start);
    padding-bottom:var(--hero-copy-padding-y);
  }
  .page-hero-visual.hero-responsive picture{
    align-self:start;
  }
  .page-hero-visual img{
    margin-top:0;
  }
}


/* v1.7.1: cisty rozcestnik temat a upraveny domovsky hero obraz */
@media (min-width:1081px){
  .home-main .hero-card{align-items:start;}
  .home-main .hero-visual.hero-home-author{align-self:start;place-items:start center;padding-top:clamp(28px,5vw,62px);}
  .home-main .hero-visual.hero-home-author img{max-height:560px;object-fit:contain;}
}
.topics-icon-section{overflow:visible;}
.topics-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;}
.topic-route-card{display:grid;grid-template-rows:auto auto 1fr;gap:8px;text-decoration:none;padding:22px 18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,248,225,.94),rgba(242,214,151,.94));border:1px solid rgba(157,112,33,.42);box-shadow:0 12px 24px rgba(56,34,7,.09);min-height:190px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.topic-route-card:hover,.topic-route-card:focus-visible{transform:translateY(-3px);box-shadow:0 18px 34px rgba(39,61,21,.18);border-color:rgba(18,83,43,.55);outline:none;text-decoration:none;}
.topic-route-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(180deg,#174f2c,#0b2d18);color:#fff1b4;font-size:1.42rem;font-weight:1000;box-shadow:inset 0 0 0 1px rgba(255,232,163,.24);}
.topic-route-card strong{display:block;color:#17371e;font-size:1.22rem;line-height:1.08;}
.topic-route-card em{display:block;font-style:normal;color:#6a4614;font-weight:850;font-size:.98rem;line-height:1.32;}
@media (max-width:1080px){.topics-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-main .hero-visual.hero-home-author{padding:0 22px 22px;}.home-main .hero-visual.hero-home-author img{max-height:none;}}
@media (max-width:640px){.topics-icon-grid{grid-template-columns:1fr;gap:12px}.topic-route-card{min-height:0;padding:18px 16px;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center}.topic-route-icon{grid-row:1/3;width:46px;height:46px;border-radius:15px}.topic-route-card strong{font-size:1.14rem}.topic-route-card em{font-size:.95rem}}

/* v1.7.2: Témata bez mapy, čistý textový úvod a třísloupcový rozcestník */
.topics-intro-hero{display:block;min-height:auto;}
.topics-intro-hero .page-hero-copy{max-width:900px;margin:0 auto;text-align:center;padding-top:clamp(36px,5vw,64px);padding-bottom:clamp(36px,5vw,64px);}
.topics-intro-hero .page-hero-copy p{max-width:760px;margin-left:auto;margin-right:auto;}
@media (min-width:1081px){.topics-three-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}


/* v1.7.3: domovsky hero pouziva schvalenou portrait vizualizaci na desktopu */
@media (min-width:1081px){
  .home-main .hero-card{
    align-items:start;
  }
  .home-main .hero-visual.hero-home-author{
    align-self:start;
    place-items:start center;
    padding-top:clamp(28px,5vw,62px);
    padding-bottom:clamp(28px,5vw,62px);
  }
  .home-main .hero-visual.hero-home-author img{
    width:auto;
    max-width:100%;
    max-height:760px;
    object-fit:contain;
  }
}
@media (max-width:1080px){
  .home-main .hero-visual.hero-home-author img{
    width:100%;
    max-height:none;
    object-fit:contain;
  }
}


/* v1.7.6: 21 odbornych temat + dlouhy portrait hero na desktopu */
.professional-topics-section{overflow:visible;}
.professional-topics-grid{align-items:stretch;}
.professional-topic-card{min-height:310px;grid-template-rows:auto auto auto auto 1fr;}
.professional-topic-card small{display:block;color:#4f3715;font-weight:750;line-height:1.36;font-size:.94rem;margin-top:4px;}
.professional-topic-story{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;margin-top:4px;padding:8px;border-radius:16px;background:linear-gradient(180deg,#fff6d9,#efd08b);border:1px solid rgba(157,112,33,.34);color:#234323;font-weight:900;line-height:1.18;font-size:.92rem;}
.professional-topic-story img{width:42px;height:42px;border-radius:12px;object-fit:cover;border:1px solid rgba(83,54,15,.24);box-shadow:0 4px 10px rgba(56,34,7,.12);}
@media (min-width:1081px){
  .home-main .hero-card{grid-template-columns:minmax(0,.9fr) minmax(360px,.82fr);align-items:start;}
  .home-main .hero-visual.hero-home-author{align-self:start;place-items:start center;padding-top:clamp(28px,4vw,54px);padding-bottom:clamp(28px,4vw,54px);}
  .home-main .hero-visual.hero-home-author img{width:auto;max-width:100%;max-height:880px;height:auto;object-fit:contain;object-position:top center;}
}
@media (max-width:1080px){
  .professional-topic-card{min-height:0;}
}
@media (max-width:640px){
  .professional-topic-card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto;gap:8px;}
  .professional-topic-card .topic-route-icon{grid-row:1/4;}
  .professional-topic-story{grid-column:1/3;}
  .professional-topic-card small{grid-column:1/3;}
}


/* v1.7.6: cista stranka Temata - tmave zelene odborné záložky bez ikon a bez prehlcenych odstavcu */
.topics-page-hero{
  grid-template-columns:minmax(0,.78fr) minmax(360px,1.22fr);
  align-items:start;
}
.topics-page-hero .page-hero-copy{
  padding-right:clamp(24px,4vw,54px);
}
.topics-page-hero .page-hero-copy p:not(.eyebrow):not(.lead){
  max-width:560px;
}
.topics-hero-visual{
  align-self:stretch;
  place-items:start center;
  padding:clamp(28px,4vw,54px) clamp(22px,3vw,40px);
}
.topics-hero-visual img{
  width:100%;
  max-height:560px;
  object-fit:cover;
  object-position:center center;
  border-radius:24px;
}
.clean-topics-section{
  overflow:visible;
}
.clean-topics-heading p{
  max-width:760px;
}
.clean-topics-grid{
  gap:18px;
  align-items:stretch;
}
.topic-clean-card{
  display:flex;
  flex-direction:column;
  gap:0;
  padding:0;
  overflow:hidden;
  min-height:0;
  background:linear-gradient(180deg,rgba(255,250,232,.98),rgba(243,216,154,.98));
  border:1px solid rgba(157,112,33,.42);
  border-radius:24px;
  box-shadow:0 14px 28px rgba(56,34,7,.10);
}
.topic-clean-card:hover,.topic-clean-card:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(39,61,21,.20);
  border-color:rgba(18,83,43,.58);
  outline:none;
  text-decoration:none;
}
.topic-title-tab{
  display:block;
  padding:15px 18px 14px;
  background:linear-gradient(180deg,#0f4b29,#062f19);
  color:#fff6d2;
  font-weight:1000;
  font-size:clamp(1.02rem,1.35vw,1.22rem);
  line-height:1.12;
  letter-spacing:.005em;
  min-height:72px;
}
.topic-keywords{
  display:block;
  padding:13px 18px 12px;
  color:#65430f;
  font-weight:900;
  font-size:.98rem;
  line-height:1.32;
  background:rgba(255,248,223,.68);
  border-bottom:1px solid rgba(157,112,33,.22);
}
.topic-story-link{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:12px;
  align-items:center;
  margin:14px 16px 16px;
  padding:10px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff7dc,#efd18d);
  border:1px solid rgba(157,112,33,.36);
  color:#17371e;
  font-weight:1000;
  line-height:1.18;
  font-size:.98rem;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.34);
}
.topic-story-link img{
  width:54px;
  height:54px;
  border-radius:14px;
  object-fit:cover;
  border:1px solid rgba(83,54,15,.28);
  box-shadow:0 5px 12px rgba(56,34,7,.14);
}
.topic-clean-card small,.topic-clean-card .topic-route-icon{
  display:none !important;
}
@media (min-width:1081px){
  .clean-topics-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:1080px){
  .topics-page-hero{grid-template-columns:1fr;}
  .topics-page-hero .page-hero-copy{padding-right:clamp(24px,5vw,62px);}
  .topics-hero-visual{padding:0 22px 24px;}
  .topics-hero-visual img{max-height:none;object-fit:contain;}
  .clean-topics-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .clean-topics-grid{grid-template-columns:1fr;gap:14px;}
  .topic-clean-card{display:flex;grid-template-columns:1fr;grid-template-rows:auto;}
  .topic-title-tab{min-height:0;padding:14px 16px 13px;font-size:1.08rem;}
  .topic-keywords{padding:12px 16px;font-size:.95rem;}
  .topic-story-link{grid-template-columns:50px 1fr;margin:13px 14px 14px;font-size:.94rem;}
  .topic-story-link img{width:50px;height:50px;}
}

/* v1.7.6: zarovnani karet temat na desktopu */
@media (min-width:1081px){
  .clean-topics-grid{
    align-items:stretch;
  }
  .topic-clean-card{
    min-height:0;
  }
  .topic-title-tab{
    display:flex;
    align-items:flex-start;
    min-height:0;
    height:86px;
    padding:16px 18px 12px;
    font-size:clamp(.98rem,1.12vw,1.16rem);
    line-height:1.12;
  }
  .topic-keywords{
    display:flex;
    align-items:flex-start;
    min-height:0;
    height:84px;
    padding:14px 18px 12px;
    line-height:1.28;
  }
  .topic-story-link{
    margin-top:16px;
  }
}
@media (max-width:1080px){
  .topic-title-tab,
  .topic-keywords{
    height:auto;
  }
}


/* v1.7.7 Obchod page */
.shop-hero .shop-visual img{object-fit:cover;object-position:center;}
.shop-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;}
.shop-topic-card{display:flex;flex-direction:column;gap:.7rem;padding:20px;border-radius:22px;background:rgba(255,255,255,.58);border:1px solid var(--line);box-shadow:0 8px 22px rgba(56,34,7,.08);}
.shop-topic-head{display:flex;align-items:center;gap:10px;}
.shop-topic-head span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(180deg,#174f2c,#0b2d18);color:#fff1b4;font-weight:1000;}
.shop-topic-head p{margin:0;color:#7b581a;font-weight:900;font-size:.94rem;line-height:1.2;}
.shop-topic-card h3{margin:.2rem 0 0 0;color:#17371e;font-size:1.18rem;line-height:1.16;}
.shop-story-name{margin:0;color:#563d19;font-weight:800;line-height:1.35;}
.shop-audience-grid{display:grid;grid-template-columns:1fr;gap:7px;margin-top:auto;}
.shop-audience-grid span{padding:.52rem .68rem;border-radius:999px;background:#0d4a2b;color:#fff1b4;font-weight:900;font-size:.9rem;text-align:center;}
@media (max-width:960px){.shop-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:620px){.shop-topic-grid{grid-template-columns:1fr;}.shop-topic-card{padding:18px;}}

/* v1.7.8 Obchod public copy and launch notice */
.shop-launch{background:linear-gradient(180deg,rgba(255,246,216,.98),rgba(238,210,151,.98));}
.shop-notice-card{margin-top:22px;padding:24px;border-radius:24px;background:rgba(255,255,255,.62);border:1px solid var(--line);box-shadow:0 10px 24px rgba(56,34,7,.10);}
.shop-notice-card h3{margin-bottom:.65rem;}
.shop-notice-card p{max-width:780px;}
.shop-privacy-note{margin:14px 0 0;color:#6a4a18!important;font-size:.96rem;}
.shop-support .text-panel p{font-size:1.08rem;line-height:1.55;}



/* v1.7.10: Ecomail form required-mark cleanup and forced square thumbnail refresh */
.ecomail-signup-form{display:grid;gap:14px;margin-top:18px;max-width:780px;}
.ecomail-signup-form label{display:block;font-weight:900;color:#17371e;}.ecomail-signup-form label>input,.ecomail-signup-form label>select{display:block;margin-top:7px;}.ecomail-signup-form label span[aria-hidden="true"]{display:none;}
.ecomail-signup-form input,.ecomail-signup-form select{width:100%;min-height:48px;border:1px solid rgba(157,112,33,.36);border-radius:14px;background:#fff9e8;color:#1b321d;font:inherit;font-weight:750;padding:.72rem .9rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.45);}
.ecomail-signup-form input:focus,.ecomail-signup-form select:focus{outline:3px solid rgba(13,74,43,.22);border-color:#0d4a2b;}
.ecomail-signup-form .form-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ecomail-signup-form .form-consent{display:flex;align-items:flex-start;gap:10px;line-height:1.35;font-weight:760;color:#523717;margin-top:2px;}
.ecomail-signup-form .form-consent input{width:20px;min-width:20px;height:20px;min-height:20px;margin-top:.18rem;padding:0;}
.ecomail-signup-form .button{width:max-content;min-width:280px;margin-top:4px;cursor:pointer;}
.shop-privacy-note a{font-weight:900;text-decoration:underline;text-underline-offset:4px;color:#0d4a2b;}
.story-card-map[href="/pohadky/o-drakovi-coudilovi-a-kouzelnem-moste/"] .story-card-media img,
.story-card-map[href="/pohadky/o-roztocilovi-a-syslich-radach/"] .story-card-media img{object-position:center center;}
@media (max-width:620px){.ecomail-signup-form .form-grid.two{grid-template-columns:1fr;}.ecomail-signup-form .button{width:100%;min-width:0;}}
