/* HIGHWAY's illustrated shelf: bold outlines, warm paper, generous product imagery. */
:root{--paper:#fff5e6;--cream:#fff5e6;--brand-yellow:#f6cb50;--brand-orange:#ed7747;--yellow:#f6cb50;--line:#b6a993;--muted:#665c4d}
body{background:var(--paper)}
.catalog-site-header{background:var(--paper);color:var(--ink);border-bottom:2px solid var(--ink);gap:20px;padding:0 3%;height:78px;min-height:78px}
.catalog-site-header .nav-pill{color:var(--ink)}
.catalog-site-header .language-picker select{background:var(--paper);color:var(--ink)}
.catalog-site-header .language-picker option{background:var(--paper);color:var(--ink)}
.catalog-site-header .menu-button{color:var(--ink)}
.catalog-site-header .local-time{display:none}
.catalog-site-header .header-tools{margin-left:auto;flex-shrink:0}
.catalog-site-header .bag-toggle{font-family:var(--hand-ui-font);font-size:17px;gap:7px;color:var(--ink)}
.catalog-site-header .bag-count{background:var(--yellow);color:var(--ink)}
.catalog-site-header .bag-toggle svg{width:20px}
.catalog-site-header .language-picker{margin-left:0}
.explore-trigger{flex-shrink:0;display:flex;align-items:center;gap:14px;min-height:43px;padding:7px 16px;background:var(--yellow);border:2px solid var(--ink);border-radius:13px 8px 14px 7px;box-shadow:2px 2px 0 var(--ink);font-family:var(--hand-ui-font);font-size:20px;white-space:nowrap}
.explore-trigger:hover{background:var(--brand-orange)}
.explore-trigger[aria-expanded=true]{box-shadow:none;transform:translate(2px,2px)}
.catalog-utility{background:#f5ead7;padding:0 3%;min-height:30px}
.catalog-utility .preview-strip{font-size:12px;padding:5px 0;max-width:none}
.announcement{background:var(--brand-orange)}
.shelf-discovery{background:var(--yellow);border-bottom:2px solid var(--ink);padding:24px 3% 28px}
.discovery-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}
.discovery-heading .eyebrow{font-size:12px;letter-spacing:.15em;margin:0 0 7px}
.discovery-heading h1{font-family:var(--hand-ui-font);font-size:clamp(34px,3.5vw,54px);font-weight:var(--hand-ui-weight);line-height:1.2;letter-spacing:-.02em;text-transform:none}
.browse-all{flex-shrink:0;text-decoration:underline;text-underline-offset:5px;font-family:var(--hand-ui-font);font-size:20px;padding:8px}
.breadcrumb{padding:22px 3%;font-size:13px}
.catalog-layout{padding:0 3% 64px;gap:32px}
.filter-title{font-size:16px}.filter-section h3,.filter-section label,.filter-section select,.category-button,.category-button.sub{font-size:14px}
.filter-section select{background:var(--paper);border-color:#8c7e68;min-height:44px}
.category-button[aria-pressed=true]{background:var(--yellow);color:var(--ink);border-radius:6px;border:1px solid var(--ink)}
.category-button[aria-pressed=true] span:last-child{color:var(--ink)}
.toolbar input,.sort-select{background:var(--paper);border:1.5px solid var(--ink);border-radius:8px;font-size:14px;min-height:46px}
.results-meta{font-size:14px}.results-meta .eyebrow{font-size:12px}
.active-chip{background:#f6dfad;border:1px solid #b69b69;font-size:13px}
.product-grid{gap:24px 18px}
.product-card{border:2px solid var(--ink);border-radius:16px 20px 15px 18px;overflow:hidden;background:var(--paper);transition:box-shadow .2s,transform .2s}
.product-card:hover{box-shadow:4px 4px 0 var(--ink);transform:translateY(-3px)}
body .product-card .product-visual{border:0;border-bottom:1.5px solid var(--ink);border-radius:0}
.product-card .product-info{padding:17px 16px 19px}
.product-info h3{font-family:var(--hand-ui-font);font-size:23px;line-height:1.35;font-weight:var(--hand-ui-weight)}
.brand-line{font-size:12px}.spec-summary{font-size:13px;line-height:1.7;min-height:42px}
.price-row{font-size:16px}.price-row .stock-dot{font-size:12px}.card-colors .color-dot{width:15px;height:15px}
.visual-index,.visual-note{font-size:11px}.card-arrow{border:1.5px solid var(--ink);width:34px;height:34px}
.grinder-page{padding:0 0 48px}.grinder-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);background:var(--paper)}
.grinder-gallery{top:78px;background:transparent;padding:26px;display:grid;grid-template-columns:70px minmax(0,1fr);gap:14px;align-self:start;position:sticky;border-right:2px solid var(--ink)}
.grinder-photo{grid-column:2;grid-row:1;aspect-ratio:1;min-width:0;border:2px solid var(--ink);border-radius:18px;background:#fff}
.gallery-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;max-height:520px;padding:0 4px 4px 0;gap:10px;scrollbar-width:thin}
.gallery-thumb{width:62px;height:62px;min-height:62px;background:#fff;border:1.5px solid var(--ink);border-radius:9px;padding:2px}
.gallery-thumb[aria-pressed=true]{border:3px solid #a64f29;box-shadow:2px 2px 0 var(--ink)}
.photo-context{grid-column:1/-1;font-size:12px;margin:0;color:#263f4b}
.grinder-photo .photo-open{background:var(--paper);border:1.5px solid var(--ink);font-size:12px;border-radius:8px}
.grinder-copy{padding:30px 7% 24px;min-width:0}
.grinder-title h1,.detail-copy h1{font-family:var(--hand-ui-font);font-weight:var(--hand-ui-weight);font-size:clamp(36px,3.4vw,58px);line-height:1.2;margin:12px 0 16px}
.grinder-title .eyebrow{font-size:13px}.grinder-material{font-size:15px;color:var(--ink)}
.detail-description{font-size:16px;line-height:1.7;color:var(--ink);margin-bottom:14px}
.grinder-notice{font-size:12px;margin:8px 0 18px}
.grinder-selector{border-top:1.5px solid var(--ink);padding-top:12px;margin-top:16px}
.grinder-selector legend{font-size:15px}
.dimension-chip,.color-chip,.purchase-mode{font-size:14px;border:1.5px solid var(--ink);border-radius:10px 7px 11px 8px;background:var(--paper)}
.dimension-chip[aria-pressed=true],.color-chip[aria-pressed=true],.purchase-mode[aria-pressed=true]{background:var(--yellow);box-shadow:2px 2px 0 var(--ink)}
.purchase-mode b{font-size:16px}.purchase-mode small{font-size:12px;color:#62543d}.mode-chips{grid-template-columns:1fr 1fr}
.price-context,.selection-summary,.quantity-label,.local-note,.sku-line{font-size:13px}
.grinder-price .detail-price{font-size:34px}.box-price-card{background:#f7dda0;border:1.5px solid var(--ink);border-radius:13px}
.box-price-top,.box-breakdown dt{font-size:13px}.box-breakdown dd{font-size:17px}
.grinder-page .button{border:2px solid var(--ink);font-size:16px!important;min-height:48px}
.grinder-sections{margin:0;border:0}.grinder-section{padding:36px 5%;border-bottom:2px solid var(--ink)}
.grinder-section:nth-child(odd){background:#e6ebd2}.grinder-section:nth-child(even){background:#f8df9c}
.grinder-section h2{font-size:36px}.grinder-section p{font-size:15px}.spec-table{font-size:15px}
.structured-photos{max-width:1100px}.structured-photos figure{background:white;border:2px solid var(--ink);border-radius:16px}.structured-photos figcaption{font-size:13px}
.packaging-grid>div{background:var(--paper);border:1.5px solid var(--ink);border-radius:12px}.packaging-grid h3{font-size:19px}
.mobile-purchase-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:18;background:var(--yellow);border-top:2px solid var(--ink);padding:12px 3%;align-items:center;gap:24px;box-shadow:none}
.mobile-purchase-bar>div:first-child{flex:1;min-width:0}.mobile-purchase-bar small{display:block;font-size:14px;line-height:1.6}.mobile-purchase-bar strong{font-size:23px}.mobile-purchase-bar .button{background:var(--paper);color:var(--ink);border:2px solid var(--ink);border-radius:28px;min-width:220px;min-height:50px;font-size:17px!important}
.sticky-quantity{display:flex;align-items:center;gap:8px;border:2px solid var(--ink);border-radius:24px;background:var(--paper);padding:0 5px}.sticky-quantity button{width:38px;min-height:42px;font-size:22px}.sticky-quantity output{min-width:26px;text-align:center;font-size:16px}
body:has(.mobile-purchase-bar){padding-bottom:90px}body:has(.mobile-purchase-bar) .toast{bottom:102px;z-index:30}
.product-layout{gap:4%;border-top:2px solid var(--ink);padding-top:28px}.detail-visual{background:#8bb7d0!important;border:2px solid var(--ink);border-radius:18px}.detail-copy{padding:8px 0}
.variant-button{border:1.5px solid var(--ink);border-radius:10px;font-size:14px}.variant-button[aria-pressed=true]{background:var(--yellow)}.variant-button span{font-size:12px}
.pipe-category-art{display:grid!important;place-items:center;background:none!important;clip-path:none!important;overflow:visible;filter:none}
.pipe-category-art>span{display:block;width:88%;height:88%;box-sizing:border-box;background-color:#f2cb4f;background-repeat:no-repeat;background-position:center;background-size:88%;border:2px solid var(--ink);border-radius:50%;box-shadow:3px 4px 0 rgba(242,203,79,.14)}
.pipe-material-art{display:block;background-repeat:no-repeat;background-position:center;background-size:contain!important;clip-path:none!important;mix-blend-mode:normal!important}
@media(min-width:1700px){.shelf-discovery{padding-left:max(3%,calc((100% - 1600px)/2));padding-right:max(3%,calc((100% - 1600px)/2))}.explore-board{grid-template-columns:260px minmax(0,1fr)}.explore-art{width:100px;height:100px}.explore-window [role=tabpanel]{max-height:380px}}
@media(max-width:1100px){.catalog-site-header{gap:15px}.explore-board{grid-template-columns:180px minmax(0,1fr);gap:18px}.explore-tabs [role=tab]{font-size:22px;padding:12px}.explore-art{width:72px;height:72px}.explore-tile b{font-size:17px}.grinder-gallery{padding:18px;grid-template-columns:52px minmax(0,1fr);gap:8px}.gallery-thumb{width:48px;height:48px;min-height:48px}.grinder-copy{padding:24px 6%}.grinder-title h1{font-size:36px}}
@media(max-width:720px){
 .catalog-site-header{display:flex;flex-wrap:wrap;height:auto;min-height:74px;padding:9px 4%;gap:10px}.catalog-site-header .wordmark{width:118px;flex-basis:118px}.catalog-site-header .site-logo{max-height:46px}.catalog-site-header .header-tools{margin-left:auto}.catalog-site-header .bag-toggle{font-size:0}.catalog-site-header .bag-count{font-size:12px}.catalog-site-header .menu-button{display:none}.catalog-site-header .language-picker{margin-left:auto}.language-picker select{max-width:132px;min-height:40px}
 .explore-trigger{order:4;width:auto;font-size:19px;min-height:40px;padding:5px 12px}.catalog-site-header .language-picker{order:5}.catalog-utility{padding:0 4%}.catalog-utility .preview-strip{font-size:11px}
 .shelf-discovery{padding:21px 4%}.discovery-heading{gap:12px;align-items:center;margin-bottom:17px}.discovery-heading h1{font-size:32px}.discovery-heading .eyebrow{font-size:11px}.browse-all{font-size:16px;padding:0}.explore-board{display:block}.explore-tabs{display:flex;gap:7px;margin-bottom:13px}.explore-tabs [role=tab]{flex:1;justify-content:center;padding:11px 4px;font-size:18px;min-height:48px;gap:3px}.explore-tab-index,.explore-tabs [role=tab]>span:last-child{display:none}.explore-window{border-radius:17px;padding:6px}.explore-window [role=tabpanel]{min-height:0;max-height:266px;border-radius:10px}.explore-grid{grid-template-columns:repeat(4,minmax(0,1fr));min-height:0}.explore-tile{padding:9px 3px;gap:4px}.explore-art{width:63px;height:63px;max-width:100%}.explore-tile b{font-size:15px;line-height:1.3}.explore-tile small{font-size:11px}.explore-tile:nth-child(n+5){border-bottom:0}.material-tile{min-height:130px}.material-photo{width:55px;height:55px}.explore-box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.box-tile{padding:15px 12px;gap:10px}.box-tile b{font-size:19px}.box-tile>span{font-size:12px}.box-tile>strong{font-size:21px}
 #explore-dialog{padding:10px 4% 20px}.explore-dialog-top{font-size:19px}.explore-dialog-top button{width:36px;height:36px}.breadcrumb{padding:20px 4%;font-size:12px}.catalog-layout{padding:0 4% 40px}.product-grid{gap:16px 12px}.product-card{border-radius:12px;border-width:1.5px}.product-card .product-info{padding:12px 10px}.product-info h3{font-size:19px}.brand-line{font-size:11px}.spec-summary{font-size:12px;min-height:42px}.price-row{font-size:14px;gap:5px}.price-row .stock-dot{font-size:11px}.visual-index,.visual-note{font-size:10px}.card-arrow{width:26px;height:26px}.results-meta .eyebrow{font-size:11px}.mobile-filter-toggle{background:var(--yellow);border-radius:8px;font-size:15px;min-height:46px}.sort-select{width:100%;max-width:none}.filter-note{font-size:12px}
 .grinder-page{padding:0}.grinder-top{display:block}.grinder-gallery{position:static;padding:20px 4%;grid-template-columns:1fr;gap:10px;border-right:0;border-bottom:2px solid var(--ink)}.grinder-photo{grid-column:1;grid-row:1;aspect-ratio:1.05;max-height:440px}.gallery-thumbs{grid-column:1;grid-row:2;flex-direction:row;max-height:none;overflow:auto;padding:1px 3px 5px}.gallery-thumb{width:56px;height:56px;min-height:56px}.photo-context{grid-column:1;grid-row:3;font-size:11px}.grinder-copy{padding:25px 5%}.grinder-title h1{font-size:38px}.detail-description{font-size:15px}.grinder-section{padding:28px 5%}.grinder-section h2{font-size:30px}.grinder-section p,.spec-table{font-size:14px}.structured-photos{gap:12px}.structured-photos figcaption{font-size:12px}.grinder-page .purchase-row{flex-wrap:wrap}.grinder-page .purchase-row>.button{min-width:140px}.mobile-purchase-bar{gap:10px;padding:9px 4% max(9px,env(safe-area-inset-bottom))}.mobile-purchase-bar small{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-purchase-bar strong{font-size:20px}.mobile-purchase-bar .button{min-width:0;max-width:48%;min-height:47px;padding:10px 17px!important;font-size:14px!important}.sticky-quantity{display:none}.box-breakdown dt{font-size:12px}.photo-context{line-height:1.6}
}
@media(max-width:370px){.explore-tile b{font-size:14px}.explore-art{width:54px;height:54px}.discovery-heading h1{font-size:28px}.explore-tabs [role=tab]{font-size:16px}.product-info h3{font-size:17px}.brand-line{font-size:10px}.grinder-title h1{font-size:34px}}
@media(max-width:720px){
 .catalog-site-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px 10px}
 .catalog-site-header .wordmark{grid-column:1;grid-row:1;width:118px}
 .catalog-site-header .language-picker{grid-column:2;grid-row:1;margin:0}
 .catalog-site-header .language-picker select{width:112px;max-width:112px}
 .catalog-site-header .header-tools{grid-column:3;grid-row:1;margin:0}
 .catalog-site-header .explore-trigger{grid-column:1/3;grid-row:2;justify-content:space-between}
 .catalog-site-header .menu-button{display:block;grid-column:3;grid-row:2;justify-self:end;width:44px;min-height:40px;padding:0}
 .catalog-site-header .bag-toggle{gap:5px}.catalog-site-header .bag-count{width:20px;height:20px}
}
@media(max-width:350px){.catalog-site-header{column-gap:7px}.catalog-site-header .wordmark{width:106px}.catalog-site-header .language-picker select{width:96px;max-width:96px;font-size:14px}}
body[data-page="product"] .detail-description{display:none!important}
