:root{
    --gold:#c77b05;
    --gold-dark:#a95f00;
    --gold-light:#e4ad42;
    --ink:#201711;
    --muted:#6f675f;
    --cream:#fffaf1;
    --cream-2:#fff3d7;
    --line:#e9c98f;
    --dark:#1f1711;
    --shadow:0 14px 35px rgba(69,44,14,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:94px}
body{margin:0;background:#fffdf9;color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
button{font:inherit}
svg{display:block}
.shell{width:min(1280px,calc(100% - 48px));margin:auto}

/* =========================
   HEADER
========================= */
.site-header{
    position:sticky;
    top:0;
    z-index:999;
    background:rgba(255,253,250,.96);
    border-bottom:1px solid #eee7da;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    transition:box-shadow .3s ease,background .3s ease;
}
.site-header.scrolled{box-shadow:0 10px 35px rgba(55,38,16,.10)}
.header-inner{
    min-height:94px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    transition:min-height .3s ease;
}
.site-header.scrolled .header-inner{min-height:80px}
.brand{display:flex;align-items:center;gap:12px;min-width:270px}
.brand-mark{width:44px;height:44px;color:#c68a20;display:grid;place-items:center}
.brand-mark svg{width:100%;height:100%}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font:600 28px/1 "Playfair Display",serif;letter-spacing:3px}
.brand-copy small{font-size:9px;letter-spacing:3.2px;margin-top:8px}
.desktop-nav{display:flex;align-items:center;gap:35px;margin-left:auto}
.desktop-nav a{
    font-size:14px;
    font-weight:600;
    padding:36px 0 29px;
    position:relative;
    white-space:nowrap;
    transition:color .25s ease;
}
.desktop-nav a:after{
    content:"";
    position:absolute;
    height:2px;
    background:linear-gradient(90deg,var(--gold-dark),var(--gold-light));
    left:50%;
    right:50%;
    bottom:22px;
    transition:left .25s ease,right .25s ease;
}
.desktop-nav a.active,.desktop-nav a:hover{color:var(--gold-dark)}
.desktop-nav a.active:after,.desktop-nav a:hover:after{left:0;right:0}
.products-nav-link{
    display:flex;
    align-items:center;
    gap:6px;
}

.products-nav-link .nav-chevron{
    width:14px;
    height:14px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;

    transition:
        transform .28s cubic-bezier(.22,.61,.36,1),
        color .25s ease;
}

/* hover */
.products-nav-link:hover .nav-chevron{
    transform:translateY(1px) rotate(180deg);
    color:var(--gold-dark);
}
.header-quote{
    display:flex;
    align-items:center;
    gap:11px;
    background:linear-gradient(90deg,#b96b00,#d98f07);
    color:#fff;
    padding:15px 23px;
    border-radius:34px;
    font-size:14px;
    font-weight:700;
    box-shadow:0 12px 28px rgba(184,110,0,.22);
    transition:transform .25s ease,box-shadow .25s ease;
}
.header-quote:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(184,110,0,.27)}
.header-quote svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-quote .arrow-icon{width:17px}
.menu-toggle,.mobile-nav,.mobile-overlay{display:none}

/* =========================
   HERO
========================= */
.hero{
    height: 530px;
    min-height: 530px;
    display: grid;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    background: #fff9ef;
}

.hero-left{
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    /* background:
        radial-gradient(circle at 78% 42%, rgba(229,172,58,.16), transparent 36%),
        linear-gradient(145deg,#fffefb 0%,#fffaf2 55%,#fff0d3 100%); */
}

.hero-left:after{
    content:"";
    position:absolute;
    inset:0;
    /* background:
        radial-gradient(circle at 75% 34%,rgba(238,182,55,.20),transparent 36%),
        linear-gradient(120deg,transparent 68%,rgba(255,224,157,.25)); */
    pointer-events:none;
}
.hero-content{
    width:min(540px,calc(100% - 56px));
    /* padding:58px 0 36px; */
    position:relative;
    z-index:3;
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    border:1.5px solid #d59322;
    border-radius:999px;
    padding:8px 14px;
    color:#a95f00;
    font-size:13px;
    font-weight:700;
    background:rgba(255,255,255,.72);
}
.eyebrow svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.hero h1{
    font:600 62px/.95 "Playfair Display",serif;
    letter-spacing:-1.6px;
    margin:19px 0 18px;
}
.hero h1 em{font-style:normal;color:#bb6b00}
.gold-rule{width:60px;height:2px;background:linear-gradient(90deg,#b76600,#d89d29);margin:18px 0 17px}
.hero p{font-size:17px;line-height:1.55;color:#5e574f;margin:0 0 30px}
.hero-actions{display:flex;gap:18px}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:52px;
    padding:0 28px;
    border-radius:30px;
    font-weight:700;
    font-size:14px;
    transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.btn svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.btn-gold{
    background:linear-gradient(90deg,#b86b02,#d98e06);
    color:#fff;
    box-shadow:0 11px 25px rgba(178,105,2,.20)
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(178,105,2,.26)}
.btn-outline{border:1.5px solid #c97d07;background:rgba(255,255,255,.78)}
.btn-outline:hover{transform:translateY(-2px);background:#fff}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}
.feature-item{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.25}
.round-icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border:1px solid #ead1a5;
    border-radius:50%;
    background:#fffaf0;
    display:grid;
    place-items:center;
    color:#bc7206;
    box-shadow:0 8px 18px rgba(167,97,0,.08);
}
.round-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.65;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.hero-visual{
    position: relative;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.hero-visual img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* remove old overlay */
.hero-visual::after{
    display: none;
}

/* image itself already has gold curve */
.hero-gold-slice{
    display: none;
}

/* =========================
   COMMON SECTIONS
========================= */
.section{padding:62px 0}
.products{background:#fffdfa}
.section-head{text-align:center;margin-bottom:30px}
.section-head h2,.projects-heading h2{font:600 39px/1.1 "Playfair Display",serif;margin:6px 0 8px}
.section-head p{color:var(--muted);margin:0;font-size:14px}
.mini-title{display:flex;align-items:center;justify-content:center;gap:13px;color:#bd7107;font-size:12px;font-weight:700;letter-spacing:1.1px}
.mini-title span{width:62px;height:1px;background:#ddba78}
.small-label{color:#b96f07;font-size:12px;font-weight:700;letter-spacing:1px}

/* =========================
   PRODUCTS + AUTO SLIDER
========================= */
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.product-card{
    background:#fff;
    border:1px solid #efdec1;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 26px rgba(70,52,25,.08);
    transition:transform .25s ease,box-shadow .25s ease;
}
.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 34px rgba(70,52,25,.12)}
.product-media{
    height:210px;
    position:relative;
    overflow:hidden;
    background:#eee8dd;
}
.product-track{
    height:100%;
    display:flex;
    transition:transform .65s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
}
.product-track img{
    flex:0 0 100%;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}
.product-card:hover .product-track img{transform:scale(1.025)}
.slider-arrow{
    position:absolute;
    top:50%;
    width:32px;
    height:32px;
    border:1px solid rgba(255,255,255,.62);
    border-radius:50%;
    background:rgba(23,17,12,.62);
    color:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
    opacity:0;
    transform:translateY(-50%) scale(.88);
    transition:.25s ease;
    z-index:3;
}
.slider-arrow svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.slider-prev{left:9px}
.slider-next{right:9px}
.product-card:hover .slider-arrow{opacity:1;transform:translateY(-50%) scale(1)}
.slider-dots{
    position:absolute;
    left:50%;
    bottom:9px;
    transform:translateX(-50%);
    z-index:4;
    display:flex;
    gap:5px;
    padding:5px 7px;
    border-radius:20px;
    background:rgba(15,11,7,.25);
    backdrop-filter:blur(7px);
}
.slider-dots button{
    width:6px;
    height:6px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.58);
    padding:0;
    cursor:pointer;
    transition:.25s ease;
}
.slider-dots button.active{width:17px;border-radius:8px;background:#fff}
.product-copy{position:relative;min-height:138px;padding:15px 14px 16px}
.product-copy h3{font:600 18px/.93 "Playfair Display",serif;margin:0 0 11px}
.product-copy p{font-size:10.5px;line-height:1.45;color:#6e655c;padding-right:18px;margin:0}
.product-copy>a{
    position:absolute;
    right:11px;
    bottom:12px;
    width:30px;
    height:30px;
    border:1.5px solid #d0840a;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#c37400;
    transition:.25s ease;
}
.product-copy>a:hover{background:#c77b05;color:#fff}
.product-copy>a svg{
    width:15px;
    height:15px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.center-action{text-align:center;margin-top:25px}

/* =========================
   WHY
========================= */
.why{
    min-height:410px;
    display:grid;
    grid-template-columns:49% 51%;
    background:linear-gradient(90deg,#fff7e8 0%,#fff1d5 49%,#fff 49%);
    overflow:hidden;
}
.why-copy{
    padding:46px max(42px,calc((100vw - 1280px)/2 + 36px)) 40px max(42px,calc((100vw - 1280px)/2 + 36px));
}
.why-copy h2{font:600 45px/.98 "Playfair Display",serif;margin:10px 0 8px}
.why-copy h2 em{font-style:normal;color:#b96b00}
.why-copy p{font-size:13px;line-height:1.5;color:#665d54}
.stats-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px}
.stats-mini>div{
    min-height:139px;
    background:rgba(255,255,255,.67);
    border:1px solid #e8c998;
    border-radius:10px;
    text-align:center;
    padding:16px 6px;
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:.25s ease;
}
.stats-mini>div:hover{transform:translateY(-4px);background:#fff;box-shadow:0 12px 24px rgba(147,91,12,.10)}
.stat-icon{width:30px;height:30px;color:#bf7104}
.stat-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.stats-mini strong{font:600 25px/1.1 "Playfair Display",serif;color:#ad6500;margin:10px 0 4px}
.stats-mini small{font-size:10px}
.why-visual{position:relative;min-height:410px;overflow:hidden}
.why-visual img{height:100%;object-fit:cover}
.why-visual:after{content:"";position:absolute;left:0;top:0;bottom:0;width:54px;background:linear-gradient(90deg,#fff1d5,transparent)}
.script-note{position:absolute;right:9%;top:31px;font:italic 28px/1.2 "Playfair Display",serif;transform:rotate(-7deg);text-align:center}
.script-note span{display:grid;place-items:center;color:#c47a07;margin-top:6px}
.script-note svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* =========================
   APPLICATIONS
========================= */
.applications{padding-top:37px;padding-bottom:30px}
.section-head.compact{margin-bottom:20px}
.section-head.compact h2{font-size:34px}
.application-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}
.application-card{height:145px;position:relative;border-radius:13px;overflow:hidden;box-shadow:0 8px 20px rgba(30,24,16,.13)}
.application-card img{height:100%;object-fit:cover;transition:transform .4s ease}
.application-card:hover img{transform:scale(1.055)}
.shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(20,16,12,.90) 100%)}
.application-label{position:absolute;left:11px;bottom:12px;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;gap:8px}
.application-label span{width:23px;height:23px;color:#d8951e}
.application-label svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* =========================
   PROJECTS
========================= */
.projects{padding-top:18px;padding-bottom:26px}
.projects-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}
.projects-heading h2{font-size:31px;margin:4px 0 0}
.btn-small{min-height:38px;padding:0 21px;font-size:10px}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.project-card{height:143px;border-radius:7px;overflow:hidden}
.project-card img{height:100%;object-fit:cover;transition:transform .35s ease}
.project-card:hover img{transform:scale(1.045)}
.testimonial-bar{
    margin-top:16px;
    min-height:110px;
    border:1px solid #e8c98f;
    background:linear-gradient(110deg,#fffaf1,#fff0d0);
    border-radius:24px;
    display:grid;
    grid-template-columns:1.9fr repeat(3,1fr);
    align-items:center;
    overflow:hidden;
}
.quote-block{display:flex;gap:20px;padding:18px 30px}
.quote-mark{font:700 48px/1 "Playfair Display",serif;color:#d79721}
.quote-block p{font-size:11px;margin:0 0 4px}
.stars{color:#df8c00;font-size:12px;letter-spacing:1px}
.quote-block small{font-size:9px}
.big-stat{height:76px;border-left:1px solid #dfbd7b;display:flex;flex-direction:column;align-items:center;justify-content:center}
.big-stat strong{font:600 27px/1 "Playfair Display",serif;color:#ad6400}
.big-stat span{font-size:9px;margin-top:8px}

/* =========================
   CTA
========================= */
.bottom-cta{position:relative;background:linear-gradient(90deg,#fff2d6,#ffe9b9,#fff2d6);padding:20px 0 22px;overflow:hidden}
.cta-inner{display:flex;align-items:center;justify-content:center;gap:58px;position:relative;z-index:2}
.cta-inner h2{font:600 29px/1.1 "Playfair Display",serif;margin:0 0 4px}
.cta-inner p{font-size:11px;color:#796f63;margin:0}
.cta-actions{display:flex;gap:12px}
.cta-actions .btn{min-height:47px;font-size:12px}
.leaf-decoration{position:absolute;width:86px;height:86px;color:#3d8f32;bottom:-26px;opacity:.92}
.leaf-decoration svg{width:100%;height:100%;fill:currentColor}
.leaf-left{left:-15px;transform:rotate(-18deg)}
.leaf-right{right:-15px;transform:scaleX(-1) rotate(-18deg)}

/* =========================
   FOOTER
========================= */
.footer{background:#201812;color:#fff;padding:38px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.45fr .8fr 1.15fr 1.35fr 1fr;gap:30px;align-items:start}
.footer-logo{display:flex;align-items:center;gap:11px}
.footer-logo .brand-mark{color:#d29b37;width:50px;height:50px}
.footer-logo b{display:block;font:600 27px/1 "Playfair Display",serif;letter-spacing:2px}
.footer-logo small{display:block;font-size:9px;letter-spacing:2.3px;margin-top:6px}
.footer-brand p{color:#d1c7bb;font-size:14px;margin:14px 0}
.socials{display:flex;gap:11px}
.socials a{
    width:44px;
    height:44px;
    border:1px solid #9c793e;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#e4b962;
    transition:.25s ease;
}
.socials a:hover{background:#d08b17;color:#fff;border-color:#d08b17;transform:translateY(-3px)}
.socials svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-col h4{color:#d9972c;font-size:15px;margin:0 0 11px}
.footer-col a,.footer-col p{display:block;color:#e5ddd4;font-size:13px;line-height:1.8;margin:0;transition:color .2s ease}
.footer-col a:hover{color:#efb552}
.contact-col p{display:flex;align-items:flex-start;gap:8px;margin-bottom:5px}
.contact-col p svg{width:16px;height:16px;flex:0 0 16px;margin-top:4px;fill:none;stroke:#dfa341;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.green-card{border:1px solid #a77b36;border-radius:10px;padding:16px;display:flex;align-items:center;gap:12px;font-size:13px}
.green-card strong{font-size:14px;color:#efbc59}
.eco-icon{width:48px;height:48px;border:2px solid #d59526;border-radius:50%;display:grid;place-items:center;color:#d59526}
.eco-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:15px;display:flex;justify-content:space-between;color:#bdb2a8;font-size:11.5px}

/* =========================
   REVEAL
========================= */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}

/* =========================
   TABLET
========================= */
@media(max-width:1050px){
    .desktop-nav{gap:20px}
    .desktop-nav a{font-size:12px}
    .header-quote{padding:13px 18px}
    .brand{min-width:220px}
    .brand-copy b{font-size:23px}
    .hero h1{font-size:52px}
    .hero-content{width:calc(100% - 44px)}
    .hero-features{grid-template-columns:repeat(2,1fr)}
    .product-grid{grid-template-columns:repeat(3,1fr)}
    .application-grid{grid-template-columns:repeat(3,1fr)}
    .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
    .green-card{grid-column:auto}
    .why-copy{padding-left:32px;padding-right:28px}
}

/* =========================
   MOBILE
========================= */
@media(max-width:760px){
    html{scroll-padding-top:72px}
    .shell{width:min(100% - 32px,1280px)}
    .site-header{background:rgba(255,253,248,.96)}
    .header-inner{min-height:70px}
    .site-header.scrolled .header-inner{min-height:64px}
    .brand{min-width:0}
    .brand-mark{width:34px;height:34px}
    .brand-copy b{font-size:18px;letter-spacing:1.8px}
    .brand-copy small{font-size:6px;letter-spacing:1.7px;margin-top:5px}
    .desktop-nav,.header-quote{display:none}

    .menu-toggle{
        display:flex;
        width:42px;
        height:42px;
        border:1px solid #ecd8b4;
        background:#fff8ea;
        border-radius:50%;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:5px;
        padding:9px;
        cursor:pointer;
        position:relative;
        z-index:1002;
        transition:.25s ease;
    }
    .menu-toggle span{
        height:2px;
        background:#211a15;
        width:100%;
        border-radius:5px;
        transition:transform .32s ease,opacity .25s ease,width .25s ease;
        transform-origin:center;
    }
    .menu-toggle.is-open{background:#c77b05;border-color:#c77b05}
    .menu-toggle.is-open span{background:#fff}
    .menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
    .menu-toggle.is-open span:nth-child(2){opacity:0;width:0}
    .menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

    .mobile-overlay{
        display:block;
        position:fixed;
        inset:0;
        top:0;
        background:rgba(24,16,8,.52);
        backdrop-filter:blur(6px);
        -webkit-backdrop-filter:blur(6px);
        opacity:0;
        visibility:hidden;
        transition:.35s ease;
        z-index:1000;
    }
    .mobile-overlay.open{opacity:1;visibility:visible}

    .mobile-nav{
        display:flex;
        position:fixed;
        z-index:1001;
        top:0;
        right:0;
        bottom:0;
        width:min(88vw,370px);
        background:linear-gradient(160deg,#fffefa 0%,#fff7e8 58%,#ffebbd 100%);
        padding:24px 20px 24px;
        flex-direction:column;
        transform:translateX(105%);
        transition:transform .45s cubic-bezier(.22,.61,.36,1);
        box-shadow:-18px 0 45px rgba(34,22,8,.20);
        overflow-y:auto;
    }
    .mobile-nav.open{transform:translateX(0)}
    .mobile-nav:before{
        content:"";
        position:absolute;
        width:180px;
        height:180px;
        border-radius:50%;
        right:-75px;
        top:-70px;
        background:radial-gradient(circle,#f5cd75 0%,rgba(245,205,117,.06) 70%);
        pointer-events:none;
    }
    .mobile-nav-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;position:relative}
    .mobile-kicker{display:block;color:#b56b05;font-size:9px;letter-spacing:2.2px;font-weight:700;margin-bottom:3px}
    .mobile-nav-top strong{font:600 29px/1 "Playfair Display",serif}
    .mobile-close{
        width:40px;
        height:40px;
        border:1px solid #e8c897;
        border-radius:50%;
        background:rgba(255,255,255,.65);
        color:#7e4a00;
        display:grid;
        place-items:center;
        cursor:pointer;
    }
    .mobile-close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
    .mobile-menu-links{display:flex;flex-direction:column;gap:8px}
    .mobile-menu-links a{
        min-height:66px;
        padding:10px 12px;
        border:1px solid rgba(214,165,84,.35);
        background:rgba(255,255,255,.60);
        border-radius:16px;
        display:grid;
        grid-template-columns:44px 1fr auto;
        align-items:center;
        gap:11px;
        opacity:0;
        transform:translateX(25px);
        transition:transform .35s ease,opacity .35s ease,background .25s ease,border .25s ease;
    }
    .mobile-nav.open .mobile-menu-links a{opacity:1;transform:none}
    .mobile-nav.open .mobile-menu-links a:nth-child(1){transition-delay:.06s}
    .mobile-nav.open .mobile-menu-links a:nth-child(2){transition-delay:.10s}
    .mobile-nav.open .mobile-menu-links a:nth-child(3){transition-delay:.14s}
    .mobile-nav.open .mobile-menu-links a:nth-child(4){transition-delay:.18s}
    .mobile-nav.open .mobile-menu-links a:nth-child(5){transition-delay:.22s}
    .mobile-nav.open .mobile-menu-links a:nth-child(6){transition-delay:.26s}
    .mobile-menu-links a:hover{background:#fff;border-color:#d89a35}
    .menu-icon{
        width:42px;
        height:42px;
        border-radius:50%;
        background:#fff4db;
        color:#bd7206;
        display:grid;
        place-items:center;
    }
    .menu-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
    .mobile-menu-links b{display:block;font-size:13px}
    .mobile-menu-links small{display:block;color:#8a7a67;font-size:9px;margin-top:2px}
    .mobile-menu-links i{font-style:normal;color:#b86b00;font-size:18px}
    .mobile-quote{
        margin-top:auto;
        min-height:52px;
        border-radius:28px;
        background:linear-gradient(90deg,#b86b02,#d98e06);
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:12px;
        font-size:13px;
        font-weight:700;
        box-shadow:0 12px 26px rgba(178,105,2,.22);
    }
    .mobile-quote svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .mobile-quote span{margin-left:4px}

    .hero{display:block;min-height:0}
    .hero-content{width:auto;padding:35px 20px 24px}
    .eyebrow{font-size:9px;padding:6px 9px}
    .eyebrow svg{width:13px;height:13px}
    .hero h1{font-size:44px;line-height:.98;margin-top:16px}
    .hero p{font-size:12.5px;margin-bottom:22px}
    .desktop-only{display:none}
    .hero-actions{gap:10px;flex-wrap:wrap}
    .hero-actions .btn{min-height:44px;padding:0 17px;font-size:11px;gap:10px}
    .hero-features{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}
    .feature-item{font-size:9px}
    .round-icon{width:40px;height:40px;flex-basis:40px}
    .round-icon svg{width:20px;height:20px}
    .hero-visual{height:0px}
    .hero-gold-slice{left:-39px;top:-42px;width:70px;height:450px}

    .section{padding:42px 0}
    .section-head h2{font-size:31px}
    .section-head p{font-size:11px}
    .mini-title{font-size:10px}
    .mini-title span{width:40px}

    .product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
    .product-media{height:120px}
    .slider-arrow{display:none}
    .slider-dots{bottom:7px;padding:4px 6px}
    .product-copy{min-height:125px;padding:12px}
    .product-copy h3{font-size:15px}
    .product-copy p{font-size:9px}

    .why{display:block}
    .why-copy{padding:40px 20px;background:#fff4dd}
    .why-copy h2{font-size:37px}
    .stats-mini{grid-template-columns:repeat(2,1fr)}
    .why-visual{min-height:340px}

    .application-grid{grid-template-columns:repeat(2,1fr)}
    .application-card{height:125px}

    .projects-heading{align-items:flex-start;gap:12px}
    .projects-heading h2{font-size:28px}
    .project-grid{grid-template-columns:repeat(2,1fr)}
    .testimonial-bar{grid-template-columns:1fr 1fr}
    .quote-block{grid-column:1/-1;padding:18px 20px}
    .big-stat{border-left:0;border-top:1px solid #dfbd7b}
    .big-stat:last-child{grid-column:1/-1}

    .cta-inner{display:block;text-align:center}
    .cta-actions{justify-content:center;margin-top:16px;flex-wrap:wrap}

    .footer-grid{grid-template-columns:1fr 1fr;gap:25px}
    .footer-brand{grid-column:1/-1}
    .green-card{grid-column:1/-1}
    .footer-col a,.footer-col p{font-size:13px}
    .footer-bottom{gap:12px;flex-direction:column}
    .socials a{width:46px;height:46px}
    .socials svg{width:21px;height:21px}
}

@media(max-width:390px){
    .hero h1{font-size:39px}
    .footer-grid{grid-template-columns:1fr}
    .footer-brand,.green-card{grid-column:auto}
    .cta-actions .btn{width:100%}
    .product-grid{grid-template-columns:1fr}
    .product-media{height:210px}
}

.header-quote svg,
.btn svg,
.mobile-quote svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: none;
}

.btn .whatsapp-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: none;
    flex-shrink: 0;
}

.btn .arrow-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   PREMIUM HEADER ANIMATION
   ========================================================= */
.site-header{
    will-change:transform,box-shadow,background;
    transform:translateY(0);
    transition:transform .48s cubic-bezier(.22,.61,.36,1),
               box-shadow .3s ease,
               background .3s ease;
}
.site-header.header-hidden{transform:translateY(-110%)}

.site-header.header-animate .brand,
.site-header.header-animate .desktop-nav a,
.site-header.header-animate .header-quote,
.site-header.header-animate .menu-toggle{
    opacity:0;
    transform:translateY(-14px);
}
.site-header.header-animate.header-ready .brand,
.site-header.header-animate.header-ready .desktop-nav a,
.site-header.header-animate.header-ready .header-quote,
.site-header.header-animate.header-ready .menu-toggle{
    opacity:1;
    transform:translateY(0);
}
.site-header.header-animate .brand{
    transition:opacity .62s ease .04s,transform .62s cubic-bezier(.22,.61,.36,1) .04s;
}
.site-header.header-animate .desktop-nav a{
    transition:color .25s ease,opacity .55s ease,transform .55s cubic-bezier(.22,.61,.36,1);
}
.site-header.header-animate .desktop-nav a:nth-child(1){transition-delay:.10s}
.site-header.header-animate .desktop-nav a:nth-child(2){transition-delay:.15s}
.site-header.header-animate .desktop-nav a:nth-child(3){transition-delay:.20s}
.site-header.header-animate .desktop-nav a:nth-child(4){transition-delay:.25s}
.site-header.header-animate .desktop-nav a:nth-child(5){transition-delay:.30s}
.site-header.header-animate .desktop-nav a:nth-child(6){transition-delay:.35s}
.site-header.header-animate .header-quote{
    transition:opacity .55s ease .42s,
               transform .55s cubic-bezier(.22,.61,.36,1) .42s,
               box-shadow .25s ease;
}
.site-header.header-animate .menu-toggle{
    transition:opacity .5s ease .16s,transform .5s cubic-bezier(.22,.61,.36,1) .16s,
               background .25s ease,border-color .25s ease;
}

/* Premium animated light sweep */
.site-header:after{
    content:"";
    position:absolute;
    left:-25%;
    bottom:-1px;
    width:22%;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--gold-light),transparent);
    opacity:0;
    pointer-events:none;
}
.site-header.header-ready:after{
    animation:headerGoldSweep 1.45s ease .35s 1 both;
}
@keyframes headerGoldSweep{
    0%{left:-25%;opacity:0}
    20%{opacity:1}
    100%{left:105%;opacity:0}
}

/* =========================================================
   APPLICATIONS — CONTINUOUS DESKTOP SLIDER
   ========================================================= */
.application-viewport{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:4px 0 10px;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
}
.application-grid{
    display:flex;
    grid-template-columns:none;
    width:max-content;
    gap:12px;
    will-change:transform;
    animation:applicationsMarquee 28s linear infinite;
}
.application-card{
    flex:0 0 clamp(190px,16vw,250px);
    width:clamp(190px,16vw,250px);
    height:158px;
}
.application-card img{
    transform:scale(1.001);
}
.application-card:hover img{transform:scale(1.07)}

@keyframes applicationsMarquee{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(calc(-50% - 6px),0,0)}
}

/* subtle edge gloss so section feels more premium */
.application-viewport:before,
.application-viewport:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width:34px;
    z-index:4;
    pointer-events:none;
}
.application-viewport:before{left:0;background:linear-gradient(90deg,#fffdf9,transparent)}
.application-viewport:after{right:0;background:linear-gradient(270deg,#fffdf9,transparent)}

@media(max-width:760px){
    .site-header.header-hidden{transform:translateY(-105%)}

    .applications .shell{width:100%}
    .applications .section-head{padding:0 16px}
    .application-viewport{
        width:calc(100% - 32px);
        margin:0 auto;
        overflow:hidden;
        padding:3px 0 12px;
        -webkit-mask-image:none;
        mask-image:none;
        touch-action:pan-y;
    }
    .application-viewport:before,
    .application-viewport:after{display:none}

    .application-grid{
        display:flex;
        width:auto;
        gap:12px;
        animation:none;
        transition:transform .62s cubic-bezier(.22,.61,.36,1);
    }
    .application-card{
        flex:0 0 100%;
        width:100%;
        height:210px;
        border-radius:18px;
        box-shadow:0 14px 28px rgba(30,24,16,.13);
    }
    .application-card img{height:100%;object-fit:cover}
    .application-clone{display:block}
}

@media(prefers-reduced-motion:reduce){
    .site-header,
    .site-header.header-animate .brand,
    .site-header.header-animate .desktop-nav a,
    .site-header.header-animate .header-quote,
    .site-header.header-animate .menu-toggle,
    .application-grid{
        animation:none!important;
        transition:none!important;
    }
}

/* =========================================================
   MOBILE LAYOUT FIX + PREMIUM MENU ENTRY V2
   Fixes narrow/half-page rendering seen on small screens.
   ========================================================= */
@media (max-width:760px){
    html,
    body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
    }

    .site-header,
    .header-inner,
    main,
    .hero,
    .hero-left,
    .products,
    .why,
    .applications,
    .bottom-cta,
    .footer{
        width:100%;
        max-width:100%;
    }

    /* Hero must become a true single-column mobile block. */
    .hero{
        display:block !important;
        grid-template-columns:1fr !important;
        height:auto !important;
        min-height:0 !important;
        overflow:hidden;
        background:
            radial-gradient(circle at 92% 8%,rgba(229,172,58,.15),transparent 29%),
            linear-gradient(150deg,#fffefa 0%,#fff8eb 62%,#fff0d4 100%);
    }

    .hero-left{
        display:block !important;
        width:100% !important;
        max-width:none !important;
    }

    .hero-left:after{
        display:block;
        background:linear-gradient(135deg,transparent 62%,rgba(229,172,58,.08));
    }

    .hero-content{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
        padding:38px 18px 30px !important;
    }

    .hero h1{
        font-size:clamp(39px,12.2vw,52px);
        line-height:.94;
        letter-spacing:-1.2px;
        max-width:430px;
    }

    .hero p{
        width:100%;
        max-width:430px;
        font-size:12px;
        line-height:1.55;
    }

    .hero-actions{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:9px;
    }

    .hero-actions .btn{
        width:100%;
        min-width:0;
        padding:0 11px;
        white-space:nowrap;
    }

    .hero-features{
        width:100%;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .feature-item{
        min-width:0;
    }

    .hero-visual{
        display:none !important;
        width:100% !important;
        height:0 !important;
    }

    /* Every section gets a real mobile width instead of inheriting a desktop column. */
    .products .shell,
    .applications .shell,
    .bottom-cta .shell,
    .footer .shell{
        width:calc(100% - 28px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .products{
        overflow:hidden;
    }

    .product-grid{
        width:100%;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }

    .product-card{
        width:100%;
        min-width:0;
    }

    .product-media{
        width:100%;
        height:150px;
    }

    .why-copy,
    .why-visual{
        width:100% !important;
    }

    /* ---------- Mobile menu premium entrance ---------- */
    .mobile-nav{
        perspective:1100px;
    }

    .mobile-nav-top{
        opacity:0;
        transform:translateY(-13px);
        transition:opacity .42s ease .03s,
                   transform .52s cubic-bezier(.16,1,.3,1) .03s;
    }

    .mobile-nav.open .mobile-nav-top{
        opacity:1;
        transform:translateY(0);
    }

    .mobile-menu-links a{
        opacity:0;
        transform:translate3d(34px,12px,0) scale(.94) rotateY(-7deg);
        transform-origin:right center;
        filter:blur(3px);
        transition:
            opacity .42s ease,
            transform .58s cubic-bezier(.16,1,.3,1),
            filter .42s ease,
            background .25s ease,
            border-color .25s ease,
            box-shadow .25s ease;
    }

    .mobile-nav.open .mobile-menu-links a{
        opacity:1;
        transform:translate3d(0,0,0) scale(1) rotateY(0deg);
        filter:blur(0);
    }

    .mobile-nav.open .mobile-menu-links a:nth-child(1){transition-delay:.09s}
    .mobile-nav.open .mobile-menu-links a:nth-child(2){transition-delay:.15s}
    .mobile-nav.open .mobile-menu-links a:nth-child(3){transition-delay:.21s}
    .mobile-nav.open .mobile-menu-links a:nth-child(4){transition-delay:.27s}
    .mobile-nav.open .mobile-menu-links a:nth-child(5){transition-delay:.33s}
    .mobile-nav.open .mobile-menu-links a:nth-child(6){transition-delay:.39s}

    .mobile-menu-links a:hover,
    .mobile-menu-links a:active{
        transform:translateX(-3px) scale(1.01);
        background:rgba(255,255,255,.92);
        border-color:#d99b38;
        box-shadow:0 11px 25px rgba(124,78,11,.10);
    }

    .mobile-menu-links .menu-icon{
        transform:scale(.6) rotate(-16deg);
        opacity:0;
        transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .3s ease;
    }

    .mobile-nav.open .mobile-menu-links a .menu-icon{
        transform:scale(1) rotate(0);
        opacity:1;
        transition-delay:inherit;
    }

    .mobile-menu-links a i{
        opacity:0;
        transform:translateX(-10px);
        transition:opacity .3s ease,transform .5s cubic-bezier(.16,1,.3,1);
    }

    .mobile-nav.open .mobile-menu-links a i{
        opacity:1;
        transform:translateX(0);
    }

    .mobile-quote{
        opacity:0;
        transform:translateY(18px) scale(.96);
        transition:opacity .42s ease .45s,
                   transform .58s cubic-bezier(.16,1,.3,1) .45s,
                   box-shadow .25s ease;
    }

    .mobile-nav.open .mobile-quote{
        opacity:1;
        transform:translateY(0) scale(1);
    }

    /* hamburger gets a small premium pulse only during opening */
    .menu-toggle.is-open{
        animation:menuButtonPop .42s cubic-bezier(.16,1,.3,1);
    }
}

@media(max-width:390px){
    .hero-content{padding-left:14px !important;padding-right:14px !important}
    .hero-actions{grid-template-columns:1fr 1fr}
    .hero-actions .btn{font-size:9.5px;gap:6px;padding:0 8px}
    .products .shell,
    .applications .shell,
    .bottom-cta .shell,
    .footer .shell{width:calc(100% - 20px) !important}
    .product-grid{grid-template-columns:1fr !important}
    .product-media{height:220px}
}

@keyframes menuButtonPop{
    0%{transform:scale(.88) rotate(-5deg)}
    65%{transform:scale(1.08) rotate(2deg)}
    100%{transform:scale(1) rotate(0)}
}

/* ========================================
   MOBILE MENU FULL VIEWPORT FIX
======================================== */

/* IMPORTANT:
   Never keep transform on the header parent,
   otherwise fixed mobile drawer gets trapped */
   .site-header,
   .site-header.scrolled {
       transform: none !important;
       overflow: visible !important;
   }
   
   /* animate header content instead */
   .header-inner {
       animation: headerEnter .7s cubic-bezier(.22,.61,.36,1) both;
   }
   
   @keyframes headerEnter {
       from {
           opacity: 0;
           transform: translateY(-18px);
       }
       to {
           opacity: 1;
           transform: translateY(0);
       }
   }
   
   
   /* ========================================
      MOBILE
   ======================================== */
   @media (max-width: 760px) {
   
       .site-header {
           position: sticky;
           top: 0;
           z-index: 999;
           overflow: visible !important;
       }
   
       /* overlay must cover complete screen */
       .mobile-overlay {
           display: block;
           position: fixed !important;
           inset: 0 !important;
   
           width: 100vw !important;
           height: 100dvh !important;
   
           background: rgba(28, 20, 11, .48);
           backdrop-filter: blur(7px);
           -webkit-backdrop-filter: blur(7px);
   
           opacity: 0;
           visibility: hidden;
           pointer-events: none;
   
           z-index: 9998 !important;
   
           transition:
               opacity .35s ease,
               visibility .35s ease;
       }
   
       .mobile-overlay.open {
           opacity: 1;
           visibility: visible;
           pointer-events: auto;
       }
   
   
       /* FULL HEIGHT MOBILE DRAWER */
       .mobile-nav {
           display: flex !important;
   
           position: fixed !important;
   
           top: 0 !important;
           right: 0 !important;
           bottom: auto !important;
           left: auto !important;
   
           width: min(88vw, 370px) !important;
           height: 100dvh !important;
           min-height: 100dvh !important;
           max-height: 100dvh !important;
   
           padding: 22px 18px 24px;
   
           flex-direction: column;
   
           background:
               radial-gradient(
                   circle at 100% 0%,
                   rgba(255, 211, 115, .30),
                   transparent 30%
               ),
               linear-gradient(
                   160deg,
                   #fffefa 0%,
                   #fff9ec 55%,
                   #ffedc2 100%
               );
   
           box-shadow:
               -20px 0 55px rgba(42, 27, 9, .22);
   
           overflow-x: hidden;
           overflow-y: auto;
   
           transform: translate3d(105%, 0, 0);
           visibility: hidden;
           pointer-events: none;
   
           z-index: 9999 !important;
   
           transition:
               transform .48s cubic-bezier(.22,.61,.36,1),
               visibility .48s;
       }
   
       .mobile-nav.open {
           transform: translate3d(0, 0, 0);
           visibility: visible;
           pointer-events: auto;
       }
   
   
       /* Header inside drawer */
       .mobile-nav-top {
           flex: 0 0 auto;
   
           min-height: 58px;
   
           display: flex;
           align-items: center;
           justify-content: space-between;
   
           margin-bottom: 22px;
   
           position: relative;
           z-index: 2;
       }
   
   
       /* Menu items should occupy remaining drawer */
       .mobile-menu-links {
           flex: 0 0 auto;
   
           display: flex;
           flex-direction: column;
   
           gap: 9px;
   
           width: 100%;
       }
   
   
       /* Quote stays towards bottom */
       .mobile-quote {
           margin-top: auto;
           flex: 0 0 auto;
       }
   }

   /* =====================================================
   MOBILE MENU - ABSOLUTE SCROLL LOCK
===================================================== */

@media (max-width:760px){

    html.menu-open,
    body.menu-open{
        overflow:hidden !important;
        overscroll-behavior:none !important;
        touch-action:none !important;
        width:100%;
        height:100%;
    }

    body.menu-open{
        position:fixed !important;
        inset:0;
    }

    .mobile-overlay{
        overscroll-behavior:none;
        touch-action:none;
    }

    .mobile-nav{
        height:100svh !important;
        min-height:100svh !important;
        max-height:100svh !important;

        /* drawer itself also MUST NOT scroll */
        overflow:hidden !important;
        overscroll-behavior:none !important;

        padding:14px 16px 16px !important;
    }

    .mobile-nav-top{
        min-height:48px !important;
        margin-bottom:10px !important;
    }

    .mobile-nav-top strong{
        font-size:25px !important;
    }

    .mobile-close{
        width:38px !important;
        height:38px !important;
    }

    .mobile-menu-links{
        gap:6px !important;
        flex:1 1 auto;
        min-height:0;
    }

    .mobile-menu-links a{
        min-height:52px !important;
        height:52px;
        padding:6px 9px !important;
        border-radius:14px !important;

        grid-template-columns:38px 1fr auto !important;
        gap:9px !important;
    }

    .menu-icon{
        width:36px !important;
        height:36px !important;
    }

    .menu-icon svg{
        width:17px !important;
        height:17px !important;
    }

    .mobile-menu-links b{
        font-size:12px !important;
    }

    .mobile-menu-links small{
        font-size:8px !important;
        margin-top:1px !important;
    }

    .mobile-menu-links i{
        font-size:16px !important;
    }

    .mobile-quote{
        min-height:46px !important;
        height:46px !important;
        margin-top:10px !important;
        flex:0 0 46px !important;
    }
}

/* ==========================================================
   PRODUCTS PREMIUM MEGA MENU
========================================================== */

.header-inner{
    position:relative;
}


/* Products link */
.products-nav-link{
    display:flex !important;
    align-items:center;
    gap:6px;
}

.products-nav-link .nav-chevron{
    width:13px;
    height:13px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;

    transition:
        transform .45s cubic-bezier(.16,1,.3,1),
        color .25s ease;
}

.products-nav-link.mega-open{
    color:var(--gold-dark);
}

.products-nav-link.mega-open .nav-chevron{
    transform:rotate(180deg);
}


/* ==========================================================
   MAIN SHEET
========================================================== */

.products-mega-menu{
    position:absolute;

    top:calc(100% - 3px);
    left:50%;

    width:min(1260px,calc(100vw - 48px));

    transform:
        translate3d(-50%,-18px,0)
        scale(.975);

    transform-origin:top center;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    z-index:998;

    transition:
        opacity .28s ease,
        visibility .28s ease,
        transform .55s cubic-bezier(.16,1,.3,1);

    perspective:1400px;
}


.products-mega-menu.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;

    transform:
        translate3d(-50%,0,0)
        scale(1);
}


.mega-menu-inner{
    position:relative;

    max-height:calc(100vh - 110px);
    overflow-y:auto;
    overflow-x:hidden;

    padding:28px;

    border:
        1px solid
        rgba(207,156,71,.32);

    border-radius:
        0 0 28px 28px;

    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(234,180,67,.16),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            rgba(255,254,250,.99),
            rgba(255,248,234,.99)
        );

    backdrop-filter:blur(24px);
    -webkit-backdrop-filter:blur(24px);

    box-shadow:
        0 34px 80px rgba(67,43,13,.20),
        0 4px 12px rgba(67,43,13,.07);
}


/* premium top gold line */
.mega-menu-inner::before{
    content:"";

    position:absolute;
    top:0;
    left:8%;
    right:8%;

    height:2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d69a31,
            #f0c872,
            #d69a31,
            transparent
        );

    transform:scaleX(0);

    transition:
        transform .85s
        cubic-bezier(.16,1,.3,1)
        .1s;
}

.products-mega-menu.open
.mega-menu-inner::before{
    transform:scaleX(1);
}


/* ==========================================================
   TOP
========================================================== */

.mega-menu-top{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;

    gap:35px;

    margin-bottom:22px;
    padding-bottom:20px;

    border-bottom:
        1px solid
        rgba(205,161,88,.25);
}


.mega-kicker{
    display:block;

    margin-bottom:5px;

    color:#b96f07;

    font-size:10px;
    font-weight:700;

    letter-spacing:1.7px;
}


.mega-menu-top .explore{
    margin:0;

    font:
        600 31px/1.05
        "Playfair Display",
        serif;

    color:#211812;
}


.mega-menu-top .explore em{
    font-style:normal;
    color:#bc7005;
}


.mega-menu-top p{
    max-width:520px;

    margin:
        8px 0 0;

    font-size:11px;
    line-height:1.6;

    color:#776c5f;
}


.mega-view-all{
    flex:0 0 auto;

    min-height:44px;

    padding:0 19px;

    border:
        1px solid
        #d6952d;

    border-radius:999px;

    display:flex;
    align-items:center;
    gap:12px;

    color:#a95f00;

    background:
        rgba(255,255,255,.72);

    font-size:11px;
    font-weight:700;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease;
}


.mega-view-all svg{
    width:16px;
    height:16px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;

    transition:
        transform .3s ease;
}


.mega-view-all:hover{
    transform:translateY(-2px);

    color:#fff;

    background:
        linear-gradient(
            90deg,
            #b96b00,
            #db930e
        );

    box-shadow:
        0 11px 24px
        rgba(183,105,0,.20);
}


.mega-view-all:hover svg{
    transform:translateX(4px);
}


/* ==========================================================
   PRODUCTS GRID
========================================================== */

.mega-products-grid{
    display:grid;

    grid-template-columns:
        repeat(5,minmax(0,1fr));

    gap:12px;
}


/* animation initial */
.mega-product-card{
    min-width:0;

    border:
        1px solid
        rgba(222,191,140,.52);

    border-radius:15px;

    background:
        rgba(255,255,255,.72);

    overflow:hidden;

    opacity:0;

    transform:
        translate3d(0,28px,0)
        scale(.94);

    filter:blur(4px);

    box-shadow:
        0 6px 18px
        rgba(71,50,22,.055);

    transition:
        opacity .5s ease,
        transform .65s cubic-bezier(.16,1,.3,1),
        filter .5s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


.products-mega-menu.open
.mega-product-card{
    opacity:1;

    transform:
        translate3d(0,0,0)
        scale(1);

    filter:blur(0);

    transition-delay:
        var(--mega-delay);
}


/* premium hover */
.mega-product-card:hover{
    transform:
        translateY(-7px)
        scale(1.015) !important;

    background:#fff;

    border-color:#d99a34;

    box-shadow:
        0 18px 34px
        rgba(70,45,12,.14);
}


/* ==========================================================
   PRODUCT IMAGE
========================================================== */

.mega-product-image{
    position:relative;

    height:118px;

    overflow:hidden;

    background:
        linear-gradient(
            145deg,
            #17120e,
            #050403
        );
}


.mega-product-image img{
    width:100%;
    height:100%;

    object-fit:contain;

    padding:7px;

    transition:
        transform .6s
        cubic-bezier(.16,1,.3,1),
        filter .4s ease;
}


.mega-product-card:hover
.mega-product-image img{
    transform:
        scale(1.09)
        translateY(-2px);
}


.mega-product-image::after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(10,6,2,.22)
        );

    pointer-events:none;
}


/* number */
.mega-product-number{
    position:absolute;

    top:8px;
    left:9px;

    min-width:26px;
    height:22px;

    padding:0 6px;

    display:grid;
    place-items:center;

    border:
        1px solid
        rgba(255,255,255,.28);

    border-radius:20px;

    color:#fff;

    background:
        rgba(20,13,5,.42);

    backdrop-filter:blur(6px);

    font-size:8px;
    font-weight:700;
    letter-spacing:.8px;

    z-index:2;
}


/* arrow */
.mega-product-arrow{
    position:absolute;

    right:9px;
    bottom:8px;

    width:29px;
    height:29px;

    border-radius:50%;

    display:grid;
    place-items:center;

    color:#9c5900;

    background:
        rgba(255,248,229,.94);

    transform:
        translate3d(10px,10px,0)
        scale(.75);

    opacity:0;

    z-index:3;

    transition:
        opacity .35s ease,
        transform .45s
        cubic-bezier(.16,1,.3,1);
}


.mega-product-arrow svg{
    width:14px;
    height:14px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;
}


.mega-product-card:hover
.mega-product-arrow{
    opacity:1;

    transform:
        translate3d(0,0,0)
        scale(1);
}


/* ==========================================================
   PRODUCT TEXT
========================================================== */

.mega-product-info{
    min-height:67px;

    padding:
        11px 11px 10px;
}


.mega-product-info p{
    margin:0 0 6px;

    font:
        600 13px/1.12
        "Playfair Display",
        serif;

    color:#251a12;
}


.mega-product-info span{
    color:#b36a04;

    font-size:8px;
    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.65px;
}


/* ==========================================================
   BOTTOM FEATURES
========================================================== */

.mega-menu-bottom{
    margin-top:20px;

    padding:
        15px 17px;

    border:
        1px solid
        rgba(218,178,111,.34);

    border-radius:16px;

    display:grid;

    grid-template-columns:
        repeat(3,1fr)
        auto;

    align-items:center;

    gap:15px;

    background:
        linear-gradient(
            90deg,
            #fff9ed,
            #fff1d5
        );
}


.mega-bottom-feature{
    display:flex;
    align-items:center;

    gap:10px;
}


.mega-bottom-feature > span{
    flex:0 0 35px;

    width:35px;
    height:35px;

    border-radius:50%;

    display:grid;
    place-items:center;

    color:#bd7206;

    background:#fff;

    box-shadow:
        0 6px 15px
        rgba(137,82,9,.09);
}


.mega-bottom-feature svg{
    width:18px;
    height:18px;

    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}


.mega-bottom-feature b{
    display:block;

    margin-bottom:2px;

    font-size:10px;

    color:#302319;
}


.mega-bottom-feature small{
    display:block;

    color:#887866;

    font-size:8px;
}


.mega-bottom-link{
    min-height:40px;

    padding:0 15px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:9px;

    background:
        linear-gradient(
            90deg,
            #b96b00,
            #dc920c
        );

    color:#fff;

    font-size:9px;
    font-weight:700;

    white-space:nowrap;

    box-shadow:
        0 9px 20px
        rgba(182,103,0,.18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.mega-bottom-link:hover{
    transform:translateY(-2px);

    box-shadow:
        0 13px 25px
        rgba(182,103,0,.25);
}


.mega-bottom-link svg{
    width:14px;
    height:14px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;

    transition:transform .25s ease;
}


.mega-bottom-link:hover svg{
    transform:translateX(4px);
}


/* ==========================================================
   TABLET
========================================================== */

@media(max-width:1150px){

    .products-mega-menu{
        width:
            calc(100vw - 30px);
    }

    .mega-products-grid{
        grid-template-columns:
            repeat(4,minmax(0,1fr));
    }

}


/* ==========================================================
   MOBILE - DESKTOP MEGA MENU DISABLED
========================================================== */

@media(max-width:760px){

    .products-mega-menu{
        display:none !important;
    }

}

/* hide mega menu scrollbar */
.mega-menu-inner{
    overflow-y:auto;
    scrollbar-width:none;          /* Firefox */
    -ms-overflow-style:none;       /* old Edge */
}

.mega-menu-inner::-webkit-scrollbar{
    display:none;                  /* Chrome / Safari */
}

@media(max-width:760px){

    .mobile-products-group{
        width:100%;
    }

    .mobile-products-trigger{
        width:100%;
        min-height:52px;
        padding:6px 9px;

        border:1px solid rgba(214,165,84,.35);
        border-radius:14px;

        display:grid;
        grid-template-columns:38px 1fr auto;
        align-items:center;
        gap:9px;

        background:rgba(255,255,255,.60);

        color:var(--ink);
        text-align:left;

        cursor:pointer;
    }

    .mobile-product-title b{
        display:block;
        font-size:12px;
    }

    .mobile-product-title small{
        display:block;
        font-size:8px;
        color:#8a7a67;
        margin-top:1px;
    }

    .mobile-product-chevron{
        width:16px;
        height:16px;

        fill:none;
        stroke:#b86b00;
        stroke-width:2;
        stroke-linecap:round;
        stroke-linejoin:round;

        transition:transform .4s cubic-bezier(.16,1,.3,1);
    }

    .mobile-products-group.open
    .mobile-product-chevron{
        transform:rotate(180deg);
    }


    /* hidden panel */
    .mobile-products-panel{
        display:grid;
        grid-template-columns:1fr 1fr;

        gap:7px;

        max-height:0;
        overflow:hidden;

        opacity:0;

        margin-top:0;

        transition:
            max-height .65s cubic-bezier(.16,1,.3,1),
            opacity .32s ease,
            margin .4s ease;
    }

    .mobile-products-group.open
    .mobile-products-panel{
        max-height:460px;
        opacity:1;
        margin-top:8px;
    }


    .mobile-product-item{
        min-width:0;

        padding:6px;

        border:1px solid rgba(219,174,99,.34);
        border-radius:12px;

        display:grid;
        grid-template-columns:40px 1fr auto;
        align-items:center;
        gap:7px;

        background:rgba(255,255,255,.72);

        opacity:0;
        transform:translateY(12px) scale(.96);

        transition:
            opacity .36s ease,
            transform .48s cubic-bezier(.16,1,.3,1),
            border-color .25s ease,
            background .25s ease;
    }

    .mobile-products-group.open
    .mobile-product-item{
        opacity:1;
        transform:none;
    }

    .mobile-products-group.open
    .mobile-product-item:nth-child(1){transition-delay:.05s}

    .mobile-products-group.open
    .mobile-product-item:nth-child(2){transition-delay:.09s}

    .mobile-products-group.open
    .mobile-product-item:nth-child(3){transition-delay:.13s}

    .mobile-products-group.open
    .mobile-product-item:nth-child(4){transition-delay:.17s}

    .mobile-products-group.open
    .mobile-product-item:nth-child(5){transition-delay:.21s}

    .mobile-products-group.open
    .mobile-product-item:nth-child(6){transition-delay:.25s}


    .mobile-product-item img{
        width:40px;
        height:40px;

        border-radius:8px;

        object-fit:cover;

        background:#15100c;
    }

    .mobile-product-item span{
        font-size:9px;
        line-height:1.15;
        font-weight:700;
    }

    .mobile-product-item i{
        font-style:normal;
        font-size:13px;
        color:#b96f07;
    }

}

/* =====================================================
   MOBILE PRODUCTS PREMIUM AUTO SLIDER V3
===================================================== */

@media(max-width:760px){

    /* -----------------------------
       ALL MENU ICONS FIX
    ----------------------------- */

    .mobile-menu-links .menu-icon,
    .mobile-products-trigger .menu-icon{
        display:grid !important;
        place-items:center !important;

        width:38px !important;
        height:38px !important;
        min-width:38px !important;

        opacity:1 !important;
        visibility:visible !important;

        transform:none !important;

        border-radius:50%;

        background:
            linear-gradient(
                145deg,
                #fff9e9,
                #fff0ca
            );

        color:#c57a08;

        box-shadow:
            inset 0 0 0 1px
            rgba(210,155,64,.16);
    }


    .mobile-menu-links .menu-icon svg,
    .mobile-products-trigger .menu-icon svg{
        display:block !important;

        width:18px !important;
        height:18px !important;

        opacity:1 !important;
        visibility:visible !important;

        fill:none !important;
        stroke:currentColor !important;
        stroke-width:1.8 !important;
        stroke-linecap:round;
        stroke-linejoin:round;
    }


    /* -----------------------------
       PRODUCT TRIGGER
    ----------------------------- */

    .mobile-products-trigger{
        position:relative;

        min-height:58px !important;

        padding:8px 10px !important;

        grid-template-columns:
            38px 1fr 18px !important;

        border-radius:15px !important;

        background:
            rgba(255,255,255,.82);

        border:
            1px solid
            rgba(202,135,25,.42);

        transition:
            border-color .3s ease,
            background .3s ease,
            box-shadow .3s ease;
    }


    .mobile-products-group.open
    .mobile-products-trigger{
        background:#fff;

        border-color:#be7107;

        box-shadow:
            0 7px 18px
            rgba(109,65,5,.09);
    }


    .mobile-product-title b{
        font-size:13px !important;
        line-height:1.15;

        color:#251a12;
    }


    .mobile-product-title small{
        margin-top:3px !important;

        font-size:8.5px !important;

        color:#948575;
    }


    /* -----------------------------
       EXPANDABLE AREA
    ----------------------------- */

    .mobile-products-panel{
        display:block !important;

        max-height:0;

        overflow:hidden;

        opacity:0;

        margin-top:0;

        transition:
            max-height .65s
            cubic-bezier(.16,1,.3,1),
            opacity .3s ease,
            margin .4s ease;
    }


    .mobile-products-group.open
    .mobile-products-panel{
        /*
          exactly enough for
          2 product rows + progress + CTA
        */
        max-height:245px;

        opacity:1;

        margin-top:8px;
    }


    /* -----------------------------
       PRODUCT VIEWPORT
    ----------------------------- */

    .mobile-products-window{
        position:relative;

        width:100%;
        height:142px;

        overflow:hidden;

        border-radius:15px;
    }


    .mobile-products-slider{
        display:flex;
        flex-direction:column;

        gap:7px;

        width:100%;

        will-change:transform;

        transition:
            transform .65s
            cubic-bezier(.16,1,.3,1);
    }


    /* -----------------------------
       EACH PRODUCT
    ----------------------------- */

    .mobile-product-slide{
        flex:0 0 67px;

        width:100%;
        height:67px;

        display:flex;
        flex-direction: row;

        grid-template-columns:
            72px minmax(0,1fr) 30px;

        align-items:center;

        gap:10px;

        padding:6px 8px 6px 6px;

        border:
            1px solid
            rgba(220,174,95,.38);

        border-radius:14px;

        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,.98),
                rgba(255,248,233,.93)
            );

        box-shadow:
            0 5px 14px
            rgba(76,50,16,.055);

        overflow:hidden;

        transition:
            transform .3s ease,
            border-color .3s ease,
            box-shadow .3s ease;
    }


    .mobile-product-slide:active{
        transform:scale(.985);
    }


    /* -----------------------------
       BIGGER CLEAR IMAGE
    ----------------------------- */

    .mobile-product-image{
        width:72px;
        height:55px;

        border-radius:10px;

        overflow:hidden;

        background:#0d0b09;

        display:flex;
        align-items:center;
        justify-content:center;

        box-shadow:
            inset 0 0 0 1px
            rgba(255,255,255,.08);
    }


    .mobile-product-image img{
        width:100%;
        height:100%;

        object-fit:contain;

        padding:2px;

        transform:scale(1.05);
    }


    /* -----------------------------
       TEXT
    ----------------------------- */

    .mobile-product-copy{
        min-width:0;
    }


    .mobile-product-count{
        display:block;

        margin-bottom:2px;

        color:#c0780b;

        font-size:7px;
        font-weight:800;

        letter-spacing:1px;
    }


    .mobile-product-copy strong{
        display:block;

        color:#241911;

        font-size:11.5px;
        line-height:1.08;

        font-weight:750;

        white-space:normal;
    }


    .mobile-product-copy small{
        display:block;

        margin-top:4px;

        color:#9a8b78;

        font-size:7.5px;
        line-height:1.1;
    }


    /* -----------------------------
       PRODUCT ARROW
    ----------------------------- */

    .mobile-product-arrow{
        width:28px;
        height:28px;

        border-radius:50%;

        display:grid;
        place-items:center;

        color:#c07808;

        background:#fff6df;

        border:
            1px solid
            rgba(205,143,37,.28);
    }


    .mobile-product-arrow svg{
        width:14px;
        height:14px;

        fill:none;
        stroke:currentColor;
        stroke-width:2;

        stroke-linecap:round;
        stroke-linejoin:round;
    }


    /* -----------------------------
       PROGRESS
    ----------------------------- */

    .mobile-product-progress{
        width:100%;
        height:3px;

        margin:8px 0;

        border-radius:20px;

        overflow:hidden;

        background:
            rgba(189,117,8,.12);
    }


    .mobile-product-progress span{
        display:block;

        width:20%;
        height:100%;

        border-radius:20px;

        background:
            linear-gradient(
                90deg,
                #b86a00,
                #e2a027
            );

        transition:
            width .5s
            cubic-bezier(.16,1,.3,1);
    }


    /* -----------------------------
       VIEW ALL
    ----------------------------- */

}

@media(max-width:760px){

    .mobile-products-group{
        overflow:hidden;
    }

    .mobile-products-window{
        width:100%;
        height:142px;
        overflow:hidden;
        position:relative;
        border-radius:15px;
        margin-top:7px;
    }

    .mobile-products-slider{
        display:flex;
        flex-direction:column;
        gap:7px;

        width:100%;

        transform:translate3d(0,0,0);

        transition:
            transform .72s
            cubic-bezier(.22,.61,.36,1);

        will-change:transform;
    }

    .mobile-product-slide{
        flex:0 0 67px;
        width:100%;
        height:67px;

        display:flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        grid-template-columns:72px minmax(0,1fr) 32px;
        align-items:center;

        gap:10px;

        padding:6px;

        border:1px solid rgba(215,160,70,.35);
        border-radius:14px;

        background:#fff;

        box-shadow:
            0 5px 15px
            rgba(70,45,14,.06);
    }

    .mobile-product-image{
        width:72px;
        height:55px;

        border-radius:9px;
        overflow:hidden;

        display:flex;
        align-items:center;
        justify-content:center;

        background:#080706;
    }

    .mobile-product-image img{
        width:100%;
        height:100%;
        object-fit:contain;

        padding:2px;
    }

    .mobile-product-copy{
        min-width:0;
    }

    .mobile-product-count{
        display:none;
    }

    .mobile-product-copy strong{
        display:block;

        font-size:11.5px;
        line-height:1.05;

        color:#241a12;

        font-weight:700;
    }

    .mobile-product-copy small{
        display:block;

        margin-top:4px;

        color:#9b8b78;

        font-size:7.5px;
    }

    .mobile-product-arrow{
        width:29px;
        height:29px;

        display:grid;
        place-items:center;

        border-radius:50%;

        border:1px solid #efd5a7;

        color:#c17708;

        background:#fff8e8;
    }

    .mobile-product-arrow svg{
        width:14px;
        height:14px;

        fill:none;
        stroke:currentColor;
        stroke-width:2;
    }

    .mobile-product-progress{
        width:100%;
        height:2px;

        margin:7px 0 2px;

        overflow:hidden;

        border-radius:20px;

        background:rgba(196,119,5,.13);
    }

    .mobile-product-progress span{
        display:block;

        height:100%;

        background:
            linear-gradient(
                90deg,
                #ad6200,
                #e09a18
            );

        transition:
            width .55s ease;
    }

    /* remove old blank view all element */
    .mobile-view-all-products{
        display:none !important;
    }
}

/* ==========================================
   CURRENT PAGE ACTIVE NAV
========================================== */

.desktop-nav > a.active{
    color:#a95f00 !important;
}

.desktop-nav > a.active::after{
    left:0 !important;
    right:0 !important;
    opacity:1 !important;
}

.desktop-nav > a.products-nav-link.active{
    color:#a95f00 !important;
}

.desktop-nav > a.products-nav-link.active .nav-chevron{
    color:#a95f00 !important;
}
/* =========================================================
   CURRENT PAGE ACTIVE - FINAL OVERRIDE
========================================================= */

.desktop-nav > a.active{
    color:#a95f00 !important;
}

.desktop-nav > a.active::after{
    left:0 !important;
    right:0 !important;
    opacity:1 !important;
    transform:none !important;
}


/* PRODUCT ACTIVE */

.desktop-nav > .products-nav-link.active{
    color:#a95f00 !important;
}

.desktop-nav > .products-nav-link.active .nav-chevron{
    color:#a95f00 !important;
}


/* =========================================================
   MOBILE ACTIVE
========================================================= */

@media(max-width:760px){

    .mobile-menu-links > a.active{
        border-color:#c77b05 !important;

        background:
            linear-gradient(
                135deg,
                #fffdf8,
                #fff1d2
            ) !important;

        box-shadow:
            0 8px 22px
            rgba(169,95,0,.11) !important;
    }


    .mobile-menu-links > a.active .menu-icon{
        color:#fff !important;

        border-color:transparent !important;

        background:
            linear-gradient(
                145deg,
                #b76900,
                #dc981c
            ) !important;
    }


    .mobile-menu-links > a.active .menu-icon svg{
        stroke:#fff !important;
    }


    .mobile-menu-links > a.active b{
        color:#a95f00 !important;
    }


    .mobile-menu-links > a.active i{
        color:#a95f00 !important;
    }

}

@media (max-width: 760px) {

    .site-header{
        position:fixed !important;
        top:0 !important;
        left:0;
        right:0;
        width:100%;
        z-index:9999 !important;

        transform:none !important;
        visibility:visible !important;
        opacity:1 !important;
    }

    .site-header.header-hidden{
        transform:none !important;
    }

    body{
        padding-top:70px;
    }

    .site-header.scrolled .header-inner{
        min-height:70px;
    }

}