
:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fcfbfa; color: #20191c; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.7; }
a { color: #533440; text-underline-offset: .2em; }
a:hover, a:focus { color: #2b1720; }
.policy-header { position: sticky; top: 0; z-index: 100; background: rgba(252,251,250,.96); border-bottom: 1px solid #ded6d9; backdrop-filter: blur(10px); }
.policy-nav { max-width: 1180px; margin: 0 auto; min-height: 72px; padding: .75rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.policy-brand { color: #20191c; font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.policy-nav ul { display: flex; flex-wrap: wrap; gap: .75rem 1rem; list-style: none; padding: 0; margin: 0; }
.policy-nav a { font-weight: 650; }
.policy-main { max-width: 960px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 5.5rem) 1.25rem; }
.policy-hero { padding: clamp(1.5rem, 4vw, 3rem); background: #533440; color: #fff; border-radius: 0 0 2rem 2rem; margin-bottom: 2.5rem; }
.policy-hero h1 { margin: 0 0 .75rem; font-size: clamp(2.2rem, 7vw, 4.5rem); line-height: 1.05; }
.policy-hero p { margin: 0; max-width: 72ch; color: #fff; }
.policy-content { background: #fff; border: 1px solid #e4dde0; padding: clamp(1.25rem, 4vw, 3rem); }
.policy-content h2 { margin: 2.75rem 0 .75rem; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.25; color: #2b1720; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content h3 { margin: 1.8rem 0 .5rem; font-size: 1.25rem; color: #3b222c; }
.policy-content p, .policy-content li { max-width: 78ch; }
.policy-content ul, .policy-content ol { padding-left: 1.4rem; }
.policy-content li + li { margin-top: .45rem; }
.policy-note { padding: 1rem 1.25rem; border-left: 4px solid #533440; background: #f4eff1; }
.policy-footer { background: #20191c; color: #fff; padding: 2rem 1.25rem; }
.policy-footer-inner { max-width: 1180px; margin: 0 auto; display: grid; gap: 1rem; }
.policy-footer ul { list-style: none; display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; padding: 0; margin: 0; }
.policy-footer a { color: #fff; }
.skip-link { position: fixed; top: 0; left: 0; z-index: 9999; transform: translateY(-120%); background: #000; color: #fff; padding: .75rem 1rem; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 760px) { .policy-nav { align-items: flex-start; flex-direction: column; } .policy-header { position: static; } }
