@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{
 --bg:#fffdfa;--surface:#fff;--ink:#30282d;--muted:#756d72;--line:#e9e0e4;
 --brand:#8f4961;--brand2:#71374b;--jade:#355f5b;--jade-soft:#eaf1ef;--cream:#f8f3f0;
 --shadow:0 14px 38px rgba(61,47,56,.09);--r:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 "Be Vietnam Pro",system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.shell{width:min(1240px,calc(100% - 30px));margin:auto}.hidden{display:none!important}
.promo{background:var(--jade);color:#fff}.promo .shell{display:flex;justify-content:center;gap:42px;padding:8px 0;font-size:12px;font-weight:700;letter-spacing:.02em}.promo span{display:flex;align-items:center;gap:7px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,253,250,.98);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.headrow{min-height:82px;display:grid;grid-template-columns:240px 1fr 240px;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:46px;height:46px;object-fit:contain}.brand strong{font:700 22px/1.05 "Playfair Display",serif;display:block}.brand small{font-size:10px;color:var(--muted);letter-spacing:.06em}.nav{display:flex;justify-content:center;align-items:center;gap:26px;font-weight:700;font-size:13px}.nav>a,.dropdown>a{padding:30px 0;display:block}.nav .active{color:var(--brand)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:260px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:9px;opacity:0;visibility:hidden;transition:.15s}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dropdown-menu a{display:block;padding:10px 12px;border-radius:10px}.dropdown-menu a:hover{background:var(--cream);color:var(--brand)}.header-actions{display:flex;justify-content:flex-end;gap:8px}.btn{min-height:46px;padding:0 17px;border-radius:12px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;cursor:pointer}.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand2)}.btn.secondary{background:#fff;border-color:var(--line)}.btn.jade{background:var(--jade);color:#fff}.mobile-toggle{display:none}
.hero{position:relative;background:#eee;overflow:hidden}.hero-slide{display:none;min-height:610px;position:relative}.hero-slide.active{display:block}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,20,23,.62),rgba(25,20,23,.12) 60%,rgba(25,20,23,.08))}.hero-content{position:relative;z-index:2;color:#fff;padding:145px 0 120px;max-width:630px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}.hero h1{font:700 clamp(46px,6vw,78px)/1.02 "Playfair Display",serif;margin:12px 0 16px}.hero p{font-size:17px;max-width:560px;margin:0 0 25px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.55);padding:0}.hero-dots button.active{background:#fff;transform:scale(1.25)}
.section{padding:58px 0}.section.soft{background:#faf7f8}.section-head{text-align:center;max-width:820px;margin:0 auto 28px}.section-head .eyebrow{color:var(--brand)}.section-head h2{font:700 38px/1.15 "Playfair Display",serif;margin:7px 0 10px}.section-head p{color:var(--muted);margin:0}.section-head .under{width:50px;height:2px;background:var(--brand);margin:16px auto 0}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.18s}.product:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.pm{aspect-ratio:4/5;background:#f1ecef;position:relative;overflow:hidden}.pm img{width:100%;height:100%;object-fit:cover;transition:transform .24s}.product:hover .pm img{transform:scale(1.025)}.tag{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.94);padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800}.pb{padding:14px}.code{font-size:10px;color:var(--brand);font-weight:800;letter-spacing:.05em}.product h3{font:700 18px/1.25 "Playfair Display",serif;margin:5px 0 6px}.product p{font-size:12px;color:var(--muted);margin:0 0 11px}.pricehint{font-weight:800;font-size:13px;color:var(--jade);margin-bottom:11px}.product .btn{width:100%}.viewall{text-align:center;margin-top:24px}
.split-banner{display:grid;grid-template-columns:1.1fr .9fr;min-height:430px;background:var(--jade);color:#fff}.split-img{position:relative;overflow:hidden}.split-img img{width:100%;height:100%;object-fit:cover}.split-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}.split-copy h2{font:700 44px/1.1 "Playfair Display",serif;margin:10px 0 13px}.split-copy p{color:#dfe9e7;margin:0 0 22px}
.collections{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.collection{position:relative;min-height:360px;border-radius:16px;overflow:hidden;background:#eee}.collection img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.collection:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(25,20,23,.76))}.collection div{position:absolute;z-index:2;bottom:20px;left:18px;right:18px;color:#fff}.collection b{font:700 26px "Playfair Display",serif;display:block}.collection span{font-size:12px}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-align:center}.category .icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--cream);margin:0 auto 11px;font-size:24px}.category b{font:700 19px "Playfair Display",serif;display:block}.category span{font-size:12px;color:var(--muted)}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.review .stars{color:#c19252;font-size:18px}.review p{color:var(--muted);font-size:13px}.review b{font-size:13px}.review.placeholder{border-style:dashed;background:#fffdfd}.review.placeholder .stars{color:#bbb}.review.placeholder p{font-style:italic}
.brand-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.brand-note .seal{background:var(--cream);border-radius:20px;padding:34px;text-align:center}.brand-note .seal img{width:120px;margin:auto}.brand-note h2{font:700 41px/1.1 "Playfair Display",serif;margin:8px 0 12px}.brand-note p{color:var(--muted)}
.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.story{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.story img{width:100%;aspect-ratio:1.5/1;object-fit:cover}.story-body{padding:17px}.story-type{font-size:10px;color:var(--brand);font-weight:800;letter-spacing:.08em}.story h3{font:700 21px/1.25 "Playfair Display",serif;margin:6px 0}.story p{font-size:12px;color:var(--muted)}.story .more{font-weight:800;color:var(--brand);font-size:12px}
.consult{background:linear-gradient(135deg,#f6ecef,#eaf2f0);border:1px solid var(--line);border-radius:18px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.consult h2{font:700 34px "Playfair Display",serif;margin:0 0 6px}.consult p{color:var(--muted);margin:0}
.footer{background:#2f2a2e;color:#eee;padding:46px 0 22px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer h4{font:700 18px "Playfair Display",serif;margin:0 0 12px}.footer a,.footer p{display:block;color:#cfc6cc;font-size:12px;margin:7px 0}.footer .brand small{color:#aaa}.copyright{border-top:1px solid #4c4549;margin-top:32px;padding-top:16px;color:#aaa;font-size:11px}
.pagehead{padding:45px 0 20px;text-align:center}.pagehead h1{font:700 46px "Playfair Display",serif;margin:6px 0}.pagehead p{color:var(--muted);margin:0}.filters{display:flex;gap:8px;overflow:auto;padding:0 0 18px}.chip{min-height:43px;padding:0 15px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:700;white-space:nowrap}.chip.active{background:var(--jade);border-color:var(--jade);color:#fff}.fabric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.fabric{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.fabric img{width:100%;aspect-ratio:1/1.18;object-fit:cover}.fabric b{display:block;padding:10px;font-size:12px}.story-page{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.story-page .story{border-radius:16px}
.modal{position:fixed;inset:0;z-index:80;display:none}.modal.open{display:block}.modal-bg{position:absolute;inset:0;background:rgba(20,16,19,.66)}.modal-card{position:relative;width:min(900px,calc(100% - 24px));max-height:92vh;overflow:auto;background:#fff;border-radius:18px;margin:4vh auto;padding:18px}.modal-close{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;z-index:2;font-size:22px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.main-img{aspect-ratio:4/5;border-radius:14px;overflow:hidden;background:#eee}.main-img img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:8px;margin-top:8px}.thumb{width:62px;height:62px;border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:#fff}.thumb.active{border-color:var(--brand)}.thumb img{width:100%;height:100%;object-fit:cover}.mi{padding:12px 6px}.mi h2{font:700 32px "Playfair Display",serif;margin:6px 0}.pricebox{background:var(--cream);padding:15px;border-radius:14px;margin:15px 0}.pricebox label{display:grid;gap:7px;font-weight:700}.pricebox input{height:46px;border:1px solid var(--line);border-radius:10px;padding:0 12px}.result{font-size:23px;color:var(--brand);font-weight:800;margin-top:10px}.result small{display:block;font-size:11px;color:var(--muted);font-weight:500}
.bottom-nav{display:none}.float-zalo{position:fixed;right:18px;bottom:18px;z-index:45;background:#1677ff;color:#fff;padding:12px 16px;border-radius:999px;font-weight:800;box-shadow:0 12px 28px rgba(22,119,255,.25)}
@media(max-width:960px){.headrow{grid-template-columns:1fr auto}.nav{display:none}.header-actions .btn.secondary{display:none}.mobile-toggle{display:inline-flex}.hero-slide{min-height:520px}.products{grid-template-columns:repeat(2,1fr)}.collections{grid-template-columns:repeat(2,1fr)}.categories{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:1fr}.split-banner,.brand-note{grid-template-columns:1fr}.split-img{min-height:340px}.stories{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}.fabric-grid{grid-template-columns:repeat(3,1fr)}.modal-grid{grid-template-columns:1fr}}
@media(max-width:640px){body{padding-bottom:68px}.promo .shell{gap:10px;justify-content:space-between;font-size:10px}.promo span:nth-child(2){display:none}.headrow{min-height:64px}.brand img{width:38px;height:38px}.brand strong{font-size:19px}.brand small{display:none}.header-actions .btn.primary{display:none}.hero-slide{min-height:500px}.hero-content{padding:110px 0 90px}.hero h1{font-size:46px}.hero p{font-size:14px}.section{padding:40px 0}.section-head h2{font-size:31px}.products{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.product{flex:0 0 76%;scroll-snap-align:start}.split-copy{padding:28px}.split-copy h2{font-size:35px}.collections{display:flex;overflow-x:auto;gap:10px}.collection{flex:0 0 82%;min-height:330px}.categories{grid-template-columns:repeat(2,1fr)}.brand-note .seal{padding:22px}.brand-note h2{font-size:34px}.stories{display:flex;overflow-x:auto;gap:10px}.story{flex:0 0 82%}.consult{display:block;padding:25px}.consult .btn{margin-top:15px;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.fabric-grid{grid-template-columns:repeat(2,1fr)}.story-page{grid-template-columns:1fr}.float-zalo{display:none}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:70;background:rgba(255,255,255,.98);border-top:1px solid var(--line);padding:6px 3px calc(6px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgba(61,47,56,.08)}.bottom-nav a{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9px;font-weight:700;color:var(--muted)}.bottom-nav a b{font-size:17px}.bottom-nav .active{color:var(--brand)}.modal-card{margin:2vh auto;padding:12px}.footer{padding-bottom:90px}}

/* ===== V5.6 ONLINE additions ===== */
body.mobile-open{overflow:hidden}
.mobile-nav-overlay{display:none}
.empty-state{background:#fff;border:1px dashed var(--line);border-radius:16px;padding:34px 22px;text-align:center;color:var(--muted)}
.empty-state h3{font:700 24px "Playfair Display",serif;color:var(--ink);margin:0 0 8px}
.products.compact-empty{display:block}
.hero-slide .hero-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-slide .hero-label{display:inline-flex;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;margin-bottom:8px}
.collection.empty-collection{background:linear-gradient(145deg,#efe8eb,#dce8e5)}
.collection.empty-collection:after{display:none}.collection.empty-collection div{color:var(--ink)}
.product .pm .gallery-tag{position:absolute;right:10px;top:10px;background:rgba(47,42,46,.8);color:#fff;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800}
.product .pb .line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}
.story .story-image-fallback{aspect-ratio:1.5/1;background:linear-gradient(135deg,#f3eaee,#e8f0ee);display:grid;place-items:center;color:var(--brand);font:700 28px "Playfair Display",serif}
.story-detail{position:fixed;inset:0;z-index:90;display:none}.story-detail.open{display:block}.story-detail-bg{position:absolute;inset:0;background:rgba(20,16,19,.66)}.story-detail-card{position:relative;width:min(820px,calc(100% - 24px));max-height:92vh;overflow:auto;background:#fff;border-radius:18px;margin:4vh auto}.story-detail-card>img{width:100%;max-height:420px;object-fit:cover}.story-detail-body{padding:26px}.story-detail-body h2{font:700 38px/1.15 "Playfair Display",serif;margin:8px 0 14px}.story-detail-body p{white-space:pre-line;color:var(--muted)}.story-close{position:absolute;top:12px;right:12px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:22px;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.trust-card .trust-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--jade-soft);color:var(--jade);font-weight:900;margin-bottom:10px}.trust-card b{font:700 19px "Playfair Display",serif;display:block;margin-bottom:5px}.trust-card p{font-size:12px;color:var(--muted);margin:0}
.story-page{align-items:start}.story-page .story{height:100%}

/* Fabric catalog in V5.5 visual system */
.catalog-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.searchbox{position:relative;flex:1;min-width:240px}.searchbox input{width:100%;height:50px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 48px 0 18px;outline:none}.searchbox input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(143,73,97,.08)}.search-clear{position:absolute;right:8px;top:7px;width:36px;height:36px;border-radius:50%;border:0;background:var(--cream);color:var(--ink);cursor:pointer}.catalog-count{font-size:13px;color:var(--muted)}.color-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.color-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;color:var(--ink)}.color-img{width:100%;aspect-ratio:3/4;border:0;padding:0;background:#eee;cursor:pointer;overflow:hidden}.color-img img{width:100%;height:100%;object-fit:cover;display:block}.color-meta{display:flex;align-items:center;justify-content:space-between;padding:9px 10px}.color-code{font-weight:900;font-size:13px}.copybtn{font-size:11px;padding:6px 8px;border-radius:8px;border:1px solid var(--line);background:#faf8f6;cursor:pointer}.loadmore{display:flex;margin:24px auto 0}.empty{text-align:center;padding:45px;color:var(--muted);display:none}
.fabric-modal{position:fixed;inset:0;z-index:120;background:rgba(16,11,9,.97);display:none;color:#fff}.fabric-modal.open{display:grid;grid-template-rows:auto 1fr auto;height:100dvh;max-height:100dvh;overflow:hidden}.modal-top{height:58px;padding:8px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #ffffff19}.modal-top strong{font-size:18px}.modal-top .spacer{flex:1}.iconbtn{width:40px;height:40px;border-radius:50%;border:0;background:#fff;color:#222;cursor:pointer;font-size:22px}.canvas-stage{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:12px;touch-action:none;overscroll-behavior:contain;min-height:0}.canvas-shell{position:relative;transform-origin:center center;transition:none;will-change:transform}.canvas-shell canvas{display:block;max-width:min(88vw,900px);max-height:calc(100vh - 180px);width:auto;height:auto;box-shadow:0 12px 34px #0008;cursor:crosshair;background:#222}.modal-bottom{padding:10px 12px 13px;border-top:1px solid #ffffff19;background:#1b1513;display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;z-index:4;flex:0 0 auto}.toolbtn{border:1px solid #ffffff26;background:#332722;color:#fff;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:800;cursor:pointer}.toolbtn.accent{background:var(--brand);border-color:var(--brand)}.toolbtn.warn{background:#fff;color:#2b211e}.modal-help{font-size:11px;color:#c5b7b0;text-align:center;width:100%}.toast{position:fixed;left:50%;bottom:80px;transform:translateX(-50%);background:#111;color:#fff;padding:9px 14px;border-radius:10px;z-index:160;display:none;font-size:13px}

@media(max-width:960px){.trust-grid{grid-template-columns:1fr}.color-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){
 .header.mobile-open .nav{display:flex;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:8px 15px 18px;border-bottom:1px solid var(--line);box-shadow:0 20px 35px rgba(61,47,56,.12)}
 .header.mobile-open .nav>a,.header.mobile-open .dropdown>a{padding:13px 4px}.header.mobile-open .dropdown-menu{display:none}
 .color-grid{grid-template-columns:repeat(2,1fr);gap:9px}.fabric-modal.open{grid-template-rows:54px minmax(0,1fr) auto}.canvas-stage{padding:8px}.fabric-modal .canvas-shell canvas{max-width:96vw;max-height:calc(100dvh - 196px)}.modal-bottom{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:9px 10px 12px}.modal-bottom .toolbtn{flex:0 0 auto;white-space:nowrap}.story-detail-body{padding:20px}.story-detail-body h2{font-size:31px}
}
.story .more{border:0;background:none;padding:0;cursor:pointer;font:inherit;font-weight:800;color:var(--brand);font-size:12px}
@media(max-width:960px){
 .header.mobile-open .nav{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:8px 15px 18px;border-bottom:1px solid var(--line);box-shadow:0 20px 35px rgba(61,47,56,.12)}
 .header.mobile-open .nav>a,.header.mobile-open .dropdown>a{padding:13px 4px}.header.mobile-open .dropdown-menu{display:none}
}
@media(max-width:640px){.header.mobile-open .nav{top:64px}}


/* V1.5.6 — tăng nhận diện thương hiệu ở header trên toàn website. */
.header .brand{gap:12px}
.header .brand img{width:64px;height:64px}
.header .brand strong{font-size:24px}
.header .headrow{min-height:94px;grid-template-columns:285px 1fr 240px}
@media(max-width:960px){
  .header .headrow{grid-template-columns:1fr auto;min-height:84px}
  .header .brand img{width:58px;height:58px}
}
@media(max-width:640px){
  .header .headrow{min-height:74px}
  .header .brand img{width:50px;height:50px}
  .header .brand strong{font-size:20px}
}


/* V1.5.8 — banner trở về phong cách cũ: ảnh phủ khung, không nền blur/contain. */
.header .brand{gap:12px;min-width:0}.header .brand img{width:62px;height:62px;flex:0 0 62px;object-fit:contain}.header .brand strong{font-size:25px;line-height:1.05}.header .brand small{font-size:10px;display:block;margin-top:4px;white-space:normal}.header .headrow{min-height:92px;grid-template-columns:300px 1fr 230px}
.hero{position:relative;min-height:610px;height:610px;background:#ded7d4;overflow:hidden}.hero-track{height:100%;display:flex;transition:transform .78s cubic-bezier(.22,.61,.36,1);will-change:transform}.hero-slide{display:block!important;min-width:100%;flex:0 0 100%;height:100%;min-height:610px;position:relative;overflow:hidden}.hero-slide .hero-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,20,23,.62),rgba(25,20,23,.12) 60%,rgba(25,20,23,.05))}.hero-content{position:relative;z-index:2;color:#fff;padding:142px 0 118px;max-width:630px}.hero h1{font:700 clamp(46px,6vw,76px)/1.02 "Playfair Display",serif;margin:12px 0 16px}.hero p{font-size:16px;max-width:560px;margin:0 0 25px}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.64);background:rgba(23,18,21,.2);color:#fff;font-size:30px;display:grid;place-items:center;cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-dots{bottom:18px}
.section{padding:50px 0}.section.soft{background:#faf7f8}.section-head{margin-bottom:24px}.home-ribbon{background:#fff;border-bottom:1px solid var(--line)}.home-ribbon .shell{display:grid;grid-template-columns:repeat(4,1fr)}.home-ribbon div{padding:18px 20px;border-right:1px solid var(--line)}.home-ribbon div:last-child{border-right:0}.home-ribbon b{font-size:13px;display:block;margin-bottom:2px}.home-ribbon span{font-size:11px;color:var(--muted)}
.home-duo{padding:10px 0 48px}.home-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home-duo-card{min-height:320px;border-radius:18px;overflow:hidden;position:relative;background:#eee;color:#fff}.home-duo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}.home-duo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(23,17,20,.7),rgba(23,17,20,.06) 66%)}.home-duo-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.home-duo-copy .eyebrow{opacity:.9}.home-duo-copy h3{font:700 32px/1.1 "Playfair Display",serif;margin:5px 0 4px}.home-duo-copy p{margin:0;font-size:12px;max-width:480px;color:#f4edf0}.home-duo-card:hover img{transform:scale(1.025)}
.category .icon{font-size:13px;font-weight:900;color:var(--brand);letter-spacing:.08em}
.clickable-card{cursor:pointer}.clickable-card:focus-visible{outline:3px solid rgba(143,73,97,.35);outline-offset:3px}.product.clickable-card,.story.clickable-card{transition:transform .2s,box-shadow .2s,border-color .2s}.product.clickable-card:hover,.story.clickable-card:hover{border-color:#d8c7cf;box-shadow:var(--shadow);transform:translateY(-3px)}
@media(max-width:1100px){.header .headrow{grid-template-columns:270px 1fr 190px}.header .brand img{width:58px;height:58px;flex-basis:58px}.nav{gap:18px}}
@media(max-width:960px){.header .headrow{grid-template-columns:1fr auto;min-height:84px}.hero{height:550px;min-height:550px}.hero-slide{min-height:550px}.hero-content{padding:120px 0 100px}.home-ribbon .shell{grid-template-columns:repeat(2,1fr)}.home-ribbon div:nth-child(2){border-right:0}.home-ribbon div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:640px){.header .headrow{min-height:72px}.header .brand img{width:48px;height:48px;flex-basis:48px}.header .brand strong{font-size:20px}.header .brand small{display:none}.hero{height:500px;min-height:500px}.hero-slide{min-height:500px}.hero-slide .hero-cover{object-position:center center}.hero-content{padding:108px 0 88px}.hero h1{font-size:44px}.hero p{font-size:14px}.hero-arrow{display:none}.section{padding:38px 0}.home-ribbon div{padding:14px 12px}.home-duo{padding:0 0 36px}.home-duo-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.home-duo-card{flex:0 0 88%;min-height:290px;scroll-snap-align:start}.home-duo-copy{left:18px;right:18px;bottom:18px}.home-duo-copy h3{font-size:28px}}

/* V1.5.9 — logo thỏ lụa đã duyệt + tab Phụ kiện. */
.header .brand img{width:58px;height:58px;flex:0 0 58px;object-fit:contain}.header .brand{gap:13px}.header .brand strong{font-size:25px}.footer .brand img{width:54px;height:54px;object-fit:contain}
@media(max-width:1100px){.header .brand img{width:54px;height:54px;flex-basis:54px}.header .headrow{grid-template-columns:285px 1fr 205px}.nav{gap:14px;font-size:12px}}
@media(max-width:960px){.header .brand img{width:52px;height:52px;flex-basis:52px}.header .brand strong{font-size:22px}}
@media(max-width:640px){.header .brand img{width:46px;height:46px;flex-basis:46px}.header .brand strong{font-size:20px}.bottom-nav{grid-template-columns:repeat(6,1fr)}.bottom-nav a{font-size:8px}.bottom-nav a b{font-size:15px}}

/* V1.6.0 - Trang chu uu tien san pham that de giu chan nguoi xem */
.home-latest{background:linear-gradient(180deg,#fff 0%,#fcf8fa 100%);border-bottom:1px solid var(--line)}
.home-latest .section-head h2{font-size:clamp(34px,4vw,48px)}
.home-latest .product{box-shadow:0 8px 26px rgba(61,47,56,.055)}
section[hidden]{display:none!important}


/* V1.6.1 — mới nhất/cũ nhất, lượt xem, đánh giá và khu thiết kế riêng */
.list-toolbar,.sortbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 20px}.sortbar{justify-content:flex-end}.sortbar label,.sort-select{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800;color:var(--muted)}.sortbar select,.sort-select select{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:10px 34px 10px 12px;font:inherit;cursor:pointer}
.engagement-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);margin-top:12px;padding-top:10px;font-size:11px;color:var(--muted)}.rating-inline{color:#9a6b2f;font-weight:800}.rating-inline small{color:var(--muted);font-weight:600}
.home-accessories{background:#fff}.home-accessory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-accessory-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.home-accessory-media{position:relative;aspect-ratio:4/5;background:#f2eff0}.home-accessory-media img{width:100%;height:100%;object-fit:cover;display:block}.home-accessory-media span{position:absolute;left:10px;top:10px;background:#fff;color:var(--ink);padding:6px 8px;border-radius:8px;font-size:10px;font-weight:900}.home-accessory-body{padding:14px}.home-accessory-body h3{margin:5px 0 10px;font:700 21px/1.15 "Playfair Display",serif}.home-accessory-price{font-weight:900;font-size:17px;color:var(--brand)}
.custom-design{padding:68px 0;background:linear-gradient(135deg,#2f292c,#4c3942);color:#fff}.custom-design-inner{display:grid;grid-template-columns:1.45fr .75fr;gap:42px;align-items:center}.custom-design .eyebrow{color:#efdfe5}.custom-design h2{font:700 clamp(38px,5vw,58px)/1.06 "Playfair Display",serif;margin:10px 0 16px}.custom-design p{color:#eee3e7;max-width:820px;line-height:1.75}.custom-design-points{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0}.custom-design-points span{border:1px solid #ffffff34;border-radius:999px;padding:8px 11px;font-size:11px}.custom-design-actions{display:flex;gap:10px;flex-wrap:wrap}.custom-design-mark{min-height:320px;border:1px solid #ffffff25;border-radius:24px;background:#ffffff0c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;text-align:center;padding:30px}.custom-design-mark img{width:94px;height:94px;object-fit:contain;background:#fff;border-radius:50%;padding:10px}.custom-design-mark b{font:700 21px "Playfair Display",serif}.custom-design-mark span{opacity:.6;font-size:22px}
.review-section{padding:56px 0 80px;background:#faf7f8}.review-shell{width:min(1180px,calc(100% - 32px));margin:auto}.review-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.review-head h2{font:700 clamp(30px,4vw,44px)/1.08 "Playfair Display",serif;margin:7px 0 0}.review-summary{display:flex;align-items:center;gap:14px;min-width:220px}.review-summary>strong{font:700 44px "Playfair Display",serif;color:var(--brand)}.review-summary>div{display:grid;gap:2px}.review-summary span{font-size:11px;color:var(--muted)}.review-stars span{color:#d7ced1}.review-stars span.on,.review-mini-stars{color:#b98538}.review-layout{display:grid;grid-template-columns:360px 1fr;gap:20px}.review-form,.review-list{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.review-form h3{margin:0 0 14px}.review-form label{display:grid;gap:6px;font-size:11px;font-weight:900;margin-bottom:12px}.review-form input,.review-form textarea{border:1px solid var(--line);border-radius:10px;padding:11px 12px;font:inherit}.review-form textarea{min-height:105px;resize:vertical}.review-label{display:block;font-size:11px;font-weight:900;margin-bottom:6px}.review-star-picker{display:flex;gap:2px;margin-bottom:14px}.review-star-picker button{border:0;background:none;padding:2px;color:#d7ced1;font-size:30px;cursor:pointer}.review-star-picker button.active{color:#b98538}.review-hp{position:absolute!important;left:-99999px!important}.review-status{font-size:11px;margin-top:8px}.review-status.ok{color:#31765a}.review-status.error{color:#b13c49}.review-list{display:grid;gap:10px;align-content:start}.review-card{border-bottom:1px solid var(--line);padding:3px 0 14px}.review-card:last-child{border-bottom:0}.review-card-top{display:flex;justify-content:space-between;gap:12px}.review-card p{margin:7px 0;color:var(--muted);line-height:1.6}.review-card small,.review-empty{color:var(--muted);font-size:11px}.review-empty{padding:22px;text-align:center}
@media(max-width:960px){.home-accessory-grid{grid-template-columns:repeat(2,1fr)}.custom-design-inner{grid-template-columns:1fr}.custom-design-mark{min-height:240px}.review-layout{grid-template-columns:1fr}.review-head{align-items:flex-start;flex-direction:column}.review-summary{min-width:0}}
@media(max-width:640px){.list-toolbar{align-items:flex-start;flex-direction:column}.sortbar{justify-content:flex-start}.home-accessory-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-accessory-body{padding:11px}.home-accessory-body h3{font-size:17px}.engagement-meta{align-items:flex-start;flex-direction:column}.custom-design{padding:48px 0}.custom-design h2{font-size:37px}.review-section{padding:40px 0 64px}.review-shell{width:min(100% - 22px,1180px)}}

/* =============================================================
   V1.6.2 — FIX POPUP XEM SẢN PHẨM RESPONSIVE (PC + MOBILE)
   Mục tiêu:
   - Không tràn ngang / không vượt viewport.
   - PC: ảnh + thông tin luôn nằm gọn trong màn hình; cột thông tin cuộn riêng.
   - Mobile: popup toàn màn hình, 1 cột; ảnh không crop, thumbnail cuộn ngang riêng.
   ============================================================= */
body.product-modal-open{overflow:hidden!important}
.modal{overflow:hidden;padding:clamp(8px,2vw,24px)}
.modal.open{display:flex;align-items:center;justify-content:center}
.modal-bg{position:absolute;inset:0}
.modal-card{
  margin:0;
  width:min(1180px,100%);
  height:min(92dvh,900px);
  max-height:calc(100dvh - clamp(16px,4vw,48px));
  overflow:hidden;
  padding:clamp(14px,1.6vw,22px);
  border-radius:22px;
}
.modal-grid{
  height:100%;
  min-height:0;
  min-width:0;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.72fr);
  gap:clamp(16px,2vw,28px);
  align-items:stretch;
}
.modal-grid>div{min-width:0;min-height:0}
.modal-grid>div:first-child{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  min-height:0;
  min-width:0;
}
.main-img{
  width:100%;
  height:100%;
  min-height:0;
  aspect-ratio:auto;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#f4eff1,#eee8eb);
}
.main-img img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}
.thumbs{
  min-width:0;
  width:100%;
  margin-top:10px;
  padding:1px 2px 5px;
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.thumbs .thumb{flex:0 0 62px;width:62px;height:62px}
.mi{
  min-width:0;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding:12px 8px 16px 2px;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
.mi h2{font-size:clamp(27px,2.5vw,38px);line-height:1.12;padding-right:44px}
.modal-close{
  top:12px;
  right:12px;
  z-index:10;
  box-shadow:0 5px 18px rgba(45,34,40,.12);
}

/* Laptop / màn hình thấp: giảm khoảng trống để popup vẫn vừa chiều cao. */
@media (min-width:961px) and (max-height:760px){
  .modal{padding:10px}
  .modal-card{height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);padding:14px}
  .modal-grid{gap:16px}
  .thumbs{margin-top:7px}
  .thumbs .thumb{flex-basis:54px;width:54px;height:54px}
  .mi{padding-top:6px}
  .mi h2{font-size:28px;margin-top:4px}
  .pricebox{margin:10px 0;padding:12px}
}

/* Tablet / mobile: chuyển sang 1 cột và cho chính popup cuộn dọc. */
@media(max-width:960px){
  .modal{padding:0;overflow:hidden}
  .modal.open{align-items:stretch;justify-content:stretch}
  .modal-card{
    width:100%;
    height:100dvh;
    max-height:100dvh;
    margin:0;
    padding:0;
    border-radius:0;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .modal-grid{display:block;height:auto;min-height:100%}
  .modal-grid>div:first-child{display:block}
  .main-img{
    width:100%;
    height:min(58dvh,560px);
    min-height:340px;
    border-radius:0;
    background:#f3eef0;
  }
  .main-img img{object-fit:contain}
  .thumbs{
    margin:0;
    padding:10px 12px 11px;
    border-bottom:1px solid var(--line);
    background:#fff;
  }
  .thumbs .thumb{flex-basis:64px;width:64px;height:64px}
  .mi{
    overflow:visible;
    padding:18px 16px calc(30px + env(safe-area-inset-bottom));
  }
  .mi h2{font-size:32px;line-height:1.12;padding-right:38px;margin-top:5px}
  .modal-close{
    position:fixed;
    top:calc(10px + env(safe-area-inset-top));
    right:10px;
    width:44px;
    height:44px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--line);
  }
}

@media(max-width:640px){
  .main-img{height:52dvh;min-height:300px;max-height:520px}
  .thumbs{gap:7px;padding:9px 10px 10px}
  .thumbs .thumb{flex-basis:58px;width:58px;height:58px;border-radius:9px}
  .mi{padding:16px 14px calc(28px + env(safe-area-inset-bottom))}
  .mi h2{font-size:29px}
  .pricebox{margin:13px 0;padding:13px}
  .pricebox input{width:100%;font-size:16px}
  .mi .btn{width:100%}
}

/* Điện thoại thấp/ngang: ưu tiên nhìn được ảnh + thông tin mà không bị kẹt. */
@media(max-width:960px) and (max-height:620px){
  .main-img{height:62dvh;min-height:230px}
  .thumbs .thumb{flex-basis:52px;width:52px;height:52px}
}


/* V1.6.3B — lọc bảng vải theo hoạ tiết */
.pattern-filter-block{margin:0 0 22px;padding:15px 16px;border:1px solid var(--line);border-radius:15px;background:#fff}
.pattern-filter-block>b{display:block;font-size:12px;margin-bottom:10px;color:var(--ink)}
.pattern-filter-block>small{display:block;margin-top:9px;color:var(--muted);font-size:10px}
.pattern-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 5px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.pattern-chip{flex:0 0 auto;min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:800;font-size:11px;cursor:pointer;white-space:nowrap}
.pattern-chip:hover{border-color:var(--brand);color:var(--brand)}
.pattern-chip.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 5px 14px rgba(143,73,97,.14)}
.color-name{display:grid;gap:2px;min-width:0}.color-pattern{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}
@media(max-width:640px){.pattern-filter-block{margin-left:-2px;margin-right:-2px;padding:12px}.pattern-chip{min-height:36px;padding:0 11px;font-size:10px}.color-pattern{max-width:92px}.catalog-count{width:100%}}


/* =============================================================
   V1.6.3C — MOBILE FIX: popup sản phẩm + trình xem bảng vải
   - Popup sản phẩm trên mobile: ảnh tự lấy chiều cao theo chính ảnh, không crop.
   - Trình xem bảng vải: không giữ một vùng 1fr quá cao khi ảnh ngang.
   - Các nút thao tác trên mobile chuyển thành lưới 2 cột, không tràn ngang.
   ============================================================= */
@media(max-width:960px){
  .modal .main-img{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#f3eef0;
  }
  .modal .main-img img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:58dvh!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}
@media(max-width:640px){
  .modal .main-img img{max-height:56dvh!important}

  .fabric-modal.open{
    display:flex!important;
    flex-direction:column!important;
    height:100dvh!important;
    max-height:100dvh!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:none;
  }
  .fabric-modal .modal-top{
    position:sticky;
    top:0;
    z-index:8;
    flex:0 0 54px;
    min-height:54px;
    background:#17110f;
  }
  .fabric-modal .modal-top strong{
    max-width:48vw;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:14px;
  }
  .fabric-modal .modal-top > span{display:none}
  .fabric-modal .canvas-stage{
    flex:0 0 auto!important;
    min-height:0!important;
    height:auto!important;
    width:100%!important;
    padding:8px 0!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:none!important;
    align-items:center!important;
    justify-content:center!important;
    background:#17110f;
  }
  .fabric-modal .canvas-shell{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .fabric-modal .canvas-shell canvas{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100vw!important;
    max-height:58dvh!important;
    margin:0 auto!important;
    box-shadow:none!important;
  }
  .fabric-modal .modal-bottom{
    position:relative!important;
    bottom:auto;
    z-index:9;
    flex:0 0 auto!important;
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;
    background:#1b1513;
    border-top:1px solid #ffffff19;
  }
  .fabric-modal .modal-bottom .toolbtn{
    width:100%!important;
    min-width:0!important;
    min-height:46px;
    padding:8px 9px!important;
    white-space:normal!important;
    text-align:center;
    line-height:1.25;
  }
  .fabric-modal .modal-help{
    grid-column:1/-1;
    width:100%;
    padding:2px 2px 0;
    font-size:10px;
    line-height:1.45;
  }
}
@media(max-width:420px){
  .fabric-modal .canvas-shell canvas{max-height:52dvh!important}
  .fabric-modal .modal-bottom .toolbtn{font-size:12px}
}


/* V1.6.3D — mobile: khóa nền + khóa rubber-band khi xem bảng vải. */
body.fabric-viewer-open{
  position:fixed!important;
  width:100%!important;
  left:0!important;
  right:0!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
html.fabric-viewer-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
@media(max-width:640px){
  .fabric-modal.open,
  .fabric-modal.open .modal-top,
  .fabric-modal.open .modal-bottom{
    overscroll-behavior:none!important;
  }
  .fabric-modal.open .modal-top,
  .fabric-modal.open .modal-bottom,
  .fabric-modal.open .toolbtn,
  .fabric-modal.open .iconbtn{
    touch-action:manipulation;
  }
  .fabric-modal.open .canvas-shell{
    flex:0 0 auto!important;
    transform-origin:center center!important;
  }
}


/* V1.6.3E — viewer vải: ảnh dọc tận dụng chiều cao + điều hướng PC/mobile. */
.fabric-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:7;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(25,19,17,.78);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 26px rgba(0,0,0,.28);
  backdrop-filter:blur(6px);
}
.fabric-nav:hover{background:rgba(143,73,97,.96)}
.fabric-nav-prev{left:18px}
.fabric-nav-next{right:18px}

@media(max-width:640px){
  .fabric-modal.open{background:#17110f!important}
  .fabric-nav{display:none!important}
  .fabric-modal.fabric-portrait .canvas-stage{
    padding:0!important;
  }
  .fabric-modal.fabric-portrait .canvas-shell canvas{
    max-width:100vw!important;
    max-height:calc(100dvh - 268px)!important;
  }
  .fabric-modal.fabric-landscape .canvas-shell canvas{
    max-width:100vw!important;
  }
}
@media(max-width:420px){
  .fabric-modal.fabric-portrait .canvas-shell canvas{
    max-height:calc(100dvh - 258px)!important;
  }
}

/* V3.9 - NEW tối giản kiểu fashion retail + tự tải bảng vải */
.color-card{position:relative}
.color-img{position:relative}
.color-img .fabric-new-badge{position:absolute;z-index:4;top:10px;right:10px;display:inline-flex;align-items:center;gap:6px;height:25px;padding:0 9px;border-radius:8px;background:rgba(255,253,251,.92);color:#7f4962;border:1px solid rgba(255,255,255,.88);font-size:9px;font-weight:850;letter-spacing:.14em;line-height:1;box-shadow:0 3px 12px rgba(35,25,31,.16);backdrop-filter:blur(8px) saturate(1.08);-webkit-backdrop-filter:blur(8px) saturate(1.08);pointer-events:none;text-shadow:none}
.color-img .fabric-new-badge::before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#9b5c78;box-shadow:0 0 0 0 rgba(155,92,120,.28);animation:fabricNewDot 2.1s ease-out infinite}
.color-card.fabric-is-new{border-color:var(--line);box-shadow:none}
@keyframes fabricNewDot{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(155,92,120,.24)}50%{opacity:.55;box-shadow:0 0 0 4px rgba(155,92,120,0)}}
.catalog-autoload{display:none;align-items:center;justify-content:center;gap:9px;min-height:48px;margin:18px auto 2px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.01em}
.catalog-autoload-spinner{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(143,73,97,.18);border-top-color:var(--brand);animation:fabricAutoSpin .72s linear infinite}
@keyframes fabricAutoSpin{to{transform:rotate(360deg)}}
@media(max-width:640px){.color-img .fabric-new-badge{top:7px;right:7px;height:23px;padding:0 8px;border-radius:7px;font-size:8px;gap:5px}.color-img .fabric-new-badge::before{width:4px;height:4px;flex-basis:4px}.catalog-autoload{min-height:42px;margin-top:12px;font-size:11px}}
@media(prefers-reduced-motion:reduce){.color-img .fabric-new-badge::before,.catalog-autoload-spinner{animation:none}}


/* =============================================================
   MOC LIEN SILK V1.2 — PREMIUM HORIZONTAL LOGO HEADER
   - Header uses one complete logo image (lotus + wordmark + tagline).
   - Hides the old HTML text next to the logo to avoid duplicated branding.
   - Responsive sizing keeps navigation/actions usable on desktop and mobile.
   ============================================================= */
.header .brand > span{display:none!important}
.header .brand{
  width:100%;
  min-width:0;
  gap:0!important;
  align-items:center;
}
.header .brand img{
  display:block;
  width:min(350px,100%)!important;
  height:92px!important;
  max-width:none;
  flex:0 1 350px!important;
  object-fit:contain!important;
  object-position:left center;
}
.header .headrow{
  min-height:108px!important;
  grid-template-columns:minmax(300px,360px) minmax(0,1fr) minmax(190px,225px)!important;
  gap:16px!important;
}
.footer .brand > span{display:none!important}
.footer .brand img{
  width:min(300px,100%)!important;
  height:auto!important;
  max-height:105px;
  object-fit:contain!important;
  object-position:left center;
}
@media(max-width:1180px){
  .header .headrow{grid-template-columns:minmax(250px,300px) minmax(0,1fr) minmax(170px,200px)!important}
  .header .brand img{width:min(295px,100%)!important;height:82px!important;flex-basis:295px!important}
  .nav{gap:12px!important;font-size:12px!important}
}
@media(max-width:960px){
  .header .headrow{grid-template-columns:minmax(0,1fr) auto!important;min-height:94px!important}
  .header .brand img{width:275px!important;height:76px!important;flex-basis:275px!important}
}
@media(max-width:640px){
  .header .headrow{min-height:82px!important;gap:10px!important}
  .header .brand img{width:220px!important;height:64px!important;flex-basis:220px!important}
  .header-actions{gap:5px!important}
  .mobile-toggle{min-width:44px;padding:0 12px!important}
}
@media(max-width:380px){
  .header .brand img{width:190px!important;height:58px!important;flex-basis:190px!important}
}

/* =============================================================
   MOC LIEN SILK V1.3 — HEADER SCALE + MOBILE CENTERING
   - PC: logo lớn hơn, menu rõ hơn.
   - Mobile: logo nằm giữa và rộng gần hết khung header.
   ============================================================= */
@media (min-width:1181px){
  .header > .shell{
    width:min(1560px,calc(100% - 44px))!important;
  }
  .header .headrow{
    min-height:126px!important;
    grid-template-columns:minmax(390px,430px) minmax(0,1fr) minmax(205px,225px)!important;
    gap:22px!important;
  }
  .header .brand img{
    width:min(420px,100%)!important;
    height:112px!important;
    flex-basis:420px!important;
    object-position:left center!important;
  }
  .header .nav{
    gap:24px!important;
    font-size:15px!important;
    line-height:1.2!important;
    white-space:nowrap;
  }
  .header .nav>a,
  .header .dropdown>a{
    padding:45px 0!important;
  }
  .header .btn{
    font-size:14px;
  }
}

@media (min-width:1181px) and (max-width:1380px){
  .header > .shell{
    width:min(1340px,calc(100% - 32px))!important;
  }
  .header .headrow{
    min-height:116px!important;
    grid-template-columns:minmax(330px,365px) minmax(0,1fr) minmax(185px,205px)!important;
    gap:15px!important;
  }
  .header .brand img{
    width:min(355px,100%)!important;
    height:100px!important;
    flex-basis:355px!important;
  }
  .header .nav{
    gap:17px!important;
    font-size:14px!important;
  }
  .header .nav>a,
  .header .dropdown>a{
    padding:40px 0!important;
  }
  .header .btn{
    min-height:44px;
    padding-left:14px;
    padding-right:14px;
    font-size:13px;
  }
}

@media (max-width:1180px) and (min-width:961px){
  .header > .shell{width:min(1140px,calc(100% - 28px))!important}
  .header .headrow{
    min-height:104px!important;
    grid-template-columns:minmax(285px,315px) minmax(0,1fr) minmax(175px,190px)!important;
    gap:12px!important;
  }
  .header .brand img{
    width:min(305px,100%)!important;
    height:88px!important;
    flex-basis:305px!important;
  }
  .header .nav{
    gap:13px!important;
    font-size:13.5px!important;
  }
}

@media (max-width:960px) and (min-width:641px){
  .header .headrow{
    min-height:100px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .header .brand img{
    width:305px!important;
    height:84px!important;
    flex-basis:305px!important;
  }
}

@media (max-width:640px){
  .header > .shell{
    width:100%!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .header .headrow{
    min-height:116px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    padding:5px 0!important;
  }
  .header .brand{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0 auto!important;
  }
  .header .brand img{
    width:min(340px,calc(100vw - 28px))!important;
    height:auto!important;
    max-height:110px!important;
    flex:0 1 auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0 auto!important;
  }
  /* Mobile đã có bottom navigation; bỏ nút hamburger để logo thật sự cân giữa. */
  .header .header-actions{
    display:none!important;
  }
  .header.mobile-open .nav{
    display:none!important;
  }
}

@media (max-width:380px){
  .header .headrow{min-height:106px!important}
  .header .brand img{
    width:min(310px,calc(100vw - 24px))!important;
    max-height:100px!important;
  }
}

/* =============================================================
   MOC LIEN SILK V1.5 — LUXURY BRAND REFINEMENT
   Logo palette: deep silk green + warm ivory + champagne gold.
   ============================================================= */
:root{
  --brand:#315b4f;
  --brand2:#21443a;
  --jade:#315b4f;
  --jade-soft:#edf3f0;
  --cream:#f8f3ea;
  --gold:#b98a4a;
  --gold-soft:#e6d4b8;
  --ink:#2d2926;
  --muted:#736c65;
  --line:#e8dfd3;
}

/* Buttons: explicit text colors so light buttons never inherit white text. */
.btn.secondary{
  background:#fffdfa;
  border-color:#ded4c7;
  color:#2e4039;
  box-shadow:0 4px 14px rgba(40,52,47,.04);
}
.btn.secondary:hover{
  border-color:#bda98c;
  background:#faf5ed;
  color:#1f3c33;
}
.btn.primary{
  background:var(--brand);
  color:#fff;
  box-shadow:0 9px 22px rgba(33,68,58,.16);
}
.btn.primary:hover{background:var(--brand2)}
.btn.jade{background:var(--brand);color:#fff}

/* Give the public site a calmer atelier feel without changing layout. */
.section-head .eyebrow,.story-type,.code{color:var(--brand)}
.section-head .under{background:linear-gradient(90deg,var(--brand),var(--gold))}
.product:hover,.story:hover,.home-accessory-card:hover{border-color:#d9cbb8}
.category .icon{background:#f5eee3;color:var(--brand)}
.promo{background:#24483f}

/* Bespoke / custom-design section */
.custom-design{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:82px 0;
  color:#fff;
  background:
    radial-gradient(circle at 92% 12%,rgba(210,177,122,.18),transparent 28%),
    radial-gradient(circle at 7% 100%,rgba(255,255,255,.07),transparent 30%),
    linear-gradient(128deg,#183b32 0%,#244a40 52%,#17372f 100%);
}
.custom-design:before{
  content:"";
  position:absolute;
  width:430px;height:430px;
  border:1px solid rgba(214,181,126,.17);
  border-radius:50%;
  right:-180px;top:-230px;
  z-index:-1;
}
.custom-design:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(224,194,143,.5),transparent);
}
.custom-design-inner{
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);
  gap:64px;
  align-items:center;
}
.custom-design-copy{max-width:790px}
.custom-design .eyebrow{
  color:#e7c995;
  letter-spacing:.18em;
  font-size:11px;
}
.custom-design h2{
  max-width:780px;
  margin:12px 0 18px;
  font:700 clamp(42px,4.6vw,64px)/1.03 "Playfair Display",serif;
  letter-spacing:-.018em;
  text-wrap:balance;
}
.custom-design p{
  max-width:750px;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.8;
}
.custom-design-points{gap:8px;margin:23px 0 25px}
.custom-design-points span{
  border:1px solid rgba(226,201,159,.34);
  background:rgba(255,255,255,.045);
  color:#f7f0e5;
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
  font-weight:650;
}
.custom-design-actions{gap:11px;align-items:center}
.custom-design-actions .btn{
  min-height:50px;
  padding:0 19px;
  border-radius:11px;
}
.custom-design-actions .btn.primary{
  background:linear-gradient(135deg,#c7a066,#a87a3e);
  color:#18372f;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 28px rgba(9,26,22,.22);
}
.custom-design-actions .btn.primary:hover{
  background:linear-gradient(135deg,#d2ae77,#b5884d);
  transform:translateY(-1px);
}
.custom-design-actions .btn.secondary{
  background:#fffaf2;
  color:#23463d!important;
  border-color:#fffaf2;
  box-shadow:none;
}
.custom-design-actions .btn.secondary:hover{
  background:#f3e8d7;
  border-color:#f3e8d7;
  color:#193b32!important;
  transform:translateY(-1px);
}
.custom-design-note{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.58);
  font-size:10px;
  letter-spacing:.03em;
}
.custom-design-mark{
  min-height:0;
  padding:34px 32px 30px;
  border:1px solid rgba(231,210,175,.65);
  border-radius:24px;
  color:#2c3f38;
  background:linear-gradient(155deg,rgba(255,253,248,.98),rgba(248,240,226,.95));
  box-shadow:0 26px 65px rgba(6,25,20,.24);
  align-items:stretch;
  justify-content:flex-start;
  text-align:left;
  gap:24px;
}
.custom-design-mark>img{
  width:min(250px,82%);
  height:auto;
  max-height:86px;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  border-radius:0;
  padding:0;
  margin:0 0 2px;
}
.custom-flow{display:grid;gap:0}
.custom-flow>div{
  position:relative;
  display:grid;
  grid-template-columns:46px 1fr;
  column-gap:14px;
  padding:17px 0;
  border-top:1px solid #e5d9c8;
}
.custom-flow>div:last-child{padding-bottom:4px}
.custom-flow>div>span{
  grid-row:1/3;
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid #d4b783;
  color:#886632;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}
.custom-flow b{
  font:700 20px/1.2 "Playfair Display",serif;
  color:#24473e;
  align-self:center;
}
.custom-flow small{
  display:block;
  margin-top:4px;
  color:#756e65;
  font-size:10.5px;
  line-height:1.55;
}

@media(max-width:960px){
  .custom-design{padding:64px 0}
  .custom-design-inner{grid-template-columns:1fr;gap:34px}
  .custom-design-copy{max-width:none}
  .custom-design-mark{max-width:680px;width:100%;margin:auto}
}
@media(max-width:640px){
  .custom-design{padding:48px 0 52px}
  .custom-design-inner{gap:27px}
  .custom-design h2{font-size:clamp(36px,11vw,46px);line-height:1.06}
  .custom-design p{font-size:13px;line-height:1.75}
  .custom-design-points{margin:18px 0 20px}
  .custom-design-points span{font-size:10px;padding:7px 9px}
  .custom-design-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .custom-design-actions .btn{width:100%;min-height:50px}
  .custom-design-mark{padding:25px 21px 22px;border-radius:20px}
  .custom-design-mark>img{width:min(230px,88%);margin:0 auto 2px;object-position:center}
  .custom-flow>div{grid-template-columns:42px 1fr;column-gap:11px;padding:14px 0}
  .custom-flow b{font-size:18px}
}
