.site-footer{position:relative;isolation:isolate;overflow:hidden;background:var(--forest);color:var(--cream);padding:clamp(70px,7.5vw,144px) 5% clamp(70px,6vw,115px);font-size:var(--type-body);line-height:1.55}
.footer-top{display:grid;grid-template-columns:1.85fr 1fr 1fr 1fr;gap:5vw}
.footer-brand{display:block;width:100%;max-width:440px;margin-bottom:26px}
.footer-logo{display:block;width:100%;height:auto}
.footer-logo path[fill="#2A361A"]{fill:var(--cream)}
.footer-contact address{font-style:normal}
.footer-contact-links{margin:22px 0 0}
.footer-nav h2{font-family:var(--display);font-size:var(--type-title);font-weight:600;line-height:1.12;letter-spacing:-.035em;margin:0 0 30px}
.footer-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:18px}
.site-footer a{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px;text-decoration-thickness:1px;transition:text-decoration-color .2s}
.site-footer a:hover{ text-decoration-color:currentColor }
.site-footer a:focus-visible{outline:2px solid var(--cream);outline-offset:6px}
.footer-fsc{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;border-block:1px solid #f3f0e655;padding:32px 0;margin-top:48px}
.footer-fsc p,.footer-legal p{margin:0}
.footer-fsc-statement{font-family:var(--display);font-size:var(--type-title);line-height:1.2;font-weight:600;letter-spacing:-.025em}
.footer-certification,.footer-legal{font-size:var(--type-label);line-height:1.6}
.footer-legal{display:flex;align-items:center;justify-content:space-between;gap:26px;padding-top:28px}
.footer-back{display:inline-flex;align-items:center;gap:16px;min-height:44px;white-space:nowrap}
.footer-back svg{width:20px;height:28px;fill:none;stroke:currentColor;stroke-width:1.4;transition:transform .25s}
.footer-back:is(:hover,:focus-visible) svg{transform:translateY(-4px)}
.footer-accent{position:absolute;z-index:-1;width:clamp(220px,25vw,480px);height:auto;right:-13%;bottom:-36%;transform:rotate(25deg);pointer-events:none}
@media(max-width:1050px){.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:36px}.footer-contact{grid-column:1/-1;max-width:390px}.footer-brand{max-width:340px}.footer-legal{flex-wrap:wrap}.footer-fsc{gap:24px}}
@media(max-width:600px){.site-footer{padding:64px 6% 90px}.footer-top{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-contact{max-width:100%}.footer-brand{max-width:300px}.footer-nav h2{margin-bottom:22px}.footer-nav ul{gap:14px}.footer-fsc{grid-template-columns:1fr;gap:20px;margin-top:36px;padding:28px 0}.footer-legal{flex-direction:column;align-items:flex-start;gap:14px}.footer-accent{width:220px;right:-125px;bottom:-105px}.footer-certification{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){.site-footer a,.footer-back svg{transition:none}}
