
:root{--ink:#07131f;--ink2:#102b40;--red:#d9272e;--cream:#f4f6f8;--text:#172630;--muted:#697983;--line:#dce3e7;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);line-height:1.65}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--red);outline-offset:2px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
header{position:sticky;top:0;z-index:100;background:rgba(7,19,31,.97);border-bottom:1px solid #213746}.nav{position:relative;height:82px;display:flex;align-items:center;justify-content:space-between;gap:14px}.logo{display:flex;align-items:center}.logo img{height:44px;width:auto;display:block}.links{display:flex;gap:22px;color:#d9e2e7;font-size:12px;font-weight:800}.links a:hover{color:#fff}.navRight{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;background:var(--red);color:#fff;font-weight:800;font-size:12px;border-radius:3px}.btn.dark{background:var(--ink)}.btn.ghost{background:transparent;border:1px solid #617482;margin-left:8px}
.navToggle{display:none;flex-direction:column;justify-content:space-between;width:34px;height:26px;padding:0;background:none;border:0;cursor:pointer;flex:none}.navToggle span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.navToggle.isOpen span:nth-child(1){transform:translateY(11px) rotate(45deg)}.navToggle.isOpen span:nth-child(2){opacity:0}.navToggle.isOpen span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}
.hero{min-height:700px;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(217,39,46,.25),transparent 25%),linear-gradient(120deg,#07131f,#0d283c);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.06);border-radius:50%;right:-220px;top:80px}.heroInner{position:relative;z-index:2}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.22em;color:#ef6267;font-weight:900}.hero h1{font-size:clamp(48px,7vw,82px);line-height:1.01;letter-spacing:-.05em;max-width:900px;margin:16px 0 22px}.hero p{font-size:19px;color:#c6d2d9;max-width:720px;margin-bottom:30px}
.section{padding:95px 0}.light{background:var(--cream)}.heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:45px}.heading h2{font-size:clamp(36px,4.5vw,57px);line-height:1.05;letter-spacing:-.04em;color:var(--ink);margin:7px 0}.heading p{max-width:520px;color:var(--muted)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);padding:32px}.card h3{color:var(--ink);font-size:22px;margin:0 0 9px}.card p{color:var(--muted);margin:0}
.product{background:var(--ink);color:#fff;min-height:240px;padding:27px;position:relative;overflow:hidden}.product:nth-child(even){background:var(--ink2)}.product:after{content:"";position:absolute;width:125px;height:125px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-40px;bottom:-40px}.product small{color:#91a5b2;letter-spacing:.15em}.product h3{font-size:23px;margin:50px 0 12px}.product a{color:#ff7378;font-size:12px;font-weight:800}
.brand{background:#fff;border:1px solid var(--line);min-height:205px;padding:25px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}img.brandLogo{max-width:190px;max-height:64px;width:auto;height:auto;object-fit:contain}.brand p{font-size:12px;color:var(--muted);margin:10px 0 15px}.brand a{font-size:11px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.banner{background:var(--ink);color:#fff;padding:90px 0}.banner h2{font-size:clamp(38px,5vw,60px);line-height:1.05;max-width:820px;margin:10px 0 20px}.banner p{color:#bdcbd4;max-width:720px;font-size:18px}
.pageHero{background:var(--ink);color:#fff;padding:90px 0}.pageHero h1{font-size:clamp(42px,6vw,68px);line-height:1.04;max-width:900px;margin:8px 0 18px}.pageHero p{max-width:720px;color:#c0ccd4;font-size:18px}.detail{display:grid;grid-template-columns:1.15fr .85fr;gap:70px}.detail h2{font-size:43px;line-height:1.08;color:var(--ink)}.detail p{color:var(--muted)}.info{background:var(--cream);padding:30px;border-left:4px solid var(--red)}.info h3{margin-top:0;color:var(--ink)}.info li{margin:8px 0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact h2{font-size:52px;line-height:1.05;color:var(--ink)}.contactDetails{margin-top:30px;padding:26px;background:var(--cream)}.contactDetails strong{color:var(--ink)}input,textarea{width:100%;border:1px solid var(--line);padding:15px;margin-bottom:13px;font:inherit}textarea{height:155px}.formNote{font-size:12px;color:var(--muted);margin-top:-4px}.footer{background:#050d14;color:#9aa9b2;padding:32px 0;font-size:12px}.footerRow{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.notice{font-size:11px;color:#829099;margin-top:25px}.official{display:inline-block;font-size:11px;color:var(--red);font-weight:900;margin-top:10px}
@media(max-width:900px){
  .navToggle{display:flex}
  .links{position:absolute;top:82px;left:0;right:0;flex-direction:column;gap:0;background:#07131f;border-bottom:1px solid #213746;max-height:0;overflow:hidden;transition:max-height .25s ease}
  .links.open{max-height:420px}
  .links a{padding:16px 6%;border-top:1px solid #16283a}
  .grid4{grid-template-columns:1fr 1fr}.grid3{grid-template-columns:1fr 1fr}.detail,.contact{grid-template-columns:1fr}.heading{display:block}.heading p{margin-top:20px}
}
@media(max-width:560px){.grid4,.grid3,.grid2{grid-template-columns:1fr}.hero{min-height:620px}.hero h1{font-size:48px}.ghost{display:none}.section{padding:70px 0}.footerRow{flex-direction:column;gap:6px}}
