: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;--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%}button{font:inherit}.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}.button-secondary{background:#ffffffd1;border:1px solid var(--line);color:var(--primary-deep)}.product-page{padding-bottom:4rem}.premium-lead{font-size:1.04rem;line-height:1.8;color:var(--muted);margin:.25rem 0 0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin:1rem 0 1.5rem;color:var(--muted)}.breadcrumbs a{color:var(--primary-deep);font-weight:700}.product-hero,.related-card,.footer,.product-nav-card,.product-copy-card,.product-info-card{background:var(--surface);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.product-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:1.6rem;padding:1.5rem;border-radius:2rem}.gallery-trigger,.gallery-thumb{border:0;padding:0;background:transparent;cursor:zoom-in}.product-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:.8rem}.product-main-image,.product-gallery-grid img{width:100%;object-fit:cover;border-radius:1.4rem;background:#f7f9fc}.product-main-image{height:520px}.product-gallery-grid img{height:180px}.product-content{display:flex;flex-direction:column;justify-content:center;gap:1rem}.eyebrow{display:inline-flex;width:fit-content;padding:.45rem .8rem;border-radius:999px;background:#a9c9e833;color:var(--primary-deep);font-size:.85rem;font-weight:700}h1,h2{margin:0;line-height:1.02;letter-spacing:-.04em}h1{font-size:clamp(2.5rem,5vw,4rem);margin-top:.4rem}h2{font-size:clamp(1.25rem,3vw,1.6rem)}.price{font-size:1.8rem;font-weight:800;color:var(--primary-deep);margin:0}.description,.product-content p,.related-card p{color:var(--muted);line-height:1.75}.product-copy-card,.product-info-card{padding:1.25rem 1.3rem;border-radius:1.4rem}.product-copy-card{display:grid;gap:.85rem}.product-info-card{display:grid;gap:1rem}.product-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.product-info-item{padding:.95rem 1rem;border-radius:1rem;background:#ffffffb8;border:1px solid rgba(120,150,190,.14);display:grid;gap:.3rem}.product-info-item span{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--muted)}.product-info-item strong{font-size:1rem;color:var(--primary-deep)}.product-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.premium-product-actions{padding-top:.35rem}.product-navigation{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.product-nav-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.2rem;border-radius:1.4rem}.product-nav-card span{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.product-nav-card strong{font-size:1.05rem;color:var(--primary-deep)}.product-nav-card.align-right{text-align:right}.product-nav-card.is-empty{visibility:hidden}.related-products{margin-top:2rem}.section-heading{margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.related-card{padding:.9rem;border-radius:1.5rem}.related-card img{width:100%;height:220px;object-fit:cover;border-radius:1rem;margin-bottom:.85rem}.related-card p{margin:0;font-size:.85rem;font-weight:700;color:var(--primary-dark);text-transform:uppercase;letter-spacing:.08em}.related-card h3{margin:.3rem 0;font-size:1.05rem}.related-card span{font-weight:800;color:var(--primary-deep)}.lightbox{position:fixed;inset:0;display:grid;place-items:center;background:#1f2f44c2;padding:1.5rem;z-index:50;border:0}.lightbox[hidden]{display:none}.lightbox-image{max-width:min(92vw,1100px);max-height:86vh;border-radius:1.4rem;box-shadow:0 30px 60px #0000003d}.lightbox-close{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border:0;border-radius:999px;background:#fff;color:var(--primary-deep);font-size:2rem;line-height:1;cursor:pointer}.footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-radius:1.5rem;padding:1rem 1.25rem 2rem;margin-bottom:2rem}@media(max-width:960px){.nav,.footer{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}.product-hero,.related-grid,.product-navigation,.product-info-grid{grid-template-columns:1fr}}@media(max-width:720px){.page-shell{padding-inline:1rem}.product-main-image{height:360px}.product-gallery-grid{grid-template-columns:1fr}}
