.privacy-policy { width: min(100% - 48px, 800px); margin: 38px auto 96px; }
.privacy-header { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.privacy-brand { margin-bottom: 17px; color: var(--teal-700); font-size: .8rem; font-weight: 700; letter-spacing: .14em; }
.privacy-brand::before { display: inline-block; width: 25px; height: 2px; margin-right: 12px; vertical-align: middle; content: ""; background: currentColor; }
.privacy-header h1 { margin-bottom: 20px; font-size: clamp(2.2rem, 4.5vw, 3.35rem); letter-spacing: .02em; }
.privacy-date { margin-bottom: 26px; color: var(--muted); font-size: .78rem; }
.privacy-intro { margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.95; }
.privacy-body { color: #53636b; font-size: .94rem; line-height: 2; }
.privacy-body section { margin-top: 34px; }
.privacy-body h2 { margin-bottom: 16px; color: var(--ink); font-size: 1.18rem; line-height: 1.5; }
.privacy-body p { margin-bottom: 16px; }
.privacy-contact { display: grid; grid-template-columns: 1fr auto; margin-top: 36px; padding: 26px 28px; gap: 10px 28px; background: var(--surface-ivory); border-left: 2px solid var(--teal-700); }
.privacy-contact > div { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; }
.privacy-contact span { color: var(--muted); font-size: .8rem; }
.privacy-contact a[href^="tel:"] { color: var(--ink); font-size: 1.18rem; font-weight: 700; }
.privacy-contact p { grid-column: 1; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.9; }
.privacy-contact .text-link { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: .84rem; white-space: nowrap; }
@media (max-width: 600px) {
  .privacy-policy { width: calc(100% - 40px); margin-top: 24px; margin-bottom: 60px; }
  .privacy-header { padding-bottom: 24px; }
  .privacy-date { margin-bottom: 20px; }
  .privacy-body section { margin-top: 28px; }
  .privacy-contact { grid-template-columns: 1fr; padding: 22px 20px; }
  .privacy-contact .text-link { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 5px; }
}
