:root{color-scheme:light;--bg: #f4f8fc;--surface: rgba(248, 251, 255, .9);--text: #31465f;--muted: #6f86a0;--line: rgba(120, 150, 190, .18);--primary: #a9c9e8;--primary-dark: #6e95bf;--primary-deep: #4f7096;--accent: #dce9f7;--shadow: 0 20px 50px rgba(109, 142, 181, .16);font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(169,201,232,.26),transparent 30%),radial-gradient(circle at top right,rgba(201,221,242,.2),transparent 28%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{max-width:1180px;margin:0 auto;padding-inline:1.5rem}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0 1rem}.brand{display:flex;align-items:center;gap:.9rem}.brand-logo{width:5rem;height:5rem;object-fit:contain}.brand-name,.brand-tag{margin:0}.brand-name{font-size:1.05rem;font-weight:800}.brand-tag{font-size:.92rem;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:1.2rem;font-size:.96rem}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.3rem;border-radius:999px;font-weight:700}.nav-cta,.button-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 16px 30px #1d5fd03d}.products-page{padding-bottom:4rem}.products-hero,.filters-card,.product-card,.footer,.featured-card,.seo-copy{background:var(--surface);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.products-hero{display:flex;justify-content:space-between;gap:2rem;align-items:end;padding:2.3rem;border-radius:2rem;margin:1.5rem 0}.products-hero-copy{max-width:760px}.catalog-summary{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:1rem}.catalog-summary div{padding:1rem 1.1rem;border-radius:1.2rem;background:#ffffffad}.catalog-summary strong{display:block;font-size:1.6rem;color:var(--primary-deep)}.catalog-summary span{color:var(--muted);font-size:.92rem}.eyebrow{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#a9c9e833;color:var(--primary-deep);font-size:.85rem;font-weight:700}h1,h2{margin:1rem 0;line-height:1.02;letter-spacing:-.04em}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.4rem)}p{color:var(--muted);line-height:1.75}.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.5rem}.featured-strip{margin-bottom:2rem}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.featured-card{display:block;padding:.9rem;border-radius:1.5rem}.featured-card img{width:100%;height:180px;object-fit:cover;border-radius:1rem;margin-bottom:.9rem}.featured-category{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-dark)}.featured-card h3{margin:.3rem 0;font-size:1rem}.featured-card span{font-weight:800;color:var(--primary-deep)}.filters-card{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;padding:1.2rem 1.4rem;border-radius:1.5rem;margin-bottom:1.5rem}.filters-title{margin:0 0 .3rem;font-weight:700;color:var(--text)}.filters-description{margin:0;font-size:.95rem}.filter-pills{display:flex;gap:.8rem;flex-wrap:wrap}.filter-pill{border:1px solid var(--line);background:#fff;color:var(--primary-deep);border-radius:999px;padding:.7rem 1rem;font-weight:700;cursor:pointer}.filter-pill.is-active{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-color:transparent}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}.product-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);border-radius:1.7rem;overflow:hidden}.product-card[hidden]{display:none}.product-media{background:linear-gradient(180deg,#dce9f747,#ffffffd1);padding:1rem}.product-photo{width:100%;height:320px;object-fit:cover;object-position:center;border-radius:1.2rem;background:#f7f9fc;box-shadow:inset 0 0 0 1px #7896be14}.product-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.75rem}.product-thumbs img{width:100%;height:82px;object-fit:cover;object-position:center;border-radius:.9rem;background:#f7f9fc;box-shadow:inset 0 0 0 1px #7896be14}.product-card-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.product-card h2{margin:.5rem 0;font-size:1.34rem}.product-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--primary-deep);font-size:.92rem;font-weight:700}.product-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:auto}.product-card a{display:inline-flex;font-weight:700;color:var(--primary-dark)}.seo-copy{margin-top:2rem;padding:2rem 2.2rem;border-radius:1.7rem}.seo-copy p:last-child{margin-bottom:0}.footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-radius:1.5rem;padding:1rem 1.25rem 2rem;margin-bottom:2rem}.footer-links{display:flex;gap:.85rem;align-items:center}.footer-links a{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:#ffffffb8;box-shadow:var(--shadow)}.footer-links svg{width:1.2rem;height:1.2rem;fill:var(--primary-deep)}@media(max-width:1100px){.featured-grid,.product-grid{grid-template-columns:1fr 1fr}.product-card{grid-template-columns:1fr}}@media(max-width:960px){.nav,.products-hero,.filters-card,.footer{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.catalog-summary,.featured-grid,.product-grid{grid-template-columns:1fr}}@media(max-width:720px){.page-shell{padding-inline:1rem}h1{font-size:2.3rem}}
