:root{
  --bg:#f5f6f8; --text:#111827; --muted:#667085; --brand:#e31b2f; --brand-dark:#b71627; --dark:#0c0c0d; --panel:#fff; --border:#e1e5ea; --blue:#0b4b66;
  --radius:18px; --shadow:0 12px 34px rgba(17,24,39,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.55} img{max-width:100%;display:block} a{color:inherit;text-decoration:none}.container{max-width:1240px;margin:0 auto;padding:0 22px}.top-strip{background:#0f0f10;color:#f5f5f5;font-size:.9rem}.top-strip-inner{display:flex;justify-content:space-between;gap:20px;min-height:38px;align-items:center}.top-contact,.top-user-nav{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.top-user-nav a{color:#fff}.top-user-nav strong{color:var(--brand)}.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);box-shadow:0 6px 25px rgba(0,0,0,.05)}.header-inner{display:grid;grid-template-columns:auto 1fr minmax(230px,320px);gap:24px;align-items:center;min-height:86px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:#161616}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--brand);color:#fff;font-size:1.5rem}.brand small{display:block;color:var(--muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.main-nav{display:flex;justify-content:center;gap:26px;font-weight:800;text-transform:uppercase;font-size:.9rem;letter-spacing:.02em}.main-nav a:hover{color:var(--brand)}.header-search{position:relative;display:flex;border:1px solid var(--border);border-radius:999px;background:#fff;overflow:visible}.header-search input{min-width:0;flex:1;border:0;padding:12px 14px;background:transparent;outline:0}.header-search button{border:0;background:var(--dark);color:#fff;width:44px;border-radius:999px;cursor:pointer}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80}.suggestion-box{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:8px}.suggestion-item{display:flex;gap:10px;padding:10px;border-radius:10px}.suggestion-item:hover{background:#f8fafc}.suggestion-thumb{width:42px;height:42px;border-radius:10px;background:#fff1f2;color:var(--brand);display:grid;place-items:center;font-weight:900;overflow:hidden}.suggestion-thumb img{width:100%;height:100%;object-fit:cover}.suggestion-item small,.suggestion-all{display:block;color:var(--muted);font-size:.82rem}.suggestion-all{padding:10px;color:var(--brand);font-weight:800}.messages{padding-top:16px}.message{background:#fff1f2;border:1px solid #fecdd3;padding:12px;border-radius:10px;margin-bottom:8px}.message.error{background:#fff1f0;border-color:#ffa39e}.hero-construction{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:620px;background:#050505;color:#fff;position:relative;overflow:hidden}.hero-construction:before{content:"";position:absolute;top:0;left:0;width:18%;height:110px;background:var(--brand);clip-path:polygon(0 0,100% 0,58% 50%,100% 100%,0 100%)}.hero-left{display:flex;align-items:center;position:relative;z-index:1}.hero-inner{max-width:720px;margin-left:max(22px,calc((100vw - 1240px)/2 + 22px));padding:70px 50px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-weight:900;font-size:.82rem;color:var(--brand)}.eyebrow.dark{color:#2557ff}.hero-inner h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.98;margin:10px 0 20px;text-transform:uppercase}.hero-inner p{font-size:1.08rem;color:#d7d7d7;max-width:620px}.hero-search{display:flex;max-width:620px;background:#fff;border-radius:999px;padding:6px;margin:28px 0}.hero-search input{flex:1;border:0;outline:0;padding:14px 18px;border-radius:999px}.hero-search button{border:0;background:var(--brand);color:#fff;border-radius:999px;padding:0 24px;font-weight:900}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-right{background:linear-gradient(135deg,rgba(227,27,47,.15),rgba(255,255,255,.04)),linear-gradient(135deg,#fff 0,#d9dde4 48%,#e31b2f 48%,#e31b2f 54%,#161616 54%);display:flex;align-items:flex-end;justify-content:center;padding:50px}.hero-right:before{content:"";width:min(520px,75%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fb7185,#e31b2f 45%,#212121 46%,#050505 63%,transparent 64%);filter:drop-shadow(0 30px 45px rgba(0,0,0,.32));}.site-photo-card{position:absolute;right:max(24px,calc((100vw - 1240px)/2 + 22px));bottom:54px;background:#fff;color:var(--text);border-radius:18px;padding:18px 22px;box-shadow:var(--shadow);display:grid;gap:2px}.helmet-icon{width:48px;height:48px;border-radius:14px;background:#fff1f2;color:var(--brand);display:grid;place-items:center;font-size:1.5rem}.button,button{display:inline-block;background:var(--brand);color:#fff;border:0;border-radius:10px;padding:13px 18px;font-weight:900;cursor:pointer}.button:hover,button:hover{background:var(--brand-dark)}.button.small{padding:9px 13px;font-size:.86rem}.button.ghost{background:#fff;color:#111}.button.ghost-dark{background:#111;color:#fff}.section{padding:58px 0}.top-zero{padding-top:0}.center-section{text-align:center}.section-intro{max-width:640px;margin:0 auto 34px;color:var(--muted)}.section h2,.center-section h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:5px 0 12px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px}.small-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));}.category-tile{display:block;text-align:center;font-weight:900}.category-image{position:relative;height:190px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#fff,#e6e8ec);border:1px solid var(--border);box-shadow:0 10px 20px rgba(0,0,0,.06);display:grid;place-items:center;margin-bottom:12px}.category-image span{font-size:4rem;color:var(--brand);font-weight:900}.category-image img{width:100%;height:100%;object-fit:cover}.category-image em{position:absolute;top:12px;left:12px;background:#009b72;color:#fff;font-style:normal;border-radius:8px;padding:4px 10px;font-size:.8rem}.section-heading-row{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-heading-row a{color:var(--brand);font-weight:900}.popular-layout{display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:26px}.popular-list{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;align-content:start}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.product-list{display:grid;gap:18px}.product-card,.product-list-card,.content-card,.form-card,.summary-card,.sidebar-card,.basket-item,.hire-box,.empty-state,.success-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 22px rgba(17,24,39,.04)}.product-card{overflow:hidden}.product-card-image{height:235px;background:#fff;display:grid;place-items:center;position:relative;border-bottom:1px solid var(--border)}.product-card-image img{width:100%;height:100%;object-fit:contain;padding:18px}.tool-placeholder,.product-placeholder-large{width:88px;height:88px;border-radius:24px;background:#fff1f2;color:var(--brand);display:grid;place-items:center;font-size:2.4rem;font-weight:900}.product-placeholder-large{width:180px;height:180px;font-size:5rem}.card-ribbon{position:absolute;top:14px;right:14px;background:var(--brand);color:#fff;border-radius:8px;padding:5px 9px;font-size:.75rem;font-weight:900}.product-card-body{padding:18px}.product-card h3,.product-list-card h3{margin:8px 0;font-size:1.08rem}.product-card p,.product-list-card p{color:var(--muted);font-size:.94rem}.product-card-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.period-labels{color:var(--muted);font-size:.82rem;margin-bottom:12px;min-height:20px}.price{font-weight:900;color:var(--brand);font-size:1.15rem}.product-card-footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.product-list-card{display:grid;grid-template-columns:170px 1fr;overflow:hidden}.product-list-image{background:#fff;display:grid;place-items:center;border-right:1px solid var(--border);min-height:160px}.product-list-image img{height:150px;object-fit:contain;padding:12px}.product-list-body{padding:18px}.marketing-band{background:#0f0f10;color:#fff;border-radius:26px;padding:36px;display:grid;grid-template-columns:1.3fr .8fr auto;gap:24px;align-items:center;position:relative;overflow:hidden}.marketing-band:before{content:"";position:absolute;right:-80px;top:-80px;width:230px;height:230px;border-radius:50%;background:rgba(227,27,47,.18)}.marketing-band>*{position:relative}.marketing-band p{color:#ddd}.marketing-points{display:grid;gap:9px}.marketing-points span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 14px}.page-hero{background:#111;color:#fff}.page-hero.compact{padding:48px 0;background:linear-gradient(135deg,#111,#262626)}.page-hero h1{font-size:clamp(2.2rem,4vw,3.5rem);margin:8px 0}.page-hero p{color:#e2e2e2}.breadcrumb{font-size:.95rem;color:var(--muted)}.breadcrumb a{color:var(--brand);font-weight:800}.catalogue-layout{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}.catalogue-sidebar{display:grid;gap:20px}.sidebar-card{padding:22px}.sidebar-card h3{margin-top:0}.sidebar-card input,.sidebar-card select{width:100%;padding:11px;border:1px solid var(--border);border-radius:10px;margin-bottom:10px}.sidebar-category-list{list-style:none;margin:0;padding:0}.sidebar-category-list a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef0f2;font-weight:800}.sidebar-category-list a.active,.sidebar-category-list a:hover{color:var(--brand)}.advert-card{background:#111;color:#fff;border-color:#111}.advert-card p{color:#ddd}.advert-card img{border-radius:12px;margin-bottom:14px}.mini-products{display:grid;gap:12px}.mini-products a{display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center}.mini-product-image{width:54px;height:54px;border-radius:12px;background:#fff1f2;color:var(--brand);display:grid;place-items:center;font-weight:900;overflow:hidden}.mini-product-image img{width:100%;height:100%;object-fit:cover}.mini-products small{display:block;color:var(--muted)}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px}.view-toggle{display:flex;gap:8px}.view-toggle a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;font-weight:900}.view-toggle a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.sort-form{display:flex;gap:8px;align-items:center}.sort-form select{padding:10px;border:1px solid var(--border);border-radius:10px}.category-description{margin-top:28px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px}.wide-search{display:flex;gap:10px;margin-bottom:24px}.wide-search input{flex:1;padding:13px;border:1px solid var(--border);border-radius:10px}.product-detail{display:grid;grid-template-columns:minmax(320px,560px) minmax(340px,1fr);gap:40px;padding:58px 22px}.product-media-gallery{min-width:0}.product-main-image{height:520px;background:#fff;border:1px solid var(--border);border-radius:20px;display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain;padding:30px}.product-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.product-thumbs button{width:88px;height:88px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:4px;display:grid;place-items:center;color:var(--brand)}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-info h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:8px 0 12px}.lead{font-size:1.06rem;color:var(--muted)}.product-code-line{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0;margin:14px 0}.hire-box{padding:22px;margin-top:18px}.hire-box label{display:block;font-weight:900;margin-top:14px}.hire-box select,.hire-box input,.form-card input,.form-card textarea,.form-card select{width:100%;padding:12px;border:1px solid var(--border);border-radius:10px;margin-top:5px;background:#fff}.extra-row{display:flex;align-items:center;gap:10px;margin:10px 0}.check-label{display:flex!important;gap:8px;align-items:center;font-weight:500!important}.check-label input{width:auto}.extra-qty{max-width:90px}.price-summary-inner{background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:16px;margin:18px 0}.summary-line{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #e6edf5;padding:8px 0}.summary-line.total{font-size:1.16rem;border:0}.hint{color:var(--muted);font-size:.9rem}.hire-note{background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:12px;color:#9f1239}.product-content-grid{display:grid;grid-template-columns:1fr 300px;gap:30px}.product-description{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px}.rich-text{color:#39465e}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:30px}.form-card,.summary-card,.content-card,.empty-state,.success-card{padding:24px}.sticky-card{position:sticky;top:120px}.basket-item{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px;padding:18px}.basket-product{display:grid;grid-template-columns:120px 1fr;gap:18px;width:100%}.basket-thumb{width:120px;height:120px;background:#fff1f2;color:var(--brand);border-radius:16px;display:grid;place-items:center;font-size:2rem;font-weight:900;overflow:hidden}.basket-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.basket-total{font-size:1.35rem;font-weight:900;margin:20px 0}.basket-actions{display:flex;gap:14px;flex-wrap:wrap}.link-button{background:transparent;color:#d92d20;padding:0}.narrow{max-width:820px}.content-page{display:grid;gap:24px}.feature-grid,.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.feature-grid div{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:26px}.account-sidebar{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;display:grid;gap:4px;align-content:start}.account-sidebar a{padding:11px 12px;border-radius:10px;font-weight:800}.account-sidebar a:hover{background:#fff1f2;color:var(--brand)}.public-stats{margin-bottom:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}.stat span{display:block;color:var(--muted)}.stat strong{font-size:2rem}.public-table{width:100%;border-collapse:collapse}.public-table th,.public-table td{border-bottom:1px solid var(--border);padding:11px;text-align:left}.badge{display:inline-block;margin-left:8px;background:#dcfce7;color:#166534;border-radius:999px;padding:2px 8px;font-size:.78rem}.card-list{display:grid;gap:16px;margin-top:16px}.tool-finder-widget{position:fixed;right:22px;bottom:22px;z-index:90}.tool-finder-widget input[type=checkbox]{display:none}.tool-finder-button{display:block;background:var(--brand);color:#fff;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:var(--shadow);cursor:pointer}.tool-finder-panel{display:none;position:absolute;right:0;bottom:58px;width:330px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:18px}.tool-finder-widget input:checked~.tool-finder-panel{display:block}.tool-finder-panel select{width:100%;padding:11px;border:1px solid var(--border);border-radius:10px}.tool-finder-results{display:grid;gap:10px;margin-top:12px}.tool-finder-results a{display:block;background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:10px}.tool-finder-results small{display:block;color:var(--muted)}.site-footer{background:#0d0d0e;color:#d1d5db;padding:42px 0;margin-top:60px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer-grid a{display:block;color:#d1d5db;margin:6px 0}.footer-grid h4{color:#fff;margin:0 0 10px}.footer-note{color:#a1a1aa}@media(max-width:1000px){.header-inner{grid-template-columns:1fr;gap:12px;padding:14px 22px}.main-nav{justify-content:flex-start;overflow:auto}.hero-construction,.popular-layout,.catalogue-layout,.product-detail,.product-content-grid,.two-col,.account-layout{grid-template-columns:1fr}.hero-inner{margin:0;padding:80px 22px}.hero-right{min-height:260px}.site-photo-card{position:static;margin:20px}.popular-list{grid-template-columns:1fr}.sticky-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.listing-toolbar{align-items:flex-start;flex-direction:column}.product-main-image{height:360px}}@media(max-width:620px){.top-strip-inner,.top-contact,.top-user-nav{align-items:flex-start;flex-direction:column;gap:8px;padding:8px 22px}.hero-search{border-radius:16px;flex-direction:column}.hero-search button{border-radius:12px;padding:12px}.product-list-card,.basket-product{grid-template-columns:1fr}.product-list-image{border-right:0;border-bottom:1px solid var(--border)}.footer-grid{grid-template-columns:1fr}.tool-finder-panel{width:290px}.marketing-band{grid-template-columns:1fr}.product-code-line{align-items:flex-start;flex-direction:column}.category-image{height:150px}}

/* V3 refinements: product detail, request address picker, invoice history and message thread */
.product-page-header{padding:28px 22px 0}.product-page-header h1{text-align:center;font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.02;margin:22px auto 12px;max-width:920px}.product-detail-refined{padding-top:26px;align-items:start}.hire-column{align-self:start}.aligned-hire-box{margin-top:0}.aligned-hire-box h2{margin-top:0}.product-under-image-card{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px;margin-top:16px;box-shadow:0 8px 22px rgba(17,24,39,.04)}.product-under-image-card p{margin:.35rem 0 0;color:var(--muted)}.product-under-image-card .price{white-space:nowrap}.form-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.inline-panel{background:#f8fafc;border:1px dashed var(--border);border-radius:16px;padding:16px;margin:12px 0 18px}.check-line{display:flex!important;gap:8px;align-items:center}.check-line input{width:auto!important}.request-form h2{margin-top:22px}.request-form h2:first-child{margin-top:0}.request-submit-layout{align-items:start}.message-thread{display:grid;gap:12px;margin:16px 0}.thread-message{border:1px solid var(--border);border-radius:16px;padding:14px;background:#fff}.thread-message.customer{border-left:5px solid var(--brand)}.thread-message.admin{border-left:5px solid #0ea5e9;background:#f8fcff}.thread-message.system{border-left:5px solid #6b7280}.thread-message small{display:block;color:var(--muted);margin:2px 0 8px}.compact-message-form{box-shadow:none;margin-top:12px}.invoice-panel{overflow:hidden}.invoice-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding-bottom:18px;margin-bottom:18px}.invoice-head h2{margin:0}.invoice-status{text-align:right}.invoice-status span{display:inline-block;background:#fff1f2;color:var(--brand);border-radius:999px;padding:4px 12px;font-weight:900;margin-bottom:8px}.invoice-status strong{display:block;font-size:2rem}.invoice-addresses{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:16px;margin-bottom:18px}.invoice-table tfoot td{font-weight:900;background:#f8fafc}.request-invoice-list{display:grid;gap:12px}.invoice-row{display:grid;grid-template-columns:1.2fr .55fr .55fr auto;gap:16px;align-items:center;border:1px solid var(--border);border-radius:16px;padding:16px;background:#fff}.invoice-row span,.message-list-mini span,.message-list-mini small{display:block;color:var(--muted)}.message-list-mini{display:grid;gap:10px}.message-list-mini a{display:block;background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:12px}@media(max-width:900px){.form-grid.two,.invoice-addresses,.invoice-row{grid-template-columns:1fr}.invoice-status{text-align:left}.product-page-header h1{text-align:left}.product-under-image-card{flex-direction:column}}


/* V4 refinements: public logo, cleaner product cards and simplified equipment page */
.brand-logo-link{min-width:230px;gap:0}.brand-logo{width:280px;max-height:72px;object-fit:contain;object-position:left center}.brand-logo-link:hover{opacity:.92}.header-inner{grid-template-columns:minmax(220px,310px) 1fr minmax(230px,320px)}
.product-card,.product-list-card{transition:transform .18s ease, box-shadow .18s ease}.product-card:hover,.product-list-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card h3,.product-list-card h3{font-size:1.12rem;line-height:1.35}.product-card-body{display:grid;gap:8px}.product-card-body p{min-height:48px;margin:0}.product-card-footer{margin-top:8px}.product-card-footer .price{display:block}.period-labels{color:#334155;font-size:.86rem;min-height:auto;margin:0}.product-list-card{grid-template-columns:220px 1fr}.product-list-body{display:grid;align-content:center;gap:8px}.product-list-body h3,.product-list-body p{margin:0}.product-list-body .product-card-footer{align-items:end}.featured-product-card .product-card-image{height:310px}.featured-product-card .product-card-body p{min-height:56px}.popular-list .product-list-card{grid-template-columns:150px 1fr}.popular-list .product-list-image{min-height:145px}.popular-list .product-list-body{padding:16px}.category-tile strong{display:block;line-height:1.25}.category-image em{font-weight:900}.catalogue-main>.product-grid:first-child,.catalogue-main>.product-list:first-child{margin-top:0}.page-hero.compact + .catalogue-layout.section{padding-top:46px}
@media(max-width:1000px){.header-inner{grid-template-columns:1fr}.brand-logo{width:240px}.brand-logo-link{min-width:0}.product-list-card,.popular-list .product-list-card{grid-template-columns:1fr}.product-list-image{min-height:220px}.popular-list .product-list-image{min-height:170px}}
@media(max-width:620px){.brand-logo{width:210px}.featured-product-card .product-card-image{height:250px}.product-card-footer{align-items:flex-start;flex-direction:column}.product-card-body p{min-height:0}}


/* V5 refinements: red brand, aligned header, social links, cart icon and autocomplete forms */
.top-strip-inner{min-height:36px}.top-contact{gap:18px}.top-right-group{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.top-social-links{display:flex;align-items:center;gap:8px}.top-social-links a{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);font-size:.72rem;text-transform:uppercase;font-weight:900;color:#fff}.top-social-links a:hover{background:var(--brand);border-color:var(--brand)}
.header-inner{grid-template-columns:minmax(190px,240px) minmax(420px,1fr) minmax(260px,340px);gap:20px;min-height:76px}.brand-logo-link{min-width:0}.brand-logo{width:225px;max-height:58px}.main-nav{gap:20px;font-size:.82rem;white-space:nowrap}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.header-search{flex:1;min-width:190px;max-width:260px}.header-search input{padding:10px 13px}.header-search button{width:40px;height:40px;min-width:40px;background:#0f0f10}.basket-icon-link{position:relative;width:46px;height:46px;border-radius:50%;background:#0f0f10;color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(17,24,39,.12)}.basket-icon-link:hover{background:var(--brand)}.basket-symbol{font-size:1.05rem;line-height:1}.basket-count{position:absolute;right:-4px;top:-5px;background:var(--brand);color:#fff;border:2px solid #fff;border-radius:999px;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;display:grid;place-items:center;font-weight:900}.wide-search,.sidebar-search-form,.hero-search{position:relative;overflow:visible}.wide-search .search-suggestions{left:0;right:88px}.sidebar-search-form .search-suggestions{left:0;right:0}.hero-search .search-suggestions{left:0;right:0;top:calc(100% + 10px);color:var(--text);text-align:left}.suggestion-box p{margin:8px 10px;color:var(--muted)}.suggestion-all{color:var(--brand)}.footer-social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.footer-social-links a{display:inline-block;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:5px 9px}.product-card .card-ribbon{background:var(--brand)}
@media(max-width:1120px){.header-inner{grid-template-columns:1fr;gap:12px;padding:12px 22px}.brand-logo{width:230px}.main-nav{justify-content:flex-start;overflow:auto}.header-actions{justify-content:flex-start}.header-search{max-width:100%;width:min(100%,420px)}}
@media(max-width:620px){.top-right-group{align-items:flex-start;flex-direction:column;gap:8px}.top-social-links a{width:28px;height:28px}.header-actions{width:100%}.header-search{width:100%}.basket-icon-link{width:42px;height:42px}.brand-logo{width:210px}.wide-search{flex-direction:column}.wide-search .search-suggestions{right:0}}


/* V6 header/menu refinements: light top bar, desktop account links, mobile drawer */
.top-strip{background:#f1f1f1;color:#6b7280;border-bottom:1px solid #e5e7eb;font-size:.86rem}.top-strip-inner{min-height:38px;align-items:center}.top-muted{font-size:.82rem;color:#8a8f99}.top-social-links{gap:0}.top-social-links a{width:36px;height:38px;border:0;border-radius:0;border-left:1px solid #d7dbe0;color:#6b7280;background:transparent}.top-social-links a:last-child{border-right:1px solid #d7dbe0}.top-social-links a:hover{background:#fff;color:var(--brand);border-color:#d7dbe0}.top-user-nav{gap:0;margin-left:auto}.top-user-nav a{color:#6b7280;padding:0 18px;border-left:1px solid #d7dbe0;line-height:1}.top-user-nav a:last-child{border-right:1px solid #d7dbe0}.top-user-nav a:hover{color:var(--brand)}.top-user-nav strong{color:var(--brand)}.top-contact{display:none!important}.top-right-group{margin-left:auto}.site-header{top:38px;background:#fff;box-shadow:none;border-bottom:1px solid #eef0f2}.header-inner{grid-template-columns:minmax(250px,360px) minmax(450px,1fr) minmax(220px,300px);min-height:116px;gap:22px}.brand-logo{width:315px;max-height:82px}.main-nav{justify-content:flex-end;gap:28px;font-weight:700;font-size:.88rem;color:#5b6470}.main-nav a:hover{color:var(--brand)}.header-actions{gap:14px}.header-search{max-width:230px;border:0;background:transparent;overflow:visible}.header-search input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.header-search button{width:42px;height:42px;background:#fff;color:#111;font-size:1.45rem;border-radius:50%}.header-search button:hover{background:#f4f4f5;color:var(--brand)}.header-search .search-suggestions{left:auto;right:0;width:310px}.basket-icon-link{background:#fff;color:#111;box-shadow:none;border-radius:0;width:42px;height:42px;font-size:1.2rem}.basket-icon-link:hover{background:#f4f4f5;color:var(--brand)}.basket-count{right:-7px;top:2px;border-color:#fff}.mobile-nav-check{display:none}.mobile-menu-button,.mobile-nav-panel{display:none}.mobile-menu-button{width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#fff;place-items:center;cursor:pointer}.mobile-menu-button span{display:block;width:20px;height:2px;background:#111;margin:4px 0;border-radius:99px}.mobile-nav-panel{grid-column:1/-1;background:#fff;border-top:1px solid var(--border);padding:16px 0 22px}.mobile-search{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:16px}.mobile-search input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px}.mobile-search button{border-radius:12px;padding:12px 16px}.mobile-search .search-suggestions{left:0;right:0}.mobile-menu-links{display:grid;gap:0;border:1px solid var(--border);border-radius:14px;overflow:hidden}.mobile-menu-links a{display:flex;justify-content:space-between;padding:13px 14px;background:#fff;border-bottom:1px solid var(--border);font-weight:800}.mobile-menu-links a:last-child{border-bottom:0}.mobile-menu-links a:hover{color:var(--brand);background:#fafafa}.mobile-menu-section{margin-top:16px}.mobile-menu-section>strong{display:block;margin-bottom:8px;color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em}.mobile-social-links{display:flex;gap:9px;flex-wrap:wrap}.mobile-social-links a{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;font-weight:900;text-transform:uppercase}.mobile-social-links a:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
@media(max-width:1180px){.header-inner{grid-template-columns:minmax(220px,300px) minmax(360px,1fr) minmax(170px,240px);min-height:96px}.brand-logo{width:270px}.main-nav{gap:18px;font-size:.8rem}.header-search{max-width:46px}.header-search .search-suggestions{width:280px}}
@media(max-width:920px){.desktop-only-topbar{display:none}.site-header{top:0}.header-inner{display:grid;grid-template-columns:1fr auto auto;min-height:74px;gap:12px;padding-top:10px;padding-bottom:10px}.brand-logo{width:210px;max-height:58px}.desktop-main-nav{display:none}.header-actions{display:flex;justify-content:flex-end;gap:10px}.header-search{display:none}.basket-icon-link{background:#fff;border:1px solid var(--border);border-radius:12px;width:44px;height:44px}.mobile-menu-button{display:grid}.mobile-nav-check:checked~.mobile-menu-button span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav-check:checked~.mobile-menu-button span:nth-child(2){opacity:0}.mobile-nav-check:checked~.mobile-menu-button span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav-check:checked~.mobile-nav-panel{display:block}}
@media(max-width:620px){.header-inner{grid-template-columns:1fr auto auto;padding-left:16px;padding-right:16px}.brand-logo{width:180px}.basket-icon-link,.mobile-menu-button{width:42px;height:42px}.mobile-nav-panel{padding-bottom:18px}.mobile-search{grid-template-columns:1fr}.mobile-search button{width:100%}.tool-finder-widget{right:16px;bottom:16px}.container{padding-left:16px;padding-right:16px}}

/* V6 refinements: shop-style menu, no phone top bar, mobile drawer and stronger autocomplete */
.top-strip{background:#f2f2f2;color:#667085;border-bottom:1px solid #e5e7eb;font-size:.86rem}
.top-strip-inner{min-height:38px;align-items:center;padding-top:0;padding-bottom:0}.top-muted{color:#98a2b3;font-size:.82rem}
.top-social-links{gap:0}.top-social-links a{width:40px;height:38px;border:0;border-right:1px solid #d7dbe0;border-radius:0;color:#667085;background:transparent;font-size:.72rem;text-transform:uppercase}.top-social-links a:first-child{border-left:1px solid #d7dbe0}.top-social-links a:hover{background:#fff;color:var(--brand);border-color:#d7dbe0}
.top-user-nav{gap:0}.top-user-nav a{color:#667085;padding:0 18px;border-right:1px solid #d7dbe0;line-height:1}.top-user-nav a:first-child{border-left:1px solid #d7dbe0}.top-user-nav a:hover{color:var(--brand)}
.site-header{top:0;background:#fff;box-shadow:none;border-bottom:1px solid #edf0f4}.header-inner{grid-template-columns:minmax(205px,300px) 1fr minmax(225px,305px);gap:22px;min-height:88px}.brand-logo{width:295px;max-height:72px}.nav-shell{min-width:0}.main-nav{justify-content:flex-end;gap:32px;font-size:.88rem;font-weight:600;letter-spacing:0}.main-nav a{color:#586070}.main-nav a:hover{color:var(--brand)}.header-actions{gap:16px}.header-search{max-width:210px;min-width:190px;border-color:transparent;background:transparent;border-radius:0}.header-search input{display:none}.header-search button{width:34px;height:34px;min-width:34px;background:transparent;color:#111827;font-size:1.45rem;border-radius:0}.header-search:focus-within{position:absolute;right:92px;width:min(420px,calc(100% - 220px));max-width:420px;min-width:280px;z-index:90;border:1px solid var(--border);background:#fff;border-radius:999px;box-shadow:var(--shadow)}.header-search:focus-within input{display:block}.header-search:focus-within button{background:#111;color:#fff;width:40px;height:40px;border-radius:999px;font-size:1rem}.basket-icon-link{background:#fff;color:#111827;border:0;box-shadow:none;width:38px;height:38px;border-radius:0}.basket-icon-link:hover{background:#fff;color:var(--brand)}.basket-symbol{font-size:1.25rem}.basket-count{right:-8px;top:1px;background:var(--brand);border-color:#fff}.mobile-menu-checkbox,.mobile-menu-toggle,.mobile-user-nav{display:none}.search-suggestions{min-width:280px}.suggestion-box{max-height:420px;overflow:auto}.suggestion-item strong{font-size:.95rem}.suggestion-thumb{background:#fff1f2}

@media(max-width:1180px){
  .header-inner{grid-template-columns:minmax(170px,230px) 1fr minmax(195px,250px);gap:18px}.brand-logo{width:225px}.main-nav{gap:22px;font-size:.82rem}.header-search{max-width:180px;min-width:160px}.header-search:focus-within{right:80px;width:min(360px,calc(100% - 180px))}
}
@media(max-width:900px){
  .desktop-user-nav{display:none}.top-strip{display:block}.top-strip-inner{justify-content:center}.top-social-links a{height:34px;width:38px}.site-header{position:sticky;top:0;z-index:100}.header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand toggle" "actions actions";min-height:auto;padding:12px 22px;gap:12px;position:relative}.brand-logo-link{grid-area:brand}.brand-logo{width:210px;max-height:54px}.mobile-menu-toggle{grid-area:toggle;display:grid;width:42px;height:42px;border:1px solid var(--border);border-radius:12px;place-content:center;gap:5px;background:#fff;cursor:pointer}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:#111;border-radius:999px}.header-actions{grid-area:actions;justify-content:stretch;width:100%;gap:10px}.header-search{display:flex;flex:1;max-width:none;min-width:0;border:1px solid var(--border);background:#fff;border-radius:999px}.header-search input{display:block}.header-search button{background:#111;color:#fff;width:42px;height:42px;min-width:42px;border-radius:999px;font-size:1rem}.header-search:focus-within{position:relative;right:auto;width:auto;max-width:none;min-width:0;box-shadow:none}.header-search:focus-within input{display:block}.basket-icon-link{width:42px;height:42px;border-radius:50%;background:#111;color:#fff}.basket-icon-link:hover{background:var(--brand);color:#fff}.nav-shell{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 18px 30px rgba(17,24,39,.12);max-height:0;overflow:hidden;transition:max-height .25s ease;z-index:95}.mobile-menu-checkbox:checked ~ .header-inner .nav-shell{max-height:620px}.main-nav{display:grid;justify-content:stretch;gap:0;padding:12px 22px;font-size:.95rem}.main-nav a{padding:13px 0;border-bottom:1px solid var(--border);color:#111827}.mobile-user-nav{display:grid;padding:8px 22px 18px;gap:8px;background:#f8fafc}.mobile-user-nav:before{content:"Account";display:block;color:#667085;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.mobile-user-nav a{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;font-weight:800}.mobile-user-nav a:hover{border-color:#fecdd3;color:var(--brand)}.search-suggestions{left:0;right:0;min-width:0}
}
@media(max-width:560px){
  .container{padding-left:16px;padding-right:16px}.top-strip-inner{padding-left:16px!important;padding-right:16px!important}.brand-logo{width:190px}.header-inner{padding:10px 16px}.header-actions{gap:8px}.header-search input{padding:10px 12px}.basket-icon-link,.header-search button{width:40px;height:40px;min-width:40px}.tool-finder-widget{right:14px;bottom:14px}.tool-finder-panel{width:calc(100vw - 28px);right:0}.page-hero.compact{padding:36px 0}.catalogue-layout,.product-detail,.product-detail-refined{gap:22px}.listing-toolbar{gap:14px}.product-grid{grid-template-columns:1fr}.product-main-image{height:300px}
}

/* V6 search icon popover */
.header-search-popover{position:relative}.header-search-popover summary{list-style:none;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer;font-size:1.45rem;color:#111}.header-search-popover summary::-webkit-details-marker{display:none}.header-search-popover summary:hover{background:#f4f4f5;color:var(--brand)}.header-search-menu{position:absolute;right:0;top:calc(100% + 12px);width:360px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:12px;z-index:90;display:grid;grid-template-columns:1fr auto;gap:10px}.header-search-menu input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px;outline:0}.header-search-menu button{border-radius:12px;padding:12px 16px}.header-search-menu .search-suggestions{grid-column:1/-1;position:relative;top:auto;left:auto;right:auto}.header-search-popover[open] summary{background:#f4f4f5;color:var(--brand)}
@media(max-width:920px){.header-search-popover{display:none}.header-search-menu{display:none}}
@media(max-width:420px){.brand-logo{width:155px}}

/* V6 final header: My Tool Hire shop-style navigation */
.desktop-only-topbar{display:block;background:#f2f2f2;color:#667085;border-bottom:1px solid #e5e7eb}.desktop-only-topbar .top-strip-inner{min-height:38px;padding-top:0;padding-bottom:0}.desktop-only-topbar .top-social-links{display:flex;gap:0}.desktop-only-topbar .top-social-links a{width:42px;height:38px;display:grid;place-items:center;border:0;border-right:1px solid #d7dbe0;border-radius:0;color:#667085;background:transparent;font-size:.72rem;text-transform:uppercase;font-weight:800}.desktop-only-topbar .top-social-links a:first-child{border-left:1px solid #d7dbe0}.desktop-only-topbar .top-social-links a:hover{background:#fff;color:var(--brand)}.desktop-only-topbar .top-user-nav{display:flex;gap:0;margin-left:auto}.desktop-only-topbar .top-user-nav a{color:#667085;padding:0 18px;border-right:1px solid #d7dbe0;line-height:1;font-size:.88rem}.desktop-only-topbar .top-user-nav a:first-child{border-left:1px solid #d7dbe0}.desktop-only-topbar .top-user-nav a:hover{color:var(--brand)}.desktop-only-topbar .top-user-nav strong{color:var(--brand)}
.site-header{background:#fff;border-bottom:1px solid #edf0f4;box-shadow:none;position:sticky;top:0;z-index:80}.site-header .header-inner{display:grid;grid-template-columns:minmax(250px,360px) 1fr auto;gap:26px;align-items:center;min-height:112px;padding-top:0;padding-bottom:0}.brand-logo-link{min-width:0}.brand-logo{width:330px;max-height:82px;object-fit:contain;object-position:left center}.desktop-main-nav{display:flex;justify-content:flex-end;gap:34px;white-space:nowrap;text-transform:uppercase;font-size:.92rem;font-weight:500;letter-spacing:0}.desktop-main-nav a{color:#586070}.desktop-main-nav a:hover{color:var(--brand)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.mobile-nav-check{position:absolute;opacity:0;pointer-events:none}.mobile-menu-button,.mobile-nav-panel{display:none}.basket-icon-link{position:relative;width:42px;height:42px;border-radius:0;background:#fff;color:#111827;box-shadow:none;border:0;display:grid;place-items:center}.basket-icon-link:hover{background:#fff;color:var(--brand)}.basket-symbol{font-size:1.35rem}.basket-count{right:-9px;top:1px;background:var(--brand);border:2px solid #fff;color:#fff;border-radius:999px;min-width:20px;height:20px;font-weight:900;font-size:.72rem;display:grid;place-items:center}.header-search-popover{position:relative}.header-search-popover summary{list-style:none;width:42px;height:42px;display:grid;place-items:center;font-size:1.55rem;color:#111827;cursor:pointer}.header-search-popover summary::-webkit-details-marker{display:none}.header-search-popover summary:hover,.header-search-popover[open] summary{color:var(--brand)}.header-search-menu{position:absolute;right:0;top:calc(100% + 12px);width:min(390px,calc(100vw - 34px));background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:12px;display:grid;grid-template-columns:1fr auto;gap:10px;z-index:100}.header-search-menu input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px;outline:0}.header-search-menu input:focus{border-color:var(--brand)}.header-search-menu button{border-radius:12px;padding:12px 16px}.header-search-menu .search-suggestions{position:relative;grid-column:1/-1;top:auto;left:auto;right:auto;min-width:0}.search-suggestions{z-index:120}.suggestion-box{max-height:420px;overflow:auto}.suggestion-box p{margin:8px 10px;color:var(--muted)}
@media(max-width:1120px){.site-header .header-inner{grid-template-columns:minmax(220px,280px) 1fr auto;gap:18px;min-height:94px}.brand-logo{width:260px}.desktop-main-nav{gap:22px;font-size:.82rem}.header-actions{gap:10px}.header-search-popover summary,.basket-icon-link{width:38px;height:38px}.basket-symbol{font-size:1.2rem}}
@media(max-width:920px){.desktop-only-topbar{display:none}.site-header .header-inner{grid-template-columns:1fr auto auto;min-height:74px;padding:10px 16px;gap:10px}.brand-logo{width:210px;max-height:58px}.desktop-main-nav{display:none}.header-search-popover{display:none}.basket-icon-link{width:42px;height:42px;border:1px solid var(--border);border-radius:12px}.mobile-menu-button{display:grid;width:42px;height:42px;border:1px solid var(--border);border-radius:12px;background:#fff;place-items:center;cursor:pointer}.mobile-menu-button span{display:block;width:20px;height:2px;background:#111;border-radius:999px;margin:3px 0;transition:.2s}.mobile-nav-panel{grid-column:1/-1;background:#fff;border-top:1px solid var(--border);padding:16px 0 20px}.mobile-nav-check:checked~.header-actions .mobile-menu-button span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-nav-check:checked~.header-actions .mobile-menu-button span:nth-child(2){opacity:0}.mobile-nav-check:checked~.header-actions .mobile-menu-button span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav-check:checked~.mobile-nav-panel{display:block}.mobile-search{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:16px}.mobile-search input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px}.mobile-search button{border-radius:12px;padding:12px 16px}.mobile-search .search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:130}.mobile-menu-links{display:grid;gap:0;border:1px solid var(--border);border-radius:14px;overflow:hidden}.mobile-menu-links a{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;background:#fff;border-bottom:1px solid var(--border);font-weight:800}.mobile-menu-links a:last-child{border-bottom:0}.mobile-menu-links a:hover{color:var(--brand);background:#fafafa}.mobile-menu-section{margin-top:16px}.mobile-menu-section>strong{display:block;margin-bottom:8px;color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em}.mobile-social-links{display:flex;gap:9px;flex-wrap:wrap}.mobile-social-links a{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;font-weight:900;text-transform:uppercase}.mobile-social-links a:hover{background:var(--brand);color:#fff;border-color:var(--brand)}}
@media(max-width:560px){.site-header .header-inner{padding-left:14px;padding-right:14px}.brand-logo{width:175px}.basket-icon-link,.mobile-menu-button{width:40px;height:40px}.mobile-search{grid-template-columns:1fr}.mobile-search button{width:100%}.mobile-nav-panel{padding-bottom:16px}.container{padding-left:16px;padding-right:16px}}
@media(max-width:390px){.brand-logo{width:150px}.header-actions{gap:6px}.basket-icon-link,.mobile-menu-button{width:38px;height:38px}}

/* V7 social icons and notification-ready header/footer refinements */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.top-social-links a,.footer-social-links a,.mobile-social-links a{font-size:1rem}.top-social-links i,.footer-social-links i,.mobile-social-links i{line-height:1}.footer-social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.footer-social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.05);color:#fff}.footer-social-links a:hover{background:var(--brand);border-color:var(--brand);color:#fff}.header-search-popover summary i{font-size:1.1rem}.basket-symbol i{font-size:1.1rem}.mobile-social-links a{background:#fff}.desktop-only-topbar .top-social-links a{font-size:.92rem}.desktop-only-topbar .top-social-links a:hover i{transform:translateY(-1px)}
