﻿:root{--ink:#101722;--muted:#65707e;--red:#cf1f2e;--red2:#e9343f;--paper:#f7f8fa;--line:#e6e8ec;--navy:#07182d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Tahoma,"Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}
.site-header{height:84px;max-width:1240px;margin:auto;display:flex;align-items:center;gap:42px;padding:0 24px;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;margin-left:auto}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--red);color:#fff;font-size:25px;font-weight:900;box-shadow:0 8px 22px #cf1f2e30}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{font-size:10px;color:var(--muted);margin-top:4px}
nav{display:flex;gap:28px;font-size:13px;font-weight:700}nav a:hover{color:var(--red)}.header-cta,.primary{background:var(--red);color:#fff;padding:13px 21px;border-radius:9px;font-size:13px;font-weight:800;box-shadow:0 12px 28px #cf1f2e24}.header-cta:hover,.primary:hover{background:#af1422}
.hero{min-height:680px;max-width:1240px;margin:auto;padding:82px 24px 60px;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.eyebrow,.section-heading>p,.section-heading div>p,.originality .eyebrow,.agency>div>p,.form-intro>p{color:var(--red);font-size:13px;font-weight:800;letter-spacing:.02em}.hero h1{font-size:68px;line-height:1.18;margin:18px 0 24px;letter-spacing:-3px}.hero h1 em{color:var(--red);font-style:normal}.lead{font-size:17px;line-height:2;color:#4f5b69;max-width:610px}.hero-actions{display:flex;gap:13px;margin:34px 0}.secondary{padding:12px 21px;border:1px solid #cfd4dc;border-radius:9px;font-size:13px;font-weight:800}.trust-row{display:flex;gap:24px;padding-top:26px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.trust-row span{display:grid;gap:4px}.trust-row b{font-size:14px;color:var(--ink)}
.hero-visual{height:485px;position:relative;border-radius:34px;background:linear-gradient(145deg,#eef1f5,#fff);overflow:hidden;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;width:250px;height:570px;background:linear-gradient(180deg,var(--red2),#8c0f1c);transform:rotate(28deg);opacity:.96}.hero-visual img{position:relative;width:72%;height:auto;object-fit:contain;border-radius:24px;filter:drop-shadow(0 35px 30px #07182d35)}.hero-ring{position:absolute;width:350px;height:350px;border:1px solid #ffffffaa;border-radius:50%;z-index:1}.floating-card{position:absolute;z-index:2;bottom:32px;right:28px;background:#fff;padding:15px 18px;border-radius:12px;box-shadow:0 15px 40px #07182d22}.floating-card span,.floating-card strong{display:block}.floating-card span{font-size:10px;color:var(--muted);margin-bottom:4px}.floating-card strong{font-size:13px}.code-chip{position:absolute;left:20px;top:24px;z-index:2;background:#07182de8;color:#fff;padding:9px 13px;border-radius:99px;font:700 9px Arial;letter-spacing:.08em}
.brand-strip{max-width:1240px;margin:auto;border:1px solid var(--line);border-radius:14px;padding:23px 30px;display:flex;align-items:center;justify-content:space-between;color:#78818d}.brand-strip span{font-size:11px}.brand-strip b{font:800 18px Arial;color:#29313b;letter-spacing:.05em}
.system{margin-top:80px;padding:95px 24px 110px;background:var(--navy);color:#fff;overflow:hidden}.section-heading{text-align:center;max-width:720px;margin:0 auto 54px}.section-heading h2{font-size:42px;margin:10px 0 16px}.section-heading>span,.section-heading div+span{display:block;color:#a9b4c1;line-height:1.9;font-size:14px}.circle-map{height:420px;display:flex;justify-content:center;align-items:center;position:relative;direction:ltr}.circle{width:370px;height:370px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;padding:70px;direction:rtl}.circle small{font-size:10px;opacity:.75}.circle h3{font-size:28px;margin:10px 0}.circle p{font-size:13px;line-height:2;opacity:.82}.circle-one{background:linear-gradient(145deg,#d72939,#9e101d);margin-right:-38px}.circle-two{background:linear-gradient(145deg,#17395d,#0a223c);margin-left:-38px;border:1px solid #ffffff1f}.center-seal{position:absolute;z-index:3;width:164px;height:164px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-content:center;text-align:center;direction:rtl;box-shadow:0 25px 50px #0005;border:8px solid #ffffff25}.center-seal span,.center-seal small{font-size:10px;color:var(--muted)}.center-seal strong{font-size:23px;color:var(--red);margin:4px 0}
.products{max-width:1240px;margin:0 auto;padding:105px 24px}.section-heading.split{max-width:none;display:flex;text-align:right;align-items:end;justify-content:space-between}.split h2{margin-bottom:0}.split>span{max-width:440px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #18273a12}.product-image{height:205px;background:#f4f5f7;position:relative;display:grid;place-items:center;overflow:hidden}.product-image:before{content:"";position:absolute;right:-50px;top:-70px;width:180px;height:180px;border-radius:50%;background:var(--accent);opacity:.09}.product-image img{width:87%;height:auto;mix-blend-mode:multiply}.brand-label{position:absolute;top:14px;left:15px;z-index:2;color:var(--accent);font:900 13px Arial}.product-info{padding:20px}.product-info small{color:var(--muted);font-size:10px}.product-info h3{font:900 21px Arial;margin:7px 0}.product-info p{font-size:11px;color:var(--muted);height:38px;line-height:1.7}.product-info a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:14px;font-size:11px;font-weight:800;color:var(--red)}.accuracy-note{text-align:center;font-size:10px;color:var(--muted);margin-top:24px}
.originality{display:grid;grid-template-columns:1fr 1fr;min-height:580px;background:#f2f3f5}.originality>div{padding:90px max(8vw,50px)}.originality h2{font-size:43px;margin:12px 0 20px}.originality p{color:#596473;line-height:2}.originality ul{list-style:none;padding:0;margin-top:30px}.originality li{padding:13px 25px;border-bottom:1px solid #dadde1;position:relative;font-size:13px;font-weight:700}.originality li:before{content:"";position:absolute;right:0;top:19px;width:8px;height:8px;border-radius:50%;background:var(--red)}.originality img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.shipping{max-width:1192px;margin:70px auto;padding:30px 36px;border-radius:18px;background:var(--navy);color:#fff;display:grid;grid-template-columns:200px 1fr 320px;align-items:center;gap:30px}.shipping strong{font-size:20px;color:#fff}.shipping p{font-size:13px;line-height:1.9}.shipping span{font-size:10px;color:#a8b5c3;border-right:1px solid #ffffff25;padding-right:28px}
.forms{max-width:1192px;margin:90px auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:0 24px}.form-intro h2{font-size:43px;margin:12px 0 20px}.form-intro>span{color:var(--muted);line-height:2;font-size:13px}.form-tabs{display:flex;gap:20px;margin-top:35px;font-size:12px}.form-tabs b{color:var(--red);border-bottom:2px solid var(--red);padding-bottom:8px}form{display:grid;grid-template-columns:1fr 1fr;gap:17px;background:#f6f7f9;padding:32px;border-radius:20px}label{font-size:11px;font-weight:800}input,textarea{width:100%;margin-top:8px;padding:13px 14px;border:1px solid #dfe2e7;background:#fff;border-radius:8px;outline:none}textarea{height:88px;resize:none}label:nth-child(4){grid-column:1/-1}form button{grid-column:1/-1;border:0;background:var(--red);color:#fff;padding:15px;border-radius:8px;font-weight:800;cursor:pointer}form>small{grid-column:1/-1;text-align:center;color:var(--muted);font-size:9px}.agency{max-width:1192px;margin:0 auto 90px;padding:40px 45px;border:1px solid var(--line);border-right:5px solid var(--red);display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:45px}.agency h2{font-size:24px;margin:8px 0}.agency p{font-size:12px;color:var(--muted);line-height:1.9}.agency a{background:var(--ink);color:#fff;padding:13px 18px;border-radius:8px;font-size:11px;font-weight:800;white-space:nowrap}
footer{background:#08121f;color:#fff;padding:65px max(5vw,24px) 25px;display:grid;grid-template-columns:2fr 1fr 1.4fr 1.2fr;gap:55px}footer .brand{margin:0;align-self:start}.footer-brand .brand small{color:#98a6b5}footer>div:not(.brand){display:flex;flex-direction:column;gap:13px;font-size:11px;color:#9eaab8}footer>div b{color:#fff;font-size:13px;margin-bottom:6px}.copyright{grid-column:1/-1;border-top:1px solid #ffffff15;padding-top:22px;text-align:center;color:#728092;font-size:10px;margin-top:30px}
@media(max-width:900px){.site-header nav{display:none}.site-header{gap:12px}.header-cta{padding:11px}.hero{grid-template-columns:1fr;padding-top:50px}.hero h1{font-size:48px}.hero-visual{height:410px}.brand-strip{overflow:auto;gap:32px}.circle-map{height:auto;flex-direction:column}.circle{width:310px;height:310px;margin:0}.center-seal{position:relative;margin:-42px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.originality{grid-template-columns:1fr}.originality img{max-height:430px}.shipping{margin:45px 24px;grid-template-columns:1fr}.shipping span{border:0;padding:0}.forms{grid-template-columns:1fr}.agency{margin:0 24px 60px;grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.brand small{display:none}.hero{padding-top:35px}.hero h1{font-size:39px;letter-spacing:-2px}.lead{font-size:14px}.trust-row{gap:12px}.hero-visual{height:330px}.brand-strip span{display:none}.section-heading h2,.originality h2,.form-intro h2{font-size:32px}.system{padding-top:70px}.circle{width:280px;height:280px;padding:50px}.product-grid{grid-template-columns:1fr}.section-heading.split{display:block}.split>span{margin-top:16px}.originality>div{padding:65px 25px}.forms{padding:0 18px}form{grid-template-columns:1fr;padding:22px}label:nth-child(4),form button,form>small{grid-column:auto}footer{grid-template-columns:1fr}.copyright{grid-column:auto}}

/* Professional scale and collision fixes */
.hero h1{font-size:56px;line-height:1.28;letter-spacing:-2px}.lead{font-size:16px}.section-heading h2,.originality h2,.form-intro h2{font-size:36px;line-height:1.5}.agency h2{font-size:22px;line-height:1.6}
.brands-section{max-width:1240px;margin:auto;padding:0 24px}.brands-title{display:flex;justify-content:space-between;align-items:center;margin:0 4px 14px}.brands-title span{font-size:12px;font-weight:800}.brands-title small,.brand-disclaimer{font-size:9px;color:var(--muted)}.brand-strip{max-width:none;display:grid;grid-template-columns:repeat(6,1fr);gap:0;padding:16px 20px}.brand-strip>a,.brand-strip>span{height:58px;display:flex;align-items:center;justify-content:center;padding:9px 17px;border-left:1px solid var(--line);transition:.2s}.brand-strip>*:last-child{border-left:0}.brand-strip a:hover{background:#f6f7f9;border-radius:10px;transform:translateY(-2px)}.brand-strip img{display:block;max-width:105px;max-height:34px;width:auto;height:auto}.wordmark{font:900 20px Arial!important;letter-spacing:.03em;flex-direction:column;color:#202631}.wordmark small{display:block!important;font:700 6px Arial;letter-spacing:.22em;margin-top:2px}.beru{color:#de2135}.torch{color:#1364a0}.meteor{color:#252b35}.brand-disclaimer{text-align:center;margin:10px 0 0}.contact-links a:hover{color:#fff}
.circle-map{height:auto;min-height:370px;display:grid;grid-template-columns:320px 145px 320px;gap:0;justify-content:center;align-items:center}.circle{width:320px;height:320px;padding:58px;overflow:hidden}.circle-one,.circle-two{margin:0}.circle h3{font-size:24px;line-height:1.5;margin:8px 0}.circle p{font-size:12px;line-height:2;margin:0}.center-seal{position:relative;width:145px;height:145px;margin:0}.center-seal strong{font-size:20px}
@media(max-width:900px){.hero h1{font-size:44px}.brand-strip{grid-template-columns:repeat(3,1fr);overflow:visible;gap:0}.brand-strip>a,.brand-strip>span{border-left:0;border-bottom:1px solid var(--line)}.circle-map{min-height:auto;grid-template-columns:1fr;gap:20px}.circle{width:300px;height:300px;margin:auto}.center-seal{grid-row:2;margin:0 auto}.section-heading h2,.originality h2,.form-intro h2{font-size:32px}}
@media(max-width:560px){.hero h1{font-size:35px;letter-spacing:-1px}.brands-title small{display:none}.brand-strip{grid-template-columns:repeat(2,1fr);padding:10px}.brand-strip span{display:flex}.brand-strip>a,.brand-strip>span{padding:8px}.section-heading h2,.originality h2,.form-intro h2{font-size:28px}.circle{width:275px;height:275px;padding:46px}.circle h3{font-size:21px}.circle p{font-size:11px}}

/* Final identity, recovered product archive and robust responsive layout */
.brand-logo{width:48px;height:48px;object-fit:cover;border-radius:12px;display:block;background:#fff}.footer-brand .brand-logo{width:54px;height:54px}.hero-visual>img{position:relative;z-index:1;display:block}.product-image img{display:block;max-width:88%;max-height:175px;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.originality>img{display:block}
.recovered-gallery{max-width:1240px;margin:0 auto;padding:10px 24px 105px}.recovered-gallery .section-heading{margin-bottom:32px}.recovered-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.recovered-grid article{min-width:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:10px;display:grid;grid-template-columns:1fr auto;gap:7px;align-items:center;transition:.2s}.recovered-grid article:hover{transform:translateY(-3px);box-shadow:0 14px 35px #07182d12}.recovered-grid img{grid-column:1/-1;width:100%;height:125px;object-fit:contain;background:#f6f7f9;border-radius:9px}.recovered-grid b{font:800 11px Arial;direction:ltr;overflow:hidden;text-overflow:ellipsis}.recovered-grid a{font-size:9px;color:var(--red);font-weight:800}.social-links{display:flex;gap:9px;margin:2px 0 7px}.social-links a{width:39px;height:39px;border-radius:11px;background:#fff;display:grid;place-items:center;transition:.2s}.social-links a:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0005}.social-links img{width:22px;height:22px;object-fit:contain}.license-link{color:#fff!important;border:1px solid #ffffff26;border-radius:8px;padding:9px 11px;margin-top:4px;width:max-content}
@media(max-width:1150px){.hero{gap:35px}.originality{grid-template-columns:1fr;min-height:0}.originality>div{padding:65px max(6vw,35px)}.originality>img{max-height:460px;object-fit:contain}.forms{grid-template-columns:1fr;gap:35px}.form-intro{max-width:760px}.shipping{margin-left:24px;margin-right:24px}.recovered-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.recovered-grid{grid-template-columns:repeat(3,1fr)}.recovered-grid img{height:110px}}
@media(max-width:520px){.recovered-grid{grid-template-columns:repeat(2,1fr)}.recovered-gallery{padding-left:16px;padding-right:16px}.social-links{flex-wrap:wrap}}

/* Executive two-circle model */
.circle-map{grid-template-columns:350px 160px 350px;min-height:410px}.circle{width:350px;height:350px;padding:0;position:relative;display:grid;place-items:center;overflow:visible;border:1px solid #ffffff22;box-shadow:inset 0 0 0 14px #ffffff08,0 28px 55px #0003}.circle:before,.circle:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.circle:before{inset:31px;border:1px dashed #ffffff42}.circle:after{inset:67px;border:1px solid #ffffff1c}.circle-core{width:178px;height:178px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;position:relative;z-index:2;background:#07182dcc;backdrop-filter:blur(5px);box-shadow:0 15px 38px #0004}.circle-one .circle-core{background:#8f101bd9}.circle-core small{font-size:8px;letter-spacing:.08em;color:#fff9}.circle-core h3{font-size:22px;line-height:1.45;margin:6px 0;color:#fff}.circle-core p{font-size:10px;line-height:1.8;margin:0;color:#ffffffba}.orbit-list{position:absolute;inset:0;list-style:none;margin:0;padding:0;z-index:3}.orbit-list li{position:absolute;min-width:88px;padding:8px 10px;border:1px solid #ffffff2e;border-radius:99px;background:#ffffff12;color:#fff;font-size:9px;font-weight:800;text-align:center;backdrop-filter:blur(7px);box-shadow:0 7px 18px #0002}.orbit-list li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#fff;margin-left:5px}.orbit-list li:nth-child(1){top:25px;left:50%;transform:translateX(-50%)}.orbit-list li:nth-child(2){right:-5px;top:50%;transform:translateY(-50%)}.orbit-list li:nth-child(3){bottom:25px;left:50%;transform:translateX(-50%)}.orbit-list li:nth-child(4){left:-5px;top:50%;transform:translateY(-50%)}.center-seal{width:160px;height:160px;padding:15px;border:7px solid #ffffff30;box-shadow:0 24px 60px #0007}.center-seal img{width:52px;height:52px;border-radius:11px;object-fit:cover;margin:0 auto 3px}.center-seal span{font-size:8px}.center-seal strong{font-family:Tahoma,"Segoe UI",sans-serif;font-size:22px;letter-spacing:-.7px;line-height:1.3;margin:1px 0;color:#b71927}.center-seal small{font-size:8px;letter-spacing:.02em}.system .section-heading{margin-bottom:38px}
@media(min-width:701px) and (max-width:980px){.circle-map{grid-template-columns:285px 120px 285px;gap:0}.circle{width:285px;height:285px}.circle-core{width:148px;height:148px;padding:18px}.circle-core h3{font-size:18px}.circle-core p{font-size:8px}.orbit-list li{min-width:72px;padding:6px 7px;font-size:7px}.orbit-list li:nth-child(1){top:17px}.orbit-list li:nth-child(2){right:-2px}.orbit-list li:nth-child(3){bottom:17px}.orbit-list li:nth-child(4){left:-2px}.center-seal{width:120px;height:120px;padding:9px;grid-row:auto}.center-seal img{width:38px;height:38px}.center-seal strong{font-size:17px}.center-seal span,.center-seal small{font-size:7px}}
@media(max-width:700px){.circle-map{grid-template-columns:1fr;gap:28px}.circle{width:340px;height:340px}.center-seal{grid-row:2}.orbit-list li:nth-child(2){right:0}.orbit-list li:nth-child(4){left:0}}
@media(max-width:420px){.circle{width:292px;height:292px}.circle-core{width:150px;height:150px;padding:18px}.circle-core h3{font-size:18px}.circle-core p{font-size:9px}.orbit-list li{min-width:74px;padding:6px 7px;font-size:8px}.orbit-list li:nth-child(1){top:17px}.orbit-list li:nth-child(3){bottom:17px}.center-seal{width:148px;height:148px}}

/* Dynamic catalog and product detail */
.product-image .product-main-photo,.product-image .product-hover-photo{position:absolute;inset:15px;margin:auto;max-width:calc(100% - 30px);max-height:calc(100% - 30px);transition:opacity .32s ease,transform .32s ease}.product-image .product-hover-photo{opacity:0;transform:scale(.97)}.product-card:hover .product-hover-photo,.product-card:focus-within .product-hover-photo{opacity:1;transform:scale(1)}.product-card:hover .product-main-photo,.product-card:focus-within .product-main-photo{opacity:0}.content-page,.single-product-page{max-width:1192px;margin:0 auto;padding:70px 24px 110px}.breadcrumbs{display:flex;gap:10px;color:var(--muted);font-size:11px;margin-bottom:30px}.single-product{display:grid;grid-template-columns:1fr 1fr;gap:55px}.single-product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.single-product-gallery img{width:100%;height:auto;border-radius:16px;background:#f5f6f8;border:1px solid var(--line)}.single-product-gallery img:first-child{grid-column:1/-1}.single-product-copy h1{font-size:36px;line-height:1.55;margin:10px 0}.single-code{font:900 30px Arial;color:var(--red)}.single-product-copy dl{margin:28px 0}.single-product-copy dl div{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid var(--line);padding:12px 0}.single-product-copy dt{font-weight:800}.single-product-copy dd{margin:0;color:var(--muted)}.product-description{line-height:2;color:var(--muted);margin-bottom:30px}@media(max-width:800px){.single-product{grid-template-columns:1fr}.single-product-copy h1{font-size:28px}}
.product-image-pending{position:relative;z-index:1;text-align:center;color:#8b94a1;font-size:11px;line-height:1.9;border:1px dashed #cfd5dd;border-radius:12px;padding:30px 36px;background:#fff}
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}select{width:100%;margin-top:8px;padding:13px 14px;border:1px solid #dfe2e7;background:#fff;border-radius:8px;outline:none}form .wide-field{grid-column:1/-1}.form-success,.form-error{margin-top:24px;padding:13px 16px;border-radius:9px;font-size:11px;line-height:1.9}.form-success{background:#eaf8ef;color:#176b37}.form-error{background:#fff0f1;color:#9b1622}

