/* MOC LIEN SILK — EDITORIAL ATELIER UI V2.0
   Public storefront only. Admin is intentionally untouched. */
:root{
  --ml-forest:#123d31;
  --ml-forest-deep:#0b2b24;
  --ml-forest-soft:#315a4d;
  --ml-ink:#17221d;
  --ml-muted:#6f756f;
  --ml-paper:#fbfaf6;
  --ml-ivory:#f3eee4;
  --ml-ivory-2:#e8dfd0;
  --ml-gold:#b58a45;
  --ml-gold-soft:#d7bc89;
  --ml-line:rgba(23,34,29,.14);
  --ml-shadow:0 24px 70px rgba(28,35,31,.10);
  --ml-display:Georgia,"Times New Roman",serif;
  --ml-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --brand:var(--ml-forest);
  --jade:var(--ml-forest);
  --ink:var(--ml-ink);
  --muted:var(--ml-muted);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ml-paper)}
body.moc-v2{margin:0;background:var(--ml-paper);color:var(--ml-ink);font-family:var(--ml-sans);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
body.moc-v2 img{max-width:100%}
body.moc-v2 a{color:inherit}
body.moc-v2 .shell{width:min(1440px,calc(100% - 72px));margin-inline:auto}
body.moc-v2 h1,body.moc-v2 h2,body.moc-v2 h3{font-family:var(--ml-display);font-weight:500;letter-spacing:-.035em;margin-top:0}
body.moc-v2 h2{font-size:clamp(36px,4vw,62px);line-height:1.02}
body.moc-v2 p{margin-top:0}
body.moc-v2 .eyebrow{font-family:var(--ml-sans);font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--ml-gold)}
body.moc-v2 .under{display:none}

/* ---------- top navigation ---------- */
body.moc-v2 .promo{height:34px;background:var(--ml-forest-deep);color:#f5efe3;border:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
body.moc-v2 .promo .shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.moc-v2 .header{position:sticky;top:0;z-index:70;background:rgba(251,250,246,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--ml-line)}
body.moc-v2 .headrow{min-height:104px;display:grid;grid-template-columns:minmax(300px,410px) 1fr auto;align-items:center;gap:34px}
body.moc-v2 .brand{display:inline-flex;align-items:center;min-width:0;text-decoration:none}
body.moc-v2 .brand>img{display:block;width:min(100%,390px);height:76px;object-fit:contain;object-position:left center}
body.moc-v2 .brand>span{display:none!important}
body.moc-v2 .nav{display:flex;justify-content:center;align-items:center;gap:clamp(20px,2.1vw,36px);white-space:nowrap}
body.moc-v2 .nav>a,body.moc-v2 .nav>.dropdown>a{position:relative;text-decoration:none;font-size:15.5px;font-weight:650;color:#2b332f;padding:37px 0 34px}
body.moc-v2 .nav>a:after,body.moc-v2 .nav>.dropdown>a:after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:1px;background:var(--ml-gold);transition:.25s ease}
body.moc-v2 .nav>a:hover:after,body.moc-v2 .nav>a.active:after,body.moc-v2 .nav>.dropdown:hover>a:after{right:0}
body.moc-v2 .nav>a.active{color:var(--ml-forest)}
body.moc-v2 .dropdown{position:relative}
body.moc-v2 .dropdown-menu{top:78px;border:1px solid var(--ml-line);border-radius:0;background:var(--ml-paper);box-shadow:var(--ml-shadow);min-width:210px;padding:12px}
body.moc-v2 .dropdown-menu a{font-size:14px;padding:9px 12px;border-radius:0}
body.moc-v2 .dropdown-menu a:hover{background:var(--ml-ivory)}
body.moc-v2 .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}
body.moc-v2 .btn{min-height:46px;border-radius:0;padding:11px 20px;border:1px solid var(--ml-line);font-family:var(--ml-sans);font-size:13.5px;font-weight:750;letter-spacing:.01em;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.22s ease;box-shadow:none}
body.moc-v2 .btn:hover{transform:translateY(-1px)}
body.moc-v2 .btn.primary,body.moc-v2 .btn.jade{background:var(--ml-forest);color:#fff;border-color:var(--ml-forest)}
body.moc-v2 .btn.primary:hover,body.moc-v2 .btn.jade:hover{background:var(--ml-forest-deep);border-color:var(--ml-forest-deep)}
body.moc-v2 .btn.secondary{background:transparent;color:var(--ml-ink);border-color:rgba(23,34,29,.22)}
body.moc-v2 .btn.secondary:hover{background:var(--ml-ivory)}
body.moc-v2 .mobile-toggle{display:none!important}

/* ---------- hero ---------- */
body.moc-v2 .hero{position:relative;overflow:hidden;background:var(--ml-ivory);min-height:720px;border-bottom:1px solid var(--ml-line)}
body.moc-v2 .hero-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}
body.moc-v2 .hero-slide{min-width:100%;min-height:720px;display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);position:relative;background:var(--ml-ivory)}
body.moc-v2 .hero-slide .hero-media{grid-column:2;grid-row:1;position:relative;min-height:720px;overflow:hidden}
body.moc-v2 .hero-slide .hero-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.94) contrast(.98)}
body.moc-v2 .hero-slide .hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,61,49,.12),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.08),transparent 35%)}
body.moc-v2 .hero-slide .hero-content{grid-column:1;grid-row:1;width:100%;padding:90px clamp(50px,6vw,115px) 80px max(36px,calc((100vw - 1440px)/2 + 36px));display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}
body.moc-v2 .hero-content:before{content:"MỘC LIÊN / ATELIER";font-size:10px;letter-spacing:.24em;font-weight:800;color:var(--ml-forest-soft);margin-bottom:34px}
body.moc-v2 .hero-content .eyebrow{margin-bottom:18px}
body.moc-v2 .hero-content h1{font-size:clamp(52px,5.35vw,88px);line-height:.96;max-width:760px;margin:0 0 27px;color:var(--ml-ink)}
body.moc-v2 .hero-content p{max-width:560px;font-size:17px;color:#59615c;margin-bottom:35px}
body.moc-v2 .hero-content .btn{min-width:180px;background:var(--ml-forest);color:white;border-color:var(--ml-forest)}
body.moc-v2 .hero-signature{position:absolute;z-index:3;right:32px;bottom:28px;color:#fff;font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:10px 14px;border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(8px)}
body.moc-v2 .hero-arrow{position:absolute;z-index:5;bottom:35px;top:auto;width:46px;height:46px;border-radius:0;border:1px solid var(--ml-line);background:rgba(251,250,246,.92);color:var(--ml-ink);font-size:28px;display:grid;place-items:center;transform:none}
body.moc-v2 .hero-arrow:hover{background:#fff}
body.moc-v2 .hero-arrow.prev{left:calc(46% - 104px)}
body.moc-v2 .hero-arrow.next{left:calc(46% - 50px);right:auto}
body.moc-v2 .hero-dots{position:absolute;z-index:5;left:max(36px,calc((100vw - 1440px)/2 + 36px));bottom:42px;display:flex;gap:10px}
body.moc-v2 .hero-dots button{width:26px;height:2px;border:0;border-radius:0;padding:0;background:rgba(23,34,29,.22)}
body.moc-v2 .hero-dots button.active{background:var(--ml-forest);width:46px}

/* ---------- section system ---------- */
body.moc-v2 .section{padding:108px 0}
body.moc-v2 .section.soft{background:var(--ml-ivory)}
body.moc-v2 .section-head{max-width:780px;margin:0 0 50px;text-align:left}
body.moc-v2 .section-head .eyebrow{margin-bottom:14px}
body.moc-v2 .section-head h2{margin-bottom:17px}
body.moc-v2 .section-head p{font-size:16px;color:var(--ml-muted);max-width:650px}
body.moc-v2 .viewall{margin-top:42px;display:flex;justify-content:flex-start}
body.moc-v2 .sortbar,body.moc-v2 .list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:-82px 0 32px auto;width:max-content;position:relative;z-index:2}
body.moc-v2 .sortbar label,body.moc-v2 .sort-select{font-size:12px;font-weight:700;color:var(--ml-muted);display:flex;align-items:center;gap:10px}
body.moc-v2 select{height:43px;border-radius:0;border:1px solid var(--ml-line);background:transparent;color:var(--ml-ink);padding:0 35px 0 12px;font:600 13px var(--ml-sans)}

/* ---------- home editorial blocks ---------- */
body.moc-v2 .atelier-intro{padding:94px 0 72px;border-bottom:1px solid var(--ml-line)}
body.moc-v2 .atelier-intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:10vw;align-items:start}
body.moc-v2 .atelier-intro .intro-kicker{display:flex;align-items:center;gap:15px;font-size:11px;letter-spacing:.18em;font-weight:800;text-transform:uppercase;color:var(--ml-gold)}
body.moc-v2 .atelier-intro .intro-kicker:before{content:"";width:60px;height:1px;background:var(--ml-gold)}
body.moc-v2 .atelier-intro h2{font-size:clamp(42px,5vw,72px);line-height:1;margin-bottom:25px;max-width:920px}
body.moc-v2 .atelier-intro p{max-width:720px;color:var(--ml-muted);font-size:17px}
body.moc-v2 .atelier-values{display:grid;grid-template-columns:repeat(3,1fr);margin-top:46px;border-top:1px solid var(--ml-line)}
body.moc-v2 .atelier-value{padding:22px 28px 0 0;border-right:1px solid var(--ml-line)}
body.moc-v2 .atelier-value:last-child{border-right:0;padding-left:28px}
body.moc-v2 .atelier-value:nth-child(2){padding-left:28px}
body.moc-v2 .atelier-value small{display:block;color:var(--ml-gold);font-size:10px;letter-spacing:.16em;font-weight:800;margin-bottom:8px}
body.moc-v2 .atelier-value b{font-family:var(--ml-display);font-size:22px;font-weight:500}

body.moc-v2 .home-latest{background:var(--ml-paper)}
body.moc-v2 .home-latest .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.moc-v2 .home-latest .product:first-child{grid-column:span 2;grid-row:span 2}
body.moc-v2 .home-latest .product:first-child .pm{aspect-ratio:1/1.12}
body.moc-v2 .home-latest .product:first-child h3{font-size:32px}

body.moc-v2 .fabric-gateway{background:var(--ml-forest-deep);color:#f8f4ea;overflow:hidden}
body.moc-v2 .fabric-gateway-grid{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr}
body.moc-v2 .fabric-gateway-media{position:relative;overflow:hidden;min-height:680px}
body.moc-v2 .fabric-gateway-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.92)}
body.moc-v2 .fabric-gateway-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(11,43,36,.45))}
body.moc-v2 .fabric-gateway-copy{padding:80px clamp(38px,6vw,92px);display:flex;flex-direction:column;justify-content:center}
body.moc-v2 .fabric-gateway-copy .eyebrow{color:var(--ml-gold-soft)}
body.moc-v2 .fabric-gateway-copy h2{font-size:clamp(44px,5vw,76px);margin:18px 0 25px;color:#fff}
body.moc-v2 .fabric-gateway-copy p{color:#cbd4ce;max-width:560px;font-size:17px}
body.moc-v2 .fabric-gateway-copy .btn{margin-top:16px;width:max-content;background:#f4ead7;color:var(--ml-forest-deep);border-color:#f4ead7}
body.moc-v2 .fabric-note{margin-top:40px;border-top:1px solid rgba(255,255,255,.18);padding-top:20px;font-size:12px;color:#aebfb7;letter-spacing:.06em}

body.moc-v2 .bespoke-v2{padding:108px 0;background:#efe8dc}
body.moc-v2 .bespoke-v2-grid{display:grid;grid-template-columns:.92fr 1.08fr;border-top:1px solid rgba(23,34,29,.2);border-bottom:1px solid rgba(23,34,29,.2)}
body.moc-v2 .bespoke-v2-copy{padding:70px 7vw 70px 0;border-right:1px solid rgba(23,34,29,.2)}
body.moc-v2 .bespoke-v2-copy h2{font-size:clamp(46px,5vw,74px);line-height:.99;margin:15px 0 25px}
body.moc-v2 .bespoke-v2-copy p{font-size:17px;color:var(--ml-muted);max-width:650px}
body.moc-v2 .bespoke-v2-copy .btn{margin-top:15px}
body.moc-v2 .bespoke-steps{padding:30px 0 30px 6vw;display:flex;flex-direction:column;justify-content:center}
body.moc-v2 .bespoke-step{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:20px;padding:25px 0;border-bottom:1px solid rgba(23,34,29,.16)}
body.moc-v2 .bespoke-step:last-child{border-bottom:0}
body.moc-v2 .bespoke-step>span{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--ml-gold)}
body.moc-v2 .bespoke-step b{font-family:var(--ml-display);font-size:28px;font-weight:500}
body.moc-v2 .bespoke-step small{color:var(--ml-muted);font-size:12px;text-align:right;max-width:210px}

body.moc-v2 .home-accessories{background:#fff}
body.moc-v2 .home-accessory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.moc-v2 .home-accessory-card{border:0;background:transparent;box-shadow:none;border-radius:0;overflow:visible;cursor:pointer}
body.moc-v2 .home-accessory-media{aspect-ratio:4/5;overflow:hidden;background:var(--ml-ivory);position:relative}
body.moc-v2 .home-accessory-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.moc-v2 .home-accessory-card:hover img{transform:scale(1.025)}
body.moc-v2 .home-accessory-media>span{position:absolute;top:14px;right:14px;background:rgba(251,250,246,.9);padding:6px 9px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
body.moc-v2 .home-accessory-body{padding:17px 0 0}
body.moc-v2 .home-accessory-body .code{font-size:10px;letter-spacing:.12em;color:var(--ml-muted)}
body.moc-v2 .home-accessory-body h3{font-size:23px;margin:5px 0 8px}
body.moc-v2 .home-accessory-price{font-weight:800;color:var(--ml-forest)}

body.moc-v2 .story-editorial{background:var(--ml-ivory)}
body.moc-v2 .stories,body.moc-v2 .story-page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
body.moc-v2 .story{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;cursor:pointer}
body.moc-v2 .story>img,body.moc-v2 .story-image-fallback{width:100%;aspect-ratio:4/3;object-fit:cover;background:#ded5c5}
body.moc-v2 .story-body{padding:22px 0 0}
body.moc-v2 .story-type{font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--ml-gold);margin-bottom:8px}
body.moc-v2 .story h3{font-size:30px;line-height:1.08;margin-bottom:12px}
body.moc-v2 .story p{color:var(--ml-muted);font-size:14px}
body.moc-v2 .story .more{border:0;background:transparent;padding:6px 0;color:var(--ml-forest);font:750 13px var(--ml-sans);cursor:pointer}

/* ---------- cards ---------- */
body.moc-v2 .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}
body.moc-v2 .product{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;cursor:pointer;position:relative}
body.moc-v2 .product .pm{aspect-ratio:4/5;background:var(--ml-ivory);overflow:hidden;position:relative}
body.moc-v2 .product .pm img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
body.moc-v2 .product:hover .pm img{transform:scale(1.025)}
body.moc-v2 .product .tag{position:absolute;left:12px;top:12px;background:rgba(251,250,246,.9);color:var(--ml-ink);border:0;border-radius:0;padding:7px 9px;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
body.moc-v2 .product .gallery-tag{display:none}
body.moc-v2 .product .pb{padding:17px 0 0;position:relative}
body.moc-v2 .product .code{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ml-muted)}
body.moc-v2 .product h3{font-size:24px;line-height:1.08;margin:7px 0 9px;padding-right:34px}
body.moc-v2 .product .line-clamp{font-size:13.5px;color:var(--ml-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}
body.moc-v2 .product .pricehint{font-size:11px;font-weight:750;color:var(--ml-forest);margin-bottom:7px}
body.moc-v2 .product .pb>.btn{position:absolute;right:0;top:19px;border:0;background:transparent!important;color:var(--ml-forest)!important;min-height:auto;padding:0;width:28px;height:28px;font-size:0}
body.moc-v2 .product .pb>.btn:after{content:"↗";font-size:18px}
body.moc-v2 .engagement-meta{display:flex;gap:12px;flex-wrap:wrap;color:#868b87;font-size:10.5px;margin-top:8px}
body.moc-v2 .engagement-meta .rating-inline{color:#8a6c35}

/* ---------- generic internal mastheads ---------- */
body.moc-v2 .pagehead{padding:86px 0 64px;max-width:none;border-bottom:1px solid var(--ml-line);position:relative}
body.moc-v2 .pagehead:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--ml-line)}
body.moc-v2 .pagehead .eyebrow{margin-bottom:14px!important;color:var(--ml-gold)!important}
body.moc-v2 .pagehead h1{font-size:clamp(52px,6vw,88px);line-height:.95;max-width:1020px;margin:0 0 22px}
body.moc-v2 .pagehead p{max-width:680px;color:var(--ml-muted);font-size:17px}
body.moc-v2 .mls-masthead{padding:78px 0 66px;border-bottom:1px solid var(--ml-line)}
body.moc-v2 .mls-masthead-grid{display:grid;grid-template-columns:1.28fr .72fr;gap:8vw;align-items:end}
body.moc-v2 .mls-masthead h1{font-size:clamp(56px,6vw,92px);line-height:.93;margin:16px 0 0;max-width:1000px}
body.moc-v2 .mls-masthead-aside{border-left:1px solid var(--ml-line);padding-left:32px;color:var(--ml-muted);font-size:15px}
body.moc-v2 .mls-masthead-aside b{display:block;color:var(--ml-ink);font-family:var(--ml-display);font-size:24px;font-weight:500;margin-bottom:9px}

body.moc-v2 .collection-toolbar{position:sticky;top:104px;z-index:25;background:rgba(251,250,246,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--ml-line);padding:14px 0}
body.moc-v2 .collection-toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
body.moc-v2 .filters{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
body.moc-v2 .chip,body.moc-v2 .pattern-chip{border:0;border-bottom:1px solid transparent;background:transparent;color:var(--ml-muted);border-radius:0;padding:10px 13px;font:700 12.5px var(--ml-sans);cursor:pointer}
body.moc-v2 .chip:hover,body.moc-v2 .chip.active,body.moc-v2 .pattern-chip:hover,body.moc-v2 .pattern-chip.active{color:var(--ml-forest);border-bottom-color:var(--ml-forest);background:transparent}

/* ---------- accessories ---------- */
body.moc-v2 .accessory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}
body.moc-v2 .accessory-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.moc-v2 .accessory-media{aspect-ratio:4/5!important;border-radius:0!important;background:var(--ml-ivory)!important;overflow:hidden!important}
body.moc-v2 .accessory-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.moc-v2 .accessory-card:hover .accessory-media img{transform:scale(1.025)}
body.moc-v2 .accessory-badge{background:rgba(251,250,246,.9)!important;color:var(--ml-ink)!important;border-radius:0!important;font-size:9px!important;letter-spacing:.1em!important;text-transform:uppercase}
body.moc-v2 .accessory-body{padding:17px 0 0!important}
body.moc-v2 .accessory-code{color:var(--ml-muted)!important;font-size:10px!important;letter-spacing:.12em!important}
body.moc-v2 .accessory-body h3{font-family:var(--ml-display)!important;font-size:25px!important;font-weight:500!important;line-height:1.08!important;margin:7px 0 9px!important}
body.moc-v2 .accessory-intro{font-size:13px!important;color:var(--ml-muted)!important}
body.moc-v2 .accessory-price{color:var(--ml-forest)!important;font-size:15px!important}
body.moc-v2 .accessory-price small{font-size:10px!important;color:#8a8f8b!important}

/* ---------- fabric catalog ---------- */
body.moc-v2 .fabric-intro{padding:0;background:var(--ml-forest-deep);color:white}
body.moc-v2 .fabric-intro-grid{display:grid;grid-template-columns:.92fr 1.08fr;min-height:530px}
body.moc-v2 .fabric-intro-copy{padding:74px 7vw 70px max(36px,calc((100vw - 1440px)/2 + 36px));display:flex;flex-direction:column;justify-content:center}
body.moc-v2 .fabric-intro-copy .eyebrow{color:var(--ml-gold-soft)}
body.moc-v2 .fabric-intro-copy h1{font-size:clamp(54px,6vw,90px);line-height:.94;color:#fff;margin:16px 0 24px;max-width:720px}
body.moc-v2 .fabric-intro-copy p{color:#c7d2cc;max-width:600px;font-size:16px}
body.moc-v2 .fabric-intro-media{position:relative;overflow:hidden;min-height:530px}
body.moc-v2 .fabric-intro-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.moc-v2 .fabric-search-zone{position:sticky;top:104px;z-index:24;background:rgba(251,250,246,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--ml-line);padding:17px 0}
body.moc-v2 .catalog-tools{display:grid;grid-template-columns:minmax(320px,1fr) auto;gap:20px;align-items:center;margin:0}
body.moc-v2 .searchbox{position:relative;max-width:680px}
body.moc-v2 .searchbox input{width:100%;height:54px;border:0;border-bottom:1px solid var(--ml-ink);border-radius:0;background:transparent;padding:0 45px 0 0;font:500 15px var(--ml-sans);outline:none}
body.moc-v2 .search-clear{position:absolute;right:0;top:7px;width:38px;height:38px;border:0;background:transparent;font-size:22px;color:var(--ml-muted)}
body.moc-v2 .catalog-count{font:700 12px var(--ml-sans);letter-spacing:.08em;color:var(--ml-muted)}
body.moc-v2 .pattern-filter-block{margin:28px 0 36px;border:0;padding:0;background:transparent}
body.moc-v2 .pattern-filter-block>b{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ml-muted)}
body.moc-v2 .pattern-filters{margin-top:9px;display:flex;gap:3px;flex-wrap:wrap}
body.moc-v2 .pattern-filter-block small{display:block;margin-top:10px;color:#969b97;font-size:11px}
body.moc-v2 .color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}
body.moc-v2 .color-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.moc-v2 .color-img{width:100%;aspect-ratio:4/5!important;border:0!important;border-radius:0!important;background:var(--ml-ivory)!important;overflow:hidden!important;padding:0!important;display:block;position:relative}
body.moc-v2 .color-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.moc-v2 .color-card:hover .color-img img{transform:scale(1.02)}
body.moc-v2 .fabric-new-badge{border-radius:0!important;background:var(--ml-forest)!important}
body.moc-v2 .color-meta{padding:14px 0 0!important;border:0!important;display:flex;align-items:flex-start!important}
body.moc-v2 .color-code{font-family:var(--ml-display);font-size:22px!important;font-weight:500!important}
body.moc-v2 .color-pattern{font-size:11px!important;color:var(--ml-muted)!important}
body.moc-v2 .copybtn{border:0!important;background:transparent!important;color:var(--ml-forest)!important;padding:5px 0!important;font-size:11px!important;font-weight:750!important}

/* ---------- contact ---------- */
body.moc-v2 .contact-v2{padding:92px 0 110px}
body.moc-v2 .contact-v2-grid{display:grid;grid-template-columns:1.15fr .85fr;min-height:560px;border:1px solid var(--ml-line)}
body.moc-v2 .contact-v2-copy{padding:70px 7vw;background:var(--ml-forest-deep);color:white}
body.moc-v2 .contact-v2-copy .eyebrow{color:var(--ml-gold-soft)}
body.moc-v2 .contact-v2-copy h1{font-size:clamp(54px,6vw,86px);line-height:.94;margin:18px 0 24px;color:#fff}
body.moc-v2 .contact-v2-copy>p{color:#c7d2cc;max-width:610px;font-size:17px}
body.moc-v2 .contact-v2-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:32px}
body.moc-v2 .contact-v2-actions .btn.primary{background:#f2e6d0;color:var(--ml-forest-deep);border-color:#f2e6d0}
body.moc-v2 .contact-v2-actions .btn.secondary{border-color:rgba(255,255,255,.34);color:#fff}
body.moc-v2 .contact-v2-info{padding:54px;display:flex;flex-direction:column;justify-content:center;background:#fff}
body.moc-v2 .contact-line{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--ml-line)}
body.moc-v2 .contact-line:last-child{border-bottom:0}
body.moc-v2 .contact-line>span{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--ml-gold)}
body.moc-v2 .contact-line b{display:block;font-family:var(--ml-display);font-weight:500;font-size:25px;margin-bottom:4px}
body.moc-v2 .contact-line p{margin:0;color:var(--ml-muted);font-size:13px}

/* ---------- consult + footer ---------- */
body.moc-v2 .consult{border:1px solid var(--ml-line);border-radius:0;background:transparent;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:32px}
body.moc-v2 .consult h2{font-size:38px;margin-bottom:8px}
body.moc-v2 .consult p{color:var(--ml-muted);margin:0;max-width:680px}
body.moc-v2 .footer{background:var(--ml-forest-deep);color:#e9eee9;padding:72px 0 28px;border:0}
body.moc-v2 .footer .footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,.7fr);gap:55px}
body.moc-v2 .footer .brand>img{width:310px;height:70px;object-position:left center;filter:none}
body.moc-v2 .footer p{color:#aebdb6;font-size:13px;max-width:360px}
body.moc-v2 .footer h4{font-family:var(--ml-sans);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ml-gold-soft);margin:10px 0 18px}
body.moc-v2 .footer a:not(.brand){display:block;text-decoration:none;color:#d7dfda;font-size:13px;margin:9px 0}
body.moc-v2 .footer a:not(.brand):hover{color:#fff}
body.moc-v2 .copyright{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:10px;letter-spacing:.08em;color:#8fa198}
body.moc-v2 .float-zalo{position:fixed;right:20px;bottom:22px;z-index:55;background:var(--ml-forest);color:#fff!important;border:1px solid rgba(255,255,255,.2);border-radius:0;padding:13px 17px;text-decoration:none;font-size:12px;font-weight:800;box-shadow:0 15px 35px rgba(12,45,37,.22)}
body.moc-v2 .bottom-nav{display:none}

/* ---------- details and modals ---------- */
body.moc-v2.product-detail-v156 .pd-v15,body.moc-v2 .acc-detail{background:var(--ml-paper)}
body.moc-v2.product-detail-v156 .pd-shell,body.moc-v2 .acc-shell{width:min(1380px,calc(100% - 72px));margin:auto;padding-top:34px}
body.moc-v2 .pd-back,body.moc-v2 .acc-back{font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase;color:var(--ml-muted)!important;text-decoration:none!important}
body.moc-v2 .pd-layout,body.moc-v2 .acc-layout{gap:54px!important;align-items:start!important}
body.moc-v2 .pd-panel,body.moc-v2 .acc-panel{position:sticky!important;top:132px!important;border:0!important;border-left:1px solid var(--ml-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:18px 0 40px 46px!important}
body.moc-v2 .pd-panel h1,body.moc-v2 .acc-panel h1{font-family:var(--ml-display)!important;font-weight:500!important;font-size:clamp(42px,4vw,64px)!important;line-height:.98!important;letter-spacing:-.04em!important}
body.moc-v2 .pd-gallery,body.moc-v2 .acc-gallery{border-radius:0!important;background:transparent!important}
body.moc-v2 .pd-main-photo,body.moc-v2 .acc-stage{border-radius:0!important;background:var(--ml-ivory)!important}
body.moc-v2 .pd-feature-line{border-top:1px solid var(--ml-line)!important;border-bottom:1px solid var(--ml-line)!important;background:transparent!important}
body.moc-v2 .pd-price-box,body.moc-v2 .pd-fabric-choice,body.moc-v2 .pd-details,body.moc-v2 .acc-price-box,body.moc-v2 .acc-description{border-radius:0!important;border-color:var(--ml-line)!important;background:#fff!important;box-shadow:none!important}
body.moc-v2 .review-section{background:var(--ml-ivory)!important;border-top:1px solid var(--ml-line)!important;margin-top:90px!important;padding:90px 0!important}
body.moc-v2 .review-shell{width:min(1300px,calc(100% - 72px))!important}
body.moc-v2 .review-head h2{font-family:var(--ml-display)!important;font-size:48px!important;font-weight:500!important}
body.moc-v2 .review-form,body.moc-v2 .review-item{border-radius:0!important;box-shadow:none!important;border-color:var(--ml-line)!important;background:rgba(255,255,255,.78)!important}
body.moc-v2 .modal-card,body.moc-v2 .story-detail-card,body.moc-v2 .fabric-select-card,body.moc-v2 .order-v15-card{border-radius:0!important;box-shadow:0 30px 90px rgba(0,0,0,.22)!important}

/* ---------- fabric fullscreen modal ---------- */
body.moc-v2 .fabric-modal{background:#111c18!important}
body.moc-v2 .modal-top,body.moc-v2 .modal-bottom{background:#111c18!important;border-color:rgba(255,255,255,.12)!important}
body.moc-v2 .toolbtn,body.moc-v2 .iconbtn{border-radius:0!important}

/* ---------- empty states ---------- */
body.moc-v2 .empty-state,body.moc-v2 .accessory-empty{border:1px solid var(--ml-line)!important;border-radius:0!important;background:var(--ml-ivory)!important;padding:50px!important}

@media(max-width:1240px){
 body.moc-v2 .shell{width:min(100% - 48px,1200px)}
 body.moc-v2 .headrow{grid-template-columns:300px 1fr auto;gap:22px;min-height:94px}
 body.moc-v2 .brand>img{width:300px;height:66px}
 body.moc-v2 .nav{gap:18px}
 body.moc-v2 .nav>a,body.moc-v2 .nav>.dropdown>a{font-size:14px}
 body.moc-v2 .header-actions .btn.secondary{display:none}
 body.moc-v2 .hero-slide{grid-template-columns:44% 56%}
 body.moc-v2 .hero-arrow.prev{left:calc(44% - 104px)}
 body.moc-v2 .hero-arrow.next{left:calc(44% - 50px)}
 body.moc-v2 .products,body.moc-v2 .home-accessory-grid,body.moc-v2 .accessory-grid,body.moc-v2 .color-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.moc-v2 .home-latest .products{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.moc-v2 .home-latest .product:first-child{grid-column:span 2}
}

@media(max-width:980px){
 body.moc-v2{padding-bottom:74px}
 body.moc-v2 .promo{display:none}
 body.moc-v2 .shell{width:calc(100% - 36px)}
 body.moc-v2 .header{top:0}
 body.moc-v2 .headrow{min-height:96px;display:grid;grid-template-columns:42px 1fr 42px;gap:8px;padding:0}
 body.moc-v2 .brand{grid-column:2;justify-self:center;width:min(100%,370px)}
 body.moc-v2 .brand>img{width:100%;height:72px;object-position:center}
 body.moc-v2 .mobile-toggle{display:grid!important;grid-column:1;grid-row:1;width:42px;height:42px;padding:0!important;min-height:42px!important;border:0!important;background:transparent!important;font-size:0!important;place-items:center}
 body.moc-v2 .mobile-toggle:before{content:"";width:23px;height:14px;border-top:1px solid var(--ml-ink);border-bottom:1px solid var(--ml-ink)}
 body.moc-v2 .mobile-toggle:after{content:"";position:absolute;width:23px;height:1px;background:var(--ml-ink)}
 body.moc-v2 .header-actions{display:contents}
 body.moc-v2 .header-actions>a{display:none!important}
 body.moc-v2 .nav{display:none;position:absolute;top:96px;left:0;right:0;background:var(--ml-paper);border-top:1px solid var(--ml-line);border-bottom:1px solid var(--ml-line);padding:18px;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 160px);overflow:auto}
 body.moc-v2 .header.mobile-open .nav{display:flex}
 body.moc-v2 .nav>a,body.moc-v2 .nav>.dropdown>a{font-size:18px;font-family:var(--ml-display);font-weight:500;padding:15px 6px;border-bottom:1px solid var(--ml-line)}
 body.moc-v2 .nav>a:after,body.moc-v2 .nav>.dropdown>a:after{display:none}
 body.moc-v2 .dropdown-menu{display:none!important}
 body.moc-v2 .hero{min-height:auto}
 body.moc-v2 .hero-slide{min-height:auto;display:flex;flex-direction:column}
 body.moc-v2 .hero-slide .hero-content{order:1;width:100%;padding:58px 24px 50px;min-height:430px}
 body.moc-v2 .hero-content:before{margin-bottom:24px}
 body.moc-v2 .hero-content h1{font-size:clamp(46px,11vw,68px);max-width:720px}
 body.moc-v2 .hero-content p{font-size:15px}
 body.moc-v2 .hero-slide .hero-media{order:2;width:100%;min-height:520px}
 body.moc-v2 .hero-arrow{display:none}
 body.moc-v2 .hero-dots{left:24px;bottom:545px}
 body.moc-v2 .hero-signature{right:16px;bottom:16px}
 body.moc-v2 .atelier-intro-grid,body.moc-v2 .fabric-gateway-grid,body.moc-v2 .bespoke-v2-grid,body.moc-v2 .mls-masthead-grid,body.moc-v2 .contact-v2-grid{grid-template-columns:1fr}
 body.moc-v2 .atelier-intro{padding:65px 0}
 body.moc-v2 .atelier-intro-grid{gap:34px}
 body.moc-v2 .atelier-values{grid-template-columns:1fr;gap:0}
 body.moc-v2 .atelier-value,body.moc-v2 .atelier-value:nth-child(2),body.moc-v2 .atelier-value:last-child{padding:17px 0;border-right:0;border-bottom:1px solid var(--ml-line)}
 body.moc-v2 .section{padding:78px 0}
 body.moc-v2 .section-head{margin-bottom:35px}
 body.moc-v2 .sortbar{margin:0 0 24px;width:100%;justify-content:flex-end}
 body.moc-v2 .products,body.moc-v2 .home-latest .products,body.moc-v2 .home-accessory-grid,body.moc-v2 .accessory-grid,body.moc-v2 .color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}
 body.moc-v2 .home-latest .product:first-child{grid-column:span 2;grid-row:auto}
 body.moc-v2 .home-latest .product:first-child .pm{aspect-ratio:4/5}
 body.moc-v2 .fabric-gateway-grid{min-height:0}
 body.moc-v2 .fabric-gateway-media{min-height:520px;order:2}
 body.moc-v2 .fabric-gateway-copy{padding:66px 24px}
 body.moc-v2 .bespoke-v2-copy{padding:62px 0;border-right:0;border-bottom:1px solid rgba(23,34,29,.2)}
 body.moc-v2 .bespoke-steps{padding:26px 0}
 body.moc-v2 .bespoke-step{grid-template-columns:45px 1fr}
 body.moc-v2 .bespoke-step small{display:none}
 body.moc-v2 .stories,body.moc-v2 .story-page{grid-template-columns:1fr 1fr;gap:32px 16px}
 body.moc-v2 .mls-masthead-aside{border-left:0;border-top:1px solid var(--ml-line);padding:22px 0 0}
 body.moc-v2 .collection-toolbar{top:96px}
 body.moc-v2 .collection-toolbar-inner{align-items:flex-start;flex-direction:column}
 body.moc-v2 .fabric-intro-grid{grid-template-columns:1fr}
 body.moc-v2 .fabric-intro-copy{padding:60px 24px}
 body.moc-v2 .fabric-intro-media{min-height:420px}
 body.moc-v2 .fabric-search-zone{top:96px}
 body.moc-v2 .catalog-tools{grid-template-columns:1fr auto}
 body.moc-v2 .contact-v2-copy{padding:55px 28px}
 body.moc-v2 .contact-v2-info{padding:32px 28px}
 body.moc-v2 .footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:35px}
 body.moc-v2 .footer .footer-grid>div:last-child{grid-column:2}
 body.moc-v2 .bottom-nav{position:fixed;z-index:69;display:grid;grid-template-columns:repeat(6,1fr);left:0;right:0;bottom:0;height:70px;background:rgba(251,250,246,.97);border-top:1px solid var(--ml-line);padding-bottom:env(safe-area-inset-bottom)}
 body.moc-v2 .bottom-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;text-decoration:none;color:#777d79;font-size:9px;font-weight:650;min-width:0}
 body.moc-v2 .bottom-nav a b{font-size:16px;line-height:1;font-weight:500;color:#7a807c}
 body.moc-v2 .bottom-nav a.active{color:var(--ml-forest)}
 body.moc-v2 .bottom-nav a.active b{color:var(--ml-forest)}
 body.moc-v2 .float-zalo{display:none}
 body.moc-v2.product-detail-v156 .pd-shell,body.moc-v2 .acc-shell{width:calc(100% - 32px)}
 body.moc-v2 .pd-layout,body.moc-v2 .acc-layout{grid-template-columns:1fr!important;gap:30px!important}
 body.moc-v2 .pd-panel,body.moc-v2 .acc-panel{position:static!important;border-left:0!important;border-top:1px solid var(--ml-line)!important;padding:35px 0 20px!important}
 body.moc-v2 .review-shell{width:calc(100% - 32px)!important}
}

@media(max-width:620px){
 body.moc-v2 .shell{width:calc(100% - 28px)}
 body.moc-v2 .headrow{min-height:88px;grid-template-columns:38px 1fr 38px}
 body.moc-v2 .brand{width:min(100%,340px)}
 body.moc-v2 .brand>img{height:66px}
 body.moc-v2 .nav{top:88px}
 body.moc-v2 .hero-slide .hero-content{padding:48px 18px 44px;min-height:390px}
 body.moc-v2 .hero-content h1{font-size:clamp(43px,13vw,58px)}
 body.moc-v2 .hero-content .btn{width:100%;max-width:300px}
 body.moc-v2 .hero-slide .hero-media{min-height:440px}
 body.moc-v2 .hero-dots{bottom:466px;left:18px}
 body.moc-v2 .section{padding:64px 0}
 body.moc-v2 h2{font-size:39px}
 body.moc-v2 .section-head h2{font-size:40px}
 body.moc-v2 .products,body.moc-v2 .home-latest .products,body.moc-v2 .home-accessory-grid,body.moc-v2 .accessory-grid,body.moc-v2 .color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 9px}
 body.moc-v2 .product .pb{padding-top:11px}
 body.moc-v2 .product h3{font-size:19px;padding-right:26px;margin-top:5px}
 body.moc-v2 .product .line-clamp{display:none}
 body.moc-v2 .product .pricehint{font-size:9.5px}
 body.moc-v2 .product .tag{font-size:8px;left:8px;top:8px;padding:5px 7px}
 body.moc-v2 .engagement-meta{display:none}
 body.moc-v2 .home-latest .product:first-child h3{font-size:24px}
 body.moc-v2 .home-accessory-body h3,body.moc-v2 .accessory-body h3{font-size:20px!important}
 body.moc-v2 .fabric-gateway-media{min-height:420px}
 body.moc-v2 .fabric-gateway-copy{padding:50px 20px}
 body.moc-v2 .fabric-gateway-copy h2{font-size:46px}
 body.moc-v2 .bespoke-v2{padding:65px 0}
 body.moc-v2 .bespoke-v2-copy{padding:48px 0}
 body.moc-v2 .bespoke-v2-copy h2{font-size:45px}
 body.moc-v2 .bespoke-step b{font-size:23px}
 body.moc-v2 .stories,body.moc-v2 .story-page{grid-template-columns:1fr}
 body.moc-v2 .story h3{font-size:28px}
 body.moc-v2 .mls-masthead{padding:58px 0 46px}
 body.moc-v2 .mls-masthead h1{font-size:50px}
 body.moc-v2 .collection-toolbar{top:88px;padding:10px 0}
 body.moc-v2 .filters{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}
 body.moc-v2 .filters::-webkit-scrollbar{display:none}
 body.moc-v2 .chip{white-space:nowrap;padding:9px 10px}
 body.moc-v2 .sort-select{width:100%;justify-content:space-between}
 body.moc-v2 .sort-select select{flex:1;max-width:190px}
 body.moc-v2 .fabric-intro-copy h1{font-size:51px}
 body.moc-v2 .fabric-intro-media{min-height:330px}
 body.moc-v2 .fabric-search-zone{top:88px}
 body.moc-v2 .catalog-tools{grid-template-columns:1fr}
 body.moc-v2 .catalog-count{display:none}
 body.moc-v2 .color-code{font-size:19px!important}
 body.moc-v2 .copybtn{font-size:9px!important}
 body.moc-v2 .pattern-filter-block small{display:none}
 body.moc-v2 .contact-v2{padding:50px 0 70px}
 body.moc-v2 .contact-v2-copy{padding:45px 22px}
 body.moc-v2 .contact-v2-copy h1{font-size:49px}
 body.moc-v2 .contact-v2-actions .btn{width:100%}
 body.moc-v2 .contact-v2-info{padding:24px 22px}
 body.moc-v2 .consult{padding:30px 22px;align-items:flex-start;flex-direction:column}
 body.moc-v2 .consult h2{font-size:32px}
 body.moc-v2 .consult .btn{width:100%}
 body.moc-v2 .footer{padding:55px 0 25px}
 body.moc-v2 .footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}
 body.moc-v2 .footer .footer-grid>div:first-child{grid-column:1/-1}
 body.moc-v2 .footer .footer-grid>div:last-child{grid-column:auto}
 body.moc-v2 .footer .brand>img{width:270px;max-width:100%;height:62px}
 body.moc-v2 .copyright{margin-top:30px}
 body.moc-v2 .pd-panel h1,body.moc-v2 .acc-panel h1{font-size:43px!important}
 body.moc-v2 .review-section{padding:58px 0!important;margin-top:58px!important}
 body.moc-v2 .review-head h2{font-size:38px!important}
}
