:root {
  --navy: #07141b;
  --navy-2: #0d1b23;
  --navy-3: #17262e;
  --yellow: #ffbd00;
  --yellow-2: #e9a900;
  --red: #d7192d;
  --ink: #111820;
  --muted: #5c6870;
  --line: #d8dde0;
  --soft: #f2f4f5;
  --white: #fff;
  --radius: 10px;
  --shadow: 0 16px 40px rgba(7, 20, 27, .10);
  --wrap: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.22rem; }
p { color: var(--muted); }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 99999; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: var(--yellow); color: var(--ink); font-weight: 800; }
.eyebrow { display: inline-block; color: var(--yellow-2); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; font-size: .83rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,0,0,.15); }
.button--primary { background: var(--yellow); color: #050505; }
.button--primary:hover { background: #ffc928; }
.button--outline { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(0,0,0,.18); }
.button--outline-dark { border-color: #27343b; color: var(--ink); background: #fff; }
.button--ghost { border-color: #7d8a91; color: var(--ink); background: transparent; }
.button--small { min-height: 38px; padding: 8px 13px; font-size: .7rem; background: var(--yellow); color: #070707; }
.text-link { color: #a6111f; font-size: .78rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.text-link:hover { color: var(--red); }

.topbar { background: var(--navy); color: #dce4e8; font-size: .75rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; gap: 28px; }
.topbar a:hover { color: var(--yellow); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid #e2e6e8; transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.site-brand { flex: 0 1 auto; min-width: 0; display: flex; align-items: center; gap: 17px; }
.site-brand img { width: 98px; height: 64px; object-fit: contain; }
.site-brand__name { padding-left: 18px; border-left: 4px solid var(--red); color: #12181c; font-size: clamp(1rem, 1.65vw, 1.72rem); font-weight: 900; line-height: 1; letter-spacing: -.025em; white-space: nowrap; }
.primary-nav { margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(13px, 1.5vw, 27px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding: 34px 0; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.primary-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 3px; background: var(--yellow); content: ''; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .sub-menu { position: absolute; top: calc(100% - 1px); left: -20px; z-index: 1010; min-width: 290px; display: none; margin: 0; padding: 10px 0; list-style: none; border: 1px solid var(--line); border-top: 3px solid var(--yellow); border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 16px 32px rgba(7,20,27,.14); }
.primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu { display: grid; }
.primary-nav .sub-menu a { padding: 11px 18px; border-bottom: 1px solid #edf0f1; color: var(--ink); font-size: .72rem; white-space: nowrap; }
.primary-nav .sub-menu li:last-child a { border-bottom: 0; }
.primary-nav .sub-menu a::after { display: none; }
.header-actions { display: flex; gap: 8px; }
.icon-button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #d9dfe2; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.icon-button:hover { border-color: var(--yellow); background: #fffaf0; }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; padding: 11px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 2.5px 0; background: currentColor; }
.site-search { border-top: 1px solid #e3e7e9; padding: 16px 0; background: #fff; }
.search-form { display: flex; width: min(100%, 760px); margin-inline: auto; gap: 9px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 15px; border: 1px solid #bdc7cc; border-radius: 5px; color: var(--ink); background: #fff; }
.search-field:focus { outline: 3px solid rgba(255,189,0,.25); border-color: var(--yellow-2); }

.hero { min-height: min(780px, calc(100vh - 126px)); display: grid; align-items: center; isolation: isolate; position: relative; overflow: hidden; color: #fff; background: var(--navy) var(--hero-image) center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg, rgba(3,12,18,.97) 0%, rgba(3,12,18,.82) 42%, rgba(3,12,18,.28) 78%, rgba(3,12,18,.18) 100%); }
.hero__content { padding-block: 90px; }
.hero h1 { max-width: 820px; margin: 18px 0 24px; color: #fff; text-transform: uppercase; }
.hero h1::first-line { color: #fff; }
.hero p { max-width: 650px; margin-bottom: 32px; color: #e3eaed; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.promise-bar { border-bottom: 1px solid var(--line); background: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.promise-grid > div { min-height: 125px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 24px; border-right: 1px solid var(--line); }
.promise-grid > div:first-child { border-left: 1px solid var(--line); }
.promise-grid strong { color: var(--yellow-2); font-size: 2rem; }
.promise-grid span { display: grid; }
.promise-grid b { text-transform: uppercase; }
.promise-grid small { color: var(--muted); }

.section { padding: clamp(70px, 8vw, 120px) 0; }
.section--light { background: #fff; }
.section--dark { color: #fff; background: var(--navy); }
.section--dark p { color: #bdc9cf; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin: 8px 0 0; text-transform: uppercase; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.category-card { position: relative; overflow: hidden; padding: 14px 14px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.04); transition: .25s ease; }
.category-card:hover { transform: translateY(-5px); border-color: var(--yellow); box-shadow: var(--shadow); }
.category-card__image { height: 240px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #fff 0, #f4f6f7 68%, #e9edef 100%); }
.category-card__image img { width: 100%; height: 100%; object-fit: contain; }
.category-card h3 { min-height: 48px; margin: 19px 3px 10px; text-transform: uppercase; }
.category-card .text-link { margin-left: 3px; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 7vw, 110px); }
.split-feature h2 { margin: 12px 0 20px; text-transform: uppercase; }
.split-feature img { width: 100%; max-height: 510px; object-fit: cover; border: 6px solid #23323a; border-bottom-color: var(--yellow); border-radius: var(--radius); }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.brand-card { min-height: 170px; display: grid; align-content: center; justify-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .2s ease; }
.brand-card:hover { border-color: var(--yellow); box-shadow: var(--shadow); }
.brand-card img { width: 150px; height: 80px; object-fit: contain; }
.brand-card b { font-size: .8rem; }
.trust-section { padding: 82px 0; color: #fff; background: #061116; }
.trust-section h2 { margin: 9px 0 42px; text-transform: uppercase; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #334149; }
.trust-grid > div { display: grid; min-height: 180px; align-content: center; justify-items: center; padding: 20px; border-right: 1px solid #334149; text-align: center; }
.trust-grid > div:first-child { border-left: 1px solid #334149; }
.trust-grid strong { color: var(--yellow); font-size: 2.3rem; }
.trust-grid b { margin-top: 5px; text-transform: uppercase; }
.trust-grid span { color: #aebac0; font-size: .86rem; }

.page-hero { min-height: 340px; display: grid; align-items: center; color: #fff; background: linear-gradient(110deg, rgba(7,20,27,.97), rgba(7,20,27,.8)), url('../images/weldcut-hero.webp') center/cover; }
.page-hero h1 { max-width: 1040px; margin: 12px 0; font-size: clamp(2.5rem, 5vw, 4.8rem); text-transform: uppercase; }
.page-hero p, .page-hero .term-description { max-width: 760px; margin: 0; color: #d4dde1; font-size: 1.12rem; }
.page-hero--services { background-image: linear-gradient(110deg, rgba(7,20,27,.98), rgba(7,20,27,.66)), url('../images/services/ferroweld-repair-technician.webp'); }
.page-hero--downloads { background-image: linear-gradient(110deg, rgba(7,20,27,.98), rgba(7,20,27,.74)), url('../images/categories/category-arc-welding-machines.webp'); }
.page-content { max-width: 1100px; color: #151d21; }
.page-content p, .page-content li { color: #27333a; font-size: 1.02rem; }
.page-content a { color: #b20e20; text-decoration: underline; }
.page-content h2 { margin-top: 42px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.page-content--dark, .page-content--dark p, .page-content--dark li { color: #eef3f5; }
.page-content--dark h2 { color: var(--yellow); }
.filter-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-links a { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: #36434a; font-size: .76rem; font-weight: 800; }
.filter-links a:hover, .filter-links a.is-active { border-color: var(--yellow); background: var(--yellow); color: #111; }
.back-link { display: inline-block; margin-bottom: 28px; color: #9c1721; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.05); transition: .25s ease; }
.product-card:hover { transform: translateY(-4px); border-color: var(--yellow); box-shadow: var(--shadow); }
.product-card__image { height: 340px; display: grid; place-items: center; padding: 12px; background: #f7f8f8; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { padding: 24px; }
.product-card__brand { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.product-card h2 { min-height: 54px; margin: 8px 0 10px; font-size: 1.35rem; }
.product-card p { min-height: 74px; font-size: .9rem; }
.product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.product-detail { padding: clamp(55px, 7vw, 100px) 0; background: #f3f5f6; }
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 6vw, 90px); }
.product-detail__media { min-height: 570px; display: grid; place-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.product-detail__media img { max-height: 620px; object-fit: contain; }
.product-detail__content h1 { margin: 12px 0 22px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.product-lead { color: #39464d; font-size: 1.2rem; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; border-block: 1px solid var(--line); }
.product-facts div { padding: 18px 16px 18px 0; }
.product-facts dt { color: #6c787e; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.product-facts dd { margin: 4px 0 0; font-weight: 900; }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.product-copy { display: grid; grid-template-columns: 1.5fr .65fr; gap: 70px; }
.product-copy aside { align-self: start; padding: 28px; border-top: 4px solid var(--yellow); background: var(--soft); }
.product-copy aside h2 { font-size: 1.5rem; }
.product-copy aside li { margin-bottom: 9px; }
.brand-archive-heading { display: flex; align-items: center; gap: 40px; }
.brand-archive-heading img { width: 220px; height: 120px; padding: 16px; object-fit: contain; border-radius: var(--radius); background: #fff; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.service-grid article { overflow: hidden; padding-bottom: 30px; border: 1px solid var(--line); border-bottom: 4px solid var(--yellow); border-radius: var(--radius); background: #fff; }
.service-grid article > *:not(img) { margin-right: 30px; margin-left: 30px; }
.service-grid img { width: 100%; height: 380px; margin-bottom: 28px; object-fit: cover; }
.service-grid h2 { margin-top: 10px; font-size: 2rem; }
.catalog-intro { margin-bottom: 35px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-card { display: grid; grid-template-rows: 300px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.catalog-card__cover { display: grid; place-items: center; padding: 20px; background: #f1f3f4; }
.catalog-card__cover img { width: 100%; height: 100%; object-fit: contain; }
.catalog-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.catalog-card h2 { margin: 8px 0 10px; font-size: 1.35rem; }
.catalog-card p { font-size: .9rem; }
.catalog-card small { margin-top: auto; padding: 10px 0; color: #6d787e; font-weight: 700; }
.catalog-card .button { width: 100%; }
.catalog-missing { width: 100%; padding: 11px; text-align: center; background: #eceff0; color: #526067; font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 7vw, 100px); }
.contact-details { margin-top: 34px; padding: 30px; border-left: 5px solid var(--yellow); background: var(--soft); }
.contact-details h2 { margin: 0 0 18px; font-size: 1.5rem; }
.contact-details a { display: block; margin: 8px 0; color: #111820; }
.contact-image { overflow: hidden; align-self: start; border-radius: var(--radius); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.contact-image img { width: 100%; max-height: 500px; object-fit: cover; }
.contact-image > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 24px; }

.enquiry-section { padding: clamp(70px, 8vw, 110px) 0; background: #eef0f1; }
.enquiry-heading { text-align: center; }
.enquiry-heading h2 { margin: 10px 0; text-transform: uppercase; }
.enquiry-heading p { max-width: 850px; margin-inline: auto; }
.enquiry-card { max-width: 1000px; margin-top: 34px; padding: clamp(25px, 4vw, 48px); border-top: 5px solid var(--yellow); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.wme-enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field--full, .wme-enquiry-form > .button, .enquiry-review { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.field input { min-height: 50px; padding: 11px 14px; border: 1px solid #bec8cd; border-radius: 4px; background: #fff; color: var(--ink); }
.field input:focus { outline: 3px solid rgba(255,189,0,.25); border-color: var(--yellow-2); }
.field input[readonly] { background: #f3f5f5; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-review { padding: 22px; border-left: 4px solid var(--yellow); background: #f0f2f2; }
.enquiry-review > strong { display: block; margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.enquiry-review p { display: inline-block; margin: 0 22px 12px 0; color: #334047; }
.review-actions { display: flex; gap: 10px; margin-top: 8px; }
.notice { margin-bottom: 20px; padding: 14px 18px; border-left: 4px solid; font-weight: 700; }
.notice--success { border-color: #16844b; background: #e9f7ef; color: #0d6237; }
.notice--error { border-color: #b81527; background: #fff0f2; color: #8e0d1c; }

.social-strip { padding: 45px 0; border-top: 1px solid #2a363d; background: #101a20; color: #fff; }
.social-strip__inner { display: grid; grid-template-columns: .8fr 1.6fr; align-items: center; gap: 38px; }
.social-strip p { margin: 8px 0 0; color: #b9c5cb; }
.social-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.social-card { display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid #3a4850; border-radius: var(--radius); background: #18242b; }
.social-card:hover { border-color: var(--yellow); }
.social-card__icon { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #1877f2; font-size: 1.2rem; font-weight: 900; }
.social-card--instagram .social-card__icon { background: linear-gradient(135deg, #8a3ab9, #e95950, #fccc63); }
.social-card--youtube .social-card__icon { border-radius: 11px; background: #f20b2b; }
.social-card b, .social-card small { display: block; }
.social-card b { font-size: .85rem; text-transform: uppercase; }
.social-card small { color: #c5d0d5; font-size: .58rem; }
.site-footer { padding-top: 64px; color: #e5ecef; background: #071218; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 48px; }
.site-brand--footer { color: #fff; }
.site-brand--footer .site-brand__name { color: #fff; font-size: 1.05rem; }
.footer-about p { max-width: 380px; margin-top: 24px; color: #9eabb1; }
.site-footer h2 { margin-bottom: 18px; color: var(--yellow); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .menu { margin: 0; padding: 0; list-style: none; }
.site-footer a { display: block; margin: 7px 0; color: #c7d1d6; font-size: .88rem; }
.site-footer a:hover { color: var(--yellow); }
.site-footer p { color: #a7b2b8; font-size: .88rem; }
.copyright { margin-top: 45px; padding: 22px 0; border-top: 1px solid #2b373d; color: #7e8b91; font-size: .78rem; }
.whatsapp-button { position: fixed; right: 24px; bottom: 24px; z-index: 950; display: flex; align-items: center; gap: 10px; min-width: 215px; padding: 9px 15px 9px 8px; border: 1px solid #dfe4e6; border-left: 5px solid var(--yellow); border-radius: 99px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.whatsapp-button > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #10b859; color: #fff; font-size: .75rem; }
.whatsapp-button span { display: grid; color: #172028; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.whatsapp-button small { color: #667177; font-size: .68rem; font-weight: 600; }
body:has(#ht-ctc-chat) .whatsapp-button { display: none; }
.back-to-top { position: fixed; left: 24px; bottom: 24px; z-index: 940; display: flex; align-items: center; gap: 8px; padding: 13px 18px; border: 1px solid #44525a; border-radius: 99px; background: var(--navy); color: #fff; cursor: pointer; font-size: .74rem; font-weight: 900; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.mobile-bottom-nav { display: none; }
.pagination { margin-top: 35px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 40px; min-height: 40px; display: grid; place-items: center; border: 1px solid var(--line); }
.page-numbers.current { border-color: var(--yellow); background: var(--yellow); }
.result-list { display: grid; gap: 18px; }
.result-list article { padding: 25px; border: 1px solid var(--line); border-left: 4px solid var(--yellow); }
.result-list h2 { margin: 7px 0; font-size: 1.5rem; }
.not-found { min-height: 520px; display: grid; align-content: center; justify-items: start; }
.not-found .search-form { width: min(100%, 680px); margin: 0 0 20px; }
.empty-state { grid-column: 1 / -1; padding: 35px; border: 1px dashed #aab5ba; background: #f5f6f7; }

@media (max-width: 1180px) {
  .site-header__inner { gap: 16px; }
  .site-brand img { width: 80px; height: 56px; }
  .site-brand__name { padding-left: 12px; font-size: 1.02rem; }
  .primary-nav .menu { gap: 12px; }
  .primary-nav a { font-size: .69rem; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 940px) {
  body.admin-bar .site-header { top: 46px; }
  .topbar { display: none; }
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .site-header__inner { min-height: 92px; }
  .site-brand { max-width: calc(100% - 108px); gap: 10px; }
  .site-brand img { width: 74px; height: 56px; }
  .site-brand__name { max-width: 230px; padding-left: 10px; font-size: clamp(.78rem, 3.2vw, 1.05rem); white-space: normal; line-height: 1.05; }
  .menu-toggle { display: grid; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; margin: 0; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 15px 28px rgba(0,0,0,.12); }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { display: grid; gap: 0; }
  .primary-nav a { padding: 14px 22px; border-bottom: 1px solid #edf0f1; font-size: .78rem; }
  .primary-nav a::after { display: none; }
  .primary-nav .sub-menu { display: none !important; }
  .hero { min-height: 690px; background-position: 63% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3,12,18,.95), rgba(3,12,18,.62)); }
  .hero__content { padding-block: 70px; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature, .product-detail__grid, .contact-layout, .social-strip__inner { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .product-copy { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .social-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 78px; }
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .site-header__inner { min-height: 80px; gap: 8px; }
  .site-brand { flex: 1 1 auto; max-width: calc(100% - 84px); gap: 7px; }
  .site-brand img { flex: 0 0 auto; width: 58px; height: 48px; }
  .site-brand__name { max-width: none; padding-left: 8px; border-left-width: 3px; font-size: clamp(.75rem, 3.35vw, .92rem); line-height: 1.05; }
  .header-actions { flex: 0 0 auto; gap: 4px; }
  .icon-button { width: 36px; height: 36px; }
  .search-form { display: grid; grid-template-columns: 1fr auto; }
  .hero { min-height: 620px; background-position: 68% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3,12,18,.97) 0%, rgba(3,12,18,.76) 55%, rgba(3,12,18,.42) 100%); }
  .hero__content { padding-block: 52px; }
  .hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(2.05rem, 10.5vw, 3.35rem); }
  .hero p { max-width: 100%; font-size: .98rem; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid > div { min-height: 122px; display: grid; justify-items: center; gap: 4px; padding: 16px 10px; text-align: center; }
  .promise-grid strong { font-size: 1.6rem; }
  .promise-grid small { font-size: .68rem; }
  .section { padding: 64px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-grid, .product-grid, .catalog-grid, .service-grid { grid-template-columns: 1fr; }
  .category-card__image { height: 260px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { min-height: 145px; padding: 14px; }
  .brand-card img { width: 120px; height: 65px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid #334149; }
  .product-card__image { height: 320px; }
  .product-detail__media { min-height: 420px; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts div { border-bottom: 1px solid var(--line); }
  .wme-enquiry-form { grid-template-columns: 1fr; }
  .field, .field--full { grid-column: 1; }
  .review-actions { flex-direction: column; }
  .social-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .whatsapp-button { right: 14px; bottom: 89px; min-width: 200px; }
  .back-to-top { left: 14px; bottom: 91px; width: 46px; height: 46px; justify-content: center; padding: 0; }
  .back-to-top span { display: none; }
  .mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 990; width: 100%; max-width: 100vw; min-height: 74px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; padding: 8px max(5px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(5px, env(safe-area-inset-left)); border-radius: 24px 24px 0 0; background: #101a20; box-shadow: 0 -8px 25px rgba(0,0,0,.14); }
  .mobile-bottom-nav a { min-width: 0; display: grid; align-content: center; justify-items: center; overflow: hidden; color: #fff; font-size: clamp(.44rem, 1.9vw, .56rem); white-space: nowrap; text-transform: uppercase; }
  .mobile-bottom-nav b { color: var(--yellow); font-size: 1.2rem; }
  #ht-ctc-chat { bottom: 88px !important; }
  .contact-image > div { align-items: stretch; flex-direction: column; }
  .catalog-card { grid-template-rows: 270px 1fr; }
  .page-hero { min-height: 300px; }
  .brand-archive-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 400px) {
  .site-brand__name { max-width: none; font-size: .75rem; }
  .site-brand img { width: 56px; height: 46px; }
  .header-actions { gap: 4px; }
  .icon-button { width: 36px; height: 36px; }
  .hero__actions .button { width: 100%; }
  .brand-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .brand-card { min-height: 125px; }
  .whatsapp-button { min-width: 0; padding-right: 8px; }
  .whatsapp-button span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Developed homepage: WordPress port of the approved WELDCUT design. */
.home-developed { background: #fff; }
.home-slider { position: relative; height: 475px; overflow: hidden; background: var(--navy); color: #fff; }
.home-slider__track,
.home-slide { position: absolute; inset: 0; }
.home-slide { visibility: hidden; opacity: 0; transition: opacity .7s ease, visibility 0s linear .7s; }
.home-slide.is-active { z-index: 1; visibility: visible; opacity: 1; transition-delay: 0s; }
.home-slide--intro { isolation: isolate; background: #071015 var(--home-hero-image) center/cover no-repeat; }
.home-slide--intro::after { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg, rgba(3,9,14,.93) 0%, rgba(3,9,14,.78) 40%, rgba(3,9,14,.16) 76%); }
.home-slide__intro-content { height: 100%; display: flex; align-items: center; }
.home-slide__intro-copy { width: min(670px, 60%); }
.home-slide__intro-copy h1 { margin: 12px 0; color: #fff; font-size: clamp(2.7rem, 4.3vw, 4.3rem); text-transform: uppercase; }
.home-slide__intro-copy h1 em { color: var(--yellow); font-style: normal; }
.home-slide__intro-copy > p { max-width: 560px; margin-bottom: 20px; color: #e0e7ea; font-size: 1rem; font-weight: 600; }
.home-slide__promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0 24px; }
.home-slide__promises div { display: grid; justify-items: center; padding: 10px 8px; border-right: 1px solid rgba(255,255,255,.25); text-align: center; }
.home-slide__promises div:last-child { border-right: 0; }
.home-slide__promises strong { color: var(--yellow); font-size: 1.5rem; }
.home-slide__promises b { margin: 4px 0; color: #fff; font-size: .68rem; text-transform: uppercase; }
.home-slide__promises span { color: #d2dadd; font-size: .56rem; line-height: 1.3; }
.home-slide__media { position: absolute; inset: 0 0 170px; display: flex; justify-content: center; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f2f4f5 100%); }
.home-slide__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.012); transition: transform 1.6s ease; }
.home-slide.is-active .home-slide__media img { transform: scale(1); }
.home-slide__copy { position: absolute; inset: auto 0 0; height: 170px; display: flex; align-items: center; border-top: 4px solid var(--yellow); background: linear-gradient(90deg,#071015 0%,#101a20 66%,#071015 100%); }
.home-slide__copy-inner { display: grid; grid-template-columns: minmax(330px,1.1fr) minmax(330px,1fr) auto; align-items: center; gap: 38px; padding-right: 220px; }
.home-slide__copy h2 { margin: 0; color: #fff; font-size: clamp(1.7rem,2.7vw,2.55rem); text-transform: uppercase; }
.home-slide__copy p { margin: 0; color: #dfe5e8; font-size: .88rem; font-weight: 600; }
.home-slider__controls { position: absolute; right: 0; bottom: 21px; left: 0; z-index: 3; display: flex; justify-content: flex-end; align-items: center; gap: 14px; pointer-events: none; }
.home-slider__arrows,
.home-slider__dots { display: flex; align-items: center; gap: 7px; pointer-events: auto; }
.home-slider__arrows button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.home-slider__arrows button:hover,
.home-slider__arrows button:focus-visible { border-color: var(--yellow); color: var(--yellow); }
.home-slider__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.42); cursor: pointer; transition: width .2s ease, background .2s ease; }
.home-slider__dots button.is-active { width: 24px; background: var(--yellow); }
.home-slider__count { min-width: 54px; color: #d2d9dc; font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.home-mobile-promises { display: none; }
.developed-products { padding: 50px 0; }
.home-developed .category-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.home-developed .category-card { min-height: 275px; padding: 13px 13px 18px; border-radius: 8px; }
.home-developed .category-card__image { height: 160px; background: #fff; }
.home-developed .category-card h3 { min-height: 42px; margin: 12px 2px 8px; font-size: .92rem; }
.home-mechanical { padding: 58px 0 64px; border-top: 1px solid #e3e7e9; background: radial-gradient(circle at 100% 0%,rgba(255,189,0,.09),transparent 24%),linear-gradient(180deg,#f5f7f8,#fff 25%); }
.home-mechanical .section-heading { margin-bottom: 10px; }
.home-mechanical__intro { margin-bottom: 28px; font-size: .82rem; }
.home-mechanical__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.home-mechanical__grid article { overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--yellow); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(7,20,27,.06); transition: .2s ease; }
.home-mechanical__grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.home-mechanical__grid a { display: grid; }
.home-mechanical__grid img { width: 100%; height: 210px; padding: 12px; object-fit: contain; background: #f8f9f9; }
.home-mechanical__grid h3 { margin: 16px 18px 6px; text-transform: uppercase; }
.home-mechanical__grid span { margin: 0 18px 18px; color: #a87400; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.home-metrics { color: #fff; background: linear-gradient(110deg,#0b1115,#151d21); }
.home-metrics > .wrap { min-height: 102px; display: grid; grid-template-columns: repeat(5,1fr); }
.home-metrics > .wrap > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; border-right: 1px solid rgba(255,255,255,.22); }
.home-metrics > .wrap > div:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.home-metrics strong { color: var(--yellow); font-size: 2rem; }
.home-metrics span { display: grid; }
.home-metrics b { color: var(--yellow); font-size: 1.15rem; text-transform: uppercase; }
.home-metrics em { font-size: .68rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.home-metrics small { color: #c9d0d4; font-size: .58rem; }
.home-lower { padding: 42px 0; }
.home-lower__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.home-lower h2 { padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: .9rem; text-transform: uppercase; }
.home-industries { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.home-industries span { display: grid; min-height: 54px; place-items: center; padding: 8px; border: 1px solid var(--line); color: #4e5960; font-size: .68rem; font-weight: 800; text-align: center; }
.home-brands { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.home-brands a { min-height: 110px; display: grid; place-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 6px; }
.home-brands img { width: 100%; height: 58px; object-fit: contain; }
.home-brands b { font-size: .62rem; }
.home-mechanical-brands { display: flex; align-items: center; gap: 22px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.home-mechanical-brands small { margin-right: auto; color: var(--muted); font-weight: 800; text-transform: uppercase; }
.home-mechanical-brands b:first-of-type { padding: 8px 12px; background: var(--yellow); }
.home-trust { padding: 62px 0; }

@media (max-width: 1180px) {
  .home-slide__copy-inner { grid-template-columns: minmax(300px,.95fr) minmax(260px,1fr); gap: 24px; padding-right: 185px; }
  .home-slide__copy .button { display: none; }
  .home-developed .category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .home-brands { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 700px) {
  .home-slider { height: 520px; }
  .home-slide--intro { background-position: 63% center; }
  .home-slide--intro::after { background: linear-gradient(90deg,rgba(3,7,11,.92) 0%,rgba(3,7,11,.76) 52%,rgba(3,7,11,.35) 100%); }
  .home-slide__intro-content { align-items: flex-start; padding-top: 46px; }
  .home-slide__intro-copy { width: 72%; }
  .home-slide__intro-copy h1 { font-size: clamp(2rem,10vw,2.65rem); }
  .home-slide__intro-copy > p { font-size: .86rem; line-height: 1.45; }
  .home-slide__promises { display: none; }
  .home-slide__media { inset: 0 0 270px; }
  .home-slide__media img { width: 100%; max-width: 100%; }
  .home-slide.is-feature .home-slide__media img { width: 100%; object-fit: cover; }
  .home-slide__copy { height: 270px; align-items: flex-start; padding-top: 22px; }
  .home-slide__copy-inner { display: block; padding-right: 0; }
  .home-slide__copy h2 { max-width: 330px; font-size: 1.8rem; }
  .home-slide__copy p { max-width: 330px; margin-top: 12px; font-size: .8rem; }
  .home-slider__controls { bottom: 18px; justify-content: space-between; }
  .home-slider__dots { order: -1; max-width: 145px; flex-wrap: wrap; }
  .home-slider__arrows { margin-left: auto; }
  .home-mobile-promises { display: block; border-bottom: 1px solid var(--line); }
  .home-mobile-promises > .wrap { display: grid; grid-template-columns: repeat(4,1fr); padding: 20px 0; }
  .home-mobile-promises div div { padding: 0 5px; border-right: 1px solid var(--line); text-align: center; }
  .home-mobile-promises div div:last-child { border-right: 0; }
  .home-mobile-promises strong { display: block; color: var(--yellow-2); font-size: 1.5rem; }
  .home-mobile-promises b { display: block; margin: 4px 0; font-size: .58rem; text-transform: uppercase; }
  .home-mobile-promises span { display: block; font-size: .48rem; line-height: 1.3; }
  .developed-products { padding: 44px 0; }
  .home-developed .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .home-developed .category-card { min-height: 232px; padding: 10px; }
  .home-developed .category-card__image { height: 128px; }
  .home-developed .category-card h3 { min-height: 36px; margin: 8px 0 6px; font-size: .72rem; }
  .home-developed .category-card .text-link { font-size: .55rem; }
  .home-mechanical { padding: 44px 0 50px; }
  .home-mechanical__grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .home-mechanical__grid img { height: 135px; }
  .home-mechanical__grid h3 { margin: 12px 12px 5px; font-size: .78rem; }
  .home-mechanical__grid span { margin: 0 12px 13px; font-size: .56rem; }
  .home-metrics { display: none; }
  .home-lower__grid { grid-template-columns: 1fr; gap: 28px; }
  .home-industries { grid-template-columns: repeat(2,1fr); }
  .home-brands { grid-template-columns: repeat(2,1fr); }
  .home-mechanical-brands { flex-wrap: wrap; }
  .home-mechanical-brands small { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-grid > div { min-width: 0; padding-inline: 10px; }
  .trust-grid b,
  .trust-grid span { max-width: 100%; overflow-wrap: anywhere; }
}

@media (max-width: 390px) {
  .home-slide__intro-copy { width: 78%; }
  .home-slide__intro-copy h1 { font-size: 1.85rem; }
  .home-developed .category-grid,
  .home-mechanical__grid { grid-template-columns: 1fr; }
}
