
/* WordPress shell — deliberately minimal so approved page CSS stays authoritative. */
*,*::before,*::after{box-sizing:border-box}
body{margin:0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:10px;padding:12px 16px;background:#fff;color:#24324A;z-index:10000;top:0;left:0}
.wp-shell{position:sticky;top:0;z-index:999;background:#24324A}
.wp-shell .shell-inner{width:min(1240px,calc(100% - 40px));min-height:66px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wp-shell .brand{font:700 20px/1 'Barlow Condensed','Arial Narrow',Arial,sans-serif;color:#F4F0E9;text-decoration:none;text-transform:uppercase}
.wp-shell ul{display:flex;gap:22px;align-items:center;list-style:none;margin:0;padding:0}
.wp-shell a{color:#F4F0E9;text-decoration:none;font:600 13px/1 'Barlow',Arial,sans-serif;min-height:44px;display:flex;align-items:center}
.wp-shell a:hover,.wp-shell a:focus-visible{color:#9FB0BC}
.wp-footer{background:#24324A;color:#F4F0E9;padding:25px 0}
.wp-footer .shell-inner{width:min(1240px,calc(100% - 40px));margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.wp-footer,.wp-footer a{font:500 12px/1.5 'Barlow',Arial,sans-serif;color:#F4F0E9}
.wp-footer nav{display:flex;gap:18px;flex-wrap:wrap}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #DD7438!important;outline-offset:3px!important}
@media(max-width:700px){.wp-shell .shell-inner{padding:10px 0;align-items:flex-start;flex-direction:column}.wp-shell ul{gap:13px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important}}
