*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lomay-site { margin: 0; overflow-x: clip; background: var(--lm-cream); color: var(--lm-cocoa); font: 400 15px/1.6 var(--lm-font-body); text-rendering: optimizeLegibility; }
body.lomay-site img { display: block; max-width: 100%; }
body.lomay-site a { color: inherit; text-decoration: none; }
body.lomay-site button, body.lomay-site input, body.lomay-site select, body.lomay-site textarea { font: inherit; }
body.lomay-site button, body.lomay-site a { touch-action: manipulation; }
.lomay-site .mfp-hide { display: none !important; }
.lm-container { width: var(--lm-container); margin-inline: auto; }
.lm-skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 16px; transform: translateY(-140%); border-radius: 8px; background: var(--lm-cocoa); color: #fff !important; }
.lm-skip-link:focus { transform: translateY(0); }
:where(.lomay-site a, .lomay-site button, .lomay-site input, .lomay-site select, .lomay-site textarea):focus-visible { outline: 3px solid var(--lm-gold); outline-offset: 3px; }
.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; }
.lm-honeypot { position: absolute !important; left: -10000px !important; }
.lm-announcement { background: var(--lm-wine); color: #fff; font-size: 12px; }
.lm-announcement .lm-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lm-announcement p { margin: 0; }
.lm-announcement a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }
.lm-announcement svg, .lm-header svg, .lm-nav svg, .lm-button svg, .lm-shelf-head svg, .lm-mobile-bar svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lm-header { position: relative; z-index: var(--lm-z-sticky); background: rgba(255, 253, 251, .97); border-bottom: 1px solid var(--lm-line); }
.lm-header__main { min-height: 76px; display: grid; grid-template-columns: auto minmax(260px, 520px) auto; align-items: center; gap: 28px; }
.lm-brand { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; }
.lm-brand .custom-logo { width: auto; max-height: 58px; }
.lm-brand__mark { width: 40px; height: 31px; display: inline-flex; align-items: flex-end; }
.lm-brand__mark i { width: 19px; height: 23px; margin-right: -5px; border: 2px solid var(--lm-wine); border-radius: 50% 50% 7px 7px; background: var(--lm-flour); transform: rotate(-10deg); }
.lm-brand__mark i:nth-child(2) { height: 29px; transform: none; }
.lm-brand__mark i:nth-child(3) { transform: rotate(10deg); }
.lm-brand__name { display: flex; flex-direction: column; color: var(--lm-wine); font: 800 26px/1 var(--lm-font-display); }
.lm-brand__name small { margin-top: 4px; color: var(--lm-muted); font: 700 8px/1 var(--lm-font-body); letter-spacing: .16em; text-transform: uppercase; }
.lm-search { height: 44px; display: flex; overflow: hidden; border: 1px solid var(--lm-line); border-radius: 999px; background: #fff; }
.lm-search input { min-width: 0; flex: 1; padding: 0 10px 0 18px; border: 0; background: transparent; color: var(--lm-cocoa); font-size: 16px; outline: none; }
.lm-search button { width: 48px; border: 0; background: var(--lm-wine); color: #fff; cursor: pointer; }
.lm-header__actions { display: flex; align-items: center; gap: 6px; }
.lm-header__actions a, .lm-menu-toggle { min-width: 46px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 999px; background: transparent; color: var(--lm-wine); }
.lm-header__actions a:first-child { padding-inline: 12px; border: 1px solid var(--lm-line); font-size: 12px; font-weight: 700; }
.lm-menu-toggle { display: none; flex-direction: column; cursor: pointer; }
.lm-menu-toggle i { width: 20px; height: 2px; background: currentColor; transition: transform .2s, opacity .15s; }
.lm-nav { border-top: 1px solid var(--lm-line); background: var(--lm-paper); }
.lm-nav .lm-container { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lm-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.lm-nav li a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; }
.lm-nav li a:hover { color: var(--lm-wine); }
.lm-nav__order, .lm-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--lm-wine); color: #fff !important; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background-color .2s; }
.lm-nav__order:hover, .lm-button:hover { transform: translateY(-1px); background: var(--lm-wine-deep); }
.lm-button--light { background: #fff; color: var(--lm-wine) !important; }
.lm-section { padding: 28px 0; }
.lm-eyebrow { margin: 0 0 7px; color: var(--lm-wine); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--lm-cocoa); text-wrap: balance; }
.lm-footer { padding: 64px 0 calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid var(--lm-line); background: var(--lm-flour); }
.lm-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 44px; }
.lm-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.lm-footer p, .lm-footer span { color: var(--lm-muted); }
.lm-footer h2 { margin-bottom: 12px; font: 800 15px var(--lm-font-body); text-transform: uppercase; }
.lm-footer a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; }
.lm-footer span { min-height: 36px; display: inline-flex; align-items: center; font-size: 13px; }
.lm-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--lm-line); }
.lm-brand--footer { margin-bottom: 10px; }
.lm-mobile-bar { display: none; }
