:root {
    --ink: #101311;
    --ink-soft: #171c18;
    --panel: #202621;
    --lime: #c8f33d;
    --lime-dark: #91b417;
    --paper: #f7f8f4;
    --white: #ffffff;
    --muted: #657066;
    --line: #d9dfd7;
    --line-dark: rgba(255, 255, 255, .14);
    --danger: #a52222;
    --success: #155d35;
    --radius: 18px;
    --shadow: 0 24px 70px rgba(7, 12, 8, .13);
    --shell: min(1240px, calc(100% - 40px));
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 3px; }
::selection { background: var(--lime); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow-shell { max-width: 850px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; inset: 12px auto auto 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.system-notice { padding: 12px 20px; background: #fff3cd; border-bottom: 1px solid #ecd588; color: #574300; text-align: center; font-weight: 650; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(16, 19, 17, .96); color: var(--white); box-shadow: 0 1px 0 rgba(255, 255, 255, .1); backdrop-filter: blur(14px); }
.utility-bar { background: #090b09; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #abb5ac; font-size: 12px; letter-spacing: .02em; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links a { color: #dbe1db; text-decoration: none; }
.utility-links a:hover { color: var(--lime); }
.nav-shell { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 1 335px; display: block; }
.brand img { width: min(335px, 100%); height: auto; filter: none; }
.primary-nav { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 720; }
.primary-nav > a, .nav-group > a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 14px; color: #e6ebe7; text-decoration: none; border-radius: 8px; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--lime); background: rgba(255, 255, 255, .06); }
.nav-group { position: relative; }
.nav-group > a::after { content: "⌄"; margin-left: 7px; color: var(--lime); }
.nav-dropdown { position: absolute; top: calc(100% + 8px); right: 0; width: 310px; max-height: min(65vh, 520px); overflow: auto; padding: 10px; background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.nav-dropdown a { display: block; padding: 10px 12px; text-decoration: none; border-radius: 7px; }
.nav-dropdown a:hover { background: #eef2e9; color: var(--ink); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.primary-nav .nav-compare { margin-left: 8px; padding-inline: 16px; background: var(--lime); color: var(--ink); }
.primary-nav .nav-compare:hover { background: #d8ff61; color: var(--ink); }
.nav-compare span { min-width: 20px; height: 20px; margin-left: 7px; display: inline-grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; font-size: 11px; }
.language-links { display: flex; gap: 3px; margin-left: 7px; padding-left: 7px; border-left: 1px solid rgba(255,255,255,.18); }.language-links a { min-width: 34px; height: 34px; display: grid; place-items: center; color: #dfe5df; border-radius: 5px; font-size: 11px; font-weight: 850; text-decoration: none; }.language-links a:hover, .language-links a[aria-current="page"] { background: rgba(255,255,255,.1); color: var(--lime); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }
.nav-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(0, 0, 0, .64); }

.hero { position: relative; overflow: hidden; min-height: 700px; background: var(--ink); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 800px; height: 800px; right: -330px; bottom: -500px; background: var(--lime); border-radius: 50%; filter: blur(8px); opacity: .12; }
.hero-grid, .error-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-inner { position: relative; z-index: 2; min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 70px; padding-block: 80px 60px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #dce6d8; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: #526055; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(48px, 6.4vw, 88px); line-height: .97; letter-spacing: -.065em; }
.hero h1::first-line { color: var(--white); }
.hero-lead { max-width: 700px; margin: 26px 0 0; color: #bdc7bf; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #d9ff64; }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #2b322c; }
.button-outline { border-color: #687268; color: var(--ink); background: transparent; }
.small-button { min-height: 40px; padding: 9px 14px; font-size: 13px; }
.hero-search { max-width: 620px; margin-top: 42px; }
.hero-search label { display: block; margin-bottom: 8px; color: #b9c2ba; font-size: 13px; font-weight: 700; }
.hero-search > div { display: flex; padding: 6px; background: var(--white); border-radius: 10px; }
.hero-search input { min-width: 0; flex: 1; padding: 10px 12px; border: 0; color: var(--ink); }
.hero-search button { padding: 10px 18px; border: 0; border-radius: 7px; background: var(--lime); font-weight: 800; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 4%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-orbit { position: absolute; width: 68%; aspect-ratio: 1; border: 1px dashed rgba(200,243,61,.55); border-radius: 50%; animation: orbit 22s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--lime); border-radius: 50%; }
.hero-orbit::before { top: 6%; left: 23%; }.hero-orbit::after { right: 8%; bottom: 18%; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-visual > img { position: relative; z-index: 2; max-height: 420px; width: 100%; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.4)); }
.hero-product-label { position: absolute; z-index: 3; right: 0; bottom: 12px; max-width: 330px; padding: 16px 18px; background: rgba(12,15,13,.88); border: 1px solid rgba(255,255,255,.16); border-left: 4px solid var(--lime); color: var(--white); text-decoration: none; backdrop-filter: blur(12px); }
.hero-product-label span { display: block; color: #aeb9b0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.hero-product-label strong { display: block; margin-top: 4px; line-height: 1.35; }
.hero-empty, .gallery-empty { position: relative; z-index: 2; display: grid; place-items: center; text-align: center; }.hero-empty span, .gallery-empty span { font-size: 70px; font-weight: 900; color: var(--lime); }.hero-empty p, .gallery-empty p { color: #b9c2ba; }
.hero-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: #cbd3cc; }
.hero-rail span { padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.hero-rail span:last-child { border-right: 0; }

.section { padding-block: 100px; }
.section-light { background: var(--paper); }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .cta-band h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-card { position: relative; min-height: 250px; overflow: hidden; display: flex; align-items: end; padding: 22px; background: #e9ede5; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,15,12,.85), transparent 75%); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.category-card:hover img { transform: scale(1.04); }
.category-index { position: absolute; z-index: 2; top: 18px; left: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-weight: 850; font-size: 12px; }
.category-content { position: relative; z-index: 2; display: flex; width: 100%; align-items: end; justify-content: space-between; gap: 12px; color: var(--white); }
.category-content strong { max-width: 70%; font-size: 21px; line-height: 1.18; }.category-content > span { font-size: 12px; white-space: nowrap; }
.industry-card-content { position: relative; z-index: 2; color: var(--white); }.industry-card-content h2 { margin: 0; font-size: 25px; line-height: 1.15; }.industry-card-content h2 a { text-decoration: none; }.industry-card-content > p:last-child { margin: 8px 0 0; color: #d7dfd8; font-size: 13px; }
.product-showcase, .related-section { background: var(--ink); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--white); color: var(--ink); border: 1px solid #dde2da; border-radius: var(--radius); box-shadow: 0 5px 20px rgba(0,0,0,.05); }
.product-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; padding: 18px; background: linear-gradient(145deg, #eff2ed, #fff); }
.product-card-media::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(16,19,17,.08); border-radius: 12px; pointer-events: none; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }.product-card:hover .product-card-media img { transform: scale(1.035); }
.media-placeholder { display: grid; place-items: center; width: 110px; height: 110px; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: 28px; font-weight: 900; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.card-kicker, .section-label { margin: 0 0 8px; color: #667166; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3, .article-card h2, .video-card h2, .video-card h3 { margin: 0; font-size: 19px; line-height: 1.3; letter-spacing: -.018em; }.product-card h3 a, .article-card h2 a { text-decoration: none; }
.product-card-body > p:not(.card-kicker) { margin: 12px 0 20px; color: var(--muted); font-size: 14px; }
.card-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.recent-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.recent-products-controls { max-width: 470px; text-align: right; }.recent-products-controls p { margin: 0; color: var(--muted); font-size: 13px; }.text-button { padding: 3px 0; border: 0; background: transparent; color: #3f5900; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }.recent-product-card .product-card-body { min-height: 84px; justify-content: center; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 800; text-decoration: none; }.text-link:hover { text-decoration: underline; }.text-link.light { color: var(--white); }
.compare-toggle { padding: 7px 9px; border: 1px solid #b7c0b8; background: transparent; color: var(--ink); border-radius: 6px; font-size: 12px; font-weight: 800; }.compare-toggle[aria-pressed="true"] { background: var(--lime); border-color: var(--lime-dark); }
.empty-state { padding: 54px; background: var(--white); border: 1px dashed #aeb7ae; border-radius: var(--radius); text-align: center; }.empty-state h2, .empty-state h3 { margin: 0 0 8px; }.empty-state p { color: var(--muted); }.empty-state .button { margin-top: 12px; }.dark-empty { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.25); }.dark-empty p { color: #b9c3bb; }

.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.video-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 20px rgba(0,0,0,.05); }
.video-card > div { padding: 18px 20px 22px; }.video-card > div p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.video-poster { position: relative; width: 100%; aspect-ratio: 16 / 9; display: grid; place-content: center; gap: 12px; border: 0; background: radial-gradient(circle at 65% 20%, #344034, var(--ink) 65%); color: var(--white); font-weight: 800; }
.video-poster::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 32px 32px; }
.video-poster > * { position: relative; z-index: 2; }.video-poster:hover { color: var(--lime); }.play-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: auto; padding-left: 4px; background: var(--lime); color: var(--ink); border-radius: 50%; }
.video-poster .video-thumbnail { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.video-poster iframe { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; border: 0; }.video-poster.small { border-radius: 12px; }.video-poster.loaded-video { padding: 0; }
.cta-band { padding-block: 65px; background: var(--lime); color: var(--ink); }.cta-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 40px; }.cta-inner .eyebrow { color: #3b450f; }.cta-inner .eyebrow span { background: var(--ink); }.cta-inner > p { margin: 0; }.cta-band .button-primary { background: var(--ink); color: var(--white); }

.page-hero, .article-hero { position: relative; overflow: hidden; min-height: 430px; display: flex; align-items: end; padding-block: 70px; background: var(--ink); color: var(--white); }
.page-hero::before, .article-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0, rgba(200,243,61,.22), transparent 36%), linear-gradient(120deg, transparent 0 60%, rgba(255,255,255,.035) 60% 61%, transparent 61%); }
.page-hero.has-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(16,19,17,.97) 15%, rgba(16,19,17,.68)); }.page-hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.page-hero-inner { position: relative; z-index: 2; }.page-hero h1, .article-hero h1 { max-width: 920px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.055em; }.page-hero-inner > p:last-child, .article-hero .page-hero-inner > p:last-child { max-width: 720px; margin: 22px 0 0; color: #c1cbc3; font-size: 18px; }
.compact-hero { min-height: 350px; }.compact-hero h1 { font-size: clamp(42px, 5vw, 66px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #aeb8b0; font-size: 12px; }.breadcrumbs a { color: #e7ece8; }.breadcrumbs span:last-child { max-width: 45ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.catalogue-section { background: #eef1eb; }.catalogue-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
.catalogue-filter { position: sticky; top: 140px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.05); }.filter-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; font-weight: 850; }.filter-head button { border: 0; background: transparent; color: var(--muted); font-size: 12px; }.catalogue-filter form { display: grid; gap: 10px; }.catalogue-filter label, .enquiry-form label, .compare-picker label, .library-toolbar label { font-size: 13px; font-weight: 800; }.catalogue-filter input, .catalogue-filter select, .enquiry-form input, .enquiry-form select, .enquiry-form textarea, .compare-picker select, .library-toolbar input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #b9c1b9; border-radius: 7px; background: var(--white); color: var(--ink); }.catalogue-filter .button { margin-top: 8px; }.reset-link { margin-top: 7px; color: var(--muted); text-align: center; font-size: 13px; }
.results-toolbar { min-height: 52px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.results-toolbar p { margin: 0; color: var(--muted); }.results-toolbar strong { color: var(--ink); font-size: 22px; }.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.category-intro { margin-bottom: 28px; padding: 24px; background: var(--white); border-left: 4px solid var(--lime-dark); border-radius: 0 10px 10px 0; }.pagination { margin-top: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; }.pagination a { padding: 9px 14px; background: var(--ink); color: var(--white); border-radius: 6px; text-decoration: none; }.pagination span { color: var(--muted); font-size: 13px; }

.product-hero { padding-block: 38px 80px; background: #eef1eb; }.product-breadcrumbs { color: #5c675e; }.product-breadcrumbs a { color: var(--ink); }.product-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 70px; align-items: center; }
.gallery-stage { aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 35px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.gallery-stage img { width: 100%; height: 100%; object-fit: contain; }.gallery-stage .gallery-empty p { color: var(--muted); }
.gallery-thumbs { margin-top: 12px; display: flex; gap: 10px; overflow-x: auto; padding: 3px; }.gallery-thumbs button { flex: 0 0 82px; aspect-ratio: 1; padding: 6px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; }.gallery-thumbs button[aria-current="true"] { border: 3px solid var(--lime-dark); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-summary h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }.product-tags a { padding: 6px 9px; background: #dfe5da; border-radius: 5px; font-size: 12px; font-weight: 750; text-decoration: none; }.product-lead { margin: 24px 0 0; color: #505c52; font-size: 18px; }.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }.product-summary .compare-toggle { min-height: 48px; padding: 12px 20px; font-size: 15px; }.document-list { margin-top: 30px; padding-top: 24px; border-top: 1px solid #c9d0c8; }.document-list h2 { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }.document-list ul { margin: 0; padding: 0; list-style: none; }.document-list a { display: flex; justify-content: space-between; padding: 9px 0; font-weight: 700; }
.product-content-section { background: var(--white); }.product-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; align-items: start; }.product-copy section + section { margin-top: 70px; padding-top: 60px; border-top: 1px solid var(--line); }.product-copy h2, .prose h2 { margin: 0 0 22px; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: -.035em; }.product-aside { position: sticky; top: 130px; display: grid; gap: 18px; }.aside-card { padding: 26px; background: #eef1eb; border: 1px solid var(--line); border-radius: 14px; }.aside-card h2 { margin: 0; font-size: 25px; line-height: 1.15; }.aside-card > p:not(.section-label) { color: var(--muted); }.video-aside { background: var(--ink); color: var(--white); }.video-aside .section-label { color: #bac5bb; }.video-aside h2 { margin-bottom: 18px; }
.prose { color: #29312b; }.prose > *:first-child { margin-top: 0; }.prose > *:last-child { margin-bottom: 0; }.prose p, .prose li { max-width: 78ch; }.prose p { margin: 0 0 1.15em; }.prose h3 { margin: 1.7em 0 .6em; font-size: 26px; line-height: 1.2; }.prose h4 { margin: 1.5em 0 .55em; font-size: 20px; }.prose ul, .prose ol { padding-left: 1.3em; }.prose a { color: #3f5900; }.prose img { height: auto; margin-block: 24px; border-radius: 10px; }.prose table { width: 100%; margin-block: 25px; border-collapse: collapse; background: var(--white); }.prose th, .prose td { padding: 12px 14px; border: 1px solid #cbd3cb; text-align: left; vertical-align: top; }.prose th { background: var(--ink); color: var(--white); }.specification-content { overflow-x: auto; }.specification-content h2, .specification-content .section-label { position: sticky; left: 0; }
.faq-section { background: #eef1eb; }.faq-section h2 { margin: 0 0 30px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; }.faq-list { display: grid; gap: 10px; }.faq-list details { padding: 0 22px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; font-weight: 800; cursor: pointer; }.faq-list summary span { color: var(--lime-dark); font-size: 22px; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list .prose { padding-bottom: 22px; }

.content-page { background: var(--white); }.page-prose { font-size: 17px; }.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.article-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }.article-media { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: #e6eae3; }.article-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.article-card:hover img { transform: scale(1.04); }.article-card > div { padding: 22px; }.article-card h2 { font-size: 22px; }.article-card p:not(.card-kicker) { color: var(--muted); }.article-card .text-link { margin-top: 8px; }.article-hero { min-height: 480px; }.article-hero .breadcrumbs { margin-bottom: 50px; }.article-image { margin-top: -45px; position: relative; z-index: 3; }.article-image img { width: 100%; max-height: 560px; object-fit: cover; border: 8px solid var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }.article-body { padding-block: 80px 30px; font-size: 18px; }.article-back { padding-bottom: 90px; }
.content-detail-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 48px; align-items: start; }.content-feature-image { margin: 0; padding: 18px; background: #eef1eb; border: 1px solid var(--line); border-radius: var(--radius); }.content-feature-image img { width: 100%; height: auto; border-radius: 10px; }.resource-grid, .certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.resource-card, .certificate-card { padding: 24px; background: #f5f7f3; border: 1px solid var(--line); border-radius: var(--radius); }.resource-card h2, .certificate-card h2 { margin: 0; font-size: 22px; line-height: 1.2; }.resource-card > p:not(.card-kicker) { color: var(--muted); }.resource-card .button { margin-top: 12px; }.certificate-card { padding: 0; overflow: hidden; }.certificate-card > a { display: grid; place-items: center; min-height: 280px; padding: 18px; background: var(--white); }.certificate-card img { width: 100%; height: 260px; object-fit: contain; }.certificate-card > div { padding: 22px; }

.video-library { background: #eef1eb; }.library-toolbar { display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); align-items: end; gap: 16px; margin-bottom: 18px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }.library-toolbar input, .library-toolbar select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #b9c1b9; border-radius: 7px; background: var(--white); }.library-toolbar .button { width: auto; }.library-toolbar p { margin: 0; align-self: center; color: var(--muted); }.featured-check { min-height: 42px; display: flex; align-items: center; gap: 8px; }.featured-check input { width: 20px; min-height: 20px; }.video-source-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 28px; padding: 0; list-style: none; font-size: 13px; }.library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.video-card[hidden] { display: none; }

.compare-picker { margin-bottom: 35px; display: grid; grid-template-columns: .7fr 1.4fr auto; align-items: end; gap: 24px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }.compare-picker p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }.compare-picker select { min-height: 150px; }.comparison-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; }.comparison-table caption { padding: 18px; font-size: 18px; font-weight: 850; text-align: left; }.comparison-table th, .comparison-table td { min-width: 220px; padding: 18px; border: 1px solid var(--line); vertical-align: top; }.comparison-table thead th { background: var(--ink); color: var(--white); }.comparison-table thead th:first-child { min-width: 180px; }.comparison-table tbody th { background: #e8ece5; text-align: left; }.comparison-table img { width: 210px; height: 160px; object-fit: contain; }.comparison-spec { font-size: 13px; }.comparison-spec h2, .comparison-spec h3 { font-size: 16px; }.comparison-spec table { width: 100%; border-collapse: collapse; }.comparison-spec td, .comparison-spec th { min-width: 0; padding: 6px; }.compare-empty { margin-top: 25px; }

.contact-section { background: #eef1eb; }.contact-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 30px; align-items: start; }.contact-details, .enquiry-panel { padding: clamp(26px, 4vw, 46px); border-radius: var(--radius); }.contact-details { position: sticky; top: 130px; background: var(--ink); color: var(--white); }.contact-details h2, .enquiry-panel h2 { margin: 0 0 30px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }.contact-details .section-label { color: #bdc7be; }.contact-details dl { margin: 0; }.contact-details dl div { padding-block: 18px; border-top: 1px solid var(--line-dark); }.contact-details dt { color: #9eaaa0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.contact-details dd { margin: 5px 0 0; font-size: 17px; }.contact-details a { color: var(--white); }.contact-note { margin-top: 25px; padding: 18px; background: rgba(200,243,61,.1); border-left: 3px solid var(--lime); }.contact-note p { margin: 5px 0 0; color: #c3ccc4; }.enquiry-panel { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }.enquiry-form { display: grid; gap: 20px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.enquiry-form label:not(.consent-check) { display: block; margin-bottom: 6px; }.enquiry-form textarea { resize: vertical; }.field-help, .form-footnote { margin: 6px 0 0; color: var(--muted); font-size: 12px; }.consent-check { display: flex; align-items: start; gap: 10px; }.consent-check input { width: 20px; min-height: 20px; margin-top: 2px; }.honeypot { position: absolute; left: -10000px; }.form-message { margin-bottom: 22px; padding: 15px 17px; border-radius: 8px; }.form-message ul { margin: 6px 0 0; }.form-message.success { background: #dff4e6; color: var(--success); border: 1px solid #9bc9aa; }.form-message.error { background: #fbe4e4; color: var(--danger); border: 1px solid #dca1a1; }.form-message.neutral { background: #eef1eb; color: #3e4a40; border: 1px solid var(--line); }

.error-page { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--white); }.error-inner { position: relative; z-index: 2; padding-block: 100px; }.error-code { margin: 0; color: var(--lime); font-size: clamp(90px, 18vw, 220px); font-weight: 900; line-height: .75; letter-spacing: -.08em; opacity: .25; }.error-page h1 { max-width: 800px; margin: 25px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }.error-page .error-inner > p:not(.error-code,.eyebrow) { max-width: 600px; color: #bdc7be; font-size: 18px; }

.site-footer { padding-top: 75px; background: #090b09; color: var(--white); }.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 50px; padding-bottom: 60px; }.footer-brand img { width: 320px; height: auto; filter: none; }.footer-brand p { max-width: 430px; margin: 22px 0 0; color: #aeb8af; }.site-footer h2 { margin: 0 0 18px; color: #cbd3cc; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }.footer-links { margin: 0; padding: 0; list-style: none; }.footer-links li + li { margin-top: 9px; }.footer-links a { color: #e8ece9; text-decoration: none; }.footer-links a:hover { color: var(--lime); }.footer-enquire { display: inline-flex; margin-top: 10px; padding: 9px 12px; background: var(--lime); color: var(--ink) !important; border-radius: 5px; font-weight: 800; }.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #8e9990; font-size: 12px; }.footer-bottom p { margin: 0; }
/* IMC_RC3_FOOTER_YOUTUBE_STYLE */
.footer-social { margin-top: 24px; }.footer-social h2 { margin-bottom: 10px; }.social-links { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0; padding: 0; list-style: none; }.social-links a { display: inline-flex; align-items: center; gap: 8px; color: #d7dfd8; font-size: 12px; text-decoration: none; }.social-links .social-profile-youtube { min-height: 42px; padding: 6px 12px 6px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 13px; font-weight: 800; }.social-links .social-profile-youtube:hover { color: var(--white); border-color: var(--lime); }.social-youtube-icon { position: relative; width: 30px; height: 22px; flex: 0 0 auto; background: #ff0033; border-radius: 6px; }.social-youtube-icon::after { content: ""; position: absolute; top: 7px; left: 12px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid #fff; }
.contact-dock { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: flex; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 15px 45px rgba(0,0,0,.22); }.contact-dock a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; color: var(--ink); border-right: 1px solid var(--line); font-size: 12px; font-weight: 850; text-decoration: none; }.contact-dock a:last-child { border-right: 0; }.contact-dock a:hover { background: #eef2e9; }.contact-dock .dock-whatsapp { background: #e5f7e9; }.contact-dock .dock-enquiry { background: var(--lime); }
.privacy-choice { padding: 0; border: 0; background: transparent; color: #cdd5ce; text-decoration: underline; cursor: pointer; }
.consent-banner { position: fixed; z-index: 150; right: 18px; bottom: 78px; width: min(620px, calc(100% - 36px)); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 22px; background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }.consent-banner[hidden] { display: none; }.consent-banner h2 { margin: 0; font-size: 20px; }.consent-banner p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.consent-banner > div:last-child { display: flex; gap: 8px; }.consent-banner .button { width: auto; min-height: 42px; padding: 9px 12px; font-size: 12px; }

@media (max-width: 1100px) {
    .primary-nav > a, .nav-group > a { padding-inline: 9px; }
    .hero-inner { grid-template-columns: 1fr .8fr; gap: 35px; }.hero h1 { font-size: clamp(48px, 6.6vw, 72px); }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-hero-grid { gap: 40px; }.product-content-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:nth-child(2) { display: none; }
}

@media (max-width: 900px) {
    :root { --shell: min(100% - 30px, 1240px); }
    .utility-inner { justify-content: center; }.utility-inner > p { display: none; }
    .nav-shell { min-height: 72px; }.brand { flex-basis: 280px; }.nav-toggle { display: block; }
    .primary-nav { position: fixed; z-index: 110; top: 0; right: 0; width: min(400px, 88vw); height: 100dvh; overflow-y: auto; display: flex; align-items: stretch; flex-direction: column; gap: 3px; padding: 95px 20px 30px; background: var(--ink); box-shadow: -20px 0 50px rgba(0,0,0,.35); transform: translateX(105%); transition: transform .25s ease; }.primary-nav.open { transform: translateX(0); }.primary-nav > a, .nav-group > a { min-height: 50px; justify-content: space-between; padding-inline: 15px; font-size: 16px; }.primary-nav .nav-compare { margin: 10px 0 0; justify-content: center; }.nav-dropdown { position: static; width: auto; max-height: none; margin-left: 12px; display: block; padding: 0 0 8px 10px; background: transparent; color: #dbe2dc; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }.nav-dropdown a { padding-block: 8px; }.language-links { margin: 12px 0 0; padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
    .hero-inner { min-height: 0; grid-template-columns: 1fr; padding-block: 75px 45px; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 390px; }.hero-visual > img { max-height: 350px; }.hero-rail { grid-template-columns: 1fr 1fr; }.hero-rail span:nth-child(2) { border-right: 0; }.hero-rail span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
    .section { padding-block: 75px; }.category-grid { grid-template-columns: repeat(2, 1fr); }.product-grid, .compact-grid, .recent-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.video-grid, .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cta-inner { grid-template-columns: 1fr auto; }.cta-inner > p { grid-column: 1 / -1; grid-row: 2; }
    .catalogue-layout { grid-template-columns: 1fr; }.catalogue-filter { position: static; }.catalogue-filter form { grid-template-columns: 1fr; }.catalogue-filter .reset-link { grid-column: 1; }.catalogue-filter label { align-self: end; }
    .product-hero-grid { grid-template-columns: 1fr; }.product-gallery { max-width: 700px; }.product-content-grid { grid-template-columns: 1fr; }.product-aside { position: static; grid-template-columns: 1fr 1fr; }
    .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.compare-picker { grid-template-columns: 1fr 1fr; }.compare-picker > div { grid-column: 1 / -1; }
    .contact-grid, .content-detail-grid { grid-template-columns: 1fr; }.contact-details { position: static; }.resource-grid, .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    :root { --shell: calc(100% - 24px); --radius: 14px; }
    .utility-links { width: 100%; justify-content: space-between; gap: 12px; }.utility-links a { max-width: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.brand { flex-basis: 235px; }
    .hero-inner { padding-top: 58px; }.hero h1 { font-size: 48px; }.hero-lead { font-size: 16px; }.hero-actions, .product-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-search > div { display: grid; }.hero-search button { min-height: 44px; }.hero-visual { min-height: 300px; }.hero-visual > img { max-height: 270px; }.hero-product-label { left: 8px; right: 8px; bottom: 0; }.hero-rail { width: 100%; grid-template-columns: 1fr 1fr; }
    .section { padding-block: 58px; }.split-heading { display: block; }.split-heading > p, .split-heading > a { display: inline-flex; margin-top: 18px; }.section-heading h2, .cta-band h2 { font-size: 38px; }.category-grid, .product-grid, .compact-grid, .recent-product-grid, .video-grid, .library-grid, .article-grid, .resource-grid, .certificate-grid { grid-template-columns: 1fr; }.category-card { min-height: 225px; }.recent-products-controls { margin-top: 18px; text-align: left; }
    .cta-inner { display: block; }.cta-inner > p { margin: 18px 0; }.cta-inner .button { width: auto; }
    .page-hero, .article-hero { min-height: 360px; padding-block: 55px; }.page-hero h1, .article-hero h1 { font-size: 43px; }.compact-hero { min-height: 320px; }.breadcrumbs { margin-bottom: 25px; }
    .catalogue-filter form { grid-template-columns: 1fr; }.results-toolbar { display: block; }.results-toolbar p + p { margin-top: 4px; }
    .product-hero { padding-bottom: 55px; }.gallery-stage { padding: 20px; }.product-summary h1 { font-size: 43px; }.product-aside { grid-template-columns: 1fr; }.empty-state { padding: 35px 22px; }
    .library-toolbar { grid-template-columns: 1fr; }.library-toolbar p { justify-self: start; }.compare-picker { grid-template-columns: 1fr; }.compare-picker > div { grid-column: auto; }.form-row { grid-template-columns: 1fr; }.contact-details, .enquiry-panel { padding: 26px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0 80px; }.footer-bottom p:last-child { display: none; }
    .contact-dock { right: 0; bottom: 0; left: 0; border-radius: 0; }.contact-dock a { flex: 1; justify-content: center; }
    .consent-banner { right: 12px; bottom: 72px; width: calc(100% - 24px); grid-template-columns: 1fr; }.consent-banner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
}

[dir="rtl"] body { text-align: right; }[dir="rtl"] .breadcrumbs, [dir="rtl"] .hero-actions, [dir="rtl"] .product-actions, [dir="rtl"] .card-actions, [dir="rtl"] .social-links { flex-direction: row-reverse; }[dir="rtl"] .category-intro, [dir="rtl"] .contact-note { border-left: 0; border-right: 4px solid var(--lime-dark); border-radius: 10px 0 0 10px; }[dir="rtl"] .contact-note { border-right-width: 3px; }[dir="rtl"] .prose ul, [dir="rtl"] .prose ol { padding-left: 0; padding-right: 1.3em; }[dir="rtl"] .prose th, [dir="rtl"] .prose td, [dir="rtl"] .comparison-table caption, [dir="rtl"] .comparison-table tbody th, [dir="rtl"] .recent-products-controls { text-align: right; }
@media (max-width: 900px) { [dir="rtl"] .primary-nav { right: auto; left: 0; transform: translateX(-105%); box-shadow: 20px 0 50px rgba(0,0,0,.35); }[dir="rtl"] .primary-nav.open { transform: translateX(0); } }

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

.brand img,.footer-brand img{filter:none;mix-blend-mode:lighten}

.site-header,.site-footer{background:#000!important}.brand img,.footer-brand img{filter:none!important;mix-blend-mode:normal!important}

/* IMC_RC3_FOOTER_SOCIAL_ICONS_V1 */
.social-links { gap: 10px; }
.social-links .social-link-facebook, .social-links .social-link-instagram, .social-links .social-link-twitter, .social-links .social-link-youtube { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 6px 12px 6px 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #f4f7f4; font-size: 12px; font-weight: 800; line-height: 1; text-decoration: none; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.social-links .social-link-facebook:hover, .social-links .social-link-instagram:hover, .social-links .social-link-twitter:hover, .social-links .social-link-youtube:hover, .social-links .social-profile-link:focus-visible { border-color: rgba(200,243,61,.72); background: rgba(200,243,61,.09); color: #fff; transform: translateY(-1px); }
.social-links .social-link-facebook::before, .social-links .social-link-instagram::before, .social-links .social-link-twitter::before { width: 28px; height: 28px; flex: 0 0 28px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; font-family: Arial, sans-serif; font-size: 18px; font-weight: 900; line-height: 1; }
.social-links .social-link-facebook::before { content: "f"; padding-top: 3px; background: #1877f2; }
.social-links .social-link-instagram::before { content: ""; border-radius: 8px; background: radial-gradient(circle at 69% 30%,#fff 0 1.4px,transparent 1.8px),radial-gradient(circle at 50% 50%,transparent 0 3.5px,#fff 3.9px 5.2px,transparent 5.6px),linear-gradient(145deg,#7638fa,#d62976 55%,#ff9f35); box-shadow: inset 0 0 0 2px #fff; }
.social-links .social-link-twitter::before { content: "X"; background: #101210; font-size: 14px; }
@media (max-width: 520px) { .social-links a { padding-right: 10px; } }
