/* Approved direction 01: clear white header, personal graphite footer. */
.site-header{background:#fff;border-bottom:2px solid #a2c617}
.site-header .header-inner{min-height:94px;padding-top:16px;padding-bottom:16px;gap:24px}
.site-header .brand{min-width:0}
.site-header .brand small{color:#707070;font-size:12px}
.site-header .header-location{color:#666;font-size:13px;line-height:1.45;text-align:right}
.site-footer{background:#4a4a4a;color:#fff;padding:0;border-top:3px solid #a2c617}
.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr .8fr;gap:48px;padding-top:64px;padding-bottom:52px}
.site-footer .footer-title{font-size:clamp(28px,3vw,40px);line-height:1.1;margin:0 0 24px;color:#fff}
.site-footer .footer-title span,.site-footer .eyebrow span{color:#a2c617}
.site-footer p{color:#dedede;font-size:15px;line-height:1.6;margin:0}
.site-footer .eyebrow{font-size:12px;margin-bottom:22px;color:#fff}
.site-footer .footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:16px}
.site-footer a{color:#fff;text-decoration:none;transition:color .2s;text-underline-offset:5px;overflow-wrap:anywhere;min-height:44px;display:inline-flex;align-items:center}
.site-footer a:hover{color:#a2c617;text-decoration:underline}
.site-footer a:focus-visible{outline:2px solid #a2c617;outline-offset:4px;border-radius:3px}
.site-footer .footer-base{border-top:1px solid #ffffff29;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;padding-bottom:20px;font-size:12px;color:#d6d6d6}
.site-footer .footer-base a{gap:10px;white-space:nowrap}
.site-footer .footer-base .icon{width:16px;height:16px;transform:rotate(-90deg)}
@media(max-width:1000px){.site-footer .footer-grid{gap:30px;grid-template-columns:1.15fr 1fr .7fr}.site-header .header-location{display:none}}
@media(max-width:800px){.site-header .header-inner{min-height:78px;padding-top:12px;padding-bottom:12px;gap:12px}.site-header .brand small{font-size:10px;max-width:155px;line-height:1.35}.site-header .brand img{width:38px;height:38px}.site-footer .footer-grid{grid-template-columns:1fr;text-align:center;gap:32px;padding-top:44px;padding-bottom:32px}.site-footer .footer-links{align-items:center}.site-footer .eyebrow{justify-content:center;margin-bottom:10px}.site-footer .footer-title{margin-bottom:16px}.site-footer .footer-base{flex-direction:column;text-align:center;gap:6px}}
