/*
 * MO LAMODE v1.6 — Elementor-editable reference defaults.
 * v1.5 used hundreds of !important declarations that overrode Elementor controls.
 * v1.6 keeps the approved visual as normal theme defaults, but never uses !important
 * for the starter layout. Elementor's per-element generated CSS is more specific,
 * so editor changes win immediately in preview and on the frontend.
 */
/*
 * The remaining declarations are starter defaults only. They are intentionally
 * non-important and use reduced selector specificity where Elementor exposes a control.
 */
:root{
  --ml-primary:#760024;
  --ml-primary-2:#8b002d;
  --ml-deep:#5a001b;
  --ml-gold:#c9954f;
  --ml-gold-light:#e5bd78;
  --ml-cream:#f2e5da;
  --ml-ink:#161013;
  --ml-copy:#2d2527;
  --ml-line:#eee5df;
  --ml-ref-serif:"Cormorant Garamond", Georgia, serif;
  --ml-ref-sans:"Montserrat", Arial, sans-serif;
  --ml-ref-script:"Allura", "Brush Script MT", cursive;
}

body{font-family:var(--ml-ref-sans);color:var(--ml-copy);}
.ml-front-page,.ml-elementor-full-width{width:100%;max-width:none;margin:0;padding:0;overflow:hidden;}
.ml-front-page .entry-content{margin:0;padding:0;width:100%;max-width:none;}
.ml-front-page .elementor-section,.ml-brand-topbar,.ml-brand-main-header,.ml-brand-navrow{--widgets-spacing:0px;}
.ml-brand-topbar .elementor-widget,.ml-brand-main-header .elementor-widget,.ml-brand-navrow .elementor-widget{margin-bottom:0;}

/* 01 — announcement bar -------------------------------------------------- */
.ml-brand-topbar{min-height:32px;background:#760024;color:#fff;}
.ml-brand-topbar>.elementor-container{
  width:100%;max-width:1450px;min-height:32px;
  padding:0 36px;display:flex;align-items:center;
}
.ml-brand-topbar .elementor-column{min-height:0;}
.ml-brand-topbar .elementor-widget-wrap{padding:0;align-content:center;}
.ml-ref-top-item{display:flex;align-items:center;gap:7px;font:600 9px/1 var(--ml-ref-sans);letter-spacing:.11em;white-space:nowrap;color:#fff;}
.ml-ref-top-item svg{width:13px;height:13px;fill:none;stroke:var(--ml-gold-light);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;}
.ml-brand-topbar :where(.elementor-column:nth-child(1)) .ml-ref-top-item{justify-content:flex-start;}
.ml-brand-topbar :where(.elementor-column:nth-child(2)) .ml-ref-top-item{justify-content:center;color:var(--ml-gold-light);letter-spacing:.17em;}
.ml-brand-topbar :where(.elementor-column:nth-child(3)) .ml-ref-top-item{justify-content:center;}
.ml-brand-topbar :where(.elementor-column:nth-child(4)) .ml-ref-top-item{justify-content:flex-end;}

/* 02 — main header ------------------------------------------------------- */
.ml-brand-main-header{min-height:78px;background:#fff;border:0;}
.ml-brand-main-header>.elementor-container{
  width:100%;max-width:1450px;min-height:78px;padding:0 42px;
  display:flex;align-items:center;
}
.ml-brand-main-header .elementor-column{min-height:0;}
.ml-brand-main-header .elementor-column>.elementor-widget-wrap{padding:0;min-height:0;align-content:center;}
.ml-brand-main-header :where(.elementor-column:nth-child(1)>.elementor-widget-wrap){justify-content:flex-start;}
.ml-brand-main-header :where(.elementor-column:nth-child(2)>.elementor-widget-wrap){justify-content:center;}
.ml-brand-main-header :where(.elementor-column:nth-child(3)>.elementor-widget-wrap){justify-content:flex-end;}
.ml-brand-main-header .ml-ew-brand{display:flex;justify-content:center;align-items:center;}
.ml-brand-main-header .ml-ew-brand img{width:142px;max-width:142px;object-fit:contain;}
.ml-brand-main-header .ml-ew-search{width:220px;max-width:220px;gap:10px;}
.ml-brand-main-header .ml-ew-search svg{width:15px;stroke:#171014;stroke-width:1.45;}
.ml-brand-main-header .ml-ew-search input{padding:8px 0;font:400 10px/1.2 var(--ml-ref-sans);color:#4c4244;}
.ml-brand-main-header .ml-ew-search input::placeholder{color:#afa5a7;opacity:1;}
.ml-brand-main-header .ml-ew-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;}
.ml-brand-main-header .ml-ew-action{display:flex;flex-direction:column;align-items:center;gap:2px;color:#171014;font:500 8px/1 var(--ml-ref-sans);}
.ml-brand-main-header .ml-ew-action svg{width:20px;stroke-width:1.45;}
.ml-brand-main-header .ml-ew-cart b{top:-5px;right:-5px;width:15px;font-size:7px;background:#760024;}

/* 03 — nav row ----------------------------------------------------------- */
.ml-brand-navrow{min-height:36px;background:#fff;border-top:1px solid #f6f0ec;border-bottom:1px solid #eadfd9;}
.ml-brand-navrow>.elementor-container{width:100%;max-width:none;min-height:36px;padding:0 24px;display:flex;align-items:center;justify-content:center;}
.ml-brand-navrow .elementor-column,.ml-brand-navrow .elementor-widget-wrap{padding:0;min-height:0;}
.ml-brand-navrow .ml-ew-nav>ul{display:flex;justify-content:center;align-items:center;gap:29px;}
.ml-brand-navrow .ml-ew-nav>ul>li>a{padding:11px 0;font:600 8.7px/1 var(--ml-ref-sans);letter-spacing:.075em;color:#2e2326;text-transform:uppercase;}
.ml-brand-navrow .ml-ew-nav>ul>li>a:hover{color:#760024;}

/* 04 — hero: full viewport width; Elementor owns the editable column split --- */
.ml-brand-hero{width:100%;margin:0;padding:0;background:#f2e5da;overflow:hidden;}
.ml-brand-hero>.elementor-container{
  width:100%;max-width:none;min-height:0;
  display:flex;align-items:stretch;
}
.ml-brand-hero .elementor-column{min-height:0;}
.ml-brand-hero :where(.elementor-column:first-child>.elementor-widget-wrap){height:100%;padding:clamp(32px,4.7vw,72px) clamp(34px,8.2vw,118px);align-content:center;}
.ml-brand-hero :where(.elementor-column:first-child .elementor-widget){margin-bottom:0;}
.ml-brand-hero :where(.elementor-column:first-child) h6.elementor-heading-title{margin:0 0 10px;color:#a36d4f;font:600 clamp(9px,.72vw,12px)/1 var(--ml-ref-sans);letter-spacing:.17em;}
.ml-brand-hero :where(.elementor-column:first-child) h1.elementor-heading-title{
  margin:0;max-width:500px;color:#760024;
  font:500 clamp(48px,4.15vw,68px)/.88 var(--ml-ref-serif);letter-spacing:-.015em;text-transform:uppercase;
}
.ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child)){margin:19px 0 0;max-width:340px;}
.ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child)){color:#251f20;font:400 clamp(12px,.93vw,15px)/1.45 var(--ml-ref-sans);}
.ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child) p){margin:0;}
.ml-brand-hero .elementor-widget-button{margin-top:16px;}
.ml-brand-hero .elementor-button{border-radius:2px;background:#760024;color:#fff;padding:13px 20px;box-shadow:none;font:700 clamp(8px,.65vw,10px)/1 var(--ml-ref-sans);letter-spacing:.035em;text-transform:uppercase;}
.ml-brand-hero .elementor-button:hover{background:#5a001b;color:#fff;}
.ml-brand-hero .ml-slide-count{margin:25px 0 0;color:#7a4856;font:500 8px/1 var(--ml-ref-sans);letter-spacing:.13em;}
.ml-brand-hero .elementor-column:last-child{position:relative;height:100%;overflow:hidden;}
.ml-brand-hero :where(.elementor-column:last-child>.elementor-widget-wrap){height:100%;padding:0;align-content:stretch;}
.ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image),.ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image .elementor-widget-container){position:absolute;inset:0;width:100%;height:100%;margin:0;}
.ml-brand-hero :where(.elementor-column:last-child img){width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% 43%;}
.ml-brand-hero :where(.elementor-column:last-child .elementor-widget-heading){position:absolute;right:4.8%;top:36%;width:155px;z-index:3;transform:rotate(-4deg);margin:0;}
.ml-brand-hero :where(.elementor-column:last-child) h3.elementor-heading-title{margin:0;color:#760024;font:400 clamp(31px,2.7vw,44px)/.82 var(--ml-ref-script);text-align:center;letter-spacing:0;}

/* 05 — category tiles --------------------------------------------------- */
.ml-brand-categories{width:100%;margin:0;padding:9px 11px 8px;background:#fff;}
.ml-brand-categories>.elementor-container{width:100%;max-width:none;display:flex;gap:0;}
.ml-brand-categories .elementor-column{min-height:0;padding:0 4.5px;}
.ml-brand-categories .ml-brand-cat-card{height:clamp(185px,21.5vw,330px);min-height:0;}
.ml-brand-categories .ml-brand-cat-card>.elementor-widget-wrap{height:100%;padding:0;position:relative;overflow:hidden;}
.ml-brand-categories .elementor-widget-image,.ml-brand-categories .elementor-widget-image .elementor-widget-container{position:absolute;inset:0;width:100%;height:100%;}
.ml-brand-categories .elementor-widget-image img{width:100%;height:100%;object-fit:cover;filter:none;}
.ml-brand-categories .ml-brand-cat-card:after{inset:45% 0 0;background:linear-gradient(transparent,rgba(18,8,10,.74));}
.ml-brand-categories .elementor-widget-heading{left:14px;bottom:34px;margin:0;}
.ml-brand-categories h3{margin:0;color:#fff;font:500 clamp(21px,2vw,31px)/.95 var(--ml-ref-serif);letter-spacing:.01em;}
.ml-brand-categories .elementor-widget-button{left:14px;bottom:11px;margin:0;}
.ml-brand-categories .elementor-button{background:transparent;color:#fff;padding:0;font:600 9px/1 var(--ml-ref-sans);letter-spacing:.03em;}

/* 06 — benefits --------------------------------------------------------- */
.ml-brand-benefits{border:0;border-bottom:1px solid #efe8e3;}
.ml-brand-benefits>.elementor-container{width:100%;max-width:1450px;min-height:58px;padding:7px 28px;display:flex;align-items:center;}
.ml-brand-benefits .elementor-column{}
.ml-brand-benefits .elementor-column>.elementor-widget-wrap{padding:5px 8px;grid-template-columns:34px 1fr;column-gap:7px;}
.ml-brand-benefits .elementor-widget-heading:first-child h3{font:500 25px/1 var(--ml-ref-serif);color:#760024;}
.ml-brand-benefits .elementor-widget-heading:nth-child(2) h6{font:700 8.6px/1.15 var(--ml-ref-sans);color:#2d2225;}
.ml-brand-benefits .elementor-widget-text-editor{font:400 7.7px/1.25 var(--ml-ref-sans);color:#897d7f;}
.ml-brand-benefits :where(.elementor-widget-text-editor p){margin:0;}

/* 07 — homepage headings + product cards ------------------------------- */
.ml-brand-heading-row{padding:25px 0 8px;}
.ml-brand-heading-row>.elementor-container,.ml-brand-products>.elementor-container{width:100%;max-width:1450px;padding:0 27px;}
.ml-brand-heading-row h2{margin:0;color:#1f181a;font:500 clamp(25px,2.2vw,34px)/.95 var(--ml-ref-serif);letter-spacing:.015em;text-transform:uppercase;}
.ml-brand-heading-row p{margin:2px 0 0;color:#8d8183;font:400 9.5px/1.2 var(--ml-ref-sans);}
.ml-brand-heading-row .elementor-button{color:#760024;font:700 9px/1 var(--ml-ref-sans);}
.ml-brand-products{padding:0 0 22px;}
.ml-brand-products .ml-ew-products ul.products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;}
.ml-brand-products .woocommerce ul.products li.product a img{width:100%;aspect-ratio:1/1.02;object-fit:cover;background:#f8f5f3;margin:0 0 8px;}
.ml-brand-products .woocommerce ul.products li.product .woocommerce-loop-product__title{font:600 9px/1.25 var(--ml-ref-sans);color:#251d1f;}
.ml-brand-products .woocommerce ul.products li.product .price{font:500 8.2px/1.2 var(--ml-ref-sans);color:#62575a;}
.ml-brand-products .woocommerce ul.products li.product .button{background:#760024;border-radius:1px;padding:9px 6px;font:700 8px/1 var(--ml-ref-sans);letter-spacing:.04em;}
.ml-brand-products .woocommerce ul.products li.product .onsale{background:#ef463d;border-radius:2px;padding:5px 7px;font:700 7px/1 var(--ml-ref-sans);}

/* 08 — elegance banner -------------------------------------------------- */
.ml-brand-elegance{width:calc(100% - 24px);margin:0 12px;background:linear-gradient(100deg,#3e211b 0%,#770024 55%,#4b341f 100%);}
.ml-brand-elegance>.elementor-container{width:100%;max-width:none;min-height:0;display:flex;}
.ml-brand-elegance .elementor-column{height:100%;}
.ml-brand-elegance :where(.elementor-column:first-child img){height:100%;min-height:0;object-fit:cover;}
.ml-brand-elegance :where(.elementor-column:nth-child(2)>.elementor-widget-wrap){height:100%;padding:20px 30px;align-content:center;}
.ml-brand-elegance h2{font:500 clamp(28px,2.8vw,43px)/.87 var(--ml-ref-serif);}
.ml-brand-elegance :where(.elementor-widget-text-editor:not(:last-child)){font:400 10px/1.35 var(--ml-ref-sans);}
.ml-brand-elegance .elementor-button{background:#e4b45f;color:#4d261d;font:700 8px/1 var(--ml-ref-sans);padding:10px 16px;}
.ml-brand-elegance :where(.elementor-widget-text-editor:last-child){right:7%;top:23px;width:160px;padding-left:22px;}
.ml-brand-elegance .ml-elegance-list{font:500 10px/2.15 var(--ml-ref-sans);color:#f5dba9;}

/* 09 — editorial pair --------------------------------------------------- */
.ml-brand-editorials{padding:11px 12px 25px;}
.ml-brand-editorials>.elementor-container{width:100%;max-width:none;display:flex;gap:0;}
.ml-brand-editorials .ml-brand-editorial-card{}
.ml-brand-editorial-card>.elementor-widget-wrap{grid-template-columns:48% 52%;}
.ml-brand-editorial-card img{min-height:0;}
.ml-brand-editorial-card h2{font:500 clamp(25px,2.5vw,38px)/.88 var(--ml-ref-serif);}
.ml-brand-editorial-card p{font:400 9.5px/1.35 var(--ml-ref-sans);}
.ml-brand-editorial-card .elementor-button{background:#760024;font:700 8px/1 var(--ml-ref-sans);}

/* 10 — social strip ----------------------------------------------------- */
.ml-brand-instagram-title{padding:2px 0 8px;}
.ml-brand-instagram-title h3{font:500 19px/1 var(--ml-ref-serif);color:#542430;}
.ml-brand-instagram-title p{font:400 8px/1.2 var(--ml-ref-sans);}
.ml-brand-instagram-grid{padding:0 8px 9px;}
.ml-brand-instagram-grid>.elementor-container{width:100%;max-width:none;display:flex;gap:5px;}
.ml-brand-instagram-grid .elementor-column{}
.ml-brand-instagram-grid img{height:auto;aspect-ratio:1.13/1;object-fit:cover;}

/* 11 — newsletter/footer ------------------------------------------------ */
.ml-brand-newsletter{background:linear-gradient(90deg,#760024,#8a0832,#5a001b);}
.ml-brand-newsletter>.elementor-container{width:100%;max-width:none;min-height:70px;padding:15px 34px;}
.ml-brand-newsletter h3{font:500 22px/1 var(--ml-ref-serif);}
.ml-brand-newsletter p{font:400 8.2px/1.35 var(--ml-ref-sans);}
.ml-newsletter-form{max-width:500px;}
.ml-newsletter-form input{height:38px;font:400 9px/1 var(--ml-ref-sans);}
.ml-newsletter-form button{height:38px;background:#d7a959;font:700 8px/1 var(--ml-ref-sans);}
.ml-brand-footer{padding:26px 0 19px;background:radial-gradient(circle at 20% 0%,#7b0a30,#55001d 62%);}
.ml-brand-footer>.elementor-container,.ml-brand-footer-bottom>.elementor-container{width:100%;max-width:1450px;padding:0 38px;}
.ml-brand-footer .ml-ew-brand img{max-height:60px;max-width:135px;}
.ml-brand-footer h6{font:700 8.5px/1 var(--ml-ref-sans);}
.ml-brand-footer p,.ml-brand-footer a,.ml-brand-footer .ml-ew-nav a{font:400 8.2px/1.7 var(--ml-ref-sans);}
.ml-brand-footer-bottom p{font:400 7.5px/1.2 var(--ml-ref-sans);}

/* Desktop fidelity target: the reference was approved at ~793 px wide. At
   larger widths the starter keeps a stable baseline while Elementor element
   settings remain authoritative. */
@media (min-width:768px){
  .ml-brand-hero>.elementor-container,.ml-brand-categories>.elementor-container,.ml-brand-elegance>.elementor-container,.ml-brand-editorials>.elementor-container,.ml-brand-instagram-grid>.elementor-container{flex-wrap:nowrap;}
}

/* Tablet ---------------------------------------------------------------- */
@media (max-width:1024px){
  .ml-brand-topbar>.elementor-container{padding:0 16px;}
  .ml-ref-top-item{font-size:7.5px;letter-spacing:.07em;}
  .ml-brand-main-header>.elementor-container{padding:0 22px;}
  .ml-brand-main-header .ml-ew-search{width:185px;}
  .ml-brand-navrow .ml-ew-nav>ul{gap:19px;}
  .ml-brand-hero>.elementor-container{}
  .ml-brand-hero :where(.elementor-column:first-child>.elementor-widget-wrap){padding-left:7vw;padding-right:4vw;}
  .ml-brand-hero :where(.elementor-column:first-child) h1.elementor-heading-title{font-size:5.2vw;}
  .ml-brand-products .ml-ew-products ul.products{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;}
}

/* Mobile ---------------------------------------------------------------- */
@media (max-width:767px){
  .ml-brand-topbar{}
  .ml-brand-topbar>.elementor-container{min-height:31px;display:flex;flex-wrap:wrap;padding:0 12px;}
  :where(.ml-brand-topbar .elementor-column){width:50%;}
  .ml-brand-topbar .elementor-column:nth-child(3),.ml-brand-topbar .elementor-column:nth-child(4){display:none;}
  .ml-brand-topbar :where(.elementor-column:nth-child(1)) .ml-ref-top-item{justify-content:flex-start;}
  .ml-brand-topbar :where(.elementor-column:nth-child(2)) .ml-ref-top-item{justify-content:flex-end;}
  .ml-ref-top-item{font-size:6.5px;gap:5px;letter-spacing:.055em;}
  .ml-ref-top-item svg{width:10px;height:10px;}

  .ml-brand-main-header{min-height:64px;}
  .ml-brand-main-header>.elementor-container{min-height:64px;padding:0 13px;display:flex;align-items:center;}
  :where(.ml-brand-main-header .elementor-column:nth-child(2)){width:62%;}
  :where(.ml-brand-main-header .elementor-column:nth-child(3)){width:38%;}
  .ml-brand-main-header :where(.elementor-column:nth-child(1)>.elementor-widget-wrap){display:none;}
  .ml-brand-main-header .ml-ew-brand img{width:118px;max-width:118px;}
  .ml-brand-main-header .ml-ew-actions{gap:11px;}
  .ml-brand-main-header .ml-ew-action span{display:none;}
  .ml-brand-main-header .ml-ew-action:first-child{display:none;}
  .ml-brand-main-header .ml-ew-action svg{width:20px;}

  .ml-brand-navrow{min-height:0;border:0;}
  .ml-brand-navrow>.elementor-container{min-height:0;padding:0;}
  .ml-brand-navrow .ml-ew-menu-toggle{position:absolute;left:14px;top:-50px;z-index:20;display:block;}
  .ml-brand-navrow .ml-ew-nav-collapsible{top:0;left:0;right:0;width:100vw;background:#fff;box-shadow:0 18px 36px rgba(50,15,27,.12);}
  .ml-brand-navrow .ml-ew-nav-collapsible>ul{display:block;padding:12px 18px 18px;}
  .ml-brand-navrow .ml-ew-nav>ul>li>a{padding:12px 0;font-size:10px;border-bottom:1px solid #eee6e1;}

  .ml-brand-hero>.elementor-container{display:flex;flex-direction:column;}
  :where(.ml-brand-hero .elementor-column){width:100%;}
  :where(.ml-brand-hero .elementor-column){width:100%;}
  .ml-brand-hero :where(.elementor-column:first-child>.elementor-widget-wrap){padding:34px 22px 30px;}
  .ml-brand-hero :where(.elementor-column:first-child) h1.elementor-heading-title{font-size:48px;max-width:330px;}
  .ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child)){font-size:12px;}
  .ml-brand-hero .elementor-column:last-child{height:390px;}
  .ml-brand-hero :where(.elementor-column:last-child>.elementor-widget-wrap){height:390px;}
  .ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image),.ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image .elementor-widget-container){height:390px;}
  .ml-brand-hero :where(.elementor-column:last-child img){height:390px;object-position:50% 42%;}
  .ml-brand-hero :where(.elementor-column:last-child .elementor-widget-heading){right:4%;top:31%;width:130px;}
  .ml-brand-hero :where(.elementor-column:last-child) h3.elementor-heading-title{font-size:34px;}

  .ml-brand-categories>.elementor-container{display:flex;flex-wrap:wrap;gap:0;}
  :where(.ml-brand-categories .elementor-column){width:50%;padding:3.5px;}
  .ml-brand-categories .ml-brand-cat-card{height:210px;}
  .ml-brand-categories h3{font-size:22px;}

  .ml-brand-benefits>.elementor-container{display:flex;flex-wrap:wrap;padding:8px 12px;}
  :where(.ml-brand-benefits .elementor-column){width:50%;}
  .ml-brand-benefits .elementor-column{}
  :where(.ml-brand-benefits .elementor-column:last-child){width:50%;max-width:50%;margin-left:auto;margin-right:auto;}

  .ml-brand-heading-row>.elementor-container,.ml-brand-products>.elementor-container{padding:0 13px;}
  .ml-brand-heading-row{padding-top:24px;}
  .ml-brand-heading-row h2{font-size:26px;}
  .ml-brand-products .ml-ew-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px;}

  .ml-brand-elegance{width:calc(100% - 16px);margin:0 8px;}
  .ml-brand-elegance>.elementor-container{display:flex;flex-direction:column;}
  :where(.ml-brand-elegance .elementor-column){width:100%;height:auto;}
  .ml-brand-elegance .elementor-column:first-child{height:220px;}
  .ml-brand-elegance :where(.elementor-column:first-child img){height:220px;}
  .ml-brand-elegance :where(.elementor-column:nth-child(2)>.elementor-widget-wrap){padding:25px 22px 28px;}
  .ml-brand-elegance :where(.elementor-widget-text-editor:last-child){position:static;width:auto;border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:13px 0 0;margin-top:14px;}

  .ml-brand-editorials>.elementor-container{display:flex;flex-direction:column;}
  :where(.ml-brand-editorials .elementor-column){width:100%;}
  .ml-brand-editorials .ml-brand-editorial-card{}
  .ml-brand-editorial-card>.elementor-widget-wrap{grid-template-columns:47% 53%;}
  .ml-brand-editorial-card h2{font-size:27px;}

  .ml-brand-instagram-grid{overflow-x:auto;padding-bottom:10px;}
  .ml-brand-instagram-grid>.elementor-container{display:flex;width:max-content;gap:5px;}
  :where(.ml-brand-instagram-grid .elementor-column){width:116px;flex:0 0 116px;}

  .ml-brand-newsletter>.elementor-container{display:flex;flex-direction:column;gap:12px;padding:18px 16px;}
  :where(.ml-brand-newsletter .elementor-column){width:100%;}
  .ml-brand-newsletter h3{font-size:24px;}
  .ml-newsletter-form{max-width:none;}

  .ml-brand-footer>.elementor-container{display:flex;flex-wrap:wrap;gap:0;padding:0 20px;}
  :where(.ml-brand-footer .elementor-column){width:50%;padding-right:14px;}
  :where(.ml-brand-footer .elementor-column:first-child){width:100%;}
  .ml-brand-footer .elementor-column{margin:0;}
  .ml-brand-footer .elementor-column:first-child{}
  .ml-brand-footer-bottom>.elementor-container{padding:0 20px;}
}

/* ======================================================================
   v1.5 reference correction layer
   Rebuilt from the approved 793x1981 artwork and the user's live screenshot.
   ====================================================================== */

/* Overall header geometry: v1.4 rendered ~25-30px too short on desktop. */
@media (min-width:768px){
  .ml-brand-topbar{min-height:24px;}
  .ml-brand-topbar>.elementor-container{min-height:24px;max-width:none;padding:0 42px;}
  .ml-ref-top-item{font-size:8px;letter-spacing:.105em;gap:6px;}
  .ml-ref-top-item svg{width:12px;height:12px;}

  .ml-brand-main-header{min-height:54px;}
  .ml-brand-main-header>.elementor-container{min-height:54px;max-width:none;padding:0 44px;}
  .ml-brand-main-header .ml-ew-brand img{width:128px;max-width:128px;}
  .ml-brand-main-header .ml-ew-search{width:205px;max-width:205px;}
  .ml-brand-main-header .ml-ew-search input{font-size:9px;}
  .ml-brand-main-header .ml-ew-actions{gap:18px;}
  .ml-brand-main-header .ml-ew-action{font-size:7.5px;text-transform:none;}
  .ml-brand-main-header .ml-ew-action svg{width:18px;}

  .ml-brand-navrow{min-height:33px;}
  .ml-brand-navrow>.elementor-container{min-height:33px;}
  .ml-brand-navrow .ml-ew-nav>ul{gap:27px;}
  .ml-brand-navrow .ml-ew-nav>ul>li>a{padding:11px 0;font-size:8px;letter-spacing:.08em;}
}

/* Hero uses the exact approved right-side crop instead of a square source. */
@media (min-width:768px){
  .ml-brand-hero>.elementor-container{min-height:327px;}
  .ml-brand-hero :where(.elementor-column:first-child>.elementor-widget-wrap){padding:44px 28px 30px 64px;align-content:center;}
  .ml-brand-hero :where(.elementor-column:first-child) h6.elementor-heading-title{font-size:9px;margin:0 0 13px;letter-spacing:.17em;}
  .ml-brand-hero :where(.elementor-column:first-child) h1.elementor-heading-title{font-size:41px;line-height:.92;max-width:280px;letter-spacing:-.018em;}
  .ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child)){margin-top:18px;max-width:270px;}
  .ml-brand-hero :where(.elementor-column:first-child .elementor-widget-text-editor:not(:last-child)){font-size:11px;line-height:1.4;}
  .ml-brand-hero .elementor-widget-button{margin-top:14px;}
  .ml-brand-hero .elementor-button{padding:12px 18px;font-size:8px;min-width:164px;}
  .ml-brand-hero .ml-slide-count{margin-top:22px;font-size:7px;}
  .ml-brand-hero :where(.elementor-column:last-child .elementor-widget-heading){display:none;}
  .ml-brand-hero :where(.elementor-column:last-child img){object-fit:cover;object-position:center;width:100%;height:100%;}
}

/* Category cards: exact reference band proportions. */
@media (min-width:768px){
  .ml-brand-categories{padding:8px 10px 7px;}
  .ml-brand-categories>.elementor-container{gap:8px;}
  .ml-brand-categories .ml-brand-cat-card{height:174px;}
  .ml-brand-categories .ml-brand-cat-card:after{background:linear-gradient(to top,rgba(0,0,0,.58),rgba(0,0,0,0) 52%);}
  .ml-brand-categories .elementor-widget-heading{left:14px;bottom:28px;}
  .ml-brand-categories h3{font-size:24px;line-height:.92;}
  .ml-brand-categories .elementor-widget-button{left:14px;bottom:10px;}
  .ml-brand-categories .elementor-button{font-size:8px;}
}

/* Premium quality row — replace font glyphs with consistent line SVGs. */
.ml-brand-benefits>.elementor-container{max-width:none;padding:7px 32px;min-height:58px;}
.ml-brand-benefits .elementor-column>.elementor-widget-wrap{display:grid;grid-template-columns:37px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:4px 8px;}
.ml-brand-benefits .elementor-widget-html{grid-column:1;grid-row:1/3;align-self:center;}
.ml-brand-benefits .elementor-widget-heading{grid-column:2;grid-row:1;align-self:end;}
.ml-brand-benefits .elementor-widget-text-editor{grid-column:2;grid-row:2;align-self:start;}
.ml-benefit-icon{display:block;width:30px;height:30px;color:#760024;}
.ml-benefit-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.ml-brand-benefits .elementor-widget-heading h6{margin:0;font-size:8px;line-height:1.1;}
.ml-brand-benefits .elementor-widget-text-editor{font-size:7px;line-height:1.15;}
.ml-brand-benefits :where(.elementor-widget-text-editor p){margin:2px 0 0;}

/* Headings and product grid are almost edge-to-edge in the approved design. */
.ml-brand-heading-row{padding:22px 0 7px;}
.ml-brand-heading-row>.elementor-container,.ml-brand-products>.elementor-container{max-width:none;padding:0 22px;}
.ml-brand-heading-row h2{font-size:25px;line-height:.95;}
.ml-brand-heading-row p{font-size:8.5px;}
.ml-brand-heading-row :where(.elementor-column:nth-child(2) .elementor-widget-wrap){justify-content:flex-end;}
.ml-brand-heading-row .elementor-button{background:transparent;color:#760024;padding:6px 0;font-size:8px;box-shadow:none;}
.ml-brand-heading-row .elementor-button:hover{background:transparent;color:#5a001b;}

/* Purpose-built product card renderer: isolates the homepage from compare/
   wishlist plugins and guarantees the same five-card layout as the artwork. */
.ml-brand-products{padding:0 0 18px;}
.ml-reference-products{position:relative;width:100%;}
.ml-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:19px;width:100%;}
.ml-product-card{text-align:center;position:relative;min-width:0;margin:0;padding:0;}
.ml-product-media{position:relative;display:block;background:#f7f5f3;overflow:hidden;aspect-ratio:1.14/1;}
.ml-product-media>a:first-child{display:block;width:100%;height:100%;}
.ml-product-media img{display:block;width:100%;height:100%;object-fit:cover;margin:0;}
.ml-product-heart{position:absolute;right:8px;top:7px;width:18px;height:18px;display:grid;place-items:center;color:#171014;background:transparent;}
.ml-product-heart svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;}
.ml-product-sale{position:absolute;left:7px;top:7px;background:#ef463d;color:#fff;border-radius:2px;padding:4px 6px;font:700 7px/1 var(--ml-ref-sans);}
.ml-product-title{margin:7px 0 0;padding:0;font:600 8px/1.2 var(--ml-ref-sans);color:#21191b;}
.ml-product-title a{color:inherit;text-decoration:none;}
.ml-product-price{min-height:14px;margin:3px 0 0;font:500 7.5px/1.2 var(--ml-ref-sans);color:#65595b;}
.ml-product-price del{opacity:.55;margin-right:4px;}
.ml-product-price ins{color:#c11934;text-decoration:none;font-weight:700;}
.ml-product-swatches{height:15px;display:flex;align-items:center;justify-content:center;gap:5px;margin:2px 0 4px;}
.ml-product-swatches i{width:10px;height:10px;border-radius:50%;background:#1c1918;box-shadow:0 0 0 1px #ddd;}
.ml-product-swatches i:nth-child(2){background:#d9cabb;}
.ml-product-swatches i:nth-child(3){background:#7a5140;}
.ml-product-add{display:block;width:100%;background:#760024;color:#fff;text-decoration:none;padding:9px 5px;font:700 7.5px/1 var(--ml-ref-sans);letter-spacing:.035em;text-transform:uppercase;}
.ml-product-add:hover{background:#5a001b;color:#fff;}
.ml-product-arrow{position:absolute;top:41%;z-index:3;border:0;background:transparent;color:#5e5053;font:400 20px/1 Georgia,serif;padding:0;cursor:pointer;}
.ml-product-prev{left:-15px;}.ml-product-next{right:-15px;}
.ml-brand-products .compare,.ml-brand-products .yith-woocompare-button,.ml-brand-products .woosc-btn,.ml-brand-products .tinv-wraper,.ml-brand-products .yith-wcwl-add-to-wishlist{display:none;}

/* Promo and best seller geometry */
.ml-brand-elegance{width:calc(100% - 26px);margin:0 13px;}
@media (min-width:768px){
  .ml-brand-elegance>.elementor-container{}
  .ml-brand-elegance :where(.elementor-column:nth-child(2)>.elementor-widget-wrap){padding:18px 28px;}
  .ml-brand-elegance h2{font-size:29px;line-height:.9;color:#fff;}
  .ml-brand-elegance :where(.elementor-widget-text-editor:not(:last-child)){font-size:8.5px;}
  .ml-brand-elegance .elementor-button{font-size:7px;padding:9px 14px;}
  .ml-brand-elegance :where(.elementor-widget-text-editor:last-child){right:6%;top:20px;width:145px;}
  .ml-brand-elegance .ml-elegance-list{font-size:9px;line-height:2.05;}
}

/* Editorial pair: lock typography and neutralize Elementor/global link colors. */
.ml-brand-editorials{padding:10px 12px 23px;}
.ml-brand-editorials>.elementor-container{gap:10px;max-width:none;}
@media (min-width:768px){
  .ml-brand-editorials .ml-brand-editorial-card{}
}
.ml-brand-editorial-card h2,.ml-brand-editorial-card h2 a{color:#2c2022;font-size:25px;line-height:.9;}
.ml-brand-editorial-card p{color:#665a5c;font-size:8px;}
.ml-brand-editorial-card .elementor-button{background:#760024;color:#fff;font-size:7px;padding:8px 13px;}

/* Instagram/title */
.ml-brand-instagram-title{padding:0 0 7px;}
.ml-brand-instagram-title h3{font-size:17px;color:#542430;}
.ml-brand-instagram-title p{font-size:7px;margin-top:2px;}
.ml-brand-instagram-grid{padding:0 8px 8px;}
.ml-brand-instagram-grid>.elementor-container{gap:5px;}
.ml-brand-instagram-grid img{aspect-ratio:1.12/1;}

/* Newsletter + footer should carry the visual weight seen in the approved art. */
.ml-brand-newsletter>.elementor-container{min-height:68px;padding:13px 34px;max-width:none;}
.ml-brand-newsletter h3{font-size:21px;color:#fff;}
.ml-brand-newsletter p{font-size:7.8px;color:#f6e8ea;}
.ml-newsletter-form{max-width:430px;margin-left:auto;}
.ml-newsletter-form input{height:36px;font-size:8px;}
.ml-newsletter-form button{height:36px;min-width:112px;font-size:7px;}
.ml-brand-footer{padding:25px 0 16px;min-height:198px;}
.ml-brand-footer>.elementor-container,.ml-brand-footer-bottom>.elementor-container{max-width:none;padding:0 44px;}
.ml-brand-footer .ml-ew-brand img{max-width:125px;max-height:58px;}
.ml-brand-footer h6{font-size:8px;letter-spacing:.02em;}
.ml-brand-footer p,.ml-brand-footer a,.ml-brand-footer .ml-ew-nav a{font-size:7.5px;line-height:1.62;}
.ml-brand-footer-bottom{border-top:1px solid rgba(255,255,255,.12);}
.ml-brand-footer-bottom>.elementor-container{min-height:38px;align-items:center;}
.ml-brand-footer-bottom p{font-size:7px;}

/* Force reference colors against site/plugin styles. */
.ml-brand-hero h1,.ml-brand-heading-row h2,.ml-brand-editorials h2,.ml-brand-instagram-title h3{font-family:var(--ml-ref-serif);font-weight:500;}
.ml-brand-hero h1{color:#760024;}
.ml-brand-products a:focus,.ml-brand-products a:hover{text-decoration:none;}

/* Tablet: maintain five-card desktop composition down to ~800px like reference. */
@media (min-width:768px) and (max-width:1100px){
  .ml-brand-main-header>.elementor-container{padding-left:38px;padding-right:38px;}
  .ml-brand-hero>.elementor-container{}
  .ml-brand-hero :where(.elementor-column:first-child>.elementor-widget-wrap){padding-left:65px;}
  .ml-products-grid{gap:14px;}
}

/* Mobile remains intentionally responsive rather than shrinking the desktop art. */
@media (max-width:767px){
  .ml-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px;}
  .ml-product-arrow{display:none;}
  .ml-product-title{font-size:9px;}
  .ml-product-price{font-size:8px;}
  .ml-product-add{font-size:8px;padding:10px 5px;}
  .ml-brand-hero :where(.elementor-column:last-child .elementor-widget-heading){display:none;}
  .ml-brand-hero .elementor-column:last-child{height:auto;}
  .ml-brand-hero :where(.elementor-column:last-child>.elementor-widget-wrap){height:auto;}
  .ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image),.ml-brand-hero :where(.elementor-column:last-child .elementor-widget-image .elementor-widget-container){position:static;height:auto;}
  .ml-brand-hero :where(.elementor-column:last-child img){height:auto;aspect-ratio:475/326;object-fit:cover;}
}
