:root{color-scheme:light;--ink:#111b27;--muted:#5b6873;--paper:#f6f5f0;--white:#fff;--line:#d9dedc;--orange:#ff7455;--orange-dark:#c94d34;--gold:#f8c66a;font-family:Inter,"Helvetica Neue",Arial,sans-serif;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.5}button,input{font:inherit}button{cursor:pointer}a{color:inherit}:focus-visible{outline:3px solid #d75035;outline-offset:3px}[hidden]{display:none!important}
.page-shell{max-width:1480px;margin:auto;padding:0 clamp(18px,4vw,66px)}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #cbd2d1;gap:20px}.identity{display:flex;align-items:center;gap:12px}.identity-mark{width:41px;height:41px;border-radius:11px;display:grid;place-items:center;background:var(--ink);position:relative;overflow:hidden;flex:none}.identity-mark:before{content:"";position:absolute;width:30px;height:3px;background:var(--orange)}.identity-mark span{width:14px;height:14px;border:3px solid var(--orange);border-radius:50%;background:var(--paper);z-index:1}.identity-text{display:flex;flex-direction:column;line-height:1.12;gap:5px}.identity-text strong{font-size:1.13rem;letter-spacing:.055em}.identity-text small{font-size:.68rem;font-weight:800;letter-spacing:.18em;color:var(--muted)}.header-label{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:#687681}
.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding:43px 0 37px}.eyebrow{font-size:.72rem;letter-spacing:.19em;font-weight:850;margin:0 0 15px;color:var(--orange-dark)}.eyebrow-line{display:inline-block;width:20px;height:2px;background:var(--orange-dark);vertical-align:middle;margin-right:8px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.1rem,4vw,3.7rem);letter-spacing:-.055em;line-height:1.08;margin:0;font-weight:800}h1 em{font-style:normal;color:var(--orange-dark)}.intro>p{max-width:310px;font-size:1rem;color:#41515d;margin:0 0 3px;line-height:1.6}
.controls{background:var(--white);border:1px solid var(--line);border-radius:15px;padding:23px 25px;display:flex;align-items:end;gap:30px;box-shadow:0 12px 32px rgba(17,27,39,.035)}.category-field{padding:0;margin:0;border:0;min-width:0;flex:1.1}.category-field legend,.search-form label{font-weight:750;font-size:.9rem;margin-bottom:10px}.category-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.category-option{min-width:0;cursor:pointer}.category-option input{position:absolute;opacity:0;width:1px;height:1px}.option-content{min-height:57px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;justify-content:center;gap:9px;padding:9px 12px;font-size:.9rem;font-weight:780;white-space:nowrap;transition:border-color .15s,background .15s}.category-option input:checked+.option-content{border:2px solid var(--orange-dark);background:#fff5f0}.category-option input:focus-visible+.option-content{outline:3px solid #d75035;outline-offset:3px}.option-symbol{color:var(--orange-dark);font-size:1.25rem;line-height:1}.search-form{flex:1;min-width:0}.search-form label{display:block}.search-row{display:flex;height:57px;border:1px solid #aebbc0;border-radius:9px;overflow:hidden}.search-row:focus-within{border-color:var(--orange-dark);box-shadow:0 0 0 3px #ff74552a}.search-row input{min-width:0;width:100%;border:0;outline:none;padding:0 15px;font-size:1rem;color:var(--ink)}.search-row input::placeholder{color:#8999a0}.search-row button{border:0;background:var(--ink);color:white;font-size:.9rem;font-weight:800;padding:0 19px;white-space:nowrap}.search-row button:hover:not(:disabled){background:#2b3e4e}.search-row button span{color:var(--orange)}.search-row button:disabled{opacity:.6;cursor:wait}
.controls{flex-wrap:wrap}.catalog-filters{flex:1 0 100%;border-top:1px solid #e5eae9;padding-top:17px;display:flex;gap:16px}.catalog-filters label{display:flex;flex-direction:column;gap:8px;min-width:0;width:min(100%,270px);font-size:.9rem;font-weight:750}.catalog-filters select{font:inherit;font-weight:600;color:var(--ink);background:#fff;border:1px solid #aebbc0;border-radius:9px;min-height:47px;width:100%;padding:9px 12px;cursor:pointer}.catalog-filters select:hover{border-color:#6f818a}
@media(max-width:680px){.catalog-filters{flex-direction:column;gap:14px}.catalog-filters label{width:100%}}
.catalog-section{padding:45px 0 60px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:23px}.catalog-heading .eyebrow{margin-bottom:5px}.catalog-heading h2{font-size:clamp(1.6rem,2.4vw,2.1rem);letter-spacing:-.04em;margin:0}.clear-search{border:0;background:transparent;text-decoration:underline;text-underline-offset:5px;color:#41515d;font-weight:750;font-size:.875rem;padding:8px 0}.clear-search span{color:var(--orange-dark)}.catalog-status{font-size:.875rem;color:#52636e;margin:0 0 15px;min-height:1.4em}.catalog-status.error{color:#a63425}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.product-card{background:white;border:1px solid var(--line);border-radius:13px;overflow:hidden;min-width:0;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(17,27,39,.028)}.product-image{height:222px;background:#e9eeee;display:grid;place-items:center;position:relative;overflow:hidden}.product-image .image-fallback{font-size:2rem;font-weight:800;color:#b8c6c9;letter-spacing:-.1em}.product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:18px;mix-blend-mode:multiply}.product-body{padding:18px 19px 19px;display:flex;flex-direction:column;flex:1}.product-code{color:#78848a;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;min-height:1em}.product-card h3{font-size:1rem;line-height:1.42;font-weight:730;letter-spacing:-.015em;margin:0 0 18px;overflow-wrap:anywhere}.product-bottom{border-top:1px solid #e9eded;padding-top:14px;margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:12px}.condition{color:#596b75;font-size:.78rem;font-weight:700}.product-price{font-weight:850;font-size:clamp(1.25rem,2vw,1.65rem);letter-spacing:-.045em;line-height:1.13;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.product-price small{font-size:.47em;letter-spacing:.03em;margin-right:4px}.product-price.unavailable{font-size:.88rem;letter-spacing:0;white-space:normal;color:#6d7d85;max-width:130px}.product-card.skeleton{min-height:365px}.skeleton .product-image{background:#edf0ef}.skeleton .product-body{gap:11px}.skeleton-bar{height:14px;border-radius:4px;background:#e9eeee;width:76%}.skeleton-bar.short{width:42%}.skeleton-bar.price{height:25px;width:52%;margin-top:auto;align-self:end}.skeleton .product-bottom{border:0}.load-more{display:flex;align-items:center;justify-content:center;gap:16px;min-width:245px;margin:29px auto 0;background:var(--ink);color:white;border:0;border-radius:9px;padding:14px 22px;font-size:.9rem;font-weight:800}.load-more:hover:not(:disabled){background:#2b3e4e}.load-more:disabled{opacity:.6;cursor:wait}.load-more span{color:var(--orange)}
.site-footer{display:flex;justify-content:space-between;gap:22px;border-top:1px solid #cbd2d1;padding:24px 0 40px;color:#64727a;font-size:.8rem;line-height:1.5}.site-footer p{margin:0}
@media(max-width:1100px){.controls{display:block}.search-form{margin-top:22px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.page-shell{padding:0 16px}.site-header{height:72px}.header-label{display:none}.identity-mark{width:36px;height:36px}.identity-text small{font-size:.58rem;letter-spacing:.1em}.intro{display:block;padding:32px 0 25px}.intro>p{max-width:none;margin-top:15px}.controls{padding:18px}.category-options{gap:6px}.option-content{padding:8px 5px;min-height:66px;white-space:normal;text-align:center;flex-direction:column;gap:2px;font-size:.875rem;line-height:1.2}.option-symbol{font-size:1.05rem}.search-row button{padding:0 12px}.catalog-section{padding:33px 0 42px}.product-grid{gap:11px}.product-image{height:170px}.product-body{padding:13px}.product-card h3{font-size:.9rem}.product-price{font-size:1.3rem}.product-bottom{align-items:start;flex-direction:column;gap:7px}.product-price{text-align:left}.site-footer{display:block}.site-footer p+p{margin-top:8px}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product-image{height:230px}.product-bottom{flex-direction:row;align-items:end}.product-price{text-align:right}.product-card.skeleton{min-height:350px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}

/* Quote requests */
.price-notice{border:1px solid #efbd8d;border-left:4px solid var(--orange-dark);background:#fffaf4;border-radius:11px;padding:16px 20px;margin:0 0 20px;color:#4c3730}.price-notice strong{display:block;font-size:.95rem;margin-bottom:4px}.price-notice p{margin:0;font-size:.88rem;line-height:1.55}
.catalog-actions{display:flex;align-items:center;gap:20px}.cart-toggle{border:0;border-radius:9px;background:var(--ink);color:white;padding:11px 16px;white-space:nowrap;font-weight:780;font-size:.9rem}.cart-toggle:hover,.add-to-cart:hover,.send-quote:hover:not(:disabled){background:#2b3e4e}.cart-toggle span{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 6px;background:var(--orange);border-radius:20px;color:var(--ink);margin-left:5px;font-size:.8rem}
.price-wrap{display:flex;align-items:flex-end;flex-direction:column;gap:2px}.price-caption{font-size:.75rem;text-transform:uppercase;color:#7a503c;font-weight:800;letter-spacing:.06em;white-space:nowrap}.add-to-cart{border:1px solid var(--ink);background:var(--ink);color:white;border-radius:8px;padding:11px 12px;margin-top:17px;min-height:43px;font-size:.84rem;font-weight:780;width:100%}.add-to-cart:disabled{opacity:.48;cursor:not-allowed}
.price-includes{font-size:.75rem;color:#596b75;font-weight:700;text-align:right;white-space:normal}
.quote-dialog{width:min(750px,calc(100vw - 24px));max-height:min(90vh,900px);border:1px solid var(--line);border-radius:18px;background:var(--white);color:var(--ink);padding:26px;box-shadow:0 22px 80px #111b2755;overflow-y:auto}.quote-dialog::backdrop{background:#111b27a8}.dialog-top{display:flex;justify-content:space-between;gap:12px;align-items:start}.dialog-top .eyebrow{margin:0 0 5px}.dialog-top h2{font-size:1.8rem;letter-spacing:-.04em;margin:0}.icon-button{border:1px solid var(--line);width:37px;height:37px;flex:none;border-radius:8px;background:white;font-weight:700}.icon-button:hover{background:#f2f3f2}.dialog-hint{font-size:.9rem;color:#52616a;margin:12px 0 16px}.cart-feedback{min-height:1.4em;font-size:.85rem;color:#315c45;font-weight:670;margin:0 0 12px}.cart-feedback.error{color:#a63425}.cart-lines{border-top:1px solid var(--line)}.cart-line{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:14px 0}.cart-line-details{min-width:0;display:flex;flex-direction:column;gap:3px}.cart-line-details strong{font-size:.9rem;overflow-wrap:anywhere}.cart-line-details span{font-size:.8rem;color:#586972}.quantity-controls{display:flex;align-items:center;gap:6px;flex:none}.quantity-controls button:not(.remove-item){border:1px solid var(--line);width:28px;height:28px;border-radius:6px;background:white}.quantity-controls span{min-width:18px;text-align:center;font-weight:700;font-size:.87rem}.quantity-controls .remove-item{border:0;background:transparent;color:#9a3527;font-size:.75rem;text-decoration:underline;margin-left:5px;padding:4px}.cart-total{font-weight:800;text-align:right;font-size:.93rem;margin:15px 0 18px}.quote-dialog form{border-top:1px solid var(--line);padding-top:19px}.quote-dialog form h3{font-size:1.25rem;margin:0 0 4px}.quote-dialog form>p{color:#5b6873;font-size:.85rem;margin:0 0 16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.form-grid label{display:flex;flex-direction:column;gap:5px;font-size:.79rem;font-weight:750;color:#41515d}.form-grid input,.form-grid textarea{width:100%;border:1px solid #aebbc0;border-radius:8px;padding:10px;color:var(--ink);background:#fff;font-size:.95rem;line-height:1.4}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--orange-dark);outline:2px solid #ff745540}.form-grid .full-width{grid-column:1/-1}.honeypot{position:absolute;left:-9999px;top:auto;height:1px;width:1px;overflow:hidden}.quote-dialog form .send-explanation{font-size:.8rem;color:#586972;line-height:1.5;margin:17px 0 11px}.send-quote{width:100%;border:0;border-radius:9px;background:var(--ink);color:white;min-height:46px;padding:10px;font-weight:780}.send-quote:disabled{opacity:.48;cursor:wait}
@media(max-width:680px){.catalog-actions{gap:8px}.catalog-heading{align-items:center}.cart-toggle{padding:8px 9px;font-size:.8rem}.price-wrap{align-items:flex-start}.quote-dialog{padding:17px}.cart-line{align-items:flex-start;flex-direction:column}.quantity-controls{align-self:flex-end}.form-grid{grid-template-columns:1fr}.form-grid .full-width{grid-column:1}}

/* Requests and stock wishes */
.request-guide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 20px}.request-guide>div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px 16px}.request-guide h2{font-size:.95rem;margin:0 0 3px}.request-guide p{font-size:.86rem;color:#52616a;margin:0;line-height:1.5}
.catalog-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.wishlist-toggle{border:1px solid var(--ink);border-radius:9px;background:white;color:var(--ink);padding:10px 14px;white-space:nowrap;font-weight:780;font-size:.9rem}.wishlist-toggle:hover,.wishlist-manual-add:hover,.add-to-wishlist:hover{background:#fff3ed}.wishlist-toggle span{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 6px;background:#ffe4d6;border-radius:20px;margin-left:5px;font-size:.8rem}
.add-to-wishlist{width:100%;min-height:43px;margin-top:8px;border:1px solid var(--orange-dark);border-radius:8px;background:white;color:#923c27;padding:10px 12px;font-size:.84rem;font-weight:780}
.wishlist-add-form,.wishlist-add-form h3{margin-top:0}.wishlist-manual-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(0,2fr);gap:12px}.wishlist-manual-row label{display:flex;flex-direction:column;gap:6px;color:#41515d;font-size:.87rem;font-weight:750}.wishlist-manual-row input,.wishlist-manual-row select{width:100%;min-height:43px;border:1px solid #aebbc0;border-radius:8px;background:white;color:var(--ink);padding:8px 10px;font-size:1rem}.wishlist-manual-add{margin-top:12px;border:1px solid var(--orange-dark);border-radius:8px;background:#fff;color:#923c27;padding:10px 14px;font-weight:760}.wish-opt-in{display:flex;align-items:flex-start;gap:10px;margin:18px 0 8px;color:#41515d;font-size:.9rem;line-height:1.5;cursor:pointer}.wish-opt-in input{width:18px;height:18px;flex:none;margin-top:2px;accent-color:var(--orange-dark)}.quote-dialog form>.wishlist-privacy{font-size:.8rem;margin:12px 0 17px}
@media(max-width:680px){.request-guide{grid-template-columns:1fr}.catalog-heading{flex-wrap:wrap;align-items:start}.catalog-actions{width:100%;justify-content:flex-start}.wishlist-toggle,.cart-toggle{padding:8px 9px;font-size:.8rem}.wishlist-manual-row{grid-template-columns:1fr}}
