/* Herbawell — strona główna (front-page). Wartości 1:1 z makietą Premium.
   Ładowane tylko na froncie strony głównej. */

/* ---------- Hero ---------- */
/* Hero 1:1 z makietą v2e: animacja wejścia, akcent kursywą, statystyki, karta bestsellera,
   pionowa „Edycja 2026", marquee pod spodem. Wartości px/kolory z makiety. */
.hw-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; animation: hbin .9s cubic-bezier(.22, .7, .2, 1) both; }
.hw-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 80px 72px;
}
.hw-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hw-brass-dark);
}
.hw-hero__eyebrow-line { width: 48px; height: 1px; background: var(--hw-brass); flex: 0 0 48px; }
.hw-hero__title {
  font-size: 80px;
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.03em;
  color: var(--hw-green);
  text-wrap: pretty;
}
.hw-hero__accent { font-style: italic; color: var(--hw-brass-dark); }
.hw-hero__lead { margin: 0; max-width: 420px; font-size: 16px; line-height: 1.75; color: var(--hw-text-soft); }
.hw-hero__cta { display: flex; gap: 14px; margin-top: 8px; }
.hw-hero__cta .hw-btn { height: auto; padding: 18px 34px; }
/* Statystyki pod CTA (v2e). */
.hw-hero__stats { display: flex; align-items: flex-end; gap: 34px; margin-top: 14px; padding-top: 24px; border-top: 1px solid rgba(16, 38, 28, .14); }
.hw-hero__stat { display: flex; flex-direction: column; gap: 4px; }
.hw-hero__stat-v { font-family: var(--hw-font); font-size: 30px; font-weight: 500; letter-spacing: -.02em; color: var(--hw-green); }
.hw-hero__stat-suf { font-size: 14px; color: var(--hw-text-muted); }
.hw-hero__stat-k { font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--hw-text-muted); }
.hw-hero__media { position: relative; background: var(--hw-sage); }
.hw-hero__media-frame {
  position: absolute;
  inset: 0;
  /* Bez ozdobnej ramki (decyzja właściciela 2026-08-28) — zdjęcie na pełny kadr; tło = fallback przed załadowaniem. */
  background: var(--hw-sage);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
}
/* cover + kotwica U GORY (2026-08-31, decyzja Huberta: baner ma WYPELNIAC caly kadr):
   kadr plywa z viewportem, wiec przyciecie jest nieuniknione — tniemy wylacznie DOL,
   napisy w gornej czesci grafiki nigdy nie ucierpia. Zalecany format 4:5 (1440x1800). */
.hw-hero__media-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* Rotacja zdjęć hero (2+ slotów): warstwy nakładane, crossfade opacity co ~5 s (JS: nav.js).
   Frame jest już position:absolute; inset:0 (fill .hw-hero__media min-height 620px) — sam stanowi
   blok pozycjonujący dla obrazów, więc absolutne warstwy NIE zapadają wysokości (bez zmiany position). */
.hw-hero__media-frame[data-hw-hero-rotate] img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.hw-hero__media-frame[data-hw-hero-rotate] img.is-active { opacity: 1; }
/* „Edycja 2026" pionowo na prawej krawędzi (v2e). */
.hw-hero__edition {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--hw-text-soft);
  white-space: nowrap;
}
/* ---------- Karta bestsellera (rotacja) — 1:1 z makietą ---------- */
/* Nagłówek NAD boxem: etykieta ─── ● wysyłka. Box płaski #EFEDE6, bez bordera i cienia.
   Dwuwierszowy: rząd 1 = miniatura + kolumna tekstu, rząd 2 = CTA + kreski. */
.hw-hero__cards { max-width: 466px; margin-top: 14px; padding-top: 22px; border-top: 1px solid rgba(16, 38, 28, .14); }
.hw-hero__card { display: flex; flex-direction: column; gap: 0; }
/* Karta sterowana atrybutem hidden (rotacja JS) — display:flex musi ustąpić hidden. */
.hw-hero__card[hidden] { display: none; }
.hw-hero__card-top { display: flex; align-items: center; gap: 14px; padding-bottom: 14px; }
.hw-hero__card-label { flex: 0 0 auto; font-size: 9.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; color: var(--hw-brass-dark); }
.hw-hero__card-line { flex: 1; min-width: 12px; height: 1px; background: rgba(176, 141, 87, .4); }
.hw-hero__card-ship { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; font-size: 9.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; color: var(--hw-text-soft); }
.hw-hero__card-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--hw-brass-dark); animation: hbpulse 2s ease-in-out infinite; }
.hw-hero__card-box { display: flex; flex-direction: column; gap: 16px; padding: 18px; background: #EFEDE6; }
/* Rząd 1: miniatura (sztywna) + kolumna tekstu (rośnie). */
.hw-hero__card-row1 { display: flex; align-items: flex-start; gap: 18px; }
.hw-hero__card-thumb {
  flex: 0 0 78px;
  width: 78px;
  height: 96px;
  background: var(--hw-sage);
  transition: background .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hw-hero__card-thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hw-hero__card-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.hw-hero__card-name { font-family: var(--hw-font); font-size: 21px; font-weight: 500; letter-spacing: -.01em; color: var(--hw-green); line-height: 1.2; text-wrap: pretty; }
.hw-hero__card-rating { display: flex; align-items: center; gap: 9px; }
.hw-hero__card-stars { color: var(--hw-brass-dark); font-size: 11.5px; letter-spacing: .14em; }
.hw-hero__card-reviews { font-size: 12px; white-space: nowrap; color: var(--hw-text-soft); }
.hw-hero__card-price-row { display: flex; align-items: baseline; gap: 11px; }
.hw-hero__card-price { font-family: var(--hw-font); font-size: 25px; font-weight: 500; white-space: nowrap; color: var(--hw-green); }
.hw-hero__card-old { font-size: 12.5px; white-space: nowrap; color: #9AA79E; text-decoration: line-through; }
.hw-hero__card-omnibus { font-size: 10.5px; line-height: 1.45; color: #9AA79E; }
.hw-hero__card-note { font-size: 11.5px; color: var(--hw-text-muted); }
/* Rząd 2: CTA (rośnie) + kreski wskaźnika. */
.hw-hero__card-row2 { display: flex; align-items: center; gap: 16px; }
.hw-hero__card .hw-card__btn { flex: 1; padding: 15px; text-align: center; margin: 0; }
.hw-hero__card-dots { flex: 0 0 auto; display: flex; align-items: center; gap: 6px; }
.hw-hero__card-dot-btn {
  height: 4px;
  width: 8px;
  padding: 0;
  border: 0;
  background: rgba(16, 38, 28, .2);
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
  display: block;
}
.hw-hero__card-dot-btn.is-active { width: 22px; background: var(--hw-brass-dark); }

/* ---------- Liczby na zdjęciu (overlay) — makieta §6 ---------- */
.hw-hero__media-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding: 26px;
  background: linear-gradient(to top, rgba(16, 38, 28, .86), rgba(16, 38, 28, .62) 46%, rgba(16, 38, 28, 0));
  pointer-events: none;
}
.hw-hero__media-stat { display: flex; flex-direction: column; gap: 3px; }
.hw-hero__media-stat-v { font-family: var(--hw-font); font-size: 26px; font-weight: 500; letter-spacing: -.02em; color: #F7F5F0; }
/* Podpis #F7F5F0 (nie przygaszony) — wymóg kontrastu ≥4.5:1 na gradiencie. */
.hw-hero__media-stat-k { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #F7F5F0; }

/* ---------- Marquee pod hero (v2e) ---------- */
/* Full-bleed poza kontener .hw-wrap 1440 (decyzja 2026-08-28: pasek na całą szerokość strony). */
.hw-marq { overflow: hidden; background: var(--hw-green); animation: hbin .9s cubic-bezier(.22, .7, .2, 1) .1s both; margin-inline: calc(50% - 50vw); }
/* 100vw obejmuje scrollbar — clip ucina te ~15px bez tworzenia scroll-containera (sticky działa). */
body.home { overflow-x: clip; }
.hw-marq__track { display: flex; width: max-content; animation: hbmarq 38s linear infinite; }
.hw-marq__group { display: flex; align-items: center; gap: 26px; padding: 15px 0 15px 26px; }
.hw-marq__item { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #C9D3C9; white-space: nowrap; }
.hw-marq__dot { width: 5px; height: 5px; border-radius: 999px; background: var(--hw-brass); flex: 0 0 5px; }

@keyframes hbmarq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes hbpulse { 0%, 100% { opacity: 1; } 50% { opacity: .28; } }
@keyframes hbin { from { transform: translateY(26px); } to { transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .hw-hero, .hw-marq { animation: none; }
  .hw-marq__track { animation: none; }
  .hw-hero__card-dot { animation: none; }
}

/* ---------- Pasek zaufania ---------- */
.hw-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hw-line);
  border-bottom: 1px solid var(--hw-line);
}
.hw-trust__item {
  padding: 22px 26px;
  border-right: 1px solid rgba(16, 38, 28, .1);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--hw-text);
}
.hw-trust__item:last-child { border-right: 0; color: var(--hw-brass-dark); }

/* ---------- Nagłówek sekcji ---------- */
.hw-sec { padding: 84px 56px 0; }
.hw-sec__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(16, 38, 28, .14);
  gap: 40px;
}
.hw-sec__title { font-size: 44px; font-weight: 500; letter-spacing: -.015em; color: var(--hw-green); }
.hw-sec__more {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--hw-brass-dark);
  cursor: pointer;
  white-space: nowrap;
}

/* ---------- Kategorie ---------- */
.hw-cats { display: grid; grid-template-columns: repeat(3, 1fr); }
.hw-cat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border-right: 1px solid rgba(16, 38, 28, .1);
  border-bottom: 1px solid rgba(16, 38, 28, .1);
  cursor: pointer;
  transition: background .25s ease;
}
.hw-cat:hover { background: var(--hw-bone-dark); }
.hw-cat__img {
  height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  overflow: hidden;
}
.hw-cat__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hw-cat__img:has(img) { padding-bottom: 0; }
.hw-cat__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.hw-cat__name { font-family: var(--hw-font); font-size: 25px; color: var(--hw-green); line-height: 1.1; }
.hw-cat__count {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--hw-text-muted);
  white-space: nowrap;
}

/* ---------- Zestawy (ciemna sekcja) ---------- */
.hw-bundles { padding: 88px 56px; background: var(--hw-green); margin-top: 84px; }
.hw-bundles__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.hw-bundles__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hw-brass);
}
.hw-bundles__title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -.015em;
  color: var(--hw-bone);
  line-height: 1.02;
  margin-top: 12px;
}
.hw-bundles__lead { margin: 0; max-width: 330px; font-size: 14.5px; line-height: 1.75; color: #A9B8AC; }
.hw-bundles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  margin-top: 1px;
}
.hw-bundle { display: flex; flex-direction: column; gap: 18px; padding: 34px 32px 32px; background: var(--hw-green); }
.hw-bundle__img {
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  overflow: hidden;
}
.hw-bundle__img img { width: 100%; height: 100%; object-fit: contain; background: #FFFFFF; }
.hw-bundle__img:has(img) { padding-bottom: 0; }
.hw-bundle__save {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--hw-brass);
}
.hw-bundle__name { font-size: 30px; font-weight: 500; color: var(--hw-bone); line-height: 1.08; }
.hw-bundle__items { display: flex; flex-direction: column; }
.hw-bundle__item {
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 13.5px;
  color: #C9D3C9;
}
.hw-bundle__price-row { display: flex; align-items: baseline; gap: 12px; margin-top: auto; padding-top: 6px; }
.hw-bundle__price { font-size: 34px; color: var(--hw-bone); letter-spacing: -.01em; }
.hw-bundle__sum { font-size: 13px; color: #7A8A7E; text-decoration: line-through; }
.hw-bundle__btn { height: auto; padding: 16px; width: 100%; }
.hw-bundles__empty {
  margin-top: 40px;
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
  color: #A9B8AC;
  font-size: 14.5px;
  line-height: 1.75;
}

/* ---------- Bestsellery (karuzela — wzorzec „Często kupowane razem" z PDP) ---------- */
.hw-best__nav { display: flex; gap: 8px; flex: 0 0 auto; }
.hw-best__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(16, 38, 28, .14);
  border-radius: 0;
  background: transparent;
  color: var(--hw-green);
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
}
.hw-best__arrow:hover:not(:disabled) {
  background: var(--hw-green);
  border-color: var(--hw-green);
  color: var(--hw-bone);
}
.hw-best__arrow:disabled { opacity: .35; cursor: default; }
.hw-best__arrow svg { display: block; }
.hw-best__track {
  display: flex;
  align-items: stretch; /* karty ZAWSZE równej wysokości (zgłoszenie 2026-08-28) */
  gap: 24px;
  padding-top: 36px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hw-best__track::-webkit-scrollbar { display: none; }
.hw-best__track:focus-visible {
  outline: 2px solid var(--hw-brass);
  outline-offset: 4px;
}
/* Szerokość karty jak w dawnej siatce 4-kol (kontener 1440 − 2×56px − 3×24px gap) / 4 ≈ 314px */
.hw-best__track > .hw-card {
  flex: 0 0 314px;
  max-width: 314px;
  height: auto; /* height:100% z .hw-card blokuje stretch flexa -> nierowne kafle */
  scroll-snap-align: start;
}
.hw-best__empty {
  padding-top: 36px;
  color: var(--hw-text-soft);
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- O mnie ---------- */
.hw-about { display: grid; grid-template-columns: 1fr 1fr; margin-top: 88px; background: var(--hw-bone-dark); }
.hw-about__img {
  min-height: 560px;
  /* Bez pasiastej ramki (decyzja właściciela 2026-08-28) — zdjęcie na pełny kadr. */
  background: var(--hw-sage);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
/* Pełny kadr bez przycinania (zdjęcie Ronaldo ma wtopiony cytat na dole — cover by go ucinał). */
.hw-about__img img { width: 100%; height: auto; display: block; }
.hw-about__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 80px 72px;
}
.hw-about__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--hw-brass-dark);
}
.hw-about__title { font-size: 52px; font-weight: 500; letter-spacing: -.02em; color: var(--hw-green); line-height: 1.02; }
.hw-about__lead { margin: 0; max-width: 460px; font-size: 16px; line-height: 1.8; color: var(--hw-text-soft); }
.hw-about__quote { margin: 0; font-family: var(--hw-font); font-style: italic; font-size: 22px; color: var(--hw-green); }
.hw-about__btn { align-self: flex-start; height: auto; padding: 18px 34px; }
.hw-about__btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---------- Opinie ---------- */
.hw-reviews { display: grid; grid-template-columns: repeat(3, 1fr); }
.hw-review {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 32px;
  border-right: 1px solid rgba(16, 38, 28, .1);
  border-bottom: 1px solid rgba(16, 38, 28, .1);
}
.hw-review__stars { color: var(--hw-brass-dark); font-size: 13px; letter-spacing: .14em; }
.hw-review__text { margin: 0; font-family: var(--hw-font); font-size: 21px; line-height: 1.45; color: var(--hw-green); text-wrap: pretty; }
.hw-review__author {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--hw-text-muted);
}

/* ---------- Instagram ---------- */
.hw-insta__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding-top: 28px; }
.hw-insta__cell {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
  transition: opacity .2s ease;
}
.hw-insta__cell:hover { opacity: .82; }
.hw-insta__likes {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--hw-brass-dark);
}
.hw-insta__label {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 8.5px;
  color: var(--hw-text-soft);
  background: rgba(255, 255, 255, .85);
  padding: 3px 6px;
  align-self: flex-start;
}

/* ---------- Newsletter ---------- */
.hw-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin: 84px 56px 84px;
  padding: 52px 0;
  border-top: 1px solid rgba(16, 38, 28, .14);
  border-bottom: 1px solid rgba(16, 38, 28, .14);
}
.hw-news__text { display: flex; flex-direction: column; gap: 12px; }
.hw-news__title { font-size: 38px; font-weight: 500; color: var(--hw-green); line-height: 1.05; }
.hw-news__note { font-size: 14.5px; color: var(--hw-text-soft); }
.hw-news__form { display: flex; flex-direction: column; gap: 14px; }
.hw-news__row { display: flex; gap: 0; }
.hw-news__row[hidden] { display: none; } /* po zapisie JS chowa pola: [hidden] vs display:flex */
.hw-news__input {
  flex: 1;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(16, 38, 28, .24);
  border-right: 0;
  background: transparent;
  color: var(--hw-green);
  font-family: var(--hw-font);
  font-size: 14px;
  outline: none;
}
.hw-news__input::placeholder { color: #9AA79E; }
.hw-news__btn { height: auto; padding: 18px 32px; white-space: nowrap; }
.hw-news__btn:disabled { opacity: .6; cursor: default; }
.hw-news__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hw-news__consent { font-size: 11px; line-height: 1.6; color: #8A9A8E; }
.hw-news__consent a { color: inherit; border-bottom: 1px solid rgba(16, 38, 28, .28); }
.hw-news__consent a:hover { color: var(--hw-green); border-bottom-color: var(--hw-brass); }
.hw-news__msg { margin: 0; font-size: 13px; line-height: 1.6; }
.hw-news__msg.is-ok { color: #2E6B45; }
.hw-news__msg.is-error { color: #8A5A3B; }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hw-hero { grid-template-columns: 1fr; min-height: auto; }
  .hw-hero__text { padding: 44px 22px; gap: 20px; }
  .hw-hero__title { font-size: 44px; }
  .hw-hero__cta { flex-wrap: wrap; }
  .hw-hero__media { min-height: 380px; }
  .hw-hero__stats { gap: 22px; flex-wrap: wrap; }
  .hw-hero__stat-v { font-size: 24px; }
  /* Karta bestsellera na mobile: pełna szerokość kolumny tekstu. */
  .hw-hero__cards { max-width: none; }
  .hw-hero__card-name { font-size: 20px; }
  .hw-hero__edition { display: none; }
  /* Liczby na zdjęciu zostają na dole kadru mobile (380px). */

  .hw-trust { grid-template-columns: repeat(2, 1fr); }
  .hw-trust__item:nth-child(2) { border-right: 0; }
  .hw-trust__item:nth-child(1),
  .hw-trust__item:nth-child(2) { border-bottom: 1px solid rgba(16, 38, 28, .1); }

  .hw-sec { padding: 56px 22px 0; }
  .hw-sec__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hw-sec__title { font-size: 32px; }

  .hw-cats { grid-template-columns: 1fr; }
  .hw-cat { border-right: 0; }

  .hw-bundles { padding: 56px 22px; margin-top: 56px; }
  .hw-bundles__head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hw-bundles__title { font-size: 34px; }
  .hw-bundles__grid { grid-template-columns: 1fr; }

  .hw-about { grid-template-columns: 1fr; margin-top: 56px; }
  .hw-about__img { min-height: 340px; }
  .hw-about__text { padding: 44px 22px; }
  .hw-about__title { font-size: 36px; }

  /* Opinie mobile = poziomy slider (swipe), full-bleed w sekcji z paddingiem 22px. */
  .hw-reviews {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    margin: 0 -22px;
    padding: 24px 22px 8px;
  }
  .hw-review {
    flex: 0 0 272px;
    gap: 14px;
    padding: 20px 0 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(16, 38, 28, .16);
  }
  .hw-review__stars { font-size: 12px; }
  .hw-review__text { font-size: 19px; }
  .hw-review__author { font-size: 9.5px; }

  .hw-insta__grid { grid-template-columns: repeat(3, 1fr); }

  .hw-news { grid-template-columns: 1fr; gap: 24px; margin: 56px 22px; padding: 40px 0; }
  .hw-news__title { font-size: 30px; }
  .hw-news__row { flex-direction: column; gap: 12px; }
  .hw-news__input { border-right: 1px solid rgba(16, 38, 28, .24); }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .hw-cats { grid-template-columns: repeat(2, 1fr); }
  .hw-hero__title { font-size: 56px; }
}

/* Karuzela na mobile: naturalny swipe, strzałki ukryte, karta ~75% viewportu */
@media (max-width: 640px) {
  .hw-best__nav { display: none; }
  .hw-best__track > .hw-card {
    flex: 0 0 75vw;
    max-width: 75vw;
  }
}

/* Full-bleed pasów home (patrz nota w base.css). Hero: szałwia rozlewa się tylko W PRAWO (lewa połowa = kość/treść). */
.hw-bundles { box-shadow: 0 0 0 100vmax var(--hw-green); clip-path: inset(0 -100vmax); }
.hw-about { box-shadow: 0 0 0 100vmax var(--hw-bone-dark); clip-path: inset(0 -100vmax); }
/* Ultrawide (>1440px): kolumna zdjęcia dociąga do prawej krawędzi SAMYM ZDJĘCIEM (cover).
   Wcześniej box-shadow malował tylko szałwiowe tło — na szerokich ekranach robił się
   pusty pas obok zdjęcia (zgłoszenie 2026-08-28). body.home ma overflow-x:clip (scrollbar). */
@media (min-width: 1441px) {
  .hw-hero__media { margin-right: calc((1440px - 100vw) / 2); }
}

/* ---------- Tekst SEO (blok „o sklepie" na dole strony głównej) ---------- */
/* Pełna szerokość kontenera (życzenie właściciela 2026-08-31 — bez pustej prawej strony). */
.hw-seotext {
  padding-bottom: 84px;
}
.hw-seotext__title {
  font-family: var(--hw-font);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.015em;
  color: var(--hw-green);
  margin-bottom: 18px;
}
.hw-seotext__p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--hw-text-soft);
}
.hw-seotext__links {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--hw-text-muted);
}
.hw-seotext__links span { font-weight: 600; color: var(--hw-text-soft); }
.hw-seotext__links a {
  color: var(--hw-brass-dark);
  border-bottom: 1px solid var(--hw-brass);
  padding-bottom: 1px;
}
.hw-seotext__links a:hover { color: var(--hw-green); }

@media (max-width: 768px) {
  .hw-seotext { padding-bottom: 56px; }
  .hw-seotext__title { font-size: 19px; }
}
