/* ── Strony prawne — Nuggela & Sulé (3 kolumny jak design) ─ */

.ns-legal {
  background: var(--paper, #faf8f5);
  color: var(--ink, #15110d);
  padding-bottom: 80px;
}

.ns-legal__shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 900px) {
  .ns-legal__shell {
    padding: 0 32px;
  }
}

/* Breadcrumbs — wspólne z kontaktem */
.ns-legal .ns-crumbs,
.ns-contact .ns-crumbs {
  padding: 20px 0 0;
}

.ns-crumbs__list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: none;
}

.ns-crumbs__item {
  display: inline-flex !important;
  align-items: center;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ns-crumbs__item::before,
.ns-crumbs__item::marker {
  display: none !important;
  content: none !important;
}

.ns-crumbs__link,
.ns-crumbs__current {
  font-size: 12px;
  line-height: 1.4;
}

.ns-crumbs__link {
  color: var(--muted, #6b6560);
  text-decoration: none;
}

.ns-crumbs__link:hover {
  color: var(--ink, #15110d);
}

.ns-crumbs__current {
  color: var(--ink, #15110d);
}

.ns-crumbs__sep {
  margin: 0 6px;
  color: var(--muted, #6b6560);
  opacity: 0.45;
  font-size: 12px;
  user-select: none;
}

/* Hero */
.ns-legal__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--line, #e8e4df);
}

@media (min-width: 900px) {
  .ns-legal__hero {
    padding: 32px 0 28px;
  }
}

.ns-legal__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 820px;
}

.ns-legal__lead {
  margin: 14px 0 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted, #6b6560);
}

@media (min-width: 900px) {
  .ns-legal__lead {
    font-size: 16px;
  }
}

.ns-legal__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: var(--muted, #6b6560);
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .ns-legal__meta {
    align-items: flex-end;
    text-align: right;
    min-width: 180px;
  }
}

.ns-legal__meta-row strong {
  color: var(--ink, #15110d);
  font-weight: 600;
}

.ns-legal__pdf {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--orange-deep, #c45a20);
  text-decoration: none;
  margin-top: 4px;
}

.ns-legal__pdf:hover {
  text-decoration: underline;
}

/* 3-column layout: sidebar | article | TOC */
.ns-legal__layout {
  display: grid;
  gap: 24px;
  padding: 24px 0 0;
  align-items: start;
}

@media (min-width: 900px) {
  .ns-legal__layout {
    grid-template-columns: 260px minmax(0, 1fr) 240px;
    gap: 48px;
    padding-top: 40px;
  }

  /* Bez spisu treści (np. Płatności) — 2 kolumny */
  .ns-legal__layout:not(:has(.ns-legal__toc)) {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

/* Sidebar */
.ns-legal__sidebar {
  display: none;
}

@media (min-width: 900px) {
  .ns-legal__sidebar {
    display: block;
    position: sticky;
    top: 96px;
  }
}

.ns-legal__sidebar-kicker {
  margin-bottom: 14px;
}

.ns-legal__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-legal__nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-legal__nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13.5px;
  color: var(--muted, #6b6560);
  font-weight: 400;
  margin-bottom: 4px;
  border: 1px solid transparent;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.ns-legal__nav-link:hover {
  color: var(--ink, #15110d);
}

.ns-legal__nav-link.is-active {
  color: var(--ink, #15110d);
  font-weight: 600;
  background: #fff;
  border-color: var(--line, #e8e4df);
}

.ns-legal__nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange, #e86d31);
  flex-shrink: 0;
}

.ns-legal__cta-box {
  margin-top: 24px;
  padding: 16px;
  background: var(--orange-tint, #fdf0e8);
  border: 1px solid var(--orange-soft, #f5d4bc);
  border-radius: 12px;
}

.ns-legal__cta-title {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--orange-deep, #c45a20);
  margin-bottom: 4px;
}

.ns-legal__cta-text {
  font-size: 12px;
  color: var(--ink-2, #3d3834);
  line-height: 1.5;
  margin: 0 0 10px;
}

.ns-legal__cta-link {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--orange-deep, #c45a20);
  text-decoration: none;
}

.ns-legal__cta-link:hover {
  text-decoration: underline;
}

/* Mobile doc switcher */
.ns-legal__mobile-nav {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .ns-legal__mobile-nav {
    display: none;
  }
}

.ns-legal__mobile-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line, #e8e4df);
  border-radius: 10px;
  background: var(--paper-2, #f3f0ec);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink, #15110d);
  font-family: var(--sans, 'Inter', sans-serif);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b6560' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.ns-legal__content-col {
  min-width: 0;
}

/* Article card */
.ns-legal__article {
  background: #fff;
  border: 1px solid var(--line, #e8e4df);
  border-radius: 18px;
  padding: 24px 20px;
  min-width: 0;
}

@media (min-width: 900px) {
  .ns-legal__article {
    padding: 44px 56px;
  }
}

/* Sekcje § z transformacji treści */
.ns-legal__section {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid var(--line, #e8e4df);
}

.ns-legal__section:first-child,
.ns-legal__article > .ns-legal__section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.ns-legal__section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;
}

.ns-legal__section-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--orange-deep, #c45a20);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.ns-legal__section-title {
  font-family: var(--serif, 'Fraunces', serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--ink, #15110d);
}

/* Legacy: wycentrowane § w treści (przed filtrem) */
.ns-legal__article p.has-text-align-center strong {
  font-family: var(--serif, 'Fraunces', serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink, #15110d);
}

.ns-legal__article h2,
.ns-legal__article h3 {
  font-family: var(--serif, 'Fraunces', serif);
  font-weight: 400;
  color: var(--ink, #15110d);
  margin-top: 2em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}

.ns-legal__article h2:first-child,
.ns-legal__article h3:first-child {
  margin-top: 0;
}

.ns-legal__article p,
.ns-legal__article li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-2, #3d3834);
}

.ns-legal__article > p:first-of-type {
  margin-top: 0;
}

.ns-legal__article ul,
.ns-legal__article ol {
  margin: 0 0 1.25em;
  padding-left: 1.35em;
}

.ns-legal__article a {
  color: var(--orange-deep, #c45a20);
}

.ns-legal__article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 13px;
}

.ns-legal__article th,
.ns-legal__article td {
  border: 1px solid var(--line, #e8e4df);
  padding: 10px 12px;
  text-align: left;
}

.ns-legal__footer-note {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--paper-2, #f3f0ec);
  border: 1px solid var(--line, #e8e4df);
  border-radius: 14px;
  font-size: 12.5px;
  color: var(--muted, #6b6560);
  line-height: 1.6;
}

/* TOC — prawa kolumna */
.ns-legal__toc {
  display: none;
}

@media (min-width: 900px) {
  .ns-legal__toc {
    display: block;
    position: sticky;
    top: 96px;
  }
}

.ns-legal__toc-kicker {
  margin-bottom: 14px;
}

.ns-legal__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--line, #e8e4df);
}

.ns-legal__toc-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-legal__toc-link {
  display: block;
  padding: 7px 14px;
  font-size: 12.5px;
  color: var(--muted, #6b6560);
  text-decoration: none;
  line-height: 1.4;
  border-left: 2px solid transparent;
  margin-left: -1px;
  font-weight: 400;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.ns-legal__toc-link:hover {
  color: var(--ink, #15110d);
}

.ns-legal__toc-link.is-active {
  color: var(--ink, #15110d);
  font-weight: 600;
  border-left-color: var(--orange, #e86d31);
}

.ns-legal__toc-num {
  font-variant-numeric: tabular-nums;
  color: var(--muted-2, #9a948d);
  margin-right: 6px;
}

.ns-legal__toc-link.is-active .ns-legal__toc-num {
  color: var(--muted, #6b6560);
}
