/* WordPress-specific additions (loaded AFTER your design system in theme.css) */
.site-main{min-height:50vh}
.admin-bar header.site{top:32px}
@media(max-width:782px){.admin-bar header.site{top:46px}}
/* Swup page-transition fade (the audio element lives outside #swup, so it never restarts) */
html.swup-enabled .site-main{transition:opacity .35s ease, transform .35s ease}
html.swup-enabled .swup-transition-out .site-main{opacity:0;transform:translateY(8px)}
/* Neutralise WP's injected gallery/figure chrome so it matches the theme */
.wp-block-gallery,.gallery{margin:0}
figure.wp-block-image{margin:0}
.alignwide{max-width:1100px;margin-inline:auto}
.alignfull{width:100vw;margin-left:calc(50% - 50vw)}
.foot-widget .news{padding:0;background:none;color:inherit}
.foot-widget .news::before{display:none}
.foot-widget .news h2,.foot-widget .news p{display:none}