:root{--blue:#146cff;--blue2:#0654e8;--ink:#07101f;--muted:#536078;--line:#d9e3f3;--soft:#f7faff;--radius:22px;--shadow:0 20px 70px rgba(12,54,120,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff}button,input{font:inherit}a{color:inherit;text-decoration:none}
.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #eef2f8;position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:.12em}.brandmark{font-family:Space Grotesk;font-style:italic;font-size:30px;color:#0b2d6b;text-shadow:1px 1px 0 #84b4ff}.cart-btn{border:0;background:var(--blue);color:#fff;border-radius:24px;padding:11px 16px;font-weight:800;cursor:pointer}.cart-btn span{display:inline-grid;place-items:center;background:#fff;color:var(--blue);width:24px;height:24px;border-radius:50%;margin-left:6px}
.searchbar-wrap{padding:12px 5vw 14px;background:#fff}.searchbar{height:44px;border:1px solid #bcc9de;border-radius:23px;padding:0 14px;display:flex;align-items:center;gap:8px}.searchbar input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.searchbar span{color:var(--blue);font-weight:900;font-size:20px}
.hero{min-height:350px;background:#030609;color:#fff;position:relative;overflow:hidden;padding:58px 5vw 54px;display:flex;align-items:center}.hero-copy{max-width:680px;position:relative;z-index:2}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.22em;color:#0c6bff;margin-bottom:22px}.hero h1{font-family:Space Grotesk;font-size:clamp(48px,8vw,96px);line-height:.91;letter-spacing:-.06em;margin:0 0 28px}.hero p{max-width:620px;color:#a4afc3;font-size:17px;line-height:1.65;margin:0}.orb{position:absolute;right:-90px;top:-150px;width:430px;height:430px;border-radius:50%;background:var(--blue);box-shadow:0 0 120px rgba(20,108,255,.25)}
.filters{display:flex;gap:10px;padding:16px 5vw;overflow:auto;border-bottom:1px solid #eef2f8;background:#fff;position:sticky;top:74px;z-index:18}.filter{border:1px solid var(--line);background:#fff;border-radius:26px;padding:12px 20px;font-weight:800;white-space:nowrap;cursor:pointer}.filter.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.drop-note{background:var(--blue);color:#fff;padding:16px 5vw 18px;display:grid;gap:4px}.drop-note strong{font-size:14px}.drop-note span{font-size:13px;opacity:.96}.catalog-section{padding:40px 5vw 72px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:34px;letter-spacing:-.04em;margin:0}.section-head span{color:var(--muted);font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;min-height:100%;box-shadow:0 8px 28px rgba(7,38,93,.04);transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.visual{aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#f7faff);position:relative;display:grid;place-items:center;padding:18px;cursor:pointer}.visual img{width:100%;height:100%;object-fit:contain}.badge{position:absolute;left:16px;top:16px;background:var(--blue);color:#fff;border-radius:13px;padding:7px 11px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.card-body{padding:20px 18px 16px;display:flex;flex-direction:column;gap:9px;flex:1}.category{font-size:10px;color:#0055d9;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.card h3{font-family:Space Grotesk;font-size:18px;margin:0;line-height:1.15}.card p{font-size:13px;line-height:1.55;color:#46536b;margin:0}.view{color:#0055d9;font-weight:800;font-size:13px;background:none;border:0;padding:0;text-align:left;cursor:pointer}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.price{font-size:22px;font-weight:900}.preorder{border:0;background:var(--blue);color:#fff;border-radius:24px;padding:12px 16px;font-weight:800;cursor:pointer}.empty{text-align:center;padding:70px 20px;color:var(--muted)}
footer{background:#05080e;color:#fff;padding:46px 5vw;display:flex;justify-content:space-between;gap:30px;align-items:flex-end}footer strong{font-size:13px;letter-spacing:.16em}.footer-links{display:flex;gap:20px;font-size:13px;color:#9fb4d7}
.overlay{position:fixed;inset:0;background:rgba(2,8,18,.72);backdrop-filter:blur(14px);display:none;align-items:center;justify-content:center;padding:24px;z-index:60}.overlay.open{display:flex}.modal{width:min(980px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.35)}.close{position:absolute;right:18px;top:16px;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:28px;cursor:pointer}.product-modal{display:grid;grid-template-columns:1.05fr .95fr}.modal-image{min-height:520px;background:#f7faff;padding:42px;display:grid;place-items:center}.modal-image img{width:100%;height:100%;object-fit:contain;max-height:560px}.modal-copy{padding:54px 44px;display:flex;flex-direction:column;gap:14px}.modal-copy .badge{position:static;width:max-content}.modal-copy h2{font-family:Space Grotesk;font-size:40px;line-height:1;margin:2px 0}.modal-copy p{color:#4c5a71;line-height:1.65}.modal-copy ul{padding-left:18px;color:#334158;display:grid;gap:8px}.modal-buy{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.modal-buy strong{font-size:28px}.cart-modal{max-width:640px;padding:50px 34px 34px}.cart-modal h2{font-size:34px;margin:0 0 10px}.cart-note{color:#536078;line-height:1.55}.cart-row{display:grid;grid-template-columns:58px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #e8edf6}.cart-row img{width:58px;height:58px;object-fit:contain;background:#f7faff;border-radius:12px}.cart-row strong{display:block}.cart-row small{color:#66738a}.remove{border:0;background:none;color:#d2354e;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:18px;padding:22px 0}.cart-total strong{font-size:24px}.email-order{display:block;text-align:center;background:var(--blue);color:#fff;border-radius:25px;padding:15px;font-weight:800}.empty-cart{padding:28px 0;color:#66738a}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-modal{grid-template-columns:1fr}.modal-image{min-height:380px}.modal-copy{padding:34px}}
@media(max-width:620px){.topbar{height:66px;padding:0 16px}.brand span:last-child{display:none}.searchbar-wrap{padding:10px 12px}.hero{min-height:325px;padding:48px 18px}.hero h1{font-size:48px}.hero p{font-size:15px}.orb{width:300px;height:300px;right:-110px;top:-105px}.filters{top:66px;padding:14px 16px}.drop-note{padding:14px 18px}.catalog-section{padding:30px 16px 56px}.section-head h2{font-size:26px}.product-grid{grid-template-columns:1fr}.visual{aspect-ratio:1/1.12;padding:14px}.card h3{font-size:17px}.price{font-size:20px}.overlay{padding:10px}.modal{border-radius:22px}.modal-image{min-height:300px;padding:30px}.modal-copy{padding:30px 22px}.modal-copy h2{font-size:30px}.modal-buy{gap:12px}.cart-modal{padding:50px 20px 24px}footer{padding:38px 18px;flex-direction:column;align-items:flex-start}}
