:root {
  --lm-primary: #2f5d50;
  --lm-primary-dark: #1f2937;
  --lm-accent: #c2410c;
  --lm-accent-dark: #9a3412;
  --lm-bg: #fffaf3;
  --lm-bg-soft: #fff7ed;
  --lm-surface: #ffffff;
  --lm-surface-soft: #f8fafc;
  --lm-text: #1f2937;
  --lm-muted: #667085;
  --lm-border: #eadfce;
  --lm-border-strong: #d9c8ad;
  --lm-danger: #dc2626;
  --lm-shadow: 0 18px 50px rgba(31, 41, 55, .11);
  --lm-shadow-soft: 0 8px 24px rgba(31, 41, 55, .07);
  --lm-radius-sm: 10px;
  --lm-radius: 16px;
  --lm-radius-lg: 24px;
  --lm-container: 1200px;
  --lm-font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lm-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--lm-surface);
  color: var(--lm-text);
  font-family: var(--lm-font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.lm-drawer-open { overflow: hidden; }
img, svg, video { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(249, 115, 22, .45); outline-offset: 3px; }

.lm-container { width: min(var(--lm-container), calc(100vw - 32px)); margin-inline: auto; }
.lm-section { padding: clamp(44px, 6vw, 78px) 0; content-visibility: auto; contain-intrinsic-size: 1px 640px; }
.lm-main { min-height: 55vh; }
.lm-visually-hidden, .lm-skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.lm-skip-link:focus { position: fixed; z-index: 9999; left: 16px; top: 16px; background: var(--lm-primary-dark); color: #fff; padding: 12px 16px; border-radius: 999px; }

h1, h2, h3 { font-family: var(--lm-font-heading); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 14px; color: var(--lm-primary-dark); }
h1 { font-size: clamp(34px, 5.2vw, 58px); }
h2 { font-size: clamp(26px, 3.2vw, 40px); }
h3 { font-size: clamp(18px, 1.7vw, 23px); }
p { margin: 0 0 14px; color: #4b5563; }
.rte a { text-decoration: underline; color: var(--lm-accent-dark); }
.rte ul { padding-left: 1.2em; }

.lm-eyebrow { margin: 0 0 9px; color: var(--lm-accent-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.lm-microcopy { color: var(--lm-muted); font-size: 14px; margin: 12px 0 0; }
.lm-button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid var(--lm-accent); border-radius: 8px; padding: 13px 22px;
  background: var(--lm-accent); color: #fff; font-weight: 800; box-shadow: 0 12px 22px rgba(194, 65, 12, .22);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.lm-button:hover { background: var(--lm-accent-dark); transform: translateY(-1px); box-shadow: 0 15px 28px rgba(154, 52, 18, .25); }
.lm-button:active { transform: translateY(0) scale(.99); }
.lm-button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.lm-button--secondary { background: #fff; color: var(--lm-primary-dark); border-color: var(--lm-border-strong); box-shadow: none; }
.lm-button--secondary:hover { background: var(--lm-bg-soft); color: var(--lm-primary-dark); }
.lm-button--full { width: 100%; }
.lm-inline-link { color: var(--lm-accent-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.lm-icon-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lm-border); border-radius: 999px; background: #fff; color: var(--lm-primary-dark); font-size: 24px; }

.lm-svg-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #fff7ed; color: var(--lm-accent-dark); flex: 0 0 auto; }
.lm-svg-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.lm-announcement { background: #1f2937; color: #fff; font-size: 14px; }
.lm-announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.lm-announcement a { color: #fed7aa; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.lm-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--lm-border); }
.lm-header__inner { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.lm-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--lm-font-heading); font-weight: 900; font-size: 22px; color: var(--lm-primary-dark); }
.lm-logo__mark { width: 36px; height: 36px; display: block; flex: 0 0 auto; border-radius: 9px; background: transparent; object-fit: contain; box-shadow: var(--lm-shadow-soft); }
.lm-nav { display: flex; justify-content: center; gap: 22px; font-size: 15px; font-weight: 700; }
.lm-nav a { color: #374151; }
.lm-nav a:hover { color: var(--lm-accent-dark); }
.lm-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.lm-search input { width: min(220px, 20vw); min-height: 44px; border: 1px solid var(--lm-border); border-radius: 999px; padding: 0 16px; background: #fff; color: var(--lm-text); }
.lm-cart-button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--lm-border); border-radius: 999px; padding: 5px 12px 5px 7px; background: #fff; color: var(--lm-primary-dark); font-weight: 800; }
.lm-cart-button .lm-svg-icon { width: 30px; height: 30px; }
.lm-cart-count { min-width: 23px; height: 23px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--lm-accent); color: #fff; font-size: 12px; }
.lm-mobile-menu { display: none; position: relative; }
.lm-mobile-menu summary { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--lm-border); border-radius: 999px; background: #fff; font-weight: 800; list-style: none; }
.lm-mobile-menu summary::-webkit-details-marker { display: none; }
.lm-mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); width: min(280px, calc(100vw - 32px)); background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; box-shadow: var(--lm-shadow); padding: 10px; display: grid; gap: 4px; }
.lm-mobile-menu a { min-height: 44px; display: flex; align-items: center; padding: 0 14px; border-radius: 10px; font-weight: 750; }
.lm-mobile-menu a:hover { background: var(--lm-bg-soft); }
.lm-mobile-search { padding: 10px; border-bottom: 1px solid var(--lm-border); display: grid; gap: 8px; }
.lm-mobile-search input { width: 100%; min-height: 46px; border: 1px solid var(--lm-border); border-radius: 999px; padding: 0 14px; color: var(--lm-text); }

.lm-hero { padding: clamp(36px, 6vw, 72px) 0; background: linear-gradient(180deg, #fffaf3 0%, #fff 100%); border-bottom: 1px solid #f1e7d8; }
.lm-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.lm-hero__subheading { font-size: clamp(17px, 1.6vw, 20px); max-width: 620px; color: #4b5563; }
.lm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 18px; }
.lm-hero__visual { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.lm-hero-product { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--lm-border); border-radius: 16px; overflow: hidden; box-shadow: var(--lm-shadow-soft); min-width: 0; }
.lm-hero-product__image { aspect-ratio: 1 / 1; background: #f3f4f6; overflow: hidden; }
.lm-hero-product__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .22s ease; }
.lm-hero-product:hover .lm-hero-product__image img { transform: scale(1.025); }
.lm-hero-product__content { padding: 13px; }
.lm-hero-product__content strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--lm-primary-dark); line-height: 1.25; min-height: 2.5em; }
.lm-hero-product__content span { display: block; margin-top: 6px; color: var(--lm-accent-dark); font-weight: 900; }
.lm-hero-fallback { grid-column: 1 / -1; min-height: 300px; display: grid; place-items: center; border: 1px solid var(--lm-border); border-radius: 16px; background: #fff; color: var(--lm-muted); text-align: center; padding: 24px; }

.lm-section-heading { max-width: 760px; margin-bottom: 28px; }
.lm-section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.lm-trust-strip { padding: 20px 0; background: #fff; }
.lm-trust-strip__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.lm-trust-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--lm-border); border-radius: 14px; background: #fff; box-shadow: none; }
.lm-trust-item strong { display: block; font-family: var(--lm-font-heading); line-height: 1.15; font-size: 15px; }
.lm-trust-item span:not(.lm-svg-icon) { display: block; margin-top: 3px; color: var(--lm-muted); font-size: 13px; }

.lm-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lm-category-card { min-height: 172px; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; padding: 18px; background: #fff; border: 1px solid var(--lm-border); border-radius: 16px; box-shadow: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.lm-category-card:hover { transform: translateY(-2px); border-color: var(--lm-border-strong); box-shadow: var(--lm-shadow-soft); }
.lm-category-card strong { font-family: var(--lm-font-heading); font-size: 18px; line-height: 1.2; }
.lm-category-card span:not(.lm-svg-icon) { color: var(--lm-muted); font-size: 14px; }

.lm-featured-products, .lm-related-products { background: #fff; }
.lm-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lm-product-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lm-product-card { background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; overflow: hidden; box-shadow: none; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.lm-product-card:hover { transform: translateY(-2px); box-shadow: var(--lm-shadow-soft); border-color: var(--lm-border-strong); }
.lm-product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: #f3f4f6; overflow: hidden; }
.lm-product-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .22s ease; }
.lm-product-card:hover .lm-product-card__media img { transform: scale(1.025); }
.lm-product-card__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #f9fafb, #fff7ed); }
.lm-product-card__content { padding: 14px; }
.lm-product-card__title { display: block; color: var(--lm-primary-dark); font-weight: 760; line-height: 1.3; min-height: 2.6em; }
.lm-product-card__title:hover { color: var(--lm-accent-dark); }
.lm-product-card__cta { display: inline-flex; align-items: center; gap: 5px; margin-top: 11px; color: var(--lm-accent-dark); font-weight: 850; font-size: 14px; }
.lm-product-card__cta:hover { text-decoration: underline; text-underline-offset: 4px; }
.lm-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.lm-price__current { font-weight: 900; color: var(--lm-primary-dark); font-size: 17px; }
.lm-price__compare { color: var(--lm-muted); font-size: 14px; }

.lm-benefit-story { background: var(--lm-bg); }
.lm-benefit-story__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.lm-benefit-cards { display: grid; gap: 14px; }
.lm-benefit-cards--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lm-benefit-card { background: #fff; border: 1px solid var(--lm-border); border-radius: 16px; padding: 20px; box-shadow: none; }
.lm-step { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--lm-bg-soft); color: var(--lm-accent-dark); font-weight: 900; margin-bottom: 12px; }

.lm-faq__grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(28px, 5vw, 60px); }
.lm-accordion-list { display: grid; gap: 10px; }
.lm-accordion { background: #fff; border: 1px solid var(--lm-border); border-radius: 12px; padding: 0 16px; box-shadow: none; }
.lm-accordion summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-family: var(--lm-font-heading); font-weight: 760; }
.lm-accordion summary::after { content: "+"; font-size: 22px; color: var(--lm-accent-dark); }
.lm-accordion[open] summary::after { content: "−"; }
.lm-accordion p { padding-bottom: 16px; }

.lm-product { background: #fff; content-visibility: visible; contain-intrinsic-size: auto; overflow: visible; }
body.lm-media-lightbox-open { overflow: hidden; }
.lm-breadcrumbs { font-size: 13px; color: var(--lm-muted); margin-bottom: 18px; }
.lm-breadcrumbs a { color: #4b5563; text-decoration: underline; text-underline-offset: 3px; }
.lm-product__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.lm-product__media-column { position: sticky; top: 92px; }
.lm-product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lm-product-gallery__item { aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: #f3f4f6; border: 1px solid var(--lm-border); box-shadow: none; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.lm-product-gallery__item.is-active { border-color: var(--lm-accent-dark); box-shadow: var(--lm-shadow-soft); }
.lm-product-gallery__item:hover { transform: translateY(-1px); }
.lm-product-gallery__item:focus-visible { outline: 3px solid rgba(249,115,22,.35); outline-offset: 3px; }
.lm-product-gallery__item:first-child { grid-column: span 2; }
.lm-product-gallery__item img, .lm-product-gallery__item video, .lm-product-gallery__item model-viewer { width: 100%; height: 100%; object-fit: cover; display: block; }
.lm-product-gallery__placeholder { aspect-ratio: 1 / 1; border-radius: 12px; background: #f3f4f6; }
.lm-media-lightbox[hidden] { display: none; }
.lm-media-lightbox { position: fixed; inset: 0; z-index: 140; display: grid; place-items: center; padding: 18px; background: rgba(15, 23, 42, .86); }
.lm-media-lightbox__frame { width: min(100%, 980px); max-height: 88vh; display: grid; place-items: center; }
.lm-media-lightbox__frame img, .lm-media-lightbox__frame video, .lm-media-lightbox__frame model-viewer { max-width: 100%; max-height: 88vh; width: auto; height: auto; border-radius: 14px; background: #fff; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.34); }
.lm-media-lightbox__close { position: fixed; right: 16px; top: 16px; z-index: 1; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(255,255,255,.94); color: var(--lm-primary-dark); font-size: 30px; line-height: 1; }
.lm-product__info { position: sticky; top: 92px; background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; padding: clamp(20px, 2.6vw, 30px); box-shadow: var(--lm-shadow-soft); }
.lm-product__info h1 { font-size: clamp(28px, 3.2vw, 42px); }
.lm-product__subtitle { margin: 8px 0 0; color: #374151; font-size: 16px; line-height: 1.45; }
.lm-product-rating-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin: 14px 0 6px; padding: 12px 14px; border: 1px solid #fed7aa; border-radius: 14px; background: linear-gradient(135deg, #fff7ed 0%, #fffaf3 100%); }
.lm-product-rating-strip__score { display: inline-flex; align-items: center; gap: 8px; color: var(--lm-primary-dark); font-weight: 850; text-decoration: none; }
.lm-product-rating-strip__score:hover .lm-product-rating-strip__text { text-decoration: underline; text-underline-offset: 4px; }
.lm-product-rating-strip__stars { display: inline-flex; gap: 1px; color: #d6d6d6; font-size: 18px; line-height: 1; letter-spacing: .01em; }
.lm-product-rating-strip__stars .is-filled { color: var(--lm-accent-dark); }
.lm-product-rating-strip__text { font-size: 14px; }
.lm-product__header-note { margin: 10px 0 0; color: var(--lm-muted); font-size: 14px; }
.lm-price__save { display: inline-flex; align-items: center; min-height: 26px; margin-left: 8px; padding: 4px 10px; border-radius: 999px; background: #fff7ed; color: var(--lm-accent-dark); font-size: 12px; font-weight: 850; border: 1px solid #fed7aa; vertical-align: middle; }
.lm-price__save[hidden] { display: none; }
.lm-product__description { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--lm-border); color: #4b5563; }
.lm-product__description h1, .lm-product__description h2, .lm-product__description .rte h1, .lm-product__description .rte h2, .rte h1, .rte h2 { font-size: clamp(18px, 1.45vw, 20px); line-height: 1.28; letter-spacing: 0; margin: 20px 0 10px; font-weight: 800; }
.lm-product__description h3, .lm-product__description h4, .rte h3, .rte h4 { font-size: clamp(16px, 1.25vw, 18px); line-height: 1.35; margin: 18px 0 8px; font-weight: 800; }
.lm-product__description strong, .rte strong { font-weight: 800; }
.lm-benefit-list { list-style: none; display: grid; gap: 10px; padding: 0; margin: 18px 0 24px; }
.lm-benefit-list li { display: flex; align-items: flex-start; gap: 10px; color: #374151; font-weight: 700; line-height: 1.4; }
.lm-benefit-list li span { width: 18px; height: 18px; flex: 0 0 auto; border-radius: 999px; margin-top: 3px; background: var(--lm-bg-soft); border: 1px solid #fed7aa; position: relative; }
.lm-benefit-list li span::after { content: ""; position: absolute; left: 5px; top: 4px; width: 7px; height: 4px; border-left: 2px solid var(--lm-accent-dark); border-bottom: 2px solid var(--lm-accent-dark); transform: rotate(-45deg); }
.lm-product-form { display: grid; gap: 16px; }
.lm-product__choice-note { margin: 2px 0 -2px; padding: 10px 12px; border: 1px solid var(--lm-border); border-radius: 10px; background: var(--lm-bg-soft); color: #4b5563; font-size: 14px; font-weight: 650; }
.lm-option { border: 0; padding: 0; margin: 0; }
.lm-option legend, .lm-quantity-row label { margin-bottom: 8px; font-weight: 800; color: var(--lm-primary-dark); }
.lm-option__values { display: flex; flex-wrap: wrap; gap: 10px; }
.lm-option-value input { position: absolute; opacity: 0; pointer-events: none; }
.lm-option-value span { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lm-border); border-radius: 10px; padding: 10px 14px; background: #fff; font-weight: 720; color: var(--lm-text); transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease; }
.lm-option-value span strong { font-size: 14px; line-height: 1.2; }
.lm-option-value:hover span { border-color: var(--lm-border-strong); box-shadow: var(--lm-shadow-soft); transform: translateY(-1px); }
.lm-option-value input:checked + span { background: var(--lm-primary-dark); border-color: var(--lm-primary-dark); color: #fff; }
.lm-option-value input:focus-visible + span { outline: 3px solid rgba(249,115,22,.4); outline-offset: 3px; }
.lm-product__variant-summary { margin: -4px 0 0; display: grid; gap: 10px; color: var(--lm-primary-dark); font-size: 14px; font-weight: 760; }
.lm-product__variant-selected { margin: 0; }
.lm-quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lm-quantity-row input { width: 92px; min-height: 44px; border: 1px solid var(--lm-border); border-radius: 8px; padding: 0 12px; }
.lm-product-form__actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
.lm-form-error { color: var(--lm-danger); font-weight: 800; }
.lm-product__cta-reassurance { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--lm-border); }
.lm-product__trust { margin-top: 14px; }
.lm-product__detail-summary { margin: 0 0 18px; padding: 16px; border: 1px solid var(--lm-border); border-radius: 12px; background: var(--lm-bg-soft); display: grid; gap: 10px; }
.lm-product__detail-summary p { margin: 0; }
.lm-product-info { margin-top: clamp(34px, 5vw, 58px); padding-top: clamp(24px, 4vw, 38px); border-top: 1px solid var(--lm-border); }
.lm-product-info__accordion { max-width: 880px; }
.lm-accordion__content { padding-bottom: 16px; color: #4b5563; line-height: 1.6; }
.lm-accordion__content p { margin: 0 0 12px; padding-bottom: 0; }
.lm-product-specs { margin: 0; display: grid; gap: 10px; }
.lm-product-specs div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-top: 1px solid var(--lm-border); }
.lm-product-specs div:first-child { border-top: 0; padding-top: 0; }
.lm-product-specs dt { font-weight: 850; color: var(--lm-primary-dark); }
.lm-product-specs dd { margin: 0; color: #4b5563; }
.lm-variant-specs { margin: 0; display: grid; gap: 0; }
.lm-variant-spec-row { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-top: 1px solid var(--lm-border); }
.lm-variant-spec-row:first-child { border-top: 0; padding-top: 0; }
.lm-variant-spec-row dt { font-weight: 850; color: var(--lm-primary-dark); }
.lm-variant-spec-row dd { margin: 0; color: #4b5563; }
.lm-compact-list { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.lm-how-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lm-how-step { background: var(--lm-bg-soft); border: 1px solid var(--lm-border); border-radius: 16px; padding: 20px; box-shadow: none; }
.lm-how-step h3 { margin: 12px 0 8px; font-size: 18px; }
.lm-how-step p { margin: 0; color: #4b5563; line-height: 1.55; }
.lm-trust-badges { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.lm-trust-badges li { display: flex; align-items: flex-start; gap: 8px; min-height: 56px; padding: 10px; border: 1px solid var(--lm-border); border-radius: 12px; background: #fff; color: var(--lm-primary-dark); font-size: 12px; font-weight: 760; line-height: 1.35; }
.lm-trust-badges .lm-svg-icon { width: 26px; height: 26px; }
.lm-trust-badges svg { width: 16px; height: 16px; }
.lm-sticky-atc { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom, 0px)); z-index: 45; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)); border: 1px solid var(--lm-border); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--lm-shadow); backdrop-filter: blur(10px); }
.lm-sticky-atc > div:first-child { min-width: 0; }
.lm-sticky-atc strong { display: block; max-width: 38vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lm-sticky-atc span { color: var(--lm-muted); font-weight: 800; }
.lm-sticky-atc__actions { flex: 1 1 220px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lm-sticky-atc__actions .lm-button { width: auto; min-height: 44px; padding: 11px 14px; white-space: nowrap; box-shadow: none; }
.lm-sticky-atc__actions .lm-button span { color: inherit; font-weight: 800; }

.lm-collection .lm-section-heading { margin-bottom: 28px; }
.lm-sort-form { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.lm-sort-form select { min-height: 42px; border: 1px solid var(--lm-border); border-radius: 999px; background: #fff; padding: 0 14px; }
.lm-pagination { margin-top: 34px; display: flex; justify-content: center; }
.lm-pagination .page, .lm-pagination .next, .lm-pagination .prev { margin: 0 4px; }

.lm-cart-drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; }
.lm-cart-drawer[aria-hidden="false"] { pointer-events: auto; visibility: visible; }
.lm-cart-drawer__overlay { position: absolute; inset: 0; border: 0; background: rgba(15, 23, 42, .42); opacity: 0; transition: opacity .2s ease; }
.lm-cart-drawer[aria-hidden="false"] .lm-cart-drawer__overlay { opacity: 1; }
.lm-cart-drawer__panel { position: absolute; right: 0; top: 0; height: 100%; width: min(440px, 100vw); display: grid; grid-template-rows: auto 1fr auto; background: #fff; transform: translateX(100%); transition: transform .22s ease; box-shadow: -24px 0 60px rgba(15,23,42,.18); }
.lm-cart-drawer[aria-hidden="false"] .lm-cart-drawer__panel { transform: translateX(0); }
.lm-cart-drawer__header, .lm-cart-drawer__footer { padding: 20px; border-bottom: 1px solid var(--lm-border); }
.lm-cart-drawer__footer { border-top: 1px solid var(--lm-border); border-bottom: 0; display: grid; gap: 12px; }
.lm-cart-drawer__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.lm-cart-drawer__header h2 { font-size: 28px; margin: 0; }
.lm-cart-drawer__body { padding: 20px; overflow: auto; display: grid; align-content: start; gap: 14px; }
.lm-cart-line { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--lm-border); border-radius: 12px; background: #fff; }
.lm-cart-line img { width: 76px; height: 76px; object-fit: cover; border-radius: 10px; background: #fff; }
.lm-cart-line a { font-weight: 760; color: var(--lm-primary-dark); }
.lm-cart-line span { display: block; color: var(--lm-muted); font-size: 13px; }
.lm-cart-line__qty { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.lm-cart-line__qty button { width: 44px; height: 44px; border: 1px solid var(--lm-border); border-radius: 999px; background: #fff; font-weight: 900; }
.lm-cart-line__remove { border: 0; background: transparent; color: var(--lm-danger); font-weight: 800; padding: 8px 0 0; }
.lm-cart-subtotal { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 18px; }
.lm-empty-state { padding: 24px; border: 1px dashed var(--lm-border-strong); border-radius: 14px; background: #fff; color: var(--lm-muted); }

.lm-cart-page__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.lm-cart-lines { display: grid; gap: 14px; }
.lm-cart-page .lm-cart-line { grid-template-columns: 90px 1fr auto; background: #fff; }
.lm-cart-page .lm-cart-line img { width: 90px; height: 90px; }
.lm-cart-page input { min-height: 42px; width: 84px; border: 1px solid var(--lm-border); border-radius: 8px; padding: 0 10px; }
.lm-cart-page__actions { margin-top: 20px; display: flex; justify-content: flex-end; gap: 12px; }
.lm-cart-summary { position: sticky; top: 92px; padding: 22px; background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; box-shadow: none; }
.lm-cart-summary h2 { font-size: 24px; }
.lm-page__content { max-width: 820px; padding: 48px 0; }
.lm-about-page__intro { max-width: 860px; padding-bottom: 16px; }
.lm-about-page__lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: #374151; }
.lm-about-page__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.lm-about-card, .lm-about-panel { background: #fff; border: 1px solid var(--lm-border); border-radius: 16px; padding: 22px; }
.lm-about-card h2, .lm-about-panel h2 { font-size: clamp(20px, 2vw, 28px); }
.lm-about-page__split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; margin-top: 18px; }

@media (max-width: 989px) {
  .lm-about-page__grid,
  .lm-about-page__split { grid-template-columns: 1fr; }
}

.lm-footer { background: #1f2937; color: #fff; padding: 44px 0 20px; }
.lm-footer p { color: #d1d5db; max-width: 420px; }
.lm-footer__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(150px, .5fr) minmax(150px, .5fr); gap: 36px; align-items: start; }
.lm-footer .lm-logo { color: #fff; margin-bottom: 14px; }
.lm-footer .lm-logo__mark { background: transparent; }
.lm-footer h2 { font-size: 14px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; margin: 4px 0 14px; color: #f9fafb; }
.lm-footer a:not(.lm-logo) { display: block; color: #d1d5db; padding: 5px 0; font-size: 14px; }
.lm-footer a:not(.lm-logo):hover { color: #fed7aa; }
.lm-footer .lm-trust-badges li { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.16); }
.lm-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; color: #d1d5db; font-size: 13px; }

.lm-policy-page h1, .lm-page__content > h1 { font-size: clamp(28px, 2.6vw, 40px); line-height: 1.15; }
.lm-contact-page__grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(360px, .85fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.lm-contact-page__intro h1 { font-size: clamp(30px, 3vw, 42px); }
.lm-contact-card, .lm-contact-form-card { background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; padding: 22px; box-shadow: none; }
.lm-contact-card { margin-top: 22px; }
.lm-contact-card h2 { font-size: 20px; margin-bottom: 12px; }
.lm-contact-card ul { margin: 0; padding-left: 1.2rem; color: #4b5563; }
.lm-contact-form { display: grid; gap: 16px; }
.lm-field { display: grid; gap: 7px; }
.lm-field label { font-weight: 780; color: var(--lm-primary-dark); }
.lm-field input, .lm-field textarea { width: 100%; min-height: 46px; border: 1px solid var(--lm-border); border-radius: 8px; padding: 11px 13px; background: #fff; color: var(--lm-text); }
.lm-field textarea { min-height: 150px; resize: vertical; }
.lm-form-success { border: 1px solid #bbf7d0; background: #f0fdf4; color: #166534; border-radius: 10px; padding: 12px 14px; font-weight: 760; }

.lm-search-page__form { display: flex; align-items: center; gap: 10px; width: min(520px, 100%); }
.lm-search-page__form input { flex: 1; min-width: 0; min-height: 46px; border: 1px solid var(--lm-border); border-radius: 8px; padding: 0 14px; background: #fff; color: var(--lm-text); }
.lm-search-results { align-items: stretch; }
.lm-search-note { grid-column: 1 / -1; padding: 14px 16px; border: 1px solid var(--lm-border); border-radius: 12px; background: var(--lm-bg-soft); color: #4b5563; font-weight: 720; }
.lm-result-card, .lm-page-card { background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; padding: 22px; box-shadow: none; }
.lm-result-card h2 { font-size: 22px; margin-bottom: 8px; }
.lm-result-card a { color: var(--lm-primary-dark); }
.lm-result-card a:hover { color: var(--lm-accent-dark); }
.lm-page { background: #fff; }
.lm-page__content { max-width: 880px; padding: 24px 0 56px; }
.lm-page__content h1 { margin-bottom: 24px; }
.lm-page-card h1, .lm-page-card h2, .lm-page__content h2 { font-size: 20px; margin-top: 24px; line-height: 1.28; }
.lm-page-card h3, .lm-page__content h3 { font-size: 17px; margin-top: 18px; line-height: 1.32; }
.lm-page-card p, .lm-page-card li, .lm-page__content p, .lm-page__content li { color: #4b5563; }
.lm-page-card ul, .lm-page__content ul { padding-left: 1.25rem; }

.lm-newsletter { background: var(--lm-bg); }
.lm-newsletter__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.lm-newsletter h2 { font-size: clamp(24px, 2.8vw, 36px); }
.lm-newsletter__form-card { background: #fff; border: 1px solid var(--lm-border); border-radius: 14px; padding: 18px; }
.lm-newsletter-form { display: flex; gap: 10px; align-items: stretch; }
.lm-newsletter-form input[type="email"] { flex: 1; min-width: 0; min-height: 48px; border: 1px solid var(--lm-border); border-radius: 8px; padding: 0 14px; }

@media (max-width: 1080px) {
  .lm-nav--desktop { display: none; }
  .lm-mobile-menu { display: block; }
  .lm-header__inner { grid-template-columns: auto 1fr; }
  .lm-search { display: none; }
  .lm-trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lm-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lm-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .lm-container { width: min(100% - 28px, var(--lm-container)); }
  .lm-section { padding: 44px 0; }
  .lm-announcement__inner { justify-content: flex-start; overflow-x: auto; }
  .lm-header__inner { min-height: 66px; gap: 12px; }
  .lm-logo { font-size: 19px; }
  .lm-cart-button span:not(.lm-svg-icon):not(.lm-cart-count) { display: none; }
  .lm-hero__grid, .lm-product__grid, .lm-benefit-story__grid, .lm-faq__grid, .lm-cart-page__grid, .lm-footer__grid, .lm-contact-page__grid, .lm-newsletter__inner { grid-template-columns: 1fr; }
  .lm-hero__visual { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lm-product__media-column, .lm-product__info, .lm-cart-summary { position: static; }
  .lm-product-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding-bottom: 8px; }
  .lm-product-gallery__item { min-width: 86%; scroll-snap-align: start; }
  .lm-product-gallery__item:first-child { min-width: 86%; }
  .lm-section-heading--split { align-items: flex-start; flex-direction: column; }
  .lm-trust-strip__grid, .lm-category-grid, .lm-product-grid, .lm-benefit-cards--three { grid-template-columns: 1fr 1fr; }
  .lm-how-steps { grid-template-columns: 1fr; }
  .lm-product-specs div, .lm-variant-spec-row { grid-template-columns: 1fr; gap: 4px; }
  .lm-trust-badges { grid-template-columns: 1fr; }
  .lm-category-card { min-height: 150px; }
  .lm-sticky-atc:not([hidden]) { display: flex; }
  .lm-cart-page__actions { flex-direction: column; }
  .lm-footer__bottom { flex-direction: column; }
  .lm-search-page__form { width: 100%; }
}

@media (max-width: 520px) {
  h1 { font-size: 34px; }
  h2 { font-size: 27px; }
  .lm-hero { padding: 28px 0 34px; }
  .lm-hero__grid { gap: 20px; }
  .lm-hero__subheading { font-size: 16px; }
  .lm-hero__actions, .lm-button { width: 100%; }
  .lm-sticky-atc { align-items: stretch; gap: 10px; }
  .lm-sticky-atc strong { max-width: 32vw; }
  .lm-sticky-atc__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lm-sticky-atc__actions .lm-button { width: auto; min-height: 42px; padding: 10px 12px; font-size: 14px; }
  .lm-hero__actions { margin: 18px 0 14px; }
  .lm-search-page__form, .lm-newsletter-form { flex-direction: column; align-items: stretch; }
  .lm-trust-strip__grid, .lm-category-grid, .lm-benefit-cards--three { grid-template-columns: 1fr; }
  .lm-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .lm-product-card__content { padding: 11px; }
  .lm-product-card__title { font-size: 14px; }
  .lm-product-card__cta { font-size: 13px; }
  .lm-hero__visual { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x proximity; padding: 2px 1px 8px; }
  .lm-hero-product { flex: 0 0 38%; min-width: 128px; scroll-snap-align: start; }
  .lm-hero-product__content { padding: 9px; }
  .lm-hero-product__content strong { min-height: 0; font-size: 12px; -webkit-line-clamp: 1; }
  .lm-hero-product__content span { margin-top: 3px; font-size: 13px; }
  .lm-cart-drawer__panel { width: 100vw; }
  .lm-cart-line { grid-template-columns: 70px 1fr; }
  .lm-cart-line > strong { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

.lm-product-reviews { background: linear-gradient(180deg, #fff 0%, #fffaf3 100%); }
.lm-review-app-slot { min-height: 0; }
.lm-native-reviews__summary { display: inline-flex; align-items: center; gap: 8px; color: var(--lm-primary-dark); font-size: 14px; font-weight: 800; white-space: nowrap; padding: 10px 12px; border: 1px solid #fed7aa; border-radius: 999px; background: #fff; box-shadow: 0 8px 22px rgba(194, 65, 12, .10); }
.lm-native-reviews__stars, .lm-native-review__stars { display: inline-flex; gap: 1px; color: #d6d6d6; letter-spacing: .02em; }
.lm-native-reviews__stars .is-filled, .lm-native-review__stars .is-filled { color: var(--lm-accent-dark); }
.lm-native-reviews__stars--large { font-size: 20px; }
.lm-native-reviews__overview { display: grid; grid-template-columns: minmax(280px, 520px); gap: 16px; margin-bottom: 18px; }
.lm-native-reviews__score-card { border: 1px solid var(--lm-border); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--lm-shadow-soft); padding: clamp(16px, 2.4vw, 22px); }
.lm-native-reviews__score-card { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #fff 0%, #fff7ed 100%); }
.lm-native-reviews__score { font-size: clamp(42px, 6vw, 68px); line-height: .9; font-weight: 950; color: var(--lm-primary-dark); letter-spacing: -.06em; }
.lm-native-reviews__score-card p { margin: 8px 0 0; color: var(--lm-muted); font-weight: 700; }
.lm-native-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.lm-native-review { border: 1px solid rgba(234, 223, 206, .95); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(31, 41, 55, .08); position: relative; overflow: hidden; }
.lm-native-review::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--lm-accent-dark), #f97316); }
.lm-native-review__topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.lm-native-review__topline time, .lm-native-review__meta { color: var(--lm-muted); font-size: 13px; }
.lm-native-review h3 { margin: 0 0 8px; font-size: 16px; }
.lm-native-review p { margin: 0; color: #263244; line-height: 1.62; overflow-wrap: anywhere; }
.lm-native-review__meta { margin-top: 14px; font-weight: 850; display: flex; align-items: center; gap: 8px; }
.lm-native-review__meta::before { content: ""; width: 22px; height: 22px; border-radius: 999px; background: linear-gradient(135deg, var(--lm-accent-dark), var(--lm-accent)); box-shadow: inset 0 0 0 6px rgba(255,255,255,.72); }
.lm-native-review__photos { display: flex; gap: 8px; margin-top: 14px; }
.lm-native-review__photos img { width: 74px; height: 74px; object-fit: cover; border-radius: 14px; border: 1px solid var(--lm-border); background: var(--lm-surface); }
.lm-native-reviews__actions { display: flex; justify-content: center; margin-top: 22px; }
.lm-native-reviews__load-more { width: auto; min-width: min(100%, 280px); flex-direction: column; gap: 2px; border-color: var(--lm-border-strong); color: var(--lm-accent-dark); background: #fff; }
.lm-native-reviews__load-more small { color: var(--lm-muted); font-size: 12px; font-weight: 750; }
.lm-native-reviews__load-more:hover { background: #fff7ed; color: var(--lm-accent-dark); }

@media (max-width: 860px) {
  .lm-native-reviews__overview, .lm-native-reviews { grid-template-columns: 1fr; }
  .lm-native-reviews__summary { white-space: normal; }
}

.lm-first-order-offer {
  display: grid;
  gap: 4px;
  margin: 12px 0 2px;
  padding: 12px 14px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffaf3 100%);
  color: var(--lm-primary-dark);
}
.lm-first-order-offer[hidden] { display: none; }
.lm-first-order-offer strong { color: var(--lm-accent-dark); font-size: 13px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.lm-first-order-offer span { color: #4b5563; font-size: 14px; font-weight: 700; line-height: 1.35; }
.lm-first-order-cta[hidden], .lm-cart-offer-message[hidden] { display: none; }
.lm-first-order-cta { margin: -4px 0 0; color: var(--lm-muted); font-size: 13px; text-align: center; }
.lm-cart-offer-message { margin: 0; padding: 10px 12px; border: 1px solid #fed7aa; border-radius: 10px; background: #fff7ed; color: var(--lm-accent-dark); font-size: 14px; font-weight: 800; line-height: 1.35; }

@media (max-width: 520px) {
  .lm-first-order-offer { padding: 11px 12px; margin-top: 10px; }
  .lm-first-order-offer span, .lm-cart-offer-message, .lm-first-order-cta { font-size: 13px; }
}

.lm-first-order-offer__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 2px; }
.lm-first-order-offer__price[hidden] { display: none; }
.lm-first-order-offer__price s { color: #6b7280; font-size: 13px; font-weight: 800; text-decoration-thickness: 2px; }
.lm-first-order-offer__discounted { color: var(--lm-accent); font-size: 18px; font-weight: 950; }
.lm-first-order-offer__price small { color: var(--lm-accent-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
@media (max-width: 520px) { .lm-first-order-offer__discounted { font-size: 17px; } }

.lm-cart-subtotal__prices { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.lm-cart-subtotal__prices s { color: #6b7280; font-size: 13px; font-weight: 800; text-decoration-thickness: 2px; }
.lm-cart-subtotal__prices strong { color: var(--lm-text); }
.lm-cart-subtotal__prices small { color: var(--lm-accent); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.lm-cart-subtotal[data-lm-offer-enabled="true"] .lm-cart-subtotal__prices strong { color: var(--lm-accent); }
