:root { --forest:#10452f; --pine:#0b2d20; --red:#a92b28; --gold:#c99737; --cream:#fcfaf5; --ink:#18251f; --muted:#65736b; --line:#dce3dc; }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; line-height:1.5; }
button,input,textarea { font:inherit; }
button { cursor:pointer; }
.site-header { min-height:76px; padding:14px clamp(20px,5vw,78px); display:flex; align-items:center; justify-content:space-between; gap:24px; background:#fff; border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; }
.brand { display:flex; align-items:center; gap:10px; color:inherit; text-decoration:none; }
.brand-mark { width:37px; height:37px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--forest); font-size:23px; }
.brand strong,.brand small { display:block; }.brand strong { font-size:15px; }.brand small { color:var(--muted); font-size:12px; }
.quote-toggle,.primary-button { color:#fff; border:0; border-radius:7px; background:var(--red); font-weight:700; padding:11px 16px; }.quote-toggle span { display:inline-grid; place-items:center; min-width:20px; height:20px; margin-left:5px; border-radius:10px; color:var(--red); background:#fff; font-size:12px; }
.catalog-intro { padding:28px clamp(20px,5vw,76px) 26px; color:var(--ink); background:#f1f5f0; border-bottom:1px solid var(--line); }.catalog-intro h1 { max-width:780px; margin:5px 0 7px; color:var(--forest); font-size:clamp(1.7rem,3.1vw,2.7rem); line-height:1.13; letter-spacing:-.04em; }.catalog-intro p:last-child { margin:0; max-width:650px; color:var(--muted); font-size:.97rem; }.eyebrow { margin:0; color:var(--red); font-weight:800; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; }
.catalog-controls,.catalog-results { max-width:1420px; margin:auto; padding-left:clamp(20px,5vw,76px); padding-right:clamp(20px,5vw,76px); }.catalog-controls { padding-top:30px; padding-bottom:22px; background:var(--cream); position:sticky; top:76px; z-index:8; border-bottom:1px solid var(--line); }.search-field input { width:min(440px,100%); min-height:46px; padding:10px 14px; border:1px solid #aebbb3; border-radius:7px; background:#fff; }.category-filters { display:flex; gap:8px; overflow:auto; padding-top:14px; scrollbar-width:thin; }.filter-button { flex:0 0 auto; padding:8px 12px; border:1px solid #bdc9c1; border-radius:999px; background:#fff; color:#34443a; font-size:.88rem; }.filter-button[aria-pressed="true"] { color:#fff; border-color:var(--forest); background:var(--forest); }
.catalog-results { padding-top:28px; padding-bottom:80px; }.results-heading { display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:18px; }.results-heading p { margin:0; color:var(--muted); }.catalog-contact { color:var(--forest); font-weight:700; font-size:.9rem; }
.product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }.product-card { overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#fff; transition:transform .2s ease,box-shadow .2s ease; }.product-card:hover { transform:translateY(-3px); box-shadow:0 11px 26px rgba(16,69,47,.1); }.product-image-button { width:100%; padding:0; border:0; display:block; background:#eef2ed; aspect-ratio:1/1; }.product-image-button img { width:100%; height:100%; object-fit:cover; display:block; }.product-card-body { padding:14px; }.product-card h2 { margin:6px 0 3px; font-size:1rem; line-height:1.25; }.sku,.product-category { margin:0; font-size:.78rem; }.sku { color:var(--red); font-weight:800; }.product-category { color:var(--muted); }.card-actions { display:flex; gap:8px; margin-top:14px; }.card-actions button { flex:1; padding:8px; border-radius:6px; font-size:.86rem; font-weight:700; }.detail-button { border:1px solid #aebbb3; color:var(--forest); background:#fff; }.add-button { border:1px solid var(--forest); color:#fff; background:var(--forest); }.add-button.added { color:var(--forest); background:#e7f1e9; }
.quote-drawer { width:min(450px,100vw); height:100dvh; padding:24px; overflow:auto; position:fixed; top:0; right:0; z-index:20; background:#fff; box-shadow:-12px 0 40px rgba(0,0,0,.16); transform:translateX(102%); transition:transform .22s ease; }.quote-drawer.open { transform:translateX(0); }.drawer-backdrop { position:fixed; inset:0; z-index:15; background:rgba(6,23,15,.44); }.drawer-header { display:flex; justify-content:space-between; align-items:flex-start; border-bottom:1px solid var(--line); padding-bottom:16px; }.drawer-header h2 { margin:4px 0 0; }.icon-button { width:38px; height:38px; border:1px solid var(--line); border-radius:50%; color:var(--forest); background:#fff; font-size:27px; line-height:1; }.quote-items { margin:18px 0; }.quote-item { display:flex; gap:11px; align-items:center; margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid var(--line); }.quote-item img { width:52px; height:52px; border-radius:5px; object-fit:cover; background:#eef2ed; }.quote-item p { margin:0; font-size:.86rem; }.quote-item .remove-button { margin-left:auto; border:0; color:var(--red); background:transparent; font-weight:700; }.empty-quote { color:var(--muted); font-size:.92rem; }.quote-form { display:grid; gap:12px; margin-top:24px; }.quote-form label { display:grid; gap:5px; font-size:.86rem; font-weight:700; }.quote-form input,.quote-form textarea { width:100%; border:1px solid #aebbb3; border-radius:6px; padding:9px; font-weight:400; }.form-status { min-height:22px; margin:0; font-size:.88rem; }.form-status.error { color:#a92b28; }.form-status.success { color:#17633d; }.empty-state { text-align:center; padding:66px 20px; border:1px dashed #b8c4bc; border-radius:10px; }.empty-state h2 { margin:0; }.empty-state p { color:var(--muted); }
.product-dialog { width:min(900px,94vw); max-height:92dvh; padding:0; border:0; border-radius:12px; color:var(--ink); box-shadow:0 20px 70px rgba(0,0,0,.25); }.product-dialog::backdrop { background:rgba(6,23,15,.6); }.dialog-close { position:absolute; top:14px; right:14px; z-index:1; }.dialog-layout { display:grid; grid-template-columns:1.1fr .9fr; }.dialog-image { width:100%; height:100%; min-height:360px; object-fit:cover; background:#eef2ed; }.dialog-copy { padding:42px 30px 30px; }.dialog-copy h2 { margin:6px 0 14px; line-height:1.12; }.specs { display:grid; gap:8px; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.specs p { margin:0; font-size:.9rem; }.specs strong { display:inline-block; min-width:90px; }.dialog-copy .add-button { width:100%; margin-top:18px; padding:11px; border-radius:7px; font-weight:800; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }.loading { grid-column:1/-1; padding:50px; text-align:center; color:var(--muted); }
@media (max-width:1000px) { .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:700px) { .site-header { padding:12px 16px; }.catalog-controls { top:66px; padding-left:16px; padding-right:16px; }.catalog-results { padding-left:16px; padding-right:16px; }.product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.product-card-body { padding:11px; }.card-actions { flex-direction:column; }.results-heading { align-items:flex-start; flex-direction:column; }.dialog-layout { grid-template-columns:1fr; }.dialog-image { min-height:270px; }.dialog-copy { padding:25px 20px; } }
@media (max-width:390px) { .product-grid { grid-template-columns:1fr; } }
