/* Jůzlová.cz — redesign 2026. Warm, rustic, editorial. */
:root {
  --ink: #241f1a;
  --ink-soft: #4a4238;
  --paper: #faf6ef;
  --cream: #f3ecdf;
  --card: #fffdf8;
  --gold: #b08d3c;
  --gold-deep: #8a6d2c;
  --rust: #9c4a21;
  --line: #e6dcc8;
  --shadow: 0 2px 24px rgba(60, 42, 12, .10);
  --serif: "Georgia", "Times New Roman", serif;
  --sans: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 17px/1.7 var(--serif);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--gold-deep); text-underline-offset: 3px; }
a:hover { color: var(--rust); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.4rem; }

/* ── header ── */
header.site {
  position: sticky; top: 0; z-index: 50;
  height: 4.5rem; min-height: 4.5rem; max-height: 4.5rem;
  background: rgba(250, 246, 239, .92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { max-width: 1240px; height: 100%; }
.bar {
  display: flex; align-items: center; flex-wrap: nowrap; gap: .75rem;
  height: 100%; min-height: 4.5rem; max-height: 4.5rem; padding: 0;
}
.brand {
  display: flex; align-items: center; flex: 0 0 auto;
  text-decoration: none; color: var(--ink); margin-right: auto;
  height: 100%;
}
.brand .wordmark { height: 32px; width: auto; max-height: 32px; display: block; flex-shrink: 0; }
.brand .wordmark.on-dark { display: none; }
.menu-toggle {
  display: flex; align-items: center; justify-content: center;
  min-width: 48px; min-height: 48px; margin-left: auto;
  background: none; border: 1px solid var(--line); border-radius: 6px; cursor: pointer;
}
.menu-toggle-bars, .menu-toggle-bars:before, .menu-toggle-bars:after {
  display: block; width: 18px; height: 2px; background: var(--ink); position: relative;
}
.menu-toggle-bars:before, .menu-toggle-bars:after {
  content: ""; position: absolute; left: 0;
}
.menu-toggle-bars:before { top: -6px; }
.menu-toggle-bars:after { top: 6px; }
.nav-backdrop {
  display: none; position: fixed; inset: 0; background: rgba(20,16,12,.45); z-index: 45;
}
.nav-backdrop.is-open { display: block; }
nav.main {
  display: none; flex-direction: column; align-items: stretch; gap: .35rem;
  position: fixed; inset: 0 0 0 auto; width: min(22rem, 88vw);
  background: var(--paper); z-index: 55; padding: 5rem 1.4rem 2rem;
  overflow-y: auto; box-shadow: -8px 0 32px rgba(36,31,26,.18);
}
nav.main.is-open { display: flex; }
nav.main > a, .navgroup > button {
  font-family: var(--sans); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; padding: .85rem 1rem; background: none; border: 0;
  cursor: pointer; text-align: left; min-height: 48px;
}
nav.main > a.active { color: var(--gold-deep); box-shadow: inset 3px 0 0 var(--gold); }
nav.main > a:hover, .navgroup > button:hover { color: var(--rust); }
.navgroup { position: relative; display: flex; flex-direction: column; }
.navgroup .drop {
  display: none; position: static; min-width: 0;
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
  padding: .4rem 0; margin: .2rem 0 .6rem;
}
.navgroup.is-open .drop { display: block; }
.navgroup .drop a {
  display: flex; align-items: center; min-height: 48px;
  font-family: var(--sans); font-size: .95rem; padding: .7rem 1rem;
  text-decoration: none; color: var(--ink);
}
.navgroup .drop a:hover { background: var(--card); }
.langs {
  display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 0;
  padding: 1rem 0 0; border-top: 1px solid var(--line);
}
.langs a {
  font-family: var(--sans); font-size: .85rem; font-weight: 600; letter-spacing: .05em;
  text-decoration: none; color: var(--ink-soft); border-radius: 6px;
  min-width: 48px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
}
.langs a.on { background: var(--gold); color: #fff; }
.langs a:hover:not(.on) { color: var(--rust); }
@media (min-width: 1100px) {
  .menu-toggle, .nav-backdrop { display: none; }
  nav.main {
    display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;
    justify-content: flex-end; gap: 0; flex: 1 1 auto; min-width: 0;
    position: static; width: auto; height: 100%; padding: 0; overflow: visible;
    background: transparent; box-shadow: none;
  }
  nav.main > a, .navgroup > button {
    font-size: .7rem; letter-spacing: .04em; padding: 0 .38rem; min-height: 0;
    height: 2.75rem; max-height: 2.75rem; white-space: nowrap; line-height: 1;
    display: inline-flex; align-items: center; flex: 0 0 auto;
  }
  nav.main > a.active { box-shadow: inset 0 -2px 0 var(--gold); }
  .navgroup { display: block; flex: 0 0 auto; }
  .navgroup .drop {
    position: absolute; right: 0; top: 100%; min-width: 250px;
    background: var(--card); box-shadow: var(--shadow); margin: 0;
  }
  .navgroup:hover .drop, .navgroup:focus-within .drop, .navgroup.is-open .drop { display: block; }
  .navgroup .drop a { min-height: 0; font-size: .88rem; padding: .45rem 1rem; }
  .langs {
    margin: 0 0 0 .35rem; padding: 0 0 0 .65rem; border-top: 0;
    border-left: 1px solid var(--line); flex-wrap: nowrap; gap: 0; flex: 0 0 auto;
  }
  .langs a { min-width: 40px; min-height: 40px; font-size: .72rem; }
}

/* ── hero ── */
.hero { position: relative; overflow: hidden; background: #1d1712; color: #f5efe4; }
.hero .media { position: absolute; inset: 0; }
.hero .media img, .hero .media canvas { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .62; }
.hero .inner { position: relative; padding: 17vh 1.4rem 15vh; max-width: 880px; margin: 0 auto; text-align: center; }
.hero.convert .inner { padding: 5.5rem 1.4rem 3.2rem; }
.hero-fallback { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 20%, #3a2c1c, #1d1712); }
.hero-actions {
  display: flex; flex-direction: column; align-items: stretch; gap: 1rem;
  max-width: 22rem; margin: 0 auto;
}
.hero-actions .btn {
  margin-left: 0; min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
}
@media (min-width: 768px) {
  .hero.convert .inner { padding: 7rem 1.4rem 4.2rem; }
  .hero-actions { flex-direction: row; max-width: none; justify-content: center; }
}
.hero h1 { font-size: clamp(2rem, 5.4vw, 3.6rem); line-height: 1.12; margin: 0 0 1rem; text-wrap: balance; }
.hero p.lead { font-size: clamp(1.02rem, 2vw, 1.25rem); color: #e7dcc6; max-width: 620px; margin: 0 auto 1.8rem; }
.hero .est { font-family: var(--sans); font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.btn {
  display: inline-block; font-family: var(--sans); font-size: .82rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  padding: .85rem 1.9rem; border-radius: 3px; transition: transform .15s ease, background .15s ease;
}
.btn.gold { background: var(--gold); color: #fff; }
.btn.gold:hover { background: var(--gold-deep); color: #fff; transform: translateY(-1px); }
.btn.ghost { border: 1px solid rgba(245,239,228,.5); color: #f5efe4; margin-left: .6rem; }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); }

/* scrub stage (progressive enhancement) */
.scrub { height: 320vh; position: relative; }
.scrub .stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }

/* ── sections ── */
section.band { padding: 4.2rem 0; }
section.band.cream { background: var(--cream); border-block: 1px solid var(--line); }
.kicker { font-family: var(--sans); font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); margin: 0 0 .5rem; }
h2.sec { font-size: clamp(1.5rem, 3.2vw, 2.2rem); line-height: 1.2; margin: 0 0 1.1rem; }
h2.sec:after { content: ""; display: block; width: 56px; height: 3px; background: var(--gold); margin-top: .7rem; }
.center { text-align: center; }
.center h2.sec:after { margin-inline: auto; }
.lead { font-size: 1.08rem; color: var(--ink-soft); }

.grid { display: grid; gap: 1.4rem; }
.grid.c3 { grid-template-columns: 1fr; }
.grid.products { grid-template-columns: 1fr; }
.grid.c2 { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .grid.c3, .grid.products { grid-template-columns: repeat(2, 1fr); }
  .grid.c2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid.c3, .grid.products { grid-template-columns: repeat(3, 1fr); }
}
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .18s ease;
}
.card:hover { transform: translateY(-3px); }
.card img.thumb { width: 100%; height: 200px; object-fit: cover; background: var(--cream); }
.card .pad { padding: 1.1rem 1.25rem 1.3rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.card h3 { margin: 0; font-size: 1.15rem; line-height: 1.3; }
.card h3 a { text-decoration: none; color: var(--ink); }
.card h3 a:hover { color: var(--rust); }
.card p { margin: 0; font-size: .93rem; color: var(--ink-soft); }
.card .price { font-family: var(--sans); font-size: .82rem; font-weight: 700; color: var(--gold-deep); margin-top: auto; padding-top: .5rem; }
.card .more { font-family: var(--sans); font-size: .8rem; letter-spacing: .04em; }

/* article pages */
article.page { padding: 3rem 0 4rem; max-width: 760px; margin: 0 auto; }
article.page h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; margin: 0 0 .4rem; }
article.page h1:after { content: ""; display: block; width: 56px; height: 3px; background: var(--gold); margin-top: .8rem; }
article.page .sub { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 1.6rem; }
article.page h2 { font-size: 1.4rem; margin-top: 2.2rem; }
article.page h3 { font-size: 1.15rem; margin-top: 1.8rem; }
article.page figure { margin: 1.8rem 0; }
article.page figure img { border-radius: 10px; box-shadow: var(--shadow); }
article.page figcaption { font-family: var(--sans); font-size: .8rem; color: var(--ink-soft); margin-top: .5rem; }
.factbox {
  background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 8px; padding: 1rem 1.3rem; margin: 1.6rem 0; font-size: .96rem;
}
.factbox dt { font-family: var(--sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); margin-top: .6rem; }
.factbox dt:first-child { margin-top: 0; }
.factbox dd { margin: .1rem 0 0; }
table.tbl { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: .96rem; }
table.tbl th, table.tbl td { text-align: left; padding: .65rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
table.tbl th { font-family: var(--sans); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
table.tbl tr:hover td { background: var(--cream); }

.faq details { border-bottom: 1px solid var(--line); padding: .7rem 0; }
.faq summary {
  cursor: pointer; font-weight: 700; font-size: 1.02rem;
  min-height: 48px; display: flex; align-items: center;
  padding: .35rem 0; list-style-position: outside;
}
.faq p { margin: .6rem 0 .2rem; color: var(--ink-soft); }

.breadcrumb { font-family: var(--sans); font-size: .78rem; color: var(--ink-soft); padding-top: 1.4rem; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--rust); }

/* reveal on scroll — visible without JS so cards never stay blank */
.rv { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.order-form {
  position: relative; margin: 2rem 0; padding: 1.4rem 1.3rem; background: var(--card);
  border: 1px solid var(--line); border-radius: 10px;
}
.order-form h2 { margin-top: 0; }
.order-form .form-hint { color: var(--ink-soft); font-size: .95rem; margin: 0 0 1.2rem; }
.order-form label { display: block; font-family: var(--sans); font-size: .86rem; margin: 0 0 1rem; }
.order-form input[type="text"],
.order-form input[type="tel"],
.order-form input[type="email"],
.order-form textarea {
  display: block; width: 100%; margin-top: .35rem; padding: .75rem .85rem;
  font-size: 16px; font-family: inherit; border: 1px solid var(--line);
  border-radius: 6px; background: #fff; min-height: 48px;
}
.order-form textarea { min-height: 7rem; }
.order-form fieldset { border: 0; padding: 0; margin: 0 0 1rem; }
.order-form legend { font-family: var(--sans); font-size: .86rem; margin-bottom: .5rem; }
.order-form .chk {
  display: flex; align-items: center; gap: .75rem; min-height: 48px;
  font-size: 1rem; margin: 0;
}
.order-form .chk input {
  width: 1.15rem; height: 1.15rem; flex: 0 0 auto;
}
.order-form .btn { min-height: 48px; border: 0; cursor: pointer; width: 100%; }
.order-form .btn:disabled { opacity: .65; cursor: wait; }
@media (min-width: 768px) { .order-form .btn { width: auto; } }
.order-form .hp {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.order-form .turnstile-slot { margin: 0 0 1rem; min-height: 0; }
.order-form .turnstile-slot:not(:empty) { min-height: 65px; }
.order-form .form-status { margin: 0 0 1rem; font-family: var(--sans); font-size: .95rem; }
.order-form .form-status.is-success { color: #2f5d38; }
.order-form .form-status.is-error { color: var(--rust); }
.google-form { margin: 2rem 0 1rem; }
.google-form .form-hint { color: var(--ink-soft); font-size: .95rem; margin: 0 0 1.2rem; }
.google-form-frame {
  display: block; width: 100%; min-height: 72vh; height: 1100px;
  border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.google-form-pending {
  background: var(--cream); border: 1px solid var(--line); border-radius: 10px;
  padding: 1.2rem 1.4rem;
}
.place-map {
  display: flex; flex-direction: column; gap: .75rem;
  margin: 1rem 0 1.75rem;
}
.place-map iframe {
  display: block; width: 100%; min-height: 240px; height: 58vw; max-height: 420px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--cream);
}
@media (min-width: 768px) {
  .place-map iframe { min-height: 360px; height: 380px; }
}
.place-map-addr { margin: 0; font-size: .95rem; }
.place-map-addr a {
  display: inline-flex; align-items: center; min-height: 48px;
}

/* footer */
footer.site { background: #241f1a; color: #cfc4b0; margin-top: 3rem; }
footer.site .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; padding: 3rem 0 2rem; }
footer.site h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 .8rem; }
footer.site a { color: #cfc4b0; text-decoration: none; display: block; padding: .16rem 0; font-size: .93rem; }
footer.site a:hover { color: #fff; }
footer.site .fine { border-top: 1px solid #3a332b; padding: 1.1rem 0 1.6rem; font-family: var(--sans); font-size: .78rem; color: #8f8471; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; }
.ticker { background: var(--gold); color: #fff; font-family: var(--sans); font-size: .78rem; letter-spacing: .02em; text-align: center; padding: .5rem 1rem; }

@media (max-width: 760px) {
  .hero .inner { padding: 12vh 1.2rem 10vh; }
  .hero.convert .inner { padding: 5rem 1.2rem 3rem; }
  .scrub { height: auto; } .scrub .stage { position: relative; height: 60vh; }
}

/* ═══ motion redesign (scroll-film + parallax) ═══ */
header.site { transition: background .35s ease, box-shadow .35s ease; }
body.filmed header.site { position: fixed; inset-inline: 0; top: 0; height: 4.5rem; background: transparent; border-bottom-color: transparent; }
body.filmed header.site .brand, body.filmed header.site nav.main > a,
body.filmed header.site .navgroup > button { color: #f5efe4; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
body.filmed header.site .langs a { color: #e7dcc6; }
body.filmed header.site.scrolled { background: rgba(29,23,18,.88); backdrop-filter: blur(10px); box-shadow: 0 2px 18px rgba(0,0,0,.25); }

.film { position: relative; height: 380vh; background: #14100c; }
.film .stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.film .frame {
  position: absolute; inset: 0; opacity: 0; will-change: opacity, transform;
  background-size: cover; background-position: center;
}
.film .frame:first-child { opacity: 1; }
.film .frame:after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,12,.42), rgba(20,16,12,.12) 40%, rgba(20,16,12,.55)); }
.film .grain { position: absolute; inset: -50%; opacity: .05; pointer-events: none; z-index: 3;
  background-image: repeating-conic-gradient(#000 0 .0001%, #fff 0 .0002%);
  animation: grain 8s steps(10) infinite; }
@keyframes grain { 0%{transform:translate(0,0)} 50%{transform:translate(3%,-2%)} 100%{transform:translate(-2%,3%)} }
.film .copy { position: absolute; inset: 0; z-index: 4; display: grid; place-items: center; text-align: center; padding: 0 1.4rem; }
.filmline { position: absolute; max-width: 780px; opacity: 0; pointer-events: none; will-change: opacity, transform; color: #f5efe4; }
.filmline:first-child { opacity: 1; pointer-events: auto; }
.filmline .est { font-family: var(--sans); font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.filmline h1 { font-size: clamp(2.2rem, 6vw, 4.2rem); line-height: 1.08; margin: 0 0 1rem; text-wrap: balance; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.filmline p { font-size: clamp(1.05rem, 2.1vw, 1.3rem); color: #ead9be; max-width: 640px; margin: 0 auto 1.6rem; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.filmline h2 { font-size: clamp(1.7rem, 4.6vw, 3rem); line-height: 1.12; margin: 0 0 .8rem; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.film .hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 4;
  font-family: var(--sans); font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(245,239,228,.75);
  transition: opacity .3s ease; }
.film .hint:after { content: ""; display: block; width: 1px; height: 34px; margin: .6rem auto 0;
  background: linear-gradient(180deg, var(--gold), transparent); animation: drip 1.8s ease infinite; }
@keyframes drip { 0%{transform:scaleY(0);transform-origin:top} 55%{transform:scaleY(1);transform-origin:top} 100%{transform:scaleY(0);transform-origin:bottom} }

.plx { position: relative; overflow: hidden; color: var(--ink); }
.plx .plx-img { position: absolute; inset: -18% 0; transform: scale(1.18); will-change: transform; }
.plx .plx-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.plx .plx-img:after { content: ""; position: absolute; inset: 0; background: rgba(18,14,10,.82); }
.plx .inner { position: relative; padding: 5rem 1.4rem; }
.plx .kicker { color: #e8c56a; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.plx h2.sec { color: #fffdf8; text-shadow: 0 1px 14px rgba(0,0,0,.7); }
.plx h2.sec:after { background: var(--gold); }
.plx .grid > div {
  background: var(--paper);
  color: var(--ink);
  padding: 1.25rem 1.4rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.plx .grid h3 { color: var(--gold-deep); margin: 0 0 .45rem; }
.plx .grid p { color: var(--ink-soft); margin: 0; }

.marquee { overflow: hidden; background: var(--ink); color: #e7dcc6; padding: .7rem 0; }
.marquee .track { display: inline-flex; gap: 3rem; white-space: nowrap; will-change: transform;
  animation: marquee 36s linear infinite; font-family: var(--sans); font-size: .82rem; letter-spacing: .06em; }
.marquee .track span b { color: var(--gold); font-weight: 700; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee .track, .film .grain, .film .hint:after { animation: none; }
  .film { height: auto; } .film .stage { position: relative; height: 72vh; }
  body.filmed header.site { position: sticky; background: rgba(29,23,18,.92); }
}
.card img.thumb { transition: transform .5s ease; }
.card:hover img.thumb { transform: scale(1.05); }
.btn { position: relative; overflow: hidden; }
.btn.gold:active { transform: translateY(0) scale(.98); }

/* ═══ brand marks (contrast-driven) ═══ */
body.filmed .brand .wordmark.on-light { display: none; }
body.filmed .brand .wordmark.on-dark  { display: block; }
footer.site { position: relative; overflow: hidden; }
footer.site .footmark {
  position: absolute; right: -70px; bottom: -110px; width: 340px; height: auto;
  opacity: .05; pointer-events: none; user-select: none;
}
footer.site .cols, footer.site .fine { position: relative; }
footer.site .footlogo { height: 40px; width: auto; display: block; margin-bottom: .9rem; }
@media (max-width: 760px) {
  footer.site .footmark { width: 220px; right: -50px; bottom: -80px; }
}

/* The frame gradient is at its thinnest exactly where the copy sits, so the
   landscape frame's hazy sky washes the kicker out. A soft ellipse under the
   copy layer holds the text without flattening the picture behind it. */
.film .copy::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 42% at 50% 47%, rgba(16,12,9,.5), rgba(16,12,9,0) 72%);
}
.filmline .est { color: #dcb865; text-shadow: 0 1px 14px rgba(0,0,0,.65); }

/* ═══ cocoa product showcase ═══ */
.cocoa-block { margin: 2.4rem 0 0; }
.cocoa-block h2 { margin-top: 0; }
.cocoa-lead { color: var(--ink-soft); margin: 0 0 1.4rem; max-width: 40rem; }
.cocoa-sense-grid {
  display: flex; flex-direction: column; align-items: center; gap: 1.4rem;
}
.cocoa-radar {
  margin: 0; width: min(280px, 100%);
  background: var(--cream); border: 1px solid var(--line); border-radius: 50%;
  box-shadow: var(--shadow);
}
.cocoa-radar svg { display: block; width: 100%; height: auto; }
.cocoa-radar .ring { fill: none; stroke: var(--line); stroke-width: 1; }
.cocoa-radar .spoke { stroke: var(--line); stroke-width: 1; }
.cocoa-radar .poly {
  fill: rgba(176, 141, 60, .28); stroke: var(--gold-deep); stroke-width: 2;
  transform-origin: 140px 140px; transform: scale(.12);
  transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}
.cocoa-radar .hub { fill: var(--gold-deep); }
.cocoa-radar .axis {
  font-family: var(--sans); font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase; fill: var(--ink-soft);
}
[data-cocoa-anim].is-on .cocoa-radar .poly,
[data-cocoa-anim].is-on .poly { transform: scale(1); }
.cocoa-legend {
  list-style: none; margin: 0; padding: 0; width: 100%;
  display: flex; flex-direction: column; gap: .45rem;
}
.cocoa-legend li {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 48px; padding: 0 1rem;
  background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  font-family: var(--sans); font-size: .92rem;
}
.cocoa-legend strong { color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.cocoa-app-grid {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 1rem;
}
.cocoa-app {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 1.15rem 1.2rem; box-shadow: var(--shadow);
}
.cocoa-app h3 {
  font-family: var(--sans); font-size: .78rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-deep); margin: 0 0 .45rem;
}
.cocoa-app p { margin: 0; color: var(--ink-soft); }
.cocoa-bars { display: flex; flex-direction: column; gap: 1.05rem; }
.cocoa-nbar-top {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .35rem .8rem;
  font-family: var(--sans); font-size: .9rem; margin-bottom: .4rem;
}
.cocoa-nbar-top strong { font-variant-numeric: tabular-nums; color: var(--ink); }
.cocoa-nbar-track {
  height: 10px; border-radius: 99px; background: var(--cream);
  border: 1px solid var(--line); overflow: hidden;
}
.cocoa-nbar .fill {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  border-radius: 99px;
  transition: width 1s ease .12s;
}
[data-cocoa-anim].is-on .cocoa-nbar .fill { width: var(--w); }
.cocoa-extra { color: var(--ink-soft); margin: 1.2rem 0 0; }
.cocoa-note { font-family: var(--sans); font-size: .82rem; color: var(--ink-soft); margin: .6rem 0 0; }
.cocoa-fact-grid {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: .75rem;
}
.cocoa-fact-grid li {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 48px; padding: .85rem 1rem;
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
}
.cocoa-fact-grid span {
  font-family: var(--sans); font-size: .7rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-deep);
}
.cocoa-fact-grid strong { font-size: 1.02rem; }
@media (min-width: 768px) {
  .cocoa-sense-grid { flex-direction: row; align-items: center; gap: 2rem; }
  .cocoa-legend { flex: 1; }
  .cocoa-app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .cocoa-fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  .cocoa-radar .poly, .cocoa-nbar .fill { transition: none; }
  .cocoa-radar .poly { transform: scale(1); }
  .cocoa-nbar .fill { width: var(--w); }
}

/* ═══ more recipes (end of recipe pages) ═══ */
.more-recipes {
  background: var(--cream);
  border-block: 1px solid var(--line);
  padding: 2.6rem 0 3.2rem;
}
.more-recipes .wrap { padding-left: 1rem; padding-right: 1rem; }
.more-recipes .kicker { margin-bottom: .45rem; }
.more-recipes h2.sec { margin-bottom: .55rem; }
.more-recipes-lead {
  margin: 0 0 1.6rem; max-width: 36rem;
  color: var(--ink-soft); font-size: 1.02rem;
}
.more-recipes-grid {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 1rem;
}
.more-recipes-grid > li { min-width: 0; }
.more-recipe {
  display: flex; flex-direction: column;
  min-height: 48px; height: 100%; min-width: 0;
  text-decoration: none; color: inherit;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.more-recipe:hover {
  transform: translateY(-3px);
  border-color: #d4c4a4;
  box-shadow: 0 8px 28px rgba(60, 42, 12, .14);
}
.more-recipe:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.more-recipe-media {
  display: block; position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--cream);
}
.more-recipe-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s ease;
}
.more-recipe:hover .more-recipe-media img { transform: scale(1.05); }
.more-recipe-body {
  display: flex; flex-direction: column; gap: .4rem;
  padding: 1rem 1.15rem 1.2rem;
  flex: 1; min-width: 0; overflow: hidden;
}
.more-recipe-name {
  font-family: var(--serif);
  font-size: 1.12rem; line-height: 1.3;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.more-recipe:hover .more-recipe-name { color: var(--rust); }
.more-recipe-teaser {
  font-size: .92rem; line-height: 1.5;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.more-recipe-go {
  margin-top: auto; padding-top: .45rem;
  font-family: var(--sans);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-deep);
}
@media (min-width: 768px) {
  .more-recipes { padding: 3.2rem 0 3.8rem; }
  .more-recipes .wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
  .more-recipes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .more-recipes-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  .more-recipe, .more-recipe-media img { transition: none; }
  .more-recipe:hover { transform: none; }
  .more-recipe:hover .more-recipe-media img { transform: none; }
}

/* ═══ recipe star ratings ═══ */
.recipe-rating {
  margin: 0 0 1.6rem; padding: 1.1rem 1.2rem;
  background: var(--cream); border: 1px solid var(--line);
  border-left: 4px solid var(--gold); border-radius: 8px;
}
.recipe-rating-label {
  font-family: var(--sans); font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-deep); margin: 0 0 .45rem;
}
.recipe-rating-stars {
  display: flex; flex-wrap: wrap; gap: .35rem; align-items: center;
}
.recipe-rating-stars .star {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 48px; min-height: 48px; padding: 0;
  background: none; border: 0; cursor: pointer; color: #cbb892;
}
.recipe-rating-stars .star svg { fill: currentColor; display: block; }
.recipe-rating-stars .star.is-on { color: var(--gold-deep); }
.recipe-rating-stars .star:hover,
.recipe-rating-stars .star:focus-visible { color: var(--gold); }
.recipe-rating-stars .star:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 6px;
}
.recipe-rating.is-locked .star { cursor: default; }
.recipe-rating-meta {
  font-family: var(--sans); font-size: .9rem; color: var(--ink-soft);
  margin: .35rem 0 0;
}
.recipe-rating-status {
  font-family: var(--sans); font-size: .9rem; margin: .45rem 0 0;
}
.recipe-rating-status.is-ok { color: #2f5d38; }
.recipe-rating-status.is-err { color: var(--rust); }
@media (prefers-reduced-motion: reduce) {
  .recipe-rating-stars .star { transition: none; }
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ── cookie consent (Google Analytics only; Cloudflare stays on) ── */
.consent-bar {
  position: fixed; z-index: 60; left: 0; right: 0; bottom: 0;
  padding: 1rem 1rem 1.15rem;
  background: var(--card);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 28px rgba(60, 42, 12, .12);
}
.consent-bar-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; gap: .85rem;
}
.consent-bar p {
  margin: 0; font-family: var(--sans); font-size: .95rem; line-height: 1.45;
  color: var(--ink-soft);
}
.consent-bar-actions {
  display: flex; flex-wrap: wrap; gap: .75rem;
}
.consent-bar button {
  min-width: 48px; min-height: 48px; padding: .75rem 1.15rem;
  font-family: var(--sans); font-size: 1rem; line-height: 1.2;
  border-radius: 6px; cursor: pointer;
}
.consent-accept {
  background: var(--gold); color: #fff; border: 0;
}
.consent-accept:hover { background: var(--gold-deep); }
.consent-essential {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
}
.consent-essential:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.consent-bar button:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}
@media (min-width: 768px) {
  .consent-bar { padding: 1rem 1.4rem; }
  .consent-bar-inner {
    flex-direction: row; align-items: center; justify-content: space-between;
    gap: 1.2rem;
  }
  .consent-bar-actions { flex: 0 0 auto; }
  .consent-bar button { width: auto; }
}

.recipes-carousel {
  margin: 1.5rem 0 1.25rem;
}
.recipes-carousel:focus {
  outline: none;
}
.recipes-carousel:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
.recipes-carousel-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
}
.recipes-carousel-scroller::-webkit-scrollbar { display: none; }
.recipes-carousel-track {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0.15rem 0 0.35rem;
}
.recipes-carousel-slide {
  flex: 0 0 86%;
  min-width: 0;
  scroll-snap-align: start;
}
.recipes-carousel-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  min-height: 48px;
}
.recipes-carousel-card h3 {
  color: var(--ink);
}
.recipes-carousel-card:hover h3 { color: var(--rust); }
.recipes-carousel-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.recipes-carousel-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  margin-top: 1rem;
}
.recipes-carousel-btn {
  flex: 0 0 auto;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: var(--gold);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.recipes-carousel-btn:hover { background: #2f2820; }
.recipes-carousel-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.recipes-carousel-btn:disabled {
  opacity: .38;
  cursor: default;
}
.recipes-carousel-dots {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 3;
  min-width: 0;
  overflow: visible;
}
.recipes-carousel-btn[data-carousel-prev] { order: 1; }
.recipes-carousel-btn[data-carousel-next] { order: 2; margin-inline-start: auto; }
.recipes-carousel-dot {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.recipes-carousel-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--line);
}
.recipes-carousel-dot[aria-current="true"]::after {
  width: 18px;
  border-radius: 4px;
  background: var(--gold);
}
.recipes-carousel-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .recipes-carousel-track { gap: 1rem; }
  .recipes-carousel-slide { flex-basis: 47%; }
  .recipes-carousel-bar { flex-wrap: nowrap; }
  .recipes-carousel-dots {
    flex: 1 1 auto;
    order: 0;
  }
  .recipes-carousel-btn[data-carousel-prev],
  .recipes-carousel-btn[data-carousel-next] {
    order: 0;
    margin-inline-start: 0;
  }
}
@media (min-width: 1024px) {
  .recipes-carousel-slide { flex-basis: 36%; }
}
@media (prefers-reduced-motion: reduce) {
  .recipes-carousel-scroller { scroll-behavior: auto; }
  .recipes-carousel-card,
  .recipes-carousel-card img.thumb { transition: none; }
  .recipes-carousel-card:hover { transform: none; }
  .recipes-carousel-card:hover img.thumb { transform: none; }
}
@media (hover: hover) {
  .recipes-carousel-scroller { scroll-behavior: smooth; }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .recipes-carousel-scroller { scroll-behavior: auto; }
}
