:root {
    --ws-ink: #14181d;
    --ws-ink-soft: #252b32;
    --ws-muted: #5a626c;
    --ws-line: #d9dde1;
    --ws-surface: #f4f5f6;
    --ws-yellow: #ffc400;
    --ws-yellow-dark: #7b5b00;
    --ws-green: #087a4b;
    --ws-blue: #1565a7;
    --ws-red: #c62828;
    --ws-white: #fff;
    --ws-shadow: 0 18px 44px rgba(20, 24, 29, .12);
    --ws-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ws-ink);
    background: var(--ws-white);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { color: inherit; font: inherit; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--ws-yellow); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .55em; line-height: 1.08; letter-spacing: -.028em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.85rem, 3vw, 2.9rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.25em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ws-container { width: min(calc(100% - 44px), var(--ws-width)); margin-inline: auto; }
.ws-reading-width { max-width: 850px; }
.ws-main { min-height: 55vh; }
.ws-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; background: var(--ws-yellow); padding: 12px 18px; font-weight: 900; }
.ws-skip-link:focus { top: 16px; }
.ws-hazard-line { height: 5px; background: repeating-linear-gradient(135deg, var(--ws-yellow) 0 14px, var(--ws-ink) 14px 28px); }
.ws-stripe-break { border-top: 5px solid transparent; border-image: repeating-linear-gradient(135deg, var(--ws-yellow) 0 14px, var(--ws-ink) 14px 28px) 5; }

/* Header */
.ws-site-header { position: relative; z-index: 80; background: var(--ws-white); }
.ws-utility { color: var(--ws-white); background: var(--ws-ink); font-size: 13px; font-weight: 750; }
.ws-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 5vw, 76px); }
.ws-utility a { color: var(--ws-yellow); }
.ws-main-header-inner { min-height: 108px; display: grid; grid-template-columns: minmax(260px, 365px) minmax(300px, 1fr) auto; align-items: center; gap: 32px; }
.ws-logo { display: block; line-height: 0; text-decoration: none; }
.ws-logo img { width: 100%; max-width: 365px; }
.ws-header-search .woocommerce-product-search, .ws-header-search .search-form { display: flex; width: 100%; margin: 0; }
.ws-header-search input[type="search"] { width: 100%; min-height: 52px; padding: 0 17px; border: 2px solid var(--ws-ink); border-right: 0; border-radius: 3px 0 0 3px; background: var(--ws-white); }
.ws-header-search button { min-width: 98px; border: 2px solid var(--ws-ink); border-radius: 0 3px 3px 0; color: var(--ws-white); background: var(--ws-ink); font-weight: 850; cursor: pointer; }
.ws-header-search button:hover { color: var(--ws-ink); background: var(--ws-yellow); }
.ws-header-actions { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.ws-help-link { display: flex; align-items: center; gap: 8px; line-height: 1.18; text-decoration: none; }
.ws-help-link svg { width: 27px; height: 27px; }
.ws-help-link small { display: block; color: var(--ws-muted); font-size: 11px; }
.ws-help-link strong { font-size: 13px; }
.ws-account-link { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--ws-line); text-decoration: none; }
.ws-account-link svg { width: 24px; height: 24px; }
.ws-account-link:hover { background: var(--ws-yellow); border-color: var(--ws-ink); }
.ws-cart-link { min-height: 45px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 2px solid var(--ws-ink); border-radius: 3px; color: var(--ws-white); background: var(--ws-ink); text-decoration: none; font-weight: 850; }
.ws-cart-link svg { width: 22px; height: 22px; }
.ws-cart-link:hover { color: var(--ws-ink); background: var(--ws-yellow); }
.ws-cart-count { min-width: 23px; height: 23px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--ws-ink); background: var(--ws-yellow); font-size: 12px; }
.ws-menu-toggle { display: none; min-height: 43px; padding: 0 12px; border: 0; border-radius: 3px; background: var(--ws-yellow); font-weight: 850; }
.ws-category-nav { position: relative; border-bottom: 1px solid var(--ws-line); background: var(--ws-white); box-shadow: 0 7px 18px rgba(20, 24, 29, .045); }
.ws-nav-shell { min-height: 52px; display: flex; align-items: stretch; }
.ws-shop-toggle { min-width: 196px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 17px; border: 0; color: var(--ws-white); background: var(--ws-ink); font-weight: 850; cursor: pointer; }
.ws-shop-toggle:hover, .ws-shop-toggle[aria-expanded="true"] { color: var(--ws-ink); background: var(--ws-yellow); }
.ws-direct-nav { min-width: 0; display: flex; align-items: stretch; }
.ws-direct-nav a { display: flex; align-items: center; padding: 0 clamp(9px, 1.15vw, 16px); border-right: 1px solid var(--ws-line); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.ws-direct-nav a:hover { background: var(--ws-yellow); }
.ws-mega-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 70px); overflow-y: auto; border-bottom: 5px solid var(--ws-yellow); background: var(--ws-white); box-shadow: 0 26px 50px rgba(20, 24, 29, .18); }
.ws-category-nav.is-mega-open .ws-mega-menu { display: block; }
.ws-mega-menu > .ws-container { padding-block: 25px 36px; }
.ws-mega-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 21px; border-bottom: 1px solid var(--ws-line); }
.ws-mega-heading strong { display: block; font-size: 1.28rem; }
.ws-mega-heading span { color: var(--ws-muted); }
.ws-mega-heading a { font-weight: 850; }
.ws-mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 38px; padding-top: 27px; }
.ws-mega-parent { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; text-decoration: none; font-weight: 900; line-height: 1.2; }
.ws-mega-parent:hover span { text-decoration: underline; }
.ws-category-icon.ws-mega-icon { width: 35px; height: 35px; flex: 0 0 35px; }
.ws-mega-group ul { margin: 0 0 0 46px; padding: 0; list-style: none; }
.ws-mega-group li { margin: 5px 0; }
.ws-mega-group li a { color: #4c545d; font-size: 13px; text-decoration: none; }
.ws-mega-group li a:hover { color: var(--ws-ink); text-decoration: underline; }

/* Buttons and common sections */
.ws-button, .button, button.button, input.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    min-height: 49px; display: inline-flex !important; align-items: center; justify-content: center; padding: 0 22px !important; border: 2px solid var(--ws-ink) !important; border-radius: 3px !important; color: var(--ws-white) !important; background: var(--ws-ink) !important; font-weight: 850 !important; line-height: 1.2 !important; text-decoration: none !important; cursor: pointer;
}
.ws-button:hover, .button:hover, button.button:hover, input.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--ws-ink) !important; background: var(--ws-yellow) !important; }
.ws-button-secondary { color: var(--ws-ink) !important; background: var(--ws-white) !important; }
.ws-button-secondary:hover { background: var(--ws-yellow) !important; }
.ws-button-light { border-color: var(--ws-white) !important; color: var(--ws-ink) !important; background: var(--ws-white) !important; }
.ws-button-light:hover { border-color: var(--ws-yellow) !important; background: var(--ws-yellow) !important; }
.ws-section { padding: clamp(68px, 8vw, 108px) 0; }
.ws-section-surface { background: var(--ws-surface); }
.ws-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.ws-section-heading p { max-width: 700px; margin-bottom: 0; color: var(--ws-muted); }
.ws-text-link { font-weight: 850; }

/* Homepage hero */
.ws-hero { overflow: hidden; background: var(--ws-yellow); }
.ws-hero-inner { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: 60px; padding-block: 72px; }
.ws-hero h1 { max-width: 790px; margin-bottom: 20px; font-size: clamp(3.25rem, 5.7vw, 5.45rem); letter-spacing: -.058em; }
.ws-hero-copy > p { max-width: 680px; font-size: 1.2rem; line-height: 1.55; }
.ws-hero-search { max-width: 700px; display: flex; margin: 29px 0 20px; }
.ws-hero-search input { min-width: 0; min-height: 60px; flex: 1; padding: 0 18px; border: 3px solid var(--ws-ink); border-right: 0; border-radius: 3px 0 0 3px; background: var(--ws-white); }
.ws-hero-search button { min-width: 130px; border: 3px solid var(--ws-ink); border-radius: 0 3px 3px 0; color: var(--ws-white); background: var(--ws-ink); font-weight: 850; cursor: pointer; }
.ws-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.ws-hero-proof { display: flex; flex-wrap: wrap; gap: 15px 27px; margin: 23px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 850; }
.ws-hero-proof li::before { content: "✓"; margin-right: 7px; color: var(--ws-green); }
.ws-sign-board { position: relative; min-height: 500px; }
.ws-sign-board-back { position: absolute; inset: 18px 7px 11px 19px; border: 9px solid var(--ws-ink); background: #e2e4e6; box-shadow: 16px 18px 0 rgba(20, 24, 29, .2); transform: rotate(1.2deg); }
.ws-sign-board-back::after { content: ""; position: absolute; inset: 19px; border: 2px solid #b9bec3; }
.ws-hero-sign { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; border: 4px solid var(--ws-ink); box-shadow: 5px 6px 0 rgba(20, 24, 29, .18); font-weight: 900; text-align: center; }
.ws-hero-exit { top: 50px; left: 52px; width: 320px; height: 140px; gap: 12px; border-color: #fff; color: #fff; background: var(--ws-green); font-size: 1.8rem; transform: rotate(-2deg); }
.ws-hero-exit svg { width: 85px; height: 65px; }
.ws-hero-warning { top: 224px; left: 36px; width: 225px; height: 185px; flex-direction: column; background: var(--ws-white); transform: rotate(2deg); }
.ws-hero-warning svg { width: 90px; height: 90px; }
.ws-hero-warning strong { font-size: 1.45rem; line-height: 1; }
.ws-hero-warning span { font-size: 1rem; }
.ws-hero-cctv { top: 222px; right: 22px; width: 250px; height: 125px; gap: 11px; padding: 12px; background: var(--ws-white); transform: rotate(-3deg); }
.ws-hero-cctv svg { width: 80px; flex: 0 0 80px; }
.ws-hero-cctv span { max-width: 100px; line-height: 1.1; font-size: 1.12rem; }
.ws-hero-ppe { right: 35px; bottom: 22px; width: 260px; height: 112px; gap: 13px; border-color: #fff; color: #fff; background: var(--ws-blue); font-size: .95rem; line-height: 1.15; transform: rotate(2deg); }
.ws-ppe-circle { width: 72px; height: 72px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; }
.ws-ppe-circle svg { width: 53px; height: 53px; }
.ws-sign-board-bolts i { position: absolute; z-index: 4; width: 10px; height: 10px; border: 2px solid #777f87; border-radius: 50%; background: #c8ccd0; }
.ws-sign-board-bolts i:nth-child(1) { top: 32px; left: 34px; }.ws-sign-board-bolts i:nth-child(2) { top: 32px; right: 22px; }.ws-sign-board-bolts i:nth-child(3) { bottom: 24px; left: 34px; }.ws-sign-board-bolts i:nth-child(4) { bottom: 24px; right: 22px; }
.ws-trust-bar { border-bottom: 1px solid var(--ws-line); background: var(--ws-white); }
.ws-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ws-trust-item { min-height: 66px; display: flex; align-items: center; padding: 14px 20px; border-right: 1px solid var(--ws-line); font-weight: 800; line-height: 1.3; }
.ws-trust-item:last-child { border-right: 0; }
.ws-trust-item::before { content: "✓"; margin-right: 10px; color: var(--ws-green); font-size: 1.15rem; font-weight: 900; }
.ws-quick-routes { border-bottom: 1px solid var(--ws-line); background: var(--ws-white); }
.ws-quick-route-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.ws-quick-route-grid a { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px 38px 18px 17px; border-right: 1px solid var(--ws-line); text-decoration: none; }
.ws-quick-route-grid a:first-child { border-left: 1px solid var(--ws-line); }
.ws-quick-route-grid a:hover { background: #fff7cf; }
.ws-quick-route-grid small { margin-bottom: 3px; color: var(--ws-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.ws-quick-route-grid strong { line-height: 1.2; }
.ws-quick-route-grid a > span { position: absolute; right: 14px; bottom: 14px; font-size: 1.15rem; }

/* Category and editorial blocks */
.ws-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.ws-category-card { position: relative; min-height: 220px; display: grid; grid-template-rows: 94px 1fr; gap: 13px; padding: 20px 56px 19px 20px; border: 1px solid var(--ws-line); border-top: 5px solid var(--ws-yellow); background: var(--ws-white); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.ws-category-card:hover { transform: translateY(-4px); box-shadow: var(--ws-shadow); }
.ws-category-visual { display: flex; align-items: center; }
.ws-category-visual .ws-category-icon { width: 76px; height: 76px; }
.ws-category-card-copy { display: block; }
.ws-category-card-copy strong { display: block; margin-bottom: 6px; font-size: 1.15rem; line-height: 1.16; }
.ws-category-card-copy > span { display: block; color: var(--ws-muted); font-size: 13px; line-height: 1.45; }
.ws-category-arrow { position: absolute; right: 19px; bottom: 18px; font-size: 1.3rem; }
.ws-workplace-section { padding: clamp(70px, 8vw, 105px) 0; color: var(--ws-white); background: var(--ws-ink); }
.ws-workplace-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); }
.ws-workplace-intro p { max-width: 480px; color: #c9ced3; }
.ws-workplace-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #41474e; }
.ws-workplace-links a { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 8px 13px 0; border-bottom: 1px solid #41474e; text-decoration: none; font-weight: 800; }
.ws-workplace-links a:nth-child(odd) { padding-right: 25px; border-right: 1px solid #41474e; }
.ws-workplace-links a:nth-child(even) { padding-left: 25px; }
.ws-workplace-links a:hover { color: var(--ws-yellow); }
.ws-materials-grid { display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--ws-line); }
.ws-materials-copy { padding: clamp(38px, 5.5vw, 76px); }
.ws-material-ledger { margin: 28px 0 24px; border-top: 1px solid var(--ws-line); }
.ws-material-ledger > div { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--ws-line); }
.ws-material-ledger span { color: var(--ws-muted); }
.ws-compliance-panel { position: relative; overflow: hidden; padding: clamp(38px, 5.5vw, 76px); color: var(--ws-white); background: var(--ws-ink); }
.ws-compliance-mark { position: absolute; right: -32px; top: -45px; color: #2b3138; font-size: 16rem; font-weight: 900; line-height: 1; }
.ws-compliance-panel > *:not(.ws-compliance-mark) { position: relative; }
.ws-compliance-panel p { color: #d5d8db; }
.ws-compliance-panel dl { margin: 28px 0; border-top: 1px solid #434a51; }
.ws-compliance-panel dl div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid #434a51; }
.ws-compliance-panel dt { color: var(--ws-yellow); font-weight: 850; }
.ws-compliance-panel dd { margin: 0; }
.ws-finder-callout { background: var(--ws-yellow); }
.ws-finder-callout-inner { min-height: 270px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(30px, 5vw, 70px); }
.ws-finder-callout-inner > div:nth-child(2) { max-width: 720px; }
.ws-finder-callout-inner p { margin-bottom: 0; }
.ws-finder-steps { display: flex; align-items: center; }
.ws-finder-steps span { width: 48px; height: 48px; display: grid; place-items: center; border: 3px solid var(--ws-ink); border-radius: 50%; background: var(--ws-white); font-weight: 900; }
.ws-finder-steps i { width: 30px; height: 3px; background: var(--ws-ink); }
.ws-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ws-guide-card { min-height: 270px; display: block; padding: 28px; border: 1px solid var(--ws-line); border-bottom: 5px solid var(--ws-ink); background: var(--ws-white); text-decoration: none; }
.ws-guide-card:hover { border-bottom-color: var(--ws-yellow); box-shadow: var(--ws-shadow); }
.ws-guide-card strong { display: inline-block; margin-top: 17px; text-decoration: underline; }
.ws-guide-number { display: block; margin-bottom: 32px; color: var(--ws-yellow-dark); font-size: 2.25rem; font-weight: 900; }
.ws-trade-callout { background: var(--ws-yellow); }
.ws-trade-callout-inner { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.ws-trade-callout h2 { max-width: 820px; }
.ws-trade-callout p { max-width: 720px; margin-bottom: 0; }

/* Product rails and catalogue previews */
.ws-product-rail-section { overflow: hidden; }
.ws-product-rail-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.ws-product-rail-heading p { max-width: 780px; margin-bottom: 0; color: var(--ws-muted); }
.ws-product-rail-actions { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.ws-product-rail-controls { display: flex; gap: 7px; }
.ws-product-rail-controls button { width: 47px; height: 47px; display: grid; place-items: center; border: 2px solid var(--ws-ink); background: var(--ws-white); font-size: 1.35rem; font-weight: 900; cursor: pointer; }
.ws-product-rail-controls button:hover:not(:disabled) { background: var(--ws-yellow); }
.ws-product-rail-controls button:disabled { opacity: .32; cursor: default; }
.ws-product-rail-track { margin-right: calc((100vw - min(calc(100vw - 44px), var(--ws-width))) / -2); padding-right: max(22px, calc((100vw - var(--ws-width)) / 2)); }
.ws-product-rail-track:focus-visible { outline: 3px solid var(--ws-yellow); outline-offset: 6px; }
.ws-product-carousel .woocommerce { overflow: visible; }
.ws-product-carousel .woocommerce ul.products { display: flex !important; gap: 19px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 0 20px !important; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--ws-ink) var(--ws-line); scrollbar-width: thin; }
.ws-product-carousel .woocommerce ul.products li.product { flex: 0 0 calc((100% - 57px) / 4); scroll-snap-align: start; }
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; object-fit: cover; }
.ws-preview-badge { position: absolute; z-index: 3; top: 23px; left: 23px; padding: 6px 8px; border: 1px solid var(--ws-ink); color: var(--ws-ink); background: var(--ws-yellow); font-size: 10px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.woocommerce ul.products li.product .ws-preview-price { min-height: 42px; display: block; color: var(--ws-muted); font-size: 13px; line-height: 1.35; }
.woocommerce ul.products li.product .ws-preview-link { width: 100%; min-height: 43px; margin-top: 10px !important; padding-inline: 13px !important; }
.ws-preview-notice { display: grid; gap: 5px; margin-bottom: 20px; padding: 17px 19px; border: 2px solid var(--ws-ink); border-left: 9px solid var(--ws-yellow); background: #fff7d4; }
.ws-preview-notice strong { font-size: .82rem; letter-spacing: .055em; text-transform: uppercase; }
.ws-preview-notice span { color: #3e464d; font-size: 14px; line-height: 1.48; }
.ws-product-preview-notes { border-left-color: var(--ws-yellow); background: #fff9df; }
.ws-product-preview-notes li::before { color: var(--ws-ink); }
.single-product .product_meta { font-size: 13px; }

/* Page and policy layouts */
.ws-page-header { padding: 70px 0 52px; border-bottom: 1px solid var(--ws-line); background: var(--ws-surface); }
.ws-page-header h1 { max-width: 980px; }
.ws-page-header p { max-width: 780px; margin: 15px 0 0; color: var(--ws-muted); font-size: 1.12rem; }
.ws-breadcrumb, .woocommerce .woocommerce-breadcrumb { margin: 0 0 22px !important; color: var(--ws-muted) !important; font-size: 13px !important; }
.ws-breadcrumb span { margin: 0 8px; }
.ws-content-shell { padding: 62px 0 96px; }
.ws-page-content { max-width: 920px; }
.ws-page-content h2 { margin-top: 1.6em; }
.ws-page-content h3 { margin-top: 1.55em; }
.ws-page-content ul, .ws-page-content ol { padding-left: 24px; }
.ws-page-content li { margin-bottom: 9px; }
.ws-policy-shell { display: grid; grid-template-columns: 245px minmax(0, 850px); align-items: start; gap: 70px; }
.ws-policy-nav { position: sticky; top: 24px; padding: 21px; border-top: 5px solid var(--ws-yellow); background: var(--ws-surface); }
.ws-policy-nav strong { display: block; margin-bottom: 12px; }
.ws-policy-nav ul { margin: 0; padding: 0; list-style: none; }
.ws-policy-nav li { border-top: 1px solid var(--ws-line); }
.ws-policy-nav a { display: block; padding: 9px 0; text-decoration: none; font-size: 14px; }
.ws-policy-nav a[aria-current="page"] { font-weight: 900; }
.ws-policy-nav a:hover { text-decoration: underline; }
.ws-sector-header { color: var(--ws-white); background: var(--ws-ink); }
.ws-sector-header .ws-breadcrumb, .ws-sector-header .ws-breadcrumb a { color: #cbd0d5 !important; }
.ws-sector-header p { color: #d8dcdf; }
.ws-sector-shop, .ws-site-walk { margin-top: 55px; padding-top: 1px; }
.ws-sector-category-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ws-line); }
.ws-sector-category-links a { display: flex; justify-content: space-between; gap: 16px; padding: 16px 14px 16px 0; border-bottom: 1px solid var(--ws-line); text-decoration: none; font-weight: 800; }
.ws-sector-category-links a:nth-child(even) { padding-left: 20px; }
.ws-sector-category-links a:hover { background: var(--ws-surface); }
.ws-site-walk { padding: 31px; border-left: 6px solid var(--ws-yellow); background: var(--ws-surface); }
.ws-site-walk h2 { margin-top: 0; }

/* About, contact and custom */
.ws-about-hero { overflow: hidden; color: var(--ws-white); background: var(--ws-ink); }
.ws-about-hero-inner { min-height: 570px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 60px; }
.ws-about-hero h1 { max-width: 830px; }
.ws-about-hero p { max-width: 720px; color: #d5d9dc; font-size: 1.2rem; }
.ws-about-hero .ws-breadcrumb { color: #ccd1d5 !important; }
.ws-about-mark { position: relative; width: 380px; height: 335px; justify-self: end; }
.ws-about-mark::before { content: ""; position: absolute; inset: 0; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: var(--ws-yellow); }
.ws-about-mark::after { content: ""; position: absolute; inset: 23px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: var(--ws-ink); }
.ws-about-mark span { position: absolute; z-index: 2; left: 50%; top: 77px; transform: translateX(-50%); color: var(--ws-yellow); font-size: 10rem; font-weight: 900; line-height: 1; }
.ws-about-mark i { position: absolute; z-index: 3; right: -48px; bottom: 37px; width: 190px; height: 30px; background: var(--ws-yellow); }
.ws-about-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; }
.ws-about-grid > div p { font-size: 1.1rem; }
.ws-about-grid blockquote { margin: 0; padding: 34px; border-top: 7px solid var(--ws-yellow); background: var(--ws-surface); font-size: clamp(1.55rem, 3vw, 2.4rem); font-weight: 850; line-height: 1.18; letter-spacing: -.03em; }
.ws-about-principles { padding: 90px 0; background: var(--ws-surface); }
.ws-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ws-line); }
.ws-principle-grid > div { padding: 29px 29px 15px 0; border-right: 1px solid var(--ws-line); }
.ws-principle-grid > div:not(:first-child) { padding-left: 29px; }
.ws-principle-grid > div:last-child { border-right: 0; }
.ws-principle-grid span, .ws-custom-brief > div > span { color: var(--ws-yellow-dark); font-size: 2rem; font-weight: 900; }
.ws-about-final { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ws-about-final p { margin-bottom: 0; }
.ws-contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.ws-contact-email { display: inline-block; margin: 4px 0 31px; font-size: clamp(1.25rem, 2.4vw, 1.8rem); font-weight: 900; }
.ws-contact-details dl { border-top: 1px solid var(--ws-line); }
.ws-contact-details dl div { padding: 16px 0; border-bottom: 1px solid var(--ws-line); }
.ws-contact-details dt { font-weight: 900; }
.ws-contact-details dd { margin: 2px 0 0; color: var(--ws-muted); }
.ws-contact-note { margin-top: 27px; padding: 18px; border-left: 5px solid var(--ws-yellow); background: var(--ws-surface); font-size: 14px; }
.ws-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 32px; border-top: 6px solid var(--ws-yellow); background: var(--ws-surface); }
.ws-contact-form label > span:first-child { display: block; margin-bottom: 5px; font-weight: 800; }
.ws-contact-form input[type="text"], .ws-contact-form input[type="email"], .ws-contact-form input[type="tel"], .ws-contact-form select, .ws-contact-form textarea { width: 100%; border: 1px solid #8f969d; border-radius: 2px; background: var(--ws-white); }
.ws-contact-form input[type="text"], .ws-contact-form input[type="email"], .ws-contact-form input[type="tel"], .ws-contact-form select { min-height: 48px; padding: 0 12px; }
.ws-contact-form textarea { padding: 12px; resize: vertical; }
.ws-form-wide { grid-column: 1 / -1; }
.ws-form-consent { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; font-size: 13px; }
.ws-form-honeypot { position: absolute; left: -9999px; }
.ws-form-success { grid-column: 1 / -1; margin-bottom: 17px; padding: 15px 18px; border-left: 5px solid var(--ws-green); background: #eaf6f0; }
.ws-custom-hero, .ws-trade-hero { overflow: hidden; background: var(--ws-yellow); }
.ws-custom-hero-inner, .ws-trade-hero-inner { min-height: 585px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.ws-custom-hero h1, .ws-trade-hero h1 { max-width: 820px; }
.ws-custom-hero p, .ws-trade-hero p { max-width: 700px; font-size: 1.18rem; }
.ws-custom-sheet { width: min(100%, 500px); padding: 17px; border: 8px solid var(--ws-ink); background: var(--ws-white); box-shadow: 15px 17px 0 rgba(20, 24, 29, .2); transform: rotate(2deg); }
.ws-custom-sheet > div { min-height: 270px; display: grid; place-items: center; align-content: center; border: 3px dashed var(--ws-line); }
.ws-custom-sheet span { font-size: clamp(2.1rem, 4vw, 3.6rem); font-weight: 900; }
.ws-custom-sheet i { width: 70%; height: 7px; display: block; margin: 8px; background: var(--ws-ink); }
.ws-custom-sheet i:nth-child(3) { width: 54%; }.ws-custom-sheet i:nth-child(4) { width: 63%; }
.ws-custom-sheet b { display: block; margin-top: 12px; text-align: right; }
.ws-custom-brief { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ws-line); }
.ws-custom-brief > div { padding: 27px 28px 10px 0; border-right: 1px solid var(--ws-line); }
.ws-custom-brief > div:not(:first-child) { padding-left: 28px; }
.ws-custom-brief > div:last-child { border-right: 0; }
.ws-custom-caution { padding: 82px 0; color: var(--ws-white); background: var(--ws-ink); }
.ws-custom-caution .ws-container { max-width: 950px; }
.ws-custom-caution p { color: #d1d5d8; font-size: 1.1rem; }
.ws-custom-caution a { color: var(--ws-yellow); font-weight: 850; }
.ws-trade-ledger { width: min(100%, 540px); border: 7px solid var(--ws-ink); background: var(--ws-white); box-shadow: 15px 17px 0 rgba(20, 24, 29, .2); transform: rotate(-1deg); }
.ws-trade-ledger > div { min-height: 58px; display: grid; grid-template-columns: 1.1fr 1.7fr 1.1fr .45fr; align-items: center; border-bottom: 1px solid var(--ws-line); }
.ws-trade-ledger > div:first-child { color: var(--ws-white); background: var(--ws-ink); font-size: 13px; font-weight: 850; }
.ws-trade-ledger span, .ws-trade-ledger i { margin: 0 11px; }
.ws-trade-ledger i { height: 8px; display: block; background: #c9cdd1; }
.ws-trade-benefits { display: grid; grid-template-columns: 1fr .8fr; gap: 95px; }
.ws-trade-benefits ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ws-line); }
.ws-trade-benefits li { padding: 13px 0; border-bottom: 1px solid var(--ws-line); font-weight: 800; }
.ws-trade-benefits li::before { content: "✓"; margin-right: 10px; color: var(--ws-green); }

/* Resource and sector hubs */
.ws-resource-hero { padding: 72px 0 64px; color: var(--ws-white); background: var(--ws-ink); }
.ws-resource-hero .ws-breadcrumb { color: #cdd1d5 !important; }
.ws-resource-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 85px; }
.ws-resource-hero p { max-width: 710px; color: #d1d5d9; font-size: 1.15rem; }
.ws-resource-search label { display: block; margin-bottom: 8px; font-weight: 800; }
.ws-resource-search > div { display: flex; }
.ws-resource-search input { min-width: 0; min-height: 54px; flex: 1; padding: 0 14px; border: 2px solid var(--ws-white); border-right: 0; background: var(--ws-white); }
.ws-resource-search button { min-width: 100px; border: 2px solid var(--ws-yellow); background: var(--ws-yellow); color: var(--ws-ink); font-weight: 850; }
.ws-resource-list { border-top: 1px solid var(--ws-line); }
.ws-resource-list > a { min-height: 112px; display: grid; grid-template-columns: 70px 1fr 35px; align-items: center; gap: 22px; padding: 17px 4px; border-bottom: 1px solid var(--ws-line); text-decoration: none; }
.ws-resource-list > a > span { color: var(--ws-yellow-dark); font-size: 2rem; font-weight: 900; }
.ws-resource-list h3 { margin-bottom: 5px; font-size: 1.45rem; }
.ws-resource-list p { margin: 0; color: var(--ws-muted); }
.ws-resource-list b { font-size: 1.35rem; }
.ws-resource-list a:hover h3 { text-decoration: underline; }
.ws-resource-dark { padding: 90px 0; color: var(--ws-white); background: var(--ws-ink); }
.ws-resource-dark .ws-section-heading p { color: #c9ced2; }
.ws-legislation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #434a51; border-left: 1px solid #434a51; }
.ws-legislation-grid a { min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid #434a51; border-bottom: 1px solid #434a51; text-decoration: none; }
.ws-legislation-grid a:hover { color: var(--ws-ink); background: var(--ws-yellow); }
.ws-legislation-grid span { color: var(--ws-yellow); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.ws-legislation-grid a:hover span { color: var(--ws-ink); }
.ws-legislation-grid strong { font-size: 1.2rem; line-height: 1.25; }
.ws-sector-index { border-top: 1px solid var(--ws-line); }
.ws-sector-index > a { min-height: 120px; display: grid; grid-template-columns: 80px 1fr 35px; align-items: center; gap: 20px; padding: 16px 4px; border-bottom: 1px solid var(--ws-line); text-decoration: none; }
.ws-sector-index-number { color: var(--ws-yellow-dark); font-size: 2.3rem; font-weight: 900; }
.ws-sector-index h2 { margin-bottom: 5px; font-size: 1.65rem; }
.ws-sector-index p { margin: 0; color: var(--ws-muted); }
.ws-sector-index > a > span:last-child { font-size: 1.45rem; }
.ws-sector-index a:hover h2 { text-decoration: underline; }

/* Sign finder */
.ws-finder-hero { padding: 72px 0 60px; color: var(--ws-white); background: var(--ws-ink); }
.ws-finder-hero .ws-breadcrumb { color: #cbd0d5 !important; }
.ws-finder-hero p { max-width: 760px; color: #d1d5d8; font-size: 1.15rem; }
.ws-finder-shell { max-width: 1040px; }
.ws-finder-form { position: relative; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--ws-line); border-top: 7px solid var(--ws-yellow); }
.ws-finder-progress { display: flex; align-items: center; justify-content: center; margin-bottom: 48px; }
.ws-finder-progress span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--ws-line); border-radius: 50%; color: var(--ws-muted); background: var(--ws-white); font-weight: 900; }
.ws-finder-progress span.is-active { border-color: var(--ws-ink); color: var(--ws-ink); background: var(--ws-yellow); }
.ws-finder-progress i { width: 65px; height: 2px; background: var(--ws-line); }
.ws-finder-step { display: none; margin: 0; padding: 0; border: 0; }
.ws-finder-step.is-active { display: block; }
.ws-finder-step legend { width: 100%; margin-bottom: 28px; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 900; line-height: 1.18; letter-spacing: -.025em; }
.ws-finder-step legend span { display: block; margin-bottom: 6px; color: var(--ws-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.ws-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.ws-choice-grid label { position: relative; cursor: pointer; }
.ws-choice-grid input { position: absolute; opacity: 0; }
.ws-choice-grid label > span { min-height: 101px; display: flex; flex-direction: column; justify-content: center; padding: 17px 45px 17px 18px; border: 2px solid var(--ws-line); }
.ws-choice-grid label > span::after { content: ""; position: absolute; right: 17px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); border: 2px solid #8b9299; border-radius: 50%; }
.ws-choice-grid input:checked + span { border-color: var(--ws-ink); background: #fff9df; box-shadow: inset 6px 0 0 var(--ws-yellow); }
.ws-choice-grid input:checked + span::after { border: 5px solid var(--ws-ink); background: var(--ws-yellow); }
.ws-choice-grid input:focus-visible + span { outline: 3px solid var(--ws-yellow); outline-offset: 2px; }
.ws-choice-grid strong { font-size: 1.05rem; }
.ws-choice-grid small { color: var(--ws-muted); font-size: 13px; line-height: 1.4; }
.ws-choice-grid-compact label > span { min-height: 90px; }
.ws-finder-actions { display: flex; justify-content: space-between; gap: 15px; }
.ws-finder-result { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--ws-line); border-top: 7px solid var(--ws-green); background: var(--ws-surface); }
.ws-finder-result h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.ws-finder-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 25px 0; }
.ws-finder-result-grid > div { padding: 21px; border: 1px solid var(--ws-line); background: var(--ws-white); }
.ws-finder-result-grid strong { display: block; margin-bottom: 6px; }
.ws-finder-result-grid p { margin: 0; color: var(--ws-muted); }
.ws-finder-result-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* WooCommerce */
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 0 0 26px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 0 35px 0 12px; border: 1px solid var(--ws-ink); background: var(--ws-white); }
.woocommerce-products-header { padding: 10px 0 29px; }
.woocommerce-products-header__title { max-width: 950px; font-size: clamp(2.65rem, 5vw, 4.5rem); }
.term-description { max-width: 850px; color: #3f464d; font-size: 1.08rem; }
.ws-subcategory-section { margin: 36px 0 45px; }
.ws-subcategory-section h2 { font-size: 1.55rem; }
.ws-subcategory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ws-line); border-left: 1px solid var(--ws-line); }
.ws-subcategory-grid a { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 17px; padding: 12px 16px; border-right: 1px solid var(--ws-line); border-bottom: 1px solid var(--ws-line); text-decoration: none; font-weight: 800; line-height: 1.3; }
.ws-subcategory-grid a:hover { background: var(--ws-yellow); }
.ws-catalogue-filters { clear: both; margin: 0 0 30px; border: 1px solid var(--ws-line); background: var(--ws-surface); }
.ws-filter-heading { display: none; }
.ws-filter-fields { display: flex; align-items: end; gap: 11px; padding: 15px; }
.ws-filter-fields label { min-width: 145px; flex: 1; }
.ws-filter-fields label > span { display: block; margin-bottom: 4px; font-size: 12px; font-weight: 850; }
.ws-filter-fields select, .ws-filter-fields input { width: 100%; min-height: 43px; padding: 0 10px; border: 1px solid #868e96; background: var(--ws-white); }
.ws-filter-submit { min-height: 43px; padding: 0 18px; border: 2px solid var(--ws-ink); color: var(--ws-white); background: var(--ws-ink); font-weight: 850; cursor: pointer; }
.ws-filter-clear { min-height: 43px; display: flex; align-items: center; padding: 0 5px; font-size: 13px; font-weight: 800; }
.woocommerce ul.products { clear: both; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 13px 13px 19px !important; border: 1px solid var(--ws-line); background: var(--ws-white); transition: box-shadow .16s ease, transform .16s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--ws-shadow); }
.woocommerce ul.products li.product a img { margin-bottom: 15px !important; background: var(--ws-surface); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.1em; padding: 0 !important; color: var(--ws-ink); font-size: 1rem !important; line-height: 1.35; }
.ws-loop-materials { min-height: 34px; display: block; color: var(--ws-muted); font-size: 12px; line-height: 1.4; }
.woocommerce ul.products li.product .price { color: var(--ws-ink) !important; font-size: 1.03rem !important; font-weight: 900; }
.woocommerce span.onsale { min-width: auto !important; min-height: auto !important; margin: 9px !important; padding: 6px 9px !important; border-radius: 2px !important; background: var(--ws-red) !important; line-height: 1.2 !important; }
.product-category.product { min-height: 230px; }
.woocommerce div.product { padding: 8px 0 60px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 65px; }
.woocommerce div.product .product_title { font-size: clamp(2.05rem, 4vw, 3.45rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ws-ink); font-size: 1.7rem; font-weight: 900; }
.ws-product-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 18px; }
.ws-product-badges span { padding: 6px 9px; border: 1px solid var(--ws-ink); font-size: 12px; font-weight: 850; }
.ws-product-service-notes { margin: 21px 0; padding: 17px 19px; list-style: none; border-left: 5px solid var(--ws-green); background: #eef7f2; }
.ws-product-service-notes li { margin: 5px 0; font-size: 14px; }
.ws-product-service-notes li::before { content: "✓"; margin-right: 8px; color: var(--ws-green); font-weight: 900; }
.ws-quantity-pricing { margin: 22px 0; }
.ws-quantity-pricing > strong { display: block; margin-bottom: 7px; }
.ws-quantity-pricing table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ws-quantity-pricing th, .ws-quantity-pricing td { padding: 8px 10px; border: 1px solid var(--ws-line); text-align: left; }
.ws-quantity-pricing th { background: var(--ws-surface); }
.woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart input.qty { min-height: 49px; padding: 0 12px; border: 1px solid var(--ws-ink); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0 !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ws-yellow) !important; background: var(--ws-surface) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ws-green) !important; }
.ws-archive-guide { clear: both; margin-top: 78px; padding: 68px clamp(22px, 6vw, 80px); background: var(--ws-surface); }
.ws-archive-guide h2 { margin-top: 1.45em; }
.ws-archive-guide h2:first-child { margin-top: 0; }
.ws-faq { margin-top: 34px; border-top: 1px solid var(--ws-line); }
.ws-faq details { border-bottom: 1px solid var(--ws-line); }
.ws-faq summary { padding: 18px 38px 18px 0; font-weight: 850; cursor: pointer; }
.ws-faq details p { padding: 0 0 18px; }
.ws-related-guides { margin-top: 62px; }
.ws-related-guides > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ws-line); border-left: 1px solid var(--ws-line); }
.ws-related-guides a { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px; border-right: 1px solid var(--ws-line); border-bottom: 1px solid var(--ws-line); text-decoration: none; font-weight: 800; }
.ws-related-guides a:hover { background: var(--ws-yellow); }

/* Blog */
.ws-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ws-post-card { border: 1px solid var(--ws-line); border-bottom: 5px solid var(--ws-ink); background: var(--ws-white); }
.ws-post-card-content { padding: 24px; }
.ws-post-card a { text-decoration: none; }
.ws-post-card h2 { font-size: 1.4rem; }
.ws-post-meta { color: var(--ws-muted); font-size: 13px; }
.ws-empty-state { padding: 50px; border: 1px solid var(--ws-line); background: var(--ws-surface); }

/* Footer */
.ws-site-footer { color: #d8dcdf; background: var(--ws-ink); }
.ws-footer-lead { min-height: 112px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; border-bottom: 1px solid #3c4249; }
.ws-footer-lead strong { display: block; color: var(--ws-white); font-size: 1.25rem; }
.ws-footer-lead span { color: #bfc5ca; }
.ws-footer-lead > a:not(.ws-button) { color: var(--ws-yellow); font-weight: 850; }
.ws-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 45px; padding-block: 67px; }
.ws-footer-logo { width: 315px; margin-bottom: 20px; }
.ws-footer-brand p { max-width: 360px; }
.ws-footer-promises { display: flex; flex-wrap: wrap; gap: 7px; }
.ws-footer-promises span { padding: 5px 8px; border: 1px solid #4a5158; font-size: 11px; font-weight: 800; }
.ws-footer-grid h2 { color: var(--ws-white); font-size: 1rem; letter-spacing: .01em; }
.ws-footer-grid ul { margin: 0; padding: 0; list-style: none; }
.ws-footer-grid li { margin-bottom: 8px; }
.ws-footer-grid a { color: #d8dcdf; }
.ws-footer-grid a:hover { color: var(--ws-yellow); }
.ws-footer-bottom { border-top: 1px solid #353b42; font-size: 12px; }
.ws-footer-bottom .ws-container { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

@media (max-width: 1180px) {
    .ws-main-header-inner { grid-template-columns: 300px 1fr auto; gap: 18px; }
    .ws-help-link { display: none; }
    .ws-direct-nav a { padding-inline: 9px; }
    .ws-category-grid { grid-template-columns: repeat(3, 1fr); }
    .ws-quick-route-grid { grid-template-columns: repeat(3, 1fr); }
    .ws-quick-route-grid a:nth-child(n+4) { border-top: 1px solid var(--ws-line); }
    .ws-hero-inner { grid-template-columns: 1fr 430px; gap: 35px; }
    .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
    .ws-product-carousel .woocommerce ul.products li.product { flex-basis: calc((100% - 38px) / 3); }
    .ws-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
    .ws-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 960px) {
    .ws-main-header-inner { min-height: 95px; grid-template-columns: minmax(230px, 1fr) auto; padding-block: 12px; }
    .ws-logo img { max-width: 320px; }
    .ws-header-search { grid-column: 1 / -1; grid-row: 2; padding-bottom: 3px; }
    .ws-menu-toggle { display: inline-flex; align-items: center; gap: 7px; }
    .ws-category-nav { display: none; }
    .ws-category-nav.is-open { display: block; }
    .ws-nav-shell { display: block; padding-inline: 0; }
    .ws-shop-toggle { width: 100%; min-height: 52px; }
    .ws-direct-nav { display: grid; grid-template-columns: 1fr 1fr; }
    .ws-direct-nav a { min-height: 48px; padding: 0 17px; border-bottom: 1px solid var(--ws-line); }
    .ws-mega-menu { position: static; max-height: none; box-shadow: none; }
    .ws-mega-heading { align-items: flex-start; flex-direction: column; }
    .ws-mega-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-hero-inner { grid-template-columns: 1fr; }
    .ws-sign-board { width: min(100%, 570px); margin: 0 auto; }
    .ws-workplace-grid, .ws-about-hero-inner, .ws-resource-hero-grid, .ws-custom-hero-inner, .ws-trade-hero-inner { grid-template-columns: 1fr; }
    .ws-workplace-links { margin-top: 4px; }
    .ws-product-rail-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .ws-product-rail-actions { width: 100%; justify-content: space-between; }
    .ws-materials-grid { grid-template-columns: 1fr; }
    .ws-finder-callout-inner { grid-template-columns: 1fr; padding-block: 50px; }
    .ws-finder-steps { display: none; }
    .ws-principle-grid, .ws-custom-brief { grid-template-columns: 1fr 1fr; }
    .ws-principle-grid > div:nth-child(2), .ws-custom-brief > div:nth-child(2) { border-right: 0; }
    .ws-principle-grid > div:nth-child(n+3), .ws-custom-brief > div:nth-child(n+3) { border-top: 1px solid var(--ws-line); }
    .ws-about-mark { justify-self: center; }
    .ws-about-grid { grid-template-columns: 1fr; gap: 45px; }
    .ws-policy-shell { grid-template-columns: 210px minmax(0, 1fr); gap: 40px; }
    .ws-contact-layout { grid-template-columns: 1fr; }
    .ws-legislation-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-trade-benefits { grid-template-columns: 1fr; gap: 40px; }
    .ws-filter-heading { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; }
    .ws-filter-toggle { border: 0; background: none; text-decoration: underline; font-weight: 800; cursor: pointer; }
    .ws-filter-fields { display: none; grid-template-columns: 1fr 1fr; }
    .ws-catalogue-filters.is-open .ws-filter-fields { display: grid; }
    .ws-filter-fields label { min-width: 0; }
}

@media (max-width: 720px) {
    .ws-container { width: min(calc(100% - 30px), var(--ws-width)); }
    .ws-utility-inner { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
    .ws-utility-inner span:nth-child(2) { display: none; }
    .ws-main-header-inner { grid-template-columns: 1fr auto; gap: 12px; }
    .ws-logo img { max-width: 245px; }
    .ws-account-link { display: none; }
    .ws-cart-link > span:not(.ws-cart-count) { display: none; }
    .ws-menu-toggle span:first-child { display: none; }
    .ws-mega-grid { grid-template-columns: 1fr; }
    .ws-hero { border-bottom: 1px solid var(--ws-ink); }
    .ws-hero-inner { padding-block: 51px; }
    .ws-hero h1 { font-size: clamp(3rem, 13vw, 4.35rem); }
    .ws-hero-copy > p { font-size: 1.06rem; }
    .ws-hero-search button { min-width: 104px; }
    .ws-sign-board { min-height: 390px; }
    .ws-sign-board-back { inset: 12px 0 7px 7px; }
    .ws-hero-exit { top: 39px; left: 34px; width: 270px; height: 112px; font-size: 1.45rem; }
    .ws-hero-warning { top: 178px; left: 20px; width: 175px; height: 150px; }
    .ws-hero-warning svg { width: 66px; height: 66px; }
    .ws-hero-cctv { top: 178px; right: 8px; width: 205px; height: 105px; }
    .ws-hero-ppe { right: 22px; bottom: 12px; width: 210px; height: 88px; }
    .ws-ppe-circle { width: 59px; height: 59px; }
    .ws-trust-grid { grid-template-columns: 1fr 1fr; }
    .ws-trust-item { border-bottom: 1px solid var(--ws-line); }
    .ws-trust-item:nth-child(2) { border-right: 0; }
    .ws-quick-route-grid { grid-template-columns: 1fr 1fr; }
    .ws-quick-route-grid a { min-height: 98px; padding: 14px 30px 14px 13px; border-top: 1px solid var(--ws-line); }
    .ws-quick-route-grid a:first-child, .ws-quick-route-grid a:nth-child(2) { border-top: 0; }
    .ws-product-rail-track { margin-right: -15px; padding-right: 15px; }
    .ws-product-carousel .woocommerce ul.products { gap: 12px; }
    .ws-product-carousel .woocommerce ul.products li.product { flex-basis: min(76vw, 310px); }
    .ws-product-rail-actions { align-items: flex-end; }
    .ws-product-rail-controls button { width: 43px; height: 43px; }
    .ws-category-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .ws-category-card { min-height: 205px; padding: 16px 39px 15px 15px; }
    .ws-category-visual .ws-category-icon { width: 64px; height: 64px; }
    .ws-workplace-links { grid-template-columns: 1fr; }
    .ws-workplace-links a:nth-child(odd), .ws-workplace-links a:nth-child(even) { padding-inline: 0; border-right: 0; }
    .ws-material-ledger > div { grid-template-columns: 1fr; gap: 1px; }
    .ws-guide-grid, .ws-post-grid { grid-template-columns: 1fr; }
    .ws-page-header, .ws-resource-hero, .ws-finder-hero { padding-block: 52px 39px; }
    .ws-policy-shell { display: block; }
    .ws-policy-nav { position: static; margin-bottom: 40px; }
    .ws-sector-category-links { grid-template-columns: 1fr; }
    .ws-sector-category-links a:nth-child(even) { padding-left: 0; }
    .ws-about-hero-inner { min-height: 680px; padding-block: 55px; }
    .ws-about-mark { width: 280px; height: 245px; }
    .ws-about-mark span { top: 56px; font-size: 7.3rem; }
    .ws-about-final { align-items: flex-start; flex-direction: column; }
    .ws-contact-form { grid-template-columns: 1fr; padding: 22px; }
    .ws-contact-form label { grid-column: 1; }
    .ws-custom-hero-inner, .ws-trade-hero-inner { min-height: auto; padding-block: 55px; }
    .ws-custom-sheet, .ws-trade-ledger { margin: 10px auto; }
    .ws-principle-grid, .ws-custom-brief { grid-template-columns: 1fr; }
    .ws-principle-grid > div, .ws-principle-grid > div:not(:first-child), .ws-custom-brief > div, .ws-custom-brief > div:not(:first-child) { padding: 24px 0; border-right: 0; border-top: 1px solid var(--ws-line); }
    .ws-resource-list > a { grid-template-columns: 50px 1fr 25px; gap: 12px; }
    .ws-legislation-grid { grid-template-columns: 1fr; }
    .ws-sector-index > a { grid-template-columns: 50px 1fr 24px; }
    .ws-choice-grid, .ws-finder-result-grid { grid-template-columns: 1fr; }
    .ws-subcategory-grid { grid-template-columns: 1fr 1fr; }
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 11px; }
    .woocommerce ul.products li.product { padding: 9px 9px 15px !important; }
    .ws-related-guides > div { grid-template-columns: 1fr; }
    .ws-footer-lead { grid-template-columns: 1fr; gap: 14px; padding-block: 28px; }
    .ws-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
    .ws-footer-brand { grid-column: 1 / -1; }
    .ws-footer-grid > div:last-child { grid-column: auto; }
    .ws-footer-bottom .ws-container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 14px; }
}

@media (max-width: 470px) {
    .ws-logo img { max-width: 208px; }
    .ws-header-actions { gap: 6px; }
    .ws-cart-link { padding-inline: 8px; }
    .ws-header-search button { min-width: 82px; }
    .ws-hero-search input { padding-inline: 12px; }
    .ws-hero-search button { min-width: 91px; font-size: 14px; }
    .ws-sign-board { min-height: 330px; }
    .ws-hero-exit { left: 23px; width: 225px; height: 95px; font-size: 1.15rem; }
    .ws-hero-exit svg { width: 62px; }
    .ws-hero-warning { top: 152px; width: 150px; height: 128px; }
    .ws-hero-cctv { top: 151px; width: 170px; height: 90px; }
    .ws-hero-cctv svg { width: 58px; flex-basis: 58px; }
    .ws-hero-cctv span { font-size: .9rem; }
    .ws-hero-ppe { width: 178px; height: 76px; font-size: .78rem; }
    .ws-category-grid { grid-template-columns: 1fr; }
    .ws-category-card { min-height: 175px; grid-template-columns: 75px 1fr; grid-template-rows: 1fr; align-items: center; }
    .ws-trust-grid { grid-template-columns: 1fr; }
    .ws-trust-item { border-right: 0; }
    .ws-subcategory-grid, .ws-filter-fields { grid-template-columns: 1fr; }
    .ws-finder-form { padding: 24px 18px; }
    .ws-finder-progress i { width: 38px; }
    .ws-footer-grid { grid-template-columns: 1fr; }
    .ws-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}
