.header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:10px 4%;min-height:104px;background:#030708;color:white;position:relative;z-index:20}.header .brand{width:130px;flex-shrink:0}.original-amg-logo{width:100%;height:64px;object-fit:contain}.header nav{display:flex;gap:24px;align-items:center}.header nav a{color:#fff;font:700 12px/1.4 Arial,sans-serif;text-decoration:none}.header .work-cta{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e90029;color:white;width:82px;height:82px;min-width:82px;padding:8px;text-align:center;font:700 10px/1.4 Arial,sans-serif;text-decoration:none}.menu-toggle{display:none}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 4%;background:#030708;color:white}footer .brand{width:130px;flex-shrink:0}footer nav{display:flex;gap:18px;flex-wrap:wrap}footer a{color:white;overflow-wrap:anywhere}footer p{font-size:12px}footer .footer-social{display:flex;gap:12px;margin:14px 0}@media(max-width:900px){.menu-toggle{display:block;margin-left:auto;background:none;color:white;border:0;padding:12px}.header nav{display:none;position:absolute;left:0;right:0;top:104px;padding:22px;background:#070c10}.header nav.open{display:flex;flex-direction:column;align-items:flex-start}footer{flex-wrap:wrap}}@media(max-width:540px){.header{min-height:88px;padding-inline:5%;gap:14px}.header .brand{width:105px}.header .work-cta{width:68px;height:68px;min-width:68px;font-size:9px}.header nav{top:88px}footer{display:block}footer nav{margin:22px 0}footer .brand{display:block}}