/* ─────────────────────────────────────────────────────────────
   Joanna Summers — Privacy Policy
   Page-specific layout only. The shared chrome (BACP banner, brand
   header, primary nav, footer) and the base reset live in style.css.
   ───────────────────────────────────────────────────────────── */

.content {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 6vw, 3rem);
}

.updated {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 3rem;
  display: block;
}

.policy-section {
  margin-bottom: 3rem;
}

.policy-section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--slate);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(215 190 157 / 30%);
}

.policy-section p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--mid);
  margin-bottom: 1rem;
}

.policy-section ul {
  margin: 0.5rem 0 1rem 1.5rem;
}

.policy-section ul li {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--mid);
  margin-bottom: 0.4rem;
}

.contact-box {
  background: var(--white);
  padding: 1.5rem 2rem;
  border-left: 2px solid var(--sand);
  margin-top: 1rem;
}

.contact-box p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 0.3rem;
}

.contact-box a {
  color: var(--accent);
  text-decoration: none;
}


/* Links in the contact boxes sit alone on their own line, so they are
   standalone targets rather than inline text — pad to clear 24px. */
.contact-box a {
  display: inline-block;
  padding-block: 0.15rem;
}
