:root {
  color: #303832;
  background: #faf5ef;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html { scroll-padding-top: 5.5rem; }

body {
  margin: 0;
  min-width: 20rem;
  background: #faf5ef;
  font-size: 1rem;
  line-height: 1.7;
}

a { color: #34443a; text-underline-offset: 0.2em; }

a:focus-visible {
  outline: 3px solid #765b54;
  outline-offset: 4px;
}

.container { width: min(calc(100% - 2.5rem), 48rem); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #303832;
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  border-bottom: 1px solid rgba(48, 56, 50, 0.14);
  background: rgba(250, 245, 239, 0.94);
}

.header-content, .site-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-content { min-height: 5rem; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #303832;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 600;
  text-decoration: none;
}

.brand img { width: 3rem; height: 3rem; border-radius: 50%; }
.back-link { font-weight: 700; }

.policy { padding-block: clamp(3rem, 9vw, 7rem); }
.policy h1, .policy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.035em; line-height: 1.08; }
.policy h1 { max-width: 12ch; margin: 0 0 1.5rem; font-size: clamp(3rem, 8vw, 5.6rem); }
.policy h2 { margin: 0 0 0.9rem; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.policy section { margin-top: 3.5rem; }
.policy p, .policy li { color: #48514a; }
.policy ul { padding-left: 1.25rem; }
.lead { max-width: 42rem; font-size: clamp(1.1rem, 2.5vw, 1.35rem); }
.updated { display: inline-block; padding: 0.65rem 0.9rem; border-radius: 0.55rem; background: #f2ebe3; }
.eyebrow { margin: 0 0 0.85rem; color: #765b54; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }

.site-footer { padding: 1.5rem 0; border-top: 1px solid rgba(48, 56, 50, 0.14); color: #59625c; font-size: 0.9rem; }

@media (max-width: 32rem) {
  .container { width: min(calc(100% - 1.5rem), 48rem); }
  .header-content, .site-footer > div { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
}
