:root{
  --ink:#29483d;
  --muted:#687a72;
  --line:#dce9e0;
  --paper:#fbfdfb;
  --soft:#eef7f1;
  --yellow:#a7c8b1;
  --yellow-2:#d8e8dd;
  --dark:#203b31;
  --white:#fff;
  --radius:28px;
  --radius-sm:18px;
  --shadow:0 22px 60px rgba(41,72,61,.13);
  --container:min(1240px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
body.menu-open,body.cart-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:var(--yellow);color:var(--ink)}

.container{width:var(--container);margin-inline:auto}
.section{padding:110px 0}
.section-sm{padding:72px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;
}
.eyebrow::before{content:"";width:34px;height:2px;background:var(--yellow);border-radius:99px}
.title{
  margin:16px 0 0;font-family:Inter,system-ui;font-size:clamp(38px,5vw,72px);
  line-height:1.03;letter-spacing:-.055em;font-weight:800;
}
.title-md{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:12px 0 0;font-family:Inter,system-ui}
.lead{font-size:clamp(17px,2vw,21px);line-height:1.7;color:var(--muted);max-width:680px}
.muted{color:var(--muted)}
.kicker{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}

.btn{
  min-height:54px;padding:0 24px;border:1px solid transparent;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease;
}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:var(--yellow);color:var(--ink);box-shadow:0 14px 34px rgba(167,200,177,.28)}
.btn-primary:hover{box-shadow:0 18px 44px rgba(167,200,177,.42)}
.btn-dark{background:var(--ink);color:var(--white);box-shadow:0 16px 35px rgba(0,0,0,.18)}
.btn-outline{border-color:var(--ink);background:transparent}
.btn-white{background:white;color:var(--ink)}
.btn svg{width:18px;height:18px}
.icon-btn{
  width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:var(--white);
  display:grid;place-items:center;transition:.3s ease;position:relative
}
.icon-btn:hover{background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}
.icon-btn svg{width:21px;height:21px}
.badge-count{
  position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;border-radius:50%;display:grid;place-items:center;
  padding:0 4px;background:var(--ink);color:#fff;font-size:10px;font-weight:800;border:2px solid #fff
}

.topbar{background:var(--ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em}
.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.86)}
.topbar svg{width:14px;height:14px;color:var(--yellow)}
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(251,253,251,.94);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(41,72,61,.10)
}
.header-inner{height:82px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px}
.logo{display:inline-flex;align-items:center;width:164px}
.logo img{width:100%;height:auto}
.nav{display:flex;align-items:center;justify-content:center;gap:34px}
.nav a{font-size:14px;font-weight:700;position:relative;padding:29px 0}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:21px;height:2px;background:var(--yellow);transform:scaleX(0);transition:.3s}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none}

.mobile-menu{
  position:fixed;inset:0;z-index:100;background:var(--paper);padding:24px;transform:translateX(100%);transition:.45s cubic-bezier(.76,0,.24,1)
}
.menu-open .mobile-menu{transform:translateX(0)}
.mobile-menu-top{display:flex;align-items:center;justify-content:space-between}
.mobile-menu nav{margin-top:54px;display:grid}
.mobile-menu nav a{font:800 clamp(34px,10vw,58px)/1.15 Inter,system-ui;letter-spacing:-.05em;padding:12px 0;border-bottom:1px solid var(--line)}
.mobile-menu .menu-contact{margin-top:38px;display:grid;gap:12px;color:var(--muted)}

.hero{padding:28px 0 0;position:relative}
.hero-shell{
  min-height:700px;border-radius:36px;overflow:hidden;background:#e8f3eb;position:relative;isolation:isolate;
  display:grid;grid-template-columns:1.08fr .92fr
}
.hero-copy{padding:82px 56px 74px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-title{font:800 clamp(53px,7vw,94px)/.94 Inter,system-ui;letter-spacing:-.075em;margin:16px 0 28px;max-width:760px}
.hero-title .accent{position:relative;display:inline-block;z-index:1}
.hero-title .accent::after{content:"";position:absolute;left:-2%;right:-2%;bottom:7%;height:24%;background:var(--yellow);z-index:-1;transform:rotate(-1.5deg);border-radius:6px}
.hero-sub{font-size:19px;max-width:600px;color:#687a72;margin:0 0 34px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-proof{display:flex;align-items:center;gap:16px;margin-top:50px;font-size:13px;color:var(--muted)}
.proof-faces{display:flex}
.proof-faces span{width:34px;height:34px;border-radius:50%;border:3px solid var(--soft);margin-left:-9px;background:var(--yellow);display:grid;place-items:center;font-weight:800}
.proof-faces span:first-child{margin-left:0;background:#29483d;color:#fff}
.proof-faces span:nth-child(2){background:#b7cbbf}
.hero-media{position:relative;min-height:700px}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e8f3eb 0%,transparent 24%),linear-gradient(0deg,rgba(0,0,0,.14),transparent 35%)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-sticker{
  position:absolute;right:34px;bottom:34px;z-index:3;width:168px;height:168px;border-radius:50%;background:var(--yellow);
  display:grid;place-items:center;text-align:center;font:800 15px/1.25 Inter;transform:rotate(8deg);box-shadow:0 18px 40px rgba(0,0,0,.16)
}
.hero-sticker svg{width:30px;height:30px;margin:0 auto 8px}
.hero-lines{position:absolute;inset:auto auto 36px 40px;width:100px;height:100px;opacity:.2}

.marquee{overflow:hidden;border-block:1px solid var(--line);margin-top:28px;background:#fff}
.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}
.marquee-item{display:flex;align-items:center;gap:26px;padding:18px 26px;font:700 13px/1 Inter;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}
.marquee-item span{width:8px;height:8px;border-radius:50%;background:var(--yellow)}
@keyframes marquee{to{transform:translateX(-50%)}}

.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:24px;overflow:hidden}
.feature-item{background:#fff;padding:28px;display:flex;gap:15px;align-items:flex-start}
.feature-icon{width:44px;height:44px;border-radius:14px;background:var(--soft);display:grid;place-items:center;flex:0 0 auto}
.feature-icon svg{width:22px;height:22px}
.feature-item h3{font:800 15px/1.25 Inter;margin:1px 0 6px}
.feature-item p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:44px}
.section-head .copy{max-width:760px}
.link-arrow{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:800;white-space:nowrap}
.link-arrow svg{width:18px;transition:.25s}
.link-arrow:hover svg{transform:translateX(5px)}

.category-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:430px;gap:18px}
.category-card{position:relative;border-radius:var(--radius);overflow:hidden;isolation:isolate;background:#ddd}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 62%);z-index:1}
.category-card:hover img{transform:scale(1.055)}
.category-copy{position:absolute;left:28px;right:28px;bottom:28px;z-index:2;color:white}
.category-copy span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--yellow)}
.category-copy h3{font:800 clamp(25px,3vw,39px)/1.02 Inter;letter-spacing:-.04em;margin:6px 0 15px}
.category-card.small .category-copy h3{font-size:28px}
.category-round{width:46px;height:46px;border-radius:50%;background:white;color:var(--ink);display:grid;place-items:center;transition:.3s}
.category-card:hover .category-round{background:var(--yellow);transform:rotate(-15deg)}
.category-round svg{width:20px}

.product-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:30px}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 17px;font-size:13px;font-weight:700;transition:.25s}
.filter-btn.active,.filter-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-search{height:46px;min-width:270px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;padding:0 15px;background:#fff}
.product-search svg{width:18px;color:var(--muted)}
.product-search input{border:0;outline:0;background:transparent;padding:0 10px;width:100%;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;min-width:0}
.product-media{position:relative;aspect-ratio:.86;border-radius:22px;overflow:hidden;background:var(--soft)}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-media img{transform:scale(1.055)}
.product-badge{position:absolute;left:14px;top:14px;background:var(--yellow);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.wishlist{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.9);border:0;display:grid;place-items:center;backdrop-filter:blur(10px);transition:.25s}
.wishlist:hover,.wishlist.active{background:var(--yellow)}
.wishlist svg{width:18px;height:18px}
.quick-add{position:absolute;left:12px;right:12px;bottom:12px;transform:translateY(70px);opacity:0;transition:.35s;display:flex;gap:8px}
.product-card:hover .quick-add{transform:translateY(0);opacity:1}
.quick-add .btn{height:46px;min-height:46px;flex:1;padding:0 14px;font-size:13px}
.product-info{padding:16px 4px 6px}
.product-cat{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.product-info h3{font:800 17px/1.3 Inter;margin:6px 0 10px;letter-spacing:-.02em}
.product-price{display:flex;align-items:center;gap:10px;font-weight:800}
.product-price del{font-size:12px;color:#aaa;font-weight:500}
.rating{display:flex;align-items:center;gap:5px;color:#557b65;font-size:12px;margin-top:9px}
.rating svg{width:14px;fill:var(--yellow);stroke:var(--yellow)}

.promo-band{background:var(--ink);color:#fff;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:1fr .9fr;min-height:460px}
.promo-copy{padding:64px;display:flex;flex-direction:column;justify-content:center}
.promo-copy .eyebrow::before{background:var(--yellow)}
.promo-copy h2{font:800 clamp(40px,5vw,68px)/.98 Inter;letter-spacing:-.06em;margin:18px 0 22px}
.promo-copy p{color:rgba(255,255,255,.68);font-size:18px;max-width:580px}
.promo-media{position:relative}
.promo-media img{width:100%;height:100%;object-fit:cover}
.promo-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 28%)}

.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.story-media{position:relative}
.story-media img{width:100%;height:620px;object-fit:cover;border-radius:32px}
.story-note{position:absolute;right:-24px;bottom:38px;background:var(--yellow);width:210px;padding:24px;border-radius:22px;box-shadow:var(--shadow);transform:rotate(-3deg)}
.story-note strong{display:block;font:800 36px/1 Inter;letter-spacing:-.04em}
.story-note span{font-size:13px;font-weight:700}
.story-copy p{color:var(--muted);font-size:17px}
.check-list{display:grid;gap:14px;margin:30px 0 36px}
.check-list div{display:flex;gap:12px;align-items:flex-start;font-weight:700}
.check-list svg{width:22px;height:22px;color:#557b65;flex:0 0 auto;margin-top:2px}

.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;transition:.3s}
.testimonial:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.testimonial p{font-size:16px;line-height:1.75;margin:18px 0 28px}
.testimonial-user{display:flex;align-items:center;gap:12px}
.avatar{width:46px;height:46px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-weight:800}
.testimonial-user strong{display:block;font:800 14px/1.2 Inter}
.testimonial-user span{font-size:12px;color:var(--muted)}

.newsletter{background:linear-gradient(120deg,#a7c8b1,#c9dfd0 55%,#edf5ef);border-radius:34px;padding:58px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:50px;position:relative;overflow:hidden}
.newsletter::after{content:"BMB";position:absolute;right:-30px;bottom:-75px;font:800 190px/1 Inter;letter-spacing:-.1em;color:rgba(255,255,255,.45);pointer-events:none}
.newsletter h2{font:800 clamp(34px,4vw,56px)/1.02 Inter;letter-spacing:-.05em;margin:0 0 14px;position:relative;z-index:1}
.newsletter p{margin:0;max-width:600px;position:relative;z-index:1}
.newsletter-form{display:flex;background:#fff;border-radius:999px;padding:7px;position:relative;z-index:2;box-shadow:0 15px 35px rgba(41,72,61,.12)}
.newsletter-form input{border:0;outline:0;background:transparent;flex:1;min-width:0;padding:0 15px}
.newsletter-form button{border:0}

.page-hero{padding:76px 0 58px;background:var(--soft);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--yellow);filter:blur(0);opacity:.5;right:-160px;top:-180px}
.breadcrumb{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted);margin-bottom:24px;position:relative;z-index:1}
.breadcrumb svg{width:14px}
.page-hero h1{font:800 clamp(48px,7vw,86px)/.96 Inter;letter-spacing:-.07em;margin:0;position:relative;z-index:1;max-width:960px}
.page-hero p{font-size:18px;color:var(--muted);max-width:680px;position:relative;z-index:1;margin:22px 0 0}

.products-layout{display:grid;grid-template-columns:250px 1fr;gap:34px}
.sidebar-filter{align-self:start;position:sticky;top:120px;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff}
.filter-group+ .filter-group{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}
.filter-group h3{font:800 14px/1.2 Inter;margin:0 0 14px}
.check-row{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:var(--muted);padding:6px 0}
.check-row label{display:flex;gap:9px;align-items:center;cursor:pointer}
.check-row input{accent-color:var(--ink)}
.products-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.sort-select{height:46px;border:1px solid var(--line);border-radius:999px;padding:0 16px;background:#fff;outline:0}
.products-main .product-grid{grid-template-columns:repeat(3,1fr)}

.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:start}
.gallery{display:grid;grid-template-columns:90px 1fr;gap:14px;position:sticky;top:118px}
.thumbs{display:grid;gap:12px;align-content:start}
.thumb{border:2px solid transparent;border-radius:16px;overflow:hidden;aspect-ratio:1;background:var(--soft);padding:0}
.thumb.active{border-color:var(--ink)}
.thumb img{width:100%;height:100%;object-fit:cover}
.main-photo{border-radius:28px;overflow:hidden;background:var(--soft);aspect-ratio:.86}
.main-photo img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}
.detail-info{padding-top:12px}
.detail-info h1{font:800 clamp(38px,5vw,64px)/1.02 Inter;letter-spacing:-.055em;margin:12px 0 18px}
.detail-price{font:800 30px/1 Inter;display:flex;gap:14px;align-items:center;margin:20px 0}
.detail-price del{font-size:17px;color:#aaa;font-weight:500}
.detail-desc{color:var(--muted);font-size:16px}
.option-group{margin-top:28px}
.option-title{display:flex;justify-content:space-between;font-size:13px;font-weight:800;margin-bottom:11px}
.option-list{display:flex;gap:9px;flex-wrap:wrap}
.option{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;transition:.2s}
.option.active,.option:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.color-option{width:34px;height:34px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px var(--line);padding:0}
.color-option.active{box-shadow:0 0 0 2px var(--ink)}
.buy-row{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-top:30px}
.qty{height:56px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;justify-content:space-around;background:#fff}
.qty button{border:0;background:transparent;width:36px;font-size:19px}
.qty input{width:32px;border:0;outline:0;text-align:center;font-weight:800;background:transparent}
.detail-meta{display:grid;gap:12px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.detail-meta div{display:flex;gap:10px;align-items:center}
.detail-meta svg{width:18px;color:var(--ink)}
.accordion{margin-top:34px;border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-trigger{width:100%;border:0;background:transparent;padding:18px 0;display:flex;justify-content:space-between;font-weight:800;text-align:left}
.acc-trigger svg{width:18px;transition:.3s}
.acc-item.open .acc-trigger svg{transform:rotate(45deg)}
.acc-content{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--muted);font-size:14px}
.acc-content-inner{padding:0 0 20px}

.about-visual{display:grid;grid-template-columns:1fr .75fr;gap:18px;height:620px}
.about-visual img{width:100%;height:100%;object-fit:cover;border-radius:28px}
.about-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.about-stat{border-radius:28px;background:var(--yellow);display:flex;flex-direction:column;justify-content:flex-end;padding:30px}
.about-stat strong{font:800 72px/1 Inter;letter-spacing:-.07em}
.about-stat span{font-weight:700}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value-card{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;transition:.3s}
.value-card:hover{background:var(--ink);color:white;transform:translateY(-7px)}
.value-card .feature-icon{background:var(--yellow);color:var(--ink)}
.value-card h3{font:800 20px/1.2 Inter;margin:22px 0 11px}
.value-card p{color:var(--muted);margin:0}
.value-card:hover p{color:rgba(255,255,255,.65)}

.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}
.contact-info{background:var(--ink);color:#fff;padding:38px;border-radius:28px;position:sticky;top:120px}
.contact-info h2{font:800 38px/1.05 Inter;letter-spacing:-.04em;margin:0 0 18px}
.contact-info p{color:rgba(255,255,255,.65)}
.contact-list{display:grid;gap:16px;margin-top:28px}
.contact-list a,.contact-list div{display:flex;gap:13px;align-items:flex-start;padding:14px 0;border-top:1px solid rgba(255,255,255,.13)}
.contact-list svg{width:21px;color:var(--yellow);flex:0 0 auto;margin-top:2px}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{display:grid;gap:8px}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:13px;font-weight:800}
.form-control{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;outline:0;padding:15px 16px;transition:.2s}
.form-control:focus{border-color:var(--ink);box-shadow:0 0 0 4px rgba(86,126,103,.16)}
textarea.form-control{min-height:150px;resize:vertical}
.map-card{margin-top:22px;border-radius:24px;overflow:hidden;border:1px solid var(--line);min-height:340px;position:relative;background:linear-gradient(135deg,#dce9e0,#f3f8f5)}
.map-pattern{position:absolute;inset:0;opacity:.4;background-image:linear-gradient(45deg,transparent 48%,#bfd2c5 49%,#bfd2c5 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,#bfd2c5 49%,#bfd2c5 51%,transparent 52%);background-size:70px 70px}
.map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center}
.map-pin span{width:58px;height:58px;border-radius:50% 50% 50% 0;background:var(--yellow);transform:rotate(-45deg);display:grid;place-items:center;box-shadow:0 16px 30px rgba(0,0,0,.2)}
.map-pin svg{transform:rotate(45deg);width:24px}
.map-pin strong{margin-top:25px;background:#fff;border-radius:999px;padding:10px 16px;box-shadow:var(--shadow);font-size:13px}

.site-footer{background:var(--ink);color:#fff;margin-top:110px;padding:78px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr .9fr;gap:48px}
.footer-brand img{width:180px;margin-bottom:22px}
.footer-brand p{color:rgba(255,255,255,.58);max-width:380px}
.socials{display:flex;gap:10px;margin-top:24px}
.socials a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:.3s}
.socials a:hover{background:var(--yellow);color:var(--ink);border-color:var(--yellow);transform:translateY(-3px)}
.socials svg{width:18px}
.footer-col h3{font:800 14px/1 Inter;margin:8px 0 22px;color:var(--yellow);text-transform:uppercase;letter-spacing:.1em}
.footer-col a,.footer-col span{display:block;color:rgba(255,255,255,.62);font-size:14px;margin:12px 0;transition:.2s}
.footer-col a:hover{color:#fff;transform:translateX(4px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.45);font-size:12px}

.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(6px);z-index:89;opacity:0;visibility:hidden;transition:.3s}
.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;z-index:90;transform:translateX(100%);transition:.45s cubic-bezier(.76,0,.24,1);display:flex;flex-direction:column}
.cart-open .cart-overlay{opacity:1;visibility:visible}
.cart-open .cart-drawer{transform:translateX(0)}
.cart-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.cart-head h2{font:800 22px/1 Inter;margin:0}
.cart-body{padding:24px;overflow:auto;flex:1}
.cart-empty{text-align:center;padding:80px 20px;color:var(--muted)}
.cart-empty svg{width:52px;margin:0 auto 16px;color:#bbb}
.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:78px;height:92px;object-fit:cover;border-radius:12px}
.cart-item h4{font:800 14px/1.3 Inter;margin:2px 0 7px}
.cart-item p{font-size:12px;color:var(--muted);margin:0}
.cart-remove{border:0;background:transparent;color:#999;padding:3px}
.cart-foot{padding:22px 24px;border-top:1px solid var(--line);background:#fff}
.cart-total{display:flex;justify-content:space-between;font-weight:800;margin-bottom:16px}
.cart-foot .btn{width:100%}

.wa-float{position:fixed;right:24px;bottom:24px;z-index:50;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;box-shadow:0 15px 35px rgba(37,211,102,.35);transition:.3s}
.wa-float:hover{transform:translateY(-5px) scale(1.04)}
.wa-float svg{width:29px;height:29px;fill:currentColor}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}

.toast{position:fixed;left:50%;bottom:28px;z-index:120;transform:translate(-50%,100px);background:var(--ink);color:#fff;border-radius:999px;padding:13px 20px;font-size:13px;font-weight:700;opacity:0;transition:.35s;box-shadow:var(--shadow)}
.toast.show{transform:translate(-50%,0);opacity:1}

@media (max-width:1080px){
  .header-inner{grid-template-columns:170px 1fr auto}.nav{gap:22px}.logo{width:146px}
  .hero-shell{grid-template-columns:1fr 1fr}.hero-copy{padding:65px 38px}.hero-title{font-size:clamp(48px,7vw,75px)}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .feature-strip{grid-template-columns:repeat(2,1fr)}
  .category-grid{grid-template-columns:1.1fr .9fr;grid-auto-rows:390px}.category-card:last-child{grid-column:1/-1;height:350px}
  .footer-grid{grid-template-columns:1.2fr repeat(3,.7fr);gap:28px}
  .products-layout{grid-template-columns:220px 1fr}.products-main .product-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:820px){
  :root{--container:min(100% - 28px,720px);--radius:24px}
  .section{padding:80px 0}.section-sm{padding:52px 0}
  .topbar-inner{justify-content:center}.topbar-inner span{display:none}
  .header-inner{height:72px;display:flex;justify-content:space-between}.nav,.header-actions .desktop-only{display:none}.menu-toggle{display:grid}
  .hero{padding-top:14px}.hero-shell{grid-template-columns:1fr;min-height:0;border-radius:26px}.hero-copy{padding:54px 25px 48px}.hero-title{font-size:clamp(48px,13vw,74px)}.hero-sub{font-size:17px}.hero-media{min-height:470px}.hero-media::after{background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%)}
  .hero-sticker{width:132px;height:132px;right:18px;bottom:18px;font-size:12px}.hero-proof{margin-top:36px}
  .feature-strip{grid-template-columns:1fr 1fr}.feature-item{padding:21px}
  .section-head{align-items:flex-start;flex-direction:column}.title-md{font-size:40px}
  .category-grid{grid-template-columns:1fr;grid-auto-rows:390px}.category-card:last-child{grid-column:auto;height:auto}.category-card.small .category-copy h3{font-size:31px}
  .product-grid{grid-template-columns:repeat(2,1fr)}.product-toolbar{align-items:stretch;flex-direction:column}.product-search{min-width:0}
  .quick-add{transform:none;opacity:1}.quick-add .btn{font-size:0}.quick-add .btn::after{content:'Tambah';font-size:12px}
  .promo-band{grid-template-columns:1fr}.promo-copy{padding:48px 28px}.promo-media{height:380px}.promo-media::after{background:linear-gradient(0deg,var(--ink),transparent 32%)}
  .story-grid{grid-template-columns:1fr;gap:42px}.story-media img{height:520px}.story-note{right:14px}
  .testimonials{grid-template-columns:1fr}
  .newsletter{grid-template-columns:1fr;padding:42px 25px;gap:26px}.newsletter::after{font-size:130px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.site-footer{padding-top:60px;margin-top:80px}
  .footer-bottom{flex-direction:column}
  .products-layout{grid-template-columns:1fr}.sidebar-filter{display:none}.products-main .product-grid{grid-template-columns:repeat(2,1fr)}
  .detail-grid{grid-template-columns:1fr;gap:38px}.gallery{position:static;grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(4,1fr);grid-row:2}.main-photo{grid-row:1}.detail-info{padding-top:0}
  .about-visual{height:580px}.values-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}.contact-info{position:static}.contact-form{grid-template-columns:1fr}.form-group.full{grid-column:auto}
}

@media (max-width:540px){
  :root{--container:calc(100% - 22px)}
  .topbar{display:none}.logo{width:137px}.header-inner{height:68px}
  .hero-copy{padding:45px 20px 40px}.hero-title{font-size:clamp(44px,15vw,62px);margin-top:12px}.hero-cta .btn{width:100%}.hero-media{min-height:400px}.hero-proof{align-items:flex-start}
  .marquee-item{padding:15px 18px}
  .feature-strip{grid-template-columns:1fr}.feature-item{padding:20px}
  .category-grid{grid-auto-rows:340px;gap:12px}.category-copy{left:22px;right:22px;bottom:22px}
  .product-grid,.products-main .product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-media{border-radius:16px}.product-info{padding-top:11px}.product-info h3{font-size:14px}.product-price{font-size:14px}.product-cat,.rating{font-size:10px}.product-badge{left:8px;top:8px}.wishlist{right:8px;top:8px;width:34px;height:34px}.quick-add{left:8px;right:8px;bottom:8px}.quick-add .btn{min-height:40px;height:40px;padding:0 8px}
  .promo-copy h2{font-size:43px}.promo-media{height:300px}
  .story-media img{height:440px}.story-note{width:175px;padding:20px}.story-note strong{font-size:31px}
  .newsletter-form{display:grid;background:transparent;gap:10px;padding:0}.newsletter-form input{height:52px;background:#fff;border-radius:999px;padding:0 18px}.newsletter-form .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
  .page-hero{padding:52px 0 42px}.page-hero h1{font-size:50px}
  .products-top{align-items:flex-start;flex-direction:column}.sort-select{width:100%}
  .gallery{gap:10px}.thumbs{gap:8px}.main-photo{border-radius:20px}.detail-info h1{font-size:42px}.buy-row{grid-template-columns:1fr}.buy-row .qty{width:130px}.detail-price{font-size:26px}
  .about-visual{grid-template-columns:1fr;height:auto}.about-visual>img{height:410px}.about-stack{grid-template-rows:250px auto}.about-stat strong{font-size:56px}.values-grid{grid-template-columns:1fr}
  .contact-info{padding:28px}.contact-form{gap:14px}.map-card{min-height:300px}
  .wa-float{right:16px;bottom:16px;width:52px;height:52px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}


/* BMB SHOP brand alignment — logo supplied by client */
::selection{background:var(--yellow);color:#fff}
.btn-primary{color:var(--ink);box-shadow:0 14px 34px rgba(85,123,101,.24)}
.btn-primary:hover{box-shadow:0 18px 44px rgba(85,123,101,.34)}
.icon-btn:hover,.wishlist:hover,.wishlist.active,.category-card:hover .category-round{color:#fff}
.header-inner{grid-template-columns:116px 1fr auto;height:96px}
.logo{width:84px;height:84px;justify-content:center;flex:0 0 auto}
.logo img{width:100%;height:100%;object-fit:contain}
.mobile-menu-top .logo{width:92px;height:92px}
.hero-title .accent::after{background:#d8e8dd}
.hero-sticker{color:var(--ink)}
.proof-faces span{color:#fff}
.category-copy span{color:#d9eadf}
.product-badge,.avatar,.story-note,.about-stat{color:var(--ink)}
.rating{color:#557b65}
.newsletter{color:var(--ink)}
.newsletter p{color:#50685e}
.newsletter-form{background:rgba(255,255,255,.96)}
.page-hero::after{background:linear-gradient(135deg,#9fc3aa,#c5d9cc);opacity:.42}
.value-card .feature-icon{color:var(--ink)}
.map-pin span{color:var(--ink)}
.site-footer{background:linear-gradient(145deg,#1f382f,#29483d 62%,#557b65)}
.footer-brand img{width:150px;height:150px;object-fit:contain;background:#fff;border-radius:28px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.socials a:hover{color:var(--ink)}
.footer-col h3{color:#d7e8dc}
.topbar svg{color:#d7e8dc}
.eyebrow{color:#29483d}
.promo-copy .eyebrow,.contact-info .eyebrow{color:#fff}
@media (max-width:1080px){.header-inner{grid-template-columns:106px 1fr auto}.logo{width:78px;height:78px}}
@media (max-width:820px){.header-inner{height:82px}.logo{width:72px;height:72px}.mobile-menu-top .logo{width:84px;height:84px}}
@media (max-width:540px){.header-inner{height:76px}.logo{width:66px;height:66px}.footer-brand img{width:132px;height:132px}}

/* Header brand name beside logo */
.header-inner{grid-template-columns:250px 1fr auto}
.logo.brand-lockup{
  width:auto;
  height:84px;
  justify-content:flex-start;
  gap:14px;
  white-space:nowrap;
}
.logo.brand-lockup img{
  width:76px;
  height:76px;
  flex:0 0 76px;
  object-fit:contain;
}
.brand-name{
  color:var(--ink);
  font-size:23px;
  line-height:1;
  font-weight:900;
  letter-spacing:.045em;
}
.mobile-menu-top .logo.brand-lockup{
  width:auto;
  height:84px;
  gap:13px;
}
.mobile-menu-top .logo.brand-lockup img{
  width:72px;
  height:72px;
  flex-basis:72px;
}
.mobile-menu-top .brand-name{font-size:22px}

@media (max-width:1080px){
  .header-inner{grid-template-columns:220px 1fr auto}
  .logo.brand-lockup{width:auto;height:78px;gap:11px}
  .logo.brand-lockup img{width:66px;height:66px;flex-basis:66px}
  .brand-name{font-size:20px}
}
@media (max-width:820px){
  .logo.brand-lockup{width:auto;height:72px;gap:10px}
  .logo.brand-lockup img{width:58px;height:58px;flex-basis:58px}
  .brand-name{font-size:19px}
  .mobile-menu-top .logo.brand-lockup{width:auto;height:76px}
  .mobile-menu-top .logo.brand-lockup img{width:64px;height:64px;flex-basis:64px}
  .mobile-menu-top .brand-name{font-size:20px}
}
@media (max-width:540px){
  .logo.brand-lockup{width:auto;height:66px;gap:8px}
  .logo.brand-lockup img{width:52px;height:52px;flex-basis:52px}
  .brand-name{font-size:17px;letter-spacing:.025em}
  .mobile-menu-top .logo.brand-lockup{height:68px;gap:9px}
  .mobile-menu-top .logo.brand-lockup img{width:56px;height:56px;flex-basis:56px}
  .mobile-menu-top .brand-name{font-size:18px}
}
