@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--ivory:#fffdfa;--cream:#faf5ee;--line:#eadbc9;--gold:#b98b56;--gold-deep:#916a42;--mocha:#594436;--text:#332923;--muted:#817368;--shadow:0 14px 38px rgba(94,63,31,.09);--radius:18px;--serif:'Cormorant Garamond','Times New Roman',serif;--sans:'Inter',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}.site-header{height:76px;position:sticky;top:0;background:rgba(255,253,250,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:30}.header-inner{height:100%;max-width:1440px;margin:auto;display:flex;align-items:center;gap:48px;padding:0 48px}.brand img{width:177px;display:block;max-height:62px;object-fit:contain}.desktop-nav{display:flex;gap:38px;align-items:center;flex:1;justify-content:center;font-size:14px}.desktop-nav a{height:76px;display:flex;align-items:center;color:#5d514a;position:relative}.desktop-nav a.active:after{position:absolute;bottom:12px;left:0;right:0;height:2px;content:"";background:var(--gold)}.header-actions{display:flex;gap:8px}.icon-btn{height:46px;min-width:46px;border-radius:50%;display:grid;place-items:center;font-size:24px;position:relative}.icon-btn b{position:absolute;top:2px;right:2px;background:var(--gold);color:#fff;font-size:11px;height:18px;min-width:18px;border-radius:50%;display:none;align-items:center;justify-content:center}.icon-btn b.show{display:flex}.hero{min-height:490px;display:grid;grid-template-columns:1fr 1fr;max-width:1440px;margin:auto;padding:42px 72px 25px;background:radial-gradient(circle at 58% 25%,#fff 0,#f7ecdf 34%,#f3e4d5 75%,#f9f3eb 100%);overflow:hidden}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:70px}.hero-mark{font-family:var(--serif);font-size:72px;color:#7e6655;letter-spacing:2px;margin-bottom:12px}.hero h1{font-family:var(--serif);font-size:41px;font-weight:600;line-height:1.16;margin:0 0 16px;color:#514036}.hero p{font-size:15px;line-height:1.7;max-width:420px;color:#716359;margin:0 0 29px}.hero-btns{display:flex;gap:14px}.btn{height:50px;padding:0 30px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;transition:.2s}.btn.primary{background:linear-gradient(135deg,#ca9e69,#a87540);color:#fff}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(167,116,64,.25)}.btn.outline{border:1px solid var(--gold);color:var(--gold-deep);background:rgba(255,255,255,.3)}.btn.small{height:38px;padding:0 20px;font-size:12px}.btn.full{width:100%}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-visual img{width:min(470px,100%);height:425px;object-fit:cover;border-radius:16px;mix-blend-mode:multiply;filter:drop-shadow(0 22px 25px rgba(79,51,28,.12))}.quick-strip{max-width:1250px;position:relative;margin:-23px auto 0;background:rgba(255,253,250,.84);backdrop-filter:blur(11px);border:1px solid var(--line);box-shadow:var(--shadow);height:72px;border-radius:16px;display:grid;grid-template-columns:1fr 1.2fr 1.5fr;align-items:center;text-align:center;color:var(--gold-deep);font-size:14px;z-index:2}.quick-strip div+div{border-left:1px solid var(--line)}.products-section{padding:44px 50px 14px;max-width:1250px;margin:auto}.section-head{text-align:center;color:var(--gold-deep);margin-bottom:26px}.section-head h2{font-family:var(--serif);font-size:34px;margin:0 0 6px;font-weight:600;letter-spacing:.5px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr;min-height:226px;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{height:100%;background:var(--cream)}.product-image img{display:block;width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;justify-content:center;gap:9px;padding:17px 18px}.product-info h3{font-family:var(--serif);font-size:25px;line-height:1;margin:0}.product-info p{font-size:12px;margin:0;color:var(--muted)}.product-info strong{font-family:var(--serif);font-size:25px;color:var(--mocha)}.product-buttons{display:grid;gap:7px}.benefits{max-width:1250px;margin:0 auto;padding:26px 36px;border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:repeat(3,1fr);background:#fff;margin-top:23px}.benefits div{padding:0 32px;display:grid;grid-template-columns:64px 1fr;column-gap:22px;align-items:center}.benefits div+div{border-left:1px solid var(--line)}.benefits i{font-style:normal;border:1px solid var(--gold);color:var(--gold);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:29px;grid-row:span 2}.benefits h3{margin:0;font-family:var(--serif);font-size:26px}.benefits p{grid-column:2;margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.story{max-width:1250px;margin:22px auto 56px;display:grid;grid-template-columns:1fr 1.25fr;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#fff}.story img{width:100%;height:302px;object-fit:cover}.story div{padding:36px 55px}.story h2{font-family:var(--serif);font-size:32px;color:var(--gold-deep);margin:0 0 20px}.story p{font-size:14px;line-height:1.75;color:#61564e}.story strong{font-family:var(--serif);display:block;font-size:22px;color:var(--gold);margin:16px 0}.site-footer{background:linear-gradient(105deg,#c7ab8b,#a68a6d);color:#fff;padding:42px 54px}.footer-grid{max-width:1250px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:55px}.footer-logo{filter:brightness(0) invert(1);opacity:.95;width:190px}.site-footer h4{font-family:var(--serif);font-size:24px;font-weight:600;margin:8px 0 18px}.site-footer p,.site-footer a{font-size:13px;line-height:2;display:block;color:rgba(255,255,255,.94)}.socials{margin-top:15px}.drawer{display:none;position:fixed;inset:0;z-index:80}.drawer.open{display:block}.drawer-backdrop{position:absolute;inset:0;background:rgba(26,20,16,.35)}.drawer aside{position:absolute;right:0;top:0;height:100%;width:min(455px,100%);background:var(--ivory);padding:25px;display:flex;flex-direction:column;gap:18px;box-shadow:-10px 0 30px rgba(0,0,0,.1)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}.drawer-head h2{font:600 33px var(--serif);margin:0}.drawer-head button{font-size:32px}.cart-items{display:flex;flex-direction:column;gap:14px;overflow:auto;flex:1}.empty{text-align:center;color:var(--muted);padding:70px 0}.cart-row{display:grid;grid-template-columns:82px 1fr auto;gap:13px;border-bottom:1px solid var(--line);padding-bottom:15px}.cart-row img{width:82px;height:99px;border-radius:7px;object-fit:cover}.cart-row h4{font:600 21px var(--serif);margin:6px 0 3px}.cart-row p{margin:0 0 10px;font-size:12px;color:var(--muted)}.cart-row strong{font:600 21px var(--serif)}.qty{display:flex;border:1px solid var(--line);height:32px;width:max-content;border-radius:5px;margin-top:10px}.qty button,.qty span{width:32px;display:grid;place-items:center}.delete{font-size:20px;color:var(--muted)}.cart-voucher{display:flex;gap:10px}.cart-voucher input{flex:1;border:1px solid var(--line);height:48px;border-radius:8px;padding:0 14px}.cart-voucher button{color:var(--gold-deep)}.cart-summary{border:1px solid var(--line);padding:18px;border-radius:12px}.cart-summary div{display:flex;justify-content:space-between;padding:9px 0;font-size:14px}.cart-summary .total{border-top:1px solid var(--line);margin-top:9px;padding-top:18px}.cart-summary .total strong{font:600 28px var(--serif);color:var(--gold-deep)}.mobile-bottom{display:none}
/* detail */.simple-header{height:72px;border-bottom:1px solid var(--line);background:#fffdf9;display:flex;align-items:center;justify-content:space-between;padding:0 max(calc((100% - 1150px)/2),24px);position:sticky;top:0;z-index:20}.simple-header img{height:56px;max-width:170px;object-fit:contain}.simple-header>a{font-size:41px;color:var(--mocha)}.simple-header>button{font-size:25px}.simple-header h1{font:600 34px var(--serif);margin:0}.detail-layout{max-width:1150px;margin:38px auto 60px;display:grid;grid-template-columns:1.02fr 1fr;gap:55px}.detail-gallery{border-radius:22px;overflow:hidden;position:relative;background:var(--cream);height:610px}.detail-gallery img{width:100%;height:100%;object-fit:cover}.detail-gallery span{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);background:rgba(54,43,34,.75);color:#fff;border-radius:14px;padding:4px 15px;font-size:12px}.detail-copy{padding:24px 4px}.detail-copy h1{font:600 48px var(--serif);margin:0 0 8px}.muted{color:var(--muted);display:flex;justify-content:space-between}.muted em{font-style:normal}.rating{padding:22px 0;color:#c18e42}.rating small{color:var(--muted);margin:0 13px}.rating label{font-size:12px;padding:6px 10px;border:1px solid var(--line);border-radius:4px;color:var(--gold-deep)}.detail-price{font:600 42px var(--serif);margin:0 0 20px}.description{color:#6e625a;line-height:1.7}.detail-copy h3{font-size:15px;margin-top:27px}.pills{display:flex;gap:10px}.pills button{height:43px;border-radius:7px;border:1px solid var(--line);color:var(--muted);padding:0 25px}.pills .selected{border-color:var(--gold);color:var(--gold-deep)}.qty-line{display:flex;justify-content:space-between;align-items:center;margin:25px 0}.qty-line div{display:flex;border:1px solid var(--line);border-radius:7px;overflow:hidden}.qty-line input,.qty-line button{height:45px;width:50px;border:0;background:#fff;text-align:center}.detail-add{margin-bottom:12px}.pay-boxes{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px}.pay-boxes div{padding:17px;display:grid;grid-template-columns:35px 1fr}.pay-boxes div+div{border-left:1px solid var(--line)}.pay-boxes small{grid-column:2;color:var(--muted);font-size:11px}
/* checkout */.checkout-wrap{max-width:780px;margin:28px auto 65px}.checkout-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin:14px 0}.checkout-card h2{font:600 29px var(--serif);margin:0 0 18px}.checkout-card input:not([type=radio]),.checkout-card textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:10px;background:#fffdfb}.checkout-card textarea{min-height:85px;resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.option{display:flex;gap:10px;align-items:center;border:1px solid var(--line);min-height:57px;border-radius:9px;padding:0 14px;margin-bottom:10px}.option strong{margin-left:auto;color:var(--gold-deep)}.option small{margin-left:10px;color:var(--muted)}.option:has(input:checked){border-color:var(--gold);background:#fffaf3}.summary #checkoutItems{margin-bottom:14px}.check-item{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;color:#655a52}.summary p{display:flex;justify-content:space-between}.summary .grand{padding-top:17px;border-top:1px solid var(--line)}.summary .grand strong{font:600 31px var(--serif);color:var(--gold-deep)}.summary>small{display:block;color:var(--muted);text-align:center;margin-top:12px}.order-success{background:#fff;border:1px solid var(--line);padding:36px;border-radius:18px;text-align:center}.order-success h2{font:600 37px var(--serif);color:var(--gold-deep)}.hidden{display:none}
@media(max-width:900px){body{padding-bottom:76px}.site-header{height:118px;position:relative;border:none}.header-inner{height:100%;padding:18px 21px;align-items:flex-start;justify-content:center}.brand img{height:75px;width:132px}.desktop-nav,.desktop-only{display:none}.header-actions{position:absolute;right:16px;top:27px}.icon-btn{height:38px;min-width:38px;font-size:20px}.hero{display:block;min-height:398px;padding:26px 19px 0;position:relative;background:linear-gradient(135deg,#fff9f1,#f0e2d3)}.hero-copy{position:relative;z-index:2;padding:0;display:block}.hero-mark{display:none}.hero h1{font-size:30px;max-width:225px;margin:16px 0 14px}.hero p{display:none}.hero-btns{display:block}.hero .outline{display:none}.hero .primary{height:40px;padding:0 18px;font-size:12px}.hero-visual{position:absolute;inset:0;display:block}.hero-visual img{height:100%;width:100%;object-fit:cover;border-radius:0;mix-blend-mode:multiply;opacity:.95}.quick-strip{margin:14px 14px 0;height:auto;display:grid;grid-template-columns:1fr 1fr;border-radius:12px}.quick-strip div{padding:18px 8px;font-size:11px}.quick-strip div:first-child{display:none}.quick-strip div+div{border-left:1px solid var(--line)}.products-section{padding:24px 14px 4px}.section-head{text-align:left;display:flex;justify-content:space-between;margin-bottom:15px}.section-head h2{font-size:20px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-card{display:block;min-height:0;border:none;background:transparent}.product-card:hover{transform:none;box-shadow:none}.product-image{height:128px;display:block;border-radius:7px;overflow:hidden;border:1px solid var(--line)}.product-info{padding:8px 0;gap:6px}.product-info h3{font-size:16px;min-height:33px}.product-info p{font-size:10px}.product-info strong{font-size:19px}.product-buttons{gap:5px}.product-buttons .btn{height:29px;padding:0 3px;font-size:9px}.benefits{margin:15px 14px 22px;padding:0;display:grid;grid-template-columns:1fr 1fr}.benefits div{display:block;padding:15px 10px;text-align:center}.benefits div:last-child{display:none}.benefits div+div{border-left:1px solid var(--line)}.benefits i{display:inline-grid;height:30px;width:30px;font-size:16px;margin-bottom:5px}.benefits h3{font:600 12px var(--sans)}.benefits p{font-size:9px}.story,.site-footer{display:none}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:68px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--line);z-index:50}.mobile-bottom a,.mobile-bottom button{color:var(--muted);font-size:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.mobile-bottom .active{color:var(--gold-deep);font-weight:600}.mobile-bottom span{font-size:20px;position:relative}.mobile-bottom b{position:absolute;top:-6px;right:-10px;background:#ad382b;color:#fff;border-radius:12px;min-width:14px;height:14px;display:none;font-size:9px}.mobile-bottom b.show{display:grid;place-items:center}.drawer aside{top:auto;bottom:0;height:min(78vh,720px);width:100%;border-radius:22px 22px 0 0;padding:20px}.cart-row h4{font-size:19px}.simple-header{height:58px;padding:0 15px;position:relative}.simple-header img{height:46px}.simple-header h1{font-size:27px}.detail-layout{display:block;margin:0}.detail-gallery{height:389px;border-radius:0}.detail-copy{padding:20px 17px 22px}.detail-copy h1{font-size:31px}.detail-price{font-size:33px}.rating{padding:15px 0}.pills button{height:39px;padding:0 18px}.pay-boxes{margin-bottom:14px}.checkout-wrap{margin:0;padding:0 13px 25px}.checkout-card{padding:16px;margin:12px 0}.checkout-card h2{font-size:22px}.two{display:block}.option{font-size:12px}.checkout-card input:not([type=radio]),.checkout-card textarea{font-size:14px}.checkout-page{padding-bottom:10px}}
@media(min-width:901px){.product-page .mobile-bottom{display:none}}
/* V1.2 - Voucher / Khuyến mãi */
.cart-voucher button{height:48px;border:1px solid var(--line);border-radius:8px;padding:0 15px;background:#fffaf3;font-size:13px}
.coupon-status{display:block;min-height:20px;font-size:12px;color:var(--muted);margin-top:-7px}
.coupon-status.success{color:#548954}.coupon-status.error{color:#be554d}
.cart-summary .discount-row,.summary .discount-row{color:#548954}
.cart-summary .discount-row strong,.summary .discount-row strong{color:#548954}
.cart-summary .discount-row b,.summary .discount-row b{font-size:11px;font-weight:500;color:#548954}
.voucher-checkout h2{margin-bottom:14px}
@media(max-width:900px){.cart-voucher button{height:44px}.voucher-checkout{padding-bottom:9px}.coupon-status{font-size:11px;margin:6px 0 0}}

/* V1.4 - Tin tức SEO và footer có liên kết */
.socials{display:flex;gap:14px;align-items:center}.socials a{font-size:18px;line-height:1;border:1px solid rgba(255,255,255,.38);height:34px;width:34px;border-radius:50%;display:grid;place-items:center;transition:.2s}.socials a:hover{background:#fff;color:var(--gold-deep)}
.news-section{max-width:1250px;margin:0 auto 58px;padding-top:8px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.22s}.news-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.news-card img{display:block;width:100%;height:206px;object-fit:cover}.news-card div{padding:22px}.news-card small,.blog-card small,.article-category{letter-spacing:.13em;text-transform:uppercase;color:var(--gold);font-size:11px}.news-card h3{font:600 28px/1.12 var(--serif);margin:10px 0;color:var(--mocha)}.news-card p{color:var(--muted);font-size:13px;line-height:1.6;margin:0 0 15px}.news-card span{color:var(--gold-deep);font-size:13px;font-weight:600}.news-more{text-align:center;margin-top:28px}
.blog-page{max-width:1250px;margin:auto;padding:0 0 64px}.blog-hero{text-align:center;background:linear-gradient(130deg,#f5e6d7,#fff9f1);padding:70px 20px;margin-bottom:42px;border-radius:0 0 26px 26px}.blog-hero p{color:var(--gold);font-size:12px;letter-spacing:.34em}.blog-hero h1{font:600 56px var(--serif);margin:14px 0;color:var(--mocha)}.blog-hero span{color:var(--muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.blog-card img{display:block;width:100%;height:245px;object-fit:cover}.blog-card div{padding:25px}.blog-card h2{font:600 31px/1.12 var(--serif);margin:10px 0;color:var(--mocha)}.blog-card p{font-size:14px;color:var(--muted);line-height:1.65}.blog-card strong{color:var(--gold-deep);font-size:13px}
.article-page{max-width:950px;margin:0 auto;padding:40px 28px 70px}.breadcrumb{color:var(--muted);font-size:13px;margin-bottom:44px}.article-page article>h1{font:600 62px/1.07 var(--serif);color:var(--mocha);margin:15px 0 18px}.article-excerpt{font-size:19px;line-height:1.65;color:var(--muted);margin-bottom:35px}.article-cover{width:100%;height:475px;object-fit:cover;border-radius:20px;margin-bottom:38px}.article-content{max-width:740px;margin:auto}.article-content p{font-size:17px;line-height:1.9;color:#574b43;margin:0 0 27px}.article-cta{text-align:center;margin:54px auto 0;padding:38px;background:var(--cream);border:1px solid var(--line);border-radius:18px}.article-cta h2{font:600 38px var(--serif);margin:0 0 9px}.article-cta p{color:var(--muted);margin:0 0 22px}
.policy-page{max-width:880px;margin:0 auto;padding:72px 25px 90px}.policy-page h1{font:600 60px var(--serif);color:var(--mocha);text-align:center;margin:0 0 12px}.policy-lead{text-align:center;color:var(--muted);margin:0 0 48px}.policy-page section{border:1px solid var(--line);background:#fff;border-radius:20px;margin-bottom:35px}.policy-page section div{display:grid;grid-template-columns:68px 1fr;gap:20px;padding:29px;border-bottom:1px solid var(--line)}.policy-page section div:last-child{border:0}.policy-page section b{font:600 35px var(--serif);color:var(--gold)}.policy-page section p{margin:0;color:#61564e;line-height:1.8}
@media(max-width:900px){.news-section{display:block;padding:5px 14px 22px;margin:0}.news-section .section-head{display:block;text-align:left}.news-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.news-card{min-width:82vw;scroll-snap-align:start}.news-card img{height:183px}.news-card h3{font-size:25px}.blog-page{padding-bottom:22px}.blog-hero{padding:44px 20px 36px;margin-bottom:18px}.blog-hero h1{font-size:38px}.blog-hero span{font-size:13px;line-height:1.6;display:block}.blog-grid{display:block;padding:0 14px}.blog-card{margin-bottom:14px}.blog-card img{height:210px}.blog-card h2{font-size:27px}.article-page{padding:25px 17px 60px}.breadcrumb{margin-bottom:30px}.article-page article>h1{font-size:39px}.article-excerpt{font-size:16px}.article-cover{height:265px;margin-bottom:26px}.article-content p{font-size:15px;line-height:1.8}.article-cta h2{font-size:30px}.policy-page{padding:42px 15px 70px}.policy-page h1{font-size:40px}.policy-page section div{grid-template-columns:44px 1fr;gap:10px;padding:19px 14px}.policy-page section b{font-size:26px}.policy-page section p{font-size:14px}.blog-page~.site-footer,.article-page~.site-footer,.policy-page~.site-footer{display:block;padding:30px 20px 90px}.blog-page~.site-footer .footer-grid,.article-page~.site-footer .footer-grid,.policy-page~.site-footer .footer-grid{display:block}.blog-page~.site-footer .footer-grid>div:not(:last-child),.article-page~.site-footer .footer-grid>div:not(:last-child),.policy-page~.site-footer .footer-grid>div:not(:last-child){margin-bottom:25px}}

.article-keywords{display:flex;gap:8px;margin:16px 0 24px}
.article-keywords span{padding:8px 14px;border:1px solid #eadbc9;background:#fbf7f2;border-radius:999px;color:#98704c;font-size:13px}

/* V1.6 - Bài SEO đa phương tiện, canh đều */
.article-content{text-align:justify;text-justify:inter-word;hyphens:auto}.article-content h2{font:600 37px/1.18 var(--serif);color:var(--mocha);margin:42px 0 16px;text-align:left}.article-content h3{font:600 30px/1.2 var(--serif);color:var(--mocha);margin:34px 0 13px;text-align:left}.article-content ul,.article-content ol{padding-left:23px;color:#574b43;margin:0 0 27px;line-height:1.9}.article-content blockquote{border-left:3px solid var(--gold);background:var(--cream);padding:18px 22px;margin:31px 0;color:#59483d;font-style:italic}.article-content figure{margin:36px auto;text-align:center}.article-content figure img,.article-content figure video,.article-content>img,.article-content>video{display:block;width:100%;max-width:100%;border-radius:16px;object-fit:cover;box-shadow:0 10px 28px rgba(78,54,31,.08)}.article-content figure video,.article-content>video{max-height:560px;object-fit:contain;background:#15120f}.article-content figcaption{font-size:13px;color:var(--muted);font-style:italic;margin-top:10px;text-align:center}@media(max-width:900px){.article-content h2{font-size:29px;margin:32px 0 13px}.article-content h3{font-size:25px}.article-content figure{margin:24px auto}.article-content figure img,.article-content figure video{border-radius:12px}}


/* ==========================================================
   V1.7 - Storefront mobile app experience
   Giữ nguyên desktop, nâng cấp trải nghiệm bán hàng mobile.
   ========================================================== */
.mobile-search,.mobile-category-chips,.mobile-seeall,.mobile-product-actions{display:none}
.story-actions{display:flex;align-items:center;gap:12px}
.btn.text-link{height:auto;padding:12px 4px;color:var(--gold-deep);font-weight:600}

@media (max-width:900px){
  html{scroll-padding-top:132px}
  body{background:#fffaf5;padding-bottom:calc(74px + env(safe-area-inset-bottom));overflow-x:hidden}
  main{overflow:hidden}
  .site-header{position:sticky;top:0;height:134px;background:rgba(255,253,249,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,219,201,.7);z-index:45}
  .header-inner{height:100%;padding:10px 16px 12px;display:block;position:relative}
  .brand{display:block;width:max-content;margin:0 auto}
  .brand img{height:65px;width:123px;object-fit:contain}
  .header-actions{top:23px;right:12px;gap:0}
  .icon-btn{height:38px;min-width:38px;font-size:19px;color:#6a5140}
  .icon-btn b{top:0;right:0}
  .mobile-search{display:flex;height:43px;position:absolute;left:15px;right:15px;bottom:10px;align-items:center;gap:9px;border:1px solid #ead9c7;background:#fff;border-radius:12px;padding:0 13px;box-shadow:0 5px 14px rgba(88,61,35,.03)}
  .mobile-search span{font-size:18px;color:#a6825c}
  .mobile-search input{width:100%;border:0;outline:0;background:transparent;font-size:12.5px;color:#594436}
  .mobile-search input::placeholder{color:#a39a91}

  .hero{margin:10px 12px 0;border-radius:19px;min-height:390px;padding:24px 17px;background:linear-gradient(132deg,#fffaf3,#f1e1d1);box-shadow:0 12px 30px rgba(96,65,35,.07)}
  .hero h1{font-size:31px;line-height:1.12;max-width:225px;margin:6px 0 17px;text-shadow:0 1px 0 rgba(255,255,255,.65)}
  .hero .primary{height:42px;border-radius:8px;padding:0 17px}
  .hero-visual img{border-radius:19px;object-position:center bottom;opacity:1}
  .quick-strip{margin:13px 12px 0;border-radius:14px;box-shadow:none;background:#fff;overflow:hidden}
  .quick-strip div{min-height:71px;display:flex;flex-direction:column;justify-content:center;line-height:1.6;padding:12px 6px}

  .products-section{padding:27px 12px 2px}
  .section-head{align-items:center;margin-bottom:14px}
  .section-head h2{font-size:23px;letter-spacing:.02em}
  .section-head .desktop-diamond{display:none}
  .mobile-seeall{display:inline-flex;color:var(--gold-deep);font-size:12px;font-weight:600}
  .mobile-category-chips{display:flex;gap:8px;overflow:auto;margin-bottom:16px;padding-bottom:2px;scrollbar-width:none}
  .mobile-category-chips::-webkit-scrollbar{display:none}
  .mobile-category-chips a{height:35px;padding:0 18px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;color:var(--muted);background:#fff;white-space:nowrap;font-size:12px}
  .mobile-category-chips .selected{background:linear-gradient(135deg,#c99e6c,#af7e49);border-color:transparent;color:#fff}
  .product-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:1px;padding:0 1px 11px;scrollbar-width:none}
  .product-grid::-webkit-scrollbar{display:none}
  .product-card{min-width:calc(58vw - 10px);max-width:225px;display:block;border:1px solid var(--line);border-radius:14px;background:#fff;scroll-snap-align:start;overflow:hidden;box-shadow:0 5px 15px rgba(77,52,29,.035)}
  .product-image{height:188px;border:0;border-radius:0;background:#faf3ec}
  .product-info{padding:12px 11px 11px;gap:7px}
  .product-info h3{font-size:21px;line-height:1.05;min-height:0}
  .product-info p{font-size:11px}
  .product-info strong{font-size:25px;margin:1px 0 4px}
  .product-buttons{gap:7px}
  .product-buttons .btn{height:37px;border-radius:7px;padding:0 7px;font-size:11px}

  .benefits{margin:14px 12px 20px;display:flex;overflow-x:auto;gap:10px;border:0;background:transparent;scroll-snap-type:x mandatory;scrollbar-width:none}
  .benefits::-webkit-scrollbar{display:none}
  .benefits div,.benefits div:last-child{display:block;flex:0 0 50%;border:1px solid var(--line)!important;border-radius:14px;padding:15px 12px;background:#fff;scroll-snap-align:start}
  .benefits i{height:38px;width:38px;font-size:18px;margin-bottom:9px}
  .benefits h3{font:600 18px var(--serif);margin-bottom:5px}
  .benefits p{font-size:11px;line-height:1.55}

  .story{display:flex;flex-direction:column;margin:0 12px 24px;border-radius:16px}
  .story img{height:198px}
  .story div{padding:20px 17px 21px}
  .story h2{font-size:26px;margin:0 0 12px}
  .story p{font-size:13px;line-height:1.7;margin:0}
  .story strong{font-size:20px;margin:14px 0}
  .story-actions{display:block}
  .story-actions .btn{width:100%;height:44px;margin-top:8px}
  .story-actions .text-link{justify-content:flex-start;padding-left:0}

  .news-section{padding:0 12px 28px}
  .news-section .section-head h2{font-size:23px;line-height:1.15}
  .news-grid{gap:12px}
  .news-card{min-width:80vw;border-radius:15px}
  .news-card img{height:182px}
  .news-card div{padding:16px}
  .news-card h3{font-size:25px}

  .site-footer{display:block;padding:28px 18px calc(94px + env(safe-area-inset-bottom));background:linear-gradient(115deg,#bc9a79,#9a7d62)}
  .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 17px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-logo{width:142px}
  .site-footer h4{font-size:20px;margin:0 0 11px}
  .site-footer p,.site-footer a{font-size:12px;line-height:1.85}

  .mobile-bottom{height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;box-shadow:0 -9px 30px rgba(67,47,27,.08);background:rgba(255,253,250,.98)}
  .mobile-bottom a,.mobile-bottom button{font-size:10px}
  .mobile-bottom span{font-size:21px}
  .drawer aside{max-height:86dvh;height:auto;min-height:61dvh;padding:19px 16px calc(19px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}
  .drawer-head h2{font-size:31px}
  .cart-row{grid-template-columns:76px 1fr 26px}
  .cart-row img{width:76px;height:91px}
  .cart-row h4{font-size:20px}

  /* Chi tiết sản phẩm */
  .product-page{padding-bottom:calc(142px + env(safe-area-inset-bottom))}
  .product-page .simple-header{height:62px;background:rgba(255,253,249,.95);backdrop-filter:blur(14px)}
  .product-page .simple-header img{height:51px}
  .detail-gallery{height:min(420px,100vw);margin:0 12px;border-radius:0 0 19px 19px}
  .detail-copy{padding:21px 16px 26px}
  .detail-copy h1{font-size:36px}
  .detail-price{font-size:37px}
  .pills{overflow-x:auto}
  .detail-add,.detail-copy>button[data-buy-now]{display:none}
  .pay-boxes{margin-top:22px}
  .mobile-product-actions{position:fixed;display:grid;grid-template-columns:1fr 1.4fr;gap:9px;left:0;right:0;bottom:calc(68px + env(safe-area-inset-bottom));z-index:51;padding:10px 13px;background:rgba(255,253,250,.97);border-top:1px solid var(--line);backdrop-filter:blur(12px)}
  .mobile-product-actions .btn{height:48px;padding:0 12px;border-radius:9px}
  .product-nav{box-shadow:none}

  /* Thanh toán */
  .checkout-page{background:#faf6f0;padding-bottom:calc(20px + env(safe-area-inset-bottom))}
  .checkout-page .simple-header{height:62px;background:#fffdf9;position:sticky}
  .checkout-wrap{padding:5px 12px 22px}
  .checkout-card{margin:10px 0;padding:16px 14px;border-radius:14px;background:#fff}
  .checkout-card h2{font-size:25px;margin-bottom:13px}
  .checkout-card input:not([type=radio]),.checkout-card textarea{min-height:48px;border-radius:9px}
  .option{min-height:54px;border-radius:9px;margin:8px 0}
  .summary .grand strong{font-size:31px}
  .checkout-submit{height:53px;border-radius:9px;font-size:15px}
}
@media (max-width:390px){
  .product-card{min-width:66vw}
  .hero{min-height:365px}
  .hero h1{font-size:28px}
}


/* ==========================================================
   V1.8 - Hiệu ứng tải trang YTHÉRIA Luxury
   ========================================================== */
.luxury-loader{
  position:fixed;inset:0;z-index:99999;display:none;place-items:center;
  overflow:hidden;background:
    radial-gradient(circle at 50% 44%,rgba(202,169,124,.15),transparent 32%),
    linear-gradient(128deg,#fffdf9 0%,#f8f0e7 47%,#ede0d1 100%);
  opacity:1;transition:opacity .7s cubic-bezier(.22,1,.36,1),visibility .7s ease;
}
html.luxury-loading .luxury-loader,
html.luxury-transitioning .luxury-loader{display:grid}
html.luxury-loading body{overflow:hidden}
.luxury-loader-glow{
  position:absolute;width:min(570px,70vw);height:min(570px,70vw);border-radius:50%;
  background:radial-gradient(circle,rgba(206,171,120,.16),rgba(255,255,255,0) 68%);
  animation:luxuryGlow 2.7s ease-in-out infinite;
}
.luxury-loader-frame{
  width:min(480px,82vw);min-height:290px;position:relative;display:flex;flex-direction:column;
  justify-content:center;align-items:center;padding:47px 34px 41px;
}
.luxury-loader-frame::before{
  content:"";position:absolute;inset:0;border:1px solid rgba(184,143,91,.19);
  opacity:0;transform:scale(.96);animation:luxuryFrame 1.2s .15s ease forwards;
}
.luxury-loader-corners::before,.luxury-loader-corners::after{
  content:"";position:absolute;width:29px;height:29px;border-color:rgba(177,133,77,.55);
}
.luxury-loader-corners::before{left:-1px;top:-1px;border-left:1px solid;border-top:1px solid}
.luxury-loader-corners::after{right:-1px;bottom:-1px;border-right:1px solid;border-bottom:1px solid}
.luxury-loader-logo{
  width:min(216px,53vw);height:auto;object-fit:contain;opacity:0;transform:translateY(13px);
  filter:drop-shadow(0 10px 18px rgba(121,81,42,.06));
  animation:luxuryLogo 1s .08s cubic-bezier(.22,1,.36,1) forwards;
}
.luxury-loader-sub{
  margin-top:7px;color:#9c7953;letter-spacing:.48em;font-size:10px;font-weight:500;
  opacity:0;animation:luxuryText .85s .36s ease forwards;
}
.luxury-loader-rule{
  width:158px;height:1px;margin:25px auto 19px;background:rgba(181,141,90,.18);overflow:hidden;
}
.luxury-loader-rule i{
  display:block;width:56px;height:1px;background:linear-gradient(90deg,transparent,#c59b65,transparent);
  animation:luxurySweep 1.45s .38s ease-in-out infinite;
}
.luxury-loader-copy{
  font-family:var(--serif,Georgia,serif);font-style:italic;font-size:16px;color:#80654b;
  letter-spacing:.03em;opacity:0;animation:luxuryText .85s .5s ease forwards;
}
.luxury-loader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.luxury-loader.is-entering{display:grid;opacity:1;visibility:visible;pointer-events:auto}
html.luxury-ready body>*:not(.luxury-loader){
  animation:luxuryPageReveal .72s cubic-bezier(.22,1,.36,1) both;
}
@keyframes luxuryLogo{to{opacity:1;transform:translateY(0)}}
@keyframes luxuryText{to{opacity:1}}
@keyframes luxuryFrame{to{opacity:1;transform:scale(1)}}
@keyframes luxurySweep{0%{transform:translateX(-65px)}100%{transform:translateX(168px)}}
@keyframes luxuryGlow{0%,100%{transform:scale(.93);opacity:.55}50%{transform:scale(1.06);opacity:1}}
@keyframes luxuryPageReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:900px){
  .luxury-loader-frame{width:calc(100vw - 56px);min-height:252px;padding:36px 20px}
  .luxury-loader-logo{width:min(198px,58vw)}
  .luxury-loader-sub{font-size:9px;letter-spacing:.42em}
  .luxury-loader-copy{font-size:15px}
}
@media(prefers-reduced-motion:reduce){
  .luxury-loader *,.luxury-loader,html.luxury-ready body>*:not(.luxury-loader){animation:none!important;transition:none!important}
  .luxury-loader-logo,.luxury-loader-sub,.luxury-loader-copy,.luxury-loader-frame::before{opacity:1;transform:none}
}


/* ==========================================================
   V1.9 - Hiệu ứng ánh sáng / perfume glow cho ảnh sản phẩm
   ========================================================== */
.hero-visual,
.product-image,
.detail-gallery,
.news-card img,
.story img{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* Lớp ánh sáng dịu phía sau chai nước hoa */
.hero-visual::before,
.product-image::before,
.detail-gallery::before{
  content:"";
  position:absolute;
  inset:-10%;
  z-index:0;
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.78), transparent 24%),
    radial-gradient(circle at 74% 26%, rgba(255,241,225,.56), transparent 28%),
    radial-gradient(circle at 50% 78%, rgba(214,176,126,.28), transparent 36%);
  opacity:.95;
  pointer-events:none;
  animation:perfumeAura 6.5s ease-in-out infinite;
}

/* Ánh lóe phản chiếu sang trọng */
.hero-visual::after,
.product-image::after,
.detail-gallery::after{
  content:"";
  position:absolute;
  top:-18%;
  bottom:-18%;
  left:-42%;
  width:34%;
  z-index:2;
  background:linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 38%, rgba(255,255,255,.72) 50%, rgba(255,255,255,.12) 62%, rgba(255,255,255,0) 100%);
  filter:blur(1px);
  transform:rotate(9deg);
  opacity:.52;
  pointer-events:none;
  animation:perfumeShine 7.2s cubic-bezier(.22,1,.36,1) infinite;
}

.hero-visual img,
.product-image img,
.detail-gallery img{
  position:relative;
  z-index:1;
  transition:transform .8s cubic-bezier(.22,1,.36,1), filter .8s ease, box-shadow .8s ease;
  filter:saturate(1.05) contrast(1.02);
}

/* Hạt sáng mịn chuyên cho ngành nước hoa */
.hero-visual .perfume-sparkles,
.product-image .perfume-sparkles,
.detail-gallery .perfume-sparkles{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}

.hero-visual .perfume-sparkles::before,
.product-image .perfume-sparkles::before,
.detail-gallery .perfume-sparkles::before,
.hero-visual .perfume-sparkles::after,
.product-image .perfume-sparkles::after,
.detail-gallery .perfume-sparkles::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,243,230,.62) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(213,176,127,.34) 0 1px, transparent 2px);
  background-size:28px 28px, 37px 37px, 48px 48px;
  opacity:.30;
  filter:blur(.2px);
}

.hero-visual .perfume-sparkles::before,
.product-image .perfume-sparkles::before,
.detail-gallery .perfume-sparkles::before{
  right:6%;
  top:10%;
  animation:perfumeFloat 8s ease-in-out infinite;
}

.hero-visual .perfume-sparkles::after,
.product-image .perfume-sparkles::after,
.detail-gallery .perfume-sparkles::after{
  left:8%;
  bottom:8%;
  animation:perfumeFloat 9.4s ease-in-out infinite reverse;
}

.product-card{
  overflow:hidden;
  transition:transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease, border-color .45s ease;
}
.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(109,77,43,.10);
  border-color:rgba(203,169,121,.55);
}
.product-card:hover .product-image img,
.detail-copy:hover + .detail-gallery img,
.detail-gallery:hover img,
.hero:hover .hero-visual img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.04) brightness(1.04);
}

.product-card:hover .product-image::after,
.detail-gallery:hover::after,
.hero:hover .hero-visual::after{
  animation-duration:2.2s;
  opacity:.78;
}

.product-image{
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.72), transparent 35%),
    linear-gradient(180deg,#fbf7f2 0%, #f4e6d8 100%);
}
.detail-gallery{
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.8), transparent 26%),
    linear-gradient(180deg,#f7eee5 0%, #ecdccd 100%);
  box-shadow:0 18px 42px rgba(120,85,50,.09);
}
.hero-visual{
  border-radius:24px;
  box-shadow:0 18px 38px rgba(119,83,47,.07);
}

.story img,
.news-card img{
  transition:transform .75s cubic-bezier(.22,1,.36,1), filter .75s ease;
  filter:saturate(1.03);
}
.story:hover img,
.news-card:hover img{
  transform:scale(1.03);
  filter:saturate(1.06) brightness(1.03);
}

/* Nút CTA cũng mang chất ánh kim sang trọng hơn */
.btn.primary{
  background-image:linear-gradient(135deg,#c89f70 0%, #b88a56 32%, #e1c295 68%, #b27b45 100%);
  background-size:180% 180%;
  animation:buttonGoldShift 6s ease infinite;
  box-shadow:0 10px 24px rgba(176,126,72,.16);
}
.btn.primary:hover{
  box-shadow:0 14px 28px rgba(176,126,72,.22);
}

/* Tạo pseudo sparkle bằng background nếu không thêm HTML */
.hero-visual,
.product-image,
.detail-gallery{
  --fx-bg: linear-gradient(transparent, transparent);
}
.hero-visual > *,
.product-image > *,
.detail-gallery > *{
  position:relative;
  z-index:1;
}

/* Vì không sửa HTML gốc, tự chèn lớp sparkle bằng background phụ */
.hero-visual{background-blend-mode:screen,normal}
.product-image{background-blend-mode:screen,normal}
.detail-gallery{background-blend-mode:screen,normal}

@keyframes perfumeAura{
  0%,100%{transform:scale(.98); opacity:.86}
  50%{transform:scale(1.04); opacity:1}
}
@keyframes perfumeShine{
  0%{left:-45%; opacity:0}
  14%{opacity:.28}
  27%{opacity:.60}
  38%{left:118%; opacity:0}
  100%{left:118%; opacity:0}
}
@keyframes perfumeFloat{
  0%,100%{transform:translateY(0) scale(.96); opacity:.18}
  50%{transform:translateY(-10px) scale(1.06); opacity:.34}
}
@keyframes buttonGoldShift{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}

/* Mobile: hiệu ứng nhẹ hơn để giữ mượt */
@media (max-width:900px){
  .hero-visual::after,
  .product-image::after,
  .detail-gallery::after{
    opacity:.36;
    animation-duration:8.5s;
  }
  .hero-visual::before,
  .product-image::before,
  .detail-gallery::before{
    opacity:.82;
  }
  .product-card:hover{transform:none}
  .product-card:active .product-image img,
  .detail-gallery:active img{
    transform:scale(1.02);
  }
  .detail-gallery{
    box-shadow:0 12px 28px rgba(120,85,50,.08);
  }
}

/* Tắt bớt chuyển động nếu người dùng chọn giảm animation */
@media (prefers-reduced-motion:reduce){
  .hero-visual::before,
  .hero-visual::after,
  .product-image::before,
  .product-image::after,
  .detail-gallery::before,
  .detail-gallery::after,
  .btn.primary{
    animation:none !important;
  }
  .product-card,
  .product-image img,
  .detail-gallery img,
  .story img,
  .news-card img{
    transition:none !important;
  }
}


/* ==========================================================
   V1.9.1 - Fix khu vực đầu trang mobile theo giao diện app
   Thu gọn header, cân lại hero, không phóng chai nước hoa quá lớn.
   ========================================================== */
@media (max-width:900px){
  html{scroll-padding-top:112px}
  body{padding-bottom:calc(66px + env(safe-area-inset-bottom))}

  /* Header gọn hơn trên điện thoại */
  .site-header{
    height:112px;
    background:rgba(255,253,249,.97);
  }
  .header-inner{padding:7px 13px 9px}
  .brand img{
    width:108px;
    height:53px;
    max-height:53px;
  }
  .header-actions{
    top:14px;
    right:10px;
    gap:1px;
  }
  .icon-btn{
    height:34px;
    min-width:34px;
    font-size:18px;
  }
  .mobile-search{
    height:42px;
    left:13px;
    right:13px;
    bottom:8px;
    border-radius:12px;
    padding:0 13px;
  }
  .mobile-search span{font-size:17px}
  .mobile-search input{font-size:13px}

  /* Hero tách nội dung và ảnh: dễ nhìn, không còn chai bị phóng/cắt quá lớn */
  .hero{
    display:flex;
    flex-direction:column;
    min-height:0;
    height:auto;
    gap:13px;
    margin:9px 11px 10px;
    padding:20px 16px 13px;
    border-radius:18px;
    background:linear-gradient(145deg,#fffaf4 0%,#f7ecdf 52%,#efe0d1 100%);
  }
  .hero-copy{
    order:1;
    display:block;
    padding:0;
  }
  .hero h1{
    max-width:none;
    font-size:27px;
    line-height:1.16;
    letter-spacing:-.01em;
    margin:0 0 14px;
  }
  .hero-btns{display:flex;gap:8px}
  .hero .primary{
    height:40px;
    padding:0 17px;
    border-radius:9px;
    font-size:12.5px;
  }
  .hero-visual{
    order:2;
    position:relative;
    inset:auto;
    width:100%;
    height:232px;
    border-radius:15px;
    background:
      radial-gradient(circle at 50% 25%,rgba(255,255,255,.9),transparent 44%),
      linear-gradient(180deg,#fffaf4,#f0dfcf);
    box-shadow:inset 0 0 0 1px rgba(226,204,180,.45);
  }
  .hero-visual img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
    border-radius:15px;
    mix-blend-mode:normal;
    filter:drop-shadow(0 8px 13px rgba(87,56,28,.10));
  }
  .hero-visual::after{opacity:.24}
  .hero-visual::before{opacity:.58}

  /* Không để dải thông tin chiếm nguyên màn hình đầu; đã có nội dung ở giỏ/checkout */
  .quick-strip{display:none}

  /* Sản phẩm xuất hiện sớm ngay dưới banner */
  .products-section{padding:11px 12px 3px}
  .section-head{margin-bottom:10px}
  .section-head h2{font-size:21px}
  .mobile-category-chips{margin-bottom:12px}
  .product-card{min-width:calc(55vw - 9px)}
  .product-image{height:166px}

  /* Bottom navigation nhẹ, không che phần nội dung */
  .mobile-bottom{
    height:calc(62px + env(safe-area-inset-bottom));
    border-radius:18px 18px 0 0;
  }
  .mobile-bottom span{font-size:19px}
  .mobile-bottom a,.mobile-bottom button{font-size:10px;gap:3px}
}
@media (max-width:390px){
  .site-header{height:108px}
  html{scroll-padding-top:108px}
  .hero h1{font-size:25px}
  .hero-visual{height:214px}
  .product-card{min-width:61vw}
}


/* ==========================================================
   V1.9.2 - Mobile hero: đưa ảnh lên trên, text + CTA xuống dưới
   Theo góp ý thực tế: ảnh chai nằm trên, nút nằm dưới sản phẩm,
   text và nút canh đều, đẹp hơn trên điện thoại.
   ========================================================== */
@media (max-width:900px){
  .hero{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:14px 14px 18px;
    margin:9px 11px 10px;
    border-radius:18px;
  }

  /* Đưa ảnh lên trên */
  .hero-visual{
    order:1;
    width:100%;
    height:250px;
    border-radius:16px;
    margin:0;
    background:
      radial-gradient(circle at 50% 18%, rgba(255,255,255,.92), transparent 38%),
      linear-gradient(180deg,#fffaf4 0%, #f1dfcf 100%);
    box-shadow:
      inset 0 0 0 1px rgba(228,209,190,.55),
      0 10px 24px rgba(106,74,42,.06);
  }
  .hero-visual img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
    padding:8px 6px 0;
    border-radius:16px;
    filter:drop-shadow(0 10px 15px rgba(88,58,31,.10));
  }

  /* Text xuống dưới ảnh */
  .hero-copy{
    order:2;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:2px 6px 0;
  }
  .hero h1{
    order:1;
    margin:0 0 12px;
    max-width:100%;
    font-size:26px;
    line-height:1.18;
    letter-spacing:-.015em;
    text-align:left;
  }

  /* Nút nằm dưới text và cùng trục canh lề */
  .hero-btns{
    order:2;
    display:flex;
    width:100%;
    justify-content:flex-start;
  }
  .hero .primary{
    width:100%;
    max-width:260px;
    height:44px;
    border-radius:11px;
    font-size:13px;
    font-weight:700;
    justify-content:center;
  }

  /* Cân lại để text và nút đều nhau */
  .hero-copy > *{
    width:100%;
  }
}
@media (max-width:390px){
  .hero-visual{height:230px}
  .hero h1{font-size:24px}
  .hero .primary{max-width:100%}
}


/* V2.0 - Slider ảnh / clip Hero trang chủ */
.hero-slider{position:relative;display:block;min-height:425px;overflow:hidden}
.hero-slide{position:absolute;inset:0;margin:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:scale(1.022);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform 1.06s cubic-bezier(.22,1,.36,1)}
.hero-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1);z-index:1}
.hero-slider .hero-slide img,.hero-slider .hero-slide video{position:relative;z-index:1;width:min(470px,100%);height:425px;border-radius:16px;object-fit:cover;display:block;filter:drop-shadow(0 22px 25px rgba(79,51,28,.12))}
.hero-slider .hero-slide video{background:#f2e4d5}
.hero-arrow{position:absolute;top:50%;z-index:6;width:43px;height:43px;margin-top:-21px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(188,148,98,.36);background:rgba(255,252,247,.8);backdrop-filter:blur(8px);color:#a47643;font-size:29px;opacity:0;transform:translateY(5px);transition:.25s}
.hero-slider:hover .hero-arrow{opacity:1;transform:none}.hero-arrow.prev{left:14px}.hero-arrow.next{right:14px}
.hero-dots{position:absolute;left:50%;bottom:17px;z-index:7;transform:translateX(-50%);display:flex;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(255,253,250,.62);backdrop-filter:blur(9px)}
.hero-dots button{width:7px;height:7px;border-radius:999px;background:rgba(157,119,77,.4);transition:.25s}.hero-dots button.active{width:23px;background:#b8864f}
.hero-video-control{position:absolute;z-index:8;right:20px;bottom:19px;width:39px;height:39px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:rgba(74,52,34,.35);color:#fff;font-size:13px;backdrop-filter:blur(7px)}
@media(max-width:900px){
 .hero-slider{height:250px;min-height:250px}
 .hero-slider .hero-slide img,.hero-slider .hero-slide video{width:100%;height:100%;padding:8px 6px 0;object-fit:contain;object-position:center;border-radius:16px;filter:drop-shadow(0 10px 15px rgba(88,58,31,.10))}
 .hero-slider .hero-slide.is-video video{padding:0;object-fit:cover}
 .hero-arrow{display:none}.hero-dots{bottom:10px;padding:5px 9px}.hero-video-control{right:12px;bottom:10px;width:36px;height:36px}
}
@media(max-width:390px){.hero-slider{height:230px;min-height:230px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transform:none;transition:none}}
