/* SMIT catalogue and ordering — 0.5.81 */
/* Header and functional icons share stable dimensions, independent of the font. */
.ui-icon{display:block;width:20px;height:20px;flex:0 0 20px;overflow:visible;vertical-align:middle;pointer-events:none}
.site-header{background:#fff;border-bottom:1px solid var(--line)}
.site-header .header-inner{display:grid;grid-template-columns:156px minmax(230px,1fr) auto auto;column-gap:24px;row-gap:0;align-items:center;padding-block:18px 0;min-height:0}
.site-header .brand{grid-area:1/1;width:148px;min-width:0}
.site-header .brand-mark{display:block;width:100%}
.site-header .brand-mark img{width:100%;height:auto}
.header-search{grid-area:1/2;display:flex;align-items:stretch;min-width:0;min-height:48px;border:1px solid #d9d8d2;background:#f8f7f4;border-radius:10px}
.header-search:focus-within{border-color:var(--copper);box-shadow:0 0 0 3px #a8462d12}
.header-search input{flex:1 1 0;min-width:0;width:100%;border:0;background:transparent;border-radius:10px 0 0 10px;padding:12px 8px 12px 16px;font:inherit;font-size:1rem;line-height:1.4;color:var(--ink);outline-offset:-3px;appearance:none}
.header-search button{display:grid;place-items:center;flex:0 0 46px;align-self:stretch;padding:0;border:0;border-radius:0 10px 10px 0;background:none;color:var(--muted);line-height:1}
.header-search button:hover{color:var(--copper);background:#efede7}
.header-phone{grid-area:1/3;font-size:1rem;font-weight:700;line-height:1.5;white-space:nowrap}
.header-phone small{display:block;font-size:.75rem;font-weight:400;color:var(--muted);margin-top:2px}
.header-shopping{grid-area:1/4;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}
.header-shopping .shopping-link{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px;border:1px solid transparent;border-radius:10px;font-size:.875rem;line-height:1.4;white-space:nowrap}
.header-shopping .shopping-link:hover,.header-shopping .shopping-link[aria-current=page]{color:var(--copper);border-color:#e7d9ce;background:#faf6f1}
.shopping-label{display:block}
.shopping-count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:22px;min-height:22px;padding:2px 5px;border-radius:20px;background:var(--copper);color:white;font-size:.75rem;line-height:1;font-variant-numeric:tabular-nums}
.site-header .header-inner .desktop-nav{grid-area:2/1/3/4;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;column-gap:26px;row-gap:0;min-height:64px;font-size:.875rem;line-height:1.4}
.site-header .header-inner .header-cta{grid-area:2/4;justify-self:end;align-self:center;display:inline-flex;margin:0;min-height:44px;padding:10px 18px;gap:12px}
.site-header .header-inner .mobile-toggle{display:none}
.mega-heading>[data-close-catalog]{display:grid;place-items:center;width:40px;height:40px;padding:0;border-radius:8px}
.mega-heading>[data-close-catalog]:hover{background:var(--wash)}
.catalog-toggle{justify-content:center;min-width:32px;min-height:44px}
.catalog-controls{align-items:center}
.catalog-controls .search-field{min-width:0;border-radius:10px}
.search-field input{min-height:48px;line-height:1.4;padding:12px 48px 12px 44px;border-radius:10px}
.search-field>.ui-icon{position:absolute;left:15px;top:50%;width:20px;height:20px;transform:translateY(-50%);color:var(--muted);stroke:currentColor}
.search-field .search-clear{display:grid;place-items:center;position:absolute;inset:auto 4px auto auto;top:50%;transform:translateY(-50%);width:40px;height:40px;margin:0;padding:0;border-radius:8px;line-height:1}
.search-field .search-clear:hover{background:var(--wash)}
.search-field .search-clear .ui-icon{position:static;width:18px;height:18px;transform:none}
.search-field input::-webkit-search-cancel-button{appearance:none}
.header-search input::placeholder,.search-field input::placeholder{color:#77796f;opacity:1}
.purchase-tools button,.card-favorite{display:grid;place-items:center;padding:0;line-height:1;min-width:40px;min-height:40px}
.purchase-tools button{border:1px solid #e3dfd7;border-radius:10px;background:#fff}
.purchase-tools button:hover,.card-favorite:hover{background:#faf3ed}
[data-favorite][aria-pressed=true] .ui-icon-heart{fill:currentColor}
.material-open{display:inline-flex;align-items:center;gap:10px;line-height:1.4}
.material-open .ui-icon{width:18px;height:18px;flex-basis:18px;transition:transform .18s}
.material-picker[open] .material-open .ui-icon{transform:rotate(45deg)}
.material-picker summary>span:first-child{min-width:0;overflow-wrap:anywhere}
.quantity-control button{display:grid;place-items:center;align-self:stretch;min-height:48px;padding:0}
.quantity-control input{align-self:stretch;line-height:1.4;padding:8px 0;font-variant-numeric:tabular-nums}
.quantity-control button:hover{background:var(--wash);color:var(--ink)}
.purchase-actions .btn,.purchase-direct,.cart-summary .btn{justify-content:center;gap:12px;text-align:center;line-height:1.4}
.shop-empty-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#f6eee7;margin:0 auto 22px;color:var(--copper)}
.shop-empty-icon .ui-icon{width:30px;height:30px}
.product-card{display:flex;flex-direction:column}
.product-card-link{display:flex;flex-direction:column;flex:1;min-width:0}
.product-card .product-info{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}
.product-card h3{overflow-wrap:anywhere}
.product-card .card-price{margin-top:auto;padding-top:12px}
.product-quick-request{align-items:center;gap:12px;line-height:1.5}
.shop-catalog-tools{align-items:end;gap:16px;font-size:.875rem}
.shop-catalog-tools label{display:grid;gap:6px;min-width:180px;flex:1;max-width:300px}
.shop-catalog-tools select{width:100%;min-height:44px;line-height:1.4}
.catalog-pager button{display:grid;place-items:center;min-width:40px;width:auto;height:40px;padding:0 10px;line-height:1.4;font-variant-numeric:tabular-nums}
.shop-feedback .text-link{white-space:normal;font-size:inherit;padding:4px 0}
.catalog-nav>.nav-link{font-weight:600}.mega-menu{max-height:calc(100dvh - 145px);overflow:auto}.mega-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.mega-category ul{max-height:190px;overflow:auto}.mega-category h2{font-size:16px}.mega-category li{font-size:13px}.mega-heading{position:sticky;top:0;background:#fff;z-index:1}.product-title{margin:20px 0 28px}.product-title h1{font-size:clamp(28px,3vw,44px);line-height:1.2;max-width:1100px}.product-title .eyebrow{font-size:12px;margin-bottom:10px}.shop-product{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;gap:clamp(28px,5vw,80px)!important;align-items:start;margin:0 0 42px!important}.shop-product .product-visual-column{position:sticky;top:170px;min-width:0}.shop-product .gallery-main{border-radius:24px;overflow:hidden;background:#eeece7}.shop-product .gallery-main img{width:100%;height:auto;max-height:660px;object-fit:contain}.shop-product .gallery-caption{font-size:12px;line-height:1.5;margin:12px 0;color:#83817b}.product-service-note{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #e1ded7;margin-top:24px;padding-top:20px;font-size:13px;color:#6d6c65}.purchase-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.availability{font-size:13px;color:#a34931}.availability.available{color:#538148}.purchase-tools{display:flex;gap:8px}.purchase-tools button,.card-favorite{font:inherit;font-size:26px;background:transparent;border:0;cursor:pointer;width:40px;height:40px;color:#a34931}.purchase-price{font-size:clamp(25px,2.5vw,34px);line-height:1.3;font-weight:600;margin:14px 0 28px;color:#262722}.configuration{border:1px solid #e3e0db;border-radius:14px;background:#f4f3ef;padding:22px}.option-group{border:0;margin:0 0 24px;padding:0}.option-group legend{font-size:14px;font-weight:500;margin-bottom:11px;padding:0}.option-group legend small{font-size:11px;color:#817f79;font-weight:400;margin-left:8px}.option-chips{display:flex;flex-wrap:wrap;gap:8px}.option-chips label{cursor:pointer}.option-chips input{position:absolute;opacity:0;width:1px;height:1px}.option-chips span{display:block;padding:9px 12px;background:#fff;border:1px solid #d8d5ce;border-radius:6px;font-size:13px;transition:border-color .15s,box-shadow .15s}.option-chips input:checked+span{border-color:#a74931;box-shadow:0 0 0 1px #a74931;color:#9b432d}.option-chips input:focus-visible+span{outline:2px solid #a74931;outline-offset:3px}.custom-dimensions,.wood-species,.custom-material{display:block;font-size:12px;color:#6f6d66;margin-top:14px}.custom-dimensions input,.wood-species select,.custom-material input{display:block;width:100%;margin-top:6px;background:#fff;border:1px solid #dbd7cf;border-radius:6px;padding:10px;font:inherit;font-size:13px}.material-picker{border-top:1px solid #dfdcd5;margin-top:14px}.material-picker summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:17px 0 3px;cursor:pointer;font-size:14px;font-weight:500;gap:16px}.material-picker summary::-webkit-details-marker{display:none}.material-picker summary small{display:block;font-size:12px;font-weight:400;color:#77746c;margin-top:3px}.material-open{color:#a44932;font-size:12px;white-space:nowrap}.material-picker fieldset{padding:0;margin:20px 0 0;border:0}.material-swatches{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 8px}.material-swatches label{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer;font-size:10px;line-height:1.35;text-align:center}.material-swatches input{position:absolute;opacity:0;width:1px;height:1px}.material-swatch{width:42px;height:42px;border-radius:50%;background-size:cover;background-position:center;border:3px solid #f4f3ef;outline:1px solid #d9d5cb;transition:transform .18s,outline .18s}.material-swatches label:hover .material-swatch{transform:translateY(-3px) scale(1.08)}.material-swatches input:checked+.material-swatch{outline:2px solid #a34931}.material-swatches input:focus-visible+.material-swatch{outline:3px solid #a34931;outline-offset:3px}.swatch-custom{display:grid;place-items:center;font-size:23px;background:#fff;color:#777}.material-preview{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:12px;background:#eae7df;margin-top:18px;border-radius:8px;animation:swatch-in .18s ease-out}.material-preview img{width:100px;height:80px;object-fit:cover;border-radius:6px}.material-preview strong{font-size:13px}.material-preview p{font-size:11px;line-height:1.5;color:#767169;margin:4px 0}.material-note{font-size:11px;line-height:1.6;color:#827d73;margin:14px 0 0}.purchase-actions{display:grid;grid-template-columns:148px 1fr;gap:12px;margin-top:20px}.quantity-control{display:flex;align-items:center;border:1px solid #e1ded7;border-radius:7px;background:#fff;overflow:hidden}.quantity-control button{width:42px;flex-shrink:0;background:none;border:0;font-size:20px;color:#7a776e;cursor:pointer;padding:12px 0}.quantity-control input{font:inherit;font-size:14px;border:0;background:none;min-width:0;width:100%;text-align:center;appearance:textfield;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{appearance:none}.purchase-actions .btn{justify-content:space-between;padding:14px 22px;min-height:50px;font-size:14px}.purchase-direct{display:flex;justify-content:space-between;width:100%;margin-top:12px;font-size:13px;padding:14px 20px;min-height:48px;border:1px solid #a64932;color:#9e482f}.purchase-note{font-size:11px;line-height:1.6;color:#868078;margin:12px 0 0}.shop-feedback{font-size:13px;color:#477045;line-height:1.5}.shop-feedback a{color:#a34931;text-decoration:underline;white-space:nowrap}.product-information{border-top:1px solid #dfdcd4;margin:34px 0 10px}.product-information [role=tablist]{display:flex;gap:30px;border-bottom:1px solid #dfdcd4;overflow:auto}.product-information [role=tab]{padding:22px 0;font:inherit;white-space:nowrap;font-size:15px;border:0;border-bottom:2px solid transparent;background:none;cursor:pointer;color:#7b776e}.product-information [aria-selected=true]{color:#a34931;border-bottom-color:#a34931}.product-information [role=tabpanel]{padding:26px 0;max-width:1100px;line-height:1.85}.product-information h2{font-size:22px;margin:0 0 12px}.product-information .specs{max-width:850px}.fulfillment-cards{display:grid;grid-template-columns:1fr 1fr;gap:50px}.fulfillment-cards article>span{font-size:12px;color:#a34931}.product-card{position:relative;background:#fff;border:1px solid #e9e5dd!important;border-radius:14px!important;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #29271f0c}.product-card .product-image{background:#efede7;border-radius:0!important}.product-card .product-info{padding:18px 18px 10px!important}.product-card h3{font-size:17px!important;line-height:1.4;margin:0 0 5px}.product-card .product-info p{font-size:12px}.card-favorite{position:absolute;top:10px;right:10px;background:#fffffff0;border-radius:50%;z-index:2;font-size:25px}.card-price{font-size:16px!important;font-weight:600;margin:12px 0 0}.product-quick-request{margin:0 18px 18px!important;justify-content:space-between;font-size:12px!important}.catalog-sidebar{padding:16px!important;background:#fff;border:1px solid #e4e0d8;border-radius:12px;align-self:start}.catalog-controls{flex-wrap:wrap;gap:12px}.shop-catalog-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px;font-size:12px}.shop-catalog-tools select{font:inherit;background:#fff;padding:9px;border:1px solid #dedad2;border-radius:6px}.catalog-pager{display:flex;justify-content:center;align-items:center;gap:8px;margin:30px 0}.catalog-pager button{width:38px;height:38px;border-radius:6px;border:1px solid #d8d5cd;background:#fff;cursor:pointer}.catalog-pager button[aria-current=page]{background:#a34931;color:white;border-color:#a34931}.shop-page{padding-bottom:70px}.shop-page h1{font-size:36px;margin:20px 0}.shop-empty{background:#fff;border:1px solid #e1ddd5;border-radius:16px;padding:60px 24px;text-align:center}.shop-empty>span{font-size:45px;color:#a34931}.shop-empty h2{font-size:26px}.shop-empty p{color:#817a70;max-width:520px;margin:16px auto 28px}.shop-empty .btn{display:inline-flex}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.cart-item{display:grid;grid-template-columns:130px minmax(0,1fr) 100px;gap:20px;padding:22px 0;border-bottom:1px solid #dedbd3}.cart-item img{width:130px;height:105px;object-fit:contain;border-radius:10px;background:#efede8}.cart-item h2{font-size:17px;margin:0 0 8px}.cart-item p{font-size:12px;line-height:1.6;color:#81796e;margin:5px 0 12px}.cart-item strong{font-size:14px}.cart-item-tools label{font-size:11px}.cart-item-tools input{width:80px;font:inherit;font-size:14px;margin:6px 0;border:1px solid #ded9d0;border-radius:6px;padding:10px}.cart-item-tools button{background:none;border:0;padding:8px 0;color:#a34931;cursor:pointer;font-size:12px}.cart-summary{position:sticky;top:170px;padding:24px;background:#fff;border:1px solid #e3dfd7;border-radius:14px}.cart-summary h2{font-size:23px;margin:0 0 24px}.cart-summary dl div{display:flex;justify-content:space-between;gap:20px;font-size:13px;margin:14px 0}.cart-summary dd{margin:0;font-weight:600;text-align:right;white-space:nowrap}.cart-summary p{font-size:12px;line-height:1.6;color:#7d766b;margin:24px 0}.cart-summary .btn{width:100%;font-size:14px;padding:14px 20px;justify-content:space-between}.cart-summary small{display:block;margin-top:14px;font-size:10px;color:#858076}.error{color:#a33e2b!important}[hidden]{display:none!important}@keyframes swatch-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.material-preview{animation:none}.material-swatch,.product-card{transition:none}}
@media(min-width:1450px){.catalog-main .products-grid,.related .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1100px){.shop-product{gap:28px!important}.shop-product .product-visual-column,.cart-summary{top:155px}.mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.configuration{padding:16px}.purchase-actions{grid-template-columns:130px 1fr}.material-swatches{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.site-header{position:relative}.shop-product{grid-template-columns:1fr!important;gap:24px!important}.shop-product .product-visual-column{position:static}.product-title{margin-top:10px}.product-title h1{font-size:28px}.product-title .eyebrow{font-size:11px}.shop-product .gallery-main{border-radius:16px}.product-service-note{font-size:11px;margin-top:15px;padding-top:12px}.purchase-price{margin-top:5px}.configuration{padding:18px}.material-swatches{grid-template-columns:repeat(5,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:90px 1fr;gap:16px}.cart-item img{width:90px;height:85px}.cart-item-tools{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:20px}.cart-item-tools label{display:flex;align-items:center;gap:10px}.product-information [role=tablist]{gap:24px}.product-information [role=tab]{font-size:13px;padding:16px 0}.fulfillment-cards{grid-template-columns:1fr;gap:26px}.shop-page h1{font-size:28px}.shop-page .section-top{align-items:center;gap:20px}.shop-page .section-top>a{font-size:12px}.shop-empty{padding:35px 20px}.shop-empty h2{font-size:22px}.product-card h3{font-size:15px!important}.product-card .product-info{padding:12px!important}.product-quick-request{margin:0 12px 14px!important}.product-title .eyebrow{letter-spacing:normal}}
.shop-product{padding-bottom:0}.shop-product .gallery-stage{border-radius:24px;overflow:hidden}.shop-product .gallery-open{background:#efede8;aspect-ratio:4/3}.shop-product .gallery-open img{object-fit:contain;width:100%;height:100%}.shop-product .gallery-thumbnail{width:76px;height:64px;border-radius:10px}.shop-product .gallery-note{font-size:11px;color:#8b8579}.shop-product .custom-dimensions{text-align:left;text-decoration:none;padding:0}.shop-product .custom-dimensions:hover{color:inherit}.related .product-card:last-child{display:block}.store-hero{display:grid;grid-template-columns:1.04fr 1fr;gap:48px;margin:32px 0 0;align-items:center;min-height:480px}.store-hero>div{padding:26px 0 26px 20px}.store-hero h1{font-size:clamp(38px,4.1vw,65px);line-height:1.17;letter-spacing:normal;font-weight:500;margin:20px 0 28px}.store-hero h1 span{color:#a34931}.store-hero>div>p:not(.eyebrow){max-width:490px;line-height:1.85;font-size:16px;color:#797569}.store-hero .actions{margin-top:30px;gap:25px;align-items:center}.store-hero .actions .btn{font-size:13px;min-height:52px}.store-hero .actions .text-link{font-size:12px}.store-hero figure{margin:0;height:480px;position:relative;border-radius:22px;overflow:hidden;background:#e7e0d6}.store-hero figure img{height:100%;width:100%;object-fit:cover;object-position:center 62%}.store-hero figcaption{position:absolute;bottom:22px;left:22px;background:#fffef9e8;padding:10px 16px;border-radius:6px;font-size:11px;color:#4b463d}.store-hero-caption{display:flex;gap:20px;font-size:10px;color:#938879;margin-top:36px}.store-hero-caption span+span:before{content:'·';margin-right:20px}.store-assurances{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e2ddd2;padding:30px 0;gap:30px}.store-assurances>div{display:flex;gap:13px;align-items:center;font-size:12px;color:#5d584e}.store-assurances b{font-size:11px;font-weight:400;color:#b48164}.store-categories,.store-selection{padding-top:65px}.shop-home .section-top{margin-bottom:26px;align-items:end}.shop-home .section-top h2{font-size:clamp(25px,2.5vw,36px);font-weight:500}.shop-home .eyebrow{font-size:11px;letter-spacing:normal}.shop-home .section-top .eyebrow{margin-bottom:10px}.shop-home .section-top>a{font-size:13px}.store-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.store-category-grid>a{border:1px solid #e7e1d5;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s}.store-category-grid>a:hover{box-shadow:0 10px 20px #3e332611}.store-category-grid img{width:100%;height:160px;object-fit:contain;background:#efede7}.store-category-grid>a>span{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:16px;font-size:14px}.store-category-grid .arrow{width:18px;flex-shrink:0}.store-selection .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-business{display:flex;justify-content:space-between;align-items:center;gap:60px;border-radius:16px;background:#ece7dc;margin:65px 0;padding:45px}.store-business h2{font-size:clamp(26px,3vw,40px);line-height:1.3;font-weight:500;margin:14px 0 20px}.store-business p:not(.eyebrow){font-size:14px;line-height:1.8;color:#7d7364;max-width:630px}.store-business .btn{flex-shrink:0;font-size:13px}@media(max-width:1100px){.store-hero{gap:28px;min-height:430px}.store-hero figure{height:430px}.store-hero .actions{flex-direction:column;align-items:flex-start}.store-hero>div{padding:15px 0}.store-category-grid img{height:130px}.store-category-grid>a>span{font-size:12px;padding:12px}.store-assurances{gap:16px}.store-assurances>div{font-size:11px}}@media(max-width:760px){.store-hero{grid-template-columns:1fr;gap:25px;margin-top:20px}.store-hero h1{font-size:39px;margin:14px 0 20px}.store-hero figure{height:320px}.store-hero .actions{flex-direction:row;flex-wrap:wrap;gap:20px}.store-hero>div>p:not(.eyebrow){font-size:14px}.store-hero-caption{margin-top:24px;gap:12px}.store-hero-caption span+span:before{margin-right:12px}.store-assurances{grid-template-columns:1fr 1fr;padding:24px 0;gap:22px 14px}.store-category-grid,.store-selection .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-categories,.store-selection{padding-top:40px}.store-business{flex-direction:column;align-items:start;gap:20px;padding:25px;margin:40px 0}.shop-home .section-top{gap:20px}.store-category-grid img{height:125px}.shop-product .gallery-stage{border-radius:16px}}
@media(min-width:761px){.site-header{position:sticky;top:0}}.shop-product .gallery-meta{font-size:12px}.material-preview img{background:#e4dfd3}.header-shopping a:focus-visible,.purchase-tools button:focus-visible,.card-favorite:focus-visible{outline:2px solid #a34931;outline-offset:3px}

/* Keep regular labels readable and prevent text baselines from shifting controls. */
.site-header,.configuration,.purchase-panel,.shop-catalog-tools,.cart-layout{letter-spacing:normal;font-kerning:normal}
.option-group legend,.option-chips span,.material-picker summary,.wood-species,.custom-dimensions,.custom-material,.product-quick-request,.product-service-note{font-size:.875rem!important;line-height:1.5}
.option-group legend small,.material-swatches label,.material-preview p,.material-note,.purchase-note,.cart-summary small,.gallery-note{font-size:.75rem!important;line-height:1.6}
.material-preview strong,.material-open,.availability,.shop-feedback,.cart-item p,.cart-item-tools label,.cart-item-tools button,.cart-summary dl div,.cart-summary p{font-size:.875rem;line-height:1.5}
.custom-dimensions input,.wood-species select,.custom-material input{font-size:1rem;line-height:1.5;min-height:46px}
.purchase-price,.card-price,.cart-summary dd{font-variant-numeric:tabular-nums}
.material-swatches label>span:last-child{overflow-wrap:anywhere}
.shop-product .material-preview{grid-template-columns:96px minmax(0,1fr);align-items:center}
.shop-product .material-preview img{width:96px;height:80px}
.store-hero .actions .btn,.store-hero .actions .text-link,.shop-home .section-top>a,.store-business .btn{font-size:.875rem;line-height:1.5}
.store-hero>div>p:not(.eyebrow){font-size:1rem}
.store-assurances>div,.store-category-grid>a>span{font-size:.875rem;line-height:1.5}
.store-hero-caption,.store-hero figcaption{font-size:.75rem;line-height:1.6}
@media(max-width:1100px){
 .site-header .header-inner{grid-template-columns:minmax(100px,1fr) auto 44px;gap:12px;min-height:0;padding-block:16px}
 .site-header .header-inner .brand{grid-area:1/1;width:138px}
 .header-shopping{grid-area:1/2/2/4;gap:6px}
 .header-search{grid-area:2/1/3/3;max-width:none;min-height:46px}
 .site-header .header-inner .desktop-nav,.site-header .header-inner .header-cta,.header-phone{display:none}
 .site-header .header-inner .mobile-toggle{grid-area:2/3;display:grid;place-items:center;width:44px;height:46px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff}
 .site-header .header-inner .mobile-toggle .ui-icon{width:22px;height:22px}
}
@media(max-width:650px){
 .site-header .wrap{width:calc(100% - 32px)}
 .site-header .header-inner{grid-template-columns:minmax(90px,1fr) auto 44px;column-gap:8px;row-gap:12px;padding-block:12px}
 .site-header .header-inner .brand{width:106px;max-width:100%}
 .header-shopping{gap:2px}
 .header-shopping .shopping-link{display:flex;flex-direction:column;gap:5px;min-width:72px;min-height:54px;padding:5px 8px;font-size:.75rem;line-height:1.3;border-radius:8px}
 .shopping-count{position:absolute;top:0;right:2px;min-width:20px;min-height:20px;padding:2px 4px;max-width:62px;border:2px solid #fff;font-size:.75rem}
 .shopping-label{font-size:.75rem}
 .material-swatches{grid-template-columns:repeat(4,minmax(0,1fr))}
 .shop-catalog-tools{gap:10px}
 .shop-catalog-tools label{min-width:130px;max-width:none}
 .shop-page .section-top{align-items:flex-start;flex-wrap:wrap;gap:8px}
 .shop-page .section-top>.text-link{font-size:.875rem;gap:8px}
 .purchase-actions{grid-template-columns:130px minmax(0,1fr)}
 .purchase-actions .btn{padding-inline:10px;font-size:.875rem}
 .purchase-direct{font-size:.875rem;padding-inline:12px}
}
@media(prefers-reduced-motion:reduce){.material-open .ui-icon{transition:none}}

/* Catalogue-driven images keep each category card at a fixed height while fading. */
.store-category-grid .category-photo{position:relative;height:160px;overflow:hidden;background:#efede7}
.store-category-grid .category-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}
.store-category-grid .category-photo-next{opacity:0;transition:opacity .7s ease}
.store-category-grid .category-photo-next.is-visible{opacity:1}
.store-category-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}
.store-category-actions .text-link{font-size:.875rem;line-height:1.5}
.category-photos-pause{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);font:inherit;font-size:.875rem;cursor:pointer}
.category-photos-pause:hover,.category-photos-pause[aria-pressed=true]{color:var(--ink);background:#efede7}
.category-photos-pause .ui-icon{width:16px;height:16px}
@media(max-width:1100px){.store-category-grid .category-photo{height:130px}}
@media(max-width:760px){.store-category-grid .category-photo{height:125px}.store-categories .section-top{align-items:flex-start;flex-wrap:wrap}.store-category-actions{justify-content:flex-start;gap:14px}}
@media(prefers-reduced-motion:reduce){.store-category-grid .category-photo-next{transition:none}}
/* Public selectors and fields use the same contained focus ring. */
select[data-smit-native-select]{display:none!important}
.smit-select-button{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-width:0;min-height:48px;padding:12px 15px;font:inherit;font-size:15px;line-height:1.4;color:var(--ink,#252724);text-align:left;border:1px solid #dcd8d0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}
.smit-select-button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smit-select-button svg{flex:0 0 18px;transition:transform .18s;color:#706f67}.smit-select-button[aria-expanded=true] svg{transform:rotate(180deg)}
.smit-select-button:hover{border-color:#b7a89d}.smit-select-button[aria-expanded=true],.smit-select-button:focus-visible{outline:none!important;border-color:#aa4830;box-shadow:0 0 0 2px #aa48302b}.smit-select-button:disabled{opacity:.5;cursor:default}
.smit-select-popup{position:fixed;z-index:12000;overflow:auto;overscroll-behavior:contain;padding:6px;border:1px solid #ddd6ce;border-radius:12px;background:#fff;box-shadow:0 12px 35px #31251b20;color:#252724;font-family:inherit;font-size:15px;line-height:1.4;scrollbar-width:thin}
.smit-select-popup[hidden]{display:none}.smit-select-popup [role=option]{padding:11px 34px 11px 12px;position:relative;border-radius:7px;cursor:pointer;overflow-wrap:anywhere}.smit-select-popup [role=option]:hover,.smit-select-popup [role=option].is-active{background:#f3efea}.smit-select-popup [aria-selected=true]{color:#aa4830;font-weight:600;background:#f8f0ec}.smit-select-popup [aria-selected=true]::after{content:'✓';position:absolute;right:12px;top:11px}.smit-select-popup [aria-disabled=true]{opacity:.45;cursor:default}
.smit-select-group{font-weight:600;font-size:12px;color:#757167;padding:14px 12px 7px;border-top:1px solid #f0ece6;margin-top:5px}.smit-select-group:first-child{border:0;margin-top:0;padding-top:7px}
.shop-catalog-tools{display:flex;align-items:end;justify-content:flex-end;gap:16px;margin:18px 0}.shop-catalog-tools>label{width:min(100%,310px);font-size:13px;color:#777268;display:grid;gap:7px}
body :is(input:not([type=checkbox]):not([type=radio]),textarea,select):focus-visible{outline:none!important;outline-offset:0;border-color:#aa4830;box-shadow:0 0 0 2px #aa483026;border-radius:var(--field-radius,8px)}
body .header-search:focus-within,body .search-field:focus-within{outline:none;border-color:#aa4830;box-shadow:0 0 0 2px #aa483026}
body .header-search input:focus-visible,body .search-field input:focus-visible{box-shadow:none;border-color:transparent}
@media(max-width:760px){.shop-catalog-tools{justify-content:stretch}.shop-catalog-tools>label{width:100%}}
