/* ============================================================
   POLICY PAGE STYLES
   Shared by /how-this-works, /policies/*, /accessibility.
   Single-column, text-forward. No imagery.
   Loaded IN ADDITION to tokens.css.
   ============================================================ */

html, body { background: #F7F5EF; }

.policy-page {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(60px, 10vh, 100px) clamp(20px, 5vw, 32px) clamp(80px, 12vh, 140px);
}

.policy-page .breadcrumb {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 24px;
}
/* Breadcrumb links: sitewide .breadcrumb a rule in tokens.css (ink-3, underline
   on hover only). The old rule here was higher-specificity and set
   text-decoration:none, which suppressed the shared hover underline. */
.policy-page .breadcrumb .sep { padding: 0 8px; opacity: .5; }

.policy-page h1 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.028em;
  line-height: 1.02;
  margin: 0 0 12px;
  color: var(--ink);
  text-wrap: pretty;
}
.policy-page .effective {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hairline);
}
.policy-page .effective b { color: var(--ink); font-weight: 500; }

/* h2 — the sitewide moss dash-eyebrow, not a display serif.
   HARMONIZATION (approved): these were clamp(22px,2.4vw,28px) display serif,
   which meant a section header on a policy page looked like a different KIND of
   object than the identical-function header on Options and Q&A. The tokens file
   states the rule outright — "moss dash-eyebrow only, NO display-serif h2s" —
   and these pages were the main violation. Same 12px mono / 0.16em / moss /
   32px dash as .eyebrow, so all four now read as one system.

   The generous top margin stays: these are long legal documents and the space
   is what makes the sections findable when scanning. */
.policy-page h2 {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss);
  font-weight: 500;
  line-height: 1.2;
  margin: 48px 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.policy-page h2::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  flex-shrink: 0;
}
.policy-page h2:first-child { margin-top: 0; }
/* h3 stays 11px mono but must not now collide with the h2 it sits under, which
   is 12px mono. It is distinguished by three things at once: no dash, ink-3
   rather than moss, and a wider tracking. That is enough structural difference
   without introducing a fourth type kind onto the page. */
.policy-page h3 {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  margin: 28px 0 8px;
}
.policy-page p {
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 16px;
  text-wrap: pretty;
}
/* strong/b: sitewide EMPHASIS block in tokens.css (italic, not bold). */
/* Links: sitewide TEXT LINKS block in tokens.css. The old rule here hovered to
   --ink (near-black), which read as "link turns into body text" rather than as
   emphasis; the shared system darkens to --oxide and solidifies the underline. */

.policy-page ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.policy-page ul li {
  padding: 8px 0 8px 22px;
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  position: relative;
}
.policy-page ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--ink-3);
}
/* strong/b in lists: sitewide EMPHASIS block in tokens.css. */

.policy-page .callout {
  padding: 20px 24px;
  background: var(--bone-2);
  border: 1px solid var(--hairline);
  border-radius: var(--r-card);
  margin: 24px 0;
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
}
.policy-page .callout b {
  display: block;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 8px;
}

.policy-page .contact-block {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  font-family: var(--f-mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.policy-page .contact-block a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); }

.policy-page .allcaps-legal {
  font-family: var(--f-sans);
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}

/* Clean-page signal — used by editorial pages (Ecology, Consciousness, Resources).
   Not part of policy pages themselves. Included here so it's easy to inject site-wide. */
.clean-signal {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 8px 12px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-inner);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.clean-signal::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--moss);
  border-radius: 50%;
  display: inline-block;
}

/* Disclosure card — the policy column has its own gutters via .policy-page, so
   the standalone card resets the sitewide left-gutter offset and aligns to the
   text column instead. */
.policy-page .disclosure-card--standalone {
  margin: 28px 0 40px;
  max-width: 280px;
}
