@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',Arial,sans-serif;color:#17243a;background:#f6f7f9;font-size:16px;--navy:#111e32;--yellow:#ffd447}*{box-sizing:border-box}body{margin:0}button,a,input{ -webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #3779e7;outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.65}.preview{background:var(--yellow);padding:10px 5%;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-align:center}.preview span{font-weight:500;letter-spacing:0;margin-left:15px;font-size:.8125rem}header{background:var(--navy);color:white;padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-family:'Barlow Condensed',Impact,sans-serif;font-size:1.55rem;line-height:1;letter-spacing:.025em;font-weight:800}.brand small{display:block;font-family:'DM Sans',sans-serif;font-size:.64rem;letter-spacing:.29em;margin-top:6px}.brandmark{display:grid;place-items:center;background:var(--yellow);color:var(--navy);font-family:Arial;font-size:2.8rem;width:44px;height:48px;border-radius:9px}nav{display:flex;gap:34px}nav a{padding:10px 0;font-size:.9375rem;color:#c6ceda}nav a.active{color:var(--yellow);box-shadow:0 2px var(--yellow)}.cart-button{background:transparent;border:1px solid #536073;border-radius:6px;color:white;padding:10px 17px}.cart-button span{display:inline-grid;place-items:center;margin-left:9px;border-radius:50%;width:24px;height:24px;background:var(--yellow);color:var(--navy);font-weight:700;font-size:.8125rem}main{max-width:1390px;margin:auto;padding:52px 5% 64px;min-height:65vh}.heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:35px}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.16em;color:#576779}h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(2.5rem,4.8vw,4rem);line-height:1.05;letter-spacing:-.015em;margin:12px 0 15px;font-weight:700}p{color:#5b6778;line-height:1.6;margin:0}.membership-link{background:#e7ecf2;padding:15px 18px;border-radius:5px;white-space:nowrap;font-size:.875rem;font-weight:700}.membership-link span{margin-left:20px}.catalog-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #dce1e8;padding:22px 0;gap:20px}.filters{display:flex;flex-wrap:wrap;gap:7px}.filters button{background:transparent;border:1px solid transparent;padding:10px 16px;border-radius:5px;font-size:.875rem;color:#596576}.filters button.selected{background:var(--navy);color:#fff}.filters button:hover:not(.selected){background:#e5e9ef}#result-count{font-size:.8125rem;color:#687487;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.card{background:white;border:1px solid #e0e5ec;border-radius:9px;overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #17243a0b}.product-art{height:170px;display:grid;place-items:center;position:relative;background:#e8edf3;color:#233950;border:0;width:100%}.product-art.tone-1{background:#e4e9e5}.product-art.tone-2{background:#ece8e1}.product-art svg{width:74px;height:74px;stroke-width:1.2}.sample-tag{position:absolute;top:13px;left:14px;font-size:.6875rem;letter-spacing:.09em;color:#697686}.card-body{padding:21px}.category{font-size:.6875rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#697686}.product-name{font-size:1.125rem;font-weight:700;display:block;margin:8px 0;background:none;border:0;padding:0;text-align:left;color:inherit}.card p{font-size:.875rem;min-height:45px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:8px}.price{font-size:1.3rem;font-weight:700}.add-button{border:1px solid #dce1e8;background:#fff;padding:9px 13px;border-radius:5px;font-size:.8125rem;font-weight:700}.add-button:hover{background:var(--yellow);border-color:var(--yellow)}.shop-foot{display:flex;justify-content:space-between;border-top:1px solid #dce1e8;margin-top:37px;padding-top:24px;gap:15px}.shop-foot span{font-size:.75rem;font-weight:700;letter-spacing:.12em}.shop-foot p{font-size:.875rem}footer{background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:30px 5%}footer>span,footer>small{font-size:.8125rem;color:#aab7c9}.plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;margin-top:25px}.plan{border:1px solid #dce1e8;background:white;padding:30px;border-radius:9px;display:flex;flex-direction:column}.plan.featured{background:var(--navy);color:white;border-top:5px solid var(--yellow);padding-top:26px}.plan h2{font-size:1.5rem;margin:15px 0 8px}.plan p{font-size:.875rem}.plan.featured p{color:#b8c4d4}.plan-price{font-size:2.75rem;font-weight:700;margin:24px 0}.plan-price small{font-size:.875rem;font-weight:400}.plan ul{padding-left:20px;line-height:1.7;font-size:.9375rem;margin:0 0 30px;flex:1}.plan li{margin-bottom:12px}.primary{background:var(--yellow);border:0;color:var(--navy);border-radius:5px;padding:14px 20px;font-weight:700;width:100%}.sample-note{font-size:.875rem;border-left:3px solid #d6a914;padding:10px 15px;background:#fff4d5}.membership-note{max-width:850px;font-size:.875rem;margin-top:25px}dialog{border:0;border-radius:12px;width:min(540px,calc(100% - 28px));padding:25px;color:var(--navy);box-shadow:0 20px 80px #0004;max-height:90vh}dialog::backdrop{background:#071322a6}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.dialog-head>span{font-size:.75rem;letter-spacing:.1em;font-weight:700}.dialog-head h2{margin:0;font-size:1.4rem}.icon-button{background:#eef1f5;border:0;border-radius:50%;width:36px;height:36px;font-size:1.6rem}.detail-art{border-radius:7px;margin-bottom:20px}.detail-copy{margin:15px 0 25px}.detail-price{margin-bottom:20px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid #e0e5ec;padding:18px 0}.cart-row h3{font-size:1rem;margin:0 0 8px}.quantity{display:flex;align-items:center;gap:12px;margin-top:9px}.quantity button{width:32px;height:32px;border:1px solid #dce1e8;background:white;border-radius:4px}.remove{background:none;border:0;padding:8px 0;color:#67758a;text-decoration:underline;font-size:.8125rem}.total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;margin:24px 0 10px}.checkout-note{font-size:.8125rem;margin-bottom:22px}.empty{padding:30px 0}.empty h3{font-size:1.25rem}.empty p{margin:12px 0 24px}.notice{padding:18px;background:#fff4d5;border-radius:7px;margin:20px 0}.notice strong{display:block;margin-bottom:5px}.notice p{font-size:.875rem}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:14px 22px;border-radius:7px;background:var(--navy);color:white;box-shadow:0 5px 30px #0002;opacity:0;pointer-events:none;transition:opacity .2s;font-size:.875rem;z-index:10;max-width:90%;text-align:center}#toast.show{opacity:1}[hidden]{display:none!important}@media(max-width:850px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plans{grid-template-columns:1fr}.heading{display:block}.membership-link{display:inline-block;margin-top:20px}footer>span{display:none}.shop-foot{display:block}.shop-foot p{margin-top:8px}}@media(max-width:560px){header{padding:18px 5%;flex-wrap:wrap;gap:18px}nav{order:3;width:100%;gap:25px;font-size:.875rem}.brand{font-size:1.35rem}.brandmark{width:38px;height:43px}.preview span{display:block;margin:4px 0 0}main{padding-top:32px}.grid{gap:12px}.card-body{padding:14px}.product-art{height:135px}.product-name{font-size:1rem}.product-bottom{align-items:start;flex-direction:column;gap:12px}.add-button{width:100%}.card p{min-height:65px;font-size:.8125rem}.catalog-bar{display:block}.filters{gap:4px;margin-bottom:14px}.filters button{padding:9px 11px;font-size:.8125rem}footer{align-items:start;flex-direction:column}.sample-tag{font-size:.625rem}.plan{padding:25px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

form label{display:block;font-weight:600;font-size:.875rem;margin:18px 0}form input,form select{display:block;width:100%;font:inherit;font-size:1rem;border:1px solid #bcc6d3;background:white;border-radius:5px;padding:12px;margin-top:8px;color:var(--navy)}.terms{background:#edf1f6;border-radius:6px;padding:16px;margin:22px 0;font-size:.875rem;line-height:1.7}.terms ul{margin:8px 0 0;padding-left:20px}.benefit-review{line-height:1.7;padding-left:22px}.plan.featured .category{color:var(--yellow)}.plan-price{font-size:2.25rem}

.key-search{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:18px;padding:26px;background:var(--navy);border-radius:8px;margin-top:24px;align-items:end}.key-search label{color:white;margin:0}.key-search label span{font-size:.875rem}.key-search select{min-width:0}.key-search .primary{height:46px;width:auto}.finder-toolbar{display:flex;justify-content:space-between;gap:15px;margin:18px 0 32px;font-size:.875rem;color:#5b6778}.finder-toolbar button{border:0;background:none;text-decoration:underline;color:inherit;font-size:inherit}.finder-empty{padding:55px 25px;border:1px dashed #b8c4d4;border-radius:8px;text-align:center}.finder-empty strong{font-size:1.4rem}.finder-empty p{margin:12px auto 0;max-width:650px}.key-result-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:28px 0 20px}.key-result-heading h2{margin:9px 0}.key-result-heading>span{font-size:.8125rem;background:#fff4d5;padding:9px 12px;border-radius:5px}.key-result{display:grid;grid-template-columns:1.2fr 1fr;background:white;border:1px solid #dce1e8;border-radius:8px;overflow:hidden}.key-result>div{padding:30px}.key-result h3{font-size:1.5rem;margin:14px 0}.fitment-note{font-size:.875rem;line-height:1.6;border-top:1px solid #dce1e8;margin-top:22px;padding-top:20px;color:#596576}.key-cost{background:#eef1f5}.key-cost>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:14px}.key-cost .key-total{border-top:1px solid #c8d1dd;padding-top:17px;font-size:1.25rem}.key-cost p{font-size:.8125rem;margin:12px 0 20px}@media(max-width:900px){.key-search{grid-template-columns:1fr 1fr}.key-result{grid-template-columns:1fr}header{flex-wrap:wrap}nav{gap:18px}}@media(max-width:560px){.key-search{grid-template-columns:1fr;padding:20px}.key-result-heading{align-items:start;flex-direction:column}.key-result>div{padding:23px}.finder-toolbar{flex-direction:column;align-items:start}nav{flex-wrap:wrap;gap:12px 20px}}

.install-note{max-width:1250px;margin:0 auto 35px;padding:22px 5%;display:flex;align-items:center;gap:25px}.install-note p{font-size:.875rem;margin-top:8px}.install-note .primary{width:auto;white-space:nowrap}@media(max-width:560px){.install-note{display:block}.install-note button{margin-top:15px}}
