:root{
--cream:#F6F2E8;
--cream-2:#EFEADB;
--forest:#28361F;
--forest-2:#3C4F2E;
--sage:#8CA07A;
--sage-light:#DCE5CD;
--wheat:#D6A24C;
--berry:#7A2E3B;
--white:#FFFFFF;
--ink:#2B2A24;
--shadow: 0 20px 50px rgba(40,54,31,0.12);
--radius-lg: 28px;
--radius-md: 18px;
--ease: cubic-bezier(.16,1,.3,1);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth; scroll-padding-top:130px;}
body{
font-family:'Be Vietnam Pro', sans-serif;
background:var(--cream);
color:var(--ink);
line-height:1.6;
overflow-x:hidden;
}
body.drawer-locked{overflow:hidden;}
h1,h2,h3,h4{font-family:'Fraunces', serif; color:var(--forest); font-weight:600; letter-spacing:-0.01em;}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}
img{display:block; max-width:100%;}
.container{max-width:1180px; margin:0 auto; padding:0 24px;}
a:focus-visible, button:focus-visible{outline:2.5px solid var(--wheat); outline-offset:3px; border-radius:6px;}
.eyebrow{
display:inline-flex; align-items:center; gap:8px;
font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;
color:var(--forest-2); background:var(--sage-light);
padding:7px 16px; border-radius:999px; margin-bottom:16px;
}
.eyebrow i{color:var(--wheat);}
.btn{
display:inline-flex; align-items:center; justify-content:center; gap:10px;
padding:15px 30px; border-radius:999px; font-weight:700; font-size:15px;
cursor:pointer; border:none; transition:all .25s ease; white-space:nowrap;
}
.btn-primary{background:var(--forest); color:var(--cream);}
.btn-primary:hover{background:var(--forest-2); transform:translateY(-2px); box-shadow:0 12px 24px rgba(40,54,31,0.25);}
.btn-outline{background:transparent; color:var(--forest); border:1.5px solid var(--forest);}
.btn-outline:hover{background:var(--forest); color:var(--cream);}
.btn-wheat{background:var(--wheat); color:var(--forest);}
.btn-wheat:hover{background:#c4923f; transform:translateY(-2px); box-shadow:0 12px 24px rgba(214,162,76,0.35);}
.btn-sm{padding:11px 22px; font-size:13.5px;}
.btn:disabled{opacity:.5; cursor:not-allowed; transform:none !important; box-shadow:none !important;}

/* ===== reveal on scroll ===== */
.reveal{opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease);}
.reveal.in-view{opacity:1; transform:translateY(0);}
@media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
}

/* ===== PROMO MARQUEE ===== */
.promo-bar{background:var(--forest); overflow:hidden; padding:9px 0;}
.promo-track{display:flex; gap:48px; white-space:nowrap; animation:marquee 22s linear infinite; width:max-content;}
.promo-track span{color:var(--cream); font-size:12.5px; font-weight:600; letter-spacing:.03em; display:flex; align-items:center; gap:10px;}
.promo-track span i{color:var(--wheat);}
@keyframes marquee{from{transform:translateX(0);} to{transform:translateX(-50%);}}

/* ===== HEADER / MEGA MENU ===== */
.header{background:rgba(246,242,232,0.92); backdrop-filter:blur(10px); position:sticky; top:0; z-index:1000; border-bottom:1px solid rgba(40,54,31,0.08);}
.header-container{max-width:1180px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; height:76px;}
.logo{font-family:'Fraunces',serif; font-size:23px; font-weight:700; color:var(--forest); display:flex; align-items:center; gap:8px;}
.logo i{color:var(--wheat);}
.header-search{flex:1; max-width:420px; margin:0 24px;}
.search-form{position:relative; display:flex; align-items:center;}
.search-input{width:100%; padding:11px 46px 11px 18px; border:1.5px solid var(--sage-light); border-radius:50px; font-size:14px; outline:none; transition:all .3s ease; background:var(--white); font-family:'Be Vietnam Pro';}
.search-input:focus{border-color:var(--sage);}
.search-btn{position:absolute; right:5px; background:var(--forest); color:var(--cream); border:none; width:34px; height:34px; border-radius:50%; cursor:pointer;}
.menu-toggle{display:none; background:none; border:none; font-size:22px; color:var(--forest); cursor:pointer; padding:6px; border-radius:8px; transition:background .2s ease;}
.menu-toggle:active{background:var(--sage-light);}
.main-nav{display:flex; align-items:center;}
.drawer-header{display:none;}
.nav-list{display:flex; list-style:none; gap:2px;}
.nav-item{position:relative;}
.nav-link{display:flex; align-items:center; gap:7px; padding:10px 6px; color:var(--forest); font-size:14.5px; font-weight:600; border-radius:8px; cursor:pointer; transition:all .25s ease;}
.nav-link .arrow-icon{font-size:11px; transition:transform .3s ease;}
.nav-item:hover .nav-link, .nav-item.active .nav-link{background:var(--sage-light); color:var(--forest-2);}
.nav-item:hover .arrow-icon, .nav-item.active .arrow-icon{transform:rotate(180deg);}

.mega-menu{
position:absolute; top:calc(100% + 12px); left:50%; transform:translateX(-50%) translateY(8px);
background:var(--white); border-radius:20px; box-shadow:var(--shadow); padding:26px;
min-width:560px; opacity:0; visibility:hidden; transition:opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
z-index:999; display:grid; grid-template-columns:1fr 1fr 1fr; gap:22px;
}
.nav-item:hover .mega-menu{opacity:1; visibility:visible; transform:translateX(-50%) translateY(0);}
.mega-col{display:flex; flex-direction:column; gap:6px;}
.mega-col-title{font-size:13px; font-weight:700; color:var(--forest); margin-bottom:4px; padding-bottom:8px; border-bottom:2px solid var(--sage-light); display:flex; align-items:center; gap:8px;}
.mega-col-title i{color:var(--wheat); font-size:15px;}
.mega-item{display:flex; align-items:center; gap:10px; padding:8px 10px; color:#4a5340; text-decoration:none; font-size:13.5px; border-radius:8px; transition:all .2s ease;}
.mega-item:hover{background:var(--sage-light); color:var(--forest); transform:translateX(4px);}
.mega-item i{width:18px; font-size:13px; color:var(--sage);}
.mega-item .badge{margin-left:auto; font-size:9.5px; color:#fff; padding:2px 7px; border-radius:10px; font-weight:700;}
.badge.new{background:var(--sage);}
.badge.hot{background:var(--berry);}
.mega-featured{background:linear-gradient(155deg, var(--sage-light), #cfe0bc); border-radius:14px; padding:20px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; gap:8px;}
.mega-featured h4{font-size:16px; color:var(--forest-2);}
.mega-featured p{color:#586550; font-size:13px;}
.mega-featured .btn-shop{background:var(--forest); color:var(--cream); padding:8px 18px; border-radius:50px; font-size:12.5px; font-weight:700;}

.mega-menu-mobile{display:none;}
.mega-menu-mobile .mega-col-title{padding:12px 15px; background:var(--sage-light); border-radius:10px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; margin-bottom:0; border-bottom:none; transition:background .2s ease;}
.mega-menu-mobile .mega-col-title:active{background:#cfdcbc;}
.mega-menu-mobile .toggle-icon{transition:transform .3s var(--ease);}
.mega-menu-mobile .mega-col-title.active .toggle-icon{transform:rotate(45deg);}
.mega-menu-mobile .mega-items{display:grid; grid-template-rows:0fr; opacity:0; transition:grid-template-rows .32s var(--ease), opacity .25s ease;}
.mega-menu-mobile .mega-items > div{overflow:hidden;}
.mega-menu-mobile .mega-items.open{grid-template-rows:1fr; opacity:1;}
.mega-menu-mobile .mega-item{padding:11px 15px 11px 30px; border-bottom:1px solid var(--cream-2);}

/* =========================================================
MOBILE DRAWER — FIXED / CLEAN / NO LAYOUT BREAK
========================================================= */

@media (max-width:900px){

    /* Header mobile */
    .header{
    /*
     * backdrop-filter trên ancestor có thể gây vấn đề
     * với position:fixed của drawer trên một số browser.
     */
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    }
    
    .header-container{
    min-height:64px;
    height:auto;
    padding:10px 16px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:0;
    }

    .logo{
    font-size:21px;
    min-width:0;
    }
    
    .menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-left:auto;
    padding:0;
    flex:0 0 42px;
    border-radius:10px;
    background:transparent;
    color:var(--forest);
    }
    
    .menu-toggle:hover{
    background:var(--sage-light);
    }
    
    .header-search{
    order:3;
    flex:0 0 100%;
    width:100%;
    max-width:none;
    margin:8px 0 2px;
    }

    /* =========================================
     OVERLAY
     ========================================= */
    
    .drawer-overlay{
    position:fixed;
    inset:0;
    width:100vw;
    height:100dvh;
    
    background:rgba(20,26,15,.48);
    
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    
    transition:
      opacity .28s ease,
      visibility .28s ease;
    
    z-index:9998;
    }
    
    .drawer-overlay.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    }
    
    /* =========================================
     SIDEBAR
     ========================================= */
    
    .main-nav{
    position:fixed;
    
    top:0;
    right:0;
    bottom:0;
    
    /*
     * Không dùng 87% nữa.
     * Sidebar đủ rộng để dễ thao tác nhưng không
     * chiếm gần toàn bộ màn hình.
     */
    width:min(340px, 84vw);
    max-width:340px;
    min-width:0;
    
    height:100dvh;
    
    margin:0;
    padding:0;
    
    background:var(--white);
    
    z-index:9999;
    
    /*
     * Drawer nằm ngoài layout document.
     */
    transform:translate3d(100%,0,0);
    
    transition:
      transform .38s cubic-bezier(.16,1,.3,1);
    
    display:flex;
    flex-direction:column;
    
    overflow:hidden;
    
    /*
     * Chỉ bo góc phía bên trái.
     */
    border-radius:20px 0 0 20px;
    
    box-shadow:
      -16px 0 45px rgba(0,0,0,.18);
    
    /*
     * Ngăn mọi nội dung con làm rộng drawer.
     */
    contain:layout paint;
    }
    
    .main-nav.open{
    transform:translate3d(0,0,0);
    }

    /* =========================================
     DRAWER HEADER
     ========================================= */
    
    .drawer-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    
    flex:0 0 auto;
    
    width:100%;
    
    padding:
      calc(14px + env(safe-area-inset-top))
      16px
      14px;
    
    margin:0;
    
    background:var(--white);
    
    border-bottom:1px solid var(--cream-2);
    
    position:relative;
    
    z-index:5;
    }
    
    .drawer-header .logo{
    font-size:19px;
    min-width:0;
    white-space:nowrap;
    }
    
    .drawer-close{
    width:38px;
    height:38px;
    
    flex:0 0 38px;
    
    display:flex;
    align-items:center;
    justify-content:center;
    
    margin-left:12px;
    
    border:none;
    border-radius:50%;
    
    background:var(--sage-light);
    color:var(--forest);
    
    font-size:15px;
    
    cursor:pointer;
    
    transition:
      background .2s ease,
      transform .2s ease;
    }
    
    .drawer-close:active{
    transform:scale(.94);
    background:#cfdcbc;
    }
    
    /* =========================================
     NAV SCROLL AREA
     ========================================= */
    
    .nav-list{
    display:flex;
    flex-direction:column;
    
    flex:1 1 auto;
    
    width:100%;
    min-width:0;
    
    gap:0;
    
    margin:0;
    padding:
      6px 12px
      calc(24px + env(safe-area-inset-bottom));
    
    overflow-y:auto;
    overflow-x:hidden;
    
    overscroll-behavior:contain;
    
    -webkit-overflow-scrolling:touch;
    
    scrollbar-width:thin;
    }
    
    .nav-item{
    width:100%;
    min-width:0;
    position:relative;
    }
    
    /* =========================================
     MAIN NAV LINK
     ========================================= */
    
    .nav-link{
    width:100%;
    min-width:0;
    
    min-height:48px;
    
    display:flex;
    align-items:center;
    justify-content:space-between;
    
    gap:10px;
    
    padding:13px 8px;
    
    border-bottom:1px solid var(--cream-2);
    border-radius:0;
    
    color:var(--forest);
    
    font-size:14px;
    font-weight:600;
    
    white-space:normal;
    overflow-wrap:anywhere;
    
    background:transparent;
    
    transition:
      background .2s ease,
      color .2s ease;
    }
    
    .nav-link:hover,
    .nav-item.active > .nav-link{
    background:transparent;
    color:var(--forest);
    }
    
    .nav-link .arrow-icon{
        flex:0 0 auto;
        transition:transform .25s ease;
        display:none;
    }
    
    .nav-item.active > .nav-link .arrow-icon{
    transform:rotate(180deg);
    }
    
    /* =========================================
     MOBILE MEGA MENU
     ========================================= */
    
    .mega-menu{
    display:none !important;
    }
    
    .mega-menu-mobile{
    display:block;
    
    width:100%;
    max-width:100%;
    
    padding:4px 0 8px;
    
    overflow:hidden;
    }
    
    .mega-menu-mobile .mega-col{
    width:100%;
    min-width:0;
    margin-bottom:7px;
    }
    
    .mega-menu-mobile .mega-col-title{
    width:100%;
    min-height:44px;
    
    padding:11px 13px;
    
    display:flex;
    align-items:center;
    justify-content:space-between;
    
    gap:10px;
    
    background:var(--sage-light);
    
    border-radius:10px;
    
    font-size:13px;
    
    overflow:hidden;
    }
    
    .mega-menu-mobile .mega-col-title > span{
    min-width:0;
    
    display:flex;
    align-items:center;
    
    gap:8px;
    
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    }
    
    .mega-menu-mobile .toggle-icon{
    flex:0 0 auto;
    }
    
    .mega-menu-mobile .mega-items{
    width:100%;
    max-width:100%;
    
    display:grid;
    grid-template-rows:0fr;
    
    opacity:0;
    
    transition:
      grid-template-rows .28s ease,
      opacity .22s ease;
    }
    
    .mega-menu-mobile .mega-items > div{
    min-height:0;
    overflow:hidden;
    }
    
    .mega-menu-mobile .mega-items.open{
    grid-template-rows:1fr;
    opacity:1;
    }
    
    .mega-menu-mobile .mega-item{
    width:100%;
    min-width:0;
    
    display:flex;
    align-items:center;
    
    padding:10px 12px 10px 28px;
    
    border-bottom:1px solid var(--cream-2);
    
    font-size:13px;
    
    white-space:normal;
        overflow-wrap:anywhere;
        background:transparent;
    }
    
    .mega-menu-mobile .mega-item:hover{
        transform:none;
        background:var(--sage-light);
    }
    
    /* =========================================
     BODY LOCK
     ========================================= */
    
    html.drawer-open,
    body.drawer-locked{
        overflow:hidden !important;
        overscroll-behavior:none;
    }
    
    body.drawer-locked{
        touch-action:none;
    }
}


/* =============================================
VERY SMALL PHONES
============================================= */

@media (max-width:380px){

    .header-container{
        padding-left:12px;
        padding-right:12px;
    }
    .logo{
        font-size:19px;
    }
    .main-nav{
        width:88vw;
        max-width:320px;
        border-radius:16px 0 0 16px;
    }
    .drawer-header{
        padding-left:14px;
        padding-right:14px;
    }
    .nav-list{
        padding-left:10px;
        padding-right:10px;
    }

}

/* ===== HERO ===== */
.hero{position:relative; padding:76px 0 60px; overflow:hidden;}
.hero::before{
content:''; position:absolute; top:-140px; right:-160px; width:520px; height:520px;
background:radial-gradient(circle, var(--sage-light) 0%, transparent 70%); border-radius:50%; z-index:0;
}
.hero::after{
content:''; position:absolute; left:-220px; bottom:-220px; width:440px; height:440px;
background:radial-gradient(circle, rgba(214,162,76,0.16) 0%, transparent 70%); border-radius:50%; z-index:0;
}
.hero-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:60px; align-items:center; position:relative; z-index:1;}
.hero-title{font-size:clamp(34px,4.6vw,54px); line-height:1.08; margin-bottom:20px;}
.hero-title em{font-style:normal; color:var(--wheat); position:relative;}
.hero-sub{font-size:16.5px; color:#4d5645; max-width:480px; margin-bottom:30px;}
.hero-cta{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:34px;}
.hero-stats{display:flex; gap:32px;}
.hero-stat b{font-family:'Fraunces',serif; font-size:26px; color:var(--forest); display:block;}
.hero-stat span{font-size:12.5px; color:#697360;}

.hero-slider{position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:1/1; background:var(--white);}
.hero-slider .slide{position:absolute; inset:0; opacity:0; transition:opacity .7s ease; display:flex; align-items:center; justify-content:center; padding:30px;}
.hero-slider .slide.active{opacity:1;}
.hero-slider .slide img{max-height:100%; object-fit:contain; margin:auto;}
.hero-slider .slide-tag{position:absolute; bottom:24px; left:24px; background:rgba(40,54,31,0.88); color:var(--cream); padding:9px 16px; border-radius:12px; font-size:13px; font-weight:600;}
.hero-dots{position:absolute; bottom:20px; right:24px; display:flex; gap:8px; z-index:2;}
.hero-dots button{width:8px; height:8px; border-radius:50%; border:none; background:rgba(40,54,31,0.25); cursor:pointer; transition:all .25s ease;}
.hero-dots button.active{background:var(--forest); width:22px; border-radius:5px;}

/* ===== TRUST BAR ===== */
.trust-bar{background:var(--forest); padding:20px 0;}
.trust-list{display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px;}
.trust-item{display:flex; align-items:center; gap:10px; color:var(--cream); font-size:13.5px; font-weight:600;}
.trust-item i{color:var(--wheat); font-size:17px;}

/* ===== SECTION HEADS ===== */
.section{padding:84px 0;}
.section-head{max-width:640px; margin:0 auto 52px; text-align:center;}
.section-head h2{font-size:clamp(28px,3.4vw,40px); margin-bottom:14px;}
.section-head p{color:#586550; font-size:15.5px;}

/* ===== NUTRITION COMPARE ===== */
.nutri-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.nutri-card{background:var(--white); border-radius:var(--radius-md); overflow:hidden; box-shadow:0 10px 30px rgba(40,54,31,0.07);}
.nutri-photo{height:150px; background-size:cover; background-position:center;}
.nutri-body{padding:22px 22px 26px;}
.nutri-body h4{font-size:16.5px; margin-bottom:14px;}
.nutri-stats{display:flex; justify-content:space-between; gap:8px;}
.nutri-stat{text-align:center; flex:1;}
.nutri-stat b{font-family:'Fraunces',serif; font-size:19px; color:var(--forest); display:block;}
.nutri-stat span{font-size:10.5px; color:#8a8578; text-transform:uppercase; letter-spacing:.04em;}
.nutri-note{text-align:center; font-size:12px; color:#8a8578; margin-top:22px;}

/* ===== PRODUCT SHOWCASE ===== */
.product-block{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; padding:56px 0; border-bottom:1px solid var(--cream-2);}
.product-block:last-child{border-bottom:none;}
.product-block.reverse .product-gallery{order:2;}
.product-block.reverse .product-info{order:1;}

.product-gallery{position:relative;}
.gallery-main{position:relative; border-radius:var(--radius-lg); overflow:hidden; background:var(--white); box-shadow:var(--shadow); aspect-ratio:1/1;}
.gallery-main .g-slide{position:absolute; inset:0; opacity:0; transition:opacity .5s ease; display:flex;}
.gallery-main .g-slide.active{opacity:1;}
.gallery-main .g-slide img{width:100%; height:100%; object-fit:contain; padding:26px;}
.gallery-nav{position:absolute; top:50%; transform:translateY(-50%); width:38px; height:38px; border-radius:50%; background:var(--white); border:none; box-shadow:0 6px 16px rgba(0,0,0,0.12); cursor:pointer; color:var(--forest); z-index:3; display:flex; align-items:center; justify-content:center;}
.gallery-nav.prev{left:14px;} .gallery-nav.next{right:14px;}
.gallery-thumbs{display:grid; gap:10px; margin-top:14px; grid-template-columns:1fr 1fr 1fr 1fr; width:100%;}
.gallery-thumbs img{width:100%; height:auto; object-fit:contain; background:var(--white); border-radius:10px; padding:6px; border:2px solid transparent; cursor:pointer; transition:all .2s ease;}
.gallery-thumbs img.active{border-color:var(--sage);}

.product-badge-row{display:flex; gap:8px; margin-bottom:16px;}
.p-badge{font-size:11.5px; font-weight:700; padding:5px 12px; border-radius:999px; background:var(--sage-light); color:var(--forest-2);}
.p-badge.origin{background:#F1E2C4; color:#7a5a1c;}
.product-info h3{font-size:clamp(24px,2.8vw,32px); margin-bottom:14px; line-height:1.22;}
.product-info .price{font-family:'Fraunces',serif; font-size:28px; color:var(--berry); font-weight:700; margin-bottom:16px;}
.product-info .price span{font-size:13px; color:#8a8578; font-weight:400; font-family:'Be Vietnam Pro';}
.product-desc{color:#4d5645; font-size:15px; margin-bottom:22px;}
.feature-list{display:flex; flex-direction:column; gap:11px; margin-bottom:26px;}
.feature-list li{display:flex; align-items:flex-start; gap:11px; font-size:14.5px; color:#3a4433;}
.feature-list li i{color:var(--sage); margin-top:3px; font-size:14px;}
.product-meta{display:flex; gap:22px; margin-bottom:26px; flex-wrap:wrap;}
.p-meta-item{font-size:13px; color:#6b7360;}
.p-meta-item b{display:block; color:var(--forest); font-size:13.5px; font-family:'Be Vietnam Pro'; font-weight:700;}
.product-actions{display:flex; gap:12px; flex-wrap:wrap;}

/* ===== COMBO ===== */
.combo-wrap{background:linear-gradient(155deg, var(--forest), var(--forest-2)); border-radius:var(--radius-lg); padding:54px; display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; position:relative; overflow:hidden;}
.combo-wrap::before{content:''; position:absolute; top:-100px; right:-100px; width:280px; height:280px; background:radial-gradient(circle, rgba(214,162,76,0.18), transparent 70%); border-radius:50%;}
.combo-copy .eyebrow{background:rgba(255,255,255,0.12); color:var(--wheat);}
.combo-copy h2{color:var(--cream); font-size:clamp(26px,3.2vw,36px); margin-bottom:14px;}
.combo-copy p{color:#c9d2bd; font-size:15px; margin-bottom:26px;}
.combo-list{display:flex; flex-direction:column; gap:12px; margin-bottom:28px;}
.combo-list li{display:flex; justify-content:space-between; color:#dfe6d1; font-size:14px; padding-bottom:12px; border-bottom:1px dashed rgba(255,255,255,0.18);}
.combo-list li b{color:var(--cream); font-weight:600;}
.combo-card{background:var(--cream); border-radius:20px; padding:32px; text-align:center; position:relative; z-index:1;}
.combo-card .save-badge{position:absolute; top:-14px; right:24px; background:var(--berry); color:var(--cream); font-size:12px; font-weight:700; padding:7px 16px; border-radius:999px;}
.combo-old{font-size:15px; color:#a89f8c; text-decoration:line-through;}
.combo-new{font-family:'Fraunces',serif; font-size:38px; color:var(--forest); font-weight:700; margin:6px 0 18px;}
.combo-new span{font-size:14px; color:#8a8578; font-weight:400; font-family:'Be Vietnam Pro';}

/* ===== ORDER FORM ===== */
.order-box{background:var(--white); border-radius:var(--radius-lg); padding:44px; box-shadow:var(--shadow);}
.order-table-wrap{overflow-x:auto; margin-bottom:22px; border-radius:14px;}
.order-table{width:100%; border-collapse:collapse; min-width:560px;}
.order-table th{text-align:left; font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:#8a8578; padding:10px 12px; border-bottom:2px solid var(--cream-2); white-space:nowrap;}
.order-table td{padding:14px 12px; border-bottom:1px solid var(--cream-2); font-size:14px; vertical-align:middle;}
.order-select{width:100%; padding:11px 12px; border:1.5px solid var(--sage-light); border-radius:10px; font-family:'Be Vietnam Pro'; font-size:13.5px; background:var(--white); outline:none; transition:border-color .2s ease;}
.order-select:focus{border-color:var(--sage);}
.order-select option:disabled{color:#c7c2b3;}
.qty-input{width:72px; padding:11px; border:1.5px solid var(--sage-light); border-radius:10px; font-size:13.5px; text-align:center; outline:none; transition:border-color .2s ease;}
.qty-input:focus{border-color:var(--sage);}
.price-cell{font-weight:700; color:var(--forest); white-space:nowrap;}
.combo-wrap-form{margin-bottom:22px;}
.combo-rows{display:flex; flex-direction:column; margin-bottom:18px;}
.combo-row{display:flex; flex-wrap:wrap; align-items:center; gap:12px; padding:14px 0; border-bottom:1px solid var(--cream-2);}
.combo-row:last-child{border-bottom:none;}
.combo-row-label{flex:0 0 auto; font-size:11.5px; font-weight:700; color:#8a8578; text-transform:uppercase; letter-spacing:.04em; min-width:76px;}
.combo-row select.order-select{flex:1 1 220px; min-width:180px;}
.combo-row input.qty-input{flex:0 0 76px;}
.combo-row-subtotal{flex:0 0 112px; text-align:right; font-weight:700; color:var(--forest); white-space:nowrap;}
.combo-row-remove{flex:0 0 34px; width:34px; height:34px; border-radius:50%; border:1.5px solid var(--sage-light); background:var(--white); color:var(--berry); cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:13px; transition:all .2s ease;}
.combo-row-remove:hover:not(:disabled){background:var(--berry); color:var(--white); border-color:var(--berry);}
.combo-row-remove:disabled{opacity:.3; cursor:not-allowed;}
#addComboRowBtn{margin-bottom:18px;}
.combo-totals{background:var(--sage-light); border-radius:14px; padding:16px 20px; display:flex; flex-direction:column; gap:8px;}
.combo-totals-row{display:flex; justify-content:space-between; align-items:center; font-size:13.5px; color:#42492f;}
.combo-totals-row b{color:var(--forest); font-weight:700;}
.combo-totals-row.total{padding-top:10px; margin-top:2px; border-top:1px dashed rgba(40,54,31,0.18); font-size:15px; font-weight:700; color:var(--forest-2);}
.combo-totals-row.total b{font-family:'Fraunces',serif; font-size:21px; color:var(--berry);}
.combo-hint{margin:-8px 0 16px; color:var(--berry); font-size:12.5px; font-weight:600; display:none;}
.order-total-row{display:flex; justify-content:space-between; align-items:center; padding:20px 24px; background:var(--sage-light); border-radius:14px; margin-bottom:28px; font-size:15px; color:var(--forest-2); font-weight:700;}
.order-total-row b{font-family:'Fraunces',serif; font-size:26px; color:var(--berry);}
.order-customer-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:26px;}
.order-customer-grid .full-width{grid-column:1 / -1;}
.order-customer-grid input, .order-customer-grid textarea{padding:14px 16px; border:1.5px solid var(--sage-light); border-radius:12px; font-family:'Be Vietnam Pro'; font-size:14px; outline:none; transition:border-color .2s ease; width:100%;}
.order-customer-grid input:focus, .order-customer-grid textarea:focus{border-color:var(--sage);}
.order-customer-grid textarea{min-height:80px; resize:vertical;}
.field-error{border-color:var(--berry) !important;}
.order-confirm{background:var(--sage-light); border-radius:16px; padding:28px; margin-top:26px;}
.order-confirm h4{margin-bottom:10px; display:flex; align-items:center; gap:10px; font-size:17px;}
.order-confirm > p{font-size:13.5px; color:#586550; margin-bottom:16px;}
.order-summary-text{background:var(--white); border-radius:12px; padding:18px; font-size:13px; color:#3a4433; white-space:pre-wrap; margin-bottom:18px; font-family:'SFMono-Regular',Consolas,monospace; line-height:1.8;}
.order-confirm-actions{display:flex; gap:10px; flex-wrap:wrap;}

/* ===== WHY / BENEFITS ===== */
.benefits-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.benefit-card{background:var(--white); border-radius:var(--radius-md); padding:30px 24px; box-shadow:0 10px 30px rgba(40,54,31,0.06); transition:transform .25s ease;}
.benefit-card:hover{transform:translateY(-6px);}
.benefit-icon{width:52px; height:52px; border-radius:14px; background:var(--sage-light); display:flex; align-items:center; justify-content:center; margin-bottom:18px; font-size:22px; color:var(--forest);}
.benefit-card h4{font-size:17px; margin-bottom:9px;}
.benefit-card p{font-size:13.5px; color:#697360;}

/* ===== VIDEO / USAGE ===== */
.usage-section{background:var(--cream-2); border-radius:var(--radius-lg); padding:56px; display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center;}
.usage-section .section-head{text-align:left; margin:0 0 22px; max-width:100%;}
.video-frame{position:relative; border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:16/9; background:#000;}
.video-frame iframe{width:100%; height:100%; border:0;}
.usage-steps{display:flex; flex-direction:column; gap:18px;}
.usage-step{display:flex; gap:16px; align-items:flex-start;}
.usage-step .num{font-family:'Fraunces',serif; font-size:20px; color:var(--wheat); font-weight:700; min-width:34px;}
.usage-step h5{color:var(--forest); font-size:15.5px; margin-bottom:4px; font-family:'Be Vietnam Pro'; font-weight:700;}
.usage-step p{color:#586550; font-size:13.5px;}

/* ===== LIFESTYLE GALLERY ===== */
.life-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr; grid-template-rows:1fr 1fr; gap:16px; height:520px;}
.life-item{position:relative; border-radius:20px; overflow:hidden; background-size:cover; background-position:center;}
.life-item.big{grid-row:1 / span 2;}
.life-item::after{content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(20,26,15,0.65), transparent 55%);}
.life-item span{position:absolute; left:16px; bottom:14px; color:var(--cream); font-size:13px; font-weight:600; z-index:1;}

/* ===== TESTIMONIALS ===== */
.testi-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.testi-card{background:var(--white); border-radius:var(--radius-md); padding:28px; box-shadow:0 10px 30px rgba(40,54,31,0.06);}
.testi-stars{color:var(--wheat); font-size:13px; margin-bottom:14px;}
.testi-text{font-size:14.5px; color:#42492f; margin-bottom:20px; min-height:80px;}
.testi-person{display:flex; align-items:center; gap:12px;}
.testi-avatar{width:42px; height:42px; border-radius:50%; background:var(--sage-light); color:var(--forest-2); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; font-family:'Fraunces',serif;}
.testi-person b{font-size:13.5px; display:block; color:var(--forest);}
.testi-person span{font-size:12px; color:#8a8578;}

/* ===== FAQ ===== */
.faq-list{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px;}
.faq-item{background:var(--white); border-radius:16px; overflow:hidden; box-shadow:0 6px 18px rgba(40,54,31,0.05);}
.faq-q{display:flex; justify-content:space-between; align-items:center; padding:20px 24px; cursor:pointer; font-weight:700; font-size:14.5px; color:var(--forest);}
.faq-q i{transition:transform .3s ease; color:var(--sage);}
.faq-item.open .faq-q i{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .35s ease;}
.faq-a p{padding:0 24px 20px; font-size:13.5px; color:#586550;}
.faq-item.open .faq-a{max-height:200px;}

/* ===== FINAL CTA ===== */
.final-cta{background:linear-gradient(135deg, var(--sage-light), var(--cream-2)); border-radius:var(--radius-lg); padding:64px 40px; text-align:center; position:relative; overflow:hidden;}
.final-cta h2{font-size:clamp(26px,3.6vw,38px); margin-bottom:14px;}
.final-cta p{color:#4d5645; max-width:480px; margin:0 auto 30px;}

/* ===== FOOTER ===== */
.footer{background:var(--forest); color:#c9d2bd; padding:60px 0 90px; margin-top:40px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px;}
.footer-logo{font-family:'Fraunces',serif; font-size:22px; color:var(--cream); margin-bottom:14px;}
.footer-col h5{color:var(--cream); font-size:14px; margin-bottom:16px; font-family:'Be Vietnam Pro'; font-weight:700;}
.footer-col li{margin-bottom:10px; font-size:13.5px;}
.footer-col a:hover{color:var(--wheat);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1); padding-top:22px; text-align:center; font-size:12.5px; color:#93a082;}

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta{
position:fixed; left:0; right:0; bottom:0; z-index:900;
background:var(--white); border-top:1px solid var(--cream-2);
padding:12px 18px; display:none; align-items:center; justify-content:space-between; gap:14px;
box-shadow:0 -10px 30px rgba(0,0,0,0.08);
transform:translateY(100%); transition:transform .35s var(--ease);
}
.sticky-cta.show{transform:translateY(0);}
.sticky-cta .info b{display:block; font-size:13.5px; color:var(--forest);}
.sticky-cta .info span{font-size:11.5px; color:#8a8578;}
@media (max-width:640px){ .sticky-cta{display:flex;} body{padding-bottom:0;} }

@media (max-width:900px){
    .hero-grid{grid-template-columns:1fr; gap:36px;}
    .product-block, .product-block.reverse{grid-template-columns:1fr; gap:30px;}
    .product-block.reverse .product-gallery, .product-block.reverse .product-info{order:0;}
    .benefits-grid{grid-template-columns:repeat(2,1fr);}
    .nutri-grid{grid-template-columns:1fr;}
    .testi-grid{grid-template-columns:1fr;}
    .usage-section{grid-template-columns:1fr; padding:32px 24px;}
    .combo-wrap{grid-template-columns:1fr; padding:36px 26px;}
    .life-grid{grid-template-columns:1fr 1fr; grid-template-rows:180px 180px 180px; height:auto;}
    .life-item.big{grid-column:1 / span 2; grid-row:auto;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .trust-list{justify-content:center; text-align:center;}
    .order-box{padding:30px 22px;}
}
@media (max-width:520px){
    .benefits-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .hero-cta, .hero-stats{justify-content:center;}
    .hero-cta{flex-direction:column;}
    .life-grid{grid-template-columns:1fr;}
    .life-item.big{grid-column:auto;}
    .order-customer-grid{grid-template-columns:1fr;}
    .combo-row{gap:8px;}
    .combo-row select.order-select{flex:1 1 100%; order:1;}
    .combo-row-label{order:0; min-width:auto;}
    .combo-row input.qty-input{order:2;}
    .combo-row-subtotal{order:3; flex:1 1 auto; text-align:left;}
    .combo-row-remove{order:4; margin-left:auto;}
}