html{scroll-behavior:smooth}
body{min-width:320px}
body.admin-bar .mc-hdr{top:32px}
@media(max-width:782px){body.admin-bar .mc-hdr{top:46px}}
.marcurso-main{transition:opacity 420ms var(--ease-quiet)}
.mc-logo-img{height:auto;display:block}
.mc-native-menu-reset{list-style:none;margin:0;padding:0}
.mc-search-overlay{position:fixed;inset:0;z-index:70;background:var(--bg-primary);display:none;flex-direction:column}
.mc-search-overlay.is-open{display:flex;animation:mc-fade 320ms var(--ease-quiet) both}
.mc-lightbox{position:fixed;inset:0;z-index:80;background:rgba(20,19,15,.97);display:none;flex-direction:column;color:var(--ivory-100)}
.mc-lightbox.is-open{display:flex;animation:mc-fade 320ms var(--ease-quiet) both}
.mc-lightbox__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.mc-click-figure{background:none;border:0;padding:0;text-align:left;cursor:zoom-in;color:inherit}
.mc-shoe-item[hidden]{display:none!important}
.mc-contact-notice{border-top:1px solid var(--border-subtle);padding-top:var(--space-8);margin-bottom:var(--space-7)}
.mc-field__control.mc-field__control--textarea{resize:vertical}
.mc-admin-only{display:none}
@media(max-width:720px){
  .mc-mobile-stack{flex-direction:column!important}
  .mc-hide-mobile{display:none!important}
}
.mc-hdr__brand img{width:152px;height:auto;display:block}
.mc-hdr__brand .mc-logo-dark{display:none}
.mc-hdr.mc-hdr--solid .mc-logo-light{display:none}
.mc-hdr.mc-hdr--solid .mc-logo-dark{display:block}
.mc-mm__bar img{width:132px;height:auto;display:block}
.mc-hdr.mc-hdr--solid .mc-iconbtn--on-dark{color:var(--text-primary)}
.mc-hdr.mc-hdr--solid .mc-iconbtn--on-dark:hover{color:var(--accent-hover)}
.mc-contact-notice[role="alert"]{color:var(--error,#8a3d32)}
.mc-field--error .mc-field__control{border-bottom-color:var(--error,#8a3d32)}
.mc-field--error .mc-field__label{color:var(--error,#8a3d32)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
