/* ============================================================
   front-page.css — nowy design Nuggela & Sulé
   Odwzorowanie layouts z nuggela-sule-design-files/components/home.jsx
   ============================================================ */

/* ── Reset dla main.main (parent theme) ──────────────────────────── */
.ns-design-v1 {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

/* ── Container ───────────────────────────────────────────────────── */
.ns-fp-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

/* ── Section base ────────────────────────────────────────────────── */
.ns-fp-section {
  padding: clamp(56px, 8vw, 96px) clamp(16px, 3vw, 32px);
}

/* ── Section header (eyebrow + h2 + cta) ────────────────────────── */
.ns-fp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 48px);
  flex-wrap: wrap;
}

.ns-fp-section-head__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--orange-deep);
  text-decoration: none;
  letter-spacing: .01em;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  background: var(--orange-tint);
  border: 1px solid var(--orange-soft);
  white-space: nowrap;
  flex-shrink: 0;
}

.ns-fp-section-head__cta--plain {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.ns-fp-hero {
  background: var(--paper);
  position: relative;
}

.ns-fp-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: 720px;
}

/* ── Hero copy ────── */
.ns-fp-hero__copy {
  padding: clamp(48px, 7vw, 88px) 0;
}

.ns-fp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: var(--orange-tint);
  border: 1px solid var(--orange-soft);
  font-size: 12px;
  font-weight: 600;
  color: var(--orange-deep);
  letter-spacing: .02em;
  margin-bottom: 24px;
}

.ns-fp-hero__h1 {
  font-size: clamp(48px, 6.5vw, 92px);
  margin: 0 0 24px;
  color: var(--ink);
  text-wrap: balance;
  line-height: 1.03;
}

.ns-fp-hero__desc {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
  max-width: 480px;
  color: var(--ink-3);
  margin: 0 0 36px;
}

.ns-fp-hero__ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.ns-fp-hero__quiz-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 26px;
  border-radius: var(--r-pill);
  background: var(--orange-tint);
  border: 1px solid var(--orange-soft);
  color: var(--orange-deep);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .01em;
  text-decoration: none;
  font-family: var(--sans);
}

.ns-fp-hero__trust-strip {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,.12);
  flex-wrap: wrap;
}

.ns-fp-hero__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
}

.ns-fp-hero__trust-item--stars {
  flex-direction: column;
  gap: 0;
}

.ns-fp-hero__trust-stars-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.ns-fp-hero__trust-stars-meta {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.2;
}

.ns-fp-hero__trust-stars-rating {
  color: var(--ink);
  font-weight: 600;
}

.ns-fp-hero__trust-stars-sep {
  margin: 0 0.25em;
  opacity: 0.55;
  font-weight: 500;
}

.ns-fp-hero__trust-stars-empty {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
}

.ns-fp-hero__trust-sep {
  width: 1px;
  height: 36px;
  background: rgba(0,0,0,.15);
  flex-shrink: 0;
}

/* ── Hero photo ────── */
.ns-fp-hero__photo-col {
  position: relative;
  align-self: stretch;
  min-height: 720px;
  padding: 40px 0;
}

.ns-fp-hero__photo-wrap {
  position: absolute;
  inset: 40px 0;
  border-radius: 24px;
  overflow: hidden;
  background: #E8927B;
}

.ns-fp-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ns-fp-hero__photo-ph {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 40% 30%, #E8927B 0%, #C05C3A 100%);
}

/* Floating proof card */
.ns-fp-hero__proof-card {
  position: absolute;
  bottom: 80px;
  left: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 24px 48px rgba(0,0,0,.16);
  border: 1px solid rgba(0,0,0,.06);
  max-width: 220px;
  z-index: 3;
}

.ns-fp-hero__proof-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange-deep);
}

/* Floating ingredient pill */
.ns-fp-hero__ing-pill {
  position: absolute;
  top: 80px;
  right: 32px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(0,0,0,.06);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

.ns-fp-hero__ing-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #C2392F 0%, #7E1A14 100%);
  flex-shrink: 0;
}

/* Mobile hero */
@media (max-width: 767px) {
  .ns-fp-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }
  .ns-fp-hero__copy {
    padding: clamp(28px, 6vw, 48px) 0 20px;
  }
  .ns-fp-hero__photo-col {
    min-height: 420px;
    padding: 0;
    position: relative;
    align-self: auto;
  }
  .ns-fp-hero__photo-wrap {
    position: relative;
    inset: auto;
    height: 380px;
    border-radius: 16px;
    margin: 0 clamp(16px, 3vw, 32px);
  }
  .ns-fp-hero__proof-card {
    bottom: 16px;
    left: 16px;
    padding: 12px 14px;
    max-width: 160px;
  }
  .ns-fp-hero__proof-card .ns-display { font-size: 28px !important; }
  .ns-fp-hero__ing-pill {
    top: 16px;
    right: 16px;
  }
  .ns-fp-hero__trust-strip {
    gap: 14px;
  }
  .ns-fp-hero__trust-sep {
    display: none;
  }
}

/* ══════════════════════════════════════════════
   TRUST STRIP
══════════════════════════════════════════════ */
.ns-fp-trust {
  background: var(--paper);
}

.ns-fp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: clamp(28px, 4vw, 40px) 0;
}

.ns-fp-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.ns-fp-trust__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange-tint);
  color: var(--orange-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ns-fp-trust__label {
  font-family: var(--display);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.2;
}

.ns-fp-trust__sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .ns-fp-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .ns-fp-trust__grid {
    grid-template-columns: 1fr;
  }
  .ns-fp-trust__item {
    padding: 14px 14px;
  }
  .ns-fp-trust__label { font-size: 13px; }
}

/* ══════════════════════════════════════════════
   PROBLEM CARDS
══════════════════════════════════════════════ */
.ns-fp-problems {
  padding: clamp(56px, 8vw, 96px) clamp(16px, 3vw, 32px);
}

.ns-fp-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ns-fp-problem-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ns-fp-problem-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.ns-fp-problem-card__img-wrap {
  aspect-ratio: 4/5;
  position: relative;
  background: #E8927B;
  overflow: hidden;
}

.ns-fp-problem-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ns-fp-problem-card__img-ph {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #EFE4D0 0 14px, #E6D9BF 14px 28px);
}

.ns-fp-problem-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.35) 100%);
}

.ns-fp-problem-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-pill);
}

.ns-fp-problem-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  border-top: 1px solid var(--line);
}

.ns-fp-problem-card__eyebrow {
  font-size: 11px;
  color: var(--orange-deep);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ns-fp-problem-card__title {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
}

.ns-fp-problem-card__sub {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

.ns-fp-problem-card__footer {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

@media (max-width: 900px) {
  .ns-fp-problems__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ══════════════════════════════════════════════
   PRODUCT CARDS (Bestsellers)
══════════════════════════════════════════════ */
.ns-fp-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ns-fp-product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.ns-fp-product-card__img-wrap {
  aspect-ratio: 1 / 1;
  max-height: 316px;
  position: relative;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-fp-product-card__img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform .35s ease;
}

.ns-fp-product-card:hover .ns-fp-product-card__img {
  transform: scale(1.05);
}

.ns-fp-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #fff;
  border-radius: var(--r-pill);
}
.ns-fp-product-card__badge--orange { background: var(--orange); }
.ns-fp-product-card__badge--dark   { background: var(--ink); }

.ns-fp-product-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;          /* rozciąga body do pełnej wysokości karty */
  border-top: 1px solid var(--line);
}

.ns-fp-product-card__cat {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
  height: 14px;
  overflow: hidden;
}

.ns-fp-product-card__name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.01em;
  margin-top: 5px;
  color: var(--ink);
  text-decoration: none;
  /* Stała wysokość na 2 linie — równa dla wszystkich kart */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(13px * 1.35 * 2);
  max-height: calc(13px * 1.35 * 2);
}

.ns-fp-product-card__name:hover {
  color: var(--orange-deep);
}

.ns-fp-product-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
  min-height: 14px;
}

/* Gwiazdki SVG (ns_pdp_stars_html): bez sztywnej wysokości — wcześniej obcinało dolne części ikon */
.ns-fp-product-card__rating .ns-stars.ns-stars--svg {
  align-self: center;
}

.ns-fp-product-card__rating .ns-stars.ns-stars--svg svg {
  display: block;
  flex-shrink: 0;
}

.ns-fp-product-card__rating .ns-stars {
  flex-shrink: 0;
}

.ns-fp-product-card__rating-count {
  font-size: 11px;
  color: var(--muted);
  line-height: 1;
}

/* Capacity pills */
.ns-fp-product-card__vols {
  margin-top: 10px;
  /* Gwarantuje stałe miejsce niezależnie od liczby/zawijania pills */
  min-height: 68px;
  display: flex;
  flex-direction: column;
}
.ns-fp-product-card__vols-label {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
  flex-shrink: 0;
}
.ns-fp-product-card__vols-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-content: flex-start;
  margin-bottom: 10px;
}
.ns-fp-product-card__vol-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: var(--r-pill);
  border: 1.4px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--sans);
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.ns-fp-product-card__vol-pill:hover {
  border-color: rgba(0,0,0,.4);
}
.ns-fp-product-card__vol-pill.is-active {
  border-color: var(--ink);
  background: #fff;
}
.ns-fp-product-card__vol-pill[aria-pressed="true"] {
  border-color: var(--ink);
}

/* Price */
.ns-fp-product-card__price { flex: 1; min-width: 0; }
.ns-fp-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.ns-fp-product-card__price-now {
  font-size: 20px !important;
  font-weight: 600;
  color: var(--ink);
  font-family: var(--display);
  line-height: 1;
}
.ns-fp-product-card__price-now .woocommerce-Price-amount { font-size: inherit !important; color: inherit !important; }
.ns-fp-product-card__price-now .woocommerce-Price-currencySymbol { font-size: 13px; }
.ns-fp-product-card__price-old {
  font-size: 12px;
  color: var(--muted);
  text-decoration: line-through;
}
.ns-fp-product-card__price-old .woocommerce-Price-amount { font-size: 12px !important; color: inherit !important; }
.ns-fp-product-card__price-save {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--orange);
  margin-top: 2px;
  letter-spacing: .01em;
}
.ns-fp-product-card__price-save .woocommerce-Price-amount { font-size: inherit !important; }

/* Actions */
.ns-fp-product-card__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.ns-fp-product-card__btn-price {
  display: none;
}

.ns-fp-product-card__bottom {
  margin-top: auto;  /* pcha sekcję z ceną/CTA zawsze na dół karty */
  padding-top: 10px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
}

.ns-fp-product-card__eye {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
}

.ns-fp-product-card__eye:hover {
  background: var(--paper-2);
}

/* WC price override */
.ns-fp-product-card .woocommerce-Price-amount {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}

.ns-fp-product-card del .woocommerce-Price-amount {
  font-size: 13px;
  color: var(--muted);
}

.ns-fp-product-card ins {
  text-decoration: none;
}

.ns-fp-product-card ins .woocommerce-Price-amount {
  color: var(--orange);
}

@media (max-width: 900px) {
  .ns-fp-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .ns-fp-product-card__img-wrap {
    aspect-ratio: 1 / .78;
    max-height: 235px;
    min-height: 0;
  }

  .ns-fp-product-card__img {
    max-width: 150px;
    max-height: 170px;
  }

  .ns-fp-product-card:hover .ns-fp-product-card__img {
    transform: none;
  }

  .ns-fp-product-card__body {
    padding: 13px 12px 12px;
  }

  .ns-fp-product-card__rating {
    order: -2;
    margin: 0 0 8px;
  }

  .ns-fp-product-card__cat {
    order: -1;
    font-size: 10.5px;
    height: auto;
    min-height: 13px;
    margin-bottom: 6px;
  }

  .ns-fp-product-card__name {
    font-size: 15px;
    line-height: 1.22;
    min-height: calc(15px * 1.22 * 2);
    max-height: calc(15px * 1.22 * 2);
    margin-top: 0;
  }

  .ns-fp-product-card__vols {
    margin-top: 12px;
    min-height: 56px;
  }

  .ns-fp-product-card__vols-label {
    font-size: 12px;
  }

  .ns-fp-product-card__vol-pill {
    height: 34px;
    padding: 0 16px;
    font-size: 13px;
  }

  .ns-fp-product-card__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
  }

  .ns-fp-product-card__price {
    display: none;
  }

  .ns-fp-product-card__actions {
    width: 100%;
    display: block;
  }

  .ns-fp-product-card__actions .ns-btn,
  .ns-fp-product-card__actions .add_to_cart_button {
    width: 100% !important;
    min-height: 44px;
    justify-content: center;
    gap: 8px;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 14px;
  }

  .ns-fp-product-card__btn-price {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-weight: 800;
  }

  .ns-fp-product-card__btn-price::before {
    content: "·";
    margin-right: 2px;
    opacity: .65;
  }

  .ns-fp-product-card__btn-price .woocommerce-Price-amount,
  .ns-fp-product-card__btn-price .woocommerce-Price-currencySymbol {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }

  .ns-fp-product-card__eye {
    display: none !important;
  }
}

/* ══════════════════════════════════════════════
   EDITORIAL — ciemne tło
══════════════════════════════════════════════ */
.ns-fp-editorial {
  background: #0E0B08;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 120px) clamp(16px, 4vw, 64px);
}

.ns-fp-editorial__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.ns-fp-editorial__ratio {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
  margin-bottom: 24px;
}

.ns-fp-editorial__ratio-cell {
  padding: 14px 20px;
}

.ns-fp-editorial__ratio-cell:first-child {
  border-right: 1px solid rgba(255,255,255,.12);
}

.ns-fp-editorial__ratio-cell:last-child {
  border-left: 1px solid rgba(255,255,255,.12);
}

.ns-fp-editorial__ratio-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.ns-fp-editorial__ratio-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--orange-2);
  font-size: 18px;
  font-family: var(--display);
  font-style: italic;
}

/* ══ Heritage Timeline (animated) ══ */
.ns-heritage {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  min-height: 620px;
  align-items: stretch;
  position: relative;
}

/* Left: years column */
.ns-heritage__years {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}
.ns-heritage__line-bg {
  position: absolute;
  left: 56px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}
.ns-heritage__line-fill {
  position: absolute;
  left: 56px;
  top: 12px;
  width: 1px;
  height: 0;
  background: linear-gradient(180deg, var(--orange-2,#FF8642) 0%, var(--orange,#E86D31) 100%);
  box-shadow: 0 0 12px rgba(232,109,49,.6);
  transition: height .15s linear;
  max-height: calc(100% - 24px);
  pointer-events: none;
}

.ns-heritage__year-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 4px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  position: relative;
  z-index: 2;
}
.ns-heritage__ydot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0E0B08;
  border: 2px solid rgba(255,255,255,.2);
  margin-left: 50px;
  flex-shrink: 0;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
}
.ns-heritage__ytext {
  font-size: 17px;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  line-height: 1;
  letter-spacing: -.01em;
  transition: all .3s ease;
}
.ns-heritage__year-btn.is-past .ns-heritage__ydot {
  background: rgba(232,109,49,.5);
}
.ns-heritage__year-btn.is-past .ns-heritage__ytext {
  color: rgba(255,255,255,.7);
}
.ns-heritage__year-btn.is-active .ns-heritage__ydot {
  background: var(--orange-2,#FF8642);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(232,109,49,.18), 0 0 16px rgba(232,109,49,.6);
}
.ns-heritage__year-btn.is-active .ns-heritage__ytext {
  font-size: 26px;
  color: var(--orange-2,#FF8642);
}

/* Right column */
.ns-heritage__right {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.ns-heritage__card-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
@keyframes nsHeritageSlide {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ns-heritage__card--slide {
  animation: nsHeritageSlide .5s cubic-bezier(.2,.8,.2,1) both;
}

.ns-heritage__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--orange-2,#FF8642);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ns-heritage__title {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -.02em;
  font-weight: 600;
}
.ns-heritage__desc {
  font-size: clamp(13px, 1.1vw, 15.5px);
  line-height: 1.55;
  color: rgba(255,255,255,.72);
  margin: 0 0 24px;
  max-width: 420px;
}

/* Stat + sparkline box */
.ns-heritage__stat-box {
  display: flex;
  align-items: stretch;
  gap: 16px;
  background: rgba(232,109,49,.08);
  border: 1px solid rgba(232,109,49,.25);
  border-radius: 12px;
  padding: 18px 20px;
  max-width: 480px;
}
.ns-heritage__stat-left {
  flex: 0 0 auto;
}
.ns-heritage__stat-num {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  font-weight: 600;
  color: var(--orange-2,#FF8642);
  letter-spacing: -.02em;
}
.ns-heritage__stat-lbl {
  font-size: 10.5px;
  color: rgba(255,255,255,.65);
  margin-top: 4px;
  letter-spacing: .02em;
  max-width: 140px;
}
.ns-heritage__spark-col {
  flex: 1;
  min-width: 0;
  border-left: 1px solid rgba(255,255,255,.1);
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ns-heritage__spark-top {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
}
.ns-heritage__spark-svg {
  width: 100%;
  height: 42px;
  display: block;
  margin: 6px 0;
}
.ns-heritage__spark-bot {
  display: flex;
  justify-content: space-between;
  font-size: 8.5px;
  color: rgba(255,255,255,.4);
  letter-spacing: .06em;
  font-family: ui-monospace, 'SF Mono', monospace;
}

/* Footer: progress + controls */
.ns-heritage__footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  max-width: 480px;
}
.ns-heritage__prog-track {
  height: 2px;
  border-radius: 2px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.ns-heritage__prog-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--orange-2,#FF8642);
  opacity: .7;
  transition: width .1s linear, opacity .2s;
}
.ns-heritage__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ns-heritage__ctrl {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ns-heritage__ctrl--next {
  border-color: var(--orange-2,#FF8642);
  background: rgba(232,109,49,.12);
  color: var(--orange-2,#FF8642);
}
.ns-heritage__ctrl-mid {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  color: rgba(255,255,255,.5);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.ns-heritage__ctrl-dot {
  color: rgba(255,255,255,.3);
}
.ns-heritage__playpause {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--orange-2,#FF8642);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.ns-heritage__counter {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 900px) {
  .ns-fp-editorial__grid {
    grid-template-columns: 1fr;
  }
  .ns-heritage {
    grid-template-columns: 110px 1fr;
    gap: 16px;
    min-height: 540px;
  }
  .ns-heritage__line-bg,
  .ns-heritage__line-fill {
    left: 32px;
  }
  .ns-heritage__ydot {
    margin-left: 27px;
  }
  .ns-heritage__year-btn.is-active .ns-heritage__ytext {
    font-size: 20px;
  }
  .ns-heritage__ytext {
    font-size: 14px;
  }
}

/* ══════════════════════════════════════════════
   INGREDIENTS
══════════════════════════════════════════════ */
.ns-fp-ingredients {
  padding: clamp(56px, 8vw, 96px) clamp(16px, 3vw, 32px);
}

.ns-fp-ingredients__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.ns-fp-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 24px);
}

.ns-fp-ing-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.ns-fp-ing-card__visual {
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
}

.ns-fp-ing-card__num {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--display);
  font-style: italic;
}

.ns-fp-ing-card__stat-box {
  background: rgba(15,11,8,.85);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 10px 14px;
  text-align: right;
  border: 1px solid rgba(196,154,74,.25);
}

.ns-fp-ing-card__body {
  padding: clamp(18px, 2vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Cert strip */
.ns-fp-cert-strip {
  margin-top: clamp(20px, 3vw, 32px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.ns-fp-cert-strip__item {
  padding: clamp(14px, 2vw, 22px) clamp(14px, 2vw, 26px);
  display: flex;
  align-items: center;
  gap: 12px;
}

.ns-fp-cert-strip__item:not(:last-child) {
  border-right: 1px solid var(--line);
}

@media (max-width: 1024px) {
  .ns-fp-ingredients__grid {
    grid-template-columns: 1fr;
  }
  .ns-fp-ingredients__head {
    grid-template-columns: 1fr;
  }
  .ns-fp-cert-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .ns-fp-cert-strip__item:nth-child(2) {
    border-right: none;
  }
  .ns-fp-cert-strip__item:nth-child(1),
  .ns-fp-cert-strip__item:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .ns-fp-cert-strip__item:nth-child(3) {
    border-right: 1px solid var(--line);
  }
}

/* ══════════════════════════════════════════════
   REVIEWS
══════════════════════════════════════════════ */
.ns-fp-reviews {
  padding: clamp(56px, 8vw, 96px) clamp(16px, 3vw, 32px);
}

.ns-fp-reviews__head {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 32px);
  margin-bottom: clamp(28px, 5vw, 48px);
  flex-wrap: wrap;
  justify-content: space-between;
}

.ns-fp-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ns-fp-review-card {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

@media (max-width: 900px) {
  .ns-fp-reviews__grid {
    grid-template-columns: 1fr;
  }
  .ns-fp-reviews__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ══════════════════════════════════════════════
   NEWSLETTER CTA
══════════════════════════════════════════════ */
.ns-fp-newsletter {
  /* Ciemniejszy odcień --ink, spójny z footerem */
  background: #0E0B08;
  color: #fff;
  position: relative;
  overflow: visible;
}

/* wrapper = ten sam kontener co inne sekcje — max-width 1280px + auto margin */
.ns-fp-newsletter__wrap {
  width: 100%;
}

.ns-fp-newsletter__inner {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: clamp(500px, 52vw, 660px);
  width: 100%;
}

/* ══ NEWSLETTER ARTWORK — nowa implementacja z orbitalną animacją ══ */
.ns-fp-newsletter__artwork {
  /* Subtelny radial — ciemniejszy środek, wtapia się w ciemne tło */
  background: radial-gradient(ellipse at 40% 50%, #1e1108 0%, #0E0B08 70%);
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: visible;   /* bąble mogą wystawać poza artwork */
  min-height: 520px;
}


/* Diagonalne paski tła */
.ns-nwl-stripes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.ns-nwl-stripe {
  position: absolute;
  left: -20%;
  right: -20%;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  color: rgba(255,255,255,.04);
  white-space: nowrap;
  letter-spacing: .02em;
  transform: rotate(-12deg);
  animation: nsNwlStripe 34s linear infinite;
}
@keyframes nsNwlStripe {
  from { transform: translateX(0) rotate(-12deg); }
  to   { transform: translateX(-50%) rotate(-12deg); }
}

/* Eyebrow badge */
.ns-nwl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--orange-2);
  text-transform: uppercase;
  padding: 6px 12px;
  background: rgba(232,109,49,.10);
  border: 1px solid rgba(232,109,49,.22);
  border-radius: var(--r-pill);
  width: fit-content;
  position: relative;
  z-index: 5;
}
.ns-nwl-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-2);
  animation: nsPulseDot 1.4s ease-in-out infinite;
  display: inline-block;
}

/* Orbit stage — centralny element */
.ns-nwl-orbit-stage {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  min-height: 380px;
  overflow: visible;
}

/* Pierścienie */
.ns-nwl-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ns-nwl-ring--1 {
  width: 240px; height: 240px;
  border: 1px solid rgba(255,255,255,.06);
}
.ns-nwl-ring--2 {
  width: 320px; height: 320px;
  border: 1px solid rgba(255,255,255,.04);
}
.ns-nwl-ring--3 {
  width: 390px; height: 390px;
  border: 1px dashed rgba(232,109,49,.2);
  animation: nsNwlRingSpin 48s linear infinite;
}
@keyframes nsNwlRingSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Watermark monogram */
.ns-nwl-watermark {
  position: absolute;
  opacity: .045;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Poświata pod butelką */
.ns-nwl-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,109,49,.3) 0%, transparent 65%);
  filter: blur(24px);
  animation: nsGlowPulse 3.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes nsGlowPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50%       { opacity: 1;  transform: scale(1.15); }
}

/* Centralna butelka */
.ns-nwl-bottle {
  position: relative;
  z-index: 4;
  animation: nsBottleFloat 7s ease-in-out infinite;
  /* Bez filter na wrapperze, bo izoluje mix-blend-mode obrazka i zostawia białe tło. */
  filter: none;
  background: transparent;
}
.ns-nwl-bottle img {
  display: block;
  width: 130px;
  height: auto;
  object-fit: contain;
  /* Tło usuwamy po stronie PHP do transparentnego PNG; blend nie jest już potrzebny. */
  mix-blend-mode: normal !important;
  background: transparent !important;
  filter: drop-shadow(0 20px 36px rgba(0,0,0,.7));
}
@keyframes nsBottleFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

/* Bąble składników — orbitalne */
.ns-nwl-ing {
  position: absolute;
  left: 50%; top: 50%;
  z-index: 5;
  pointer-events: none;
}

/* __float: label + bąbel jako jeden element — animują razem */
.ns-nwl-ing__float {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  /* Centruj na punkcie orbity */
  transform: translate(-50%, -50%);
  animation: nsIngFloat0 4.4s ease-in-out infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

/* Nazwa składnika — nad bąblem */
.ns-nwl-ing__label {
  background: rgba(14,11,8,.85);
  backdrop-filter: blur(6px);
  padding: 3px 9px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.12);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  white-space: nowrap;
  order: 0;   /* label pierwsza → nad bąblem */
}

.ns-nwl-ing__bubble {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  order: 1;   /* bąbel drugi → pod labelem */
  flex-shrink: 0;
}
.ns-nwl-ing__short {
  font-family: var(--display);
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: .02em;
  position: relative;
  z-index: 2;
}
.ns-nwl-ing__shine {
  position: absolute;
  top: 15%; left: 18%;
  width: 30%; height: 30%;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  filter: blur(2px);
}
@keyframes nsIngFloat0 {
  0%, 100% { transform: translate(-50%,-50%) translateY(0); }
  50%       { transform: translate(-50%,-50%) translateY(-8px); }
}
@keyframes nsIngFloat1 {
  0%, 100% { transform: translate(-50%,-50%) translateY(0); }
  50%       { transform: translate(-50%,-50%) translateY(8px); }
}
@keyframes nsIngFloat2 {
  0%, 100% { transform: translate(-50%,-50%) translateY(-4px) rotate(-3deg); }
  50%       { transform: translate(-50%,-50%) translateY(4px) rotate(3deg); }
}

/* Cząsteczki */
.ns-nwl-particle {
  position: absolute;
  left: 50%; top: 50%;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--orange-2);
  opacity: .55;
  box-shadow: 0 0 8px rgba(232,109,49,.6);
  animation: nsIngFloat0 2.4s ease-in-out infinite;
}

/* Rotujący tekst badge */
.ns-nwl-badge-rotate {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% + 100px);
  animation: nsNwlRingSpin 22s linear infinite;
  pointer-events: none;
  opacity: .85;
}

/* Bottom stats */
.ns-nwl-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  background: rgba(0,0,0,.38);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: clamp(12px, 2vw, 16px) clamp(12px, 2vw, 18px);
  position: relative;
  z-index: 4;
}
.ns-nwl-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.ns-nwl-stat:first-child {
  padding-left: 0;
  border-left: 0;
}
.ns-nwl-stat__val {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-style: italic;
  letter-spacing: -.02em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ns-nwl-stat__dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--orange-2);
  animation: nsPulseDot 1.6s ease-in-out infinite;
  display: inline-block;
}
.ns-nwl-stat__lbl {
  font-size: clamp(7.5px, 0.8vw, 9.5px);
  color: rgba(255,255,255,.55);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Prawa: form */
.ns-fp-newsletter__form-col {
  padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ns-fp-newsletter__form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 480px;
}

.ns-fp-newsletter__input {
  height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-family: var(--sans);
  font-size: 14.5px;
  outline: none;
  border: 1px solid rgba(255,255,255,.2);
}

.ns-fp-newsletter__input::placeholder {
  color: rgba(255,255,255,.45);
}

.ns-fp-newsletter__input:focus {
  border-color: var(--orange-2);
  background: rgba(255,255,255,.15);
}

.ns-fp-newsletter__form-col .wpforms-container {
  width: 100%;
  max-width: 560px;
  margin: 0 !important;
}

.ns-fp-newsletter__form-col .wpforms-container-full {
  margin: 0 !important;
}

.ns-fp-newsletter__form-col .wpforms-form {
  display: block !important;
  margin: 0;
  width: 100%;
}

.ns-fp-newsletter__form-col .wpforms-field-container {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.ns-fp-newsletter__form-col .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.ns-fp-newsletter__form-col .wpforms-field-label,
.ns-fp-newsletter__form-col .wpforms-field-sublabel {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.ns-fp-newsletter__form-col .wpforms-field-row,
.ns-fp-newsletter__form-col .wpforms-field-row-block {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ns-fp-newsletter__form-col .wpforms-one-half,
.ns-fp-newsletter__form-col .wpforms-first {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ns-fp-newsletter__form-col .wpforms-field input[type="text"],
.ns-fp-newsletter__form-col .wpforms-field input[type="email"],
.ns-fp-newsletter__form-col .wpforms-field input[type="name"] {
  width: 100% !important;
  max-width: none !important;
  height: 56px !important;
  padding: 0 22px !important;
  border-radius: var(--r-pill, 999px) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.98) !important;
  color: var(--ink, #15110d) !important;
  font-family: var(--sans) !important;
  font-size: 14.5px !important;
  box-shadow: none !important;
}

.ns-fp-newsletter__form-col .wpforms-field input::placeholder {
  color: rgba(21,17,13,.48) !important;
}

.ns-fp-newsletter__form-col .wpforms-field input:focus {
  border-color: var(--orange-2) !important;
  outline: 2px solid rgba(232,109,49,.22) !important;
  outline-offset: 1px !important;
}

.ns-fp-newsletter__form-col .wpforms-submit-container {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.ns-fp-newsletter__form-col button.wpforms-submit {
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: var(--r-pill, 999px) !important;
  background: var(--orange, #e86d31) !important;
  color: #fff !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 16px 32px rgba(232,109,49,.22) !important;
}

.ns-fp-newsletter__form-col button.wpforms-submit:hover,
.ns-fp-newsletter__form-col button.wpforms-submit:focus {
  background: var(--orange-2, #ff7b3a) !important;
  color: #fff !important;
}

.ns-fp-newsletter__form-col .wpforms-confirmation-container-full,
.ns-fp-newsletter__form-col .wpforms-error-container {
  width: 100%;
  max-width: 560px;
  border-radius: 18px;
}

@media (max-width: 900px) {
  .ns-fp-newsletter__inner {
    grid-template-columns: 1fr;
  }
  .ns-fp-newsletter__artwork {
    min-height: 460px;
  }
  .ns-nwl-orbit-stage {
    min-height: 280px;
  }
  .ns-nwl-ring--1 { width: 180px; height: 180px; }
  .ns-nwl-ring--2 { width: 240px; height: 240px; }
  .ns-nwl-ring--3 { width: 300px; height: 300px; }
  .ns-nwl-bottle img { width: 100px; }
  .ns-nwl-badge-rotate { display: none; }
  .ns-fp-newsletter__form-row {
    grid-template-columns: 1fr;
  }
  .ns-fp-newsletter__form-col .wpforms-field-container {
    grid-template-columns: 1fr;
  }
}
