:root{--navy:#092c38;--yellow:#f5c400;--text:#17252b;--muted:#65747a;--light:#f4f7f7;--border:#dfe7e8}*{box-sizing:border-box}body{margin:0;color:var(--text);font-family:Inter,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}.page-width{width:min(1180px,calc(100% - 40px));margin:0 auto}.announcement-bar{background:var(--navy);color:#fff;text-align:center;font-size:13px;letter-spacing:.02em;padding:10px}.site-header{background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:2}.header-inner{display:flex;align-items:center;gap:36px;min-height:78px}.brand{font-weight:800;font-size:22px;white-space:nowrap;color:var(--navy)}.main-nav{display:flex;gap:26px;flex:1;font-size:14px}.main-nav a:hover,.text-link:hover{color:#9a7800}.header-actions{display:flex;gap:16px;font-size:14px}.hero-section{background:var(--navy);color:#fff;padding:76px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.16em;color:#9a7800;font-weight:800;margin:0 0 16px}.hero-section .eyebrow{color:var(--yellow)}h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:0 0 22px;letter-spacing:-.04em}.hero-text{font-size:19px;line-height:1.6;color:#dbe7e8;max-width:580px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.button{display:inline-flex;justify-content:center;align-items:center;border:0;padding:15px 22px;font-weight:800;cursor:pointer;font-size:14px}.button-primary{background:var(--yellow);color:var(--navy)}.button-secondary{border:1px solid #fff;color:#fff}.trust-row{display:flex;gap:16px;flex-wrap:wrap;color:#cbd9da;font-size:12px}.hero-visual{min-height:370px;background:#174955;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-placeholder{padding:50px;text-align:center;color:#fff;border:1px solid #5d8188;width:80%}.hero-placeholder span{display:block;color:var(--yellow);font-size:14px;letter-spacing:.16em;margin-bottom:18px}.hero-placeholder strong{font-size:30px;line-height:1.1}.section-block{padding:72px 0}.section-heading{margin-bottom:32px}.section-heading h2{font-size:38px;line-height:1.1;margin:0 0 10px}.section-heading p:not(.eyebrow){color:var(--muted);max-width:620px}.section-heading-row{display:flex;justify-content:space-between;align-items:end}.text-link{font-weight:800;color:#8a6c00}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-card{border:1px solid var(--border);padding:25px 18px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.brand-card:hover{border-color:var(--yellow);transform:translateY(-2px)}.brand-card span{font-weight:800;font-size:18px}.brand-card small{color:var(--muted);font-size:11px}.featured-products{background:var(--light)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--border);transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #092c3814}.product-card img,.product-placeholder{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#f3f6f6}.product-placeholder{display:grid;place-items:center;color:var(--muted)}.product-card-info{padding:16px}.product-card h3{font-size:15px;line-height:1.35;margin:0 0 7px}.product-meta{font-size:12px;color:var(--muted);margin:0 0 9px}.price,.product-price{font-weight:800}.site-footer{background:var(--navy);color:#fff;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}.footer-grid h2{margin:0 0 14px}.footer-grid h3{font-size:14px;color:var(--yellow)}.footer-grid p{color:#cbd9da;max-width:400px;line-height:1.6}.footer-grid a{display:block;color:#dbe7e8;margin:8px 0;font-size:14px}.footer-bottom{border-top:1px solid #315762;margin-top:40px;padding-top:18px;color:#9eb4b7;font-size:12px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:70px 0}.product-media img{width:100%;max-height:650px;object-fit:contain}.product-info h1{font-size:46px}.compatibility-box{background:var(--light);padding:20px;margin:24px 0;line-height:1.5}.product-info select{width:100%;padding:14px;margin:10px 0 18px}.product-info form .button{width:100%}.product-description{margin-top:32px;line-height:1.7}.collection-page{padding:58px 0}.collection-header{text-align:center;max-width:760px;margin:0 auto 45px}.collection-header h1{font-size:52px}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:34px}.filter-note{border:1px solid var(--border);padding:20px;height:max-content}.filter-note p{font-size:13px;color:var(--muted);line-height:1.5}.filter-note input{width:100%;padding:12px;border:1px solid var(--border);margin:8px 0}.filter-note button{width:100%;padding:12px;background:var(--navy);color:#fff;border:0}.empty-state{grid-column:1/-1;padding:50px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--border)}@media(max-width:800px){.page-width{width:min(100% - 28px,600px)}.header-inner{gap:14px;min-height:64px}.main-nav{display:none}.header-actions{margin-left:auto}.hero-section{padding:50px 0}.hero-grid,.product-detail,.collection-layout,.footer-grid{grid-template-columns:1fr}.hero-visual{min-height:260px}.brand-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.section-block{padding:50px 0}.section-heading h2{font-size:30px}.collection-header h1{font-size:40px}}
