/**
 * Luania accessibility guardrails.
 * Loads after theme, dynamic Customizer colors and WooCommerce styles.
 */

/* Closed off-canvas UI must not remain keyboard-focusable or visible to AT. */
.luania-react-drawer:not(.is-open){visibility:hidden;transition:transform .28s ease,visibility 0s linear .28s}
.luania-react-drawer.is-open{visibility:visible;transition:transform .28s ease,visibility 0s linear 0s}

/* Keep root navigation lists semantically valid without changing the visual layout. */
.desktop-nav>.luania-primary-menu{display:flex;justify-content:center;align-items:center;gap:30px;margin:0;padding:0;list-style:none}
.desktop-nav>.luania-primary-menu>li{margin:0;padding:0;list-style:none}
.site-footer .footer-menu{margin:0;padding:0;list-style:none}

/* Reported Lighthouse contrast failures: all exceed 4.5:1 on the theme's white/soft surfaces. */
.eyebrow:not(.light),
.editorial-copy p,
.newsletter p,
.footer-brand p,
.footer-bottom{color:#625e58}
.site-footer .footer-menu a{color:#625e58}
body.home .product-price,
body.home .product-price .price,
body.home .product-price .woocommerce-Price-amount,
.woocommerce .product-card .woocommerce-Price-amount{color:#151515!important}

/* Header/icon links use a high-contrast foreground and a visible keyboard focus treatment. */
.site-header .icon-link,
.site-header .cart-link{color:#151515}
:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid #151515;outline-offset:3px}

@media(max-width:820px){
  .desktop-nav>.luania-primary-menu{display:none}
}
