/* ============================================================
   SPLOT TWINS — style.css (hybrid + v4 + v5 merged)
   Lora (display) + Bricolage Grotesque (text). Mobile-first.
============================================================ */

/* ============================================================
   TOKENY
============================================================ */
:root {
  --cl-bg:         #F2E8DC;
  --cl-bg-alt:     #E8D5BE;
  --cl-bg-dark:    #2C1F14;
  --cl-bg-sage:    #B8C4A8;
  --cl-card:       #F7F2EC;
  --cl-primary:    #C8A882;
  --cl-accent:     #7A8C6E;
  --cl-text:       #4A3728;
  --cl-text-muted: #8A7060;
  --cl-text-light: #F2E8DC;

  --cl-terracotta:      #A6533F;
  --cl-terracotta-deep: #7A3E2C;
  --cl-surface-dark:    #3B2D26;
  --cl-bg-section:      #F6EEE3;
  --cl-card-warm:       #F1DEC1;
  --cl-card-sage:       #DDE8DA;

  --lavender:   var(--cl-bg-alt);
  --lavender-2: var(--cl-bg);
  --lila:       var(--cl-primary);
  --lila-deep:  var(--cl-accent);
  --peach:      var(--cl-bg-alt);
  --peach-2:    var(--cl-bg);
  --mint:       var(--cl-bg-sage);
  --mint-2:     var(--cl-bg-sage);
  --cream:      var(--cl-bg);
  --paper:      var(--cl-card);

  --ink:        var(--cl-text);
  --ink-soft:   var(--cl-text-muted);
  --ink-muted:  var(--cl-text-muted);
  --line:       rgba(74, 55, 40, .16);

  --ok:  #2E7D55;
  --err: #B23A48;

  --font-display: 'Lora', Georgia, serif;
  --font-text:    'Bricolage Grotesque', system-ui, -apple-system, sans-serif;

  --r-sm:   14px;
  --r-md:   22px;
  --r-lg:   32px;
  --r-xl:   44px;
  --r-pill: 999px;

  --shadow-xs:  0 2px 8px rgba(74, 55, 40, .07);
  --shadow-sm:  0 8px 24px rgba(74, 55, 40, .09);
  --shadow-md:  0 18px 44px rgba(74, 55, 40, .12);
  --shadow-lg:  0 30px 70px rgba(74, 55, 40, .16);
  --shadow-cta: 0 10px 24px rgba(200, 168, 130, 0.24);

  --container: 1200px;
  --gutter: clamp(20px, 5vw, 48px);
}

/* ============================================================
   RESET
============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { overflow-x: hidden; } /* wysuwane menu mobilne nie tworzy poziomego scrolla */
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

img { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }

/* ============================================================
   BASE
============================================================ */
body {
  font-family: var(--font-text);
  font-size: clamp(1rem, 0.97rem + 0.18vw, 1.075rem);
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60vw 60vw at 12% -8%, rgba(214,190,156,.32), transparent 60%),
    radial-gradient(46vw 46vw at 98% 8%,  rgba(166,83,63,.16),   transparent 55%),
    radial-gradient(44vw 44vw at 84% 52%, rgba(126,160,126,.12), transparent 62%),
    var(--cl-bg);
}

.icon {
  width: 1em; height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  fill: none; stroke: currentColor;
  flex-shrink: 0;
}
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

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

/* Ukryty wizualnie, widoczny dopiero przy fokusie klawiaturą (a11y). */
.skip-link {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 16px; left: 16px; width: auto; height: auto; margin: 0;
  clip: auto; clip-path: none; overflow: visible; white-space: normal;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: var(--r-pill);
  z-index: 3000; font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--lila-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(64px, 9vw, 120px); }

/* ============================================================
   TYPOGRAFIA
============================================================ */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.shead { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.shead--center { margin-inline: auto; text-align: center; }

.shead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lila-deep);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-xs);
  margin-bottom: 18px;
}
.shead__eyebrow .icon { font-size: 1rem; }
.shead__eyebrow--center { display: inline-flex; }

.shead__title { font-size: clamp(1.85rem, 1.15rem + 2.7vw, 2.9rem); }
.shead__sub { margin-top: 16px; color: var(--ink-soft); font-size: 1.075rem; max-width: 60ch; }
.shead--center .shead__sub { margin-inline: auto; }

/* ============================================================
   BUTTONY
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .2s ease, color .2s ease;
  text-align: center;
  line-height: 1.2;
  border: 2px solid transparent;
}
.btn .icon { font-size: 1.05em; }
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--cta {
  background: var(--cl-primary);
  color: var(--cl-text);
  border: 1px solid var(--cl-primary);
  box-shadow: var(--shadow-cta);
}
.btn--cta:hover,
.btn--cta:focus-visible {
  background: var(--cl-accent);
  border-color: var(--cl-accent);
  color: var(--cl-text-light);
  box-shadow: 0 14px 30px rgba(122, 140, 110, 0.28);
  transform: translateY(-1px);
}

.btn--ghost {
  color: var(--cl-text);
  background: rgba(242, 232, 220, 0.72);
  border: 1px solid var(--cl-primary);
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: var(--cl-primary);
  border-color: var(--cl-primary);
  color: var(--cl-text);
}

.btn--lg { padding: 17px 32px; font-size: 1.15rem; }

.section-cta { margin-top: clamp(36px, 5vw, 52px); text-align: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--lila-deep);
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: gap .2s ease, border-color .2s ease;
}
.link-arrow:hover { gap: 12px; border-color: var(--lila); }
.link-arrow .icon { font-size: 1.1em; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 9px 18px;
  box-shadow: var(--shadow-xs);
}
.pill__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(107,126,107,.20);
  position: relative;
}
.pill__dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--cl-accent); opacity: .4;
  animation: ping 2.4s ease-out infinite;
}
@keyframes ping {
  0%   { transform: scale(.6); opacity: .6; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* ============================================================
   SEASONAL BANNER
============================================================ */
.season-bar {
  background: var(--cl-bg);
  color: var(--cl-text);
  border-bottom: 1px solid rgba(74, 55, 40, .14);
  font-family: var(--font-text);
  font-size: 0.92rem;
  line-height: 1.35;
  padding: 10px 0;
  position: relative;
  z-index: 200;
}
.season-bar.hidden { display: none; }
.season-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-left: var(--gutter);
  padding-right: calc(var(--gutter) + 36px);
}
.season-bar__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  color: var(--cl-accent);
  background: var(--cl-bg-alt);
}
.season-bar__icon .icon { width: 16px; height: 16px; }
.season-bar__text { display: flex; align-items: baseline; gap: 8px; margin: 0; text-align: left; }
.season-bar__text strong { flex-shrink: 0; color: var(--cl-text); font-weight: 700; }
.season-bar__text span  { color: var(--cl-text-muted); }
.season-bar__link {
  flex-shrink: 0;
  color: var(--cl-text-light);
  background: var(--cl-accent);
  border: 1px solid var(--cl-accent);
  border-radius: var(--r-pill);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 9px 13px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(122, 140, 110, .22);
}
.season-bar__link:hover { background: var(--cl-text); border-color: var(--cl-text); }
.season-bar__close {
  position: absolute;
  right: var(--gutter); top: 50%;
  transform: translateY(-50%);
  background: none; border: none;
  color: var(--cl-accent);
  cursor: pointer; padding: 6px;
  opacity: 0.56; line-height: 0;
}
.season-bar__close:hover { opacity: 1; }

@media (max-width: 820px) {
  .season-bar__inner { align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
  .season-bar__text  { display: grid; gap: 2px; }
}
@media (max-width: 560px) {
  .season-bar { padding: 7px 0; font-size: 0.82rem; }
  .season-bar__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px 8px; padding-right: calc(var(--gutter) + 26px); }
  .season-bar__icon  { width: 28px; height: 28px; }
  .season-bar__icon .icon { width: 14px; height: 14px; }
  .season-bar__text  { gap: 0; }
  .season-bar__text span { display: none; }
  .season-bar__link  { grid-column: 3; padding: 8px 10px; font-size: 0.82rem; }
  .season-bar__close { right: 8px; padding: 5px; }
}

/* ============================================================
   HEADER / NAV
============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  background: rgba(242, 232, 220, .88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 2px 0 rgba(74,55,40,.12), var(--shadow-xs);
}

.nav { display: flex; align-items: center; justify-content: space-between; padding-block: 14px; }
.nav__logo img { height: 68px; width: auto; }

.nav__menu { display: flex; align-items: center; gap: 6px; }
.nav__link {
  position: relative;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--ink);
  padding: 9px 14px;
  border-radius: var(--r-pill);
  transition: color .2s ease, background .2s ease;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  background: var(--lila);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav__link:hover { color: var(--lila-deep); }
.nav__link:hover::after,
.nav__link[aria-current="true"]::after { transform: scaleX(1); }
.nav__link[aria-current="true"] { color: var(--lila-deep); }

.nav__cta { margin-left: 8px; color: var(--cl-text); }
.nav__overlay-social { display: none; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}
.nav__hamburger span {
  display: block;
  width: 22px; height: 2.5px;
  margin-inline: auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s ease, opacity .25s ease;
}
.nav__hamburger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav__hamburger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(40px, 7vw, 80px) clamp(56px, 8vw, 100px);
}
.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  z-index: 0;
  pointer-events: none;
}
.hero__orb--lav   { width: 420px; height: 420px; top: -120px; left: -120px; background: radial-gradient(circle at 35% 35%, rgba(200,168,130,.25), rgba(200,168,130,.08)); opacity: .85; }
.hero__orb--peach { width: 300px; height: 300px; bottom: -90px; left: 36%; background: radial-gradient(circle at 35% 35%, rgba(184,196,168,.25), rgba(184,196,168,.08)); opacity: .32; }
.hero__orb--mint  { width: 220px; height: 220px; top: 14%; right: -120px; background: radial-gradient(circle at 35% 35%, rgba(216,228,216,.62), rgba(192,208,192,.42)); opacity: .34; }

.hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.hero__pill { margin-bottom: 22px; }

.hero__title {
  font-size: clamp(2.15rem, 1.15rem + 4.1vw, 3.8rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.hero__title-row { display: block; }
.hero__ink {
  position: relative;
  color: var(--lila-deep);
  white-space: nowrap;
}
.hero__ink::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: 0.06em;
  height: 0.34em;
  background: var(--peach);
  border-radius: var(--r-pill);
  z-index: -1;
  opacity: .9;
}

.hero__lead    { margin-top: 24px; max-width: 46ch; font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); color: var(--ink-soft); }
.hero__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

.hero__trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.hero__trust .icon { font-size: 1.15rem; color: var(--lila-deep); }

.hero__gallery {
  position: relative;
  aspect-ratio: 1;
  max-width: 540px;
  margin-inline: auto;
  width: 100%;
}
.hero__tile {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 5px solid var(--paper);
  display: grid;
  place-items: center;
}
.hero__tile img { width: 100%; height: 100%; object-fit: cover; }
.hero__tile--main  { inset: 6% 14% 18% 6%; background: linear-gradient(160deg, var(--lavender), var(--lavender-2)); border-radius: var(--r-xl); animation: floaty 7s ease-in-out infinite; }
.hero__tile--peach { width: 40%; aspect-ratio: 1; right: 0; top: 6%; background: linear-gradient(160deg, var(--peach), var(--peach-2)); z-index: 2; animation: floaty 5.5s ease-in-out infinite reverse; }
.hero__tile--mint  { width: 36%; aspect-ratio: 1; left: 2%; bottom: 0; background: linear-gradient(160deg, var(--mint), var(--mint-2)); z-index: 2; animation: floaty 6.5s ease-in-out infinite; }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(-1deg); } }

.hero__badge {
  position: absolute;
  right: 4%; bottom: 6%;
  z-index: 4;
  width: 104px; height: 104px;
  background: var(--cl-bg-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  animation: spin 26s linear infinite;
}
.hero__badge svg       { width: 86px; height: 86px; }
.hero__badge-text      { font-family: var(--font-display); font-size: 9.5px; font-weight: 500; letter-spacing: 0.12em; fill: var(--peach); }
.hero__badge-core      { font-size: 18px; fill: var(--mint); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .hero__tile--main, .hero__tile--peach, .hero__tile--mint,
  .hero__badge, .pill__dot::after { animation: none; }
}

/* ============================================================
   MARQUEE
============================================================ */
.marquee {
  background: var(--cl-bg-dark);
  color: var(--cl-text-light);
  overflow: hidden;
  padding-block: 16px;
  border-block: 2px solid var(--cl-bg-dark);
}
.marquee__track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee__item  { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; letter-spacing: 0.02em; padding-right: 1.5rem; white-space: nowrap; }
.marquee__star  { color: var(--cl-primary); padding-inline: 0.4rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; justify-content: center; width: 100%; }
  .marquee__item:nth-child(2) { display: none; }
}

/* ============================================================
   KATEGORIE
============================================================ */
.cats { background: var(--cl-bg-alt); }

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.cat-card { display: flex; }
.cat-card__btn {
  position: relative;
  width: 100%;
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  padding: clamp(16px, 2vw, 24px);
  border-radius: var(--r-lg);
  border: 1.5px solid rgba(255,255,255,.6);
  text-align: left; overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
  box-shadow: var(--shadow-sm); min-height: 100%;
}
.cat-card__btn:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.cat-card--lav   .cat-card__btn { background: linear-gradient(155deg, #F6EBDD, #E0CCB5); border-color: rgba(90,65,40,.20); }
.cat-card--peach .cat-card__btn { background: linear-gradient(155deg, #F6E2D7, #E5BCA9); border-color: rgba(166,83,63,.24); }
.cat-card--mint  .cat-card__btn { background: linear-gradient(155deg, #EEF3E9, #C8DCC4); border-color: rgba(94,122,94,.22); }
.cat-card--feature .cat-card__btn { background: linear-gradient(155deg, var(--cl-terracotta), #B96852); border-color: rgba(255,255,255,.25); }

.cat-card__icon {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--paper); color: var(--lila-deep); font-size: 1.2rem;
  margin-bottom: 8px; box-shadow: var(--shadow-xs);
  transition: transform .3s ease;
}
.cat-card__btn:hover .cat-card__icon { transform: rotate(-8deg) scale(1.05); }

.cat-card--lav   .cat-card__icon { color: var(--cl-text); }
.cat-card--peach .cat-card__icon { color: var(--cl-text); }
.cat-card--mint  .cat-card__icon { color: var(--cl-accent); }
.cat-card--feature .cat-card__icon { background: rgba(255,255,255,.18); color: #fff; }

.cat-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--ink); }
.cat-card__note { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.5; }
.cat-card--feature .cat-card__name { color: #fff; }
.cat-card--feature .cat-card__note { color: rgba(255,255,255,.9); }
.cat-card__price { display: none; }

/* ============================================================
   GALERIA
============================================================ */
.gallery {
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
    var(--cl-bg-section);
}

.filter-tabs {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.filter-tab {
  font-family: var(--font-display); font-weight: 500; font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding: 10px 20px; transition: all .2s ease; box-shadow: var(--shadow-xs);
}
.filter-tab:hover { border-color: var(--lila); color: var(--lila-deep); transform: translateY(-2px); }
.filter-tab[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter-tab--custom[aria-pressed="true"] { background: var(--lila); border-color: var(--lila); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.product-card {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid rgba(74, 55, 40, .22);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}
.product-card:hover { transform: none; box-shadow: 0 8px 32px rgba(59, 45, 38, .13); }
.product-card.is-hidden   { display: none; }
.product-card.is-entering { animation: cardIn .45s cubic-bezier(.2,.8,.2,1) both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.product-card__image { position: relative; }

.carousel { position: relative; overflow: hidden; background: var(--cl-card); }
.carousel__track { display: flex; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.carousel__slide { min-width: 100%; }

.product-card__placeholder { aspect-ratio: 1; display: grid; place-items: center; padding: 12px; }
.product-card__img {
  width: 100%; height: 100%;
  object-fit: contain; mix-blend-mode: normal;
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.product-card:hover .product-card__img { transform: scale(1.06); }

.gallery-placeholder-label { font-family: var(--font-display); font-weight: 500; color: var(--ink-muted); font-size: 1rem; }

.carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(253,250,246,.92); color: var(--ink); font-size: 1.3rem; line-height: 1;
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
  opacity: 0; transition: opacity .25s ease, background .2s ease;
}
.product-card:hover .carousel__btn,
.carousel:focus-within .carousel__btn { opacity: 1; }
.carousel__btn:hover { background: #fff; color: var(--lila-deep); }
.carousel__btn--prev { left: 10px; }
.carousel__btn--next { right: 10px; }
.carousel--single .carousel__btn,
.carousel--single .carousel__dots { display: none; }

.carousel__dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; }
.carousel__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(44,36,22,.28); transition: all .2s ease; }
.carousel__dot.is-active { background: var(--lila); width: 22px; border-radius: var(--r-pill); }

.product-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px 22px 24px; gap: 8px; }

.gallery-tag { align-self: flex-start; font-family: var(--font-display); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--lila-deep); background: var(--lavender-2); padding: 4px 12px; border-radius: var(--r-pill); }
.gallery-tag--macro  { color: var(--cl-accent); background: var(--mint-2); }
.gallery-tag--custom { color: #fff; background: var(--lila); }

.product-card__name  { font-size: 1.15rem; font-weight: 600; }
.product-card__desc  { color: var(--ink-soft); font-size: 0.82rem; line-height: 1.6; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__footer { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-card__price  { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--ink); }

.product-card__cta,
.bestseller-card__cta {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 16px; border-radius: 999px;
  background: var(--cl-bg-alt); color: var(--cl-accent);
  border: 1.5px solid transparent;
  font-size: .88rem; font-weight: 700; text-decoration: none;
  transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
}
.product-card__cta:hover, .product-card__cta:focus-visible,
.bestseller-card__cta:hover, .bestseller-card__cta:focus-visible { background: var(--cl-accent); color: var(--cl-text-light); }
.product-card__cta .icon, .bestseller-card__cta .icon { transition: transform .2s ease; }
.product-card__cta:hover .icon, .bestseller-card__cta:hover .icon { transform: translateX(3px); }

.show-more-wrap { margin-top: clamp(28px, 4vw, 40px); text-align: center; }
.show-more-wrap.is-hidden { display: none; }

.product-card:has(.gallery-placeholder-label) { display: none !important; }

@keyframes mq-highlight {
  0%,100% { box-shadow: 0 8px 32px rgba(59,45,38,.13); }
  50%      { box-shadow: 0 0 0 4px rgba(166,83,63,.45), 0 8px 32px rgba(59,45,38,.2); }
}
.product-card.mq-highlight { animation: mq-highlight .65s ease 2; }

/* ============================================================
   JAK ZAMÓWIĆ
============================================================ */
.how { background: var(--cl-bg-alt); }

.how__layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }

.chat {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-md);
  overflow: hidden; max-width: 420px;
}
.chat__bar { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); background: var(--cl-bg-alt); }
.chat__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.chat__who { display: flex; flex-direction: column; line-height: 1.3; flex: 1; }
.chat__who strong { font-family: var(--font-display); font-weight: 600; }
.chat__status { font-size: 0.8rem; color: var(--ink-muted); display: inline-flex; align-items: center; gap: 6px; }
.chat__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cl-accent); }
.chat__ig { color: var(--lila-deep); }
.chat__body { padding: 18px; display: flex; flex-direction: column; gap: 12px; background: var(--cream); }
.chat__bubble { max-width: 82%; padding: 11px 16px; border-radius: 18px; font-size: 0.95rem; line-height: 1.45; }
.chat__bubble--out { align-self: flex-end; background: var(--lila); color: #fff; border-bottom-right-radius: 5px; }
.chat__bubble--in  { align-self: flex-start; background: var(--paper); border: 1px solid var(--line); color: var(--ink); border-bottom-left-radius: 5px; }
.chat__input { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 0.92rem; }
.chat__send { color: var(--lila-deep); font-size: 1.15rem; }

.how__steps { display: flex; flex-direction: column; gap: 26px; }
.how-step {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--cl-card); border: 1.5px solid rgba(90, 65, 40, .20);
  border-radius: var(--r-lg); padding: 20px 24px;
  box-shadow: var(--shadow-xs);
  transition: box-shadow .25s, transform .25s;
}
.how-step:hover { box-shadow: var(--shadow-sm); transform: translateX(4px); }

.how-step__node {
  flex-shrink: 0;
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 18px;
  background: var(--cl-bg-alt); color: var(--cl-text);
  font-family: var(--font-display); font-weight: 600; font-size: 1.4rem;
  box-shadow: var(--shadow-xs);
}
.how-step:nth-child(2) .how-step__node { background: var(--cl-primary); color: var(--cl-text); }
.how-step:nth-child(3) .how-step__node { background: var(--cl-accent); color: var(--cl-text-light); }

.how-step__title { font-size: 1.25rem; margin-bottom: 6px; }
.how-step__desc  { color: var(--ink-soft); }
.how-link { color: var(--lila-deep); font-weight: 700; border-bottom: 2px solid var(--peach); }
.how-link:hover { border-color: var(--lila); }

.how-note {
  margin-top: clamp(30px, 4vw, 44px);
  text-align: center;
  font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--ink);
  background: var(--mint-2); border: 1px solid var(--mint); border-radius: var(--r-md);
  padding: 18px 24px; max-width: 760px; margin-inline: auto;
}

/* ============================================================
   DLACZEGO MY
============================================================ */
.why { background: var(--cl-bg-sage); position: relative; }
.why__hl { color: var(--cl-terracotta-deep); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 28px); }

.why-card {
  position: relative;
  background: rgba(255,248,240,.74);
  border: 1px solid rgba(59,45,38,.16);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3vw, 40px);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.why-card:hover  { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.why-card::before { display: none; }
.why-card:nth-child(2) { background: var(--cl-card-warm); border-color: rgba(59,45,38,.10); }
.why-card:nth-child(3) { background: var(--cl-card-sage); border-color: rgba(59,45,38,.10); }

.why-card__icon { display: none; }
.why-card__num {
  display: block;
  font-family: var(--font-display); font-size: 2.8rem; font-weight: 300;
  font-style: italic; line-height: 1; letter-spacing: -0.02em;
  color: rgba(59, 45, 38, .18);
  margin-bottom: 16px; text-align: center;
  background: none; width: auto; height: auto; border-radius: 0;
}
.why-card__title { position: relative; font-size: 1.35rem; color: var(--cl-text); margin-bottom: 10px; }
.why-card__text  { position: relative; font-size: .875rem; line-height: 1.72; color: var(--cl-text); }

/* ============================================================
   OPINIE
============================================================ */
.reviews { background: var(--cl-bg); }

.reviews__wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.review-card {
  position: relative;
  background: var(--paper); border: 1px solid rgba(74, 55, 40, .22);
  border-radius: var(--r-lg); padding: 30px 28px 26px; box-shadow: var(--shadow-sm);
}
.review-card:nth-child(2) { background: linear-gradient(160deg, var(--cl-bg-alt), var(--cl-card)); }
.review-card:nth-child(3) { background: linear-gradient(160deg, var(--mint-2), var(--paper)); }

.review-card__quote-mark { position: absolute; top: 4px; right: 22px; font-family: var(--font-display); font-size: 4.5rem; font-weight: 700; line-height: 1; color: var(--lavender); }
.review-card__stars { display: inline-flex; gap: 3px; color: var(--cl-primary); font-size: 1.05rem; margin-bottom: 14px; }
.review-card__stars .icon { fill: currentColor; stroke: none; }
.review-card__quote  { font-size: 1.075rem; line-height: 1.6; color: var(--ink); margin-bottom: 18px; }
.review-card__author { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); }
.review-card__avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lila); color: var(--cl-text); font-family: var(--font-display); font-weight: 600; }
.review-card__context { color: var(--ink-muted); font-weight: 500; }

/* ============================================================
   PREZENTY
============================================================ */
.gifts { background: var(--cl-bg-alt); }

.gifts__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px); align-items: center;
  background: linear-gradient(135deg, rgba(200, 168, 130, .10), rgba(122, 140, 110, .08));
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.8rem, 4vw, 3.5rem);
  position: relative; overflow: hidden;
}
.gifts__inner::before {
  content: "♡";
  position: absolute; top: -2rem; right: -1rem;
  font-size: 12rem; line-height: 1;
  color: rgba(200, 168, 130, .08);
  pointer-events: none; user-select: none;
}
.gifts__visual { position: relative; }
.gifts__media {
  border-radius: var(--r-xl); overflow: hidden;
  background: linear-gradient(160deg, var(--peach-2), var(--peach));
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3; display: grid; place-items: center; rotate: 2deg;
}
.gifts__media img { width: 100%; height: 100%; object-fit: cover; }
.gifts__sticker  { display: none; }
.gifts__title    { margin-top: 12px; }
.gifts__lead     { margin-top: 16px; color: var(--ink-soft); font-size: 1.075rem; }
.gifts__chips    { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 24px; }
.gifts__chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500; font-size: .92rem; color: var(--ink);
  background: rgba(255, 252, 248, .85); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 9px 16px;
}
.gifts__chip .icon { color: var(--lila-deep); font-size: 1.1rem; }

@media (max-width: 860px) {
  .gifts__inner  { overflow: visible; grid-template-columns: 1fr; }
  .gifts__media  { rotate: 0deg; }
  .gifts__visual { max-width: 480px; margin-inline: auto; }
}

/* Bestseller gift guide */
.bestseller-gift { background: transparent; }
.bestseller-gift__header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 36px; }
.bestseller-gift__intro  { font-family: var(--font-text); font-size: .95rem; color: var(--cl-text-muted); line-height: 1.65; margin: 0; padding-bottom: 6px; }
.bestseller-gift__grid   { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 58px; }

.bestseller-gift__card {
  border: 1px solid rgba(59,45,38,.18); border-radius: 24px;
  padding: 56px 24px 28px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  position: relative; overflow: visible;
  transition: box-shadow .25s, transform .25s;
}
.bestseller-gift__card:nth-child(1) { background: rgba(255,248,240,.74); }
.bestseller-gift__card:nth-child(2) { border-color: rgba(59,45,38,.22); }
.bestseller-gift__card:nth-child(2) { background: var(--cl-card-warm); border-color: rgba(59,45,38,.10); }
.bestseller-gift__card:nth-child(3) { background: var(--cl-card-sage); border-color: rgba(59,45,38,.10); }
.bestseller-gift__card:hover { box-shadow: 0 16px 40px rgba(59, 45, 38, 0.16); transform: translateY(-3px); }

.bestseller-gift__image {
  position: absolute; top: -54px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 108px; border-radius: 999px;
  background: linear-gradient(180deg, #FFF9F1 0%, #F7EEE2 100%);
  border: 6px solid rgba(255, 250, 244, .82);
  box-shadow: 0 10px 22px rgba(59, 45, 38, .14);
  overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bestseller-gift__image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.98) contrast(.98); }
.bestseller-gift__body   { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%; }
.bestseller-gift__badge  { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px 3px 8px; border-radius: 999px; background: var(--cl-accent); color: var(--cl-text-light); font-family: var(--font-text); font-size: 9.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; line-height: 1; }
.bestseller-gift__badge svg { flex-shrink: 0; }
.bestseller-gift__label  { font-family: var(--font-text); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--cl-text-muted); }
.bestseller-gift__title  { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--cl-text); margin: 0; line-height: 1.2; }
.bestseller-gift__text   { font-family: var(--font-text); font-size: .8rem; color: var(--cl-text); margin: 0; line-height: 1.55; }
.bestseller-gift__price  { font-family: var(--font-display); font-size: .95rem; font-weight: 600; color: var(--cl-text); }
.bestseller-gift__cta    { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-text); font-size: .825rem; font-weight: 600; color: var(--cl-accent); text-decoration: none; margin-top: 6px; transition: gap .18s, color .18s; }
.bestseller-gift__cta:hover, .bestseller-gift__cta:focus-visible { color: var(--cl-text); gap: 8px; }
.bestseller-gift__cta .icon { width: 14px; height: 14px; flex-shrink: 0; }

@media (max-width: 900px) {
  .bestseller-gift__header { grid-template-columns: 1fr; gap: 12px; }
  .bestseller-gift__grid   { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
}
@media (max-width: 480px) {
  .bestseller-gift__grid { padding-top: 50px; }
  .bestseller-gift__card { padding: 50px 20px 24px; }
  .bestseller-gift__image { width: 92px; height: 92px; top: -46px; border-width: 5px; }
}

/* ============================================================
   SEPARATORY SEKCJI
============================================================ */
.section + .section { border-top: 1px solid var(--line); }
.pricing.section, .faq.section { border-top: none; }

/* ============================================================
   CENNIK
============================================================ */
.pricing.section {
  background:
    radial-gradient(900px 520px at 88% 10%, rgba(166,83,63,.12), transparent 58%),
    var(--cl-bg-section);
}

.pricing .shead__eyebrow { background: rgba(255,248,240,.78); border-color: rgba(166,83,63,.18); color: var(--cl-terracotta); }
.pricing .shead__title   { color: var(--cl-bg-dark); }
.pricing .shead__sub     { color: rgba(59,45,38,.70); }

.pricelist {
  background: rgba(255,252,248,.90); border: 1px solid rgba(59,45,38,.16);
  border-radius: var(--r-lg); box-shadow: 0 18px 44px rgba(59,45,38,.08);
  overflow: hidden; max-width: 880px; margin-inline: auto;
}
.pricelist__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 16px; row-gap: 2px;
  padding: 18px clamp(20px, 3vw, 32px);
  border-bottom: 1px solid rgba(59,45,38,.12);
  transition: background .2s ease;
}
.pricelist__row:last-child { border-bottom: none; }
.pricelist__row:hover { background: #FBF0E8; }
.pricelist__icon  { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--cl-terracotta); color: #FFF8F0; font-size: 1.3rem; grid-column: 1; grid-row: 1 / 3; align-self: center; }
.pricelist__name  { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; color: var(--cl-bg-dark); grid-column: 2; grid-row: 1; align-self: end; }
.pricelist__lead  { grid-column: 2; grid-row: 2; align-self: start; font-size: 0.78rem; line-height: 1.3; color: rgba(59,45,38,.64); }
.pricelist__price { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--cl-bg-dark); white-space: nowrap; grid-column: 3; grid-row: 1 / 3; align-self: center; }
.pricelist__row--custom { background: #F5E1D8; }
.pricelist__row--custom .pricelist__icon { background: var(--cl-terracotta); color: #FFF8F0; }
.pricing-note { margin-top: 24px; text-align: center; color: rgba(59,45,38,.64); max-width: 60ch; margin-inline: auto; }

/* ============================================================
   O NAS (editorial)
============================================================ */
.story {
  background: var(--cl-bg-sage);
  position: relative; overflow: hidden;
}
.story--editorial {
  padding-block: clamp(5rem, 9vw, 8rem);
}
.story--editorial .reveal { opacity: 1; transform: none; }

.story__orb {
  position: absolute; border-radius: 50%;
  opacity: .6; filter: blur(10px); z-index: 0;
}
.story--editorial .story__orb {
  width: 520px; height: 520px; right: -150px; top: 8%;
  background: radial-gradient(circle at 40% 40%, rgba(166,83,63,.18), transparent 62%);
  opacity: 1; filter: blur(0);
}

.story .container { position: relative; z-index: 1; }

.story__wordmark {
  position: absolute; left: 4vw; max-width: 92vw; bottom: -0.2em; z-index: 0;
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(7rem, 19vw, 17rem); line-height: .8;
  color: rgba(59, 45, 38, .13);
  pointer-events: none; white-space: nowrap;
}

.story--editorial .story__head {
  max-width: 760px; margin-inline: auto;
  margin-bottom: clamp(3rem, 6vw, 5rem); text-align: center;
}
.story--editorial .story__title {
  font-size: clamp(3rem, 6.4vw, 5.4rem); line-height: .94; letter-spacing: 0;
}

.story__badge {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: 1.35rem; padding: .65rem 1.2rem;
  border: 1.5px solid rgba(166,83,63,.55); border-radius: var(--r-pill);
  color: var(--cl-terracotta); background: rgba(255,248,240,.58);
  font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 1.08rem;
}

.story__editorial-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  align-items: center; gap: clamp(2.5rem, 6vw, 6rem);
}

.story__copy { max-width: 560px; }

.story__pullquote {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 1.22;
  color: var(--cl-text); margin: 0 0 1.35rem;
}
.story__text {
  color: rgba(59,45,38,.72); font-size: 1.12rem; line-height: 1.8; max-width: 46ch;
}
.story__signature {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.55rem; color: var(--cl-terracotta); margin: 1.6rem 0 .8rem;
}

.story__twins {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem;
  max-width: none; margin: 0;
}

.twin {
  text-align: center; padding: clamp(2rem, 4vw, 3.3rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 28px; border: 1px solid rgba(59,45,38,.09);
  background: rgba(255,248,240,.76);
  box-shadow: 0 22px 60px rgba(59,45,38,.08);
  min-height: 250px; transition: transform .3s ease;
}
.twin:hover         { transform: translateY(-5px); }
.twin--knit         { border-top: 5px solid rgba(180,94,73,.50); }
.twin--macrame      { border-top: 5px solid rgba(126,160,126,.42); }

.twin__tag {
  display: inline-block; font-family: var(--font-text); font-weight: 700;
  font-size: 0.78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-soft); background: transparent; box-shadow: none; padding: 0; margin-bottom: .9rem;
}
.twin__motif {
  display: grid; place-items: center;
  width: 68px; height: 68px; margin: 0 auto .85rem; border-radius: 50%;
  background: rgba(245,236,222,.92); color: var(--lila-deep); box-shadow: var(--shadow-xs);
}
.twin--macrame .twin__motif { color: var(--cl-accent); }
.twin__motif svg { width: 32px; height: 32px; }
.twin__name { font-size: 2rem; margin-bottom: 8px; }
.twin__desc { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.6; max-width: 25ch; margin-inline: auto; }
.twin__amp  { display: none; }

@media (max-width: 900px) {
  .story__editorial-grid { grid-template-columns: 1fr; text-align: center; }
  .story__copy   { max-width: 680px; margin-inline: auto; }
  .story__text   { margin-inline: auto; }
}
@media (max-width: 560px) {
  .story--editorial { padding-block: 4.2rem; }
  .story--editorial .story__head { margin-bottom: 2.5rem; }
  .story--editorial .story__title { font-size: clamp(2.7rem, 13vw, 3.45rem); }
  .story__pullquote { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .story__twins { grid-template-columns: 1fr; }
  .twin { min-height: 0; }
  .story__wordmark { left: -1rem; bottom: -.12em; max-width: calc(100vw - 2rem); overflow: hidden; font-size: 5.6rem; }
}

/* ============================================================
   FAQ
============================================================ */
.faq.section {
  background:
    radial-gradient(900px 520px at 88% 10%, rgba(166,83,63,.12), transparent 58%),
    var(--cl-bg-section);
}

.faq .shead__eyebrow { background: rgba(255,248,240,.78); border-color: rgba(166,83,63,.18); color: var(--cl-terracotta); }
.faq .shead__title   { color: var(--cl-bg-dark); }

.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(255,252,248,.78); border: 1px solid rgba(59,45,38,.16);
  border-radius: var(--r-md); overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-item.is-open { box-shadow: 0 12px 34px rgba(59,45,38,.10); border-color: rgba(166,83,63,.36); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  text-align: left; padding: 20px 24px;
  font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--cl-bg-dark);
}
.faq-chevron-wrap {
  flex-shrink: 0; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #F1E5DA; color: var(--cl-terracotta);
  transition: transform .3s ease, background .25s ease;
}
.faq-item.is-open .faq-chevron-wrap { transform: rotate(45deg); background: var(--cl-terracotta); color: #FFF8F0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq-answer__inner { padding: 0 24px 22px; color: rgba(59,45,38,.64); line-height: 1.65; }
.faq__cta { margin-top: clamp(28px, 4vw, 40px); text-align: center; }
.faq .faq__cta a { color: var(--cl-terracotta); border-color: rgba(166,83,63,.32); border-bottom: 1px solid; }
.faq .faq__cta a:hover { color: var(--cl-terracotta-deep); border-color: var(--cl-terracotta); }

/* ============================================================
   IG CTA
============================================================ */
.ig-cta {
  background: var(--cl-surface-dark);
  padding-block: clamp(64px, 9vw, 104px);
  overflow: hidden;
}

.ig-cta__inner {
  display: grid; justify-items: center; gap: 46px; text-align: center;
}
.ig-cta__content {
  display: grid; justify-items: center; max-width: 820px; text-align: center;
}
.ig-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-text); font-weight: 700; font-size: 0.75rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #F4DDD4; background: rgba(255, 252, 248, .10);
  border: 1px solid rgba(255, 252, 248, .22);
  padding: 7px 14px; border-radius: var(--r-pill);
  margin-bottom: 22px; margin-inline: auto;
}
.ig-cta__eyebrow .icon { width: 14px; height: 14px; }
.ig-cta__title {
  font-size: clamp(2.2rem, 1.6rem + 2.8vw, 3.1rem);
  font-style: italic; font-weight: 300; color: #F5F0E8;
  line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 20px; max-width: 760px;
}
.ig-cta__subtitle {
  color: rgba(245, 240, 232, .72); font-size: 1.08rem;
  max-width: 58ch; margin: 0 0 30px; line-height: 1.65;
}
.ig-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 22px; }

.ig-cta .btn--cta {
  background: var(--cl-terracotta); color: #FFF8F0; border-color: var(--cl-terracotta);
  box-shadow: 0 8px 28px rgba(166, 83, 63, .40);
}
.ig-cta .btn--cta:hover { background: var(--cl-terracotta-deep); border-color: var(--cl-terracotta-deep); color: #FFF8F0; }
.ig-cta .btn--ghost {
  color: #F5F0E8; background: transparent;
  border-color: rgba(255, 252, 248, .40); box-shadow: none;
}
.ig-cta .btn--ghost:hover { background: rgba(255, 252, 248, .10); border-color: #F5F0E8; color: #F5F0E8; }

.ig-cta__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ig-cta__trust li {
  display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 7px 12px;
  border-radius: var(--r-pill); color: rgba(255, 252, 248, .78);
  background: rgba(255, 252, 248, .08); border: 1px solid rgba(255, 252, 248, .13);
  font-size: .9rem; white-space: nowrap;
}
.ig-cta__trust .icon { width: 14px; height: 14px; color: #C0D0C0; }

.ig-cta__message { width: min(100%, 620px); }
.ig-cta__chat {
  border-radius: 8px; background: #FFF8F0;
  border: 1px solid rgba(255, 252, 248, .34);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
  color: var(--cl-text); padding: 18px; text-align: left;
}
.ig-cta__chat-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 14px; margin-bottom: 18px;
  border-bottom: 1px solid rgba(59, 45, 38, .10);
}
.ig-cta__avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.ig-cta__who { display: grid; gap: 2px; font-family: var(--font-text); }
.ig-cta__who strong { font-size: .98rem; line-height: 1.1; }
.ig-cta__who span   { color: rgba(59, 45, 38, .58); font-size: .84rem; }

.ig-cta__bubble {
  width: fit-content; max-width: min(100%, 430px);
  border-radius: 8px; padding: 12px 14px; font-size: .98rem; line-height: 1.45;
}
.ig-cta__bubble + .ig-cta__bubble,
.ig-cta__attachments + .ig-cta__bubble,
.ig-cta__bubble + .ig-cta__attachments { margin-top: 12px; }
.ig-cta__bubble--in  { background: #F1E8DD; color: var(--cl-text); }
.ig-cta__bubble--out { background: var(--cl-terracotta); color: #FFF8F0; margin-left: auto; }

.ig-cta__attachments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 430px; }
.ig-cta__attachment  { display: grid; place-items: center; aspect-ratio: 1; border-radius: 8px; background: #F5F0E8; overflow: hidden; }
.ig-cta__attachment img { width: 100%; height: 100%; object-fit: contain; display: block; }

.ig-cta__reply {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: 18px; min-height: 44px;
  border-radius: var(--r-pill); border: 1px solid rgba(59, 45, 38, .12);
  background: #fff; color: rgba(59, 45, 38, .46); padding: 8px 12px 8px 16px; font-size: .92rem;
}
.ig-cta__reply .icon { width: 18px; height: 18px; color: var(--cl-terracotta); }

@media (max-width: 900px) { .ig-cta { padding-block: 78px; } .ig-cta__title { font-size: 2.7rem; } }
@media (max-width: 560px) {
  .ig-cta { padding-block: 64px; }
  .ig-cta__inner { gap: 34px; }
  .ig-cta__title    { font-size: 2.2rem; }
  .ig-cta__subtitle { font-size: 1rem; }
  .ig-cta__actions, .ig-cta__actions .btn { width: 100%; }
  .ig-cta__trust { align-items: stretch; flex-direction: column; width: 100%; }
  .ig-cta__trust li { justify-content: center; white-space: normal; }
  .ig-cta__chat { padding: 14px; }
  .ig-cta__attachments { gap: 8px; }
}

/* ============================================================
   CUSTOM CTA
============================================================ */
.custom-cta {
  background: var(--cl-bg-dark);
  color: var(--cl-text-light);
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.custom-cta__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.custom-cta__content { text-align: left; max-width: 560px; }
.custom-cta__title { font-family: var(--font-display); font-size: clamp(2.05rem, 3.5vw, 2.8rem); font-weight: 500; color: var(--cl-text-light); line-height: 1.1; margin: 0 0 1rem; }
.custom-cta__lead  { font-family: var(--font-text); font-size: 1rem; color: rgba(242, 232, 220, .72); line-height: 1.7; margin: 0 0 1.8rem; }
.custom-cta__chips  { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; margin-bottom: 2rem; }
.custom-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(242, 232, 220, .12); border: 1px solid rgba(242, 232, 220, .22);
  font-family: var(--font-text); font-size: .82rem; font-weight: 500; color: var(--cl-text-light);
  transition: background .18s, border-color .18s, transform .18s;
}
.custom-chip:hover { background: rgba(242, 232, 220, .22); border-color: var(--cl-primary); transform: translateY(-1px); }
.custom-chip--ghost { background: transparent; border-style: dashed; color: var(--cl-primary); font-weight: 600; }
.custom-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.custom-cta__note    { font-family: var(--font-text); font-size: .8rem; color: rgba(242, 232, 220, .50); margin: 0; }
.custom-cta__visual  { min-width: 0; }

.custom-mq-outer { display: flex; flex-direction: column; gap: 12px; overflow: hidden; padding: 22px 0; mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); }
.custom-mq-row   { display: flex; overflow: visible; }
.custom-mq-track { display: flex; gap: 12px; width: max-content; will-change: transform; }
.custom-mq-track--left       { animation: cmq-left  26s linear infinite; }
.custom-mq-track--right      { animation: cmq-right 22s linear infinite; }
.custom-mq-track--left-slow  { animation: cmq-left  34s linear infinite; }
@keyframes cmq-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes cmq-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.custom-mq-outer:hover .custom-mq-track { animation-play-state: paused; }

.custom-mq-card {
  flex: 0 0 auto; width: clamp(110px, 10vw, 142px); aspect-ratio: 1;
  background: var(--cl-card); border: 1px solid rgba(200, 168, 130, .15);
  border-radius: 16px; box-shadow: 0 4px 18px rgba(59, 45, 38, .1);
  overflow: hidden; position: relative; z-index: 1;
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, z-index 0s .32s;
}
.custom-mq-card:hover { transform: scale(1.32); box-shadow: 0 18px 44px rgba(59, 45, 38, .22); z-index: 10; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease; }
.custom-mq-card img { width: 100%; height: 100%; object-fit: contain; padding: 8px; display: block; }
.custom-mq-card[data-card-id] { cursor: pointer; }

@media (prefers-reduced-motion: reduce) { .custom-mq-track { animation: none; transform: none; } }
@media (max-width: 860px) { .custom-cta__grid { grid-template-columns: 1fr; } .custom-cta__visual { order: -1; } }
@media (max-width: 600px) {
  .custom-cta { padding: clamp(2.5rem, 12vw, 3.5rem) 0; }
  .custom-cta__content { text-align: center; }
  .custom-cta__chips, .custom-cta__actions { justify-content: center; align-items: center; }
  .custom-mq-card { width: 104px; border-radius: 14px; }
  .custom-mq-row  { max-width: 100%; overflow: hidden; }
}

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: var(--cl-bg-dark);
  color: rgba(242,232,220,.82);
  padding-top: clamp(56px, 7vw, 88px);
  position: relative; overflow: hidden;
}
.footer__cta { text-align: center; max-width: 720px; margin: 0 auto clamp(48px, 7vw, 76px); }
.footer__cta .shead__eyebrow { color: var(--cl-primary); background: rgba(242,232,220,.10); border-color: rgba(242,232,220,.18); box-shadow: none; }
.footer__cta-title  { color: var(--cl-text-light); font-size: clamp(1.7rem, 1.2rem + 2.4vw, 2.7rem); margin-bottom: 26px; }
.footer__cta-btn    { background: var(--cl-primary); color: var(--cl-text); }
.footer__cta-btn:hover { background: var(--cl-accent); color: var(--cl-text-light); }

.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr 1fr; gap: clamp(22px, 2.6vw, 40px); padding-bottom: clamp(40px, 5vw, 60px); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand img { width: 60px; height: 60px; border-radius: 50%; background: #fff; padding: 4px; margin-bottom: 16px; }
.footer__tagline    { color: rgba(255,255,255,.7); max-width: 30ch; font-size: .9rem; }
.footer__col-title  { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer__col ul { display: flex; flex-direction: column; gap: 9px; }
.footer__col a  { color: rgba(255,255,255,.74); font-size: .95rem; transition: color .2s ease; }
.footer__col a:hover { color: var(--cl-primary); }
.footer__social-link { display: inline-flex; align-items: center; gap: 10px; }
.footer__contact { color: rgba(255,255,255,.7); margin-bottom: 12px; font-size: .9rem; }
.footer__handle  { font-family: var(--font-display); font-weight: 600; color: var(--cl-primary); font-size: 1.05rem; }
.footer__wordmark { font-family: var(--font-display); font-weight: 600; text-align: center; font-size: clamp(3rem, 14vw, 13rem); line-height: 1; letter-spacing: -0.02em; color: rgba(255,255,255,.06); padding-block: clamp(20px, 3vw, 40px); user-select: none; }
.footer__bottom  { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 28px; }
.footer__copy    { color: rgba(255,255,255,.6); font-size: 0.88rem; }
.footer__top-link { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-family: var(--font-display); font-weight: 500; transition: color .2s ease; }
.footer__top-link:hover { color: var(--cl-primary); }

/* ============================================================
   FLOATING CTA
============================================================ */
.floating-cta { position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px); z-index: 900; opacity: 0; transform: translateY(20px) scale(.9); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.floating-cta.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.floating-cta__btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; background: var(--lila); color: #fff; padding: 14px 22px; border-radius: var(--r-pill); box-shadow: var(--shadow-cta); transition: transform .2s ease, background .2s ease; }
.floating-cta__btn:hover { transform: translateY(-3px); background: var(--lila-deep); }

/* ============================================================
   NEWSLETTER
============================================================ */
.newsletter { background: var(--cl-bg); }
.newsletter__inner { max-width: 560px; margin: 0 auto; text-align: center; }
.newsletter__title { font-size: clamp(2rem, 5vw, 2.75rem); margin-bottom: 0.75rem; }
.newsletter__subtitle { color: var(--ink-soft); font-size: 0.9375rem; margin-bottom: 2.25rem; line-height: 1.7; }
.newsletter__form  { display: flex; flex-direction: column; gap: 0.875rem; }
.newsletter__field {
  display: flex; gap: 0;
  border: 1.5px solid var(--line); background: var(--cl-card);
  transition: border-color .2s ease;
}
.newsletter__field:focus-within { border-color: var(--cl-accent); }
.newsletter__input {
  flex: 1; min-width: 0; background: transparent; border: none;
  color: var(--ink); font-family: var(--font-text); font-size: 0.9375rem;
  padding: 0.875rem 1.25rem; outline: none;
}
.newsletter__input::placeholder { color: var(--ink-muted); opacity: 0.6; }
.newsletter__submit {
  flex-shrink: 0; background: var(--cl-accent); border: none;
  color: #fff; font-family: var(--font-text); font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 0.875rem 1.5rem;
  cursor: pointer; transition: background .2s ease; white-space: nowrap;
}
.newsletter__submit:hover { background: var(--cl-text); }
.newsletter__note { font-size: 0.75rem; color: var(--ink-muted); letter-spacing: 0.04em; opacity: 0.7; }

@media (max-width: 480px) {
  .newsletter__field { flex-direction: column; }
  .newsletter__submit { width: 100%; padding: 1rem; }
}

/* ============================================================
   REVEAL ANIMACJE
============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   SCROLLBAR
============================================================ */
::selection { background: var(--cl-bg-alt); color: var(--cl-text); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track  { background: var(--cl-bg); }
::-webkit-scrollbar-thumb  { background: var(--cl-primary); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--cl-accent); }

/* ============================================================
   RESPONSYWNOŚĆ
============================================================ */
@media (max-width: 1000px) {
  .hero__inner      { grid-template-columns: 1fr; }
  .hero__gallery    { order: -1; max-width: 440px; }
  .how__layout      { grid-template-columns: 1fr; }
  .chat             { max-width: 480px; margin-inline: auto; }
  .footer__grid     { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  .cat-grid      { grid-template-columns: repeat(2, 1fr); }
  .product-grid  { grid-template-columns: repeat(2, 1fr); }
  .why__grid     { grid-template-columns: 1fr; }
  .reviews__wall { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav__hamburger { display: flex; }
  .nav__menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(86vw, 360px);
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 4px; padding: 96px 28px 40px;
    background: var(--cream); box-shadow: -16px 0 50px rgba(44,36,22,.18);
    transform: translateX(105%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
  }
  .nav__menu.is-open { transform: none; }
  .nav__link { font-size: 1.3rem; padding: 14px 12px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__link::after { display: none; }
  .nav__cta  { margin-left: 0; margin-top: 18px; width: 100%; }
  .nav__overlay-social { display: flex; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
  .nav__overlay-social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); color: var(--lila-deep); box-shadow: var(--shadow-xs); }
}

@media (max-width: 560px) {
  .section { padding-block: 54px; }
  .hero { padding-block: 22px 48px; }
  .hero__inner   { gap: 22px; }
  .hero__gallery { width: min(100%, 310px); margin-inline: auto; }
  .hero__pill    { margin-bottom: 14px; }
  .hero__title   { font-size: clamp(1.82rem, 9.2vw, 2.32rem); line-height: 1.02; }
  .hero__lead    { margin-top: 14px; font-size: .97rem; line-height: 1.5; }
  .hero__actions { margin-top: 18px; gap: 10px; }
  .hero__trust   { margin-top: 18px; gap: 8px; }
  .hero__trust li { width: 100%; font-size: .92rem; }
  .filter-tabs {
    flex-wrap: nowrap; gap: 8px;
    margin-inline: calc(var(--gutter) * -1); margin-bottom: 28px;
    padding-inline: var(--gutter); padding-bottom: 8px;
    overflow-x: auto; overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .filter-tabs::-webkit-scrollbar { display: none; }
  .filter-tab { flex: 0 0 auto; scroll-snap-align: start; padding: 9px 15px; font-size: .95rem; white-space: nowrap; }
  .cat-grid     { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .pattern-grid { grid-template-columns: 1fr; }
  .hero__actions .btn, .ig-cta__actions .btn { width: 100%; }
  .pricelist__price { font-size: 1rem; }
  .footer__grid  { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .carousel__btn { opacity: 1; }
}

@media (max-width: 768px) {
  .hero__actions .btn--cta, .hero__actions .btn--ghost,
  .section-cta .btn--cta,   .section-cta .btn--ghost,
  .how .section-cta .btn--cta,
  .gifts__content .btn--cta, .pricing .btn--cta { width: 100%; justify-content: center; }
}

@media (max-width: 380px) { .hero__badge { display: none; } }

@media print {
  .site-header, .floating-cta, .nav__hamburger { display: none; }
}

/* ============================================================
   CONTRAST FIXES
============================================================ */
.story .link-arrow,
.reviews .link-arrow { color: var(--cl-text); }
.story .link-arrow:hover,
.reviews .link-arrow:hover { border-color: var(--cl-primary); }

.bestseller-gift__card:nth-child(3) .bestseller-gift__cta { color: var(--cl-text); }

/* ============================================================
   FORMULARZ KONTAKTOWY (#kontakt) — dodany w motywie WP (Faza 4)
   Light card na ciemnym tle sekcji .ig-cta; tokeny z :root.
============================================================ */
.stw-contact { width: min(100%, 620px); margin-inline: auto; margin-top: clamp(40px, 6vw, 60px); }
.stw-contact__card {
  background: #FFF8F0; color: var(--cl-text);
  border: 1px solid rgba(255, 252, 248, .34);
  border-radius: 8px; box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
  padding: clamp(22px, 4vw, 34px); text-align: left;
}
.stw-contact__eyebrow {
  font-family: var(--font-text); font-weight: 700; font-size: .75rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--cl-terracotta); margin: 0 0 6px;
}
.stw-contact__title {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.9rem); line-height: 1.12;
  color: var(--cl-text); margin: 0 0 8px;
}
.stw-contact__lead { color: var(--cl-text-muted); font-size: 1rem; line-height: 1.55; margin: 0 0 22px; }

.stw-form { display: grid; gap: 16px; }
.stw-form__row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.stw-form__field { display: grid; gap: 6px; }
.stw-form__field > span { font-family: var(--font-text); font-weight: 600; font-size: .9rem; color: var(--cl-text); }
.stw-form input,
.stw-form textarea {
  font: inherit; font-family: var(--font-text); color: var(--cl-text);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 12px 14px; width: 100%;
}
.stw-form textarea { resize: vertical; min-height: 120px; }
.stw-form input:focus,
.stw-form textarea:focus {
  outline: none; border-color: var(--cl-terracotta);
  box-shadow: 0 0 0 3px rgba(166, 83, 63, .16);
}
.stw-form__submit { justify-self: start; margin-top: 4px; }
.stw-form__note { font-size: .82rem; color: var(--cl-text-muted); margin: 2px 0 0; }

/* honeypot — pole-pułapka, ukryte wizualnie ale dostępne dla botów */
.stw-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* bannery statusu (PRG) */
.stw-form__status { border-radius: var(--r-sm); padding: 12px 16px; margin: 0 0 20px; font-size: .95rem; line-height: 1.5; }
.stw-form__status--ok  { background: rgba(46, 125, 85, .12); border: 1px solid rgba(46, 125, 85, .35); color: #1f5d3d; }
.stw-form__status--err { background: rgba(178, 58, 72, .10); border: 1px solid rgba(178, 58, 72, .32); color: #8c2c37; }

@media (max-width: 540px) {
  .stw-form__row { grid-template-columns: 1fr; }
  .stw-form__submit { width: 100%; justify-content: center; }
}

/* ============================================================
   GALERIA: dwa przyciski w kafelku (Szczegóły + Dodaj do koszyka / Zapytaj)
   Dodane w S4 (sklep WooCommerce). Tokeny z :root.
============================================================ */
.product-card__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  min-height: 42px;
  font-family: var(--font-text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  border-radius: var(--r-pill);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.product-card__btn--details {
  background: transparent;
  color: var(--cl-text);
  border: 1px solid var(--line);
}
.product-card__btn--details:hover,
.product-card__btn--details:focus-visible {
  background: var(--cl-card-warm, #F1DEC1);
  border-color: var(--cl-primary);
}
.product-card__btn--cart,
.product-card__btn--ask {
  background: var(--cl-terracotta);
  color: #FFF8F0;
  border: 1px solid var(--cl-terracotta);
}
.product-card__btn--cart:hover,
.product-card__btn--ask:hover,
.product-card__btn--cart:focus-visible,
.product-card__btn--ask:focus-visible {
  background: var(--cl-terracotta-deep);
  border-color: var(--cl-terracotta-deep);
  color: #FFF8F0;
}
.product-card__btn--cart.loading { opacity: .6; pointer-events: none; }
/* Link „Zobacz koszyk" dokładany przez WooCommerce po dodaniu */
.product-card__actions .added_to_cart {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cl-terracotta);
  text-decoration: underline;
}

/* ============================================================
   IKONA KOSZYKA W NAWIGACJI — widoczna na wszystkich stronach (S6)
   Dlatego w głównym style.css, nie w woocommerce.css (sklep-only).
============================================================ */
.nav__cart { display: inline-flex; align-items: center; }
/* Pasek mobilny koszyka ukryty na desktopie (na mobile pokazywany w @media 820px). */
.nav__cart--bar { display: none; }
.nav__cart-link {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  color: var(--cl-text, #4A3728); padding: 6px;
}
.nav__cart-link:hover { color: var(--cl-terracotta, #A6533F); }
.nav__cart-count {
  position: absolute; top: -4px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--cl-terracotta, #A6533F); color: #FFF8F0;
  font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
}
.nav__cart-count.is-empty { display: none; }

/* ============================================================
   MOBILE NAV — rework: backdrop, przycisk zamknięcia (X), koszyk w pasku.
   Na końcu pliku — wygrywa kolejnością nad bazowym .nav__cart { display:inline-flex }.
============================================================ */
.nav__backdrop {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(44, 36, 22, .45);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease;
}
.nav__backdrop.is-visible { opacity: 1; visibility: visible; }
.nav__close-item, .nav__close { display: none; }
/* Otwarte menu: nagłówek NIE może mieć backdrop-filter — tworzy on containing-block
   dla position:fixed, przez co .nav__menu liczyłoby się względem (niskiego) nagłówka
   i było przycięte do jego wysokości. transition:none → containing-block znika od razu
   (bez 0,3 s animacji filtra, w trakcie której menu wciąż byłoby cięte). */
body.nav-open .site-header {
  z-index: 1300;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: none;
}

@media (max-width: 820px) {
  .nav__menu { z-index: 5; }
  .nav__close-item { display: block; }
  .nav__close {
    display: inline-flex; align-items: center; justify-content: center;
    position: absolute; top: 22px; right: 22px; width: 46px; height: 46px;
    border-radius: 50%; background: var(--paper); border: 1px solid var(--line);
    color: var(--ink); box-shadow: var(--shadow-xs); z-index: 6; cursor: pointer;
  }
  .nav__close:hover { background: var(--cl-card-warm, #F1DEC1); color: var(--cl-terracotta, #A6533F); }
  .nav__cart--bar { display: inline-flex; align-items: center; margin-left: auto; margin-right: 12px; }
  .nav__cart--bar .nav__cart-link { padding: 8px; }
  .nav__cart--menu { display: none; }
}

/* ============================================================
   STRONY DOKUMENTÓW (regulamin, polityka prywatności, regulamin sklepu)
   Szablon: template-dokument.php.
   Treść dodawana w WP jako custom HTML. Dwie ścieżki stylowania:
     1) BAZOWE TAGI w .stw-doc__content (h2/h3/h4, p, a, ul/ol, table,
        blockquote, hr, dl, code) — działają bez żadnych klas.
     2) KOMPONENTY OPCJONALNE (.stw-doc__*) — dopisujesz w HTML, gdy chcesz
        spis treści, callout/uwagę, paragraf wiodący albo przewijaną tabelę.
   Wszystko na tokenach marki, mobile-first.
============================================================ */
.stw-doc {
  max-width: 760px;
  margin-inline: auto;
  padding-block: clamp(28px, 5vw, 56px) clamp(56px, 8vw, 96px);
}

/* — Nagłówek strony — */
.stw-doc__head { margin-bottom: clamp(26px, 4vw, 44px); }

.stw-doc__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lila-deep);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-xs);
  margin-bottom: 18px;
}
.stw-doc__eyebrow .icon { font-size: 1rem; }

.stw-doc__title { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 2.7rem); }

.stw-doc__meta {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* — Karta treści — */
.stw-doc__content {
  background: var(--cl-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(22px, 4vw, 48px);
}

/* Kotwice z nagłówków nie chowają się pod sticky-headerem (TOC → sekcja). */
.stw-doc__content :is(h2, h3, h4)[id] { scroll-margin-top: 100px; }

/* — Nagłówki w treści — */
.stw-doc__content h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 1.1rem + 1.05vw, 1.8rem);
  line-height: 1.18;
  color: var(--ink);
  margin-top: 1.9em;
  margin-bottom: 0.6em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid var(--line);
}
.stw-doc__content h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.18rem, 1.02rem + 0.6vw, 1.4rem);
  line-height: 1.25;
  color: var(--ink);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.stw-doc__content h4 {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-top: 1.3em;
  margin-bottom: 0.4em;
}
.stw-doc__content > :first-child { margin-top: 0; }

/* — Akapity, linki, wyróżnienia — */
.stw-doc__content p { margin: 0 0 1.1em; }
.stw-doc__content a {
  color: var(--lila-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}
.stw-doc__content a:hover,
.stw-doc__content a:focus-visible { color: var(--cl-terracotta); }
.stw-doc__content strong { font-weight: 700; color: var(--ink); }
.stw-doc__content small { font-size: 0.86em; color: var(--ink-soft); }

/* — Listy (reset globalny zdejmuje markery — tu je przywracamy) — */
.stw-doc__content ul,
.stw-doc__content ol {
  margin: 0 0 1.1em;
  padding-left: 1.45em;
}
.stw-doc__content ul { list-style: disc; }
.stw-doc__content ol { list-style: decimal; }
.stw-doc__content li { margin-bottom: 0.5em; }
.stw-doc__content li::marker { color: var(--cl-primary); }
.stw-doc__content li > ul,
.stw-doc__content li > ol { margin: 0.5em 0 0; }

/* — Listy definicji (przydatne w „definicjach" regulaminu) — */
.stw-doc__content dl { margin: 0 0 1.1em; }
.stw-doc__content dt { font-weight: 700; color: var(--ink); margin-top: 1em; }
.stw-doc__content dd { margin: 0.3em 0 0; padding-left: 1em; color: var(--ink-soft); }

/* — Cytat / wyróżniony fragment — */
.stw-doc__content blockquote {
  margin: 0 0 1.2em;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--cl-primary);
  color: var(--ink-soft);
  font-style: italic;
}
.stw-doc__content blockquote p:last-child { margin-bottom: 0; }

/* — Separator, kod inline — */
.stw-doc__content hr { border: 0; height: 1px; background: var(--line); margin: 2em 0; }
.stw-doc__content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: var(--cl-bg-alt);
  padding: 0.15em 0.4em;
  border-radius: 6px;
}

/* Blok preformatowany (np. wzór oświadczenia o odstąpieniu do wypełnienia) */
.stw-doc__content pre {
  margin: 0 0 1.4em;
  padding: 18px 20px;
  background: var(--cl-bg-section);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
}
.stw-doc__content pre code { background: none; padding: 0; font-size: inherit; }

/* — Tabele — */
.stw-doc__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1.4em;
  font-size: 0.96rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
}
.stw-doc__content th,
.stw-doc__content td {
  text-align: left;
  vertical-align: top;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.stw-doc__content thead th {
  background: var(--cl-card-warm);
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}
.stw-doc__content tbody tr:nth-child(even) td { background: rgba(74, 55, 40, 0.03); }
.stw-doc__content tbody tr:last-child td { border-bottom: 0; }

/* Owijka tabeli — poziome przewijanie na wąskich ekranach:
   <div class="stw-doc__table-wrap"><table>…</table></div> */
.stw-doc__table-wrap {
  margin: 0 0 1.4em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stw-doc__table-wrap table { margin-bottom: 0; }

/* ---- KOMPONENTY OPCJONALNE (dopisujesz klasę w custom HTML) ---- */

/* Paragraf wiodący (lead) tuż pod tytułem */
.stw-doc__lead {
  font-size: 1.1rem;
  color: var(--ink-soft);
}

/* Spis treści: <nav class="stw-doc__toc"> z listą linków do #kotwic */
.stw-doc__toc {
  margin: 0 0 2em;
  padding: 18px 22px;
  background: var(--cl-bg-section);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.stw-doc__toc-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.6em;
  color: var(--ink);
}
.stw-doc__toc ul,
.stw-doc__toc ol { list-style: none; margin: 0; padding-left: 0; }
.stw-doc__toc li { margin-bottom: 0.4em; }
.stw-doc__toc a {
  color: var(--lila-deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.stw-doc__toc a:hover,
.stw-doc__toc a:focus-visible { border-bottom-color: var(--cl-primary); }

/* Callout / uwaga: <aside class="stw-doc__callout">…</aside>
   warianty: --info (krem), --warn (terakota) */
.stw-doc__callout {
  margin: 0 0 1.4em;
  padding: 16px 20px;
  background: var(--cl-card-sage);
  border: 1px solid var(--line);
  border-left: 4px solid var(--cl-accent);
  border-radius: var(--r-sm);
}
.stw-doc__callout > :last-child { margin-bottom: 0; }
.stw-doc__callout--info { background: var(--cl-card-warm); border-left-color: var(--cl-primary); }
.stw-doc__callout--warn { background: #FBEFE9; border-left-color: var(--cl-terracotta); }

/* Drobny druk / nota pod treścią */
.stw-doc__note {
  margin: 1.6em 0 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
}

/* Lista metadanych pod tytułem (Sklep / Sprzedawca / Kontakt / Data) - bez bulletów */
.stw-doc__content .stw-doc__meta-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.6em;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.stw-doc__content .stw-doc__meta-list li { margin-bottom: 0.3em; }
