@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap");
:root{
  --ml-ink:#123d31;
  --ml-ink-2:#1c4b3e;
  --ml-cream:#fbf8f1;
  --ml-paper:#f4efe5;
  --ml-paper-2:#eee6d8;
  --ml-gold:#b99561;
  --ml-gold-dark:#927044;
  --ml-text:#202723;
  --ml-muted:#6d716d;
  --ml-line:#ddd4c6;
  --ml-white:#fffdfa;
  --ml-shadow:0 18px 48px rgba(28,42,35,.08);
  --ml-radius:2px;
  --ml-serif:Georgia,"Times New Roman",serif;
  --ml-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.moc-v3{margin:0;background:var(--ml-cream);color:var(--ml-text);font-family:var(--ml-sans);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}
body.moc-v3 a{color:inherit}
body.moc-v3 .shell{width:min(1480px,calc(100% - 64px));margin-inline:auto}
body.moc-v3 .promo{display:none!important}
body.moc-v3 .header{position:sticky;top:0;z-index:70;background:rgba(255,253,248,.95);border-bottom:1px solid rgba(185,149,97,.2);backdrop-filter:blur(16px)}
body.moc-v3 .headrow{min-height:92px;display:grid;grid-template-columns:minmax(260px,360px) 1fr auto;align-items:center;gap:28px}
body.moc-v3 .brand{display:inline-flex;align-items:center;text-decoration:none;min-width:0}
body.moc-v3 .brand img{display:block;width:min(100%,330px);height:68px;object-fit:contain;object-position:left center}
body.moc-v3 .brand>span{display:none!important}
body.moc-v3 .nav{display:flex;align-items:center;justify-content:center;gap:34px}
body.moc-v3 .nav a{position:relative;padding:34px 0 30px;text-decoration:none;font-size:15px;font-weight:650;letter-spacing:.01em;color:#26332d;white-space:nowrap}
body.moc-v3 .nav a::after{content:"";position:absolute;left:50%;bottom:24px;width:0;height:1px;background:var(--ml-gold);transform:translateX(-50%);transition:.25s ease}
body.moc-v3 .nav a:hover::after,body.moc-v3 .nav a.active::after{width:28px}
body.moc-v3 .nav a.active{color:var(--ml-ink)}
body.moc-v3 .header-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}
body.moc-v3 .btn{appearance:none;border:1px solid var(--ml-line);background:transparent;color:var(--ml-ink);min-height:46px;padding:0 20px;border-radius:var(--ml-radius);font:700 14px/1 var(--ml-sans);display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s}
body.moc-v3 .btn:hover{transform:translateY(-1px)}
body.moc-v3 .btn.primary{background:var(--ml-ink);border-color:var(--ml-ink);color:#fff}
body.moc-v3 .btn.primary:hover{background:#0c3026;border-color:#0c3026}
body.moc-v3 .btn.secondary{background:#fffdf8;border-color:#d8cbb9;color:var(--ml-ink)}
body.moc-v3 .header-actions .zalo-head{background:var(--ml-gold);border-color:var(--ml-gold);color:#fff;padding-inline:22px}
body.moc-v3 .mobile-toggle{display:none!important}
body.moc-v3 .eyebrow,body.moc-v3 .intro-kicker{font-size:11px;font-weight:800;letter-spacing:.23em;text-transform:uppercase;color:var(--ml-gold-dark)}
body.moc-v3 h1,body.moc-v3 h2,body.moc-v3 h3,body.moc-v3 .display-serif{font-family:var(--ml-serif);font-weight:500;letter-spacing:-.035em;color:var(--ml-ink);margin-top:0}
body.moc-v3 h2{font-size:clamp(38px,4vw,64px);line-height:1.02}

/* HOME HERO */
body.moc-v3 .hero{position:relative;overflow:hidden;background:#e8e0d2;min-height:560px;border-bottom:1px solid #e2d9ca}
body.moc-v3 .hero-track{display:flex;height:100%;min-height:560px;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
body.moc-v3 .hero-slide{position:relative;min-width:100%;height:560px;display:grid;grid-template-columns:minmax(0,42%) minmax(0,43%) minmax(180px,15%);overflow:hidden;background:#eae2d4}
body.moc-v3 .hero-media{grid-column:1/4;grid-row:1;position:absolute;inset:0}
body.moc-v3 .hero-cover{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block;filter:saturate(.88) contrast(.98)}
body.moc-v3 .hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(251,248,241,.98) 0%,rgba(251,248,241,.92) 25%,rgba(251,248,241,.28) 50%,rgba(18,31,26,.02) 72%,rgba(7,20,15,.78) 100%)}
body.moc-v3 .hero-signature{display:none}
body.moc-v3 .hero-content{position:relative;z-index:3;grid-column:1;grid-row:1;align-self:center;padding:56px 40px 56px max(64px,calc((100vw - 1480px)/2));max-width:690px}
body.moc-v3 .hero-content .eyebrow{margin-bottom:18px}
body.moc-v3 .hero-content h1{font-size:clamp(46px,4.6vw,78px);line-height:.98;margin:0 0 22px;max-width:670px;text-wrap:balance}
body.moc-v3 .hero-content p{max-width:610px;font-size:17px;color:#46524c;margin:0 0 28px}
body.moc-v3 .hero-content .btn{min-width:190px;background:var(--ml-ink);color:#fff;border-color:var(--ml-ink)}
body.moc-v3 .hero-slide::after{content:"Lụa kể chuyện\A về người mặc\A\A MỘC LIÊN SILK";white-space:pre;position:relative;z-index:3;grid-column:3;grid-row:1;align-self:stretch;display:flex;align-items:center;justify-content:center;padding:48px 26px;text-align:center;font:italic 28px/1.5 var(--ml-serif);color:#f7f0df;background:rgba(9,29,22,.68);letter-spacing:.02em}
body.moc-v3 .hero-arrow{position:absolute;z-index:5;top:50%;width:44px;height:44px;border:1px solid rgba(255,255,255,.55);background:rgba(255,253,248,.82);color:var(--ml-ink);font:30px/1 var(--ml-serif);cursor:pointer;transform:translateY(-50%)}
body.moc-v3 .hero-arrow.prev{left:18px}body.moc-v3 .hero-arrow.next{right:18px}
body.moc-v3 .hero-dots{position:absolute;z-index:6;left:max(64px,calc((100vw - 1480px)/2));bottom:26px;display:flex;gap:9px}
body.moc-v3 .hero-dots button{width:28px;height:2px;border:0;background:rgba(18,61,49,.25);padding:0;cursor:pointer}
body.moc-v3 .hero-dots button.active{background:var(--ml-ink)}

/* PORTALS */
body.moc-v3 .home-portals{padding:14px 0 0;background:var(--ml-cream)}
body.moc-v3 .portal-grid{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--ml-line);border-bottom:1px solid var(--ml-line)}
body.moc-v3 .portal-card{position:relative;display:grid;grid-template-columns:52% 48%;min-height:178px;text-decoration:none;background:#fffaf3;border-right:1px solid var(--ml-line);overflow:hidden}
body.moc-v3 .portal-card:last-child{border-right:0}
body.moc-v3 .portal-media{overflow:hidden;background:#e9e2d5}
body.moc-v3 .portal-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}
body.moc-v3 .portal-card:hover .portal-media img{transform:scale(1.035)}
body.moc-v3 .portal-copy{padding:28px 24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
body.moc-v3 .portal-copy h3{font-size:30px;line-height:1.05;margin:0 0 7px}
body.moc-v3 .portal-copy p{margin:0 0 16px;color:var(--ml-muted);font-size:14px;line-height:1.45}
body.moc-v3 .portal-link{font-size:13px;font-weight:750;border-bottom:1px solid var(--ml-gold);padding-bottom:3px;color:var(--ml-ink)}

/* FABRIC LIBRARY */
body.moc-v3 .silk-library{padding:62px 0 32px;background:#f8f4ec}
body.moc-v3 .silk-library-layout{display:grid;grid-template-columns:250px 1fr;gap:34px;align-items:end}
body.moc-v3 .silk-library-intro h2{font-size:52px;margin:8px 0 15px;line-height:.95}
body.moc-v3 .silk-library-intro p{font-size:14px;color:var(--ml-muted);margin:0 0 18px}
body.moc-v3 .text-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:750;text-decoration:none;border-bottom:1px solid var(--ml-gold);padding-bottom:4px}
body.moc-v3 .home-fabric-rail{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px}
body.moc-v3 .home-fabric-card{min-width:0;text-decoration:none;background:#f2ecdf;display:block}
body.moc-v3 .home-fabric-card img{width:100%;aspect-ratio:.82;object-fit:cover;display:block}
body.moc-v3 .home-fabric-card div{padding:10px 8px 11px}
body.moc-v3 .home-fabric-card b{display:block;font-size:12px;color:var(--ml-ink)}
body.moc-v3 .home-fabric-card small{display:block;color:#79746d;font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.moc-v3 .fabric-more{display:flex;align-items:center;justify-content:center;background:#efe7d8;border:1px solid #e1d6c4;min-height:100%}
body.moc-v3 .fabric-more strong{font:500 28px/1 var(--ml-serif);color:var(--ml-ink)}
body.moc-v3 .fabric-more span{display:block;font-size:11px;color:var(--ml-muted);margin-top:6px}

/* EDITORIAL PRODUCT SECTION */
body.moc-v3 .atelier-collection{padding:44px 0 54px;background:#fffdf8}
body.moc-v3 .atelier-collection-grid{display:grid;grid-template-columns:235px 1fr;gap:38px;align-items:start}
body.moc-v3 .collection-intro{position:sticky;top:120px;padding-top:10px}
body.moc-v3 .collection-intro h2{font-size:49px;line-height:.98;margin:9px 0 14px}
body.moc-v3 .collection-intro p{font-size:14px;color:var(--ml-muted);margin:0 0 20px}
body.moc-v3 .products.atelier-products{display:grid;grid-template-columns:1.65fr repeat(4,1fr);gap:12px}
body.moc-v3 .products.atelier-products .product{display:block;background:transparent;border:0;border-radius:0;box-shadow:none;min-width:0}
body.moc-v3 .products.atelier-products .product .pm{aspect-ratio:.78;background:#eee8de;overflow:hidden;position:relative}
body.moc-v3 .products.atelier-products .product:first-child .pm{aspect-ratio:1.35}
body.moc-v3 .products.atelier-products .product:first-child{grid-row:span 1}
body.moc-v3 .products.atelier-products .product .pm img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
body.moc-v3 .products.atelier-products .product:hover .pm img{transform:scale(1.025)}
body.moc-v3 .products.atelier-products .product .tag,body.moc-v3 .products.atelier-products .product .gallery-tag{display:none}
body.moc-v3 .products.atelier-products .product .pb{padding:11px 3px 0}
body.moc-v3 .products.atelier-products .product .code{font-size:9px;letter-spacing:.13em;color:#847a6d}
body.moc-v3 .products.atelier-products .product h3{font:500 18px/1.15 var(--ml-serif);margin:5px 0 4px;color:var(--ml-ink)}
body.moc-v3 .products.atelier-products .product .line-clamp,body.moc-v3 .products.atelier-products .product .engagement-meta,body.moc-v3 .products.atelier-products .product .btn{display:none!important}
body.moc-v3 .products.atelier-products .product .pricehint{font-size:12px;color:#746c64;margin-top:4px}

/* PROCESS */
body.moc-v3 .atelier-process{padding:38px 0;background:#f3eddf;border-top:1px solid var(--ml-line);border-bottom:1px solid var(--ml-line)}
body.moc-v3 .process-grid{display:grid;grid-template-columns:250px 1fr;gap:36px;align-items:center}
body.moc-v3 .process-intro h2{font-size:39px;margin:8px 0 10px;line-height:1}
body.moc-v3 .process-intro p{margin:0;color:var(--ml-muted);font-size:13px}
body.moc-v3 .process-steps{display:grid;grid-template-columns:repeat(5,1fr)}
body.moc-v3 .process-step{position:relative;text-align:center;padding:8px 16px;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center}
body.moc-v3 .process-step:not(:last-child)::after{content:"";position:absolute;right:-1px;top:50%;width:1px;height:54px;background:#d9ccb8;transform:translateY(-50%)}
body.moc-v3 .process-icon{width:38px;height:38px;border:1px solid var(--ml-gold);border-radius:50%;display:grid;place-items:center;color:var(--ml-gold-dark);font:500 16px/1 var(--ml-serif);margin-bottom:9px}
body.moc-v3 .process-step b{font:500 15px/1.25 var(--ml-serif);color:var(--ml-ink)}
body.moc-v3 .process-step small{display:block;font-size:10px;line-height:1.35;color:var(--ml-muted);margin-top:5px}

/* ACCESSORIES + STORIES */
body.moc-v3 .home-accessories,body.moc-v3 .story-editorial{background:#fffdf8;padding:62px 0}
body.moc-v3 .section-head{display:grid;grid-template-columns:1fr minmax(320px,520px);align-items:end;gap:40px;margin-bottom:28px}
body.moc-v3 .section-head h2{margin:7px 0 0;font-size:52px}
body.moc-v3 .section-head p{margin:0;color:var(--ml-muted);max-width:520px}
body.moc-v3 .home-accessory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
body.moc-v3 .home-accessory-card{background:transparent;border:0;box-shadow:none;border-radius:0}
body.moc-v3 .home-accessory-media{aspect-ratio:1;overflow:hidden;background:#eee9df;position:relative}
body.moc-v3 .home-accessory-media img{width:100%;height:100%;object-fit:cover}
body.moc-v3 .home-accessory-media span{display:none}
body.moc-v3 .home-accessory-body{padding:12px 2px}
body.moc-v3 .home-accessory-body .code{font-size:9px;letter-spacing:.14em;color:#847a6d}
body.moc-v3 .home-accessory-body h3{font-size:20px;margin:5px 0}
body.moc-v3 .home-accessory-price{font-size:13px;color:#5e625f}
body.moc-v3 .home-accessory-body .engagement-meta{display:none}
body.moc-v3 .stories{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:14px}
body.moc-v3 .story{background:#f4efe5;border:0;border-radius:0;box-shadow:none;overflow:hidden}
body.moc-v3 .story img{width:100%;aspect-ratio:1.35;object-fit:cover;display:block}
body.moc-v3 .story:first-child img{aspect-ratio:1.65}
body.moc-v3 .story-body{padding:22px}
body.moc-v3 .story-type{font-size:10px;letter-spacing:.18em;color:var(--ml-gold-dark);font-weight:800}
body.moc-v3 .story h3{font-size:27px;line-height:1.05;margin:8px 0 10px}
body.moc-v3 .story p{font-size:13px;color:var(--ml-muted);margin:0 0 12px}
body.moc-v3 .story .more{padding:0;border:0;background:none;font-weight:750;color:var(--ml-ink);cursor:pointer}
body.moc-v3 .viewall{margin-top:26px;text-align:center}

/* CTA + FOOTER */
body.moc-v3 .consult{background:var(--ml-ink);color:#fff;padding:34px 42px;display:flex;align-items:center;justify-content:space-between;gap:34px;border-radius:0}
body.moc-v3 .consult h2{font-size:38px;color:#fff;margin:5px 0 6px}
body.moc-v3 .consult p{margin:0;color:#d7e1dc}
body.moc-v3 .consult .eyebrow{color:#d5b17c}
body.moc-v3 .consult .btn.primary{background:var(--ml-gold);border-color:var(--ml-gold);color:#fff}
body.moc-v3 .footer{background:#0d352a;color:#e8eee9;padding:44px 0 20px;border-top:0}
body.moc-v3 .footer .brand img{width:270px;height:64px;filter:brightness(0) invert(1) sepia(.15) saturate(.6)}
body.moc-v3 .footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:42px}
body.moc-v3 .footer p{color:#b7c6bf;font-size:13px;max-width:360px}
body.moc-v3 .footer h4{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#d4b178;margin:0 0 15px}
body.moc-v3 .footer a{display:block;text-decoration:none;color:#e4ebe7;font-size:13px;margin:8px 0}
body.moc-v3 .copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;color:#97aaa1;font-size:11px;letter-spacing:.08em}
body.moc-v3 .bottom-nav{display:none!important}
body.moc-v3 .float-zalo{position:fixed;right:18px;bottom:18px;z-index:60;background:var(--ml-gold);color:#fff;text-decoration:none;padding:13px 17px;border-radius:999px;font-size:13px;font-weight:800;box-shadow:0 14px 34px rgba(68,48,23,.2)}

/* INNER PAGE MASTHEADS */
body.moc-v3 .mls-masthead{padding:82px 0 54px;background:#f4efe5;border-bottom:1px solid var(--ml-line)}
body.moc-v3 .mls-masthead-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:70px;align-items:end}
body.moc-v3 .mls-masthead h1{font-size:clamp(54px,6vw,92px);line-height:.94;margin:10px 0 0;max-width:980px}
body.moc-v3 .mls-masthead-aside{border-left:1px solid var(--ml-gold);padding-left:28px;padding-bottom:6px}
body.moc-v3 .mls-masthead-aside b{font:500 23px/1.1 var(--ml-serif);color:var(--ml-ink)}
body.moc-v3 .mls-masthead-aside p{color:var(--ml-muted);margin:10px 0 0}
body.moc-v3 .collection-toolbar{position:sticky;top:92px;z-index:25;background:rgba(251,248,241,.96);border-bottom:1px solid var(--ml-line);backdrop-filter:blur(12px)}
body.moc-v3 .collection-toolbar-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.moc-v3 .filters{display:flex;gap:8px;flex-wrap:wrap}
body.moc-v3 .chip{border:1px solid #d9d0c3;background:transparent;color:#56615c;padding:9px 15px;border-radius:999px;cursor:pointer;font-weight:700}
body.moc-v3 .chip.active{background:var(--ml-ink);border-color:var(--ml-ink);color:#fff}
body.moc-v3 .sort-select{font-size:12px;color:var(--ml-muted);display:flex;align-items:center;gap:8px}
body.moc-v3 .sort-select select,body.moc-v3 .sortbar select{border:0;border-bottom:1px solid #cbbba5;background:transparent;padding:8px 20px 8px 6px;color:var(--ml-ink);font-weight:700}
body.moc-v3 .section{padding:64px 0}
body.moc-v3 .section.soft{background:#f4efe5}
body.moc-v3 .products:not(.atelier-products){display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
body.moc-v3 .products:not(.atelier-products) .product{background:transparent;border:0;box-shadow:none;border-radius:0}
body.moc-v3 .products:not(.atelier-products) .pm{aspect-ratio:.78;overflow:hidden;background:#eee8dd}
body.moc-v3 .products:not(.atelier-products) .pm img{width:100%;height:100%;object-fit:cover}
body.moc-v3 .products:not(.atelier-products) .pb{padding:14px 2px 0}
body.moc-v3 .products:not(.atelier-products) .pb h3{font-size:24px;margin:6px 0 8px}
body.moc-v3 .products:not(.atelier-products) .pb .btn{width:100%;margin-top:14px}

/* FABRIC PAGE */
body.moc-v3 .fabric-intro{background:#f1e9dc;padding:0;border-bottom:1px solid var(--ml-line)}
body.moc-v3 .fabric-intro-grid{min-height:500px;display:grid;grid-template-columns:48% 52%;max-width:none}
body.moc-v3 .fabric-intro-copy{padding:78px max(42px,calc((100vw - 1480px)/2));padding-right:70px;display:flex;flex-direction:column;justify-content:center}
body.moc-v3 .fabric-intro-copy h1{font-size:clamp(54px,5vw,84px);line-height:.95;margin:10px 0 22px}
body.moc-v3 .fabric-intro-copy p{font-size:16px;color:var(--ml-muted);max-width:620px}
body.moc-v3 .fabric-intro-media{min-height:500px;overflow:hidden}
body.moc-v3 .fabric-intro-media img{width:100%;height:100%;object-fit:cover}
body.moc-v3 .fabric-search-zone{position:sticky;top:92px;z-index:24;background:rgba(251,248,241,.96);border-bottom:1px solid var(--ml-line);backdrop-filter:blur(12px)}
body.moc-v3 .catalog-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
body.moc-v3 .color-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
body.moc-v3 .color-img{border:0;padding:0;background:#eee7dc;display:block;width:100%;aspect-ratio:.82;overflow:hidden}
body.moc-v3 .color-img img{width:100%;height:100%;object-fit:cover}
body.moc-v3 .color-meta{padding:10px 2px 4px}
body.moc-v3 .copybtn{border:0;background:transparent;color:var(--ml-gold-dark);font-size:11px;padding:0}

/* STORIES / CONTACT */
body.moc-v3 .contact-v2{padding:78px 0;background:#f4efe5;min-height:70vh}
body.moc-v3 .contact-v2-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:start}
body.moc-v3 .contact-v2 h1{font-size:clamp(54px,6vw,88px);line-height:.95}
body.moc-v3 .contact-panel{background:#fffdf8!important;border:1px solid var(--ml-line)!important;box-shadow:none!important;border-radius:0!important}

/* DETAIL PAGES */
body.moc-v3 .pd-shell,body.moc-v3 .acc-shell{width:min(1380px,calc(100% - 64px));margin:0 auto;padding:58px 0 76px}
body.moc-v3 .pd-layout,body.moc-v3 .acc-layout{gap:54px}
body.moc-v3 .pd-panel,body.moc-v3 .acc-panel{background:#fffdf8!important;border:0!important;box-shadow:none!important;padding:20px 0!important}
body.moc-v3 .pd-panel h1,body.moc-v3 .acc-panel h1{font-size:clamp(42px,4vw,62px)!important;line-height:1!important;font-family:var(--ml-serif)!important;font-weight:500!important;color:var(--ml-ink)!important}
body.moc-v3 .main-img,body.moc-v3 .pd-stage,body.moc-v3 .acc-stage{background:#eee8df!important;border-radius:0!important}
body.moc-v3 .review-section{background:#f3eddf!important;border-top:1px solid var(--ml-line)!important}

@media(max-width:1180px){
 body.moc-v3 .headrow{grid-template-columns:250px 1fr auto;gap:18px}
 body.moc-v3 .brand img{width:245px;height:58px}
 body.moc-v3 .nav{gap:20px}
 body.moc-v3 .nav a{font-size:14px}
 body.moc-v3 .header-actions .btn.secondary{display:none}
 body.moc-v3 .hero-slide{grid-template-columns:46% 39% 15%}
 body.moc-v3 .hero-content{padding-left:34px}
 body.moc-v3 .portal-card{grid-template-columns:48% 52%}
 body.moc-v3 .home-fabric-rail{grid-template-columns:repeat(5,1fr)}
 body.moc-v3 .home-fabric-rail>*:nth-child(n+7){display:none}
 body.moc-v3 .products.atelier-products{grid-template-columns:1.45fr repeat(3,1fr)}
 body.moc-v3 .products.atelier-products>*:nth-child(n+5){display:none}
}
@media(max-width:900px){
 body.moc-v3{padding-bottom:0}
 body.moc-v3 .shell{width:min(100% - 32px,760px)}
 body.moc-v3 .header{position:sticky}
 body.moc-v3 .headrow{min-height:78px;display:grid;grid-template-columns:48px 1fr 48px;gap:10px}
 body.moc-v3 .brand{grid-column:2;justify-self:center}
 body.moc-v3 .brand img{width:min(72vw,310px);height:54px;object-position:center}
 body.moc-v3 .mobile-toggle{display:flex!important;grid-column:1;grid-row:1;width:44px;height:44px;padding:0;font-size:0;background:transparent!important;border:0!important;position:relative}
 body.moc-v3 .mobile-toggle::before,body.moc-v3 .mobile-toggle::after{content:"";position:absolute;left:8px;right:8px;height:1px;background:var(--ml-ink);top:17px;box-shadow:0 8px 0 var(--ml-ink)}
 body.moc-v3 .mobile-toggle::after{display:none}
 body.moc-v3 .header-actions{display:contents}
 body.moc-v3 .header-actions>.btn:not(.mobile-toggle){display:none!important}
 body.moc-v3 .nav{position:fixed;z-index:80;left:0;right:0;top:78px;background:#fffdf8;border-top:1px solid var(--ml-line);border-bottom:1px solid var(--ml-line);padding:14px 22px 22px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 50px rgba(22,39,31,.12)}
 body.moc-v3 .header.mobile-open .nav{display:flex}
 body.moc-v3 .nav a{padding:13px 0;font-size:17px;font-family:var(--ml-serif);font-weight:500;border-bottom:1px solid #eee8df}
 body.moc-v3 .nav a::after{display:none}
 body.moc-v3 .hero,body.moc-v3 .hero-track{min-height:620px}
 body.moc-v3 .hero-slide{height:620px;display:block}
 body.moc-v3 .hero-media{position:absolute;inset:0}
 body.moc-v3 .hero-cover{object-position:62% center}
 body.moc-v3 .hero-media::before{background:linear-gradient(180deg,rgba(251,248,241,.96) 0%,rgba(251,248,241,.82) 35%,rgba(251,248,241,.1) 61%,rgba(9,29,22,.55) 100%)}
 body.moc-v3 .hero-content{position:absolute;inset:0 0 auto;padding:54px 24px 0;max-width:none}
 body.moc-v3 .hero-content h1{font-size:clamp(42px,11vw,64px);max-width:90%;line-height:.98}
 body.moc-v3 .hero-content p{font-size:15px;max-width:88%}
 body.moc-v3 .hero-slide::after{content:"MỘC LIÊN SILK · VIETNAMESE SILK ATELIER";position:absolute;left:24px;right:24px;bottom:28px;padding:0;background:transparent;display:block;text-align:left;font:700 10px/1.2 var(--ml-sans);letter-spacing:.18em;color:#fff}
 body.moc-v3 .hero-dots{left:24px;bottom:56px}
 body.moc-v3 .hero-arrow{display:none}
 body.moc-v3 .portal-grid{grid-template-columns:1fr}
 body.moc-v3 .portal-card{grid-template-columns:48% 52%;border-right:0;border-bottom:1px solid var(--ml-line);min-height:148px}
 body.moc-v3 .portal-card:last-child{border-bottom:0}
 body.moc-v3 .silk-library{padding:46px 0 26px}
 body.moc-v3 .silk-library-layout{grid-template-columns:1fr;gap:24px}
 body.moc-v3 .silk-library-intro h2{font-size:43px}
 body.moc-v3 .home-fabric-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-16px}
 body.moc-v3 .home-fabric-card,body.moc-v3 .fabric-more{min-width:42vw;scroll-snap-align:start}
 body.moc-v3 .home-fabric-rail>*:nth-child(n){display:block}
 body.moc-v3 .atelier-collection{padding:42px 0}
 body.moc-v3 .atelier-collection-grid{grid-template-columns:1fr;gap:24px}
 body.moc-v3 .collection-intro{position:static}
 body.moc-v3 .collection-intro h2{font-size:43px}
 body.moc-v3 .products.atelier-products{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;margin-right:-16px;padding-bottom:8px}
 body.moc-v3 .products.atelier-products .product{min-width:72vw;scroll-snap-align:start}
 body.moc-v3 .products.atelier-products .product:first-child .pm,body.moc-v3 .products.atelier-products .product .pm{aspect-ratio:.84}
 body.moc-v3 .products.atelier-products>*:nth-child(n){display:block}
 body.moc-v3 .process-grid{grid-template-columns:1fr;gap:24px}
 body.moc-v3 .process-steps{grid-template-columns:1fr 1fr;gap:0}
 body.moc-v3 .process-step:nth-child(2)::after,body.moc-v3 .process-step:nth-child(4)::after{display:none}
 body.moc-v3 .section-head{grid-template-columns:1fr;gap:12px}
 body.moc-v3 .section-head h2{font-size:43px}
 body.moc-v3 .home-accessory-grid{display:flex;overflow-x:auto;gap:10px;margin-right:-16px}
 body.moc-v3 .home-accessory-card{min-width:70vw}
 body.moc-v3 .stories{grid-template-columns:1fr}
 body.moc-v3 .story img,body.moc-v3 .story:first-child img{aspect-ratio:1.55}
 body.moc-v3 .consult{padding:28px 24px;display:block}
 body.moc-v3 .consult .btn{margin-top:18px;width:100%}
 body.moc-v3 .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
 body.moc-v3 .footer-grid>div:first-child{grid-column:1/-1}
 body.moc-v3 .float-zalo{right:14px;bottom:14px}
 body.moc-v3 .mls-masthead{padding:56px 0 38px}
 body.moc-v3 .mls-masthead-grid{grid-template-columns:1fr;gap:30px}
 body.moc-v3 .mls-masthead h1{font-size:clamp(48px,13vw,70px)}
 body.moc-v3 .collection-toolbar{top:78px}
 body.moc-v3 .collection-toolbar-inner{display:block;padding-top:12px;padding-bottom:12px}
 body.moc-v3 .filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}
 body.moc-v3 .chip{white-space:nowrap}
 body.moc-v3 .products:not(.atelier-products){grid-template-columns:1fr 1fr;gap:12px}
 body.moc-v3 .products:not(.atelier-products) .pb h3{font-size:20px}
 body.moc-v3 .fabric-intro-grid{grid-template-columns:1fr;min-height:auto}
 body.moc-v3 .fabric-intro-copy{padding:54px 24px 36px}
 body.moc-v3 .fabric-intro-copy h1{font-size:clamp(50px,13vw,70px)}
 body.moc-v3 .fabric-intro-media{min-height:320px}
 body.moc-v3 .fabric-search-zone{top:78px}
 body.moc-v3 .catalog-grid{grid-template-columns:repeat(3,1fr);gap:9px}
 body.moc-v3 .contact-v2{padding:54px 0}
 body.moc-v3 .contact-v2-grid{grid-template-columns:1fr;gap:34px}
 body.moc-v3 .pd-shell,body.moc-v3 .acc-shell{width:min(100% - 28px,760px);padding-top:28px}
}
@media(max-width:560px){
 body.moc-v3 .shell{width:calc(100% - 24px)}
 body.moc-v3 .headrow{min-height:72px}
 body.moc-v3 .brand img{width:min(76vw,280px);height:50px}
 body.moc-v3 .nav{top:72px}
 body.moc-v3 .hero,body.moc-v3 .hero-track{min-height:590px}
 body.moc-v3 .hero-slide{height:590px}
 body.moc-v3 .hero-content{padding:44px 18px 0}
 body.moc-v3 .hero-content h1{font-size:44px;max-width:100%}
 body.moc-v3 .hero-content p{max-width:100%;font-size:14px}
 body.moc-v3 .hero-content .btn{min-width:165px;min-height:44px}
 body.moc-v3 .hero-slide::after{left:18px;right:18px;bottom:22px}
 body.moc-v3 .hero-dots{left:18px;bottom:48px}
 body.moc-v3 .portal-card{grid-template-columns:44% 56%;min-height:132px}
 body.moc-v3 .portal-copy{padding:18px 14px}
 body.moc-v3 .portal-copy h3{font-size:25px}
 body.moc-v3 .portal-copy p{font-size:12px;margin-bottom:10px}
 body.moc-v3 .home-fabric-card,body.moc-v3 .fabric-more{min-width:47vw}
 body.moc-v3 .products.atelier-products .product{min-width:77vw}
 body.moc-v3 .process-steps{grid-template-columns:1fr}
 body.moc-v3 .process-step{min-height:92px;border-bottom:1px solid #ded2c0}
 body.moc-v3 .process-step::after{display:none!important}
 body.moc-v3 .home-accessory-card{min-width:77vw}
 body.moc-v3 .footer-grid{grid-template-columns:1fr}
 body.moc-v3 .footer-grid>div:first-child{grid-column:auto}
 body.moc-v3 .products:not(.atelier-products){grid-template-columns:1fr 1fr;gap:9px}
 body.moc-v3 .products:not(.atelier-products) .pb{padding-top:9px}
 body.moc-v3 .products:not(.atelier-products) .pb h3{font-size:17px}
 body.moc-v3 .products:not(.atelier-products) .pb .line-clamp{display:none}
 body.moc-v3 .catalog-grid{grid-template-columns:repeat(2,1fr)}
}
body.moc-v3 .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
body.moc-v3 .hero-actions .btn.secondary{background:rgba(255,253,248,.82);border-color:#cdbca3;color:var(--ml-ink)}
body.moc-v3 .hero-trust{margin-top:25px;font-size:9px;font-weight:800;letter-spacing:.18em;color:#6c756f}
body.moc-v3 .hero-trust span{margin:0 8px;color:var(--ml-gold)}
@media(max-width:560px){body.moc-v3 .hero-actions{gap:8px}body.moc-v3 .hero-actions .btn{min-width:0;flex:1;padding-inline:12px}body.moc-v3 .hero-trust{font-size:8px;letter-spacing:.11em}}

/* ============================================================
   MOC LIEN SILK ATELIER V3.1
   Typography, hero-fit, rounded 3D controls, spacing refinement
   ============================================================ */
:root{
  --ml-ink:#0e4032;
  --ml-ink-2:#175142;
  --ml-cream:#fbf7ee;
  --ml-paper:#f4ecdf;
  --ml-paper-2:#eadfce;
  --ml-gold:#b58b50;
  --ml-gold-dark:#8a6739;
  --ml-text:#26302b;
  --ml-muted:#687069;
  --ml-line:#dfd3c1;
  --ml-white:#fffdf8;
  --ml-shadow:0 14px 36px rgba(23,48,39,.10);
  --ml-radius:14px;
  --ml-serif:"Playfair Display","Times New Roman",serif;
  --ml-sans:"Be Vietnam Pro","Segoe UI",Arial,sans-serif;
}
body.moc-v3{
  font-family:var(--ml-sans);
  background:var(--ml-cream);
  color:var(--ml-text);
  font-size:15.5px;
  line-height:1.65;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}
body.moc-v3 .shell{width:min(1660px,calc(100% - 64px))}
body.moc-v3 h1,
body.moc-v3 h2,
body.moc-v3 h3,
body.moc-v3 .display-serif{
  font-family:var(--ml-serif)!important;
  font-weight:600;
  letter-spacing:-.014em;
  word-spacing:0;
  font-kerning:normal;
  font-feature-settings:"kern" 1,"liga" 1;
  text-rendering:optimizeLegibility;
}
body.moc-v3 .eyebrow,
body.moc-v3 .intro-kicker{
  font-family:var(--ml-sans);
  letter-spacing:.16em;
  line-height:1.35;
}

/* Header is cleaner and slightly more substantial */
body.moc-v3 .headrow{min-height:94px;grid-template-columns:minmax(280px,390px) 1fr auto;gap:30px}
body.moc-v3 .brand img{width:min(100%,360px);height:70px}
body.moc-v3 .nav{gap:32px}
body.moc-v3 .nav a{font-family:var(--ml-sans);font-size:15.5px;font-weight:650;padding-top:35px;padding-bottom:31px}

/* Rounded, tactile, restrained 3D buttons */
body.moc-v3 .btn{
  min-height:48px;
  padding:0 22px;
  border-radius:13px!important;
  border:1px solid rgba(137,105,61,.28);
  font-family:var(--ml-sans)!important;
  font-size:13.5px;
  font-weight:750;
  line-height:1.15;
  box-shadow:0 6px 0 rgba(27,54,44,.08),0 12px 24px rgba(27,54,44,.10),inset 0 1px 0 rgba(255,255,255,.34);
  transform:translateY(0);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,background .16s ease;
}
body.moc-v3 .btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 rgba(27,54,44,.075),0 17px 30px rgba(27,54,44,.13),inset 0 1px 0 rgba(255,255,255,.4)}
body.moc-v3 .btn:active{transform:translateY(3px);box-shadow:0 2px 0 rgba(27,54,44,.10),0 5px 12px rgba(27,54,44,.10)}
body.moc-v3 .btn.primary{
  color:#fff!important;
  border-color:#0a382b!important;
  background:linear-gradient(180deg,#18513f 0%,#0e4032 56%,#0a372b 100%)!important;
  text-shadow:0 1px 0 rgba(0,0,0,.16);
}
body.moc-v3 .btn.secondary{
  color:var(--ml-ink)!important;
  border-color:#d6c4a8!important;
  background:linear-gradient(180deg,#fffefb 0%,#f7f0e4 100%)!important;
  text-shadow:none;
}
body.moc-v3 .header-actions .zalo-head,
body.moc-v3 .consult .btn.primary{
  color:#fff!important;
  border-color:#a37943!important;
  background:linear-gradient(180deg,#c8a16b 0%,#b58b50 58%,#9b733e 100%)!important;
  box-shadow:0 6px 0 rgba(120,85,40,.16),0 14px 24px rgba(90,62,30,.17),inset 0 1px 0 rgba(255,255,255,.36);
}
body.moc-v3 .float-zalo{
  border:1px solid #a47a42;
  background:linear-gradient(180deg,#c8a16a,#aa7f47);
  box-shadow:0 6px 0 rgba(92,63,28,.18),0 14px 30px rgba(55,40,20,.22),inset 0 1px 0 rgba(255,255,255,.32);
}
body.moc-v3 .chip{
  min-height:42px;
  padding:9px 17px;
  border-radius:999px;
  font-family:var(--ml-sans);
  box-shadow:0 4px 10px rgba(31,50,42,.05),inset 0 1px 0 rgba(255,255,255,.6);
}
body.moc-v3 .chip.active{box-shadow:0 5px 0 rgba(18,61,49,.09),0 9px 18px rgba(18,61,49,.12)}

/* Home hero: keep every CTA inside the banner, even with longer admin text */
body.moc-v3 .hero,
body.moc-v3 .hero-track{min-height:548px}
body.moc-v3 .hero-slide{height:548px;grid-template-columns:minmax(0,43%) minmax(0,41%) minmax(175px,16%)}
body.moc-v3 .hero-content{
  align-self:stretch;
  justify-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  max-width:none;
  padding-top:34px;
  padding-bottom:34px;
  padding-left:max(48px,calc((100vw - 1660px)/2));
  padding-right:34px;
}
body.moc-v3 .hero-content .eyebrow{margin-bottom:12px}
body.moc-v3 .hero-content h1{
  font-size:clamp(40px,3.7vw,64px);
  line-height:1.03;
  margin:0 0 15px;
  max-width:620px;
  text-wrap:balance;
}
body.moc-v3 .hero-content p{font-size:15px;line-height:1.58;max-width:590px;margin:0 0 19px}
body.moc-v3 .hero-actions{display:flex;gap:11px;flex-wrap:wrap;align-items:center}
body.moc-v3 .hero-actions .btn{min-width:164px;min-height:48px}
body.moc-v3 .hero-content .btn.primary{color:#fff!important}
body.moc-v3 .hero-content .btn.secondary{
  color:var(--ml-ink)!important;
  background:linear-gradient(180deg,rgba(255,254,250,.97),rgba(245,237,224,.94))!important;
}
body.moc-v3 .hero-trust{margin-top:16px;line-height:1.4;letter-spacing:.13em}
body.moc-v3 .hero-slide::after{font-size:25px;line-height:1.46}
body.moc-v3 .hero-arrow{width:46px;height:46px;border-radius:50%;box-shadow:0 8px 22px rgba(20,42,34,.13)}

/* Three home entry cards */
body.moc-v3 .home-portals{padding:18px 0 0}
body.moc-v3 .portal-grid{border:0;gap:14px}
body.moc-v3 .portal-card{
  min-height:170px;
  border:1px solid #e1d6c5!important;
  border-radius:16px;
  box-shadow:0 10px 26px rgba(29,48,40,.065);
}
body.moc-v3 .portal-card:last-child{border-right:1px solid #e1d6c5}
body.moc-v3 .portal-copy h3{font-size:28px;letter-spacing:-.01em}
body.moc-v3 .portal-link{font-family:var(--ml-sans);font-size:12.5px}

/* More compact, editorial home composition */
body.moc-v3 .silk-library{padding:52px 0 30px}
body.moc-v3 .silk-library-layout{grid-template-columns:260px 1fr;gap:30px;align-items:center}
body.moc-v3 .silk-library-intro h2{font-size:46px;line-height:1.01}
body.moc-v3 .home-fabric-rail{gap:11px}
body.moc-v3 .home-fabric-card,
body.moc-v3 .fabric-more{border-radius:12px;overflow:hidden;box-shadow:0 7px 20px rgba(30,49,40,.055)}
body.moc-v3 .atelier-collection{padding:44px 0 50px}
body.moc-v3 .atelier-collection-grid{grid-template-columns:250px 1fr;gap:32px}
body.moc-v3 .collection-intro h2{font-size:44px;line-height:1.02}
body.moc-v3 .atelier-process{padding:34px 0}
body.moc-v3 .process-intro h2{font-size:35px;line-height:1.08}
body.moc-v3 .process-step b{font-family:var(--ml-serif);font-size:15px;letter-spacing:0}
body.moc-v3 .home-accessories,
body.moc-v3 .story-editorial{padding:50px 0}
body.moc-v3 .section-head{grid-template-columns:minmax(300px,460px) 1fr;gap:48px;margin-bottom:24px}
body.moc-v3 .section-head h2{font-size:46px;line-height:1.04}
body.moc-v3 .section-head p{justify-self:start;max-width:680px}
body.moc-v3 .home-accessory-grid .empty-state,
body.moc-v3 .stories .empty-state{
  grid-column:1/-1;
  width:min(100%,820px);
  margin:0 auto;
  padding:34px 36px;
  text-align:center;
  background:rgba(255,253,248,.75);
  border:1px solid #e2d6c4;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(28,48,39,.055);
}
body.moc-v3 .viewall{margin-top:22px}
body.moc-v3 .consult{border-radius:18px;box-shadow:0 18px 38px rgba(12,49,39,.15);padding:32px 38px}

/* Inner-page typography no longer breaks Vietnamese glyph rhythm */
body.moc-v3 .mls-masthead{padding:66px 0 46px}
body.moc-v3 .mls-masthead-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:56px}
body.moc-v3 .mls-masthead h1{
  font-size:clamp(48px,5.2vw,78px);
  line-height:1.04;
  letter-spacing:-.012em;
  max-width:1000px;
  text-wrap:balance;
}
body.moc-v3 .mls-masthead-aside b{font-family:var(--ml-serif);font-size:21px}
body.moc-v3 .collection-toolbar{top:94px}

/* Product catalogue gets a polished card surface and reliable CTA */
body.moc-v3 .products:not(.atelier-products){gap:20px}
body.moc-v3 .products:not(.atelier-products) .product{
  background:#fffdf9;
  border:1px solid #e3d8c8;
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(24,48,39,.07);
  transition:transform .2s ease,box-shadow .2s ease;
}
body.moc-v3 .products:not(.atelier-products) .product:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(24,48,39,.11)}
body.moc-v3 .products:not(.atelier-products) .pm{border-radius:0;aspect-ratio:.82}
body.moc-v3 .products:not(.atelier-products) .pb{padding:17px 17px 18px}
body.moc-v3 .products:not(.atelier-products) .pb h3{font-size:22px;line-height:1.18;letter-spacing:-.01em}
body.moc-v3 .products:not(.atelier-products) .pb .btn{
  width:100%;
  margin-top:14px;
  min-height:47px;
  border-radius:12px!important;
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
}
body.moc-v3 .products:not(.atelier-products) .pricehint{font-family:var(--ml-sans);font-weight:700;color:var(--ml-ink)}
body.moc-v3 .engagement-meta{font-family:var(--ml-sans)}

/* Fabric/contact/detail surfaces */
body.moc-v3 .fabric-intro-copy h1,
body.moc-v3 .contact-v2 h1,
body.moc-v3 .pd-panel h1,
body.moc-v3 .acc-panel h1{letter-spacing:-.012em!important;line-height:1.04!important}
body.moc-v3 .contact-panel{border-radius:17px!important;box-shadow:0 14px 34px rgba(25,47,39,.07)!important}
body.moc-v3 .main-img,
body.moc-v3 .pd-stage,
body.moc-v3 .acc-stage{border-radius:17px!important;overflow:hidden}

@media(max-width:1180px){
  body.moc-v3 .shell{width:min(100% - 42px,1160px)}
  body.moc-v3 .headrow{grid-template-columns:245px 1fr auto;gap:16px}
  body.moc-v3 .brand img{width:245px;height:58px}
  body.moc-v3 .nav{gap:18px}
  body.moc-v3 .nav a{font-size:13.5px}
  body.moc-v3 .hero-content{padding-left:28px;padding-right:24px}
  body.moc-v3 .hero-content h1{font-size:clamp(39px,4.7vw,55px)}
  body.moc-v3 .hero-content p{font-size:14px;line-height:1.5}
  body.moc-v3 .hero-actions .btn{min-width:145px;padding-inline:16px}
  body.moc-v3 .hero-trust{font-size:8px;letter-spacing:.1em}
}

@media(max-width:900px){
  body.moc-v3 .shell{width:min(100% - 30px,760px)}
  body.moc-v3 .headrow{min-height:80px}
  body.moc-v3 .brand img{width:min(75vw,320px);height:56px}
  body.moc-v3 .nav{top:80px}
  body.moc-v3 .collection-toolbar,body.moc-v3 .fabric-search-zone{top:80px}
  body.moc-v3 .hero,body.moc-v3 .hero-track{min-height:650px}
  body.moc-v3 .hero-slide{height:650px}
  body.moc-v3 .hero-content{padding:38px 22px 0;justify-content:flex-start}
  body.moc-v3 .hero-content h1{font-size:clamp(39px,9.8vw,54px);line-height:1.04;max-width:92%;margin-bottom:13px}
  body.moc-v3 .hero-content p{max-width:92%;margin-bottom:15px}
  body.moc-v3 .hero-actions{gap:8px;max-width:540px}
  body.moc-v3 .hero-actions .btn{min-width:0;min-height:45px;padding:0 15px}
  body.moc-v3 .hero-trust{margin-top:13px;max-width:92%}
  body.moc-v3 .portal-grid{gap:10px}
  body.moc-v3 .portal-card{border-right:1px solid #e1d6c5!important}
  body.moc-v3 .section-head{grid-template-columns:1fr;gap:10px}
  body.moc-v3 .mls-masthead{padding:48px 0 34px}
  body.moc-v3 .mls-masthead h1{font-size:clamp(42px,10vw,62px);line-height:1.04}
  body.moc-v3 .products:not(.atelier-products){gap:12px}
}

@media(max-width:560px){
  body.moc-v3{font-size:14.5px}
  body.moc-v3 .shell{width:calc(100% - 22px)}
  body.moc-v3 .headrow{min-height:74px}
  body.moc-v3 .brand img{width:min(78vw,292px);height:52px}
  body.moc-v3 .nav{top:74px}
  body.moc-v3 .hero,body.moc-v3 .hero-track{min-height:670px}
  body.moc-v3 .hero-slide{height:670px}
  body.moc-v3 .hero-content{padding:34px 17px 0}
  body.moc-v3 .hero-content h1{font-size:39px;line-height:1.04;max-width:100%}
  body.moc-v3 .hero-content p{font-size:13.5px;line-height:1.52;max-width:100%}
  body.moc-v3 .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:390px}
  body.moc-v3 .hero-actions .btn{width:100%;min-height:44px;font-size:12.5px;padding:0 10px}
  body.moc-v3 .hero-trust{font-size:7.5px;line-height:1.55;letter-spacing:.08em;max-width:100%}
  body.moc-v3 .hero-slide::after{bottom:18px}
  body.moc-v3 .hero-dots{bottom:42px}
  body.moc-v3 .portal-card{grid-template-columns:42% 58%;min-height:136px;border-radius:13px}
  body.moc-v3 .portal-copy h3{font-size:23px}
  body.moc-v3 .silk-library-intro h2,
  body.moc-v3 .collection-intro h2,
  body.moc-v3 .section-head h2{font-size:38px;line-height:1.05}
  body.moc-v3 .mls-masthead h1{font-size:42px;line-height:1.05}
  body.moc-v3 .mls-masthead-aside{padding-left:18px}
  body.moc-v3 .products:not(.atelier-products){grid-template-columns:1fr;gap:14px}
  body.moc-v3 .products:not(.atelier-products) .pm{aspect-ratio:1.05}
  body.moc-v3 .products:not(.atelier-products) .pb{padding:15px}
  body.moc-v3 .products:not(.atelier-products) .pb h3{font-size:21px}
  body.moc-v3 .consult{border-radius:14px;padding:25px 20px}
}

/* ============================================================
   MOC LIEN SILK ATELIER V3.1.1
   Fix CTA width + remove phèn hero side slogan panel
   ============================================================ */
/* Remove dark side slogan panel on hero - cleaner and more professional */
body.moc-v3 .hero-slide::after{
  content:none !important;
  display:none !important;
  background:transparent !important;
}
body.moc-v3 .hero-slide{
  grid-template-columns:minmax(0,47%) minmax(0,53%) !important;
}
body.moc-v3 .hero-media::before{
  background:linear-gradient(90deg,rgba(251,248,241,.98) 0%,rgba(251,248,241,.92) 28%,rgba(251,248,241,.28) 56%,rgba(18,31,26,.08) 100%) !important;
}

/* Make primary hero CTA buttons wider so text stays on one line */
body.moc-v3 .hero-actions .btn{
  min-width:182px !important;
  white-space:nowrap;
}
body.moc-v3 .hero-actions .btn:last-child{
  min-width:210px !important;
}

@media(max-width:900px){
  body.moc-v3 .hero-slide{grid-template-columns:1fr !important;}
  body.moc-v3 .hero-actions{
    display:flex !important;
    flex-wrap:nowrap;
    max-width:360px;
  }
  body.moc-v3 .hero-actions .btn{
    min-width:126px !important;
    padding-inline:16px !important;
    white-space:nowrap;
  }
  body.moc-v3 .hero-actions .btn:last-child{min-width:176px !important;}
}

@media(max-width:560px){
  body.moc-v3 .hero-actions{
    display:grid !important;
    grid-template-columns:minmax(118px,1fr) minmax(158px,1.28fr);
    gap:10px;
    width:100%;
    max-width:332px;
  }
  body.moc-v3 .hero-actions .btn{
    min-width:0 !important;
    width:100%;
    min-height:46px !important;
    padding:0 14px !important;
    font-size:13px !important;
    white-space:nowrap;
  }
  body.moc-v3 .hero-actions .btn:last-child{min-width:0 !important;}
}

/* ============================================================
   V3.1.2 - MOBILE MENU RELIABILITY FIX
   ============================================================ */
@media(max-width:900px){
  body.moc-v3.mls-menu-open{overflow:hidden;touch-action:none}
  body.moc-v3 .header{z-index:120}
  body.moc-v3 .mobile-toggle{z-index:123;cursor:pointer;touch-action:manipulation}
  body.moc-v3 .nav{
    z-index:122!important;
    max-height:calc(100dvh - 80px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  body.moc-v3 .header.mobile-open .nav{display:flex!important}
  body.moc-v3 .header.mobile-open .mobile-toggle::before{
    top:21px;
    box-shadow:none!important;
    transform:rotate(45deg);
  }
  body.moc-v3 .header.mobile-open .mobile-toggle::after{
    display:block!important;
    top:21px;
    box-shadow:none!important;
    transform:rotate(-45deg);
  }
  body.moc-v3 .mobile-toggle::before,
  body.moc-v3 .mobile-toggle::after{transition:transform .18s ease,top .18s ease}
  body.moc-v3 .nav a{display:block;min-height:48px}
}
@media(max-width:560px){
  body.moc-v3 .nav{max-height:calc(100dvh - 74px)}
}

/* ============================================================
   V3.1.3 - NATIVE MOBILE MENU (NO JS REQUIRED)
   ============================================================ */
body.moc-v3 .mobile-menu-native{display:none}

@media(max-width:900px){
  body.moc-v3 .mobile-toggle{display:none!important}
  body.moc-v3 .headrow>.nav{display:none!important}
  body.moc-v3 .headrow{position:relative;grid-template-columns:52px 1fr 52px!important;align-items:center}
  body.moc-v3 .mobile-menu-native{
    display:block;grid-column:1;grid-row:1;justify-self:start;position:relative;z-index:310;
    width:46px;height:46px;margin:0;
  }
  body.moc-v3 .mobile-menu-native>summary{
    list-style:none;width:46px;height:46px;display:block;position:relative;cursor:pointer;
    touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:12px;
    border:1px solid rgba(181,139,80,.26);background:linear-gradient(180deg,#fffefb,#f6efe3);
    box-shadow:0 4px 12px rgba(25,50,40,.08),inset 0 1px 0 rgba(255,255,255,.7);
  }
  body.moc-v3 .mobile-menu-native>summary::-webkit-details-marker{display:none}
  body.moc-v3 .mobile-menu-native>summary::marker{content:""}
  body.moc-v3 .mobile-menu-native>summary span{font-size:0}
  body.moc-v3 .mobile-menu-native>summary::before,
  body.moc-v3 .mobile-menu-native>summary::after{
    content:"";position:absolute;left:11px;right:11px;height:2px;border-radius:99px;background:var(--ml-ink);
    transition:transform .18s ease,top .18s ease,box-shadow .18s ease;
  }
  body.moc-v3 .mobile-menu-native>summary::before{top:15px;box-shadow:0 7px 0 var(--ml-ink),0 14px 0 var(--ml-ink)}
  body.moc-v3 .mobile-menu-native>summary::after{display:none}
  body.moc-v3 .mobile-menu-native[open]>summary::before{top:22px;box-shadow:none;transform:rotate(45deg)}
  body.moc-v3 .mobile-menu-native[open]>summary::after{display:block;top:22px;transform:rotate(-45deg)}
  body.moc-v3 .mobile-menu-panel{
    position:fixed;z-index:309;top:80px;left:12px;right:12px;display:grid!important;
    grid-template-columns:1fr 1fr;gap:8px;padding:14px;background:rgba(255,253,248,.99);
    border:1px solid rgba(181,139,80,.28);border-radius:18px;
    box-shadow:0 24px 60px rgba(15,47,37,.20),inset 0 1px 0 rgba(255,255,255,.75);
    backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  }
  body.moc-v3 .mobile-menu-panel a{
    min-height:50px;display:flex;align-items:center;justify-content:center;padding:10px 12px;
    border:1px solid #e3d7c5;border-radius:13px;background:#fffaf2;color:var(--ml-ink);
    text-decoration:none;font-family:var(--ml-sans);font-size:13.5px;font-weight:750;line-height:1.2;
    text-align:center;box-shadow:0 4px 10px rgba(25,50,40,.05);
  }
  body.moc-v3 .mobile-menu-panel a:active{transform:translateY(1px)}
  body.moc-v3 .mobile-menu-panel .mobile-zalo{
    grid-column:1/-1;color:#fff;border-color:#a8793e;
    background:linear-gradient(180deg,#c8a16b 0%,#b58b50 58%,#9b733e 100%);
    box-shadow:0 5px 0 rgba(120,85,40,.14),0 10px 20px rgba(90,62,30,.14);
  }
  body.moc-v3 .brand{grid-column:2!important;grid-row:1!important;justify-self:center!important;margin:0 auto!important}
  body.moc-v3 .header-actions{grid-column:3!important;grid-row:1!important;min-width:0}
}
@media(max-width:560px){
  body.moc-v3 .mobile-menu-panel{top:74px;left:9px;right:9px;padding:11px;gap:7px;border-radius:16px}
  body.moc-v3 .mobile-menu-panel a{min-height:48px;font-size:13px}
}
