:root{color-scheme:dark;--bg:#06111f;--deep:#030b14;--panel:#0a1828;--line:#223b55;--strong:#345776;--text:#f6f8fc;--muted:#9eb2c8;--cyan:#00d9ff;--violet:#985cff;--coral:#ff805f;--max:1240px}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Manrope,system-ui,sans-serif}a{color:inherit}.catalog-header,main,footer{padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.catalog-header{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--deep)}.brand{font:700 1.3rem Space Grotesk,sans-serif;text-decoration:none;letter-spacing:-.04em}.brand::after{content:'';display:inline-block;width:.34em;height:.34em;margin-left:.08em;background:var(--cyan);border-radius:2px}.catalog-header nav{display:flex;align-items:center;gap:.6rem}.catalog-header nav a{padding:.7rem .9rem;color:var(--muted);text-decoration:none;font-size:.84rem}.catalog-header nav a[aria-current]{color:var(--text)}.account-link{border:1px solid var(--strong);border-radius:10px}.catalog-hero{min-height:470px;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:end;padding-top:6rem;padding-bottom:5rem;border-bottom:1px solid var(--line)}.eyebrow,.category{color:var(--cyan);font-size:.68rem;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.catalog-hero h1{max-width:760px;margin:.8rem 0 0;font:700 clamp(3.5rem,7vw,7rem)/.92 Space Grotesk,sans-serif;letter-spacing:-.07em}.catalog-hero>p{max-width:500px;margin:0 0 .5rem;color:var(--muted);font-size:1.05rem;line-height:1.75}main>section:nth-child(2){padding-top:5rem;padding-bottom:7rem}.section-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:2rem}.section-intro h2{margin:0;font:700 2rem Space Grotesk,sans-serif}.section-intro p{margin:0;color:var(--muted)}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:var(--panel);overflow:hidden;animation:reveal .45s ease both;animation-delay:var(--delay)}.product-card.featured{border-color:var(--strong)}.product-main{display:block;flex:1;padding:1.5rem;text-decoration:none}.product-top{display:flex;align-items:start;justify-content:space-between;gap:1rem}.product-top img{width:72px;height:72px;object-fit:cover;border-radius:17px;background:#fff}.product-card h3{margin:1.7rem 0 .6rem;font:700 1.65rem Space Grotesk,sans-serif}.product-card p{min-height:4.8em;margin:0;color:var(--muted);line-height:1.6}.product-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;margin-top:1.5rem;color:var(--muted);font-size:.7rem}.product-footer{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--line)}.product-footer a{color:var(--cyan);font-size:.78rem;font-weight:800;text-decoration:none}.availability{color:var(--muted);font-size:.72rem}.availability.available{color:#4ad6ac}.identity-banner{margin-bottom:6rem;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;border:1px solid var(--strong);border-radius:20px;background:var(--deep)}.identity-banner h2{margin:.5rem 0;font:700 2.5rem Space Grotesk,sans-serif}.identity-banner p:not(.eyebrow){max-width:720px;margin:.5rem 0 0;color:var(--muted);line-height:1.7}.button{min-width:190px;padding:.85rem 1.1rem;border:1px solid var(--cyan);border-radius:10px;color:var(--text);font-weight:800;text-align:center;text-decoration:none}footer{padding-top:2rem;padding-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-top:1px solid var(--line);background:var(--deep);color:var(--muted);font-size:.78rem}footer p{margin:0}.loading{color:var(--muted)}@keyframes reveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(max-width:900px){.catalog-hero{grid-template-columns:1fr;gap:2rem;align-items:start}.catalog-grid{grid-template-columns:1fr 1fr}.identity-banner{align-items:start;flex-direction:column}}@media(max-width:600px){.catalog-header{height:auto;min-height:68px}.catalog-header nav>a:first-child{display:none}.catalog-hero{min-height:0;padding-top:4rem;padding-bottom:4rem}.catalog-hero h1{font-size:clamp(3rem,15vw,5rem)}.catalog-grid{grid-template-columns:1fr}.section-intro{align-items:start;flex-direction:column;gap:.5rem}.identity-banner{padding:1.5rem}.button{width:100%}footer{align-items:start;flex-direction:column}.product-card p{min-height:0}}@media(prefers-reduced-motion:reduce){*{animation:none!important}}
