:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #292524;
    background: #fafaf9;
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #a16207; text-underline-offset: 3px; }
a:hover { color: #713f12; }
.shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 72px; }
.topbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: #292524; text-decoration: none; font-weight: 800; }
.brand img { width: 98px; height: auto; }
.nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; font-weight: 650; }
.hero, .policy { border: 1px solid #e7e5e4; background: #fff; border-radius: 22px; box-shadow: 0 12px 36px rgba(41, 37, 36, .06); }
.hero { padding: clamp(24px, 5vw, 48px); margin-bottom: 20px; }
.eyebrow { margin: 0 0 8px; color: #a16207; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; color: #1c1917; font-size: clamp(32px, 6vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.dek { max-width: 720px; margin: 18px 0 0; color: #57534e; font-size: 17px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; color: #78716c; font-size: 13px; }
.notice { margin: 20px 0; padding: 16px 18px; border: 1px solid #fde68a; border-radius: 14px; background: #fffbeb; color: #713f12; }
.policy { padding: clamp(22px, 4vw, 42px); }
.policy h2 { margin: 38px 0 8px; color: #1c1917; font-size: 23px; line-height: 1.25; }
.policy h2:first-child { margin-top: 0; }
.policy h3 { margin: 24px 0 6px; color: #292524; font-size: 17px; }
.policy p, .policy li { color: #57534e; }
.policy ul { padding-left: 22px; }
.policy li + li { margin-top: 7px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 12px; border: 1px solid #e7e5e4; text-align: left; vertical-align: top; }
th { background: #f5f5f4; color: #292524; }
.contact { margin-top: 34px; padding: 20px; border-radius: 16px; background: #f5f5f4; }
.footer { margin-top: 24px; text-align: center; color: #78716c; font-size: 13px; }
@media (max-width: 560px) {
    .shell { width: min(100% - 20px, 920px); padding-top: 18px; }
    .topbar { align-items: flex-start; }
    .nav { gap: 10px 14px; }
}
