/* Zlatý Ostropestřec – varianta B (doplněk k Bootstrapu, NE náhrada).
   Načítá se až za bootstrap.min.css, shop.css a styles.css, takže platí nad nimi.
   Navigaci a patičku řeší inc/head.inc a inc/foot.inc – tady nejsou.
   Paleta je fialová podle etikety (tlačítka #3E2366). Košík má v shop.css terakotu –
   sjednocený je rámec (Bootstrap, hlavička, patička), ne barva tlačítek.
   Základ 18 px / 1,65 – cílovka 55+. Breakpointy: 700 · 820 · 960. */

:root {
  /* fialová z etikety Zlatého Ostropestřce */
  --ink: #1f1a2b;
  --muted: #5b5468;
  --brand: #4a2a78;
  --brand-2: #6b47a3;
  --cta: #3e2366;
  --cta-hover: #2c1750;
  --tint: #f6f2fb;
  --tint-2: #ece4f6;
  --line: #e2d9ee;
  --cream: #fbf7ef;
  --gold: #d99a16;
  --ok: #1e7a4c;
  --radius: 16px;
  --shadow: 0 8px 24px rgba(44, 23, 80, .08);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
/* Bootstrap počítá rem z 16 px; naše komponenty jsou navržené na 18 px (55+). */
html { font-size: 112.5%; }
body { font-size: 1rem; line-height: 1.65; color: var(--ink); background: #fff; }
#obsah { font-family: var(--font); }
body.has-sticky { padding-bottom: 84px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-underline-offset: 3px; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.01em; font-weight: 700; }
h1 { font-size: clamp(1.75rem, 5.4vw, 2.55rem); }
h2 { font-size: clamp(1.5rem, 4.2vw, 2.1rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
blockquote { margin: 0; }
.small { font-size: .9rem; color: var(--muted); }
.center { text-align: center; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 860px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.skip { position: absolute; left: 8px; top: -60px; background: var(--cta); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { top: 8px; }

/* pruh s důvěrou nad hero (dřív vlastní lišta v hlavičce) */
.trustbar { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 26px; margin: 0; padding: 10px 16px; background: var(--tint); border-bottom: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.trustbar li { display: flex; align-items: center; gap: 7px; }
.trustbar svg { color: var(--brand); }

/* kotvy pod lepivou navigací (#topbar / .navbar ze společné hlavičky) */
[id] { scroll-margin-top: 110px; }

/* --------------------------------------------------------------------- hero */
.hero { padding: 18px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1fr; grid-template-areas: "top" "gal" "buy"; gap: 18px; }
.hero-top { grid-area: top; }
.gallery { grid-area: gal; min-width: 0; }
.hero-buy { grid-area: buy; min-width: 0; display: flex; flex-direction: column; }
/* výběr balení a tlačítko hned pod nadpisem, výhody a detaily pod nimi */
.hero-buy .checks { order: 0; }
.hero-buy .buy { order: 1; }
.hero-buy .acc { order: 3; }
.hero-buy .hero-quote { order: 4; }

.rating { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: var(--ink); text-decoration: none; font-size: .95rem; margin-bottom: 2px; }
.rating span:last-child { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.stars { color: var(--gold); letter-spacing: 1px; }
.eyebrow { font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-2); margin: 0 0 6px; }
.eyebrow span, .kicker { color: #9a6a00; }
.kicker { font-size: .9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 6px; }
.lead { font-size: 1.02rem; color: var(--muted); margin-bottom: 0; }
/* hlavička produktu: název → složení → cena → slib podle kampaně */
.pname { font-size: clamp(1.75rem, 4.4vw, 2.5rem); margin: 0 0 4px; }
.psub { color: var(--muted); font-size: 1rem; margin: 0 0 8px; }
.pprice { margin: 0 0 14px; color: var(--muted); font-size: .98rem; }
.pprice strong { color: var(--brand); font-size: 1.6rem; font-weight: 700; }
.promise { font-size: clamp(1.25rem, 2.6vw, 1.55rem); font-weight: 650; line-height: 1.35; margin: 0 0 6px; padding-top: 14px; border-top: 1px solid var(--line); }
.checks { list-style: none; padding: 0; margin: 0 0 18px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid #efeaf5; font-size: .98rem; line-height: 1.45; }
.checks li:last-child { border-bottom: 0; }
.checks a { color: var(--ink); text-decoration: none; }
.checks a:hover strong { text-decoration: underline; }
.chk { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.ship-note { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--muted); margin: 10px 0 0; }
.g-quote { display: none; margin: 18px 0 0; background: var(--cream); border-radius: 18px; padding: 20px 22px; }
.g-quote blockquote { font-size: 1.12rem; line-height: 1.5; }
.g-quote figcaption { margin-top: 8px; font-size: .92rem; color: var(--muted); }

.g-main { position: relative; background: var(--tint); border-radius: 20px; overflow: hidden; }
.g-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; height: min(86vw, 360px); }
.g-track::-webkit-scrollbar { display: none; }
.g-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; display: flex; align-items: center; justify-content: center; }
.g-slide img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.g-slide.cover img { object-fit: cover; padding: 0; }
.g-badges { position: absolute; inset: 10px 10px auto 10px; display: flex; justify-content: space-between; pointer-events: none; z-index: 2; }
.stamp { width: 70px; height: 70px; border-radius: 50%; background: #fff; border: 1.5px solid var(--brand); color: var(--brand); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-weight: 700; font-size: .88rem; line-height: 1.05; box-shadow: var(--shadow); }
.stamp small { font-weight: 600; font-size: .62rem; }
.g-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 2px 4px; scrollbar-width: thin; }
.g-thumb { flex: 0 0 auto; width: 58px; height: 58px; padding: 0; border: 2px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; cursor: pointer; }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.g-thumb[aria-pressed="true"] { border-color: var(--brand); }

.ticks { list-style: none; padding: 0; margin: 0 0 16px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 8px; }
.ticks svg { color: var(--ok); flex: 0 0 auto; margin-top: 4px; }

/* ------------------------------------------------------------ výběr balení */
.buy fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.buy-legend { font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; padding: 0; }
.packs { display: grid; gap: 10px; }
.pack {
  position: relative; display: grid; cursor: pointer; background: #fff;
  border: 2px solid var(--line); border-radius: 14px; padding: 12px 14px;
  grid-template-columns: 58px 1fr auto; grid-template-areas:
    "img name price" "img note day" "img was ship";
  column-gap: 12px; align-items: center; min-height: 84px;
}
.pack input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pack:has(input:checked) { border-color: var(--brand); background: var(--tint); box-shadow: 0 0 0 1px var(--brand); }
.pack:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.pack-img { grid-area: img; width: 58px; height: auto; }
.pack-name { grid-area: name; font-weight: 600; }
.pack-note { grid-area: note; font-size: .9rem; color: var(--muted); }
.pack-price { grid-area: price; font-weight: 700; font-size: 1.15rem; text-align: right; white-space: nowrap; }
.pack-day { grid-area: day; font-size: .88rem; color: var(--muted); text-align: right; white-space: nowrap; }
.pack-was { grid-area: was; font-size: .85rem; color: var(--ok); font-weight: 600; }
.pack-was s { color: var(--muted); font-weight: 400; }
.pack-ship { grid-area: ship; font-size: .82rem; color: var(--muted); text-align: right; white-space: nowrap; }
.pack-badge { position: absolute; top: -11px; left: 12px; background: var(--brand); color: #fff; font-size: .75rem; font-weight: 700; padding: 2px 9px; border-radius: 99px; }
.pack.has-badge { margin-top: 8px; }

.cta {
  display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%;
  min-height: 62px; margin: 16px 0 12px; padding: 10px 18px; border: 0; border-radius: 14px;
  background: var(--cta); color: #fff; font: inherit; text-decoration: none; cursor: pointer;
  box-shadow: 0 6px 16px rgba(62, 35, 102, .25); transition: background .15s;
}
.cta:hover { background: var(--cta-hover); }
.cta-main { font-weight: 700; font-size: 1.15rem; line-height: 1.2; }
.cta-sub { font-size: .9rem; opacity: .9; }
.cta-line, .cta-light { display: inline-flex; width: auto; min-width: 260px; }
.cta-light { background: #fff; color: var(--cta); }
.cta-light:hover { background: var(--tint-2); }

.buy-trust { list-style: none; padding: 0; margin: 0 0 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.buy-trust li { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; line-height: 1.35; border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; color: var(--muted); }
.buy-trust svg { color: var(--brand); flex: 0 0 auto; }

.acc { border-top: 1px solid var(--line); }
.acc:last-of-type { border-bottom: 1px solid var(--line); }
.acc p, .faq p { padding: 0px 8px; }
.acc summary, .faq summary { cursor: pointer; list-style: none; font-weight: 700; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 8px; }
.acc summary:hover, .faq summary:hover { background: var(--tint); }
.acc summary::-webkit-details-marker, .faq summary::-webkit-details-marker, .orig summary::-webkit-details-marker { display: none; }
.acc summary::after, .faq summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--brand); flex: 0 0 auto; }
.acc[open] summary::after, .faq details[open] summary::after { content: "–"; }
.acc p, .acc table { margin-bottom: 14px; }

.comp { width: 100%; border-collapse: collapse; font-size: .95rem; }
.comp th, .comp td { text-align: left; padding: 8px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.comp td { text-align: right; font-weight: 700; white-space: nowrap; padding-left: 12px; }
.comp th small { display: block; font-weight: 400; color: var(--muted); }
.comp thead th { font-size: .85rem; color: var(--muted); font-weight: 600; }
.comp-lg { font-size: 1rem; margin-bottom: 18px; }

.hero-quote { margin: 18px 0 0; background: var(--cream); border-radius: var(--radius); padding: 16px 18px; }
.hero-quote blockquote { font-size: 1.05rem; font-style: italic; }
.hero-quote figcaption { font-size: .9rem; color: var(--muted); margin-top: 6px; }

/* ------------------------------------------------------------------ sekce */
.sec { padding: 44px 0; }
.sec-tint { background: var(--tint); }
.sec-dark { background: var(--cta); color: #fff; }
.sec-dark a:not(.cta) { color: #fff; }
.sec-lead { font-size: 1.08rem; color: var(--muted); max-width: 760px; }
.sec-dark .sec-lead { color: #e9e1f5; }
.card { background: #fff; border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }

.herbs { display: grid; gap: 16px; margin: 8px 0 20px; }
.herb { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.herb-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.herb-body { padding: 16px 18px 6px; }
.herb-role { display: inline-block; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--brand); background: var(--tint-2); border-radius: 99px; padding: 2px 10px; margin-bottom: 8px; }
.herb h3 { margin-bottom: 4px; }
.herb-dose { color: var(--brand); margin-bottom: 8px; }
.why { display: flex; gap: 14px; align-items: flex-start; background: #fff; border-radius: var(--radius); padding: 16px 18px; margin-bottom: 16px; }
.why p { margin: 0; }
.why-ico { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; background: var(--tint-2); color: var(--brand); display: flex; align-items: center; justify-content: center; }
.sec-scenes { background: var(--cream); }
.scenes { list-style: none; padding: 0; margin: 4px 0 22px; }
.scenes li { position: relative; padding: 10px 0 10px 40px; font-size: 1.1rem; line-height: 1.45; border-bottom: 1px solid #efe4d2; }
.scenes li:last-child { border-bottom: 0; }
.scenes li::before { content: ""; position: absolute; left: 8px; top: 20px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.story { margin: 0 0 20px; background: #fff; border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow); }
.story-lead { color: var(--muted); font-size: .95rem; margin-bottom: 8px; }
.story blockquote { font-size: 1.1rem; line-height: 1.55; }
.story figcaption { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.scenes-out { font-size: 1.08rem; }
.proofs { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.proof { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; }
.proof-claim { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--brand); margin-bottom: 8px; }
.proof blockquote { font-size: 1.02rem; flex: 1; }
.proof figcaption { color: var(--muted); font-size: .92rem; margin: 8px 0; }
.orig summary { cursor: pointer; font-size: .9rem; color: var(--brand); text-decoration: underline; text-underline-offset: 3px; min-height: 40px; display: flex; align-items: center; list-style: none; }
.orig img { border: 1px solid var(--line); border-radius: 10px; margin-top: 6px; }

.steps { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 14px; }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 22px 20px 16px; box-shadow: var(--shadow); }
.step-ico { display: inline-flex; width: 58px; height: 58px; border-radius: 50%; background: var(--tint-2); color: var(--brand); align-items: center; justify-content: center; margin-bottom: 10px; }
.step-n { position: absolute; top: 16px; right: 18px; font-size: 2rem; font-weight: 800; color: var(--tint-2); }
.claims { background: #fff; border-left: 4px solid var(--brand); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; }
.claims ul { margin: 0 0 10px; padding-left: 1.2em; }

.cmp-wrap { margin: 8px 0 14px; }
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1rem; }
.cmp th, .cmp td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.cmp thead th { font-size: .95rem; }
.cmp .us { background: var(--tint); font-weight: 700; }
.cmp thead .us { background: var(--brand); color: #fff; border-radius: 12px 12px 0 0; }
.fair { font-size: .98rem; color: var(--muted); background: var(--cream); border-radius: 12px; padding: 12px 16px; }

.tl { list-style: none; padding: 0 0 0 26px; margin: 8px 0 28px; border-left: 3px solid var(--tint-2); }
.tl li { position: relative; margin-bottom: 20px; }
.tl li::before { content: ""; position: absolute; left: -35px; top: 6px; width: 15px; height: 15px; border-radius: 50%; background: var(--brand); border: 3px solid var(--tint); }
.tl-when { font-weight: 800; margin-bottom: 4px; }
.tl-when span { font-weight: 400; color: var(--muted); }
.tl blockquote { font-style: italic; background: #fff; border-radius: 12px; padding: 10px 14px; }
.tl-who { font-size: .9rem; color: var(--muted); margin: 4px 0 0; }
.two { display: grid; gap: 18px; }
.xlist { list-style: none; padding: 0; margin: 0; }
.xlist li { display: flex; gap: 10px; margin-bottom: 8px; }
.xlist svg { color: #a3324a; flex: 0 0 auto; margin-top: 5px; }

.petra { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.petra-img { width: 132px; height: 132px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: var(--shadow); }
.sign { font-weight: 700; margin-bottom: 8px; }
.contact { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.contact a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-weight: 600; }

.screens { columns: 1; column-gap: 14px; margin-top: 10px; }
.screen { break-inside: avoid; margin: 0 0 14px; }
.screen img { border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.photos-h { margin-top: 18px; }
.photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.photos img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { font-size: 1.02rem; }
.faq p { margin: 0 0 16px; color: var(--ink); }
.faq-more { margin-top: 18px; }

.facts { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.facts li { background: rgba(255,255,255,.1); border-radius: 12px; padding: 14px 8px; text-align: center; }
.facts strong { display: block; font-size: clamp(1.3rem, 4.5vw, 1.9rem); }
.facts span { font-size: .85rem; color: #e9e1f5; line-height: 1.3; display: block; }

.foot { background: #f4f2f7; padding: 34px 0 16px; font-size: .95rem; }
.foot-grid { display: grid; gap: 14px; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links a { display: inline-block; min-height: 40px; line-height: 40px; }
.disclaimer { max-width: 760px; }
.copy { text-align: center; font-size: .85rem; color: var(--muted); margin: 18px 0 0; }


/* ---------------------------------------- kotevní lišta (jen na zit-dlouho.cz,
   kde hlavička nese navigaci webu) */
.subnav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.subnav-in { display: flex; align-items: center; gap: 12px; }
.subnav ul { list-style: none; display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin: 0; padding: 0; flex: 1; }
.subnav ul::-webkit-scrollbar { display: none; }
.subnav a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 12px; white-space: nowrap; color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; }
.subnav a:hover { color: var(--brand); }
.subnav-buy { flex: 0 0 auto; border: 2px solid var(--cta); border-radius: 10px; color: var(--cta) !important; font-weight: 700; padding: 0 14px !important; min-height: 42px !important; }
.subnav-buy:hover { background: var(--tint); }

/* ---------------------------------------- patička webu bez theme CSS
   (na zit-dlouho.cz se styles.css nenačítá, inc/foot.inc má jen třídy) */
.footer { background: #1f1a2b; color: #fff; padding: 36px 16px 10px; margin-top: 10px; }
.footer-container { max-width: 1140px; margin: 0 auto; display: grid; gap: 22px; }
.footer h3 { font-size: 1.05rem; margin-bottom: .5em; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer a { color: #fff; text-decoration: none; display: inline-block; min-height: 40px; line-height: 40px; }
.footer a:hover { text-decoration: underline; }
.footer-bottom { max-width: 1140px; margin: 18px auto 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); font-size: .85rem; }
.footer-bottom p { margin: 0; }
@media (min-width: 700px) { .footer-container { grid-template-columns: repeat(4, 1fr); } }

/* ------------------------------------------------------------ sticky lišta */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 18px rgba(0,0,0,.08); transform: translateY(110%); transition: transform .2s; }
.sticky.on { transform: none; }
.sticky-in { max-width: 760px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; }
.sticky-txt { font-size: .98rem; line-height: 1.3; }
.sticky-txt strong { display: block; }
.cta-s { width: auto; min-height: 52px; margin: 0; padding: 8px 26px; font-weight: 800; font-size: 1.05rem; }

/* ------------------------------------------------------------ breakpointy */

/* ---------------------------------------------------- 3 benefity: hero + sekce */
.bens { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bens a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; height: 100%; padding: 10px 6px; border-radius: 12px; background: var(--tint); color: var(--ink); text-decoration: none; line-height: 1.25; }
.bens a:hover { background: var(--tint-2); }
.bens strong { font-size: .98rem; }
.bens span:last-child { font-size: .8rem; color: var(--muted); }
.bens-ico { display: inline-flex; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--brand); align-items: center; justify-content: center; flex: 0 0 auto; }
.bf-list { display: grid; gap: 28px; margin: 12px 0 18px; }
.bf { display: grid; gap: 18px; align-items: center; }
.bf-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.bf-n { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--brand); font-size: .95rem; margin-bottom: 6px; }
.bf-n .bens-ico { background: var(--tint-2); }
.bf-body h3 { font-size: clamp(1.3rem, 3.4vw, 1.65rem); }
.bf-quote { margin: 6px 0 0; background: var(--cream); border-radius: 14px; padding: 12px 16px; }
.bf-quote blockquote { font-style: italic; }
.bf-quote figcaption { font-size: .9rem; color: var(--muted); margin-top: 4px; }
@media (min-width: 820px) {
  .bf { grid-template-columns: 1fr 1fr; gap: 44px; }
  .bf-rev .bf-img { order: 2; }
  .bf-list { gap: 48px; }
}
@media (min-width: 960px) {
  .bens { margin-top: 12px; }
  .bens a { flex-direction: row; text-align: left; align-items: center; gap: 0 9px; display: grid; grid-template-columns: 34px 1fr; padding: 7px 9px; }
  .bens .bens-ico { width: 34px; height: 34px; }
  .bens strong { white-space: nowrap; font-size: .95rem; }
  .buy-legend { margin-bottom: 6px; }
  .hero .lead { line-height: 1.5; }
  .bens .bens-ico { grid-row: span 2; }
}

@media (max-width: 699px) {
  .hide-s { display: none !important; }
  .bens { gap: 6px; margin-top: 12px; }
  .bens a { padding: 8px 4px; }
  .bens-ico { width: 32px; height: 32px; }
  .bens strong { font-size: .88rem; }
  .bens span:last-child { display: none; }
  /* hero na mobilu co nejkratší: výběr balení a tlačítko hned pod galerií,
     výhody a rozbalovací informace až pod nimi */
  .hero { padding-top: 12px; }
  .g-track { height: min(68vw, 260px); }
  .g-thumbs { gap: 6px; padding-top: 8px; }
  .g-thumb { width: 48px; height: 48px; }
  .stamp { width: 58px; height: 58px; font-size: .78rem; }
  .stamp small { font-size: .56rem; }
  .pack { min-height: 0; padding: 10px 12px; }
  .pack-img { width: 50px; }
  .pack { grid-template-columns: 50px 1fr auto; }
  .cmp thead { display: none; }
  .cmp, .cmp tbody, .cmp tr, .cmp th, .cmp td { display: block; width: 100%; }
  .cmp tr { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
  .cmp tbody th { background: var(--tint-2); font-weight: 800; border: 0; }
  .cmp td { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding: 9px 14px; }
  .cmp td:last-child { border-bottom: 0; }
  .cmp td::before { content: attr(data-l); color: var(--muted); font-weight: 400; flex: 0 0 44%; }
  .cmp td.us::before { color: var(--brand); font-weight: 700; }
}
@media (min-width: 700px) {
  .packs { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .pack {
    grid-template-columns: 1fr; grid-template-areas: "img" "name" "note" "price" "was" "day" "ship";
    text-align: center; justify-items: center; padding: 18px 10px 12px; row-gap: 2px;
  }
  .pack-img { width: 96px; margin-bottom: 6px; }
  .pack-price, .pack-day, .pack-ship { text-align: center; }
  .pack-price { font-size: 1.3rem; margin-top: 4px; }
  .pack-badge { left: 50%; transform: translateX(-50%); white-space: nowrap; }
  .pack.has-badge { margin-top: 0; }
  .packs { padding-top: 8px; }
  .buy-trust { grid-template-columns: 1fr 1fr; }
  .screens { columns: 2; }
  .photos { grid-template-columns: repeat(4, 1fr); }
  .sec { padding: 64px 0; }
}
@media (min-width: 820px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .herbs { grid-template-columns: repeat(3, 1fr); }
  .two { grid-template-columns: 1fr 1fr; gap: 26px; }
  .petra { flex-direction: row; gap: 30px; }
  .petra-img { width: 170px; height: 170px; flex: 0 0 auto; }
  .foot-grid { grid-template-columns: 1fr 1fr 2fr; }
}
@media (min-width: 960px) {
  .g-quote { display: block; }
  .hero-top .lead { display: none; }   /* na desktopu opakuje řádek se složením */
  .promise { margin-bottom: 10px; padding-top: 12px; }
  .pprice { margin-bottom: 6px; }
  .checks { margin-bottom: 12px; }
  .checks li { padding: 3px 0; }
  .checks { margin-bottom: 10px; }
  .hero { padding-top: 4px; }
  .psub { line-height: 1.4; }
  .pname { font-size: 2.1rem; margin-bottom: 12px; margin-top: 4px; }
  .pprice strong { font-size: 1.45rem; }
  .promise { font-size: 1.32rem; padding-top: 8px; margin-bottom: 6px; }
  .rating { min-height: 30px; }
  .buy-legend { font-size: 1rem; }
  .ship-note { margin-top: 6px; }
  .g-track { height: 470px; }
  .pack { padding: 10px 8px 8px; }
  .pack-img { width: 38px; }
  .pack-badge { top: -10px; }
  .cta { margin-top: 10px; min-height: 56px; }
  .buy-legend { margin-bottom: 6px; }
  .trustbar { display: none; }
  .pack { line-height: 1.35; padding: 12px 8px 9px; }
  .pack-img { width: 42px; }
  .pack-price { margin-top: 2px; }
  .psub { margin-bottom: 4px; }
  .rating { min-height: 36px; }
  .cta { min-height: 58px; margin: 12px 0 10px; }
  .hero-quote { display: none; }
  .hero { padding: 14px 0 56px; }
  .hero .lead { font-size: 1.05rem; }
  .ticks { margin-bottom: 10px; }
  .ticks li { margin-bottom: 4px; }
  .pack { padding: 14px 8px 10px; row-gap: 0; }
  .pack-img { width: 48px; margin-bottom: 2px; }
  .cta { margin-top: 12px; }
  .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); grid-template-areas: "gal top" "gal buy"; column-gap: 48px; row-gap: 10px; align-items: start; }
  .gallery { position: sticky; top: 18px; }
  .g-track { height: 540px; }
  .stamp { width: 86px; height: 86px; font-size: 1rem; }
  .stamp small { font-size: .7rem; }
  .g-thumb { width: 70px; height: 70px; }
  .sticky-in { max-width: 1180px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sticky, .cta { transition: none; }
}
