/* Privacy Policy page styles */
/* Page ends on --cream (subfooter) → iOS bottom overscroll cream, overriding the
   dark footer color set on <html> in styles.css. */
html { background-color: var(--cream); }

.pp { container: pppage / inline-size; background: var(--cream); color: var(--graphite); min-height: 100%; position: relative; }

/* header/footer are shared partials — see .lz-subhead / .lz-subfoot in styles.css */

/* ---- hero ---- */
.pp-hero { text-align: center; padding: 48px 22px 4px; }
.pp-hero .lz-eyebrow { justify-content: center; }
.pp-hero h1 { font-family: var(--serif); font-weight: 500; font-size: 40px; line-height: 1.04; letter-spacing: -.01em; margin: 0 0 14px; }
.pp-hero h1 em { font-style: italic; color: var(--sage); }
.pp-hero__meta { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-faint); background: var(--paper); border: 1px solid var(--line-soft); padding: 7px 14px; border-radius: var(--radius-pill); }
.pp-hero__meta svg { width: 14px; height: 14px; color: var(--sage); }

/* ---- body layout ---- */
.pp-wrap { max-width: 1080px; margin: 0 auto; padding: 36px 22px 120px; }
.pp-grid { display: block; }

/* table of contents */
.pp-toc { margin: 0 0 30px; }
.pp-toc__title { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin: 0 0 14px; }
.pp-toc ol { list-style: none; counter-reset: toc; margin: 0; padding: 0; display: grid; gap: 2px; }
.pp-toc li { counter-increment: toc; }
.pp-toc a {
  display: flex; align-items: baseline; gap: 11px; padding: 9px 12px; border-radius: 10px;
  font-size: 14px; font-weight: 500; color: var(--ink-soft); transition: background .18s, color .18s;
}
.pp-toc a::before { content: counter(toc, decimal-leading-zero); font-family: var(--serif); font-weight: 600; font-size: 12.5px; color: var(--sage); flex: none; }
.pp-toc a:hover { background: var(--paper); color: var(--graphite); }

/* article */
.pp-doc { min-width: 0; }
.pp-intro {
  font-size: 16px; font-weight: 300; line-height: 1.7; color: var(--ink-soft);
  padding: 22px 24px; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: 16px; margin: 0 0 14px;
}
.pp-fill {
  display: flex; align-items: flex-start; gap: 11px; font-size: 13px; line-height: 1.6; color: var(--sage-deep);
  background: var(--sage-tint); border-radius: 12px; padding: 13px 16px; margin: 0 0 38px;
}
.pp-fill svg { width: 17px; height: 17px; flex: none; margin-top: 1px; }
.pp-fill code { font-family: var(--sans); font-weight: 700; background: rgba(255,255,255,.6); padding: 1px 6px; border-radius: 5px; }

.pp-sec { margin: 0 0 34px; scroll-margin-top: 86px; }
.pp-sec__head { display: flex; align-items: center; gap: 14px; margin: 0 0 14px; }
.pp-sec__n { flex: none; width: 38px; height: 38px; border-radius: 10px; background: var(--sage-tint); color: var(--sage-deep); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 16px; }
.pp-sec h2 { font-family: var(--serif); font-weight: 600; font-size: 23px; letter-spacing: -.01em; margin: 0; line-height: 1.15; }
.pp-sec p { font-size: 15px; font-weight: 300; line-height: 1.74; color: var(--ink); margin: 0 0 12px; }
.pp-sec p:last-child { margin-bottom: 0; }
.pp-sec a.pp-link { color: var(--sage-deep); font-weight: 500; text-decoration: underline; text-decoration-color: var(--sage-soft); text-underline-offset: 2px; }
.pp-sec ul { margin: 4px 0 14px; padding: 0; list-style: none; display: grid; gap: 9px; }
.pp-sec ul li { position: relative; padding-left: 24px; font-size: 14.5px; font-weight: 300; line-height: 1.62; color: var(--ink); }
.pp-sec ul li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.pp-sec ul li b { font-weight: 600; color: var(--graphite); }
.pp-ph { font-weight: 600; color: var(--sage-deep); background: var(--sage-tint); padding: 0 6px; border-radius: 5px; }

/* rights cards */
.pp-rights { display: grid; gap: 10px; margin: 6px 0 4px; }
.pp-rights__item { display: flex; gap: 13px; padding: 15px 16px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 13px; }
.pp-rights__ic { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--sage-tint); color: var(--sage-deep); display: grid; place-items: center; }
.pp-rights__ic svg { width: 18px; height: 18px; }
.pp-rights__item b { display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 2px; }
.pp-rights__item span { font-size: 13px; font-weight: 300; color: var(--ink-soft); line-height: 1.55; }

/* contact block */
.pp-contact { margin-top: 8px; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 16px; padding: 22px 24px; }
.pp-contact h3 { font-family: var(--serif); font-weight: 600; font-size: 18px; margin: 0 0 12px; }
.pp-contact dl { display: grid; gap: 9px; margin: 0; }
.pp-contact .row { display: flex; gap: 10px; font-size: 14px; }
.pp-contact dt { color: var(--ink-faint); min-width: 116px; font-weight: 500; }
.pp-contact dd { margin: 0; color: var(--graphite); font-weight: 500; }

@container pppage (min-width: 820px) {
  .pp-hero { padding: 64px 44px 4px; }
  .pp-hero h1 { font-size: 56px; }
  .pp-wrap { padding: 44px 44px 130px; }
  .pp-grid { display: grid; grid-template-columns: 248px 1fr; gap: 52px; align-items: start; }
  .pp-toc { position: sticky; top: 90px; margin: 0; }
  .pp-sec h2 { font-size: 25px; }
}
