main.legal {
  padding-top: 48px;
  max-width: 640px;
}

/* Section label with rule line */
.legal .section-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal .section-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--taupe);
}

/* Page title — large editorial serif */
.legal h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
}

/* Section headings */
.legal h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 400;
  color: var(--walnut);
  margin-bottom: 8px;
}

/* Body text */
.legal p, .legal li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--taupe);
}

.legal p { margin-bottom: 14px; }

/* Links — thread-red underline as the one red element */
.legal a {
  color: var(--walnut);
  text-decoration: underline;
  text-decoration-color: var(--thread-red);
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.legal a:hover { color: var(--thread-red); }

/* Dividers */
.legal .divider {
  border: 0;
  border-top: 1px solid var(--linen-dark);
  margin: 28px 0;
  opacity: 0.5;
}

/* Updated date */
.legal .updated {
  font-size: 13px;
  color: var(--taupe);
  margin-bottom: 24px;
}

/* Pull quote — thread-red border */
.legal .pull-quote {
  margin: 28px 0 32px;
  padding: 20px 24px;
  border-left: 3px solid var(--thread-red);
}

.legal .pull-quote p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  line-height: 1.5;
  color: var(--walnut);
  margin-bottom: 0;
}

/* Content sections */
.legal .section {
  margin: 24px 0;
}

/* FAQ items */
.legal .faq-item {
  margin: 24px 0;
}

.legal .faq-item p {
  margin-bottom: 0;
}

/* Contact box */
.legal .contact-box {
  margin-top: 36px;
  padding: 24px;
  background: var(--linen);
  border-radius: 8px;
  border-left: 3px solid var(--thread-red);
}

.legal .contact-box p {
  color: var(--walnut);
  margin-bottom: 0;
}
