:root {
  --bg: #f2eee1;
  --card: #fbf9f1;
  --ink: #37352b;
  --mut: #6b6455;
  --sage: #6b7a3f;
  --sage-d: #4c5a29;
  --clay: #bd6a40;
  --clay-d: #9a5330;
  --gold: #c79a3c;
  --teal: #3c7d72;
  --teal-d: #2d6056;
  --orange: #F58220;
  --orange-d: #9c4a08;
  --orange-dd: #8a4108;
  --green: #6f9e2a;
  --green-d: #456b10;
  --line: #e0dac6;
  --r: 26px;
  --maxw: 1160px;
  --shadow: 0 14px 36px rgba(55, 53, 43, 0.09);
  --font: "Hanken Grotesk", system-ui, sans-serif;
  --serif: "Lora", Georgia, serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 78px; } /* offset sticky header on anchor jumps */
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font); line-height: 1.62;
  -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent;
}
/* subtle paper grain */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
h1, h2, h3 { margin: 0; line-height: 1.08; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.serif { font-family: var(--serif); }

/* skip link (WCAG 2.4.1) */
.skip-link { position: absolute; left: 12px; top: -48px; z-index: 200; background: var(--ink); color: #f3efe0; font-weight: 700; padding: .6rem 1rem; border-radius: 0 0 10px 10px; transition: top .15s; }
.skip-link:focus { top: 0; }

/* przycisk pauzy hero-wideo (WCAG 2.2.2) */
.hero__pause { position: absolute; right: 14px; bottom: 14px; z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,.92); color: var(--ink); display: grid; place-items: center; box-shadow: 0 3px 10px rgba(0,0,0,.22); }
.hero__pause:hover { background: #fff; }
.hero__pause svg { width: 18px; height: 18px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(242, 238, 225, .97);
  border-bottom: 1px solid var(--line);
}
/* frosted blur only where it's cheap (desktop, fine pointer); on mobile backdrop-filter
   repaints the header every scroll frame → page-wide scroll jank. */
@media (hover: hover) and (pointer: fine) {
  .site-header { background: rgba(242, 238, 225, .82); backdrop-filter: blur(8px); }
}
.brand { display: flex; align-items: center; gap: .55rem; flex-shrink: 0; }
.brand__logo { height: clamp(34px, 6vw, 42px); width: auto; display: block; }
.brand__word { font-family: var(--serif); font-weight: 600; font-size: 1.65rem; letter-spacing: .005em; }
.brand__word b { color: var(--clay); }
.nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 1.5rem; font-weight: 600; font-size: .95rem; } /* linki wyśrodkowane w pasku (logo | linki | pigułka) — jak w Claude Design */
.nav a { position: relative; padding: .2rem 0; transition: color .15s; touch-action: manipulation; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0; background: var(--clay); transition: width .18s ease; }
.nav a:hover { color: var(--sage-d); }
.nav a:hover::after { width: 100%; }

/* wąskie ekrany (320px): header zawija nav zamiast zgniatać logo do zera */
@media (max-width: 480px) {
  .site-header { flex-wrap: wrap; row-gap: .2rem; }
  .nav { flex-wrap: wrap; gap: .4rem .9rem; font-size: .88rem; }
  .sec-head { flex-wrap: wrap; }
  .sec-head .sec-count { white-space: normal; }
}

/* ---------- hero ---------- */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.45fr .85fr; gap: 2rem; align-items: center;
  padding: clamp(2.6rem, 6vw, 4.6rem) clamp(1rem, 4vw, 2.4rem);
}
.chip {
  display: inline-flex; align-items: center; gap: .5rem; background: #e8e7d2; color: var(--sage-d);
  font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .45rem .9rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.chip--clay { background: #f1e2d6; color: var(--clay-d); }
.hero__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.7rem, 6vw, 4.6rem); line-height: 1.04; letter-spacing: -.012em; }
.hero__title em { font-style: italic; color: var(--sage-d); }
.hero__lead { font-size: 1.14rem; color: var(--mut); max-width: 38ch; margin: 1.2rem 0; }
.hero__slogan { font-family: var(--serif); font-style: italic; color: var(--clay-d); font-size: 1.16rem; margin: 0 0 1.6rem; }
.btn {
  display: inline-block; background: var(--sage); color: #f7f6ec; font-weight: 700;
  padding: .85rem 1.7rem; border-radius: 999px; box-shadow: 0 10px 24px rgba(107, 122, 63, .28);
  touch-action: manipulation; transition: transform .15s, background .15s, box-shadow .15s;
}
.btn:hover { background: var(--sage-d); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.hero__art { justify-self: center; color: var(--sage); }
.hero__art svg { width: clamp(180px, 22vw, 260px); height: auto; }

/* ---------- section head ---------- */
.catalog { padding: clamp(1.4rem, 3vw, 2.4rem) 0 clamp(3rem, 6vw, 5rem); }
.sec-head { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.4rem); display: flex; align-items: flex-end; gap: 1rem; }
.sec-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4vw, 2.6rem); }
.sec-head .ln { flex: 1; height: 1px; background: var(--line); margin-bottom: .8rem; }
.sec-head .sec-count { color: var(--mut); font-size: .92rem; margin-bottom: .65rem; white-space: nowrap; }

/* ---------- filters ---------- */
.filters { max-width: var(--maxw); margin: 1.6rem auto 2rem; padding: 0 clamp(1rem, 4vw, 2.4rem); display: flex; flex-wrap: wrap; gap: .55rem; }
.filter {
  border: 1.5px solid var(--line); background: var(--card); color: var(--ink);
  font-family: var(--font); font-weight: 600; font-size: .9rem;
  padding: .65rem 1.15rem; border-radius: 999px; cursor: pointer; touch-action: manipulation; transition: all .15s;
}
.filter:hover { border-color: var(--sage); }
.filter:active { transform: scale(.97); }
.filter[aria-pressed="true"] { background: var(--sage-d); color: #f7f6ec; border-color: var(--sage-d); }

/* catalog switcher (primary tabs, above the group filters) */
.cat-tabs { max-width: var(--maxw); margin: 0 auto .55rem; padding: 0 clamp(1rem, 4vw, 2.4rem); display: flex; gap: .6rem; flex-wrap: wrap; }
.cat-tab { font-family: var(--serif); font-weight: 600; font-size: 1.06rem; padding: .55rem 1.5rem; border-radius: 999px; border: 2px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; touch-action: manipulation; transition: all .15s; }
.cat-tab:hover { border-color: var(--orange); }
.cat-tab[aria-selected="true"] { background: var(--orange-d); border-color: var(--orange-d); color: #fff; box-shadow: 0 6px 16px rgba(176, 84, 10, .3); }

/* ---------- grid + cards ---------- */
.grid { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.4rem); display: grid; grid-template-columns: repeat(auto-fill, minmax(min(308px, 100%), 1fr)); gap: 1.15rem; }
.card {
  position: relative;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  padding: 0; transition: transform .3s cubic-bezier(.2, .7, .3, 1), box-shadow .3s ease; --c: var(--sage);
}
/* hover = smooth zoom into the card, with the photo zooming a touch more for depth
   (fine-pointer only, so a touch tap doesn't leave it stuck zoomed) */
@media (hover: hover) and (pointer: fine) {
  .card:hover { transform: scale(1.05); box-shadow: 0 22px 48px rgba(55, 53, 43, .22); z-index: 5; }
  .card:hover .card__photo { transform: scale(1.1); }
}
/* zdjęcia produktów są kwadratowe na białym tle — contain zamiast cover, żeby nie ucinać
   góry/dołu sterty ziarna; białe tło zlewa się z tłem fotki w bezszwową całość */
.card__photo { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; display: block; background: #fff; transition: transform .5s cubic-bezier(.2, .7, .3, 1); }
/* placeholder image band for products awaiting a real photo — branded, not "broken image" */
.card__photo--ph { display: grid; place-items: center; background: linear-gradient(160deg, #f3eee0, #e7e1cf); }
.card__photo--ph svg { width: 46px; height: 46px; color: var(--c); opacity: .55; }
.card__pad { padding: 1.3rem 1.4rem 1.4rem; }
.ctop { display: flex; align-items: center; gap: .65rem; margin-bottom: .35rem; }
.dot { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .72rem; background: var(--cd, var(--c)); }
.cat { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--mut); }
/* ---------- product code as a bold color tab on the image (pigeon catalog) ---------- */
.card__media { position: relative; line-height: 0; overflow: hidden; }
.bilet {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: .34rem clamp(14px, 2vw, 22px) .42rem;
  background: var(--cd, var(--sage-d)); color: #fff; line-height: normal;
  border-top-right-radius: 14px; box-shadow: 0 8px 18px rgba(55, 53, 43, .30);
}
.bilet__k { font-family: var(--font); font-size: .5rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; line-height: 1; margin-bottom: .14rem; }
.bilet__code {
  font-family: var(--serif); font-weight: 600; line-height: .9; letter-spacing: .01em;
  white-space: nowrap; text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
  font-size: clamp(1.95rem, 1.4rem + 1.9vw, 2.7rem);
}
.bilet__code--long { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.05rem); letter-spacing: 0; }
.card__namelink { color: inherit; text-decoration: none; }
.card:hover .card__namelink, .card__namelink:hover { color: var(--clay-d); }
.card__namelink:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; border-radius: 6px; }
.cname { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; margin: .2rem 0 .35rem; line-height: 1.12; }
.cdesc { color: var(--mut); font-size: .9rem; margin: 0 0 .9rem; }
.ing { list-style: none; margin: 0; padding: .8rem 0 0; border-top: 1px solid var(--line); }
.ing li { display: flex; align-items: baseline; gap: .45rem; font-size: .86rem; padding: .15rem 0; }
.ing .nm { flex: 0 0 auto; }
.ing .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.ing .pct { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--cd, var(--sage-d)); }
.card__more { background: none; border: 0; color: var(--clay-d); font-weight: 700; font-size: .82rem; cursor: pointer; padding: .55rem 0 .45rem; touch-action: manipulation; }
.ing-text { margin: 0; padding: .8rem 0 0; border-top: 1px solid var(--line); font-size: .88rem; color: var(--mut); line-height: 1.5; }
.ing-text__label { font-weight: 800; color: var(--cd, var(--ink)); text-transform: uppercase; letter-spacing: .04em; font-size: .74rem; }

/* ---------- clickable cards + catalog search + product detail modal ---------- */
.card[data-href] { cursor: pointer; }
.catalog-search { max-width: var(--maxw); margin: 1.4rem auto 0; padding: 0 clamp(1rem, 4vw, 2.4rem); }
.catalog-search__box { position: relative; }
.catalog-search__box > svg { position: absolute; left: 1.05rem; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--mut); pointer-events: none; }
.catalog-search input { width: 100%; box-sizing: border-box; font-family: var(--font); font-size: 1rem; color: var(--ink); background: var(--card); border: 1.5px solid var(--line); border-radius: 999px; padding: .85rem 1.1rem .85rem 3rem; transition: border-color .15s, box-shadow .15s; }
.catalog-search input::placeholder { color: var(--mut); }
.catalog-search input:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(107, 122, 63, .18); }

.pmodal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1rem; }
.pmodal[hidden] { display: none; }
.pmodal__backdrop { position: absolute; inset: 0; background: rgba(30, 28, 22, .58); opacity: 0; transition: opacity .25s; }
@media (hover: hover) and (pointer: fine) { .pmodal__backdrop { backdrop-filter: blur(2px); } }
.pmodal.is-open .pmodal__backdrop { opacity: 1; }
.pmodal__dialog { position: relative; z-index: 1; width: min(660px, 100%); max-height: 90vh; overflow: auto; background: var(--card); border-radius: 22px; box-shadow: 0 30px 80px rgba(0, 0, 0, .42); transform: translateY(14px) scale(.97); opacity: 0; transition: transform .3s cubic-bezier(.2, .7, .3, 1), opacity .3s; }
.pmodal.is-open .pmodal__dialog { transform: none; opacity: 1; }
.pmodal__close { position: absolute; top: .75rem; right: .75rem; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: 0 3px 10px rgba(0, 0, 0, .22); touch-action: manipulation; }
.pmodal__close:hover { background: #fff; }
.pmodal__media { position: relative; }
.pmodal__photo { width: 100%; aspect-ratio: 16 / 9; display: block; }
img.pmodal__photo { object-fit: cover; background: #ece7d6; }
div.pmodal__photo { display: grid; place-items: center; }
.pmodal__body { padding: 1.5rem clamp(1.3rem, 4vw, 2.1rem) 1.7rem; }
.pmodal__body .cname { font-size: 1.8rem; margin: .3rem 0 .4rem; }
.pmodal__lbl { font-family: var(--font); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mut); margin: 1.3rem 0 0; }
.pmodal__cta { margin-top: 1.4rem; }
.pmodal__page { display: inline-block; margin: 1rem 0 0 1rem; font-weight: 700; font-size: .92rem; color: var(--orange-d); }
.pmodal__page:hover { text-decoration: underline; }
@media (prefers-reduced-motion: reduce) { .pmodal__dialog, .pmodal__backdrop { transition: none; } }

/* ---------- quality ---------- */
.kicker { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--clay-d); }
.kicker--sage { color: var(--sage-d); }
.quality { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality__grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(2.6rem, 6vw, 4.4rem) clamp(1rem, 4vw, 2.4rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: center; }
.quality__txt { display: flex; flex-direction: column; gap: .8rem; }
.quality h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.1; margin: 0; text-wrap: pretty; }
.quality__txt p { font-size: 1.05rem; line-height: 1.6; color: var(--mut); margin: 0; text-wrap: pretty; }
.quality__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.qtile { display: flex; align-items: center; gap: .85rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 1.15rem 1.3rem; }
.qtile img { width: 56px; height: 56px; flex: none; }
.qtile span { font-family: var(--serif); font-weight: 600; font-size: 1.13rem; line-height: 1.2; }
@media (max-width: 860px) {
  .quality__grid { grid-template-columns: 1fr; }
  .quality__tiles { gap: .65rem; }
  .qtile { min-width: 0; padding: .85rem 1rem; gap: .7rem; }
  .qtile img { width: 40px; height: 40px; }
  .qtile span { font-size: .98rem; }
}
/* 320px: dwie kolumny kafli nie mieszczą się (min-content > viewport) → jedna kolumna */
@media (max-width: 400px) {
  .quality__tiles { grid-template-columns: 1fr; }
}

/* ---------- contact ---------- */
.contact { padding: clamp(2.8rem, 6vw, 4.6rem) clamp(1rem, 4vw, 2.4rem); }
.contact__grid { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; align-items: start; }
.contact__card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; text-align: center; box-shadow: var(--shadow); }
.contact__company { font-family: var(--serif); font-size: 1.3rem; margin: 1rem 0 .4rem; }
.contact__company strong { color: var(--clay); }
.contact address { font-style: normal; color: var(--mut); margin-bottom: 1.1rem; }
.contact__lines { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.4rem; margin: 0 0 1rem; }
.contact__lines a { color: var(--sage-d); font-weight: 700; }
.contact__lines a:hover { color: var(--clay-d); }
.contact__vet { font-size: .75rem; color: var(--mut); }
.contact__note { font-size: .92rem; color: var(--ink); margin: 0 0 .8rem; }
.contact__note strong { color: var(--orange-d); }
.contact__where { text-align: left; }
.where { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .8rem; }
.where li { display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: center; font-size: .92rem; color: var(--ink); }
.where__day { font-weight: 800; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; color: #fff; background: var(--orange-d); padding: .3rem .5rem; border-radius: 7px; text-align: center; white-space: nowrap; }
@media (max-width: 720px) { .contact__grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.site-footer { position: relative; overflow: hidden; background: var(--ink); color: #cfc9ba; padding: clamp(2.4rem, 5vw, 3.4rem) clamp(1rem, 4vw, 2.4rem) clamp(52px, 7vw, 64px); font-size: .9rem; }
/* small animal parade (AI illustration) as a subtle mark in its own strip at the very bottom,
   below the © bar, so it never sits behind text */
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: clamp(34px, 4.5vw, 48px); background: url(../footer-animals.png) no-repeat center bottom; background-size: contain; opacity: .2; pointer-events: none; z-index: 0; }
.foot__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1.1fr; gap: 2rem 1.6rem; }
.foot__word { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; color: #f3efe0; letter-spacing: .01em; }
.foot__word b { color: var(--orange); }
.foot__tag { color: #cfc9ba; margin: .6rem 0 .55rem; max-width: 32ch; line-height: 1.55; }
.foot__slogan { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.02rem; margin: 0; }
.foot__col h3 { font-family: var(--font); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin: 0 0 .9rem; }
.foot__col a, .foot__col address, .foot__col p { display: block; color: #cfc9ba; text-decoration: none; line-height: 1.5; margin: 0 0 .55rem; font-style: normal; }
.foot__col a { padding: .12rem 0; }
.foot__col a:hover { color: #fff; text-decoration: underline; }
.foot__col p b { color: #ece7d9; font-weight: 700; }
.foot__bar { position: relative; z-index: 1; max-width: var(--maxw); margin: clamp(2rem, 4vw, 2.8rem) auto 0; padding-top: 1.1rem; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; align-items: center; justify-content: space-between; font-size: .82rem; color: #a9a293; }
.foot__bar a, .site-footer .foot-priv { color: #cfc9ba; text-decoration: underline; display: inline-block; padding: .3rem 0; }
.foot__bar a:hover, .site-footer .foot-priv:hover { color: #fff; }
@media (max-width: 860px) { .foot__inner { grid-template-columns: 1fr 1fr; } .foot__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .foot__inner { grid-template-columns: 1fr; } }

/* ---------- primary button (brand orange) ---------- */
/* bg is --orange-d so white text clears WCAG AA (5.1:1); bright --orange stays as accents/borders */
.btn { background: var(--orange-d); color: #fff; box-shadow: 0 10px 24px rgba(176, 84, 10, .30); }
.btn:hover { background: var(--orange-dd); }

/* ---------- animal picker (landing) — "Dla jakiego pupila mieszamy?" (Claude Design 1a/1b/1c) ---------- */
.pupick { max-width: var(--maxw); margin: 0 auto; padding: clamp(2.4rem, 5vw, 4rem) clamp(1rem, 4vw, 2.4rem); }
.pupick__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2.5rem; margin-bottom: 2.4rem; }
.pupick__intro { max-width: 640px; display: flex; flex-direction: column; gap: .7rem; }
.pupick__eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--clay-d); }
.pupick__intro h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.95rem, 4.4vw, 2.85rem); line-height: 1.08; margin: 0; text-wrap: pretty; }
.pupick__intro p { margin: 0; font-size: 1.05rem; line-height: 1.55; color: var(--mut); }
.pupick__slogan { font-style: italic; font-size: 1rem; color: var(--sage-d); padding-bottom: .35rem; white-space: nowrap; }
.pupick__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pupick__card {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: .75rem;
  background: var(--card); border: 1px solid var(--line); border-radius: 26px;
  padding: 1.85rem 2rem 2.1rem; text-decoration: none; color: var(--ink);
  box-shadow: 0 6px 18px rgba(55, 53, 43, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pupick__card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(55, 53, 43, .14); border-color: var(--gold); }
.pupick__card:focus-visible { outline: 3px solid var(--orange-d); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .pupick__card { transition: none; } .pupick__card:hover { transform: none; } }
.pupick__card--hero { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 3rem; padding: 2.9rem 4rem 2.9rem 3.4rem; }
.pupick__body { display: flex; flex-direction: column; align-items: flex-start; gap: .95rem; }
.pupick__badge { font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sage-d); border: 1px solid var(--line); background: var(--bg); border-radius: 999px; padding: .38rem .9rem; }
.pupick__name { font-family: var(--serif); font-weight: 600; font-size: 1.55rem; line-height: 1.15; }
.pupick__card--hero .pupick__name { font-size: clamp(1.7rem, 3vw, 2.15rem); }
.pupick__desc { font-size: .96rem; line-height: 1.5; color: var(--mut); text-wrap: pretty; }
.pupick__card--hero .pupick__desc { font-size: 1.05rem; max-width: 560px; }
.pupick__meta { display: flex; align-items: center; gap: 1rem; margin-top: auto; padding-top: .55rem; flex-wrap: wrap; }
.pupick__count { font-size: .85rem; font-weight: 600; color: var(--sage-d); }
.pupick__card--hero .pupick__count { border: 1px solid var(--line); background: var(--bg); border-radius: 999px; padding: .42rem .95rem; }
.pupick__cta { font-size: .94rem; font-weight: 700; color: var(--orange-d); }
.pupick__card:hover .pupick__cta { color: var(--clay-d); }
.pupick__go { display: none; }
.pupick__art { width: 168px; height: 168px; align-self: center; margin: -.5rem 0 -.25rem; }
.pupick__art--r1 { transform: rotate(1.5deg); }
.pupick__art--r2 { transform: rotate(-1.5deg); }
.pupick__art--r3 { transform: rotate(2deg); }
.pupick__card--hero .pupick__art { width: 330px; height: 330px; align-self: auto; margin: -1.5rem 0; transform: rotate(-2deg); }
@media (max-width: 1024px) {
  .pupick__card--hero { grid-template-columns: 1fr 240px; gap: 2rem; padding: 2.4rem 2.6rem; }
  .pupick__card--hero .pupick__art { width: 240px; height: 240px; }
}
@media (max-width: 860px) {
  .pupick__head { flex-direction: column; align-items: flex-start; gap: .5rem; margin-bottom: 1.6rem; }
  .pupick__desc-x { display: none; } /* mobile: krótki opis jak w makiecie 1b */
  .pupick__badge { font-size: .66rem; white-space: nowrap; padding: .28rem .7rem; }
  .pupick__card--hero .pupick__name { font-size: 1.45rem; }
  .pupick__card--hero .pupick__desc { font-size: .86rem; }
  .pupick__card--hero .pupick__count { font-size: .78rem; white-space: nowrap; padding: .3rem .75rem; }
  .pupick__meta { gap: .6rem; }
  .pupick__slogan { display: none; }
  .pupick__grid { display: flex; flex-direction: column; gap: .95rem; }
  .pupick__card--hero { display: grid; grid-template-columns: 1fr 118px; gap: .5rem .9rem; padding: 1.4rem 1.15rem 1.5rem 1.4rem; border-radius: 22px; }
  .pupick__card--hero .pupick__body { display: contents; }
  .pupick__card--hero .pupick__badge { grid-column: 1; justify-self: start; }
  .pupick__card--hero .pupick__name { grid-column: 1; }
  .pupick__card--hero .pupick__art { grid-column: 2; grid-row: 1 / span 2; width: 118px; height: 118px; margin: 0; align-self: center; }
  .pupick__card--hero .pupick__desc { grid-column: 1 / -1; }
  .pupick__card--hero .pupick__meta { grid-column: 1 / -1; margin-top: .1rem; padding-top: 0; }
  .pupick__card { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: .9rem; padding: 1rem 1.15rem; min-height: 112px; border-radius: 22px; }
  .pupick__card .pupick__body { display: contents; }
  .pupick__card:not(.pupick__card--hero) .pupick__art { grid-row: 1 / span 3; width: 86px; height: 86px; margin: 0; }
  .pupick__card:not(.pupick__card--hero) .pupick__name { font-size: 1.2rem; grid-column: 2; }
  .pupick__card:not(.pupick__card--hero) .pupick__desc { font-size: .85rem; grid-column: 2; }
  .pupick__card:not(.pupick__card--hero) .pupick__meta { grid-column: 2; padding-top: .1rem; margin-top: 0; }
  .pupick__card:not(.pupick__card--hero) .pupick__cta { display: none; }
  .pupick__go { display: block; grid-column: 3; grid-row: 1 / span 3; font-size: 1.3rem; font-weight: 700; color: var(--orange-d); }
}

/* ---------- how to order (3 steps) ---------- */
.howto { max-width: var(--maxw); margin: 0 auto; padding: clamp(2rem, 5vw, 3.4rem) clamp(1rem, 4vw, 2.4rem); }
.howto__head { display: flex; flex-direction: column; gap: .55rem; max-width: 640px; margin-bottom: 2rem; }
.howto__head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.1; margin: 0; }
.howto__head p { color: var(--mut); font-size: 1rem; margin: 0; }
.howto__cards { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 0; padding: 0; }
.hcard { display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 1.8rem 2rem; }
.hcard__il { width: clamp(104px, 11vw, 130px); height: auto; align-self: center; }
.hcard__body { display: flex; flex-direction: column; gap: .55rem; }
.hcard__row { display: flex; align-items: center; gap: .75rem; }
.hcard__num { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: none; border: 1.5px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--clay-d); }
.hcard__t { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; margin: 0; }
.hcard__d { font-size: .95rem; line-height: 1.6; color: var(--mut); margin: 0; text-wrap: pretty; }
.hcard__d a { color: var(--orange-d); font-weight: 700; text-decoration: none; }
.hcard__d a:hover { text-decoration: underline; }
@media (max-width: 860px) {
  .howto__cards { grid-template-columns: 1fr; gap: .8rem; }
  .hcard { display: grid; grid-template-columns: 1fr 88px; align-items: center; gap: .35rem .9rem; padding: 1.25rem 1.3rem; }
  .hcard__il { grid-column: 2; grid-row: 1 / span 2; width: 88px; align-self: center; }
  .hcard__body { grid-column: 1; }
}

/* ---------- feeding system (clickable season phases → catalog filter) ---------- */
.feeding__inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(1.6rem, 4vw, 2.6rem) clamp(1rem, 4vw, 2.4rem) 0; }
.feeding__head { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.35rem; }
.feeding__head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.55rem, 3.5vw, 1.95rem); line-height: 1.12; margin: 0; }
.feeding__lead { color: var(--mut); font-size: .95rem; margin: 0; }
.feeding__phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.phase { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; text-align: left; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.35rem 1.6rem 1.6rem; text-decoration: none; color: var(--ink); box-shadow: 0 6px 18px rgba(55, 53, 43, .07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.phase:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(55, 53, 43, .14); border-color: var(--gold); }
.phase:focus-visible { outline: 3px solid var(--orange-d); outline-offset: 3px; }
.phase--on { border-color: var(--gold); }
.phase--h { --cd: var(--green-d); }
.phase--l { --cd: var(--orange-d); }
.phase--s { --cd: var(--teal-d); }
.phase__top { display: flex; align-items: center; justify-content: space-between; gap: .8rem; align-self: stretch; }
.phase__num { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: none; border: 1.5px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--clay-d); }
.phase__il { width: 104px; height: 104px; transform: rotate(-2deg); margin: -4px -4px -14px 0; }
.phase__t { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; line-height: 1.15; margin: 0; }
.phase__d { color: var(--mut); font-size: .92rem; line-height: 1.5; margin: 0; text-wrap: pretty; }
.phase__cta { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin-top: .15rem; }
.phase__show { font-size: .85rem; font-weight: 700; color: var(--cd, var(--sage-d)); }
.phase__set { font-size: .72rem; font-weight: 700; letter-spacing: .06em; background: var(--sage-d); color: var(--card); border-radius: 999px; padding: .25rem .65rem; }
@media (prefers-reduced-motion: reduce) { .phase { transition: none; } .phase:hover { transform: none; } }
@media (max-width: 860px) {
  .feeding__phases { grid-template-columns: 1fr; gap: .8rem; }
  .phase { display: grid; grid-template-columns: 72px 1fr; align-items: center; column-gap: .9rem; row-gap: .3rem; padding: 1.15rem 1.25rem; }
  .phase__top { display: contents; }
  .phase__il { grid-column: 1; grid-row: 1 / span 3; width: 72px; height: 72px; margin: 0; }
  .phase__num { display: none; }
  .phase__t, .phase__d, .phase__cta { grid-column: 2; }
}

/* ---------- sub-page head ---------- */
.pagehead { padding: clamp(2rem, 5vw, 3.4rem) clamp(1rem, 4vw, 2.4rem) 0; }
.pagehead__inner { max-width: var(--maxw); margin: 0 auto; }
.pagehead__back { display: inline-block; font-weight: 700; font-size: .9rem; color: var(--orange-d); text-decoration: none; margin-bottom: .7rem; }
.pagehead__back:hover { text-decoration: underline; }
.pagehead h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.06; }
.pagehead--golebie h1 { border-left: 5px solid var(--green); padding-left: .7rem; }
.pagehead--gryzonie h1 { border-left: 5px solid var(--orange); padding-left: .7rem; }
.pagehead--inne h1 { border-left: 5px solid var(--gold); padding-left: .7rem; }
.pagehead--papugi h1 { border-left: 5px solid var(--teal); padding-left: .7rem; }
.pagehead p { color: var(--mut); font-size: 1.08rem; max-width: 56ch; margin: .7rem 0 0; }
.pagehead .pagehead__slogan { font-family: var(--serif); font-style: italic; color: var(--clay-d); font-size: 1.05rem; max-width: none; margin: .55rem 0 0; }
.nav a[aria-current="page"] { color: var(--orange-d); font-weight: 700; }

/* ---------- phone CTAs ---------- */
/* header-CTA telefonu: okrągła plakietka ze słuchawką + label i numer w dwóch liniach.
   Pigułka stoi teraz POZA <nav> (sibling), więc .nav a już jej nie dotyczy */
a.nav__tel {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--sage-d); color: #f7f6ec !important;
  padding: .32rem 1.1rem .32rem .38rem; border-radius: 999px;
  line-height: 1; white-space: nowrap; flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(247, 246, 236, .16), 0 6px 16px rgba(76, 90, 41, .24);
  transition: background .15s, transform .15s, box-shadow .15s;
}
a.nav__tel:hover { background: #55672f; transform: translateY(-1px); box-shadow: inset 0 0 0 1px rgba(247, 246, 236, .22), 0 9px 20px rgba(76, 90, 41, .3); }
a.nav__tel:active { transform: translateY(0); }
a.nav__tel::after { display: none; } /* bez hover-podkreślenia pod pigułką */
.nav__tel-ico {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: #f7f6ec; color: var(--sage-d);
  display: grid; place-items: center;
}
.nav__tel-ico svg { width: 15px; height: 15px; transition: transform .18s ease; }
.nav__tel:hover .nav__tel-ico svg { transform: rotate(-14deg); }
@media (prefers-reduced-motion: reduce) { .nav__tel-ico svg { transition: none; } .nav__tel:hover .nav__tel-ico svg { transform: none; } }
.nav__tel-txt { display: flex; flex-direction: column; align-items: flex-start; gap: .22rem; }
.nav__tel-txt small { font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.nav__tel-txt strong { font-size: .96rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: .015em; }
/* 770–1080px: nav z pigułką robi się ciasny — mniejsze odstępy zamiast przycinania */
@media (max-width: 1080px) {
  .nav { gap: 1rem; }
}
.hero__cta { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.btn--phone { background: #fff; color: var(--orange-d); box-shadow: none; border: 2px solid var(--orange); }
.btn--phone:hover { background: var(--cream); color: var(--orange-d); }
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; align-items: center; justify-content: center; gap: .5rem; background: var(--orange-d); color: #fff; font-weight: 800; padding: .9rem; text-decoration: none; box-shadow: 0 -4px 16px rgba(0,0,0,.15); }
@media (max-width: 720px) { .callbar { display: flex; } body { padding-bottom: 58px; } a.nav__tel { display: none; } .btn--phone { display: none; } }

/* ---------- trust badges ---------- */
.badges__row { max-width: var(--maxw); margin: 0 auto; padding: 1.4rem clamp(1rem, 4vw, 2.4rem) 0; display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.badge { display: inline-flex; gap: .35rem; align-items: baseline; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1.05rem; font-size: .85rem; color: var(--mut); }
.badge b { color: var(--green-d); font-weight: 800; }
.badge--seal { background: var(--green-d); border-color: var(--green-d); color: #fff; font-weight: 700; }

/* ---------- contact map ---------- */
.contact__map { max-width: 940px; margin: 1.15rem auto 0; }
.contact__map iframe { width: 100%; height: 300px; border: 0; border-radius: 16px; display: block; }

.mapload {
  width: 100%; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem;
  background: var(--card); border: 2px dashed var(--line); border-radius: 16px; cursor: pointer;
  font-family: var(--font); font-weight: 700; font-size: 1rem; color: var(--sage-d);
  transition: border-color .15s, background .15s; touch-action: manipulation;
}
.mapload:hover { border-color: var(--sage); background: #f7f5ea; }
.mapload__note { font-weight: 500; font-size: .8rem; color: var(--mut); }

/* ---------- footer privacy link ---------- */
.site-footer .foot-priv { color: #d6d1c2; text-decoration: underline; display: inline-block; padding: .45rem 0; }

/* ---------- legal page ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: clamp(2rem, 5vw, 3.4rem) clamp(1rem, 4vw, 2.4rem); }
.legal h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 5vw, 2.6rem); margin: .6rem 0 1rem; }
.legal h2 { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; margin: 1.6rem 0 .5rem; color: var(--sage-d); }
.legal p { color: var(--ink); line-height: 1.62; margin: .5rem 0; }
.legal a { color: var(--orange-d); font-weight: 600; }
.legal__intro { color: var(--mut); font-size: 1.05rem; }
.legal__note { font-size: .85rem; color: var(--mut); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1.6rem; }

/* ---------- responsive ---------- */
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; }
  .hero__art { display: none; }
  .nav { gap: 1rem; font-size: .9rem; }
  .nav a { padding: .45rem 0; } /* ~40px tap height on mobile */
}

/* ---------- a11y ---------- */
/* dark ring + light halo → stays visible on light beige AND on dark/orange button fills (WCAG 2.2 SC 1.4.11) */
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; border-radius: 8px; box-shadow: 0 0 0 5px rgba(255, 255, 255, .75); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ---------- strona produktu (produkt.html) ---------- */
.prod-wrap { min-height: 40vh; }
.prod-loading { max-width: var(--maxw); margin: 0 auto; padding: 3rem clamp(1rem, 4vw, 2.4rem); color: var(--mut); text-align: center; }
.prod {
  max-width: var(--maxw); margin: 1.2rem auto 0; padding: 0 clamp(1rem, 4vw, 2.4rem);
  display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(1.4rem, 3.5vw, 2.8rem); align-items: start;
}
.prod__media {
  position: relative; line-height: 0; overflow: hidden;
  border-radius: var(--r); border: 1px solid var(--line); background: #ece7d6; box-shadow: var(--shadow);
}
.prod__photo { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; display: block; background: #fff; }
div.prod__photo { display: grid; place-items: center; color: var(--c); }
div.prod__photo svg { opacity: .5; }

/* przybliżenie zdjęcia: przycisk-obraz + lupa w rogu, lightbox jak modal v1 */
.prod__zoombtn { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; line-height: 0; position: relative; }
.prod__zoomico {
  position: absolute; right: .9rem; bottom: .9rem; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .92); color: var(--ink);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
  transition: transform .15s, background .15s;
}
.prod__zoomico svg { width: 19px; height: 19px; }
@media (hover: hover) and (pointer: fine) {
  .prod__zoombtn:hover .prod__zoomico { background: #fff; transform: scale(1.08); }
  .prod__zoombtn:hover .prod__photo { transform: scale(1.03); }
}
.prod__zoombtn .prod__photo { transition: transform .5s cubic-bezier(.2, .7, .3, 1); }

.zoombox { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: clamp(.8rem, 3vw, 2rem); }
.zoombox[hidden] { display: none; }
.zoombox__backdrop { position: absolute; inset: 0; background: rgba(30, 28, 22, .78); opacity: 0; transition: opacity .24s; }
.zoombox.is-open .zoombox__backdrop { opacity: 1; }
.zoombox__fig { position: relative; z-index: 1; margin: 0; max-width: min(1100px, 96vw); transform: scale(.96); opacity: 0; transition: transform .28s cubic-bezier(.2, .7, .3, 1), opacity .28s; }
.zoombox.is-open .zoombox__fig { transform: none; opacity: 1; }
.zoombox__img { display: block; max-width: 100%; max-height: 82vh; max-height: 82svh; object-fit: contain; border-radius: 18px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); background: #ece7d6; cursor: zoom-out; }
.zoombox__cap { text-align: center; color: #f3efe0; font-size: 1.05rem; margin-top: .8rem; }
.zoombox__close { position: fixed; top: 1rem; right: 1rem; z-index: 2; }
@media (prefers-reduced-motion: reduce) { .zoombox__backdrop, .zoombox__fig { transition: none; } }
.prod__name { font-size: clamp(1.9rem, 4.5vw, 2.9rem); margin: .25rem 0 .5rem; }
.prod__desc { color: var(--mut); font-size: 1.05rem; max-width: 52ch; margin: 0; }
.prod__ing { margin-top: .4rem; border-top: 0; padding-top: .4rem; }
.prod__ing li { border-radius: 8px; padding: .18rem .4rem; }
.prod__ing li.is-hi { background: #efe9d7; }
.propbar__dot { width: 11px; height: 11px; border-radius: 3px; flex: 0 0 auto; align-self: center; }

/* pasek proporcji — skład % jako poziome warstwy (inspiracja v2, w tonacji v1) */
.propbar {
  display: flex; height: 38px; margin-top: .85rem; overflow: hidden;
  border-radius: 12px; border: 1px solid var(--line); background: #ece7d6;
}
.propbar__seg {
  height: 100%; width: 0; background: var(--t, #b7ad93);
  box-shadow: inset -1px 0 0 rgba(251, 249, 241, .55);
  transition: width .6s cubic-bezier(.2, .7, .3, 1), filter .15s;
}
.propbar.is-in .propbar__seg { width: var(--w); }
.propbar__seg.is-hi { filter: brightness(1.12) saturate(1.15); }
@media (prefers-reduced-motion: reduce) { .propbar__seg { transition: none; width: var(--w); } }

/* CTA „Dobierz przez kontakt" — pas w stylu sekcji „Jakość" (gradient szałwii), nie generyczny box */
.prod__cta {
  position: relative; overflow: hidden; margin-top: 1.6rem;
  background: linear-gradient(160deg, var(--sage), var(--sage-d));
  color: #f3efe0; border-radius: var(--r); padding: 1.6rem 1.7rem 1.7rem;
}
/* delikatny ślad ziarna w rogu — jak grafiki tła w kaflach wyboru zwierząt */
.prod__cta::after {
  content: ""; position: absolute; right: -22px; bottom: -26px; width: 150px; height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3efe0' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpath d='M12 21V9M12 9c0-3 2-6 6-6 0 3-2 6-6 6zM12 12c0-3-2-5-5-5 0 3 2 5 5 5z'/%3E%3C/svg%3E") no-repeat center / contain;
  pointer-events: none;
}
.prod__cta h3 { color: #fff; font-size: 1.35rem; margin: 0 0 .35rem; }
.prod__cta p { color: rgba(243, 239, 224, .92); font-size: .95rem; margin: 0 0 1.15rem; max-width: 46ch; }
.prod__cta-btns { position: relative; display: flex; gap: .7rem; flex-wrap: wrap; }
.prod__cta .btn { background: #fff; color: var(--sage-d); box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }
.prod__cta .btn:hover { background: var(--bg); color: var(--sage-d); }
.prod__cta-mail {
  display: inline-block; font-weight: 700; padding: .85rem 1.5rem; border-radius: 999px;
  border: 2px solid rgba(243, 239, 224, .55); color: #fff;
  transition: border-color .15s, background .15s;
}
.prod__cta-mail:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }

/* podobne receptury */
.prod-rel { max-width: none; padding: clamp(2.2rem, 5vw, 3.4rem) 0 clamp(3rem, 6vw, 4.6rem); }
.prod-rel__grid { margin-top: 1.4rem; }
.card--link { display: block; color: inherit; }
.card--link .cdesc { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* zdjęcie na karcie katalogu → link do strony produktu */
.card__mlink { display: block; line-height: 0; cursor: pointer; }

@media (max-width: 820px) {
  .prod { grid-template-columns: 1fr; }
}

/* ---------- hero video (scroll-scrub) ---------- */
.hero { position: relative; max-width: none; width: 100%; margin: 0; padding: 0; min-height: 90vh; min-height: 90svh; display: flex; align-items: center; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; background: #ece7d6; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(242,238,225,.97) 0%, rgba(242,238,225,.87) 30%, rgba(242,238,225,.44) 54%, rgba(242,238,225,.05) 80%); }
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.4rem); }
.hero__inner > * { max-width: 560px; }
@media (max-width: 820px) {
  .hero { min-height: 84vh; min-height: 84svh; }
  .hero__scrim { background: linear-gradient(180deg, rgba(242,238,225,.93) 0%, rgba(242,238,225,.62) 44%, rgba(242,238,225,.86) 100%); }
  .hero__inner > * { max-width: 100%; }
}

/* baner szkicu /inne */
.draft-note { background: #fdf3e3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.draft-note .content { padding: .85rem clamp(1rem,4vw,2.4rem); font-size: .95rem; color: var(--ink); max-width: var(--maxw); }
.draft-note__badge { display: inline-block; background: var(--orange-d); color: #fff; font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 6px; margin-right: .5rem; }
.draft-note a { color: var(--orange-dd); font-weight: 700; }

/* tap-targety ≥24px (WCAG 2.5.8) na linkach konwersji: kontakt + stopka */
.foot__col a, .contact a[href^="tel:"], .contact a[href^="mailto:"], .draft-note a[href^="tel:"] {
  display: block; padding-block: .22rem; min-height: 24px;
}
.contact a[href^="tel:"], .contact a[href^="mailto:"], .draft-note a[href^="tel:"] { display: inline-block; } /* te zostają w linii tekstu */

/* ---------- mobilne menu (hamburger) — progressive enhancement: bez JS nav zostaje widoczny ---------- */
.nav-toggle { display: none; }
@media (max-width: 760px) {
  html.js .site-header { flex-wrap: nowrap; }
  html.js .brand__logo { height: 40px; }
  html.js .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 11px; margin-left: auto; flex-shrink: 0;
    background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
  }
  html.js .nav-toggle span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform .18s ease, opacity .18s ease; }
  html.js .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  html.js .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  html.js .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  @media (prefers-reduced-motion: reduce) { html.js .nav-toggle span { transition: none; } }
  html.js .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: .4rem 0 .6rem;
    background: rgba(242, 238, 225, .99); border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 28px rgba(55, 53, 43, .12);
  }
  html.js .nav.nav--open { display: flex; align-items: stretch; } /* w dropdownie linki na całą szerokość, nie centrowane */
  html.js .nav a { padding: .8rem clamp(1rem, 4vw, 2.4rem); font-size: 1rem; }
  html.js .nav a::after { display: none; }
}
