/* ============ SECTIONS — VLEPKA ============ */

/* ================= 01 · TABLICA VLEPEK ================= */
.s-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(56px + 24px) var(--gutter) 64px;
  overflow: clip;
}
.s-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
  pointer-events: none;
}
.s-hero__blob--a {
  width: 56vw; height: 56vw;
  right: -12vw; top: -8vw;
  background: var(--blob-sunrise);
}
.s-hero__blob--b {
  width: 34vw; height: 34vw;
  left: -10vw; bottom: -14vw;
  background: var(--blob-pink);
  opacity: .35;
}

.s-hero__inner {
  position: relative;
  max-width: 620px;
  z-index: 2; /* nad polem vlepek w spoczynku (drag boostuje z-index sam) */
  pointer-events: none;
}
.s-hero__inner a, .s-hero__inner .btn { pointer-events: auto; }
.s-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--fs-title);
  line-height: .94;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.s-hero__title em {
  color: var(--pink);
  text-shadow: 3px 3px 0 var(--yellow);
}
.s-hero__lead {
  margin-top: 22px;
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  max-width: 44ch;
}
.s-hero__lead strong { color: var(--ink); }
.s-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.s-hero__hint { margin-top: 26px; color: var(--ink-mute); }

/* ================= Wspólne ================= */
.s-why, .s-how, .s-sklad, .s-pam, .s-kup {
  position: relative;
  padding: var(--block-pad) var(--gutter);
}
.s-why__title, .s-how__title, .s-sklad__title, .s-pam__title, .s-kup__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--fs-display);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.s-why__title em, .s-how__title em, .s-sklad__title em, .s-pam__title em, .s-kup__title em {
  color: var(--pink);
  text-shadow: 2px 2px 0 var(--yellow);
}

/* ================= 02 · KARTKA Z ZESZYTU ================= */
.s-why { border-top: var(--rule-bold) var(--ink); }
.s-why__note { color: var(--pink-deep); margin-top: 12px; rotate: -1deg; display: inline-block; }
.s-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
  margin-top: clamp(44px, 5vw, 72px);
}
.karteczka {
  background: #fff;
  padding: clamp(24px, 2.6vw, 40px);
  box-shadow: 0 6px 0 rgba(27, 19, 70, .9), 0 14px 28px rgba(27, 19, 70, .14);
  border-radius: 6px;
}
.karteczka__num {
  font-family: var(--font-hand);
  font-weight: 700;
  font-size: 44px;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 14px;
}
.karteczka h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.1;
  margin-bottom: 10px;
}
.karteczka p { color: var(--ink-soft); }
.s-why__margin {
  position: absolute;
  right: clamp(20px, 6vw, 120px);
  bottom: 28px;
  color: var(--pink-deep);
  rotate: 4deg;
}

/* ================= 03 · NOTATKI ================= */
.s-how { background: var(--navy); color: var(--cream); overflow: clip; }
.s-how__title em { color: var(--yellow); text-shadow: 2px 2px 0 var(--pink); }
.s-how__lead {
  margin-top: 20px;
  font-size: var(--fs-lead);
  color: var(--cream-soft);
  max-width: 62ch;
}
.s-how__lead strong { color: var(--ink); }
.s-how__list {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 48px);
  max-width: 880px;
}
.notatka {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(16px, 2vw, 30px);
  align-items: start;
}
.notatka__num {
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 700;
  color: var(--yellow);
  line-height: .9;
}
.notatka h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.notatka p { color: var(--cream-soft); max-width: 60ch; }
.notatka strong { color: var(--cream); }
.stickers-field--how { inset: 0 10px; }

/* ================= 04 · ŚCIĄGA ================= */
.s-sklad { border-top: var(--rule-bold) var(--ink); }
.s-sklad__table {
  margin-top: clamp(36px, 4.5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 980px;
}
.sklad-row {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(14px, 2.5vw, 40px);
  align-items: center;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 14px clamp(16px, 2vw, 28px);
  box-shadow: 0 4px 0 rgba(27, 19, 70, .85);
}
.sklad-row__pill {
  justify-self: start;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .04em;
  padding: 8px 16px;
  background: var(--cream);
  border: 3px solid #fff;
  outline: 2px solid var(--ink);
  border-radius: 999px;
  rotate: -2deg;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sklad-row__pill--hot { background: var(--yellow); }
.sklad-row__name strong { font-weight: 600; }
.sklad-row__name i {
  display: block;
  font-style: normal;
  color: var(--ink-mute);
  margin-top: 3px;
}
.sklad-row__role { color: var(--ink-soft); font-size: 15px; }
.s-sklad__micro { margin-top: 20px; color: var(--ink-mute); }
.s-sklad__note {
  position: absolute;
  right: clamp(20px, 7vw, 140px);
  bottom: 24px;
  color: var(--pink-deep);
  rotate: -3deg;
}

/* ================= 05 · PAS ================= */
.s-band {
  background: var(--pink);
  color: #fff;
  padding: clamp(14px, 1.6vw, 22px) 0;
  border-top: var(--rule-bold) var(--ink);
  border-bottom: var(--rule-bold) var(--ink);
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 52px);
  line-height: 1;
  letter-spacing: -.01em;
  user-select: none;
}
.marquee__track { display: inline-block; will-change: transform; }
.marquee__track span { display: inline-block; padding-right: .3em; }

/* ================= 06 · PAMIĘTNIK ================= */
.s-pam { background: var(--cream); }
.s-pam__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.8vw, 44px);
  margin-top: clamp(48px, 5.5vw, 76px);
}
.wpis {
  background: #fff;
  padding: clamp(24px, 2.6vw, 40px);
  border-radius: 6px;
  box-shadow: 0 6px 0 rgba(27, 19, 70, .9), 0 14px 28px rgba(27, 19, 70, .14);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wpis__stars { color: var(--orange); font-size: 19px; letter-spacing: .26em; }
.wpis blockquote {
  font-size: clamp(24px, 2.2vw, 31px);
  color: var(--ink);
  flex: 1;
}
.wpis__by { color: var(--ink-mute); }
.wpis--ghost { background: var(--cream); border: 2px dashed var(--ink-mute); }

/* ================= 07 · SKLEPIK ================= */
.s-kup { overflow: clip; border-top: var(--rule-bold) var(--ink); }
.s-kup__blob {
  position: absolute;
  width: 48vw; height: 48vw;
  left: -14vw; top: 4vw;
  background: var(--blob-sunrise);
  border-radius: 50%;
  filter: blur(70px);
  opacity: .4;
  pointer-events: none;
}
.s-kup__head { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.s-kup__sub { margin-top: 16px; font-size: var(--fs-lead); color: var(--ink-soft); }

.s-kup__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  margin-top: clamp(44px, 5vw, 72px);
  min-height: 480px;
}
.s-kup__grid .packs { grid-column: 2; }
.stickers-field--kup { grid-column: 1; position: absolute; inset: 0; width: 45%; }

.packs { display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 2; }
.pack {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "tag  tag   flag"
    "qty  price btn"
    "qty  unit  btn";
  column-gap: clamp(16px, 2vw, 32px);
  align-items: center;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 16px;
  padding: 18px clamp(18px, 2.2vw, 32px);
  box-shadow: 0 5px 0 var(--ink);
}
.pack--hot {
  background: var(--yellow);
  box-shadow: 0 5px 0 var(--ink), 0 14px 30px rgba(255, 31, 143, .25);
}
.pack__flag { grid-area: flag; color: var(--pink-deep); justify-self: end; }
.pack__tag { grid-area: tag; color: var(--ink-mute); margin-bottom: 8px; }
.pack__qty {
  grid-area: qty;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: .9;
}
.pack__qty span {
  display: block;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 8px;
}
.pack__price {
  grid-area: price;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 30px);
}
.pack__unit { grid-area: unit; color: var(--ink-mute); margin-top: 4px; }
.pack__btn { grid-area: btn; justify-self: end; }

.s-kup__badges {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  list-style: none;
  margin-top: clamp(36px, 4vw, 56px);
  color: var(--ink-soft);
}
.s-kup__badges li::before { content: "✓ "; color: var(--pink); }
.s-kup__micro { position: relative; text-align: center; margin-top: 14px; color: var(--ink-mute); }

/* ================= 08 · TYLNA OKŁADKA ================= */
.okladka {
  background: var(--navy);
  color: var(--cream);
  padding: var(--block-pad) var(--gutter) clamp(36px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: var(--rule-bold) var(--ink);
}
.okladka__logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 72px);
  letter-spacing: -.02em;
  line-height: .95;
}
.okladka__logo em { color: var(--yellow); text-shadow: 3px 3px 0 var(--pink); }
.okladka__tag { margin-top: 14px; color: var(--cream-mute); }

.okladka__stickers {
  display: flex;
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(30px, 4vw, 48px);
}
.okladka__stickers img { width: clamp(70px, 8vw, 120px); }

.okladka__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  margin-top: clamp(30px, 3.5vw, 44px);
  color: var(--cream-mute);
}
.okladka__links a:hover { color: var(--yellow); }
.okladka__addr { margin-top: clamp(24px, 3vw, 36px); color: var(--cream-mute); }
.okladka__disclaimer {
  margin-top: 16px;
  max-width: 72ch;
  font-size: 13px;
  color: var(--cream-mute);
}
.okladka__copy { margin-top: 18px; color: rgba(255, 247, 230, .35); }

/* ================= Mobile ================= */
@media (max-width: 899px) {
  .nav__links { display: none; }

  .s-hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding-bottom: 0;
    min-height: 0;
  }
  .s-hero__inner { max-width: none; }
  /* na mobile pole vlepek schodzi POD treść jako pas */
  .stickers-field { position: relative; inset: auto; height: 320px; margin-top: 16px; }
  .stickers-field--how { height: 240px; margin-top: 8px; }
  .stickers-field--kup { position: relative; width: auto; height: 280px; grid-column: 1; grid-row: 2; }
  .s-kup__grid { grid-template-columns: 1fr; min-height: 0; }
  .s-kup__grid .packs { grid-column: 1; }

  .s-why__grid, .s-pam__grid { grid-template-columns: 1fr; }
  .sklad-row { grid-template-columns: 1fr; gap: 8px; justify-items: start; }

  .pack {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "tag   flag"
      "qty   qty"
      "price price"
      "unit  unit"
      "btn   btn";
  }
  .pack__btn { justify-self: stretch; margin-top: 12px; }
  .pack__btn.btn { width: 100%; }

  .peel-counter { left: 12px; bottom: 12px; font-size: 10px; }
}

/* Butelka-vlepka — wysoka i wąska, szerokość mniejsza niż okrągłe vlepki */
.vlepka--bottle { width: clamp(90px, 9.5vw, 150px); }
