/* Shared shell for every public page, independent of article styles. */
body .site-header{box-sizing:border-box;position:relative;inset:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto;padding:20px;background:transparent;border:0;height:auto;box-shadow:none}
.site-brand{display:block;flex-shrink:0}.site-brand img{display:block;width:180px;height:auto}.site-header-links{display:flex;gap:20px;align-items:center}.site-header a{text-decoration:none;color:#173f3e;font:600 14px/1.5 system-ui,Tahoma,sans-serif}.site-header .site-language{display:grid;place-items:center;min-width:48px;min-height:44px;border:1px solid #c8d7cd;border-radius:24px;padding:8px 14px}.site-mobile-nav{display:none!important}
@media(max-width:759px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}body .site-header{padding:12px 16px;min-height:76px}.site-brand img{width:145px}.site-header-links>a:not(.site-language){display:none}body .site-mobile-nav{box-sizing:border-box;position:fixed;inset:auto 0 0;z-index:1000;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:0;width:100%;height:calc(76px + env(safe-area-inset-bottom,0px));min-height:0;padding:6px 12px calc(6px + env(safe-area-inset-bottom,0px));background:#fffefb;border:0;border-top:1px solid #dce3d7;box-shadow:0 -4px 18px #173f3e08;overflow:visible}body .site-mobile-nav a{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;height:64px;margin:0;padding:4px;border:0;border-radius:12px;text-decoration:none;font:600 12px/1.4 system-ui,Tahoma,sans-serif;color:#647775;background:transparent;white-space:nowrap}body .site-mobile-nav a[aria-current=page]{color:#245f50;background:#e9f0e6}.site-mobile-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.site-mobile-nav a:focus-visible,.site-header a:focus-visible{outline:3px solid #c96835;outline-offset:2px}}
