@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Space+Mono:wght@400;700&display=swap');

:root {
    --ink: #e8f2f0;
    --muted: #87969d;
    --paper: #090b12;
    --white: #101521;
    --green: #172c3b;
    --lime: #48f6e4;
    --line: #283545;
    --orange: #ff4f9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Mono', monospace; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner, .footer-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: .12em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper); background: var(--lime); box-shadow: 3px 3px 0 var(--orange); font-size: .8rem; }
.brand-pulse { color: var(--orange); }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.nav-link { color: var(--muted); font-size: .72rem; font-weight: 700; }
.nav-link.active, .nav-link:hover { color: var(--lime); }
.menu-button { display: none; border: 0; background: transparent; padding: 6px; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 4px; background: var(--ink); }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 45%, var(--green) 0, var(--paper) 35%, var(--paper) 70%); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(72,246,228,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(72,246,228,.14) 1px, transparent 1px); background-size: 42px 42px; content: ''; }
.hero-grid { position: relative; z-index: 1; min-height: 560px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 60px; }
.hero-copy { padding: 70px 0; animation: rise .7s ease both; }
.eyebrow { margin: 0 0 16px; color: var(--lime); font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.hero h1 { max-width: 630px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .82; letter-spacing: -.04em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--lime); }
.hero-text { max-width: 430px; margin: 25px 0 30px; color: var(--muted); font-size: .84rem; line-height: 1.8; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 14px 18px; font-weight: 700; font-size: .9rem; }
.button-primary { color: var(--paper); background: var(--lime); box-shadow: 5px 5px 0 var(--orange); }
.hero-art { position: relative; min-height: 360px; border-left: 1px solid rgba(255,255,255,.2); }
.sun { position: absolute; width: 210px; height: 210px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-36%, -50%); background: var(--orange); }
.art-label { position: absolute; top: 20%; left: 28%; z-index: 1; color: var(--white); font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; line-height: 1; text-transform: uppercase; }
.art-line { position: absolute; z-index: 2; height: 1px; background: var(--white); transform-origin: left; }
.art-line-one { width: 180px; left: 16%; top: 66%; transform: rotate(-33deg); }
.art-line-two { width: 160px; left: 54%; top: 77%; transform: rotate(62deg); }
.category-strip { padding: 70px 0 76px; background: var(--white); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.compact-heading { display: block; margin-bottom: 22px; }
h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); line-height: .86; letter-spacing: .01em; text-transform: uppercase; }
.category-list { display: flex; flex-wrap: wrap; gap: 10px; }
.category-chip { display: inline-flex; align-items: center; gap: 26px; padding: 15px 16px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); font-weight: 700; font-size: .75rem; transition: .2s ease; }
.category-chip:hover { border-color: var(--lime); color: var(--lime); box-shadow: 4px 4px 0 var(--orange); transform: translate(-2px, -2px); }
.catalog-section { padding: 76px 0 100px; background: var(--paper); }
.result-count { color: var(--muted); font-size: .85rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.product-image { height: 205px; display: flex; align-items: end; padding: 18px; background: linear-gradient(135deg, #153e4b, #20213c); }
.product-image-1 { background: linear-gradient(135deg, #4c2545, #20213c); }
.product-image-2 { background: linear-gradient(135deg, #3b3d1d, #20213c); }
.product-image span { padding: 6px 9px; color: var(--paper); background: var(--lime); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.product-details { padding: 21px; }
.product-category { margin: 0 0 8px; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; text-transform: uppercase; }
.product-description { min-height: 45px; margin: 0 0 20px; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.product-price { font-family: 'Space Mono', monospace; color: var(--lime); font-size: 1.05rem; }
.empty-state { position: relative; padding: 72px 24px; border: 1px dashed #3c5260; background: var(--white); text-align: center; }
.empty-icon { display: inline-grid; width: 43px; height: 43px; place-items: center; margin-bottom: 18px; color: var(--paper); background: var(--lime); font-size: 1.5rem; }
.empty-state h3 { margin: 0 0 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.empty-state p { margin: 0; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-inner { min-height: 95px; }
.footer-brand { color: var(--ink); font-size: 1rem; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) {
    .container { width: min(100% - 32px, 560px); }
    .header-inner { min-height: 68px; }
    .main-nav { display: none; }
    .menu-button { display: block; }
    .hero-grid { display: block; min-height: 0; }
    .hero-copy { padding: 70px 0 42px; }
    .hero-art { min-height: 180px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
    .sun { width: 135px; height: 135px; transform: translate(-50%, -45%); }
    .art-label { top: 18%; left: 9%; font-size: 1rem; }
    .art-line-one { left: 38%; top: 55%; width: 120px; }
    .art-line-two { left: 58%; top: 65%; width: 100px; }
    .category-strip, .catalog-section { padding: 52px 0 64px; }
    .section-heading { align-items: start; flex-direction: column; }
    .product-grid { grid-template-columns: 1fr; }
    .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 8px; }
}