:root{
  --blue:#0b5cff; --blue-d:#0648d6; --ink:#0d0f14; --text:#1b1e25; --muted:#6b7280; --muted2:#8a93a3;
  --line:#e7eaf0; --soft:#f3f5f8; --soft2:#f7f8fa; --red:#e5383b;
  --pad:clamp(16px,2.4vw,34px); --max:1440px;
  --tab-h:68px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0;padding:0}
svg{width:24px;height:24px;flex:none}
[hidden]{display:none!important}
.m-only{display:none!important}
.circles.m-circles,.m-only-block{display:none}
.hero-m-link{display:block}
main{outline:none;min-height:60vh}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;border-radius:999px;font-weight:600;white-space:nowrap;transition:background .2s,color .2s,border-color .2s,transform .15s}
.btn svg{width:1.15em;height:1.15em}
.btn:active{transform:scale(.97)}
.btn-blue{background:var(--blue);color:#fff;padding:.8em 1.6em;font-size:15px}
.btn-blue:hover{background:var(--blue-d)}
.btn-line{border:1.5px solid var(--line);color:var(--ink);padding:.75em 1.4em;font-size:14px;background:#fff}
.btn-line:hover{border-color:var(--ink)}
.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;color:var(--ink);position:relative}
.icon-btn:hover{background:var(--soft)}
.icon-btn svg{width:26px;height:26px}

/* ---------- Header ---------- */
.hdr{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eef0f4}
.hdr-inner{max-width:var(--max);margin:0 auto;height:64px;padding:0 clamp(16px,3.9vw,58px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.hdr-burger{display:none}
.hdr-logo{display:flex;align-items:center;justify-self:start}
.logo-d-wrap{height:64px;overflow:hidden;display:flex;align-items:center;margin-left:-10px}
.logo-d{height:92px;width:auto;max-width:none;mix-blend-mode:multiply}
.logo-m{display:none;mix-blend-mode:multiply}
.hdr-nav{display:flex;gap:44px;height:100%}
.hdr-nav a{position:relative;display:flex;align-items:center;font-size:14px;font-weight:500;color:var(--ink);padding:0 2px}
.hdr-nav a:hover{color:var(--blue)}
.hdr-nav a.active{color:var(--blue)}
.hdr-nav a.active::after{content:"";position:absolute;left:-6px;right:-6px;bottom:13px;height:2px;border-radius:2px;background:var(--blue)}
.hdr-actions{display:flex;align-items:center;gap:14px;justify-self:end}
.hdr-search{display:flex;align-items:center;gap:10px;width:252px;height:38px;padding:0 12px;border:1px solid #e1e5ec;border-radius:8px;background:#f7f9fc;margin-right:14px}
.hdr-search:focus-within{border-color:var(--blue);background:#fff}
.hdr-search svg{width:19px;height:19px;color:var(--ink)}
.hdr-search input{border:0;outline:0;background:transparent;width:100%;font-size:12.5px;color:var(--ink)}
.hdr-search input::placeholder{color:#8b93a1}
.cart-btn .badge{position:absolute;top:1px;right:0;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.m-search{display:flex;align-items:center;gap:10px;margin:0 14px 12px;height:44px;padding:0 14px;border:1px solid #e1e5ec;border-radius:12px;background:#f7f9fc}
.m-search svg{width:20px;height:20px}
.m-search input{border:0;outline:0;background:transparent;width:100%;font-size:15px}

/* ---------- Layout ---------- */
.page{max-width:var(--max);margin:0 auto}
.wrap{padding:0 var(--pad)}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;background:#eef1f5}
.hero-d{width:100%;height:auto}
.hero-m{display:none}
.hero-cta{position:absolute;left:3.4%;top:71%;font-size:clamp(13px,1.18vw,19px);padding:.62em 1.55em;box-shadow:0 6px 18px rgba(11,92,255,.28)}
.hero-dots{position:absolute;left:3.4%;bottom:5.5%;display:flex;gap:6px}
.hero-dots i{width:8px;height:8px;border-radius:9px;background:rgba(20,24,33,.28)}
.hero-dots i.on{width:22px;background:var(--blue)}
.hero-arrows{position:absolute;right:3%;bottom:5%;display:flex;gap:10px}
.hero-arrows span{width:clamp(28px,2.4vw,38px);height:clamp(28px,2.4vw,38px);border-radius:50%;background:rgba(10,12,16,.85);border:1.5px solid rgba(255,255,255,.9);color:#fff;display:flex;align-items:center;justify-content:center}
.hero-arrows svg{width:55%;height:55%}

/* ---------- Category tiles (desktop) ---------- */
.cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:14px}
.cat{position:relative;height:82px;border-radius:5px;overflow:hidden;color:#fff;background:radial-gradient(120% 140% at 70% 30%,#3a3f49 0%,#1b1e24 55%,#0c0e12 100%);display:flex;align-items:flex-end;padding:0 12px 9px 14px;transition:transform .2s,box-shadow .2s}
.cat:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(10,14,24,.18)}
.cat b{font-size:15px;font-weight:700;letter-spacing:-.2px;position:relative;z-index:1}
.cat .chev{position:absolute;right:10px;bottom:10px;width:18px;height:18px;z-index:1}
.cat .ghost{position:absolute;right:14px;top:8px;width:74px;height:56px;color:rgba(255,255,255,.16)}
.cat-promo{background:linear-gradient(135deg,#1a66ff 0%,#0b4fe0 55%,#0a3fb8 100%)}
.cat-promo::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 40%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.08) 60%,transparent 60%)}
.cat-promo .pct{position:absolute;left:50%;top:10px;transform:translateX(-50%);width:44px;height:44px;color:#fff}

/* ---------- Trust ---------- */
.trust{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #edf0f4;border-radius:6px;margin-top:12px;padding:12px 0;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.trust-it{display:flex;align-items:center;justify-content:center;gap:16px;padding:4px 16px}
.trust-it+.trust-it{border-left:1px solid #edf0f4}
.trust-it svg{width:34px;height:34px;color:var(--blue)}
.trust-it b{display:block;font-size:13px;font-weight:600;color:var(--ink)}
.trust-it small{display:block;font-size:12px;color:#7b8494;margin-top:2px}
.trust-it .m-t{display:none}

/* ---------- Section head ---------- */
.sec{margin-top:26px}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.sec-head h2{margin:0;font-size:22px;font-weight:800;letter-spacing:-.4px;text-transform:uppercase;color:var(--ink);line-height:1.1}
.sec-head h2 em{font-style:normal;color:var(--blue)}
.sec-head p{margin:3px 0 0;font-size:12.5px;color:#4b5261}
.see-all{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;color:var(--ink);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--ink)}
.see-all svg{width:18px;height:18px;color:var(--blue)}
.see-all:hover{color:var(--blue)}

/* ---------- Empty state ---------- */
.empty{border:1px solid #edf0f4;border-radius:8px;background:linear-gradient(180deg,#fafbfd 0%,#f4f6f9 100%);padding:44px 24px;text-align:center}
.empty-ic{width:74px;height:74px;margin:0 auto 14px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--blue);box-shadow:0 6px 16px rgba(16,24,40,.06)}
.empty-ic svg{width:40px;height:30px}
.empty h3{margin:0;font-size:19px;font-weight:800;color:var(--ink);letter-spacing:-.3px}
.empty p{margin:8px auto 0;max-width:460px;font-size:14px;line-height:1.5;color:var(--muted)}
.empty-act{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
.empty-act .btn{font-size:14px}
.tag-soon{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:99px;background:#e8efff;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}

/* ---------- Banners ---------- */
.banners{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.bn{position:relative;container-type:inline-size;aspect-ratio:4/1;border-radius:4px;overflow:hidden;background:#0a1a33}
.bn>img{width:100%;height:100%;object-fit:cover;object-position:center}
.bn-guide{background:#eaf2fd}
.bn-btn{position:absolute;display:inline-flex;align-items:center;gap:.5em;border-radius:99px;font-weight:500;white-space:nowrap;transition:background .2s,color .2s}
.bn-btn svg{width:1.2em;height:1.2em}
.bn-follow{left:27.5%;top:65.4%;transform:translateY(-50%);font-size:2.2cqw;padding:.5em 1.35em;color:#fff;border:1.5px solid rgba(255,255,255,.75);background:rgba(4,12,28,.25)}
.bn-follow:hover{background:#fff;color:var(--ink)}
.bn-guide-btn{left:12.6%;top:75%;font-size:2.1cqw;padding:.42em 1.3em;color:var(--blue);background:#fff;border:1.5px solid var(--blue)}
.bn-guide-btn:hover{background:var(--blue);color:#fff}
.hot{position:absolute;display:block;border-radius:6px}
.hot:focus-visible{outline:2px solid var(--blue)}
.bn .hot-ig{left:3.8%;top:55%;width:4.6%;height:20%}
.bn .hot-tt{left:11.4%;top:55%;width:4.8%;height:20%}
.bn .hot-yt{left:19.2%;top:55%;width:5.2%;height:20%}
.bn-m{display:none}

/* ---------- Footer ---------- */
.ftr{margin-top:18px;border-top:1px solid #eef0f4;background:#fff}
.ftr-inner{max-width:var(--max);margin:0 auto;padding:14px clamp(16px,3.3vw,48px) 10px;display:grid;grid-template-columns:130px minmax(160px,1.25fr) minmax(110px,.75fr) minmax(130px,.8fr) 150px minmax(270px,1.5fr);align-items:center}
.ftr-inner>*{padding:4px 22px;min-height:84px}
.ftr-inner>*+*{border-left:1px solid #eef0f4}
.ftr-inner>.ftr-tagline{border-left:0}
.ftr-brand{padding-left:0;display:flex;align-items:center}
.ftr-brand img{width:118px;height:auto;mix-blend-mode:multiply}
.ftr-tagline{margin:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10.5px;font-weight:500;letter-spacing:3.2px;line-height:2;text-transform:uppercase;color:var(--ink)}
.ftr h4{margin:2px 0 8px;font-size:11px;font-weight:700;color:var(--ink)}
.ftr-col{display:flex;flex-direction:column;gap:3px}
.ftr-col a{font-size:10.5px;color:#7b8494}
.ftr-col a:hover{color:var(--blue)}
.ftr-follow{position:relative;display:flex;align-items:center;justify-content:center;padding:0 8px}
.ftr-follow img{width:132px;height:auto;mix-blend-mode:multiply}
.ftr-follow .hot{top:36%;height:25%}
.ftr-follow .hot-ig{left:calc(50% - 66px + 132px*.17);width:calc(132px*.15)}
.ftr-follow .hot-tt{left:calc(50% - 66px + 132px*.40);width:calc(132px*.16)}
.ftr-follow .hot-yt{left:calc(50% - 66px + 132px*.65);width:calc(132px*.17)}
.ftr-news{display:flex;flex-direction:column;justify-content:center}
.news-form{display:flex;gap:6px}
.news-form input{flex:1;min-width:0;height:34px;border:1px solid #dfe3ea;border-radius:3px;padding:0 10px;font-size:11px;outline:0}
.news-form input:focus{border-color:var(--blue)}
.news-form button{height:34px;padding:0 22px;border-radius:3px;background:var(--blue);color:#fff;font-size:11.5px;font-weight:600}
.news-form button:hover{background:var(--blue-d)}
.ftr-news p{margin:7px 0 0;font-size:10px;color:#7b8494}
.ftr-copy{margin:0;padding:10px 16px 14px;text-align:center;font-size:11px;color:#9aa2af;border-top:1px solid #f1f3f6}

/* ---------- Mobile tab bar ---------- */
.tabbar{display:none}

/* ---------- Circles (categories) ---------- */
.circles{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 2px;scroll-snap-type:x proximity}
.circles::-webkit-scrollbar{display:none}
.circ{flex:none;display:flex;flex-direction:column;align-items:center;gap:8px;width:84px;scroll-snap-align:start}
.circ-ic{width:78px;height:78px;border-radius:50%;background:#f1f3f6;display:flex;align-items:center;justify-content:center;color:#2a2f3a;border:2px solid transparent;transition:border-color .2s,background .2s}
.circ-ic svg{width:40px;height:32px}
.circ-ic svg.sq{width:34px;height:34px}
.circ span{font-size:13.5px;font-weight:500;color:var(--ink);white-space:nowrap}
.circ.promo .circ-ic{background:#eef1f6}
.circ.promo .circ-ic i{width:54px;height:54px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff}
.circ.promo .circ-ic i svg{width:28px;height:28px}
.circ.on .circ-ic{border-color:var(--blue);background:#f4f7ff}
.circ.on span{color:var(--blue);font-weight:600}
.circ:hover .circ-ic{background:#e9edf3}

/* ---------- Boutique ---------- */
.shop{max-width:1240px;margin:0 auto;padding:30px var(--pad) 10px}
.shop-head{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:16px;margin-bottom:18px}
.shop-head p{grid-column:1/-1}
.shop-head h1{margin:0;font-size:40px;font-weight:800;letter-spacing:-1.2px;color:var(--ink);line-height:1.05}
.shop-head p{margin:6px 0 0;font-size:16px;color:#5d6574}
.shop-count{font-size:15px;color:var(--muted2);white-space:nowrap}
.chips{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;margin:18px 0 20px;padding:2px}
.chips::-webkit-scrollbar{display:none}
.chip{flex:none;display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 18px;border:1px solid var(--line);border-radius:99px;background:#fff;font-size:15px;font-weight:500;color:var(--ink);box-shadow:0 1px 2px rgba(16,24,40,.04)}
.chip svg{width:18px;height:18px}
.chip:hover{border-color:#c9ced8}
.search-note{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:14px;color:var(--muted)}
.search-note b{color:var(--ink)}
.search-note button{color:var(--blue);font-weight:600}

/* ---------- Compte ---------- */
.acc{max-width:1160px;margin:0 auto;padding:30px var(--pad) 10px;display:grid;grid-template-columns:400px 1fr;gap:26px;align-items:start}
.acc-side,.acc-main{display:flex;flex-direction:column;gap:14px;min-width:0}
.prof{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.acc-prof{grid-column:1/-1}
.member{white-space:nowrap}
.logo-d,.logo-m,.ftr-brand img,.ftr-follow img,.drawer-logo{filter:brightness(1.05) contrast(1.08)}
.avatar{position:relative;width:118px;height:118px;border-radius:50%;padding:3px;border:2.5px solid var(--blue);flex:none}
.avatar-in{width:100%;height:100%;border-radius:50%;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}
.avatar-in img{width:112%;height:auto;max-width:none;filter:invert(1) grayscale(1) contrast(1.25);transform:translateY(2%)}
.avatar-cam{position:absolute;right:-2px;bottom:4px;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;border:2.5px solid #fff;display:flex;align-items:center;justify-content:center}
.avatar-cam svg{width:17px;height:17px}
.prof h1{margin:0;font-size:32px;font-weight:800;letter-spacing:-.8px;color:var(--ink);line-height:1.1}
.prof .handle{margin:4px 0 10px;font-size:15.5px;color:var(--muted)}
.member{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;background:#e6eeff;color:var(--blue);font-size:13.5px;font-weight:500}
.member svg{width:17px;height:17px}
.edit-btn{align-self:start;margin-top:18px;height:40px;padding:0 16px;border:1px solid #dfe3ea;border-radius:8px;font-size:14px;font-weight:500;color:var(--ink);background:#fff;white-space:nowrap}
.edit-btn:hover{border-color:var(--ink)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.stat{background:#f4f6f9;border-radius:10px;padding:14px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:98px}
.stat b{font-size:28px;font-weight:700;color:var(--ink);line-height:1.1}
.stat span{margin-top:6px;font-size:14px;color:var(--muted)}
.stat svg{width:30px;height:30px;color:var(--blue)}
.stat span.since{margin-top:4px}
.stat span.since strong{display:block;color:var(--ink);font-weight:600;margin-top:2px}
.list{border:1px solid #edf0f4;border-radius:10px;overflow:hidden;background:#fff}
.row{display:flex;align-items:center;gap:18px;width:100%;padding:15px 20px;text-align:left;background:#fff;transition:background .15s}
.row+.row{border-top:1px solid #edf0f4}
.row:hover{background:var(--soft2)}
.row>svg:first-child{width:30px;height:30px;color:var(--ink)}
.row .r-t{flex:1;min-width:0}
.row b{display:block;font-size:16px;font-weight:600;color:var(--ink)}
.row small{display:block;margin-top:3px;font-size:14px;color:var(--muted)}
.row .chev{width:20px;height:20px;color:#3b404b}
.row.soft{background:#f8f9fb}
.row.danger b{color:var(--red);font-weight:500}
.row.danger>svg:first-child{color:var(--red)}
.bn-acc{aspect-ratio:3/1;border-radius:10px}
.bn-acc .hot-ig{left:4.3%;top:64%;width:5.7%;height:17%}
.bn-acc .hot-tt{left:14%;top:63%;width:6.2%;height:19%}
.bn-acc .hot-yt{left:24%;top:64%;width:7.3%;height:17%}
.bn-acc .hot-go{left:90.5%;top:42%;width:7%;height:21%;border-radius:50%}

/* ---------- Info pages ---------- */
.info{max-width:820px;margin:0 auto;padding:34px var(--pad) 10px}
.info .back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--muted);margin-bottom:14px}
.info .back svg{width:18px;height:18px}
.info h1{margin:0 0 14px;font-size:34px;font-weight:800;letter-spacing:-.8px;color:var(--ink)}
.info p,.info li{font-size:15.5px;line-height:1.65;color:#3d4350}
.info h3{margin:22px 0 6px;font-size:17px;color:var(--ink)}

/* ---------- Drawers ---------- */
.overlay{position:fixed;inset:0;z-index:80;background:rgba(10,12,18,.45);backdrop-filter:blur(2px);animation:fade .2s}
@keyframes fade{from{opacity:0}}
.drawer{position:fixed;top:0;bottom:0;z-index:90;width:min(380px,88vw);background:#fff;display:flex;flex-direction:column;visibility:hidden;transition:transform .28s cubic-bezier(.2,.8,.2,1),visibility 0s linear .28s}
.drawer-left{left:0;transform:translateX(-110%)}
.drawer-right{right:0;transform:translateX(110%)}
.drawer.open{transform:none;visibility:visible;box-shadow:0 0 40px rgba(0,0,0,.18);transition:transform .28s cubic-bezier(.2,.8,.2,1),visibility 0s}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef0f4}
.drawer-head h3{margin:0;font-size:18px;font-weight:700}
.drawer-head .muted{color:var(--muted);font-weight:500}
.drawer-logo{height:52px;width:auto;mix-blend-mode:multiply}
.drawer-nav{display:flex;flex-direction:column;padding:10px 8px}
.drawer-nav a{display:flex;align-items:center;gap:14px;padding:15px 12px;border-radius:10px;font-size:17px;font-weight:600;color:var(--ink)}
.drawer-nav a:hover{background:var(--soft)}
.drawer-nav a.active{color:var(--blue)}
.drawer-nav svg{width:24px;height:24px}
.drawer-nav svg.ic-wide{width:28px}
.drawer-nav .chev{margin-left:auto;width:18px;height:18px;color:#9aa2af}
.drawer-sub{display:flex;flex-direction:column;padding:12px 20px;border-top:1px solid #eef0f4}
.drawer-sub a{padding:9px 0;font-size:15px;color:var(--muted)}
.drawer-social{margin-top:auto;display:flex;align-items:center;gap:14px;padding:18px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid #eef0f4}
.drawer-social a{color:var(--ink)}
.drawer-social span{font-weight:600;font-size:15px;margin-left:auto}
.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}
.cart-empty-ic{width:86px;height:86px;border-radius:50%;background:var(--soft);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.cart-empty-ic svg{width:40px;height:40px;color:var(--ink)}
.cart-empty-t{margin:0;font-size:19px;font-weight:700;color:var(--ink)}
.cart-empty-s{margin:8px 0 20px;font-size:14.5px;color:var(--muted);max-width:260px;line-height:1.5}

/* ---------- Toast ---------- */
.toast{position:fixed;left:50%;bottom:28px;z-index:120;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#0d0f14;color:#fff;padding:12px 18px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 10px 30px rgba(0,0,0,.25);transition:opacity .25s,transform .25s;max-width:calc(100vw - 32px);text-align:center}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width:1180px){
  .hdr-nav{gap:28px}
  .hdr-search{width:200px;margin-right:4px}
  .cats{grid-template-columns:repeat(3,1fr)}
  .ftr-inner{grid-template-columns:120px 1fr 1fr 1fr;row-gap:14px}
  .ftr-inner>.ftr-follow{border-left:0}
  .ftr-news{grid-column:span 3}
  .acc{grid-template-columns:1fr}
}
@media (max-width:1000px){
  .trust{grid-template-columns:repeat(2,1fr);row-gap:10px}
  .trust-it:nth-child(3){border-left:0}
  .banners{grid-template-columns:1fr}
}

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width:860px){
  .m-only{display:inline-flex!important}
  .d-only,.d-only-block{display:none!important}
  .circles.m-circles{display:flex}
  .m-only-block{display:block}
  body{padding-bottom:calc(var(--tab-h) + env(safe-area-inset-bottom))}
  .hdr{border-bottom:0}
  .hdr-inner{height:84px;padding:0 10px;grid-template-columns:1fr auto 1fr;gap:6px}
  .hdr-burger{display:inline-flex;justify-self:start}
  .hdr-burger svg{width:28px;height:28px}
  .hdr-nav,.hdr-search{display:none}
  .hdr-logo{justify-self:center;grid-column:2}
  .logo-d-wrap{display:none}
  .logo-m{display:block;height:66px;width:auto}
  .hdr-actions{gap:2px;grid-column:3}
  .hdr-actions .icon-btn svg{width:26px;height:26px}
  .cart-btn .badge{top:0;right:1px}

  .hero{margin:4px 12px 0;border-radius:12px;background:#000}
  .hero-d,.hero-cta,.hero-arrows{display:none}
  .hero-m{display:block;width:100%;height:auto}
  .hero-dots{left:50%;transform:translateX(-50%);bottom:6%;gap:5px}
  .hero-dots i{width:6px;height:6px;background:rgba(255,255,255,.45)}
  .hero-dots i.on{width:6px;background:#3d7bff}

  .wrap{padding:0 14px}
  .cats,.banners,.ftr-follow-d{display:none}
  .m-circles{margin-top:16px}
  .circles{gap:6px}
  .circ{flex:1 0 0;width:auto;min-width:0}
  .circ-ic{width:100%;max-width:66px;height:auto;aspect-ratio:1}
  .circ-ic svg{width:34px;height:28px}
  .circ-ic svg.sq{width:28px;height:28px}
  .circ.promo .circ-ic i{width:46px;height:46px}
  .circ.promo .circ-ic i svg{width:24px;height:24px}
  .circ span{font-size:clamp(10.5px,3vw,12.5px);letter-spacing:-.15px}

  .sec{margin-top:24px}
  .sec-head{align-items:center;margin-bottom:12px}
  .sec-head h2{font-size:21px;font-weight:700;text-transform:none;letter-spacing:-.4px}
  .sec-head p{display:none}
  .see-all{font-size:16px;color:var(--blue);text-decoration:none;font-weight:500}
  .see-all svg{width:22px;height:22px}
  .empty{padding:30px 18px;border-radius:12px}
  .empty h3{font-size:17px}
  .empty p{font-size:13.5px}

  .trust{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;padding:10px 0;border-radius:10px}
  .trust-it{flex-direction:column;gap:6px;padding:4px 3px;text-align:center;min-width:0}
  .trust-it:nth-child(3){border-left:1px solid #edf0f4}
  .trust-it svg{width:28px;height:28px}
  .trust-it .d-t{display:none}
  .trust-it .m-t{display:block;font-size:clamp(9.5px,2.65vw,11px);line-height:1.4;color:var(--ink);font-weight:400}

  .bn-m{display:block;margin-top:14px;aspect-ratio:3/1;border-radius:10px}

  .ftr{margin-top:22px;background:var(--soft2)}
  .ftr-inner{grid-template-columns:1fr 1fr;padding:18px 18px 6px;row-gap:6px}
  .ftr-inner>*{border-left:0!important;padding:6px 0;min-height:0}
  .ftr-brand{grid-column:1/-1;justify-content:center}
  .ftr-brand img{width:96px}
  .ftr-tagline{grid-column:1/-1;font-size:10px}
  .ftr-follow{grid-column:1/-1}
  .ftr-news{grid-column:1/-1}
  .ftr-col a{font-size:13px;padding:2px 0}
  .ftr h4{font-size:13px}
  .news-form input,.news-form button{height:42px;font-size:14px}
  .ftr-news p{font-size:12px}

  .tabbar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:0;right:0;bottom:0;z-index:60;height:calc(var(--tab-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid #eceff3}
  .tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#1d2129;font-size:12.5px;font-weight:500}
  .tabbar svg{width:27px;height:27px}
  .tabbar svg.ic-wide{width:36px;height:27px}
  .tabbar .ic-on{display:none}
  .tabbar a.active{color:var(--blue)}
  .tabbar a.active .ic-on{display:block}
  .tabbar a.active .ic-off{display:none}

  .shop{padding:2px 14px 6px}
  .shop-head{margin-bottom:14px}
  .shop-head h1{font-size:30px;letter-spacing:-.9px}
  .shop-head p{font-size:14px;margin-top:4px}
  .shop-count{font-size:13px}
  .chips{margin:14px -14px 16px;padding:2px 14px;gap:8px}
  .chip{height:40px;padding:0 14px;font-size:14px}

  .acc{padding:4px 14px 6px;gap:12px}
  .avatar{width:96px;height:96px}
  .avatar-cam{width:30px;height:30px}
  .avatar-cam svg{width:15px;height:15px}
  .prof{gap:14px;grid-template-columns:auto 1fr;position:relative}
  .prof .edit-btn{position:absolute;top:24px;right:0;margin:0}
  .prof h1{font-size:26px}
  .prof .handle{font-size:14px;margin:2px 0 8px}
  .member{font-size:12px;padding:5px 11px}
  .member svg{width:15px;height:15px}
  .edit-btn{margin-top:12px;height:34px;padding:0 11px;font-size:13px}
  .stats{gap:8px}
  .stat{min-height:80px;padding:10px 4px}
  .stat b{font-size:22px}
  .stat span{font-size:12.5px;margin-top:4px}
  .stat svg{width:24px;height:24px}
  .row{gap:14px;padding:13px 16px}
  .row>svg:first-child{width:26px;height:26px}
  .row b{font-size:15px}
  .row small{font-size:13px}
  .info{padding:10px 16px}
  .info h1{font-size:28px}
  .toast{bottom:calc(var(--tab-h) + 14px + env(safe-area-inset-bottom))}
}
@media (max-width:400px){
  .logo-m{height:60px}
  .avatar{width:88px;height:88px}
  .prof h1{font-size:24px}
}
