*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050a12;color:#f5f8ff;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px 6%;background:#050a12ee;border-bottom:1px solid #17304a}.brand{font-weight:900;font-size:22px}.brand span,span{color:#1597ff}nav{display:flex;gap:25px;font-weight:700;font-size:14px}header button{background:transparent;color:#fff;border:1px solid #1597ff;padding:9px 14px}.hero{min-height:620px;padding:90px 8%;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 80%,#0d2b45,#050a12 58%)}.hero>div:first-child{z-index:2}.hero p,section>p{color:#1597ff;letter-spacing:3px;font-weight:900;font-size:12px}.hero h1{font-size:clamp(42px,7vw,84px);line-height:.95}.hero h3{letter-spacing:3px;color:#a9bed1}.cta{display:inline-block;background:#1597ff;color:#03101c;border:0;padding:14px 22px;font-weight:900;cursor:pointer}.radar{position:absolute;right:6%;width:45vw;height:45vw;max-width:600px;max-height:600px;border:2px solid #1597ff;border-radius:50%;font-size:140px;display:grid;place-items:center;color:#1597ff;text-shadow:0 0 30px #1597ff;box-shadow:0 0 0 60px #1597ff10,0 0 0 130px #1597ff06}.ticker{display:flex;justify-content:space-around;padding:14px;background:#0a1421;color:#91a7ba;font-size:11px;letter-spacing:2px;font-weight:800}section{padding:85px 7%}section>p{text-align:center}section h2{text-align:center;font-size:42px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.products article{background:#09131f;border:1px solid #17304a;padding:15px}.art{height:320px;background:linear-gradient(145deg,#111c29,#02060b);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:40px;font-weight:900}.art small{font-size:10px;color:#a9bed1;margin-top:15px}.add{display:block;width:100%;margin-top:15px;padding:12px;background:transparent;color:#fff;border:1px solid #1597ff;cursor:pointer}.add:hover{background:#1597ff;color:#03101c}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.collections div{background:#09131f;border:1px solid #17304a;padding:25px;min-height:150px;color:#1597ff;font-weight:900}.collections h3{color:#fff;margin-top:55px}.mission{background:#081523;border-block:1px solid #17304a}.mission h2,.community h2{text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.mission>p:last-child,.community>p:last-child{color:#a9b8c8;max-width:700px;margin:auto;line-height:1.6}.community{text-align:center}.community h2{text-align:center}footer{border-top:1px solid #17304a;padding:35px 7%;color:#7890a5}footer strong{font-size:24px;color:#fff}#cart{position:fixed;right:-400px;top:0;width:min(400px,100%);height:100%;background:#08111d;border-left:1px solid #17304a;z-index:10;padding:30px;transition:.25s;box-shadow:-15px 0 40px #000}#cart.open{right:0}#close{float:right;background:none;border:0;color:#fff;font-size:30px}.line{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #17304a}@media(max-width:800px){nav{display:none}.products,.collections{grid-template-columns:1fr}.radar{opacity:.2;width:90vw;height:90vw}.ticker{overflow:hidden;white-space:nowrap}.hero{padding:70px 6%}}

.art {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.art img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
}.products article h3{margin-bottom:7px}.back{display:inline-block;color:#1597ff;font-weight:900;letter-spacing:1px;margin-bottom:30px}.product-page{max-width:1250px;margin:auto}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.product-visual{min-height:620px;background:radial-gradient(circle at 50% 45%,#12314a,#07101a 60%);border:1px solid #17304a;display:grid;place-items:center}.product-visual img{width:92%;height:92%;object-fit:contain}.product-info h1{font-size:clamp(38px,5vw,68px);line-height:.95;margin:10px 0}.product-info>p:not(#productKicker){color:#9eb2c4;line-height:1.7;font-size:17px}.price{font-size:30px;font-weight:900;margin:20px 0}.full{width:100%;margin:25px 0}.product-info label{display:block;font-size:12px;font-weight:900;letter-spacing:2px}.product-info select{display:block;width:100%;margin-top:8px;padding:14px;background:#07101a;color:#fff;border:1px solid #17304a}.option-note{border:1px solid #17304a;padding:14px;color:#a9bed1;font-size:12px;letter-spacing:2px}.details{border-top:1px solid #17304a}.details div{padding:18px 0;border-bottom:1px solid #17304a}.details span{display:block;color:#8fa4b6;margin-top:7px}.line button{background:none;border:0;color:#fff;cursor:pointer}@media(max-width:800px){.product-layout{grid-template-columns:1fr;gap:25px}.product-visual{min-height:420px}.product-page{padding-top:35px}}

.product-art img, .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-art { overflow: hidden; }
