
:root{
  --ink:#111827;--muted:#64748b;--line:#e5e7eb;--paper:#f7f8fa;
  --blue:#1268f3;--orange:#ff8a00;--dark:#08111f;--radius:24px;
  --shadow:0 18px 50px rgba(15,23,42,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.announcement{min-height:36px;padding:8px 5vw;display:flex;justify-content:center;align-items:center;gap:18px;background:#08111f;color:#fff;font-size:.78rem;letter-spacing:.02em}.announcement-dot{width:3px;height:3px;border-radius:50%;background:#ff8a00}
.site-header{height:82px;padding:0 max(5vw,24px);display:grid;grid-template-columns:220px 1fr auto;align-items:center;border-bottom:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.brand img{width:176px}.main-nav{display:flex;justify-content:center;gap:32px;font-size:.91rem;font-weight:700}.main-nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:20px;font-size:.9rem}.header-actions strong{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--orange);color:#fff;font-size:.72rem}.menu-button{display:none;border:0;background:none;padding:10px}.menu-button span:not(.sr-only){display:block;width:25px;height:2px;background:#111827;margin:5px}
.hero{min-height:650px;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,1.05fr);align-items:center;padding:68px max(5vw,24px);overflow:hidden;background:linear-gradient(112deg,#07101d 0%,#0c1726 52%,#10213a 100%);color:#fff}.hero-copy{position:relative;z-index:2;max-width:680px}.eyebrow{margin:0 0 15px;text-transform:uppercase;letter-spacing:.17em;font-size:.76rem;font-weight:900;color:var(--blue)}.hero h1{margin:0;font-size:clamp(3.4rem,5.8vw,6.8rem);line-height:.91;letter-spacing:-.055em}.hero h1 span{color:#4c95ff}.hero-text{max-width:620px;margin:28px 0;color:#cbd5e1;font-size:1.1rem;line-height:1.7}.button-row{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:10px;font-size:.9rem;font-weight:850;letter-spacing:.02em}.button-primary{background:var(--blue);color:#fff}.button-secondary{border:1px solid rgba(255,255,255,.42);color:#fff}.button-light{background:#fff;color:#0b1524;margin-top:18px}.hero-points{display:flex;gap:30px;flex-wrap:wrap;padding:0;margin:32px 0 0;list-style:none;color:#94a3b8;font-size:.84rem}.hero-points li::before{content:"✓";color:#4c95ff;margin-right:8px}.hero-art{position:relative;min-height:510px}.hero-glow{position:absolute;inset:10% 5%;background:radial-gradient(circle,#1e63c9 0%,rgba(42,93,177,.25) 38%,transparent 70%);filter:blur(20px)}.hero-mask{position:absolute;width:min(78%,630px);height:88%;object-fit:cover;object-position:center 55%;right:6%;top:2%;border-radius:42% 42% 24% 24%;mix-blend-mode:screen;filter:contrast(1.08) saturate(1.08)}.hero-visor{position:absolute;width:42%;max-height:210px;object-fit:cover;right:1%;bottom:0;border-radius:30px;box-shadow:var(--shadow);transform:rotate(-2deg)}
.section{padding:92px max(5vw,24px)}.section-tight{padding-top:48px;padding-bottom:28px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2,.custom-section h2{margin:0;font-size:clamp(2rem,3.3vw,3.5rem);letter-spacing:-.045em}.text-link{font-weight:800;color:var(--blue);font-size:.88rem}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:220px;padding:30px;border-radius:var(--radius);display:flex;flex-direction:column;justify-content:end;box-shadow:var(--shadow);overflow:hidden}.category-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.category-card strong{max-width:350px;margin:9px 0 24px;font-size:1.55rem;line-height:1.15}.category-card em{font-style:normal;font-size:.85rem;font-weight:850}.category-dark{background:linear-gradient(135deg,#08111f,#1e293b);color:#fff}.category-blue{background:linear-gradient(135deg,#1268f3,#0c4fc0);color:#fff}.category-light{background:linear-gradient(135deg,#fff1df,#fff8ef)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:390px;background:var(--paper);position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;z-index:1;left:16px;top:16px;padding:7px 10px;border-radius:999px;background:#6d28d9;color:#fff;text-transform:uppercase;font-size:.66rem;font-weight:900;letter-spacing:.08em}.badge-new{background:#15803d}.product-info{padding:22px}.product-type{margin:0;color:var(--blue);font-size:.72rem;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.product-info h3{margin:8px 0 22px;font-size:1.28rem}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-bottom button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 15px;font-weight:800;cursor:pointer}
.custom-section{padding:90px max(5vw,24px);display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#0a1525;color:#fff}.custom-section .eyebrow{color:#67a4ff}.custom-section>div>p:not(.eyebrow){max-width:620px;color:#b8c5d8;line-height:1.7}.custom-section ol{list-style:none;margin:0;padding:0}.custom-section li{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)}.custom-section li>span{font-size:.8rem;color:#67a4ff;font-weight:900}.custom-section li strong{font-size:1.14rem}.custom-section li p{margin:7px 0 0;color:#9fb0c8}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card{padding:30px;border-top:3px solid var(--blue);background:var(--paper);border-radius:0 0 18px 18px}.value-card span{color:var(--orange);font-weight:900}.value-card h3{font-size:1.35rem}.value-card p{color:var(--muted);line-height:1.65}
.site-footer{padding:64px max(5vw,24px) 24px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:44px;background:#f4f6f8;border-top:1px solid var(--line)}.footer-brand img{width:185px}.footer-brand p,.site-footer p{color:var(--muted);line-height:1.6}.site-footer h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.13em}.site-footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.site-footer a{font-size:.9rem}.footer-email{font-weight:800;color:var(--blue)!important}.copyright{grid-column:1/-1;padding-top:26px;border-top:1px solid var(--line);font-size:.8rem}
@media(max-width:960px){.site-header{grid-template-columns:1fr auto auto}.main-nav{display:none;position:absolute;left:18px;right:18px;top:76px;padding:20px;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-button{display:block}.header-actions a:first-child{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:58px}.hero-art{min-height:430px;margin-top:22px}.category-grid,.product-grid,.values{grid-template-columns:1fr 1fr}.custom-section{grid-template-columns:1fr;gap:35px}.site-footer{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.announcement{font-size:.68rem;gap:8px}.announcement span:nth-of-type(2),.announcement span:nth-of-type(3),.announcement-dot{display:none}.site-header{height:70px;padding-inline:18px}.brand img{width:138px}.header-actions{font-size:.78rem}.hero{padding:44px 20px 34px}.hero h1{font-size:3.25rem}.hero-text{font-size:1rem;margin:22px 0}.button-row{display:grid}.button{width:100%}.hero-points{gap:9px 18px}.hero-art{min-height:330px}.hero-mask{width:92%;height:84%;right:4%}.hero-visor{width:48%;max-height:130px}.section,.section-tight{padding:64px 20px}.section-heading{align-items:start}.text-link{display:none}.category-grid,.product-grid,.values{grid-template-columns:1fr}.category-card{min-height:190px}.product-image{height:340px}.custom-section{padding:70px 20px}.site-footer{grid-template-columns:1fr;padding:50px 20px 20px}.copyright{grid-column:auto}}
