@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');:root{--red:#d82024;--dark:#0a0d0f;--line:#e1e3e4;--muted:#656b70}*{box-sizing:border-box}body{margin:0;color:#15181a;font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.header{height:80px;display:flex;align-items:center;padding:0 4.4vw;border-bottom:1px solid #eee;gap:35px;position:sticky;top:0;background:#fff;z-index:100}.logo{display:flex;flex-direction:column}.logo b{color:var(--red);font-size:27px;letter-spacing:-.04em}.logo span{font-size:9px;font-weight:800}.header nav{margin-left:auto;display:flex;align-items:center;height:80px;gap:30px}.header nav>a,.mega-wrap>a{font-size:16px;font-weight:800;height:80px;display:flex;align-items:center}.mega-wrap{height:80px;position:static}.mega-wrap>a span{margin-left:4px}.mega{position:absolute;left:0;right:0;top:80px;background:#fff;box-shadow:0 18px 35px #0002;border-top:1px solid #eee;padding:30px 4.4vw;display:grid;grid-template-columns:210px minmax(350px,1fr) minmax(280px,34%);gap:35px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s}.mega-wrap:hover .mega,.mega-wrap:focus-within .mega{opacity:1;visibility:visible;transform:none}.mega-title{display:flex;flex-direction:column;justify-content:center}.mega-title small,.catalog>small,.hero-copy small,.section-title small{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.08em}.mega-title strong{font:800 30px/0.9 "Barlow Condensed";margin:10px 0 20px}.mega-title a{color:var(--red);font-size:9px;font-weight:800}.mega-cats{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.mega-cats a{min-height:70px;border-top:1px solid var(--line);display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:8px;transition:.15s}.mega-cats a:nth-child(odd){border-right:1px solid var(--line);padding-right:20px}.mega-cats a:nth-child(even){padding-left:20px}.mega-cats a:hover{color:var(--red);padding-left:8px}.mega-cats small{color:#999;font-size:9px}.mega-cats strong{font:800 20px "Barlow Condensed"}.mega-cats i{font-style:normal;color:var(--red);font-size:20px}.mega-image{min-height:210px;background:linear-gradient(135deg,#11181d,#465057);position:relative;overflow:hidden;color:#fff;display:flex;align-items:flex-end;padding:20px}.mega-image:before{content:"";position:absolute;width:42%;height:72%;right:10%;top:10%;border-radius:45%;background:linear-gradient(145deg,#ddd,#555);transform:rotate(7deg)}.mega-image:after{content:"";position:absolute;width:25%;height:20%;right:29%;bottom:12%;background:var(--red);border-radius:8px}.mega-image span{position:relative;z-index:2;font:800 22px/.9 "Barlow Condensed"}.btn{display:inline-block;padding:13px 20px;font-size:11px;font-weight:800}.red{background:var(--red);color:#fff}.hero{height:495px;background:linear-gradient(100deg,#080b0d,#172027);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.hero-copy{margin-left:4.4vw;position:relative;z-index:2;max-width:580px}.hero-copy h1{font:800 54px/.92 "Barlow Condensed";margin:10px 0 18px}.hero-copy p{font-size:14px;line-height:1.55;max-width:500px}.hero-visual{position:absolute;right:5%;width:55%;height:90%;display:flex;align-items:end;justify-content:center;gap:3%;opacity:.85}.hero-visual span{display:flex;align-items:center;justify-content:center;text-align:center;font:800 24px "Barlow Condensed";background:linear-gradient(145deg,#ddd,#555);border-radius:30px;width:27%;height:45%;color:#202326;transform:rotate(-5deg)}.hero-visual span:nth-child(2){height:65%;background:linear-gradient(145deg,#d72025,#5b1518);color:#fff}.hero-visual span:nth-child(3){height:58%;transform:rotate(6deg)}.section{padding:42px 4.4vw;display:grid;grid-template-columns:285px 1fr;gap:34px;align-items:start}.section.light{background:#f6f6f5}.section-title h2{font:800 35px/.9 "Barlow Condensed";margin:10px 0 26px;letter-spacing:-.01em}.section-title a{font-size:10px;font-weight:800;color:var(--red)}.cat-grid,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cat-card,.product-card{background:#fff;border:1px solid var(--line);transition:.15s}.cat-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000012}.cat-card .visual{height:170px;background:#fff;display:grid;place-items:center;overflow:hidden;padding:14px}.cat-card .visual img{width:100%;height:100%;object-fit:contain;display:block}.cat-card .visual span{font:800 24px "Barlow Condensed";text-align:center}.cat-card h3{font:800 17px "Barlow Condensed";margin:12px 14px 8px}.cat-card b,.product-card b{display:block;color:var(--red);font-size:10px;margin:0 14px 14px}.product-card img,.product-card .placeholder{width:100%;height:220px;object-fit:contain;background:#fff;display:grid;place-items:center;font:800 30px "Barlow Condensed";padding:18px}.product-card>div:last-child{padding:13px 16px 16px;min-height:105px}.product-card small{font-size:9px;color:var(--red);font-weight:800}.product-card h3{font:800 18px/1.05 "Barlow Condensed";margin:4px 0}.brand-strip{display:flex;align-items:center;gap:28px;padding:20px 4.4vw;border-block:1px solid var(--line);overflow:auto}.brand-strip>a{font:800 19px "Barlow Condensed";white-space:nowrap;color:#41474b}.cta{padding:45px 4.4vw;background:#12283d;color:#fff;display:flex;align-items:center;justify-content:center;gap:18vw}.cta h2{font:800 38px/.9 "Barlow Condensed"}.cta p{font-size:12px;color:#d7dce0}.catalog{padding:70px 4.4vw;background:#f6f6f5;min-height:70vh}.catalog h1{font:800 58px/.9 "Barlow Condensed";margin:8px 0}.catalog>p{color:var(--muted)}.search{display:flex;gap:8px;margin:25px 0 30px}.search input,.search select{padding:13px;border:1px solid var(--line);background:#fff;outline:0}.search input{flex:1}.brand-list,.solution-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.brand-list a{min-height:160px;background:#fff;display:grid;place-items:center;font:800 27px "Barlow Condensed"}.brand-list span{font:700 9px Inter;color:var(--red)}.solution-list{grid-template-columns:repeat(3,1fr);background:transparent;gap:12px}.solution-list article{background:#fff}.solution-image{height:190px;background:linear-gradient(135deg,#111a20,#58636a);color:#fff;display:grid;place-items:center;font:800 55px "Barlow Condensed"}.solution-list article>div:last-child{padding:20px}.solution-list h2{font:800 34px "Barlow Condensed";margin:4px 0}.solution-list a{font-size:10px;color:var(--red);font-weight:800}.detail{padding:70px 4.4vw;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}.detail-image{height:500px}.detail-image img,.detail-image .placeholder{width:100%;height:100%;object-fit:cover;background:linear-gradient(145deg,#eee,#ccc);display:grid;place-items:center;font:800 40px "Barlow Condensed"}.detail h1{font:800 62px/.9 "Barlow Condensed";margin:10px 0}.detail>div>p:not(.code){color:var(--muted);line-height:1.6}footer{background:#101214;color:#ddd;padding:40px 4.4vw 16px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}footer>div{display:flex;flex-direction:column;gap:7px}footer b{font-size:10px}footer a,footer span,footer p{font-size:10px;color:#b9bec2;margin:0}.foot-logo{color:var(--red);font-size:20px}.copy{grid-column:1/-1;border-top:1px solid #ffffff20;padding-top:14px;text-align:center;color:#8d9498}@media(max-width:900px){.header nav{display:none}.mega{position:fixed;top:80px;grid-template-columns:1fr;padding:20px 5vw}.mega-image{min-height:150px}.section{grid-template-columns:1fr;gap:22px}.section-title h2{font-size:33px}.cat-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.cta{gap:30px}.detail{grid-template-columns:1fr}.brand-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.header{padding:0 20px}.nav-btn{display:none}.logo b{font-size:22px}.hero{height:540px}.hero-copy{margin:0 22px}.hero-copy h1{font-size:45px}.hero-visual{right:-30%;width:100%;opacity:.45}.section,.catalog,.detail{padding:35px 22px}.cat-grid,.product-grid{grid-template-columns:1fr 1fr}.search{flex-wrap:wrap}.search input{width:100%;flex-basis:100%}.cta{display:block;padding:35px 22px}footer{grid-template-columns:1fr;padding:30px 22px}.copy{grid-column:auto}}
.detail-media{display:grid;gap:12px}.detail-thumbs{display:flex;gap:8px;flex-wrap:wrap}.detail-thumbs button{border:1px solid #ddd;background:#fff;padding:3px;cursor:pointer}.detail-thumbs img{width:72px;height:72px;object-fit:cover;display:block}

@media(max-width:900px){.cat-card .visual{height:155px}.product-card img,.product-card .placeholder{height:200px}}
@media(max-width:560px){.section-title h2{font-size:30px}.cat-card .visual{height:145px}.product-card img,.product-card .placeholder{height:185px;padding:12px}}

/* Adametean Frontend V2.2 — master mockup refinement */
.section.categories,.section.light{grid-template-columns:310px minmax(0,1fr);column-gap:42px;}
.section.categories{padding-top:46px;padding-bottom:46px;}
.section.light{padding-top:46px;padding-bottom:46px;}
.section-title{padding-top:4px;}
.section-title small{font-size:12px;letter-spacing:.09em;}
.section-title h2{font-size:42px;line-height:.86;margin:12px 0 30px;}
.cat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.cat-card{min-width:0;overflow:hidden;border-radius:2px;}
.cat-card .visual{height:190px;padding:16px 18px;background:#fff;}
.cat-card .visual img{width:100%;height:100%;object-fit:contain;object-position:center;}
.cat-placeholder{width:100%;height:100%;display:grid;place-items:center;background:#f1f2f2;}
.cat-placeholder span{font:800 25px "Barlow Condensed";text-align:center;}
.cat-card h3{font-size:18px;margin:14px 16px 7px;}
.cat-card b{margin:0 16px 16px;font-size:10px;}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.product-card{min-width:0;overflow:hidden;border-radius:2px;}
.product-card img,.product-card .placeholder{height:255px;padding:22px 24px;object-fit:contain;object-position:center;background:#fff;}
.product-card>div:last-child{padding:14px 17px 17px;min-height:112px;}
.product-card h3{font-size:19px;line-height:1.02;margin:5px 0;}
.product-card b{margin:0;font-size:10px;}
@media(max-width:1100px){.section.categories,.section.light{grid-template-columns:250px minmax(0,1fr);column-gap:28px}.section-title h2{font-size:37px}.cat-card .visual{height:170px}.product-card img,.product-card .placeholder{height:225px}}
@media(max-width:900px){.section.categories,.section.light{grid-template-columns:1fr;row-gap:22px}.section-title h2{font-size:36px}.cat-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.section-title h2{font-size:32px}.cat-grid,.product-grid{grid-template-columns:1fr 1fr}.cat-card .visual{height:150px}.product-card img,.product-card .placeholder{height:190px;padding:14px}}
