:root{
      --bg:#050709;
      --panel:#10151d;
      --panel-2:#151b25;
      --panel-3:#1c2430;
      --text:#f4f6f9;
      --muted:#9aa6b5;
      --muted-2:#758292;
      --line:rgba(255,255,255,.085);
      --line-2:rgba(255,255,255,.16);
      --gold:#d2a65f;
      --gold-soft:#f0d2a0;
      --blue:#1392ff;
      --green:#47d985;
      --container:1420px;
      --shadow:0 30px 90px rgba(0,0,0,.42);
      --shadow-soft:0 18px 52px rgba(0,0,0,.28);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      background:
        radial-gradient(circle at 0 0, rgba(19,146,255,.11), transparent 32vw),
        radial-gradient(circle at 100% 0, rgba(210,166,95,.11), transparent 34vw),
        linear-gradient(180deg,#050709 0%,#090d12 42%,#050709 100%);
      font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
      line-height:1.45;
      overflow-x:hidden;
    }
    body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");mix-blend-mode:soft-light}
    .bg-storm{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
    .bg-strike{position:absolute;opacity:0;background-image:none;background-repeat:no-repeat;background-size:contain;background-position:center;mix-blend-mode:screen;filter:saturate(1.12) contrast(1.04) brightness(1.04) drop-shadow(0 0 38px rgba(255,167,104,.22)) drop-shadow(0 0 96px rgba(255,227,188,.18));animation:stormPhotoFlash 14s infinite ease-out}
    .bg-strike:after{content:"";position:absolute;inset:-8%;background:radial-gradient(circle at 35% 28%, rgba(255,176,118,.18), transparent 42%),radial-gradient(circle at 52% 44%, rgba(255,210,165,.12), transparent 46%);opacity:.72;filter:blur(24px)}
    .bg-strike.s1{left:-14%;top:-10%;width:74vw;height:52vw;min-width:860px;min-height:520px;background-position:center;transform:rotate(-7deg);animation-delay:0s}
    .bg-strike.s2{right:-18%;top:16%;width:58vw;height:42vw;min-width:680px;min-height:430px;background-position:center;transform:scaleX(-1) rotate(-17deg);animation-delay:-4.8s;filter:saturate(1.08) brightness(1.02) blur(.25px) drop-shadow(0 0 32px rgba(255,167,104,.16))}
    .bg-strike.s3{left:4%;bottom:-18%;width:52vw;height:38vw;min-width:600px;min-height:380px;background-position:center;transform:rotate(19deg);animation-delay:-9.2s;filter:saturate(1.08) brightness(1.01) blur(.35px) drop-shadow(0 0 28px rgba(255,167,104,.14))}
    @keyframes stormPhotoFlash{0%,84%,100%{opacity:0}1.4%{opacity:.06}2.1%{opacity:.62}2.7%{opacity:.14}3.5%{opacity:.5}4.3%{opacity:0}45.4%{opacity:0}46.1%{opacity:.1}46.9%{opacity:.56}47.5%{opacity:.16}48.3%{opacity:.4}49%{opacity:0}}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    button{cursor:pointer}
    img{display:block;max-width:100%}
    .container{width:min(calc(100% - 56px),var(--container));margin:0 auto}
    .topline,.header,main,.bottom-mobile{position:relative;z-index:1}
    .topline{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}

    .header{position:sticky;top:0;z-index:100;background:rgba(5,7,9,.74);border-bottom:1px solid rgba(255,255,255,.065);backdrop-filter:blur(18px)}
    .header-inner{min-height:92px;display:grid;grid-template-columns:max-content minmax(220px,360px) auto auto;gap:16px;align-items:center}
    .brand{display:flex;align-items:center;gap:16px;min-width:0}
    .brand-mark{width:58px;height:58px;flex:0 0 auto;filter:drop-shadow(0 12px 26px rgba(0,0,0,.46))}
    .brand-mark img{width:100%;height:100%;object-fit:contain}
    .brand-name{font-family:'Cormorant Garamond',serif;font-size:31px;font-weight:700;line-height:.9;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
    .nav{display:flex;align-items:center;gap:6px;padding:7px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.075);justify-self:start;width:max-content}
    .nav a{padding:11px 16px;border-radius:999px;color:#c8d1dc;font-size:14px;font-weight:750;transition:.18s ease;white-space:nowrap}
    .nav a:hover{background:rgba(255,255,255,.06);color:#fff}
    .header-actions{display:flex;align-items:center;gap:12px}
    .menu-toggle{display:none;align-items:center;justify-content:center;width:50px;height:50px;border-radius:16px;border:1px solid rgba(255,255,255,.085);background:rgba(255,255,255,.04);color:#fff;box-shadow:var(--shadow-soft)}
    .menu-toggle svg{width:22px;height:22px}
    .mobile-menu-backdrop{display:none}
    .mobile-menu{display:none}
    .cart-btn{position:relative}
    .cart-count{min-width:22px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(210,166,95,.18);color:var(--gold-soft);font-size:12px;font-weight:950;line-height:1}
    .btn{min-height:52px;border:0;border-radius:17px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:15px;font-weight:850;white-space:nowrap;transition:transform .18s ease,filter .18s ease,border-color .18s ease,background .18s ease}
    .btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
    .btn-primary{background:linear-gradient(180deg,#1594ff,#0a69c6);box-shadow:0 16px 40px rgba(19,146,255,.22),inset 0 1px 0 rgba(255,255,255,.22)}
    .btn-secondary{border:1px solid rgba(255,255,255,.105);background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}

    .header-search{position:relative;width:100%;max-width:360px;justify-self:start}
    .header-search input{width:100%;height:48px;outline:none;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:rgba(255,255,255,.035);color:#fff;padding:0 44px 0 16px;font-size:14px;font-weight:650}
    .header-search input::placeholder{color:#7d8897}
    .header-search svg{position:absolute;right:15px;top:50%;translate:0 -50%;width:18px;height:18px;color:#8b96a5;pointer-events:none}
    .suggest-box{position:absolute;left:0;right:0;top:calc(100% + 10px);display:none;overflow:hidden;z-index:160;border:1px solid rgba(255,255,255,.095);border-radius:18px;background:rgba(8,12,17,.97);box-shadow:0 26px 72px rgba(0,0,0,.5);backdrop-filter:blur(18px)}
    .suggest-box.active{display:block}
    .suggest-item{width:100%;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.06)}
    .suggest-item:last-child{border-bottom:0}
    .suggest-item:hover{background:rgba(255,255,255,.055)}
    .suggest-title{display:block;font-size:14px;font-weight:850;line-height:1.25}
    .suggest-meta{display:block;margin-top:4px;color:#8995a5;font-size:12px;font-weight:700}
    .suggest-price{color:var(--gold-soft);font-weight:900;font-size:13px;white-space:nowrap}

    .home-view{display:block}
    .product-view{display:none;padding-top:28px}
    .article-view{display:none;padding-top:28px}
    body.mode-product .home-view{display:none}
    body.mode-product .product-view{display:block}
    body.mode-article .home-view{display:none}
    body.mode-article .article-view{display:block}

    .hero{padding:28px 0 22px}
    .hero-shell{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:40px;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 28%),linear-gradient(180deg,rgba(19,24,31,.96),rgba(10,13,18,.98));box-shadow:var(--shadow)}
    .hero-shell:before,.hero-shell:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(6px)}
    .hero-shell:before{width:500px;height:500px;right:-130px;top:-130px;background:radial-gradient(circle,rgba(210,166,95,.14),transparent 70%)}
    .hero-shell:after{width:560px;height:560px;left:-190px;bottom:-240px;background:radial-gradient(circle,rgba(19,146,255,.12),transparent 72%)}
    .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:30px;align-items:stretch;padding:42px}
    .hero-copy{min-height:590px;display:flex;flex-direction:column;justify-content:space-between}
    .eyebrow,.section-kicker{display:inline-block;color:var(--gold-soft);font-size:11px;font-weight:850;letter-spacing:.22em;text-transform:uppercase}
    .eyebrow{width:max-content;padding:10px 14px;border-radius:999px;border:1px solid rgba(210,166,95,.22);background:rgba(210,166,95,.06)}
    h1{margin:26px 0 20px;font-family:'Cormorant Garamond',serif;font-size:clamp(72px,8.6vw,118px);line-height:.83;letter-spacing:.03em;font-weight:700;text-transform:uppercase}
    h1 span{display:block;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.42);opacity:.88}
    .hero-copy p{margin:0;max-width:650px;color:#d7dee7;font-size:20px;line-height:1.58}
    .hero-promo-stack{display:grid;gap:16px;margin:12px 0 0;max-width:860px}
    .hero-promo{display:block;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 70px rgba(0,0,0,.28);background:rgba(255,255,255,.02)}
    .hero-promo img{display:block;width:100%;height:auto}
    .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px;width:100%;max-width:720px}.hero-actions .btn{width:100%;justify-content:center}
    .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:42px}
    .hero-stat{padding:22px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
    .hero-stat strong{display:block;font-size:30px;line-height:1;font-weight:900;letter-spacing:-.04em}
    .hero-stat span{display:block;margin-top:9px;color:#a9b3c0;font-size:14px;line-height:1.45}
    .hero-visual{min-height:590px;display:grid;place-items:center}
    .logo-stage{width:100%;height:100%;min-height:520px;position:relative;overflow:hidden;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 50% 28%, rgba(255,255,255,.08), transparent 30%),linear-gradient(180deg,#0c1118,#090d13 56%,#0b1017);box-shadow:var(--shadow-soft);display:grid;place-items:center;isolation:isolate}
    .logo-stage:before,.logo-stage:after{content:"";position:absolute;left:50%;top:50%;translate:-50% -50%;border-radius:50%;pointer-events:none}
    .logo-stage:before{width:76%;aspect-ratio:1;border:1px solid rgba(210,166,95,.18)}
    .logo-stage:after{width:92%;aspect-ratio:1;border:1px solid rgba(19,146,255,.08)}
    .logo-stage .storm-wash{position:absolute;inset:-6%;background:radial-gradient(circle at 30% 24%, rgba(255,178,120,.12), transparent 38%),radial-gradient(circle at 52% 42%, rgba(255,214,182,.10), transparent 44%);mix-blend-mode:screen;opacity:0;filter:blur(22px);animation:ambientFlash 6.6s infinite ease-out;pointer-events:none}
    .hero-3d-wrap{position:relative;z-index:1;width:min(100%,560px);height:min(100%,560px);display:grid;place-items:center}
    .hero-3d-stage{position:relative;width:100%;height:100%;min-height:480px;display:grid;place-items:center}
    .hero-3d-placeholder-stage{overflow:hidden}
    .hero-3d-placeholder{position:relative;z-index:4;display:grid;justify-items:center;gap:16px;width:min(82%,430px);padding:34px 30px;border:1px solid rgba(255,255,255,.085);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 28px 72px rgba(0,0,0,.24);backdrop-filter:blur(10px);color:#aeb9c7;text-align:center}
    .hero-3d-placeholder svg{width:42px;height:42px;color:#657181;opacity:.72;filter:drop-shadow(0 12px 26px rgba(0,0,0,.32))}
    .hero-3d-placeholder span{display:block;font-size:20px;line-height:1.35;font-weight:750;letter-spacing:.01em}
    .motion-core{position:relative;z-index:4;width:min(92%,500px);min-height:430px;display:grid;place-items:center}
    .motion-core:before{content:"";position:absolute;inset:7% 3%;border-radius:50%;background:radial-gradient(circle at 44% 35%, rgba(255,183,125,.22), rgba(255,183,125,0) 44%),radial-gradient(circle at 48% 48%, rgba(255,230,205,.12), rgba(255,230,205,0) 56%);opacity:0;filter:blur(18px);animation:ambientFlash 6.6s infinite ease-out}
    .hero-vial{--label-gold:rgba(222,188,122,.78);--label-blue:rgba(116,186,238,.78);position:absolute;z-index:4;width:82px;height:198px;border-radius:30px 30px 22px 22px;border:1px solid rgba(255,255,255,.54);background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.94) 0 8%,transparent 30%),linear-gradient(90deg,rgba(255,255,255,.72) 0 5%,rgba(255,255,255,.16) 12%,rgba(255,255,255,0) 28%,rgba(120,138,158,.12) 82%,rgba(82,96,114,.26) 100%),linear-gradient(180deg,#fbfdff 0%,#eef3f9 30%,#dbe3ec 68%,#c4ced9 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),inset -10px 0 22px rgba(117,130,145,.16),inset 0 -14px 22px rgba(84,95,111,.08),0 26px 56px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.06);transform-origin:50% 72%;animation:vialFloat 7s ease-in-out infinite}
    .hero-vial:before{content:"";position:absolute;left:18px;right:18px;top:-24px;height:40px;border-radius:14px 14px 10px 10px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.24),transparent 38%),linear-gradient(180deg,#394354 0%,#222b3a 46%,#111723 100%);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 12px rgba(0,0,0,.18)}
    .hero-vial:after{content:"";position:absolute;left:12px;right:12px;top:72px;height:58px;border-radius:18px;background:radial-gradient(circle at 24% 26%,var(--label-gold) 0 22%,transparent 50%),radial-gradient(circle at 76% 74%,var(--label-blue) 0 24%,transparent 52%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,246,250,.98));border:1px solid rgba(177,188,201,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -10px 18px rgba(118,129,144,.08),0 8px 16px rgba(12,18,28,.14)}
    .hero-vial.vial-a{left:10%;top:15%;rotate:-15deg;--label-gold:rgba(227,194,126,.82);--label-blue:rgba(121,190,240,.82)}
    .hero-vial.vial-b{right:8%;top:24%;scale:.9;rotate:20deg;animation-delay:-1.8s;--label-gold:rgba(214,183,116,.78);--label-blue:rgba(105,175,232,.82)}
    .hero-vial.vial-c{left:44%;bottom:0;scale:.8;rotate:8deg;animation-delay:-3.4s;--label-gold:rgba(220,190,128,.76);--label-blue:rgba(116,182,238,.8)}
    .hero-lightning{position:absolute;z-index:3;opacity:0;background-image:none;background-repeat:no-repeat;background-size:contain;background-position:center;mix-blend-mode:screen;filter:saturate(1.14) brightness(1.08) contrast(1.06) drop-shadow(0 0 28px rgba(255,169,102,.24)) drop-shadow(0 0 68px rgba(255,229,193,.2));animation:heroPhotoFlash 6.6s infinite ease-out}
    .hero-lightning:after{content:"";position:absolute;inset:-10%;background:radial-gradient(circle at 34% 28%, rgba(255,177,122,.24), transparent 36%),radial-gradient(circle at 56% 46%, rgba(255,232,208,.18), transparent 48%);opacity:.88;filter:blur(18px)}
    .hero-lightning.lightning-main{left:-12%;top:-18%;width:126%;height:96%;background-position:center;transform:rotate(-8deg);animation-delay:0s}
    .hero-lightning.lightning-secondary{left:14%;bottom:-20%;width:82%;height:56%;background-position:center;transform:rotate(17deg);filter:saturate(1.1) brightness(1.04) blur(.28px) drop-shadow(0 0 22px rgba(255,169,102,.18));animation-delay:-3.4s}
    @keyframes vialFloat{0%,100%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(0,-22px,0) rotate(16deg)}}
    @keyframes heroPhotoFlash{0%,66%,100%{opacity:0}67.2%{opacity:.08}67.8%{opacity:1}68.4%{opacity:.18}69.1%{opacity:.78}69.7%{opacity:.06}70.5%{opacity:.9}71.2%{opacity:.12}72%{opacity:0}}
    @keyframes ambientFlash{0%,67%,100%{opacity:0}68.2%{opacity:.10}68.9%{opacity:.34}69.5%{opacity:.06}70.2%{opacity:.24}70.9%{opacity:0}71.8%{opacity:.30}72.5%{opacity:0}}

    .section{padding:30px 0 0}
    .section-head{margin-bottom:18px}
    .section-kicker{margin-bottom:10px}
    .section-head h2{margin:0;font-family:'Cormorant Garamond',serif;font-size:54px;line-height:.92;letter-spacing:.01em;font-weight:700;text-transform:uppercase}

    .catalog-shell{border:1px solid rgba(255,255,255,.08);border-radius:34px;background:linear-gradient(180deg,rgba(16,20,26,.92),rgba(10,13,18,.98));box-shadow:var(--shadow);padding:22px}
    .catalog-top{display:grid;gap:18px}
    .search-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:16px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);box-shadow:var(--shadow-soft)}
    .search-field{position:relative}
    .search-field input{width:100%;height:58px;outline:none;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0c1117;color:#fff;padding:0 56px 0 18px;font-size:15px;font-weight:650}
    .search-field input::placeholder{color:#7a8493}
    .search-field svg{position:absolute;right:18px;top:50%;translate:0 -50%;width:20px;height:20px;color:#8894a4}
    .search-note{display:flex;align-items:center;color:#a9b2bd;font-size:14px;max-width:430px}
    .top-categories{display:flex;flex-wrap:wrap;gap:10px}
    .top-category{min-height:52px;padding:0 18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#cdd5de;font-size:15px;font-weight:850;transition:.18s ease}
    .top-category:hover{background:rgba(255,255,255,.05);color:#fff}
    .top-category.active{background:linear-gradient(135deg,rgba(210,166,95,.14),rgba(19,146,255,.08));border-color:rgba(210,166,95,.22);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}

    .brand-console{padding:18px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));box-shadow:var(--shadow-soft);overflow:hidden}
    .brand-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
    .brand-head span{color:#8f9aa9;font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
    .brand-head strong{color:var(--gold-soft);font-size:14px;font-weight:900;text-align:right}
    .brand-row{display:flex;flex-wrap:wrap;gap:10px}
    .brand-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);color:#d7dfe8;font-size:14px;font-weight:900;letter-spacing:.03em;transition:.18s ease;white-space:nowrap}
    .brand-btn:hover{color:#fff;background:rgba(255,255,255,.055)}
    .brand-btn.active{color:#fff;border-color:rgba(210,166,95,.24);background:linear-gradient(135deg,rgba(210,166,95,.14),rgba(19,146,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
    .catalog-suggest{top:calc(100% + 8px)}
    .product-index{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
    .product-filter-label{display:inline-flex;align-items:center;gap:8px}
    .product-filter-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}
    .product-index:before{content:none}
    .product-brand{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#c9d4df;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}

    .filter-console,.product-card,.detail-shell,.news-card,.article-shell{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(19,24,31,.94),rgba(12,16,22,.98));box-shadow:var(--shadow-soft)}
    .filter-console{padding:18px;border-radius:28px}
    .filter-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
    .filter-row h3{margin:0;font-size:30px;line-height:1;letter-spacing:-.05em}
    .filter-row span{color:#8f9aa9;font-size:13px;font-weight:750;text-align:right}
    .chips{display:flex;flex-wrap:wrap;gap:10px}
    .chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);color:#c6d0dc;font-size:14px;font-weight:750;transition:.18s ease}
    .chip:hover{color:#fff;background:rgba(255,255,255,.05)}
    .chip.active{color:#fff;border-color:rgba(210,166,95,.22);background:rgba(210,166,95,.1)}
    .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
    .product-card{overflow:hidden;border-radius:26px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
    .product-card:hover{transform:translateY(-4px);border-color:rgba(210,166,95,.18);box-shadow:0 32px 70px rgba(0,0,0,.42)}
    .product-media{position:relative;height:272px;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 50% 24%, rgba(255,255,255,.1), transparent 22%),linear-gradient(180deg,#e6eaef,#d3dae2 42%,#aeb8c4 100%)}
    .product-media:before{content:"";position:absolute;inset:22px;border-radius:24px;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}
    .product-media:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(210,166,95,.22),transparent 60%);filter:blur(3px)}
    .status{position:absolute;left:14px;top:14px;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(7,10,14,.76);color:#f5f7fa;font-size:12px;font-weight:850;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}
    .status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 18px rgba(71,217,133,.7)}
    .pack{position:relative;z-index:2;width:110px;height:150px;border-radius:18px 18px 12px 12px;border:1px solid rgba(0,0,0,.12);background:linear-gradient(160deg,#fff,#dfe5ed 62%,#bdc6d0);box-shadow:0 24px 46px rgba(0,0,0,.23);display:flex;align-items:end;justify-content:center;text-align:center;padding:12px 10px;color:#0d1117;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
    .pack:before{content:"";position:absolute;left:0;right:0;top:0;height:36px;border-radius:17px 17px 0 0;background:linear-gradient(90deg,#12161d,#303846,#12161d)}
    .pack:after{content:"PHARMASS";position:absolute;left:0;right:0;top:56px;text-align:center;font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:700;letter-spacing:.14em;color:rgba(0,0,0,.34)}
    .pack.bottle{width:78px;height:156px;border-radius:32px 32px 12px 12px}
    .pack.bottle:before{height:40px;border-radius:32px 32px 10px 10px}
    .pack.apparel{width:134px;height:112px;border-radius:26px 26px 14px 14px;clip-path:polygon(18% 0,36% 0,43% 15%,57% 15%,64% 0,82% 0,100% 22%,85% 44%,85% 100%,15% 100%,15% 44%,0 22%)}
    .product-body{padding:18px}
    .product-index{display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
    .product-index:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}
    .product-body h3{margin:12px 0 16px;min-height:52px;font-size:20px;line-height:1.18;letter-spacing:-.03em}
    .product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}
    .price{font-size:28px;font-weight:900;letter-spacing:-.05em}
    .mini-btn{width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff;font-weight:900;transition:.18s ease}
    .mini-btn:hover{background:rgba(19,146,255,.12);border-color:rgba(19,146,255,.2)}
    .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
    .card-action{min-height:44px;border-radius:15px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:#fff;font-size:13px;font-weight:850;transition:.18s ease}
    .card-action:hover{background:rgba(255,255,255,.065);border-color:rgba(210,166,95,.18)}
    .card-action.primary{background:rgba(19,146,255,.13);border-color:rgba(19,146,255,.22)}
    .empty{grid-column:1/-1;border-radius:26px;padding:28px;border:1px dashed rgba(255,255,255,.16);color:#a8b2bf;background:rgba(255,255,255,.02)}

    .news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
    .news-card{padding:22px;border-radius:28px}
    .article-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
    .article-card:hover{transform:translateY(-4px);border-color:rgba(210,166,95,.18);box-shadow:0 32px 70px rgba(0,0,0,.42)}
    .news-card time{display:block;color:var(--gold-soft);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
    .news-card h3{margin:14px 0 10px;font-size:24px;line-height:1.08;letter-spacing:-.04em}
    .news-card p{margin:0;color:#a5b0bd;font-size:15px;line-height:1.55}
    .article-shell{border-radius:34px;padding:42px}
    .article-shell time{display:block;margin-bottom:16px;color:var(--gold-soft);font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
    .article-shell h1{margin:0 0 20px;font-size:58px;line-height:.9;letter-spacing:-.03em}
    .article-shell p{max-width:900px;color:#c1cad4;font-size:18px;line-height:1.7}

    .footer{margin-top:36px;padding:30px 0 54px;border-top:1px solid rgba(255,255,255,.08)}
    .footer-grid{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:start}
    .footer-brand{display:flex;align-items:center;gap:14px}
    .footer-brand img{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.45))}
    .footer-brand strong{display:block;font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
    .footer p{margin:12px 0 0;max-width:640px;color:#97a3b1}
    .footer-links{display:grid;gap:8px;text-align:right;color:#c6cfda;font-weight:700}

    .back{border:0;background:transparent;color:#9cc5ff;font-weight:850;font-size:15px;padding:0;display:inline-flex;align-items:center;gap:8px;margin:0 0 20px}
    .detail-shell{overflow:hidden;border-radius:34px;display:grid;grid-template-columns:minmax(0,1fr) 520px}
    .detail-media{min-height:660px;position:relative;display:grid;place-items:center;background:linear-gradient(180deg,#e6eaef,#d3dae2 42%,#aeb8c4 100%);overflow:hidden}
    .detail-media:before{content:"";position:absolute;inset:32px;border:1px solid rgba(0,0,0,.06);border-radius:28px}
    .detail-media .pack{width:164px;height:220px;font-size:13px}
    .detail-media .pack.bottle{width:96px;height:226px}
    .detail-info{padding:40px;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,rgba(19,24,31,.94),rgba(12,16,22,.98))}
    .detail-price{font-size:52px;font-weight:900;letter-spacing:-.06em;margin:0 0 16px}
    .meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
    .meta-row span{display:inline-flex;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#c6cfda;font-size:13px;font-weight:700}
    .detail-info h1{margin:0 0 20px;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:44px;line-height:1.1;letter-spacing:-.03em;font-weight:900;text-transform:none}
    .footer-info-link{color:var(--gold-soft)!important}
    .wide-btn{width:100%;margin-bottom:24px}
    .desc{padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}
    .desc h2{margin:0 0 12px;font-size:24px;letter-spacing:-.04em}
    .desc p,.desc li{color:#c1cad4;font-size:16px;line-height:1.62}
    .desc ul{padding:0;margin:0 0 0 18px}
    .bottom-mobile{display:none}
    .cart-backdrop{position:fixed;inset:0;z-index:180;background:rgba(0,0,0,.48);opacity:0;pointer-events:none;transition:.18s ease}
    .cart-backdrop.active{opacity:1;pointer-events:auto}
    .cart-panel{position:fixed;z-index:190;right:22px;top:112px;width:min(420px,calc(100vw - 30px));max-height:calc(100vh - 140px);overflow:auto;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:rgba(9,13,18,.97);box-shadow:0 34px 100px rgba(0,0,0,.56);backdrop-filter:blur(20px);padding:20px;transform:translateY(-12px);opacity:0;pointer-events:none;transition:.18s ease}
    .cart-panel.active{transform:translateY(0);opacity:1;pointer-events:auto}
    .cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
    .cart-head h2{margin:0;font-size:26px;letter-spacing:-.04em}
    .cart-close{width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff;font-weight:900}
    .cart-list{display:grid;gap:10px}
    .cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.035)}
    .cart-item strong{display:block;font-size:15px;line-height:1.25}
    .cart-item span{display:block;margin-top:5px;color:#a8b2bf;font-size:13px;font-weight:700}
    .cart-remove{width:36px;height:36px;border-radius:13px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#fff}
    .cart-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-weight:900}
    .cart-empty{padding:18px;border-radius:18px;border:1px dashed rgba(255,255,255,.14);color:#9ea9b7;background:rgba(255,255,255,.025)}
    .toast{position:fixed;left:50%;bottom:24px;z-index:220;translate:-50% 12px;padding:13px 16px;border-radius:16px;background:rgba(12,17,24,.96);border:1px solid rgba(255,255,255,.09);box-shadow:0 20px 50px rgba(0,0,0,.4);color:#fff;font-size:14px;font-weight:800;opacity:0;pointer-events:none;transition:.2s ease}
    .toast.active{translate:-50% 0;opacity:1}
    .reveal{opacity:0;transform:translateY(28px);transition:opacity .62s ease,transform .62s ease}
    .reveal.visible{opacity:1;transform:translateY(0)}

    @media (max-width:1260px){
      .header-inner{grid-template-columns:auto minmax(240px,1fr) auto;grid-template-areas:"brand search actions" "nav nav nav";padding:14px 0 16px;min-height:auto}.brand{grid-area:brand}.header-search{grid-area:search}.nav{grid-area:nav;overflow:auto;justify-content:flex-start;justify-self:stretch;width:100%;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.header-actions{grid-area:actions}
      .hero-grid{grid-template-columns:1fr}.hero-copy{min-height:auto}.hero-visual{min-height:auto}.logo-stage{min-height:480px}.hero-3d-stage{min-height:420px}.product-grid,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:860px){
      .container{width:min(calc(100% - 30px),var(--container))}
      .header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search" "nav nav"}
      h1{font-size:66px}.hero-copy p{font-size:18px}.hero-stats{grid-template-columns:1fr}.search-band{grid-template-columns:1fr}.search-note{max-width:none}.section-head h2{font-size:46px}.detail-shell{grid-template-columns:1fr}.detail-media{min-height:400px}.detail-info{padding:28px}.detail-info h1{font-size:34px}.detail-price{font-size:42px}.footer-grid{grid-template-columns:1fr}.footer-links{text-align:left}
    }
    @media (max-width:640px){
      .brand-mark{width:40px;height:40px}.brand-name{font-size:22px;letter-spacing:.08em}.btn{min-height:50px;padding:0 15px;font-size:14px}.hero-shell,.catalog-shell,.detail-shell,.article-shell{border-radius:28px}.hero-grid{padding:26px}h1{font-size:54px}.hero-copy p{font-size:17px}.hero-promo-stack{gap:12px}.hero-promo{border-radius:22px}.logo-stage{min-height:360px}.hero-3d-stage{min-height:320px}.motion-core{min-height:320px}.hero-vial{width:58px;height:142px}.section-head h2{font-size:40px}.filter-row{display:block}.filter-row span{display:block;margin-top:8px;text-align:left}.chips{flex-wrap:nowrap;overflow:auto;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.news-grid{grid-template-columns:1fr}.product-card{border-radius:22px}.product-media{height:150px}.product-body{padding:12px}.product-index{font-size:10px;letter-spacing:.08em}.product-brand{font-size:9px;padding:4px 7px}.product-body h3{margin:10px 0 10px;min-height:auto;font-size:15px;line-height:1.2}.product-bottom{align-items:center;gap:8px}.price{font-size:18px}.mini-btn{width:38px;height:38px;border-radius:12px}.product-actions{gap:8px;margin-top:10px}.card-action{min-height:36px;border-radius:12px;font-size:11px;padding:0 6px}.product-photo{object-fit:contain;background:#091018;padding:10px}.footer-brand strong{font-size:24px}.bottom-mobile{position:sticky;bottom:0;z-index:60;display:grid;grid-template-columns:minmax(0,1fr) 64px;gap:10px;padding:14px 15px calc(14px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(5,7,9,0),rgba(5,7,9,.9) 24%,rgba(5,7,9,.98));backdrop-filter:blur(12px)}.bottom-mobile .cart-fab{padding:0;min-width:64px}.bottom-mobile .cart-fab .cart-count{margin-left:0}.cart-panel{right:15px;top:96px}.article-shell{padding:24px}.article-shell h1{font-size:30px;line-height:1.08}.article-shell p{font-size:16px;line-height:1.6}.header-search,.nav,.header-actions .btn,.header-actions .cart-btn{display:none}.header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions";padding:14px 0;gap:10px}.brand{min-width:0;gap:12px}.brand-name{overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;gap:0}.menu-toggle{display:flex}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:rgba(2,4,7,.68);backdrop-filter:blur(6px);z-index:140}.mobile-menu-backdrop.open{display:block}.mobile-menu{display:block;position:fixed;top:12px;right:12px;left:12px;z-index:150;padding:18px;border-radius:28px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(10,15,22,.98),rgba(7,10,15,.98));box-shadow:0 28px 80px rgba(0,0,0,.55);transform:translateY(-12px);opacity:0;pointer-events:none;transition:.22s ease}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.mobile-menu-brand{display:flex;align-items:center;gap:12px;min-width:0}.mobile-menu-brand img{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.42))}.mobile-menu-brand span{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:700;line-height:.9;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#fff;font-size:26px;font-weight:900;line-height:1}.mobile-menu-close svg{width:22px;height:22px}.mobile-menu-close span{display:block;line-height:1;transform:translateY(-1px)}.mobile-menu-links{display:grid;gap:10px}.mobile-menu-links a,.mobile-menu-links button{display:flex;align-items:center;justify-content:flex-start;min-height:56px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);color:#fff;font-weight:800}.mobile-menu-links .btn-primary{justify-content:center;border:none}.mobile-menu-links .btn-secondary{justify-content:center}.menu-open{overflow:hidden}
    }

    @media (max-width:640px){
      html,body{width:100%;max-width:100%;overflow-x:hidden}
      body{padding-bottom:86px}
      .container{width:100%;max-width:100%;padding-left:12px;padding-right:12px;margin-left:auto;margin-right:auto}
      .header-inner{width:100%;max-width:100%;box-sizing:border-box}
      .brand{max-width:calc(100vw - 86px)}
      .menu-toggle{flex:0 0 50px;position:relative;z-index:170}
      .mobile-menu{box-sizing:border-box;width:auto;max-width:calc(100vw - 24px);overflow:hidden}
      .mobile-menu-links a,.mobile-menu-links button{width:100%;box-sizing:border-box;white-space:normal;text-align:left}
      main,.home-view,.section,.hero,.catalog-shell,.catalog-top,.search-band,.filter-console,.product-grid,.product-card,.news-grid,.news-card,.article-shell,.detail-shell{max-width:100%;min-width:0;box-sizing:border-box}
      .hero-shell,.catalog-shell{overflow:hidden}
      .catalog-shell{padding:14px;border-radius:24px}
      .search-band{grid-template-columns:minmax(0,1fr);gap:10px;padding:12px;border-radius:20px;overflow:hidden}
      .search-field,.search-field input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
      .search-note{display:block;max-width:100%;font-size:12px;line-height:1.45;white-space:normal;overflow:hidden;text-overflow:clip}
      .top-categories,.chips{display:flex;flex-wrap:nowrap;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}
      .top-categories::-webkit-scrollbar,.chips::-webkit-scrollbar{display:none}
      .top-category,.chip{flex:0 0 auto;max-width:calc(100vw - 42px);white-space:nowrap}
      .filter-console{padding:14px;border-radius:24px;overflow:hidden}
      .filter-row h3{font-size:28px;max-width:100%;overflow:hidden;text-overflow:ellipsis}
      .product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;width:100%}
      .product-card{width:100%;max-width:100%;overflow:hidden}
      .product-media{width:100%;max-width:100%;height:220px}
      .product-body{min-width:0}
      .product-body h3,.price{overflow-wrap:anywhere}
      .section-head{max-width:100%;overflow:hidden}
      .section-head h2{font-size:clamp(32px,10.5vw,40px);max-width:100%;overflow-wrap:anywhere}
      .bottom-mobile{position:fixed;left:0;right:0;bottom:0;z-index:120;grid-template-columns:minmax(0,1fr) 64px;box-sizing:border-box}
      .bottom-mobile .btn-primary{width:100%;min-width:0}
      .bottom-mobile .cart-fab{position:relative;width:64px;min-width:64px;padding:0}
      .bottom-cart-count{position:absolute;right:7px;top:7px;margin:0;min-width:20px;height:20px;font-size:11px}
      .cart-panel{position:fixed;left:12px;right:12px;top:auto;bottom:92px;width:auto;max-width:none;max-height:72vh;box-sizing:border-box;overflow:auto}
    }

    @media(max-width:640px){
      body{padding-top:74px}
      .header{position:fixed;top:0;left:0;right:0;z-index:130}
      .header-inner{min-height:64px}
      .mobile-menu{top:82px}
      .mobile-menu-backdrop{top:0}
      .home-view,.product-view,.article-view{max-width:100%;overflow-x:hidden}
      .catalog-shell,.catalog-top,.search-band,.filter-console,.product-grid,.product-card{max-width:100%;min-width:0}
      .top-categories,.chips{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}

      .brand-console{padding:14px;border-radius:22px}
      .brand-head{margin-bottom:12px}
      .brand-row{max-width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none}
      .brand-row::-webkit-scrollbar{display:none}
      .brand-btn{flex:0 0 auto;min-height:44px;padding:0 15px;font-size:13px}
      .catalog-suggest{max-height:270px;overflow:auto}
    }
    @media(max-width:390px){
      body{padding-top:70px}
      .mobile-menu{top:78px}
    }

    @media(min-width:641px){
      .bg-strike,.hero-lightning{background-image:url('assets/lightning-orange-transparent.webp')}
    }

    @media(max-width:640px){
      .bg-storm,.hero-visual{display:none}
      .header,.bottom-mobile,.mobile-menu{backdrop-filter:none;-webkit-backdrop-filter:none}
      .hero-shell,.catalog-shell,.product-card,.filter-console,.search-band,.panel,.stat{box-shadow:0 14px 38px rgba(0,0,0,.24)}
      .reveal{transition:none}
      body:before{opacity:.08}
    }

    .product-index{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--gold-soft);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
    .product-index:before{content:none}
    .product-filter-label{display:inline-flex;align-items:center;gap:8px}
    .product-filter-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}
    .product-brand{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#c9d4df;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}

    .suggest-empty{padding:14px 15px;color:#8f9aa9;font-size:13px;font-weight:750}
    .search-field .suggest-box{max-height:340px;overflow:auto}
    @media(max-width:640px){
      .search-field .suggest-box{position:absolute;left:0;right:0;max-height:300px}
      .suggest-item{padding:12px 13px}
      .suggest-title{font-size:13px}
    }

    .news-image{width:100%;height:150px;object-fit:cover;border-radius:20px;margin:0 0 16px;border:1px solid rgba(255,255,255,.08);background:#090d14}
    .article-cover{width:100%;max-height:420px;object-fit:cover;border-radius:26px;margin:0 0 24px;border:1px solid rgba(255,255,255,.08);background:#090d14}
    @media(max-width:640px){
      .news-image{height:130px;border-radius:18px}
      .article-cover{max-height:300px;border-radius:22px}
    }

  
    /* v53: uploaded product photos from admin */
    .product-photo{
      position:absolute;
      inset:0;
      z-index:2;
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .product-card.has-photo .product-media:before,
    .product-card.has-photo .product-media:after{
      display:none;
    }
    .product-card.has-photo .product-media{
      background:#0b1119;
    }
    .detail-photo{
      position:absolute;
      inset:0;
      z-index:2;
      width:100%;
      height:100%;
      object-fit:cover;
      display:none;
    }
    .detail-media.has-photo:before{
      display:none;
    }
    .detail-media.has-photo{
      background:#0b1119;
    }

  

    /* Mobile stability hardening after Supabase migration */
    @media(max-width:640px){
      html,body{background:#05070a!important;color:#fff!important;overflow-x:hidden!important;}
      main,.home-view,.container,.hero,.section,.catalog-shell,.detail-shell,.article-shell{max-width:100%!important;min-width:0!important;box-sizing:border-box!important;}
      .home-view{display:block!important;}
      .hero-shell{background:linear-gradient(180deg,rgba(16,21,28,.98),rgba(5,7,10,.98))!important;min-height:auto!important;}
      .hero-grid{display:block!important;padding:24px 18px 28px!important;}
      .hero-copy{display:block!important;min-height:auto!important;}
      .hero-visual,.bg-storm{display:none!important;}
      .product-grid,.news-grid{display:grid!important;grid-template-columns:1fr!important;}
      .bottom-mobile{transform:translateZ(0);}
      .product-photo,.news-image,.article-cover{max-width:100%;height:auto;}
    }
  

    /* v62: mobile product/card/cart stability fixes */
    @media(max-width:640px){
      .product-card{touch-action:manipulation!important;}
      .product-media{height:320px!important;background:#0b1119!important;}
      .product-card.has-photo .product-media{background:#0b1119!important;}
      .product-photo,.detail-photo{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        max-width:none!important;
        object-fit:cover!important;
        object-position:center!important;
        display:block;
      }
      .detail-media{min-height:380px!important;background:#0b1119!important;}
      .detail-media.has-photo{background:#0b1119!important;}
      .detail-shell{overflow:hidden!important;}
      .cart-backdrop.active{background:rgba(0,0,0,.62)!important;}
      .cart-panel{
        left:14px!important;
        right:14px!important;
        top:auto!important;
        bottom:calc(90px + env(safe-area-inset-bottom))!important;
        width:auto!important;
        max-width:none!important;
        max-height:calc(100svh - 132px)!important;
        padding:22px!important;
        border-radius:30px!important;
        overflow:auto!important;
      }
      .cart-head{align-items:center!important;margin-bottom:18px!important;}
      .cart-head h2{font-size:34px!important;line-height:1!important;}
      .cart-close,
      .cart-remove{
        flex:0 0 auto!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:54px!important;
        height:54px!important;
        min-width:54px!important;
        min-height:54px!important;
        padding:0!important;
        border-radius:18px!important;
        font-size:28px!important;
        line-height:1!important;
        text-align:center!important;
      }
      .cart-list{gap:12px!important;}
      .cart-item{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 54px!important;
        align-items:center!important;
        gap:12px!important;
        padding:16px!important;
        border-radius:22px!important;
      }
      .cart-item strong{font-size:18px!important;white-space:normal!important;overflow-wrap:anywhere!important;}
      .cart-item span{font-size:15px!important;}
      .cart-total{font-size:22px!important;}
      .cart-total strong{font-size:24px!important;}
      .cart-panel .wide-btn{min-height:74px!important;font-size:22px!important;border-radius:24px!important;}
    }

  

    /* v63: mobile product popup + corrected product media alignment */
    @media(max-width:640px){
      .product-photo,
      .detail-photo{
        object-fit:cover!important;
        object-position:center center!important;
      }
      .product-card.has-photo .product-media{
        display:block!important;
        position:relative!important;
      }
      body.mode-product .home-view{display:block!important;filter:none!important;}
      body.mode-product{overflow:hidden!important;}
      body.mode-product .product-view{
        position:fixed!important;
        inset:0!important;
        z-index:260!important;
        display:block!important;
        width:100%!important;
        max-width:none!important;
        padding:calc(16px + env(safe-area-inset-top)) 14px calc(112px + env(safe-area-inset-bottom))!important;
        overflow-y:auto!important;
        overscroll-behavior:contain!important;
        background:rgba(3,5,8,.78)!important;
        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
      }
      body.mode-product .product-view:before{
        content:"";
        position:fixed;
        inset:0;
        z-index:-1;
        background:radial-gradient(circle at 50% 0,rgba(19,146,255,.12),transparent 55%),rgba(0,0,0,.48);
      }
      body.mode-product .product-view .back{
        position:sticky!important;
        top:0!important;
        z-index:3!important;
        width:100%!important;
        min-height:52px!important;
        margin:0 0 12px!important;
        padding:0 16px!important;
        justify-content:flex-start!important;
        border-radius:18px!important;
        background:rgba(9,13,18,.94)!important;
        border:1px solid rgba(255,255,255,.1)!important;
        backdrop-filter:blur(10px)!important;
        -webkit-backdrop-filter:blur(10px)!important;
        font-size:18px!important;
      }
      body.mode-product .detail-shell{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        border-radius:28px!important;
        overflow:hidden!important;
        box-shadow:0 28px 90px rgba(0,0,0,.58)!important;
      }
      body.mode-product .detail-media{
        min-height:0!important;
        height:min(68vw,420px)!important;
        display:block!important;
        position:relative!important;
        background:#0b1119!important;
      }
      body.mode-product .detail-media .status{
        left:16px!important;
        top:16px!important;
        font-size:16px!important;
        padding:11px 16px!important;
      }
      body.mode-product .detail-media .pack{
        position:absolute!important;
        left:50%!important;
        top:50%!important;
        transform:translate(-50%,-50%)!important;
      }
      body.mode-product .detail-info{
        padding:24px 18px 22px!important;
      }
      body.mode-product .detail-info h1{
        font-size:34px!important;
        line-height:1.04!important;
        margin-bottom:18px!important;
      }
      body.mode-product .detail-price{
        font-size:46px!important;
        line-height:.95!important;
        margin-bottom:14px!important;
      }
      body.mode-product .meta-row{gap:8px!important;margin-bottom:16px!important;}
      body.mode-product .meta-row span{font-size:12px!important;padding:8px 10px!important;}
      body.mode-product .wide-btn{min-height:64px!important;border-radius:22px!important;font-size:18px!important;}
    }

  

    /* v64: mobile product modal position fix */
    @media(max-width:640px){
      body.mode-product .product-view{
        top:76px!important;
        right:0!important;
        bottom:0!important;
        left:0!important;
        inset:76px 0 0 0!important;
        padding:14px 14px calc(112px + env(safe-area-inset-bottom))!important;
      }
      body.mode-product .product-view .back{
        position:relative!important;
        top:auto!important;
        z-index:5!important;
        margin:0 0 14px!important;
      }
      body.mode-product .detail-media{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
      }
      body.mode-product .detail-photo{
        object-position:center center!important;
      }
    }


    /* v65: compact mobile back button in product popup */
    @media(max-width:640px){
      body.mode-product .product-view .back{
        width:max-content!important;
        max-width:calc(100vw - 28px)!important;
        min-height:42px!important;
        padding:0 12px!important;
        margin:0 0 12px!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        font-size:14px!important;
        line-height:1!important;
        border-radius:14px!important;
      }
    }



    /* v67: mobile article popup and news cards */
    @media(max-width:640px){
      .news-card{padding:18px;border-radius:24px}
      .news-card h3{font-size:22px;line-height:1.12}
      body.mode-article .article-view{position:fixed!important;inset:76px 0 0 0!important;z-index:92!important;display:block!important;padding:14px 14px calc(112px + env(safe-area-inset-bottom))!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;background:transparent!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;}
      body.mode-article .article-view:before{content:'';position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 50% 0,rgba(19,146,255,.12),transparent 55%),rgba(0,0,0,.48);}
      body.mode-article .article-view .back{position:relative!important;top:auto!important;z-index:5!important;width:max-content!important;max-width:calc(100vw - 28px)!important;min-height:42px!important;padding:0 12px!important;margin:0 0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;font-size:14px!important;line-height:1!important;border-radius:14px!important;background:rgba(9,13,18,.94)!important;border:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;}
      body.mode-article .article-shell{width:100%!important;max-width:100%!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 28px 90px rgba(0,0,0,.58)!important;padding:22px 18px 26px!important;}
      body.mode-article .article-cover{width:100%!important;height:auto!important;max-height:none!important;object-fit:cover!important;margin-bottom:18px!important;}
    }

  

    /* v68: latest client fixes */
    .article-body{max-width:900px;color:#c1cad4;font-size:18px;line-height:1.7;white-space:pre-line}
    .brand-head strong{display:none!important}
    .news-card,.article-card{overflow:hidden}
    .news-image{
      display:block!important;
      width:100%!important;
      height:auto!important;
      aspect-ratio:1 / 1;
      object-fit:contain!important;
      object-position:center center!important;
      border-radius:20px;
      margin:0 0 16px;
      border:1px solid rgba(255,255,255,.08);
      background:#0b1119;
      padding:12px;
    }
    .article-cover{
      display:block;
      width:100%!important;
      height:auto!important;
      max-height:720px!important;
      object-fit:contain!important;
      object-position:center center!important;
      border-radius:26px;
      margin:0 0 24px;
      border:1px solid rgba(255,255,255,.08);
      background:#0b1119;
      padding:18px;
    }
    .product-photo,
    .detail-photo{
      object-fit:contain!important;
      object-position:center center!important;
      background:#0b1119;
      padding:16px;
    }
    @media(min-width:1025px){
      .hero-copy{min-height:auto!important;justify-content:flex-start!important}
      .hero-stats{margin-top:28px!important}
      .hero-visual{align-self:start!important;min-height:auto!important;margin-top:138px!important}
      .logo-stage{min-height:0!important;height:600px!important;max-height:600px!important}
      .hero-3d-wrap,.hero-3d-stage,.motion-core{height:100%!important;min-height:0!important}
    }
    @media(max-width:1024px){
      .logo-stage{height:auto!important;max-height:none!important}
    }
    @media(max-width:640px){
      .product-grid{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
        align-items:stretch!important;
      }
      .product-card{border-radius:22px!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;height:100%!important;min-height:392px!important}
      .product-media{height:160px!important;width:100%!important;max-width:100%!important;background:#0b1119!important;flex:0 0 160px!important}
      .product-media:before{inset:14px!important;border-radius:16px!important}
      .status{left:10px!important;top:10px!important;padding:7px 10px!important;font-size:10px!important;gap:6px!important}
      .status:before{width:6px!important;height:6px!important}
      .product-body{padding:12px!important;min-width:0!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important}
      .product-index{font-size:9px!important;letter-spacing:.08em!important;gap:6px!important;min-height:18px!important}
      .product-brand{font-size:8px!important;padding:4px 6px!important;letter-spacing:.08em!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
      .product-body h3{margin:10px 0 10px!important;min-height:34px!important;font-size:14px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
      .product-bottom{align-items:center!important;gap:8px!important;margin-top:auto!important;min-height:38px!important}
      .price{font-size:18px!important;line-height:1!important}
      .mini-btn{width:36px!important;height:36px!important;border-radius:12px!important;font-size:13px!important;flex:0 0 36px!important}
      .product-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important}
      .card-action{min-height:34px!important;border-radius:11px!important;font-size:10px!important;padding:0 6px!important;letter-spacing:0!important}
      .product-photo{padding:10px!important}
      .detail-photo{padding:18px!important}
      .news-grid{grid-template-columns:1fr!important}
      .news-card{padding:18px!important;border-radius:24px!important}
      .news-image{aspect-ratio:1/1!important;height:auto!important;border-radius:18px!important;padding:10px!important}
      .article-cover{max-height:none!important;border-radius:22px!important;padding:12px!important}
      .article-shell{padding:24px 18px!important}
      .article-shell h1{font-size:30px!important;line-height:1.08!important}
      .article-shell p,.article-body{font-size:16px!important;line-height:1.6!important}
    }


    /* v70: client layout, navigation and loading improvements */
    .hero-copy > div:first-child > h1{font-size:clamp(58px,6.4vw,88px);line-height:.88;margin-top:12px;margin-bottom:24px}
    .hero-actions .btn{min-height:64px;padding:0 28px;border-radius:20px;font-size:17px}
    .product-card{content-visibility:visible}
    .detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 32px 32px;background:linear-gradient(180deg,rgba(19,24,31,.94),rgba(12,16,22,.98))}
    .detail-actions .btn{min-height:64px;border-radius:20px;font-size:17px;padding:0 18px}
    .detail-description{padding:30px 32px 36px;background:linear-gradient(180deg,rgba(14,18,24,.98),rgba(9,12,17,.99));border-top:1px solid rgba(255,255,255,.08)}
    @media(min-width:1025px){
      .hero-grid{align-items:stretch}
      .hero-visual{align-self:stretch!important;margin-top:0!important;min-height:0!important}
      .logo-stage{height:100%!important;min-height:980px!important;max-height:none!important}
      .hero-copy{min-height:0!important}
      .detail-shell{grid-template-columns:minmax(0,1.42fr) minmax(430px,.82fr);grid-template-areas:"media info" "actions info" "description description";align-items:stretch}
      .detail-media{grid-area:media;min-height:540px}
      .detail-info{grid-area:info;padding:46px 42px;justify-content:flex-start}
      .detail-actions{grid-area:actions}
      .detail-description{grid-area:description}
      .detail-info h1{font-size:40px}
      .detail-price{font-size:48px}
    }
    @media(max-width:1024px){
      .detail-shell{display:grid;grid-template-columns:1fr;grid-template-areas:"media" "info" "actions" "description"}
      .detail-media{grid-area:media}.detail-info{grid-area:info}.detail-actions{grid-area:actions}.detail-description{grid-area:description}
    }
    @media(max-width:640px){
      .hero-copy > div:first-child > h1{font-size:48px!important;margin:8px 0 18px!important}
      .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}
      .hero-actions .btn{min-height:58px!important;font-size:16px!important}
      body.mode-product .detail-actions{padding:0 18px 18px!important;grid-template-columns:1fr!important;gap:10px!important}
      body.mode-product .detail-actions .btn{min-height:58px!important;font-size:16px!important}
      body.mode-product .detail-description{padding:22px 18px 28px!important}
    }


    /* v71: re-applied client corrections */
    @media(min-width:1025px){
      .detail-shell{grid-template-columns:minmax(0,1.42fr) minmax(430px,.82fr)!important;grid-template-areas:none!important;align-items:start!important}
      .detail-media{min-height:560px!important;grid-area:auto!important}
      .detail-info{grid-area:auto!important;padding:46px 42px!important;justify-content:flex-start!important}
      .detail-info h1{font-size:40px!important;margin:0 0 18px!important}
      .detail-price{font-size:48px!important}
      .meta-row{margin:0 0 22px!important}
      .detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:0!important;margin-top:6px!important;background:none!important}
      .detail-description{grid-column:1 / -1!important;grid-area:auto!important;padding:30px 32px 36px!important}
    }
    @media(max-width:1024px){
      .detail-shell{grid-template-columns:1fr!important;grid-template-areas:none!important}
      .detail-description{grid-column:auto!important}
      .detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:0!important;margin-top:6px!important;background:none!important}
    }
    @media(max-width:640px){
      .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}
      .hero-actions .btn{min-height:58px!important;font-size:16px!important}
      body.mode-product .detail-actions{padding:0!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:6px!important}
    }


    /* v72: detail-description full width + no article popup jumps */
    body.mode-article .home-view{display:block!important}
    body.mode-article .article-view{
      position:fixed!important;
      inset:88px 22px 22px!important;
      z-index:120!important;
      display:block!important;
      padding:0!important;
      overflow:auto!important;
      background:rgba(3,5,8,.52)!important;
      backdrop-filter:blur(12px)!important;
      -webkit-backdrop-filter:blur(12px)!important;
      border-radius:30px!important;
    }
    body.mode-article .article-shell{
      max-width:1100px!important;
      margin:18px auto 22px!important;
      border-radius:28px!important;
      box-shadow:0 28px 90px rgba(0,0,0,.58)!important;
    }
    body.mode-article .article-view .back{
      position:sticky!important;
      top:0!important;
      z-index:5!important;
      width:max-content!important;
      max-width:calc(100% - 24px)!important;
      min-height:46px!important;
      margin:16px 16px 0!important;
      padding:0 14px!important;
      border-radius:16px!important;
      background:rgba(9,13,18,.94)!important;
      border:1px solid rgba(255,255,255,.1)!important;
      backdrop-filter:blur(10px)!important;
      -webkit-backdrop-filter:blur(10px)!important;
    }
    @media(min-width:1025px){
      .detail-shell{grid-template-columns:minmax(0,1.42fr) minmax(430px,.82fr)!important;grid-template-areas:"media info" "description description"!important;align-items:start!important}
      .detail-media{grid-area:media!important;min-height:560px!important}
      .detail-info{grid-area:info!important;padding:46px 42px!important;justify-content:flex-start!important}
      .detail-actions{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:0!important;margin-top:8px!important;background:none!important}
      .detail-description{grid-area:description!important;grid-column:1 / -1!important;width:100%!important;padding:30px 32px 36px!important;background:linear-gradient(180deg,rgba(14,18,24,.98),rgba(9,12,17,.99))!important;border-top:1px solid rgba(255,255,255,.08)!important}
    }
    @media(max-width:640px){
      body.mode-article .article-view{inset:76px 0 0 0!important;border-radius:0!important;background:transparent!important}
      body.mode-article .article-shell{margin:0!important;border-radius:28px!important}
      body.mode-article .article-view .back{margin:14px 14px 0!important}
    }


    /* v73: remove empty right-side panel under product buttons */
    @media(min-width:1025px){
      .detail-info{
        align-self:start!important;
        background:transparent!important;
        box-shadow:none!important;
      }
      .detail-actions{
        background:transparent!important;
      }
    }


    /* v74-mobile: lock the page behind an open product card */
    @media(max-width:640px){
      html.product-modal-lock,
      body.product-modal-lock{
        overflow:hidden!important;
        overscroll-behavior:none!important;
      }
      body.product-modal-lock{
        position:fixed!important;
        left:0!important;
        right:0!important;
        width:100%!important;
      }
      body.mode-product .product-view{
        overflow-y:auto!important;
        overscroll-behavior:contain!important;
        -webkit-overflow-scrolling:touch!important;
        touch-action:pan-y!important;
      }
    }


    /* v77: prevent mid-card flash when opening product on desktop */
    body.product-opening .home-view,
    body.product-opening .product-view{
      opacity:0!important;
      pointer-events:none!important;
    }


    /* v83: news pages use the same navigation mechanics as product pages */
    body.article-opening .home-view,
    body.article-opening .article-view{
      opacity:0!important;
      pointer-events:none!important;
    }

    @media(min-width:641px){
      body.mode-article .home-view{
        display:none!important;
      }
      body.mode-article .article-view{
        position:relative!important;
        inset:auto!important;
        z-index:auto!important;
        display:block!important;
        width:min(1520px,calc(100% - 44px))!important;
        max-width:none!important;
        padding:28px 0 0!important;
        overflow:visible!important;
        background:transparent!important;
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
        border-radius:0!important;
      }
      body.mode-article .article-view:before{
        display:none!important;
      }
      body.mode-article .article-view .back{
        position:relative!important;
        top:auto!important;
        z-index:auto!important;
        margin:0 0 18px!important;
      }
      body.mode-article .article-shell{
        width:100%!important;
        max-width:none!important;
        margin:0!important;
      }
    }

    @media(max-width:640px){
      body.mode-article .home-view{
        display:block!important;
      }
      body.mode-article .article-view{
        position:fixed!important;
        inset:76px 0 0 0!important;
        z-index:260!important;
        display:block!important;
        width:100%!important;
        max-width:none!important;
        padding:14px 14px calc(112px + env(safe-area-inset-bottom))!important;
        overflow-y:auto!important;
        overscroll-behavior:contain!important;
        -webkit-overflow-scrolling:touch!important;
        touch-action:pan-y!important;
        background:rgba(3,5,8,.78)!important;
        backdrop-filter:blur(12px)!important;
        -webkit-backdrop-filter:blur(12px)!important;
        border-radius:0!important;
      }
      body.mode-article .article-view:before{
        content:""!important;
        display:block!important;
        position:fixed!important;
        inset:0!important;
        z-index:-1!important;
        background:radial-gradient(circle at 50% 0,rgba(19,146,255,.12),transparent 55%),rgba(0,0,0,.48)!important;
      }
      body.mode-article .article-view .back{
        position:relative!important;
        top:auto!important;
        z-index:5!important;
        width:max-content!important;
        max-width:calc(100vw - 28px)!important;
        min-height:42px!important;
        margin:0 0 12px!important;
        padding:0 12px!important;
      }
      body.mode-article .article-shell{
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
      }
    }


    /* v84: slightly narrower main news panel on desktop */
    @media(min-width:1025px){
      body.mode-article .article-shell{
        max-width:1280px!important;
        margin:0 auto!important;
      }
    }


    /* v85: stable product-card painting in iOS Safari and Telegram browser */
    @supports (-webkit-touch-callout:none){
      .product-card{
        content-visibility:visible!important;
        contain:none!important;
        contain-intrinsic-size:none!important;
      }
    }


    /* v85-performance: lighter catalogue rendering without changing layout */
    .catalog-load-sentinel{
      width:100%;
      height:1px;
      margin:0;
      padding:0;
      pointer-events:none;
      visibility:hidden;
    }
    @media(min-width:641px){
      .product-card{
        contain:layout paint style;
      }
    }
    @supports (content-visibility:auto) and (contain-intrinsic-size:1px){
      @media(min-width:1025px) and (hover:hover) and (pointer:fine){
        .product-card{
          content-visibility:auto;
          contain-intrinsic-size:auto 470px;
        }
      }
    }
    @media(hover:none), (pointer:coarse){
      .product-card{
        transition:none!important;
      }
    }
    .product-photo{
      backface-visibility:hidden;
      -webkit-backface-visibility:hidden;
    }
    .bg-storm{
      contain:strict;
      transform:translateZ(0);
      -webkit-transform:translateZ(0);
    }
    .bg-strike,.hero-lightning{
      will-change:opacity;
    }


    /* Product image switching: never show the previously selected product. */
    .detail-media.image-loading{
      background:#0b1119!important;
    }
    .detail-media.image-loading:after{
      content:"";
      position:absolute;
      left:50%;
      top:50%;
      z-index:4;
      width:34px;
      height:34px;
      margin:-17px 0 0 -17px;
      border:3px solid rgba(255,255,255,.16);
      border-top-color:rgba(255,255,255,.82);
      border-radius:50%;
      animation:pharmass-product-image-spin .7s linear infinite;
      pointer-events:none;
    }
    @keyframes pharmass-product-image-spin{
      to{transform:rotate(360deg)}
    }


    /* v85-scalable: server pagination + bounded catalogue DOM, visual structure unchanged */
    .catalog-page{
      grid-column:1 / -1;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
      min-width:0;
      width:100%;
      align-items:stretch;
    }
    .catalog-virtual-spacer{
      width:100%;
      height:0;
      min-height:0;
      margin:0;
      padding:0;
      pointer-events:none;
      visibility:hidden;
    }
    .catalog-virtual-top-sentinel{
      width:100%;
      height:1px;
      min-height:1px;
      margin:0;
      padding:0;
      pointer-events:none;
      visibility:hidden;
    }
    .catalog-server-loading{
      grid-column:1 / -1;
    }
    @media(max-width:1024px){
      .catalog-page{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
    }
    @media(max-width:640px){
      .catalog-page{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
    }
    /* With a bounded DOM, delayed card painting is unnecessary and can cause visible blanks. */
    .product-card{
      content-visibility:visible!important;
      contain-intrinsic-size:none!important;
    }

/* v85-opt3: safe rendering acceleration without changing visible animations */
.bg-strike,.hero-lightning,.logo-stage .storm-wash,.motion-core:before{
  will-change:opacity;
  backface-visibility:hidden;
}
.hero-vial{
  will-change:transform;
  backface-visibility:hidden;
}
.bg-storm,.logo-stage,.motion-core{
  isolation:isolate;
}
html.pharmass-tab-hidden .bg-strike,
html.pharmass-tab-hidden .hero-lightning,
html.pharmass-tab-hidden .logo-stage .storm-wash,
html.pharmass-tab-hidden .motion-core:before,
html.pharmass-tab-hidden .hero-vial{
  animation-play-state:paused!important;
}
.product-photo{
  transform:translateZ(0);
  backface-visibility:hidden;
}



/* v85-opt4: hide hero statistics only on mobile */
@media(max-width:640px){
  .hero-stats{display:none!important;}
}


/* v85-opt6: soft catalogue virtualization for mobile/in-app browsers.
   Measured spacers replace only distant pages, after scroll idle; cached pages are
   restored several viewports before the spacer can become visible. */
@media(max-width:1024px) and (pointer:coarse){
  .catalog-virtual-spacer{
    width:100%!important;
    min-height:0!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
}
@supports (-webkit-touch-callout:none){
  .product-photo{
    transform:none!important;
    -webkit-transform:none!important;
    will-change:auto!important;
  }
}
