/* ─── Wrapper ─────────────────────────────────────────────── */
.legal-page-template {
  position: relative;
  z-index: 2;
  background-color: #000;
}

/* ─── Hide global GSAP logo, show our own header logo ───────── */
.page-template-template-legal-page .fixed {
  display: none;
}

/* ─── Logo header ─────────────────────────────────────────── */
.legal-page__header {
  padding: 1.75rem 0;
  text-align: center;
}

.legal-page__logo-link {
  display: inline-block;
  line-height: 0;
}

.legal-page__logo {
  display: inline-block;
  height: 1.25rem;
  width: auto;
}

/* ─── Article padding ─────────────────────────────────────── */
.legal-page {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #000;
}

/* ─── Hero ────────────────────────────────────────────────── */
.legal-page__hero {
  margin-bottom: 5rem;
}

.legal-page__hero-inner {
  max-width: 60rem;
}

/* "LEGAL" — matches .title-little on contact page */
.legal-page__eyebrow {
  margin: 0 0 1.5rem;
  color: #707070;
  font-family: 'DM Sans', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}

/* Page title — matches .contact__primo_blocco .title */
.legal-page__title {
  margin: 0;
  max-width: 20ch;
  color: #fff;
  font-family: 'DM Sans', serif;
  font-size: clamp(3rem, 8.33vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.legal-page__intro {
  margin-top: 2rem;
  max-width: 42rem;
}

.legal-page__intro p {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
}

/* ─── Content layout ──────────────────────────────────────── */
.legal-page__content-section {
  width: 100%;
}

.legal-page__content {
  max-width: 46rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* ─── Section headings — matches .title-form on contact page ─ */
.legal-page__content h2 {
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'DM Sans', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 26px;
  text-transform: uppercase;
}

.legal-page__content h2:first-child {
  margin-top: 0;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Sub-headings — like form labels */
.legal-page__content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-family: 'DM Sans', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}

.legal-page__content h4,
.legal-page__content h5,
.legal-page__content h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #707070;
  font-family: 'DM Sans', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
}

/* ─── Body text — matches contact subdued secondary ──────── */
.legal-page__content p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #b0b0b0;
  font-family: 'DM Sans', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: none;
  max-width: 70ch;
}

.legal-page__content p:last-child {
  margin-bottom: 0;
}

/* ─── Lists ───────────────────────────────────────────────── */
.legal-page__content ul,
.legal-page__content ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1rem;
}

.legal-page__content li {
  color: #b0b0b0;
  font-family: 'DM Sans', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.legal-page__content li + li {
  margin-top: 0.4rem;
}

/* ─── Links ───────────────────────────────────────────────── */
.legal-page__content a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.18em;
  transition: text-decoration-color 0.2s ease;
}

.legal-page__content a:hover,
.legal-page__content a:focus {
  text-decoration-color: #fff;
}

/* ─── Strong ─ white, 600 ─────────────────────────────────── */
.legal-page__content strong,
.legal-page__content b {
  color: #fff;
  font-weight: 600;
}

/* ─── Inline code — label style ──────────────────────────── */
.legal-page__content code {
  color: #b0b0b0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── Tables ─────────────────────────────────────────────── */
.legal-page__content table {
  width: 100%;
  margin: 2rem 0 2.5rem;
  border-collapse: collapse;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-page__content th {
  padding: 0.75rem 1.25rem;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-left: none;
  color: #606060;
  font-family: 'DM Sans', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}

.legal-page__content td {
  padding: 1rem 1.25rem;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: none;
  color: #b0b0b0;
  font-family: 'DM Sans', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.legal-page__content tr:last-child td {
  border-bottom: none;
}

.legal-page__content td:first-child {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 14rem;
}

/* ─── HR ──────────────────────────────────────────────────── */
.legal-page__content hr {
  margin: 3rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ─── Blockquote — background tint, no side stripe ──────── */
.legal-page__content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
}

.legal-page__content blockquote p {
  color: #a0a0a0;
}

/* ─── Last updated line ───────────────────────────────────── */
.legal-page__content p:last-of-type strong:only-child {
  color: #707070;
  font-weight: 400;
}

/* ─── Pagination ──────────────────────────────────────────── */
.legal-page__pagination {
  margin-top: 3rem;
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-page__pagination a,
.legal-page__pagination .post-page-numbers {
  margin-left: 0.5rem;
  color: #fff;
}

/* ─── Responsive ──────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  .legal-page__header {
    padding: 1.25rem 0;
  }

  .legal-page {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .legal-page__hero {
    margin-bottom: 3.5rem;
  }

  .legal-page__eyebrow {
    font-size: 14px;
    line-height: 18px;
  }

  .legal-page__content h2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3rem;
  }

  .legal-page__content h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .legal-page__content p,
  .legal-page__content li {
    font-size: 14px;
    line-height: 1.7;
  }

  .legal-page__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
