* { box-sizing: border-box; }
:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #262625; background: #f7f7f5; }
body { margin: 0; padding: clamp(20px, 3.5vw, 52px); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible { outline: 2px solid #575754; outline-offset: 6px; }
header, footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { font-size: 27px; letter-spacing: -1.4px; font-weight: 600; line-height: 1; }
.brand span { font-weight: 400; }
.brand:hover, .contact:hover { text-decoration: none; }
.contact { display: flex; align-items: center; gap: 14px; min-height: 44px; font-size: 14px; }
.contact span { display: inline-block; font-size: 21px; transition: transform 180ms ease; }
.contact:hover span { transform: translate(3px, -3px); }
.container { max-width: 760px; margin: 0 auto; }
.legal-content { padding: clamp(48px, 8vw, 100px) 0; overflow-wrap: anywhere; }
.back-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: #70706a; }
h1 { margin: 24px 0 16px; font-family: 'Iowan Old Style', 'Baskerville', 'Palatino Linotype', Georgia, serif; font-size: clamp(43px, 5.5vw, 72px); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }
.effective-date { margin-bottom: 40px; color: #70706a; font-size: 14px; }
h2 { border-top: 1px solid #dfdfd9; margin: 44px 0 16px; padding-top: 28px; font-size: 18px; font-weight: 600; line-height: 1.5; }
h3 { margin: 28px 0 12px; font-size: 16px; line-height: 1.5; }
p, li { font-size: 16px; color: #565650; }
p { margin: 0 0 16px; }
ul { margin: 0 0 16px; padding-left: 24px; }
li { margin-bottom: 8px; }
strong { font-weight: 600; color: #262625; }
.legal-content p a { text-decoration: underline; text-underline-offset: 3px; }
footer { border-top: 1px solid #dfdfd9; padding-top: 16px; color: #70706a; font-size: 12px; line-height: 1.5; }
.company { margin: 0; color: inherit; font-size: inherit; }
.company span { display: block; }
.legal-links { display: flex; flex-wrap: wrap; gap: 6px 24px; }
.legal-links a { display: inline-flex; min-height: 44px; align-items: center; }
.legal-links a[aria-current="page"] { color: #262625; }
@media (max-width: 650px) {
  body { padding: 18px 24px 22px; }
  .brand { font-size: 25px; }
  .contact { font-size: 12px; gap: 10px; }
  .legal-content { padding: 40px 0 60px; }
  h2 { font-size: 17px; }
  footer { gap: 12px; }
  .legal-links { max-width: 100px; justify-content: flex-end; gap: 0 14px; }
  .legal-links a:first-child { flex-basis: 100%; justify-content: flex-end; }
  .legal-links a { min-height: 30px; }
}
@media (prefers-reduced-motion: reduce) { .contact span { transition: none; } }
