.policy-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--store-surface); color: var(--store-ink); }
.policy-main { width: min(100% - 40px, 980px); margin: 0 auto; padding: 38px 0 80px; flex: 1; }
.policy-hero { display: grid; gap: 14px; padding: clamp(30px, 6vw, 64px); border-radius: 20px; background: var(--store-ink); color: #edf4ee; }
.policy-hero .eyebrow { color: #ffae91; }
.policy-hero h1 { margin: 0; max-width: 760px; font-size: clamp(40px, 7vw, 72px); line-height: .98; letter-spacing: -.065em; }
.policy-hero p:last-child { max-width: 720px; margin: 0; color: #d6e1d8; line-height: 1.7; }
.policy-content { display: grid; gap: 18px; margin-top: 24px; }
.policy-card { padding: clamp(22px, 4vw, 36px); border: 1px solid var(--store-line); border-radius: 16px; background: var(--paper); }
.policy-card h2 { margin: 0 0 12px; font-size: 23px; }
.policy-card h3 { margin: 24px 0 9px; font-size: 17px; }
.policy-card p, .policy-card li { color: var(--store-muted); line-height: 1.75; }
.policy-card ul { margin: 10px 0 0; padding-left: 20px; }
.policy-note { padding: 14px 16px; border-left: 3px solid var(--store-accent); background: var(--store-soft); color: var(--store-ink) !important; }
.policy-contact { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 20px; }
.policy-contact a { color: var(--store-accent); font-weight: 850; }
.policy-nav { display: flex; flex-wrap: wrap; gap: 12px; padding: 20px 0 0; }
.policy-nav a { color: var(--store-muted); font-size: 13px; font-weight: 800; }
.policy-nav a[aria-current="page"] { color: var(--store-accent); }
:root[data-theme="dark"] .policy-hero { background: #0e1813; }
@media (max-width: 640px) { .policy-main { width: min(100% - 28px, 980px); padding-top: 24px; }.policy-hero { border-radius: 14px; }.policy-card { border-radius: 13px; }.policy-nav { gap: 4px 14px; }.policy-nav a { display: inline-flex; align-items: center; min-height: 44px; }.policy-page .page-navigation { gap: 6px 16px; }.policy-page .page-nav-link { display: inline-flex; align-items: center; min-height: 44px; } }
.policy-page a:focus-visible, .policy-page button:focus-visible { outline: 3px solid var(--store-accent); outline-offset: 3px; }
