/* =============================================
   Legal pages - Privacy, Terms, Licensing
   Shared styling; loads AFTER base.css. Class prefix: .op-legal-*
   Used by /privacy-policy/, /terms-of-use/, /license-terms/.
============================================= */

/* Dark header band — also gives the white site nav a dark backdrop */
.op-legal-hero {
  position: relative;
  background: var(--color-black);
  padding: 200px 24px 90px;
  text-align: center;
}
.op-legal-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 28px;
  display: block;
}
.op-legal-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
}
.op-legal-hero__meta {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 232, 0.65);
  margin-top: 30px;
}

/* Document body */
.op-legal {
  background: var(--color-ivory);
  padding: 90px 24px 120px;
}
.op-legal__inner {
  max-width: 720px;
  margin: 0 auto;
}
.op-legal__lead {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--color-dark);
  margin: 0 0 22px;
}
.op-legal h2 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin: 0 0 22px;
  padding-top: 48px;
  margin-top: 34px;
  border-top: 1px solid rgba(13, 11, 8, 0.12);
}
.op-legal h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.op-legal h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-dark);
  margin: 32px 0 14px;
}
.op-legal p {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--color-dark);
  margin: 0 0 22px;
}
.op-legal p strong { font-weight: 600; }
.op-legal ul {
  margin: 0 0 22px;
  padding-left: 24px;
}
.op-legal li {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--color-dark);
  margin-bottom: 12px;
}
.op-legal a {
  color: var(--color-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.op-legal__contact {
  margin-top: 34px;
  padding-top: 48px;
  border-top: 1px solid rgba(13, 11, 8, 0.12);
}
.op-legal__effective {
  margin-top: 8px;
  font-style: italic;
  color: rgba(13, 11, 8, 0.6);
}

@media (max-width: 768px) {
  .op-legal-hero { padding: 150px 22px 70px; }
  .op-legal { padding: 64px 22px 90px; }
}
