.brand-logo { display:block; width:220px; max-width:100%; height:auto; }
.brand-logo-link { display:block; line-height:0; letter-spacing:normal; min-width:0; flex-shrink:0; }
.brand-logo--light { filter:brightness(0) invert(1); }
.about .brand-logo { width:240px; }
@media(max-width:640px) { #root > header .brand-logo { width:clamp(120px,38vw,180px); } }
.site-footer { display:block; padding:48px 5% 24px; background:#f6f0f4; border-top:1px solid #e6dce4; color:#493547; font:14px/1.6 system-ui,sans-serif; }
.site-footer__grid { display:grid; grid-template-columns:1.25fr 1fr 1fr 1fr; gap:32px; max-width:1320px; margin:auto; }
.site-footer__brand > a:first-child { font-size:32px; font-weight:700; text-decoration:none; }
.site-footer__brand p { margin:12px 0; color:#695765; }
.site-footer__email { overflow-wrap:anywhere; }
.site-footer .site-footer__section { padding:0; margin:0; min-width:0; }
.site-footer .site-footer__section h2 { margin:0 0 12px; color:#432943; font:600 15px/1.6 system-ui,sans-serif; letter-spacing:0; }
.site-footer nav.site-footer__links { display:grid; gap:0; align-content:start; }
.site-footer a, .site-footer .text-button { color:inherit; overflow-wrap:anywhere; }
.site-footer__links a, .site-footer__links .text-button { display:flex; align-items:center; min-height:44px; padding:6px 0; box-sizing:border-box; font:inherit; text-align:left; text-decoration:none; white-space:normal; }
.site-footer a:hover, .site-footer .text-button:hover { text-decoration:underline; }
.site-footer a:focus-visible, .site-footer button:focus-visible, .policy-document a:focus-visible { outline:2px solid #73416e; outline-offset:4px; border-radius:2px; }
.site-footer__bottom { max-width:1320px; margin:32px auto 0; padding-top:20px; border-top:1px solid #ded1da; display:flex; align-items:center; justify-content:space-between; gap:16px; font-size:12px; }
.policy-page { margin:0; background:#fffdfc; color:#332631; font:16px/1.8 system-ui,sans-serif; }
.policy-document { max-width:800px; margin:0 auto; padding:40px 24px 64px; overflow-wrap:anywhere; }
.policy-document > a { color:#654060; display:inline-flex; min-height:44px; align-items:center; }
.policy-document h1 { margin:24px 0; font-size:clamp(28px,5vw,44px); line-height:1.2; letter-spacing:-.03em; }
.policy-document h2 { margin:32px 0 12px; font-size:21px; line-height:1.4; }
.policy-document p { margin:0 0 16px; }
.policy-document a { color:#654060; }
@media(max-width:900px) { .site-footer__grid { grid-template-columns:1fr 1fr; } }
@media(max-width:560px) { .site-footer { padding:32px 20px 24px; } .site-footer__grid { grid-template-columns:1fr; gap:24px; } .site-footer__bottom { flex-direction:column; align-items:flex-start; } .policy-document { padding:24px 20px 40px; } }
