.header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);transition:box-shadow var(--transition-normal);position:sticky;top:0;box-shadow:0 0 #0000}.header--scrolled{box-shadow:var(--shadow-sm)}.header__inner{max-width:var(--max-w);padding:var(--space-2) var(--space-6);align-items:center;gap:var(--space-5);margin:0 auto;display:flex}.header__logo{font-family:var(--font-display);font-weight:700;font-size:var(--type-1);letter-spacing:-.02em;color:var(--fg);min-height:var(--touch-target);min-width:var(--touch-target);align-items:center;display:inline-flex}.header__logo-short{text-decoration:none;display:none}.header__nav{gap:var(--space-2);margin-left:auto;display:flex}.header__link{font-size:var(--type-0);color:var(--fg-muted);transition:color var(--transition-fast);min-height:var(--touch-target);padding:var(--space-2) var(--space-3);border-bottom:2px solid #0000;align-items:center;font-weight:500;display:inline-flex}.header__link:hover{color:var(--fg)}.header__link--active{color:var(--accent);border-bottom-color:currentColor}.header__cta{min-height:var(--touch-target);padding:var(--space-2) var(--space-5);font-family:var(--font-display);font-weight:600;font-size:var(--type--1);color:var(--accent-contrast);background:var(--accent);border-radius:var(--radius-sm);transition:background var(--transition-fast), box-shadow var(--transition-fast);align-items:center;display:inline-flex}.header__cta:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent-sm)}.header__cta:active{box-shadow:none}.header__cta--fallback{display:none}.header__toggle{width:var(--touch-target);height:var(--touch-target);justify-content:center;align-items:center;margin-left:auto;padding:0;display:none}.header__hamburger{background:var(--fg);width:20px;height:2px;transition:background var(--transition-fast);display:block;position:relative}.header__hamburger:before,.header__hamburger:after{content:"";background:var(--fg);width:20px;height:2px;transition:transform var(--transition-fast), top var(--transition-fast);position:absolute;left:0}.header__hamburger:before{top:-6px}.header__hamburger:after{top:6px}.header__hamburger--open{background:0 0}.header__hamburger--open:before{top:0;transform:rotate(45deg)}.header__hamburger--open:after{top:0;transform:rotate(-45deg)}@media (max-width:768px){.header__nav{display:none}.js .header__nav{background:var(--bg);opacity:0;visibility:hidden;max-height:0;transition:max-height var(--transition-normal), opacity var(--transition-fast), visibility var(--transition-normal), border-bottom-color var(--transition-normal);padding:0 var(--space-6);border-bottom:1px solid #0000;flex-direction:column;gap:0;margin-left:0;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden}.js .header__nav--open{opacity:1;visibility:visible;max-height:320px;padding:var(--space-4) var(--space-6);border-bottom-color:var(--border)}.header__link{padding:var(--space-3) 0;min-height:var(--touch-target)}.header__logo-full{display:none}.header__logo-short{display:inline}.header__cta--nav{color:var(--accent);padding:var(--space-3) 0;margin-top:var(--space-2);border-top:1px solid var(--border);background:0 0;border-radius:0}.header__cta--nav:hover{box-shadow:none;background:0 0}.header__cta--nav:active{box-shadow:none}.header__cta--fallback{margin-left:auto;display:inline-flex}.header__toggle,.js .header__cta--fallback{display:none}.js .header__toggle{display:flex}}@media (max-width:400px){.header__inner{padding:var(--space-2) var(--space-4);gap:var(--space-3)}}
.footer{background:var(--bg-dark);color:var(--fg-on-dark);border-top:1px solid #ffffff14}.footer__inner{max-width:var(--max-w);padding:var(--space-7) var(--space-6);margin:0 auto}.footer__columns{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}.footer__column{gap:var(--space-3);flex-direction:column;display:flex}.footer__heading{font-size:var(--type--2);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted-on-dark);margin:0;font-weight:600}.footer__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer__list a,.footer__address-link{font-size:var(--type--1);color:var(--fg-on-dark);transition:color var(--transition-fast);min-height:var(--touch-target);align-items:center;display:inline-flex}.footer__list a:hover,.footer__address-link:hover{color:var(--accent-on-dark)}.footer__social svg{width:1.625rem;height:1.625rem}.footer__address-link{gap:var(--space-2);align-items:flex-start;text-decoration:none}.footer__address-icon{flex-shrink:0;margin-top:.15em;display:inline-flex}.footer__address-icon svg{width:.95rem;height:.95rem}.footer__address{font-style:normal;line-height:1.5}.footer__skyline{width:100%;max-width:280px;height:auto;margin-top:var(--space-4);color:var(--accent-on-dark);opacity:.6;display:block}.footer__skyline path{--skyline-length:1000;stroke-dasharray:var(--skyline-length);stroke-dashoffset:var(--skyline-length);transition:stroke-dashoffset 4.5s ease-in-out}.footer__skyline--drawn path{stroke-dashoffset:0}@media (prefers-reduced-motion:reduce){.footer__skyline path{stroke-dashoffset:0;transition:none}}.footer__fineprint{margin-top:var(--space-6);padding-top:var(--space-5);align-items:center;gap:var(--space-2);text-align:center;font-size:var(--type--2);color:var(--fg-muted-on-dark);border-top:1px solid #ffffff14;flex-direction:column;display:flex}.footer__credentials,.footer__languages,.footer__copy{justify-content:center;align-items:baseline;gap:0 var(--space-2);flex-wrap:wrap;margin:0;display:flex}.footer__credentials a{color:inherit;transition:color var(--transition-fast)}.footer__credentials a:hover{color:var(--accent-on-dark)}.footer__credentials-sep{color:var(--fg-muted-on-dark)}@media (max-width:720px){.footer__columns{gap:var(--space-5);text-align:center;grid-template-columns:1fr}.footer__list{align-items:center}.footer__address-link{justify-content:center}.footer__skyline{max-width:160px;margin:var(--space-1) auto 0;opacity:.5}}
