.site-footer{background:var(--color-marine-950);color:var(--color-silver-100)}.site-footer__main{padding-block:var(--space-12)}.site-footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:var(--space-8)}.site-footer__intro,.site-footer__group{min-width:0}.site-footer__brand{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);color:var(--color-white);font-family:var(--font-heading);font-size:var(--text-lead);font-weight:600}.site-footer__brand img{width:2.375rem;height:2.375rem;object-fit:contain}.site-footer p{margin:0;color:var(--color-steel-300);font-size:var(--text-small);line-height:var(--line-small)}.site-footer__intro{display:grid;gap:var(--space-4)}.site-footer__contact{color:var(--color-silver-100);font-size:var(--text-small);font-weight:600}.site-footer__group h2{margin:0 0 var(--space-3);color:var(--color-white);font-size:var(--text-label);letter-spacing:.04em}.site-footer__group ul{display:grid;gap:var(--space-2);margin:0;padding:0;list-style:none}.site-footer__group li{margin:0;padding:0}.site-footer__group a{color:var(--color-steel-300);font-size:var(--text-small);line-height:var(--line-small)}.site-footer a:hover{color:var(--color-teal-500)}.site-footer__bottom{border-top:1px solid rgba(184,197,202,.28);padding-block:var(--space-4)}.site-footer__bottom .container{display:flex;justify-content:space-between;gap:var(--space-6)}.site-footer__bottom p{font-size:var(--text-meta)}.site-consent{position:fixed;z-index:200;right:var(--space-4);bottom:var(--space-4);left:var(--space-4);max-width:56rem;margin-inline:auto;border:1px solid var(--border-color);border-top:3px solid var(--color-teal-500);border-radius:var(--radius-panel);background:var(--color-white);box-shadow:var(--shadow-floating)}.site-consent__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding:var(--space-5)}.site-consent__copy{min-width:0}.site-consent__copy h2{margin:0 0 var(--space-2);font-size:var(--text-lead)}.site-consent__copy p{margin:0;color:var(--color-steel-700);font-size:var(--text-small);line-height:var(--line-small)}.site-consent__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:var(--space-2)}@media (max-width:45rem){.site-footer__main{padding-block:var(--space-10)}.site-footer__grid{grid-template-columns:1fr 1fr;gap:var(--space-8) var(--space-5)}.site-footer__intro{grid-column:1/-1}.site-footer__bottom .container{flex-direction:column;gap:var(--space-2)}.site-consent{right:var(--space-2);bottom:var(--space-2);left:var(--space-2)}.site-consent__inner{align-items:stretch;flex-direction:column;padding:var(--space-4)}.site-consent__actions>*{flex:1 1 12rem}}@media (max-width:27rem){.site-footer__grid{grid-template-columns:1fr}}