/* Vaiylo — ice technical storefront */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap');
:root {
    --vy-font: "Space Grotesk", "Helvetica Neue", sans-serif;
    --vy-ice: #e7f2f6;
    --vy-ink: #102833;
    --vy-cyan: #087ea4;
    --vy-max: 1120px;
}
body.vaiylo-theme { margin: 0; font-family: var(--vy-font); color: var(--vy-ink); background: var(--vy-ice); }
body.vaiylo-theme * { box-sizing: border-box; }
body.vaiylo-theme a { color: inherit; text-decoration: none; }
body.vaiylo-theme img { max-width: 100%; display: block; }
body.vaiylo-theme .container-wide { width: min(var(--vy-max), 100% - 32px); margin: 0 auto; }
body.vaiylo-theme .vy-announce { background: var(--vy-cyan); color: #fff; text-align: center; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px; }
body.vaiylo-theme .vy-bar { max-width: var(--vy-max); margin: 0 auto; min-height: 72px; display: flex; align-items: center; gap: 18px; padding: 0 16px; background: #fff; border-bottom: 1px solid #c5d7e0; }
body.vaiylo-theme .vy-wordmark { display: inline-block; background: var(--vy-ink); color: #fff; padding: 8px 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
body.vaiylo-theme .vy-nav { display: flex; gap: 0; flex: 1; overflow: auto; }
body.vaiylo-theme .vy-nav a { font-size: 13px; padding: 0 12px; border-left: 1px solid #d5e2e8; white-space: nowrap; }
body.vaiylo-theme .vy-nav a.active { color: var(--vy-cyan); }
body.vaiylo-theme .vy-search input { border: 1px solid #c5d7e0; background: var(--vy-ice); padding: 8px 10px; font: inherit; width: 140px; }
body.vaiylo-theme .vy-cart { border: 1px solid var(--vy-ink); background: #fff; font: inherit; font-weight: 700; padding: 8px 12px; cursor: pointer; }
body.vaiylo-theme .menu-toggle { display: none; background: none; border: 0; }
body.vaiylo-theme .vy-hero { max-width: var(--vy-max); margin: 28px auto; background: #fff; border: 1px solid #c5d7e0; display: grid; grid-template-columns: 1.4fr 0.8fr; }
body.vaiylo-theme .vy-hero-copy { padding: 56px 40px; }
body.vaiylo-theme .vy-kicker { color: var(--vy-cyan); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
body.vaiylo-theme .vy-hero h1 { font-size: clamp(48px, 6vw, 72px); letter-spacing: -0.04em; margin: 8px 0 12px; line-height: 0.95; }
body.vaiylo-theme .vy-panel { background: var(--vy-ink); color: #d7eef5; padding: 36px 28px; }
body.vaiylo-theme .vy-panel ol { margin: 0; padding-left: 18px; line-height: 1.8; }
body.vaiylo-theme .vy-btn { display: inline-flex; background: var(--vy-cyan); color: #fff; padding: 12px 16px; font-weight: 700; }
body.vaiylo-theme .collection-layout { display: block !important; width: 100%; }
body.vaiylo-theme .filter-panel { display: none !important; }
body.vaiylo-theme .product-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: 16px !important; width: 100%; }
body.vaiylo-theme .product-card { background: #fff; border: 1px solid #c5d7e0; }
body.vaiylo-theme .product-price { color: var(--vy-cyan); font-weight: 700; }
body.vaiylo-theme .page-title-bar h1 { letter-spacing: -0.03em; text-transform: none; }
body.vaiylo-theme .vy-footer { background: var(--vy-ink); color: #c9dbe3; padding: 40px 16px 18px; }
body.vaiylo-theme .vy-footer-grid { max-width: var(--vy-max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
body.vaiylo-theme .vy-footer-grid h4 { color: #fff; margin: 0 0 10px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
body.vaiylo-theme .vy-footer-grid a, body.vaiylo-theme .vy-footer-grid p { display: block; color: #b7c9d2; margin: 0 0 8px; font-size: 14px; }
body.vaiylo-theme .vy-footer-bottom { max-width: var(--vy-max); margin: 18px auto 0; padding-top: 12px; border-top: 1px solid #23404c; font-size: 12px; }
body.vaiylo-theme .btn-shop, body.vaiylo-theme .add-to-cart-btn { background: var(--vy-cyan) !important; border-radius: 0 !important; }
@media (max-width: 800px) {
    body.vaiylo-theme .vy-nav, body.vaiylo-theme .vy-search { display: none; }
    body.vaiylo-theme .menu-toggle { display: inline-flex; }
    body.vaiylo-theme .vy-hero, body.vaiylo-theme .vy-footer-grid { grid-template-columns: 1fr; }
    body.vaiylo-theme .product-grid { grid-template-columns: 1fr 1fr !important; }
}
