:root{
  --bg:#f7faff;--bg-2:#eef5ff;--card:#fff;--ink:#101828;--muted:#667085;--line:#dce7f5;
  --blue:#0867f2;--blue-2:#0cbfea;--cyan:#37d8ef;--navy:#071b48;--soft-blue:#eaf3ff;
  --shadow:0 24px 70px rgba(19,67,140,.12);--shadow-sm:0 12px 34px rgba(32,84,160,.1);
  --radius:30px;--radius-sm:20px;--container:min(1220px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Vazirmatn",Tahoma,Arial,sans-serif;direction:rtl;overflow-x:hidden;line-height:1.8}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:var(--container);margin:auto;position:relative;z-index:2}.section{padding:110px 0;position:relative}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.02em;margin-bottom:16px}.section-kicker:before{content:"";width:28px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.ambient-bg{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.ambient-blob{position:absolute;border-radius:50%;filter:blur(3px);opacity:.5}.blob-one{width:650px;height:650px;top:-230px;right:-180px;background:radial-gradient(circle,rgba(55,216,239,.32),rgba(8,103,242,.08) 52%,transparent 72%)}.blob-two{width:760px;height:760px;left:-300px;top:45vh;background:radial-gradient(circle,rgba(8,103,242,.13),transparent 68%)}.ambient-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(8,103,242,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(8,103,242,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 75%)}

.site-loader{position:fixed;inset:0;z-index:9999;background:#f8fbff;display:grid;place-items:center;transition:opacity .55s ease,visibility .55s ease}.site-loader.is-hidden{opacity:0;visibility:hidden}.loader-core{text-align:center}.loader-mark-wrap{width:180px;height:180px;margin:auto;position:relative;display:grid;place-items:center}.loader-logo{width:150px;height:150px;object-fit:contain;position:relative;z-index:2}.loader-ring{position:absolute;inset:0;border:1px solid rgba(8,103,242,.15);border-top-color:var(--blue);border-radius:50%;animation:spin 1.5s linear infinite}.loader-copy{display:flex;flex-direction:column;gap:2px;margin-top:12px}.loader-copy strong{font-size:22px}.loader-copy span{font-size:12px;color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}

.site-header{position:fixed;top:18px;right:0;left:0;z-index:1000;transition:.35s ease}.site-header.is-hidden{transform:translateY(-140px)}.nav-shell{min-height:76px;padding:10px 12px 10px 16px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.78);backdrop-filter:blur(20px) saturate(160%);box-shadow:0 12px 42px rgba(28,81,150,.1);border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-header.is-scrolled .nav-shell{box-shadow:0 18px 48px rgba(28,81,150,.15)}.nav-logo{width:166px;height:54px;display:flex;align-items:center;overflow:hidden}.nav-logo img{width:100%;height:100%;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;margin-right:auto}.desktop-nav a{font-size:14px;font-weight:650;color:#344054;position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:4px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}.desktop-nav a:hover{color:var(--blue)}.desktop-nav a:hover:after{left:0}.nav-actions{display:flex;align-items:center;gap:10px}.nav-contact{padding:11px 18px;border-radius:16px;background:var(--navy);color:#fff;font-size:13px;font-weight:800;box-shadow:0 10px 25px rgba(7,27,72,.16)}.menu-toggle{width:44px;height:44px;border:0;background:#eef5ff;border-radius:14px;display:none;place-items:center;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:#172b4d;margin:3px;border-radius:2px}.mobile-menu{position:fixed;inset:0;z-index:1200;background:rgba(7,20,45,.28);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.3s;padding:14px}.mobile-menu.is-open{opacity:1;visibility:visible}.mobile-sheet{margin-right:auto;width:min(420px,100%);height:100%;background:#fff;border-radius:30px;padding:22px;transform:translateX(-35px);opacity:0;transition:.35s}.mobile-menu.is-open .mobile-sheet{transform:none;opacity:1}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--line)}.mobile-menu-top img{width:150px;height:60px;object-fit:contain}.mobile-close{width:42px;height:42px;border:0;border-radius:14px;background:#eef5ff;font-size:24px;color:var(--navy)}.mobile-sheet nav{display:grid;gap:7px;margin-top:22px}.mobile-sheet nav a{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:17px;background:#f8fbff;border:1px solid #eef3fa}.mobile-sheet nav span{font-size:12px;color:var(--blue)}.mobile-sheet nav strong{font-size:17px}

.hero{padding:168px 0 0;min-height:820px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:750px;height:750px;border-radius:50%;left:-220px;top:80px;background:radial-gradient(circle,rgba(55,216,239,.15),transparent 65%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center;min-height:590px}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border-radius:99px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);color:#475467;font-size:12px;font-weight:700}.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(55,216,239,.14)}.hero h1{font-size:clamp(46px,5.7vw,82px);line-height:1.13;letter-spacing:-.04em;margin:23px 0 22px;font-weight:900}.hero h1 em{font-style:normal;background:linear-gradient(92deg,var(--blue),#0f8ff9 58%,var(--blue-2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:650px;color:var(--muted);font-size:17px;line-height:2;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{min-height:52px;padding:0 22px;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:800;transition:.25s}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#0a8af7);box-shadow:0 15px 30px rgba(8,103,242,.22)}.button-primary span{font-size:18px}.button-ghost{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);color:#344054}.hero-metrics{display:flex;gap:36px;margin-top:38px}.hero-metrics div{display:flex;flex-direction:column}.hero-metrics strong{font-size:25px;line-height:1;color:var(--navy);font-weight:900}.hero-metrics span{font-size:11px;color:var(--muted);margin-top:8px}.hero-visual{height:580px;position:relative;display:grid;place-items:center;isolation:isolate}.hero-card-main{width:min(390px,74%);aspect-ratio:.88;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(235,246,255,.91));border:1px solid #dfeaff;border-radius:42px;box-shadow:0 40px 90px rgba(24,91,174,.16);display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;overflow:hidden;transform:translate(var(--px,0),var(--py,0));transition:transform .12s ease}.hero-card-main:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(55,216,239,.38),rgba(8,103,242,.08) 65%,transparent);top:-85px;left:-75px}.hero-card-logo{width:78%;height:190px;position:relative;z-index:2}.hero-card-logo img{width:100%;height:100%;object-fit:contain}.hero-tagline{font-size:12px;color:#52637a;background:rgba(255,255,255,.8);border:1px solid #dbe8fb;padding:8px 13px;border-radius:99px;position:relative;z-index:2}.hero-wave{position:absolute;right:-80px;bottom:-130px;width:470px;height:260px;border-radius:50%;border:34px solid rgba(8,103,242,.075);transform:rotate(-17deg)}.orbit{position:absolute;border:1px dashed rgba(8,103,242,.18);border-radius:50%;z-index:-1}.orbit-one{width:480px;height:480px}.orbit-two{width:560px;height:560px}.float-brand{position:absolute;width:92px;height:92px;border:1px solid #dfe9f6;background:rgba(255,255,255,.93);box-shadow:0 18px 42px rgba(28,81,150,.12);border-radius:28px;display:grid;place-items:center;padding:19px;transition:.3s;animation:floatY 5.5s ease-in-out infinite}.float-brand:hover{transform:translateY(-6px) scale(1.05)}.float-brand img{max-width:100%;max-height:100%;object-fit:contain}.float-brand-hp{top:48px;right:32px}.float-brand-dyson{bottom:60px;left:20px;animation-delay:-1.4s}.float-brand-jbl{bottom:54px;right:38px;width:78px;height:78px;border-radius:24px;animation-delay:-2.5s}.float-brand-lexar{top:74px;left:48px;width:76px;height:76px;border-radius:23px;animation-delay:-3.5s}@keyframes floatY{0%,100%{translate:0 0}50%{translate:0 -12px}}.brand-marquee{margin-top:35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.7);overflow:hidden}.brand-marquee-track{display:flex;width:max-content;animation:marquee 34s linear infinite}.brand-marquee a{width:170px;height:88px;display:grid;place-items:center;padding:24px 34px;border-left:1px solid #edf2f8}.brand-marquee img{max-width:100%;max-height:42px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:.25s}.brand-marquee a:hover img{filter:none;opacity:1}@keyframes marquee{to{transform:translateX(50%)}}

.section-head{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:end;margin-bottom:48px}.section-head h2,.spotlight-copy h2,.trade-copy h2,.company-intro h2,.catalog-toolbar h2{font-size:clamp(35px,4vw,58px);line-height:1.28;letter-spacing:-.035em;margin:0;font-weight:900}.section-head>p,.spotlight-copy p,.trade-copy>p,.company-intro>p{color:var(--muted);font-size:15px;line-height:2.05;margin:0}.world-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.world-card{min-height:500px;border:1px solid #e1eaf5;background:rgba(255,255,255,.9);border-radius:32px;padding:24px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:.25s ease;transform-style:preserve-3d}.world-card:hover{border-color:#c9ddf8;box-shadow:0 28px 70px rgba(35,91,165,.14)}.world-top{display:flex;justify-content:space-between;align-items:center}.world-number{width:44px;height:44px;border-radius:15px;background:var(--soft-blue);display:grid;place-items:center;color:var(--blue);font-weight:900}.world-arrow{font-size:22px;color:#98a2b3}.world-image{height:240px;display:grid;place-items:center;margin:3px 0 5px;position:relative}.world-image:before{content:"";position:absolute;width:260px;height:180px;background:radial-gradient(circle,rgba(55,216,239,.16),rgba(8,103,242,.07),transparent 67%);border-radius:50%}.world-image img{height:230px;max-width:90%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 22px 22px rgba(28,63,105,.13))}.world-placeholder{width:170px;height:170px;border-radius:50%;background:linear-gradient(145deg,#f0f7ff,#dfeeff);box-shadow:inset 0 0 0 22px #f8fbff}.world-content{margin-top:auto}.world-content h3{font-size:24px;margin:0 0 8px}.world-content p{font-size:13px;color:var(--muted);line-height:1.95;margin:0 0 17px}.world-logos{display:flex;align-items:center;gap:17px;height:34px}.world-logos img{max-height:27px;max-width:72px;object-fit:contain;filter:grayscale(1);opacity:.72}.spotlight-section{padding-top:10px}.spotlight-card{border-radius:38px;padding:50px;background:linear-gradient(120deg,#061c4c 0%,#07377d 55%,#0969e7 120%);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;overflow:hidden;box-shadow:0 35px 80px rgba(6,38,94,.22)}.spotlight-card:before{content:"";position:absolute;inset:-30% 40% auto -15%;height:420px;background:radial-gradient(circle,rgba(55,216,239,.25),transparent 68%)}.spotlight-card .section-kicker{color:#88eafa}.spotlight-card .section-kicker:before{background:#88eafa}.spotlight-copy h2{font-size:clamp(32px,3.6vw,52px)}.spotlight-copy p{color:#c9d7ec;margin-top:18px}.spotlight-logos{display:grid;grid-template-columns:1fr 1fr;gap:14px}.spotlight-logos a{height:150px;border-radius:25px;background:rgba(255,255,255,.96);display:grid;place-items:center;padding:30px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);transition:.25s}.spotlight-logos a:hover{transform:translateY(-4px)}.spotlight-logos img{max-height:72px;max-width:145px;object-fit:contain}.spotlight-logos .dual-logo{grid-column:1/-1;height:115px;display:flex;gap:24px}.dual-logo i{height:48px;width:1px;background:#d7e1ee}

.brands-section{background:linear-gradient(180deg,transparent,#eef6ff 35%,#f7faff)}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.brand-card{height:420px;border:1px solid #dfe9f5;background:rgba(255,255,255,.94);border-radius:28px;padding:20px;overflow:hidden;box-shadow:0 12px 35px rgba(32,84,160,.08);transition:.25s;display:flex;flex-direction:column}.brand-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px rgba(32,84,160,.14);border-color:#c9dcf4}.brand-featured{grid-column:span 2}.brand-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-logo-box{width:106px;height:56px;display:flex;align-items:center}.brand-logo-box img{max-width:100%;max-height:42px;object-fit:contain}.brand-card-head>span{font-size:11px;font-weight:700;color:var(--blue);background:var(--soft-blue);padding:7px 10px;border-radius:99px}.brand-product-stage{height:245px;position:relative;display:grid;place-items:center;margin:5px 0}.brand-product-frame{position:absolute;inset:0;display:grid;place-items:center;margin:0;opacity:0;transform:translateY(12px) scale(.96);transition:.65s ease}.brand-product-frame.is-active{opacity:1;transform:none}.brand-product-frame img{max-height:228px;max-width:92%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(30,67,112,.13))}.brand-empty-visual{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#98a2b3}.brand-empty-visual span{width:120px;height:120px;border-radius:50%;background:linear-gradient(145deg,#f3f8fe,#e8f1fc)}.brand-empty-visual small{font-size:11px}.brand-card-foot{display:flex;align-items:end;justify-content:space-between;gap:14px;border-top:1px solid #eef2f7;padding-top:14px;margin-top:auto}.brand-card-foot strong{font-size:17px}.brand-caption{font-size:11px;color:var(--muted);text-align:left}.trade-section{padding-bottom:130px}.trade-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.trade-copy>p{margin-top:20px}.trade-steps{display:grid;gap:12px;margin-top:28px}.trade-steps div{display:grid;grid-template-columns:42px 90px 1fr;gap:12px;align-items:center;padding:13px 16px;border-radius:17px;background:#fff;border:1px solid #e3ebf5}.trade-steps span{color:var(--blue);font-size:12px;font-weight:900}.trade-steps strong{font-size:14px}.trade-steps small{color:var(--muted);font-size:11px}.trade-visual{height:520px;border-radius:38px;background:linear-gradient(150deg,#e9f5ff,#f8fcff 52%,#e9fbff);border:1px solid #dce9f6;box-shadow:var(--shadow);position:relative;overflow:hidden}.trade-map-shape{position:absolute;inset:70px 90px;background:radial-gradient(circle at 25% 35%,rgba(8,103,242,.13) 0 4%,transparent 5%),radial-gradient(circle at 65% 55%,rgba(55,216,239,.28) 0 5%,transparent 6%),radial-gradient(circle at 78% 26%,rgba(8,103,242,.11) 0 4%,transparent 5%);border:1px dashed rgba(8,103,242,.18);border-radius:48% 52% 58% 42%/55% 43% 57% 45%;transform:rotate(-6deg)}.route{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent);transform-origin:right}.route i{position:absolute;width:9px;height:9px;background:var(--blue);border-radius:50%;top:-4px;animation:routeDot 4s linear infinite}.route-a{width:300px;right:120px;top:230px;transform:rotate(-14deg)}.route-b{width:250px;right:190px;top:330px;transform:rotate(19deg)}.route-b i{animation-delay:-2s}@keyframes routeDot{from{right:0}to{right:100%}}.trade-node{position:absolute;width:92px;height:92px;border-radius:28px;background:#fff;border:1px solid #d7e6f5;box-shadow:0 16px 30px rgba(31,84,150,.12);display:grid;place-items:center;color:var(--navy);font-size:12px;font-weight:900}.node-a{right:70px;top:90px}.node-b{left:68px;top:185px}.node-c{right:210px;bottom:60px}.trade-package{position:absolute;width:76px;height:58px;border-radius:15px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 17px 35px rgba(7,27,72,.18);animation:packageFloat 5s ease-in-out infinite}.package-a{left:145px;bottom:74px}.package-b{right:165px;top:70px;animation-delay:-2s}@keyframes packageFloat{50%{transform:translateY(-10px) rotate(2deg)}}

.company-section{padding-top:30px}.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.company-intro,.company-card{border-radius:36px;background:#fff;border:1px solid #dfe8f4;padding:42px;box-shadow:var(--shadow-sm)}.company-logo{width:220px;height:100px;object-fit:contain;margin-bottom:20px}.company-intro h2{font-size:clamp(32px,3.6vw,50px)}.company-intro>p{margin-top:20px}.company-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.company-points span{padding:8px 12px;border-radius:99px;background:#f0f6ff;color:#39526f;font-size:11px;font-weight:700}.company-card{background:linear-gradient(145deg,#071d4d,#0a357b 60%,#0867f2);color:#fff}.company-card-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.15)}.company-card-top div{display:flex;flex-direction:column}.company-card-top span{font-size:11px;color:#9ec6ff}.company-card-top strong{font-size:23px;letter-spacing:.06em}.company-card-top i{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#38def1,#138cf4);box-shadow:0 0 0 9px rgba(255,255,255,.08)}.company-details{display:grid;gap:0;margin-top:12px}.company-details>div{display:grid;grid-template-columns:115px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.11)}.company-details span{font-size:11px;color:#a9c4eb}.company-details strong{font-size:13px;font-weight:600;word-break:break-word}.company-details a{color:#fff}.company-empty{grid-template-columns:1fr!important}.map-button{margin-top:22px;display:flex;justify-content:space-between;align-items:center;background:#fff;color:var(--navy);padding:13px 16px;border-radius:15px;font-size:12px;font-weight:800}.footer{padding:28px 0 35px}.footer-card{display:grid;grid-template-columns:1.4fr .6fr 1fr;gap:40px;padding:34px;border:1px solid #dce7f4;background:#fff;border-radius:30px;box-shadow:var(--shadow-sm)}.footer-logo img{width:190px;height:84px;object-fit:contain}.footer-main p{max-width:480px;color:var(--muted);font-size:12px;margin:12px 0 0}.footer-links,.footer-brands{display:flex;flex-direction:column;gap:8px}.footer-links strong,.footer-brands strong{font-size:13px;margin-bottom:5px}.footer-links a{font-size:12px;color:#667085}.footer-brand-icons{display:flex;flex-wrap:wrap;gap:8px}.footer-brand-icons a{width:62px;height:45px;border-radius:12px;background:#f6f9fd;border:1px solid #edf2f7;display:grid;place-items:center;padding:9px}.footer-brand-icons img{max-height:24px;max-width:44px;object-fit:contain}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:17px 6px 0;color:#98a2b3;font-size:10px}.footer-credit strong{color:#667085}

.showroom-page,.single-catalog,.generic-page{padding-top:118px}.showroom-hero{padding:72px 0 48px}.showroom-hero-grid{display:grid;grid-template-columns:1fr 300px;align-items:center;gap:40px}.showroom-back{display:inline-flex;gap:8px;align-items:center;font-size:12px;color:#667085;margin-bottom:20px}.showroom-copy h1{font-size:clamp(50px,7vw,92px);line-height:1;margin:0 0 20px;letter-spacing:-.04em}.showroom-copy p{max-width:680px;color:var(--muted);font-size:14px}.showroom-brand-mark{height:220px;border-radius:34px;background:#fff;border:1px solid #dde8f4;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px;padding:40px}.showroom-brand-mark img{max-height:95px;max-width:180px;object-fit:contain}.showroom-brand-mark span{font-size:11px;color:var(--muted)}.catalog-section{padding:42px 0 110px}.catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.catalog-toolbar h2{font-size:34px}.category-pills{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.category-pills button{border:1px solid #dce7f4;background:#fff;padding:8px 13px;border-radius:99px;color:#667085;font-size:11px;cursor:pointer}.category-pills button.active{background:var(--navy);border-color:var(--navy);color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product-card{border-radius:26px;background:#fff;border:1px solid #e0e9f4;overflow:hidden;box-shadow:0 12px 30px rgba(35,80,140,.07);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 25px 55px rgba(35,80,140,.12)}.product-card[hidden]{display:none}.product-image{height:280px;background:linear-gradient(145deg,#f8fbff,#eef5fc);display:grid;place-items:center;padding:18px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:.35s}.product-card:hover .product-image>img{transform:scale(1.035)}.product-image-empty{display:flex;flex-direction:column;gap:15px;align-items:center;color:#98a2b3;font-size:10px}.product-image-empty img{width:100px;height:60px;object-fit:contain}.product-info{padding:19px}.product-info small{font-size:10px;color:var(--blue);font-weight:700}.product-info h3{font-size:18px;line-height:1.5;margin:6px 0}.product-info p{font-size:11px;color:var(--muted);line-height:1.9;margin:0 0 15px}.product-more{font-size:11px;font-weight:800;color:var(--navy)}.empty-catalog{padding:70px 30px;text-align:center;border:1px dashed #cfddec;border-radius:28px;background:#fff}.empty-catalog img{height:70px;max-width:150px;object-fit:contain;margin:0 auto 20px}.empty-catalog h3{font-size:24px;margin:0}.empty-catalog p{color:var(--muted);font-size:12px}.single-product-section{padding:70px 0 110px}.single-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.single-product-image{min-height:520px;border-radius:36px;background:#fff;border:1px solid #dfe9f4;display:grid;place-items:center;padding:35px;box-shadow:var(--shadow-sm)}.single-product-image img{max-height:500px;width:100%;object-fit:contain}.single-product-copy h1{font-size:clamp(40px,5vw,68px);line-height:1.25;margin:10px 0 15px}.single-tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.single-tags span{padding:7px 10px;border-radius:99px;background:var(--soft-blue);font-size:10px;color:var(--blue)}.single-excerpt{font-size:15px;color:#52637a}.single-description{color:var(--muted);font-size:13px;line-height:2}.generic-card{padding:60px 0 100px}.generic-card article{background:#fff;border:1px solid #e2e9f2;padding:24px;border-radius:22px;margin:15px 0}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1050px){.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero-visual{height:520px}.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-featured{grid-column:span 1}.trade-layout{grid-template-columns:1fr 1fr;gap:28px}.footer-card{grid-template-columns:1fr 1fr}.footer-main{grid-column:1/-1}}
@media(max-width:820px){:root{--container:min(100% - 28px,760px)}.section{padding:78px 0}.site-header{top:10px}.nav-shell{min-height:68px;border-radius:20px}.nav-logo{width:142px;height:48px}.desktop-nav,.nav-contact{display:none}.menu-toggle{display:grid}.hero{padding-top:125px;min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin:auto}.eyebrow{margin:auto}.hero-actions,.hero-metrics{justify-content:center}.hero-visual{height:500px;margin-top:15px}.section-head{grid-template-columns:1fr;gap:15px}.section-head p{max-width:650px}.world-grid{grid-template-columns:1fr}.world-card{min-height:455px}.spotlight-card{grid-template-columns:1fr;padding:36px}.brand-grid{grid-template-columns:repeat(2,1fr)}.trade-layout{grid-template-columns:1fr}.trade-visual{height:430px}.company-grid{grid-template-columns:1fr}.showroom-hero-grid{grid-template-columns:1fr}.showroom-brand-mark{height:160px;max-width:330px}.catalog-toolbar{align-items:flex-start;flex-direction:column}.category-pills{justify-content:flex-start}.catalog-grid{grid-template-columns:repeat(2,1fr)}.single-product-grid{grid-template-columns:1fr}.footer-card{grid-template-columns:1fr 1fr}.footer-main{grid-column:1/-1}}
@media(max-width:560px){:root{--container:calc(100% - 22px);--radius:24px}.section{padding:62px 0}.nav-shell{padding:8px 9px}.nav-logo{width:128px}.hero{padding-top:112px}.hero h1{font-size:43px}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.button{width:100%}.hero-metrics{gap:16px;justify-content:space-between}.hero-metrics strong{font-size:21px}.hero-visual{height:410px}.hero-card-main{width:72%;border-radius:32px}.hero-card-logo{height:145px}.float-brand{width:72px;height:72px;border-radius:22px;padding:15px}.float-brand-hp{right:5px;top:45px}.float-brand-dyson{left:0;bottom:50px}.float-brand-jbl{right:14px;bottom:30px;width:62px;height:62px}.float-brand-lexar{left:10px;top:58px;width:62px;height:62px}.orbit-one{width:360px;height:360px}.orbit-two{width:410px;height:410px}.brand-marquee a{width:130px;height:74px;padding:20px 27px}.section-head h2,.trade-copy h2,.company-intro h2{font-size:36px}.world-card{padding:18px;min-height:430px;border-radius:25px}.world-image{height:215px}.world-image img{height:205px}.spotlight-card{padding:28px 20px;border-radius:28px}.spotlight-logos{grid-template-columns:1fr}.spotlight-logos .dual-logo{grid-column:auto;height:110px}.brand-grid{grid-template-columns:1fr}.brand-card{height:390px}.trade-steps div{grid-template-columns:34px 72px 1fr;padding:12px}.trade-visual{height:370px}.node-a{right:30px;top:56px}.node-b{left:27px;top:150px}.node-c{right:125px;bottom:35px}.route-a{right:80px;width:220px}.route-b{right:105px;width:190px}.company-intro,.company-card{padding:27px 21px;border-radius:27px}.company-logo{width:180px;height:82px}.company-details>div{grid-template-columns:85px 1fr}.footer-card{grid-template-columns:1fr;padding:25px 20px}.footer-main{grid-column:auto}.footer-bottom{flex-direction:column}.showroom-page,.single-catalog,.generic-page{padding-top:92px}.showroom-hero{padding-top:50px}.showroom-copy h1{font-size:52px}.catalog-grid{grid-template-columns:1fr}.product-image{height:300px}.single-product-image{min-height:350px}.single-product-copy h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* --- v3.1 refinements: showroom cards, spotlight buttons, trade graphic --- */
.spotlight-logos{align-items:stretch}.spotlight-brand-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:26px 26px 22px;cursor:pointer;overflow:hidden;text-align:center}.spotlight-brand-card:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(11,72,168,.08);pointer-events:none}.spotlight-brand-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(7,33,90,.2)}.spotlight-logo-group{display:flex;align-items:center;justify-content:center;gap:22px;min-height:64px}.spotlight-brand-card img{max-height:68px;max-width:160px;object-fit:contain}.spotlight-logos .dual-logo{grid-column:1/-1;height:122px;align-items:flex-start}.spotlight-logos .dual-logo .spotlight-logo-group{width:100%;justify-content:center;gap:24px}.spotlight-logos .dual-logo i{height:46px;width:1px;background:#d7e1ee;flex:0 0 1px}.spotlight-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 15px;border-radius:999px;background:#eef5ff;color:#0b4aa7;font-size:11px;font-weight:800;line-height:1.2}.spotlight-action b{font-weight:900}.spotlight-logos a:focus-visible{outline:3px solid rgba(136,234,250,.95);outline-offset:3px}.catalog-grid{align-items:stretch}.product-card{display:flex;min-height:100%}.product-link{display:flex;flex-direction:column;width:100%;min-height:100%}.product-image{height:340px;padding:24px 24px 14px;position:relative}.product-image:after{content:"";position:absolute;left:22px;right:22px;bottom:0;height:1px;background:#e9eef5}.product-image img{width:auto;height:auto;max-width:100%;max-height:100%;display:block;margin:0 auto;object-fit:contain;object-position:center center;filter:drop-shadow(0 18px 28px rgba(31,84,150,.12))}.product-info{display:flex;flex-direction:column;flex:1;padding:20px 22px 24px;background:#fff}.product-info p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-more{margin-top:auto;display:inline-flex;align-items:center;gap:6px}.trade-visual{isolation:isolate}.trade-map-shape,.route,.trade-package,.node-a,.node-b,.node-c{display:none}.trade-glow{position:absolute;border-radius:50%;filter:blur(12px);opacity:.55;z-index:0}.glow-a{width:130px;height:130px;background:rgba(55,216,239,.22);right:118px;top:165px}.glow-b{width:110px;height:110px;background:rgba(8,103,242,.16);left:138px;bottom:120px}.trade-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(8,103,242,.22)}.trade-orbit-outer{width:79%;height:64%}.trade-orbit-inner{width:57%;height:46%;border-style:solid;border-color:rgba(8,103,242,.08)}.trade-globe{position:absolute;left:50%;top:50%;transform:translate(-50%,-42%);width:255px;height:255px;border-radius:50%;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.95) 0 10%,rgba(215,234,255,.95) 24%,rgba(182,215,252,.95) 48%,rgba(237,246,255,.96) 100%);box-shadow:inset -22px -22px 38px rgba(255,255,255,.9),inset 18px 18px 44px rgba(29,86,155,.14),0 26px 60px rgba(28,84,150,.14);z-index:1}.trade-globe:before{content:"";position:absolute;inset:16px;border-radius:50%;background:radial-gradient(circle at 30% 70%,rgba(76,145,220,.26) 0 8%,transparent 9%),radial-gradient(circle at 45% 28%,rgba(76,145,220,.18) 0 6%,transparent 7%),radial-gradient(circle at 73% 44%,rgba(76,145,220,.24) 0 7%,transparent 8%),radial-gradient(circle at 64% 66%,rgba(55,216,239,.28) 0 5%,transparent 6%)}.trade-globe:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42)}.trade-globe-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(55,216,239,.18)}.dot-1{left:70px;bottom:78px}.dot-2{left:116px;top:88px}.dot-3{right:76px;top:112px}.dot-4{right:98px;bottom:68px}.trade-node,.trade-continent{position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;box-shadow:0 18px 38px rgba(31,84,150,.12)}.trade-node{width:102px;height:102px;border-radius:30px;background:#fff;border:1px solid #d8e7f5;color:var(--navy);font-size:15px;z-index:2}.trade-node-distribution{left:50px;top:182px}.trade-node-supply{right:56px;top:146px}.trade-continent{min-width:162px;height:68px;padding:0 22px;border-radius:22px;background:linear-gradient(135deg,#08307a,#0a58ca 68%,#19bce9);color:#fff;font-size:16px;z-index:2}.continent-asia{left:50%;top:48px;transform:translateX(-50%)}.continent-africa{left:62px;bottom:52px}.continent-america{right:70px;bottom:48px}.trade-flow{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent);transform-origin:right;z-index:1}.trade-flow i{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--cyan);top:-4px;box-shadow:0 0 0 4px rgba(55,216,239,.18);animation:routeDot 4.8s linear infinite}.flow-asia{width:255px;right:155px;top:156px;transform:rotate(28deg)}.flow-supply{width:150px;right:126px;top:228px;transform:rotate(160deg)}.flow-distribution{width:160px;left:126px;top:265px;transform:rotate(19deg)}.flow-africa{width:158px;left:102px;bottom:130px;transform:rotate(-29deg)}.flow-america{width:198px;right:92px;bottom:116px;transform:rotate(30deg)}.flow-core{width:136px;left:50%;top:262px;transform:translateX(-50%) rotate(170deg)}.flow-supply i{animation-delay:-1.1s}.flow-distribution i{animation-delay:-2.1s}.flow-africa i{animation-delay:-.9s}.flow-america i{animation-delay:-2.8s}.flow-core i{animation-delay:-3.4s}@media(max-width:820px){.spotlight-brand-card{padding:24px 20px 18px}.spotlight-action{font-size:10px}.product-image{height:310px;padding:22px 20px 12px}.trade-visual{height:460px}.trade-node{width:88px;height:88px;font-size:13px;border-radius:24px}.trade-node-distribution{left:34px;top:178px}.trade-node-supply{right:34px;top:146px}.trade-continent{min-width:138px;height:60px;font-size:14px;padding:0 18px}.continent-africa{left:34px;bottom:44px}.continent-america{right:42px;bottom:42px}.trade-globe{width:220px;height:220px;transform:translate(-50%,-39%)}.flow-asia{width:220px;right:130px;top:154px}.flow-supply{width:132px;right:112px;top:216px}.flow-distribution{width:142px;left:112px;top:248px}.flow-africa{width:146px;left:82px;bottom:112px}.flow-america{width:178px;right:74px;bottom:102px}.flow-core{width:124px;top:244px}}@media(max-width:560px){.spotlight-logos a{height:auto;min-height:126px}.spotlight-brand-card{gap:14px}.spotlight-logos .dual-logo{height:auto;min-height:118px;align-items:center}.spotlight-logos .dual-logo .spotlight-action{position:static}.product-image{height:290px}.trade-visual{height:420px}.trade-orbit-outer{width:86%;height:67%}.trade-orbit-inner{width:62%;height:46%}.trade-globe{width:182px;height:182px;top:55%}.trade-node{width:74px;height:74px;font-size:11px;border-radius:20px}.trade-node-distribution{left:18px;top:174px}.trade-node-supply{right:18px;top:150px}.trade-continent{min-width:112px;height:52px;font-size:12px;border-radius:18px;padding:0 14px}.continent-asia{top:34px}.continent-africa{left:18px;bottom:30px}.continent-america{right:16px;bottom:26px}.flow-asia{width:168px;right:86px;top:140px}.flow-supply{width:94px;right:82px;top:206px}.flow-distribution{width:104px;left:82px;top:228px}.flow-africa{width:104px;left:52px;bottom:92px}.flow-america{width:126px;right:42px;bottom:82px}.flow-core{width:86px;top:225px}}


/* === v3.2 brand & content refinements === */
.why-section{padding-top:22px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{position:relative;padding:30px 28px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid #dce8f6;box-shadow:0 18px 45px rgba(24,76,145,.08);overflow:hidden;min-height:190px;transition:.3s ease}.why-card:before{content:"";position:absolute;inset:auto -40px -55px auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(55,216,239,.18),transparent 68%)}.why-card:hover{transform:translateY(-6px);border-color:#c5dbf5;box-shadow:0 28px 65px rgba(24,76,145,.13)}.why-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#082b6e,#0b68ef 70%,#33d8ee);color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(8,80,182,.22);margin-bottom:22px}.why-card h3{font-size:23px;margin:0 0 10px}.why-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.9}.hero-card-logo img,.nav-logo img,.company-logo,.footer-logo img,.loader-logo{object-fit:contain}

/* Premium trade network redesign */
.trade-visual{height:540px;background:linear-gradient(145deg,#f5fbff 0%,#eef7ff 50%,#e9fbff 100%);border:1px solid #d6e7f7;box-shadow:0 32px 85px rgba(24,76,145,.13);overflow:hidden;position:relative}.trade-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(20,95,185,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,95,185,.035) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 92%)}.trade-visual-head{position:absolute;top:24px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;z-index:4}.trade-visual-head span{font-size:9px;letter-spacing:.18em;color:#59728f;font-weight:800}.trade-visual-head i{display:block;width:52px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));border-radius:999px}.trade-globe-pro{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:270px;height:270px;border-radius:50%;background:radial-gradient(circle at 38% 32%,#fff 0 8%,#dfefff 28%,#c7e0fb 50%,#eef7ff 73%,#dcecff 100%);box-shadow:inset -24px -24px 44px rgba(255,255,255,.92),inset 18px 18px 46px rgba(38,96,170,.15),0 28px 58px rgba(28,78,145,.16);z-index:2}.trade-globe-pro:before,.trade-globe-pro:after{content:"";position:absolute;border-radius:50%;inset:21px;border:1px solid rgba(8,103,242,.08)}.trade-globe-pro:after{inset:54px;border-style:dashed}.continent-shape{position:absolute;background:rgba(30,113,208,.18);filter:blur(.2px);border-radius:45% 55% 50% 50%/52% 45% 55% 48%}.cs-1{width:82px;height:48px;left:48px;top:70px;transform:rotate(-18deg)}.cs-2{width:68px;height:92px;right:62px;top:92px;transform:rotate(14deg)}.cs-3{width:56px;height:70px;left:92px;bottom:52px;transform:rotate(21deg)}.hub{position:absolute;width:12px;height:12px;border-radius:50%;background:#0a74f2;box-shadow:0 0 0 6px rgba(44,211,236,.18),0 0 18px rgba(10,116,242,.45)}.hub-1{left:72px;top:120px}.hub-2{right:84px;top:102px}.hub-3{left:115px;bottom:72px}.hub-4{right:102px;bottom:90px}.hub-5{left:128px;top:116px}.trade-ring{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);border-radius:50%;z-index:1}.ring-a{width:76%;height:62%;border:1px dashed rgba(8,103,242,.23)}.ring-b{width:58%;height:46%;border:1px solid rgba(8,103,242,.08)}.trade-chip,.trade-process{position:absolute;z-index:4;box-shadow:0 18px 38px rgba(30,76,135,.14)}.trade-chip{min-width:155px;height:68px;padding:0 22px;border-radius:22px;background:linear-gradient(135deg,#07347e,#0a63e9 70%,#2bd6ed);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column}.trade-chip small{font-size:8px;letter-spacing:.12em;opacity:.72}.trade-chip strong{font-size:16px;line-height:1}.chip-asia{top:66px;left:50%;transform:translateX(-50%)}.chip-africa{left:58px;bottom:56px}.chip-america{right:62px;bottom:52px}.trade-process{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.96);border:1px solid #d4e4f4;border-radius:24px;padding:16px 18px;min-width:122px}.trade-process small{display:block;font-size:7px;letter-spacing:.1em;color:#7d91a7;margin-bottom:3px}.trade-process strong{font-size:13px;color:var(--navy)}.process-icon{width:36px;height:36px;border-radius:13px;display:grid;place-items:center;background:#eef6ff;color:var(--blue);font-size:16px;font-weight:900}.process-supply{right:42px;top:176px}.process-distribution{left:40px;top:218px}.trade-path{position:absolute;height:2px;background:linear-gradient(90deg,transparent,#0d78f6,#2ed7ea,transparent);z-index:3;transform-origin:left center}.trade-path i{position:absolute;width:9px;height:9px;border-radius:50%;background:#29d2ea;top:-4px;left:0;box-shadow:0 0 0 4px rgba(41,210,234,.16);animation:tradePath 4.2s linear infinite}.path-1{width:170px;right:128px;top:225px;transform:rotate(164deg)}.path-2{width:166px;left:122px;top:266px;transform:rotate(12deg)}.path-3{width:190px;left:146px;bottom:126px;transform:rotate(-26deg)}.path-4{width:190px;right:144px;bottom:116px;transform:rotate(30deg)}.path-2 i{animation-delay:-1.2s}.path-3 i{animation-delay:-2.1s}.path-4 i{animation-delay:-3.1s}@keyframes tradePath{from{left:0}to{left:100%}}

@media(max-width:820px){.why-grid{grid-template-columns:1fr}.why-card{min-height:auto}.trade-visual{height:500px}.trade-globe-pro{width:225px;height:225px}.trade-chip{min-width:134px;height:60px}.chip-africa{left:34px}.chip-america{right:34px}.process-supply{right:28px}.process-distribution{left:28px}.path-1{right:110px;width:145px}.path-2{left:110px;width:145px}.path-3{left:115px;width:160px}.path-4{right:115px;width:160px}}
@media(max-width:560px){.hero h1{font-size:39px}.trade-visual{height:430px}.trade-globe-pro{width:176px;height:176px;top:55%}.trade-chip{min-width:104px;height:48px;border-radius:16px;padding:0 12px}.trade-chip strong{font-size:12px}.trade-chip small{font-size:6px}.chip-asia{top:52px}.chip-africa{left:16px;bottom:26px}.chip-america{right:16px;bottom:24px}.trade-process{padding:11px 12px;min-width:94px;border-radius:18px;gap:8px}.process-icon{width:29px;height:29px;border-radius:10px;font-size:12px}.trade-process small{font-size:6px}.trade-process strong{font-size:10px}.process-supply{right:14px;top:144px}.process-distribution{left:14px;top:180px}.trade-ring.ring-a{width:86%;height:60%}.trade-ring.ring-b{width:64%;height:44%}.path-1{right:80px;top:188px;width:110px}.path-2{left:80px;top:214px;width:110px}.path-3{left:72px;bottom:92px;width:120px}.path-4{right:72px;bottom:84px;width:120px}}


/* === v3.3 spacing + polished responsive system === */
.why-section{padding-bottom:42px}
.business-section{padding-top:54px}
.nav-logo img,.hero-card-logo img,.company-logo,.footer-logo img,.loader-logo,.mobile-menu-top img{object-fit:contain}

@media(max-width:820px){
  :root{--container:min(100% - 28px,720px);--radius:24px;--radius-sm:16px}
  .section{padding:58px 0}
  .why-section{padding:28px 0 26px}
  .business-section{padding-top:34px}
  .site-header{top:8px}
  .nav-shell{min-height:60px;padding:7px 8px 7px 10px;border-radius:18px;gap:10px}
  .nav-logo{width:126px;height:43px}
  .menu-toggle{width:40px;height:40px;border-radius:12px}
  .mobile-menu{padding:8px}
  .mobile-sheet{width:min(360px,100%);border-radius:24px;padding:16px}
  .mobile-menu-top{padding-bottom:14px}
  .mobile-menu-top img{width:132px;height:48px}
  .mobile-close{width:38px;height:38px;border-radius:12px;font-size:21px}
  .mobile-sheet nav{margin-top:14px;gap:6px}
  .mobile-sheet nav a{padding:12px 13px;border-radius:14px}
  .mobile-sheet nav strong{font-size:15px}
  .hero{padding-top:96px;min-height:auto}
  .hero-grid{grid-template-columns:1fr;gap:22px;min-height:0}
  .hero-copy{text-align:center;max-width:680px;margin:auto}
  .eyebrow{font-size:10px;padding:7px 11px;gap:8px}
  .eyebrow span{width:7px;height:7px;box-shadow:0 0 0 4px rgba(55,216,239,.14)}
  .hero h1{font-size:clamp(33px,8vw,48px);line-height:1.22;letter-spacing:-.025em;margin:17px 0 14px}
  .hero-copy>p{font-size:13px;line-height:1.95;max-width:600px}
  .hero-actions{margin-top:20px;justify-content:center;gap:8px}
  .button{min-height:44px;padding:0 16px;border-radius:14px;font-size:12px}
  .hero-metrics{margin-top:22px;justify-content:center;gap:30px}
  .hero-metrics strong{font-size:21px}
  .hero-metrics span{font-size:9px;margin-top:5px}
  .hero-visual{height:390px;margin-top:0}
  .hero-card-main{width:min(310px,68%);border-radius:30px}
  .hero-card-logo{height:140px;width:82%}
  .hero-tagline{font-size:9px;padding:6px 10px}
  .orbit-one{width:330px;height:330px}.orbit-two{width:390px;height:390px}
  .float-brand{width:70px;height:70px;border-radius:20px;padding:14px}
  .float-brand-hp{right:4%;top:42px}.float-brand-dyson{left:3%;bottom:42px}
  .float-brand-jbl{right:8%;bottom:28px;width:60px;height:60px;border-radius:18px}
  .float-brand-lexar{left:7%;top:55px;width:58px;height:58px;border-radius:17px}
  .brand-marquee{margin-top:12px}
  .brand-marquee a{width:112px;height:60px;padding:16px 22px}
  .section-head{grid-template-columns:1fr;gap:10px;margin-bottom:26px;text-align:right}
  .section-kicker{font-size:10px;margin-bottom:9px}
  .section-kicker:before{width:21px}
  .section-head h2,.spotlight-copy h2,.trade-copy h2,.company-intro h2,.catalog-toolbar h2{font-size:clamp(29px,7vw,39px);line-height:1.34;letter-spacing:-.025em}
  .section-head>p,.spotlight-copy p,.trade-copy>p,.company-intro>p{font-size:12px;line-height:1.95}
  .why-grid{grid-template-columns:1fr;gap:10px}
  .why-card{min-height:0;padding:18px 18px;border-radius:20px;display:grid;grid-template-columns:46px 1fr;column-gap:13px;align-items:center}
  .why-icon{width:44px;height:44px;border-radius:14px;margin:0;grid-row:1/3}
  .why-card h3{font-size:18px;margin:0 0 4px}
  .why-card p{font-size:11px;line-height:1.7}
  .world-grid{grid-template-columns:1fr;gap:12px}
  .world-card{min-height:390px;padding:18px;border-radius:24px}
  .world-number{width:38px;height:38px;border-radius:12px;font-size:12px}
  .world-image{height:195px;margin:0}
  .world-image img{height:188px;max-width:88%}
  .world-content h3{font-size:20px;margin-bottom:5px}
  .world-content p{font-size:11px;line-height:1.8;margin-bottom:12px}
  .world-logos{gap:12px;height:28px}.world-logos img{max-height:22px;max-width:62px}
  .spotlight-card{grid-template-columns:1fr;gap:22px;padding:26px 22px;border-radius:26px}
  .spotlight-copy p{margin-top:11px}
  .spotlight-logos{grid-template-columns:1fr 1fr;gap:10px}
  .spotlight-brand-card{min-height:115px!important;height:auto!important;padding:16px 14px!important;border-radius:20px!important;gap:10px}
  .spotlight-logo-group{min-height:47px;gap:14px}
  .spotlight-brand-card img{max-height:44px;max-width:110px}
  .spotlight-action{font-size:8.5px;padding:7px 10px}
  .spotlight-logos .dual-logo{grid-column:1/-1;min-height:105px!important}
  .spotlight-logos .dual-logo i{height:32px}
  .brand-grid{grid-template-columns:1fr 1fr;gap:11px}
  .brand-card,.brand-featured{height:330px;grid-column:auto;border-radius:22px;padding:14px}
  .brand-logo-box{width:84px;height:44px}
  .brand-card-head>span{font-size:9px}
  .brand-product-stage{margin-top:7px}
  .brand-card-foot strong{font-size:16px}.brand-card-foot span{font-size:9px}
  .trade-layout{grid-template-columns:1fr;gap:24px}
  .trade-copy>p{margin-top:12px}
  .trade-steps{gap:8px;margin-top:18px}
  .trade-steps div{grid-template-columns:34px 66px 1fr;padding:10px 12px;border-radius:14px;gap:8px}
  .trade-steps span{font-size:10px}.trade-steps strong{font-size:12px}.trade-steps small{font-size:9px}
  .trade-visual{height:410px;border-radius:26px}
  .trade-visual-head{top:17px;left:18px;right:18px}.trade-visual-head span{font-size:7px}.trade-visual-head i{width:38px}
  .trade-globe-pro{width:190px;height:190px;top:54%}
  .trade-chip{min-width:116px;height:52px;border-radius:17px;padding:0 14px}.trade-chip strong{font-size:13px}.trade-chip small{font-size:6px}
  .chip-asia{top:48px}.chip-africa{left:18px;bottom:30px}.chip-america{right:18px;bottom:28px}
  .trade-process{padding:11px 12px;min-width:100px;border-radius:18px;gap:8px}.process-icon{width:29px;height:29px;border-radius:10px;font-size:12px}.trade-process small{font-size:6px}.trade-process strong{font-size:10px}
  .process-supply{right:16px;top:138px}.process-distribution{left:16px;top:175px}
  .trade-ring.ring-a{width:84%;height:60%}.trade-ring.ring-b{width:62%;height:43%}
  .path-1{right:86px;top:181px;width:116px}.path-2{left:86px;top:212px;width:116px}.path-3{left:74px;bottom:91px;width:125px}.path-4{right:74px;bottom:83px;width:125px}
  .company-grid{grid-template-columns:1fr;gap:12px}
  .company-intro,.company-card{padding:23px 19px;border-radius:24px}
  .company-logo{width:170px;height:70px;margin-bottom:12px}
  .company-intro>p{margin-top:12px}
  .company-points{gap:6px;margin-top:18px}.company-points span{font-size:9px;padding:6px 9px}
  .company-card-top{padding-bottom:16px}.company-card-top strong{font-size:18px}.company-card-top i{width:40px;height:40px}
  .company-details>div{grid-template-columns:78px 1fr;gap:10px;padding:11px 0}.company-details span{font-size:9px}.company-details strong{font-size:11px}
  .map-button{margin-top:16px;padding:11px 13px;border-radius:13px;font-size:10px}
  .footer{padding:16px 0 24px}.footer-card{grid-template-columns:1fr;padding:20px 18px;border-radius:22px;gap:22px}.footer-logo img{width:155px;height:64px}.footer-main p{font-size:10px;line-height:1.8}.footer-links a{font-size:10px}.footer-brand-icons a{width:54px;height:40px}.footer-bottom{font-size:9px;gap:10px}
  .showroom-page,.single-catalog,.generic-page{padding-top:80px}
  .showroom-hero{padding:40px 0 24px}
  .showroom-hero-grid{grid-template-columns:1fr;gap:18px}
  .showroom-copy h1{font-size:clamp(38px,10vw,56px);margin-bottom:12px}
  .showroom-copy p{font-size:12px;line-height:1.8}.showroom-back{font-size:10px;margin-bottom:12px}
  .showroom-brand-mark{height:125px;max-width:250px;border-radius:22px;padding:24px;gap:13px}.showroom-brand-mark img{max-height:65px;max-width:140px}
  .catalog-section{padding:26px 0 70px}.catalog-toolbar{gap:15px;margin-bottom:18px}.catalog-toolbar h2{font-size:28px}.category-pills{gap:5px}.category-pills button{font-size:9px;padding:6px 10px}
  .catalog-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .product-card{border-radius:20px}.product-image{height:230px;padding:16px 14px 10px}.product-info{padding:14px 15px 17px}.product-info small{font-size:8px}.product-info h3{font-size:15px;margin:4px 0}.product-info p{font-size:9px;line-height:1.7;margin-bottom:10px}.product-more{font-size:9px}
  .single-product-section{padding:42px 0 72px}.single-product-grid{grid-template-columns:1fr;gap:22px}.single-product-image{min-height:300px;border-radius:24px;padding:22px}.single-product-image img{max-height:330px}.single-product-copy h1{font-size:38px}.single-excerpt{font-size:12px}.single-description{font-size:11px}
}

@media(max-width:560px){
  :root{--container:calc(100% - 20px)}
  .section{padding:48px 0}
  .why-section{padding:22px 0 20px}.business-section{padding-top:28px}
  .nav-shell{min-height:56px;border-radius:16px}.nav-logo{width:112px;height:39px}.menu-toggle{width:37px;height:37px}
  .hero{padding-top:86px}.hero-grid{gap:14px}.hero h1{font-size:31px;line-height:1.25;margin:14px 0 11px}.hero-copy>p{font-size:11.5px;line-height:1.85}.hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px;margin-top:16px}.button{min-height:41px;padding:0 10px;font-size:10px;border-radius:12px}.hero-metrics{gap:0;justify-content:space-around;margin-top:17px}.hero-metrics strong{font-size:18px}.hero-metrics span{font-size:8px}.hero-visual{height:330px}.hero-card-main{width:min(245px,68%);border-radius:25px}.hero-card-logo{height:108px}.hero-tagline{font-size:8px}.orbit-one{width:275px;height:275px}.orbit-two{width:320px;height:320px}.float-brand{width:58px;height:58px;border-radius:16px;padding:11px}.float-brand-hp{right:1%;top:34px}.float-brand-dyson{left:1%;bottom:35px}.float-brand-jbl{right:5%;bottom:20px;width:50px;height:50px}.float-brand-lexar{left:5%;top:44px;width:49px;height:49px}
  .brand-marquee a{width:96px;height:53px;padding:14px 18px}
  .section-head{margin-bottom:21px}.section-head h2,.spotlight-copy h2,.trade-copy h2,.company-intro h2{font-size:28px}.section-head>p,.spotlight-copy p,.trade-copy>p,.company-intro>p{font-size:10.5px}
  .why-card{padding:15px 14px;grid-template-columns:41px 1fr;border-radius:17px}.why-icon{width:39px;height:39px;border-radius:12px;font-size:11px}.why-card h3{font-size:16px}.why-card p{font-size:9.5px}
  .world-card{min-height:335px;padding:14px;border-radius:20px}.world-image{height:160px}.world-image img{height:154px}.world-content h3{font-size:18px}.world-content p{font-size:9.5px}.world-logos img{max-height:19px;max-width:55px}
  .spotlight-card{padding:21px 16px;border-radius:22px}.spotlight-logos{grid-template-columns:1fr 1fr;gap:7px}.spotlight-brand-card{min-height:98px!important;padding:12px 10px!important;border-radius:16px!important}.spotlight-logo-group{min-height:37px}.spotlight-brand-card img{max-height:34px;max-width:88px}.spotlight-action{font-size:7px;padding:5px 7px}.spotlight-logos .dual-logo{min-height:90px!important}
  .brand-grid{grid-template-columns:1fr;gap:9px}.brand-card,.brand-featured{height:310px;border-radius:20px;padding:13px}.brand-logo-box{width:76px;height:40px}.brand-card-foot strong{font-size:15px}
  .trade-steps div{grid-template-columns:29px 60px 1fr;padding:9px 10px}.trade-steps span{font-size:9px}.trade-steps strong{font-size:11px}.trade-steps small{font-size:8px}
  .trade-visual{height:360px;border-radius:22px}.trade-globe-pro{width:148px;height:148px;top:55%}.trade-chip{min-width:91px;height:43px;border-radius:14px;padding:0 9px}.trade-chip strong{font-size:10px}.chip-asia{top:43px}.chip-africa{left:10px;bottom:18px}.chip-america{right:10px;bottom:17px}.trade-process{padding:8px 9px;min-width:80px;border-radius:14px;gap:6px}.process-icon{width:24px;height:24px;border-radius:8px;font-size:10px}.trade-process strong{font-size:8.5px}.trade-process small{display:none}.process-supply{right:9px;top:120px}.process-distribution{left:9px;top:148px}.path-1{right:65px;top:156px;width:90px}.path-2{left:65px;top:180px;width:90px}.path-3{left:54px;bottom:70px;width:100px}.path-4{right:54px;bottom:64px;width:100px}
  .company-intro,.company-card{padding:19px 15px;border-radius:20px}.company-logo{width:145px;height:60px}.company-card-top strong{font-size:16px}.company-card-top i{width:34px;height:34px}.company-details>div{grid-template-columns:68px 1fr;padding:9px 0}.company-details span{font-size:8px}.company-details strong{font-size:10px}
  .footer-card{padding:17px 15px;border-radius:19px}.footer-logo img{width:140px;height:58px}.footer-brand-icons a{width:49px;height:37px}.footer-bottom{flex-direction:column;padding-top:11px}
  .catalog-grid{grid-template-columns:1fr;gap:9px}.product-image{height:270px}.product-info h3{font-size:16px}.showroom-brand-mark{height:110px}.single-product-copy h1{font-size:32px}
}
