/*
 * INTEKS theme styles
 * Mobile-first, component-based and shared by native WordPress templates.
 */

:root {
	--red: #d80e1f;
	--red-dark: #b90817;
	--ink: #101214;
	--charcoal: #1a1d20;
	--text: #181a1d;
	--muted: #62676c;
	--line: #d8d9d8;
	--soft: #f2f2f0;
	--white: #fff;
	--max: 1280px;
	--reading: 760px;
	--gutter: clamp(18px, 4vw, 64px);
	--section: clamp(68px, 8vw, 118px);
	--label: .68rem;
	--small: .875rem;
	--lead: clamp(1.0625rem, 1.4vw, 1.2rem);
	--h3: clamp(1.125rem, 1.35vw, 1.3rem);
	--h2: clamp(1.5rem, 2.35vw, 2.25rem);
	--h1: clamp(1.875rem, 3.25vw, 3.15rem);
	--ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 500; line-height: 1.13; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: var(--h1); }
h2 { font-size: var(--h2); }
h3 { font-size: var(--h3); }
h4 { font-size: clamp(1.0625rem, 1.5vw, 1.25rem); }
h5 { font-size: 1rem; }
h6 { font-size: .875rem; }
p { max-width: 62ch; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px var(--red); }

.container { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding-block: var(--section); }
.section-soft, .about-principles, .insights-section, .industry-products { background: var(--soft); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: var(--label); font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 20px; width: 20px; height: 2px; background: var(--red); }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

/* Header and navigation */
.announcement { height: 52px; min-height: 52px; display: grid; place-items: center; overflow: hidden; padding: 6px 52px; background: var(--red); color: var(--white); font-size: .6rem; font-weight: 500; line-height: 1.35; text-align: center; }
.site-header { position: absolute; z-index: 60; top: 52px; left: 0; width: 100%; color: var(--white); }
body.admin-bar.home .site-header { top: 98px; }
body:not(.home) .site-header { position: relative; top: 0; background: var(--ink); }
.header-inner { width: min(var(--max), calc(100% - var(--gutter) * 2)); height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-inline: auto; }
.brand { justify-self: center; }
.brand img { width: 96px; max-height: 48px; object-fit: contain; }
.menu-toggle { justify-self: start; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--white); }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px 0; background: currentColor; }
.desktop-menu { display: none; }
.header-enquiry { display: none; justify-self: end; }
.header-cta { min-height: 44px; align-items: center; justify-content: center; gap: 12px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.55); color: var(--white); font-size: .78rem; font-weight: 500; transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease); }
.header-cta:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.header-action-icon { justify-self: end; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); color: var(--white); font-size: 1rem; font-weight: 600; }
.header-action-icon svg { width: 21px; height: 21px; }
.mobile-menu { position: fixed; z-index: 80; inset: 0 auto 0 0; width: min(88vw, 390px); display: flex; flex-direction: column; padding: 24px; background: var(--ink); color: var(--white); visibility: hidden; transform: translateX(-102%); transition: transform .35s var(--ease), visibility .35s; }
.mobile-menu.open { visibility: visible; transform: none; }
.menu-overlay { position: fixed; z-index: 70; inset: 0; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.menu-overlay.open { opacity: 1; visibility: visible; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #34373a; }
.mobile-menu-top img { width: 96px; }
.mobile-menu-top button { width: 42px; height: 42px; border: 1px solid #3b3e42; background: none; color: var(--white); font-size: 1.4rem; }
.mobile-menu nav { display: flex; flex-direction: column; padding-block: 24px; }
.mobile-menu nav a { padding: 12px 4px; border-bottom: 1px solid #2c3034; font-size: 1.05rem; }
.mobile-menu > .button { margin-top: auto; }
.mobile-socials, .footer-socials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.mobile-socials a, .footer-socials a { color: #c9cbcd; font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; }

/* Buttons and links */
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 2px; box-shadow: 0 4px 12px rgba(10,12,14,.08); font-size: .78rem; font-weight: 600; line-height: 1.3; letter-spacing: .015em; text-decoration: none !important; transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease); }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(10,12,14,.15); }
.button-red { border-color: var(--red); background: var(--red); color: var(--white); }
.button-red:hover { background: var(--red-dark); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-outline-dark { border-color: var(--ink); color: var(--ink); }
.text-link, .center-link a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid currentColor; border-radius: 2px; color: var(--red); font-size: .78rem; font-weight: 600; transition: background .2s var(--ease), color .2s var(--ease); }
.text-link:hover, .center-link a:hover { background: var(--red); color: var(--white); }
.text-link.white { border-color: rgba(255,255,255,.75); color: var(--white); }
.text-link.white:hover { background: var(--white); color: var(--red); }
.center-link { margin-top: 38px; text-align: center; }

/* Shared page headers and sections */
.archive-hero { padding: clamp(70px, 8vw, 112px) 0 clamp(56px, 6vw, 84px); background: var(--ink); color: var(--white); }
.has-hero-image { background-color: var(--ink); background-image: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.67) 58%, rgba(0,0,0,.56)), var(--hero-image); background-position: center; background-size: cover; }
.archive-hero h1 { max-width: 950px; margin-bottom: 22px; }
.archive-hero > .container > p:last-child { margin-bottom: 0; color: #f0f1f1; font-size: var(--lead); }
.section-head { display: grid; gap: 20px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head h2 { margin-bottom: 0; color: var(--red); }
.section-head > p, .section-head > div + div p { margin: 0; color: var(--muted); }
.red-panel { padding-block: clamp(62px, 8vw, 100px); background: var(--red); color: var(--white); }
.red-panel .section-head { margin-bottom: 0; }
.red-panel .eyebrow::before { background: var(--white); }
.red-panel h2, .red-panel p, .red-panel .section-head > p, .red-panel .section-head > div + div p { color: var(--white); }
.red-panel .text-link { margin-top: 10px; }

/* Homepage */
.hero { position: relative; min-height: max(650px, 100svh); display: flex; align-items: flex-end; overflow: hidden; background: #08090a; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.035); }
.hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.45) 50%, rgba(0,0,0,.9)); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(48px, 7vw, 88px); }
.hero-rule { height: 1px; margin-bottom: 28px; background: rgba(255,255,255,.62); }
.hero-rule span { display: block; width: clamp(85px, 15vw, 210px); height: 4px; background: var(--red); transform: translateY(-1px); }
.hero-copy-grid { display: grid; gap: 24px; }
.hero-copy-grid h1 { max-width: 720px; margin: 0; font-size: clamp(1.875rem, 3.1vw, 3rem); }
.hero-copy-grid .eyebrow { margin-bottom: 12px; color: #e5e5e5; font-size: .62rem; }
.hero-copy-grid p { margin-bottom: 14px; color: #efefef; font-size: var(--lead); }
.hero-copy-grid span { display: block; margin-bottom: 7px; color: var(--red); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-copy-grid a { font-size: .78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* Product and general cards */
.product-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(10,12,14,.09); }
.product-image { aspect-ratio: 1; overflow: hidden; background: #efefed; }
.product-image img { width: 100%; height: 100%; padding: 7%; object-fit: contain; transition: transform .35s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card h2, .product-card h3 { margin: 16px 16px 5px; font-size: 1rem; letter-spacing: -.02em; }
.product-card > span, .product-card-copy > span { display: block; margin: 0 16px 18px; color: var(--red); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.product-card-copy > p { margin: 16px 16px 0; color: var(--red); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.product-card-copy h2 { margin-top: 7px; }

/* About and brand sections */
.about-section { background: #050505; color: var(--white); }
.about-grid { display: grid; gap: 40px; align-items: center; }
.about-grid h2 { max-width: 750px; color: var(--red); }
.about-grid p { color: #d2d2d2; }
.award-wrap { min-height: 360px; display: grid; place-items: center; overflow: hidden; }
.award-wrap img { max-height: 610px; filter: saturate(.9); }
.stats { display: flex; flex-direction: column; gap: 18px; margin: 30px 0; }
.stats > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.stats strong { color: var(--red); font-size: 2rem; font-weight: 500; }
.stats span { max-width: 160px; font-size: .68rem; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-grid > div { min-height: 96px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(.95rem, 2vw, 1.35rem); font-weight: 600; text-align: center; }
.brand-grid > a { min-height: 96px; display: grid; place-items: center; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-grid img { width: min(100%, 150px); max-height: 54px; object-fit: contain; }
.brand-logo { transition: opacity .22s var(--ease), background .22s var(--ease); }
.brand-logo[hidden] { display: none !important; }
.brand-logo:hover { background: var(--soft); }
.brand-rotator-active.is-changing { opacity: .35; }
.brand-page { margin-bottom: 28px; }
.brand-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; }
.event-band { height: clamp(360px, 48vw, 650px); margin: 0; overflow: hidden; }
.event-band img { width: 100%; height: 100%; object-fit: cover; }

/* Gallery, video, insights and FAQ */
.gallery-grid { display: grid; gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--soft); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.gallery-grid figure:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(10,12,14,.09); }
.gallery-grid a { display: block; height: 100%; cursor: zoom-in; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s var(--ease); }
.gallery-grid figure:hover img { transform: scale(1.025); }
.event-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.event-card > a { height: auto; }
.event-card img { aspect-ratio: 4 / 3; }
.event-card-copy { padding: 20px; }
.event-card-copy h2 { margin-bottom: 8px; font-size: var(--h3); }
.event-card-copy p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.video-section { padding-block: clamp(38px, 6vw, 76px); background: #050505; color: var(--white); }
.video-inner { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #08090a; }
.video-thumbnail, .video-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-thumbnail { object-fit: cover; }
.video-shade { background: rgba(0, 0, 0, .28); }
.play-button { position: absolute; z-index: 2; left: 50%; top: 50%; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; background: rgba(5,5,5,.78); color: var(--white); text-decoration: none; transform: translate(-50%, -50%); transition: background .2s var(--ease), transform .2s var(--ease); }
.play-button:hover { background: var(--red); transform: translate(-50%, -50%) scale(1.04); }
.video-inline-frame { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.video-thumbnail[hidden], .video-shade[hidden], .play-button[hidden], .video-inline-frame[hidden] { display: none !important; }
.event-lightbox { width: min(1120px, 94vw); max-width: none; max-height: 90vh; padding: 0; border: 0; overflow: visible; background: #050505; }
.event-lightbox::backdrop { background: rgba(0,0,0,.9); }
.event-lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.event-lightbox button { position: absolute; z-index: 2; right: 8px; top: 8px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.65); background: rgba(5,5,5,.82); color: var(--white); font-size: 1.45rem; line-height: 1; }
.insight-grid { display: grid; gap: 14px; }
.insight-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.insight-grid article a { height: 100%; display: flex; flex-direction: column; }
.insight-grid article img { width: calc(100% + 56px); max-width: none; aspect-ratio: 16/9; margin: -28px -28px 22px; object-fit: cover; }
.insight-grid article p { color: var(--red); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.insight-grid article h3 { margin-bottom: auto; }
.insight-grid article span { margin-top: 28px; color: var(--red); font-size: .75rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; list-style: none; font-size: .95rem; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--red); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 48px 22px 0; color: var(--muted); font-size: .9rem; }

/* Legacy shared contact block on the homepage */
.contact-split { display: grid; background: var(--red); color: var(--white); }
.map-panel { position: relative; min-height: 480px; }
.map-panel iframe { width: 100%; height: 100%; min-height: 480px; border: 0; filter: grayscale(1); }
.map-panel > div { position: absolute; left: var(--gutter); top: var(--gutter); max-width: 300px; padding: 24px; background: rgba(10,10,10,.92); }
.map-panel strong { font-size: 1.25rem; }
.map-panel p { margin: 10px 0 0; color: #d0d0d0; font-size: .78rem; }
.contact-panel { padding: clamp(48px, 7vw, 92px) var(--gutter); }
.contact-panel h2 { max-width: 650px; }
.contact-panel > p { color: var(--white); }
.contact-list { display: grid; gap: 15px; margin-bottom: 36px; }
.contact-list p { margin: 0; }
.contact-list span { display: block; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* Forms */
.enquiry-form { display: grid; gap: 18px; margin-top: 34px; }
.form-row { display: grid; gap: 18px; }
.enquiry-form label { display: grid; gap: 7px; color: inherit; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea, .enquiry-form select { width: 100%; min-height: 48px; padding: 11px 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: inherit; outline: 0; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: currentColor; opacity: .65; text-transform: none; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-bottom-width: 2px; }
.form-status { min-height: 1.5em; margin: 0; font-size: .8rem; text-transform: none; }
.form-privacy { margin: 0; color: inherit; opacity: 1; font-size: .75rem; line-height: 1.55; text-transform: none; }

/* Contact page */
.contact-method-grid { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.contact-method-grid > * { min-width: 0; min-height: 210px; display: flex; flex-direction: column; padding: 26px; background: var(--white); }
.contact-method-grid span { color: var(--red); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-method-grid strong { margin: auto 0 18px; overflow-wrap: anywhere; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 500; line-height: 1.35; }
.contact-method-grid small { color: var(--muted); font-size: .75rem; }
.contact-workspace { display: grid; }
.contact-form-panel, .contact-guidance { padding: clamp(52px, 8vw, 105px) var(--gutter); }
.contact-form-panel { background: var(--red); color: var(--white); }
.contact-form-panel .eyebrow::before { background: var(--white); }
.contact-form-panel > p { color: var(--white); }
.contact-guidance { background: var(--ink); color: var(--white); }
.contact-guidance h2 { color: var(--red); }
.contact-guidance ol { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid #36393c; }
.contact-guidance li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid #36393c; }
.contact-guidance li > span { color: var(--red); font-size: .68rem; }
.contact-guidance li strong { font-weight: 500; }
.contact-guidance li p { margin: 4px 0 0; color: #bfc2c4; font-size: .85rem; }
.contact-editor-content { margin-top: 34px; color: #d0d2d4; }
.contact-map { position: relative; min-height: 520px; }
.contact-map iframe { width: 100%; min-height: 520px; height: 100%; border: 0; filter: grayscale(1); }
.contact-map-card { position: relative; width: min(100% - 36px, 380px); margin: -190px auto 36px; padding: 28px; background: var(--white); box-shadow: 0 14px 36px rgba(0,0,0,.14); }
.contact-map-card h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.contact-map-card p { color: var(--muted); }

/* Industries */
.industry-grid, .industry-list-grid { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.industry-grid article { padding: 28px; background: var(--white); }
.industry-grid span { color: var(--red); font-size: .68rem; }
.industry-grid h2, .industry-grid h3 { margin: 14px 0 8px; font-size: 1.35rem; }
.industry-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.industry-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white); }
.industry-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.industry-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.industry-card:hover .industry-card-media img { transform: scale(1.035); }
.industry-card-copy { min-height: 205px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 24px; }
.industry-card-copy > span:first-child { color: var(--red); font-size: .68rem; letter-spacing: .08em; }
.industry-card-text { display: flex; flex-direction: column; }
.industry-card h3 { margin-bottom: 12px; }
.industry-card p { margin: 0 0 26px; color: var(--muted); font-size: .88rem; }
.industry-card small { margin-top: auto; color: var(--red); font-size: .72rem; }
.page-editor-content { max-width: var(--reading); margin-top: 50px; }
.industry-next .button { margin-top: 18px; }
.industry-detail-hero .breadcrumbs { margin-bottom: 32px; color: #aeb1b4; }
.industry-featured { margin-top: clamp(42px, 6vw, 80px); }
.industry-featured img { width: 100%; max-height: 680px; object-fit: cover; }
.industry-detail-grid { display: grid; gap: 50px; align-items: start; }
.industry-enquiry-card { padding: 28px; border: 1px solid var(--line); background: var(--soft); }
.industry-enquiry-card h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.industry-enquiry-card ul { margin: 24px 0 28px; padding-left: 20px; color: var(--muted); }

/* About page */
.about-facts-strip { border-bottom: 1px solid var(--line); }
.about-facts-grid { display: grid; }
.about-facts-grid > div { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-facts-grid > div:last-child { border-bottom: 0; }
.about-facts-grid strong { color: var(--red); font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 500; letter-spacing: -.03em; }
.about-facts-grid span { max-width: 220px; color: var(--muted); font-size: .68rem; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.about-copy-grid { display: grid; gap: 22px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-copy-grid p { margin: 0; color: var(--muted); }
.editorial-banner { position: relative; margin: clamp(34px, 6vw, 72px) 0 0; overflow: hidden; background: var(--ink); }
.editorial-banner img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.editorial-banner figcaption { position: absolute; right: 0; bottom: 0; max-width: min(92%, 620px); padding: 14px 18px; background: rgba(5, 5, 5, .86); color: var(--white); font-size: .68rem; line-height: 1.5; letter-spacing: .045em; text-transform: uppercase; }
.industries-visual { padding: 0 0 clamp(12px, 3vw, 34px); }
.editorial-banner-industries { margin-top: 0; }
.about-team-grid { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.about-team-grid article { min-height: 250px; display: flex; flex-direction: column; padding: 28px; background: var(--white); }
.about-team-grid article > span { color: var(--red); font-size: .68rem; }
.about-team-grid article > div { margin-top: auto; }
.about-team-grid h3 { margin: 8px 0; }
.about-team-grid article p:last-child { margin: 0; color: var(--muted); font-size: .87rem; }
.about-team-role { margin: 0; color: var(--red); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.about-team-grid.has-profiles article { min-height: 0; padding: 0; }
.team-profile-photo { overflow: hidden; aspect-ratio: 4 / 3; background: var(--soft); }
.team-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-profile-copy { padding: 24px; }
.team-profile-copy > span { color: var(--red); font-size: .68rem; }
.team-profile-link { display: inline-block; margin-top: 18px; color: var(--red); font-size: .74rem; font-weight: 600; }

/* Blog archive and article */
.blog-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-bottom: 26px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: .75rem; }
.blog-toolbar p { margin: 0; color: var(--muted); }
.blog-toolbar a { color: var(--red); }
.blog-grid { display: grid; gap: 18px; }
.blog-card { min-width: 0; border: 1px solid var(--line); background: var(--white); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(10,12,14,.09); }
.blog-card-media { aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: #35383b; font-size: clamp(2rem, 6vw, 4.5rem); font-weight: 600; letter-spacing: -.06em; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-copy { padding: 24px; }
.blog-meta { margin-bottom: 14px; color: var(--red); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin-bottom: 14px; font-size: var(--h3); }
.blog-card-copy > p:not(.blog-meta) { color: var(--muted); font-size: .88rem; }
.article-header { padding: clamp(70px, 8vw, 112px) 0 clamp(56px, 6vw, 84px); background-color: var(--ink); color: var(--white); }
.article-header h1 { max-width: 1000px; margin-bottom: 26px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: .72rem; }
.article-header .breadcrumbs { color: #aeb1b4; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: #edf0f1; font-size: .73rem; text-transform: uppercase; letter-spacing: .05em; }
.article-featured { margin-top: clamp(40px, 6vw, 72px); }
.article-featured img { width: 100%; max-height: 720px; object-fit: cover; }
.article-layout { display: grid; gap: 38px; padding-block: clamp(58px, 8vw, 105px); }
.article-layout > * { min-width: 0; }
.article-share { display: flex; flex-wrap: wrap; gap: 9px 16px; align-content: start; }
.article-share span { flex-basis: 100%; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.article-share a { color: var(--red); font-size: .73rem; }
.article-content { max-width: var(--reading); }
.entry-content { font-size: 1rem; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 2.1em; font-size: clamp(1.4rem, 2vw, 1.95rem); }
.entry-content h3 { margin-top: 1.8em; }
.entry-content p, .entry-content li { color: #3f4448; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { margin-block: 28px; }
.entry-content blockquote { margin: 36px 0; padding: 8px 0 8px 24px; border-left: 3px solid var(--red); font-size: var(--lead); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-navigation { display: grid; gap: 14px; padding: 28px 0 clamp(60px, 8vw, 100px); border-top: 1px solid var(--line); }
.article-navigation > div:last-child { text-align: right; }
.article-navigation span { display: block; color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.article-navigation a { color: var(--red); font-size: .88rem; }

/* Product catalogue and detail */
.catalogue-section { padding-block: clamp(48px, 7vw, 92px); }
.catalogue-layout { display: grid; gap: 28px; }
.filter-toggle { min-height: 48px; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 16px; border: 1px solid var(--line); background: var(--white); text-align: left; }
.catalogue-sidebar { display: none; }
.catalogue-sidebar.open { display: block; }
.catalogue-filters { display: grid; gap: 10px; padding: 20px; border: 1px solid var(--line); }
.filter-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.filter-heading h2 { margin: 0; font-size: 1.1rem; }
.filter-heading a { color: var(--red); font-size: .72rem; }
.catalogue-filters label { margin-top: 9px; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.catalogue-filters input, .catalogue-filters select, .results-toolbar select { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--text); }
.catalogue-filters .button { width: 100%; margin-top: 12px; }
.results-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.results-toolbar p { margin: 0; font-size: .84rem; }
.results-toolbar form { display: flex; align-items: center; gap: 10px; }
.results-toolbar label { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.results-toolbar select { width: auto; min-width: 145px; }
.empty-results { padding: clamp(40px, 7vw, 80px); background: var(--soft); text-align: center; }
.empty-results h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.empty-results p { margin-inline: auto; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--line); font-size: .75rem; }
.page-numbers.current { background: var(--ink); color: var(--white); }
.pdp-hero { padding: clamp(70px, 9vw, 120px) 0 72px; background: var(--soft); }
.pdp-grid { display: grid; gap: 44px; }
.pdp-media { aspect-ratio: 1; border: 1px solid var(--line); background: var(--white); }
.pdp-media img { width: 100%; height: 100%; padding: 8%; object-fit: contain; }
.pdp-copy { align-self: center; }
.pdp-copy h1 { font-size: var(--h1); }
.pdp-lede { color: var(--muted); font-size: var(--lead); }
.pdp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.quick-facts { border-top: 1px solid var(--line); }
.quick-facts > div { display: grid; grid-template-columns: 100px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.quick-facts dt { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.quick-facts dd { margin: 0; font-size: .85rem; }
.pdp-body { display: grid; gap: 55px; }
.spec-table { border-top: 1px solid var(--line); }
.spec-table > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-table dt { color: var(--muted); }
.spec-table dd { margin: 0; font-weight: 500; }
.pdp-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 65px; }
.pdp-gallery img { width: 100%; aspect-ratio: 1; background: var(--soft); object-fit: contain; }
.download-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 65px; padding: 28px; border: 1px solid var(--line); }
.download-row h2 { margin: 0; font-size: 1.6rem; }
.download-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.related-products { margin-top: 75px; }

/* Generic pages, search and errors */
.page-head { margin-bottom: 45px; }
.article-wrap { max-width: 860px; }
.post-list article { padding-block: 30px; border-top: 1px solid var(--line); }
.post-list h2 { font-size: clamp(1.5rem, 3vw, 2.35rem); }
.error-page { min-height: 75vh; padding: 170px 0 90px; background: var(--ink); color: var(--white); }
.error-page form { margin-top: 32px; }
.error-page input[type="search"] { min-height: 48px; padding: 10px; }

/* Footer */
.site-footer { padding-top: 68px; background: var(--ink); color: #c4c6c8; }
.footer-grid { display: grid; gap: 36px; padding-bottom: 52px; }
.footer-grid h2 { color: var(--white); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a, .footer-grid address { font-size: .78rem; font-style: normal; }
.footer-intro img { width: 90px; margin-bottom: 16px; }
.footer-intro p { font-size: .78rem; }
.footer-cta p { margin: 0; color: var(--white); }
.footer-cta .button { margin-top: 10px; }
.footer-base { display: flex; flex-direction: column; gap: 12px; padding-block: 22px; border-top: 1px solid #333; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-base a { text-decoration: underline; text-underline-offset: 3px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.footer-legal button { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; text-decoration: underline; text-transform: inherit; text-underline-offset: 3px; cursor: pointer; }
.mobile-sticky-actions { position: fixed; z-index: 58; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; box-shadow: 0 10px 28px rgba(0,0,0,.28); background: var(--ink); color: var(--white); transition: opacity .2s var(--ease), transform .2s var(--ease); }
.mobile-sticky-actions a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 12px; font-size: .75rem; font-weight: 600; }
.mobile-sticky-actions a + a { border-left: 1px solid rgba(255,255,255,.25); background: var(--red); }
.menu-open .mobile-sticky-actions { pointer-events: none; opacity: 0; transform: translateY(12px); }

/* Privacy controls and policy-conscious blog advertising */
.cookie-notice { position: fixed; z-index: 90; right: 18px; bottom: 18px; left: 18px; width: min(760px, calc(100% - 36px)); max-height: calc(100vh - 36px); display: grid; gap: 20px; padding: 24px; overflow-y: auto; border: 1px solid #3a3d40; border-radius: 3px; box-shadow: 0 18px 60px rgba(0,0,0,.34); background: var(--white); color: var(--text); }
.cookie-notice[hidden] { display: none !important; }
.cookie-notice .eyebrow { margin-bottom: 8px; color: var(--red); }
.cookie-notice p { margin: 0; font-size: .86rem; line-height: 1.65; }
.cookie-notice a { display: inline-block; margin-top: 10px; color: var(--red); font-size: .75rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice-actions { display: grid; gap: 8px; align-content: end; }
.cookie-notice-actions .button { width: 100%; }
.ad-slot { min-height: 140px; margin-block: clamp(34px, 6vw, 62px); padding: 18px; border-block: 1px solid var(--line); background: #fafafa; text-align: center; }
.ad-slot > span { display: block; margin-bottom: 12px; color: var(--muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.ad-slot-grid { grid-column: 1 / -1; width: 100%; margin-block: 12px; }
.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }
.policy-page .entry-content > h2 { margin-top: 46px; }
.policy-page .entry-content > h2:first-child { margin-top: 0; }
.policy-page .entry-content table { width: 100%; border-collapse: collapse; }
.policy-page .entry-content th, .policy-page .entry-content td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-page .entry-content th { background: var(--soft); }
[data-consent-embed]:not(.is-loaded) iframe { visibility: hidden; }
[data-consent-embed].is-loaded [data-consent-accept] { display: none; }
.map-panel [data-consent-accept], .contact-map-card [data-consent-accept] { margin-top: 14px; }

/* Elementor compatibility */
.elementor-section.elementor-section-boxed > .elementor-container, .e-con-boxed > .e-con-inner { max-width: var(--max); }
.elementor-widget-text-editor { font-family: Poppins, Arial, sans-serif; }

/* Progressive motion */
.motion-ready .reveal-target { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-target.is-visible { opacity: 1; transform: none; }

@media (min-width: 560px) {
	.header-enquiry { display: inline-flex; }
	.header-action-icon { display: none; }
	.product-grid { grid-template-columns: repeat(2, 1fr); }
	.gallery-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
	.brand-grid { grid-template-columns: repeat(4, 1fr); }
	.form-row { grid-template-columns: 1fr 1fr; }
	.contact-map-card { margin-left: var(--gutter); }
	.article-navigation { grid-template-columns: 1fr 1fr; }
	.footer-base { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 700px) {
	.mobile-sticky-actions { display: none; }
	.cookie-notice { grid-template-columns: minmax(0, 1fr) 220px; align-items: center; }
	.announcement { height: 42px; min-height: 42px; padding: 8px var(--gutter); font-size: .68rem; }
	.site-header { top: 42px; }
	body.admin-bar.home .site-header { top: 88px; }
	.about-facts-grid { grid-template-columns: repeat(3, 1fr); }
	.about-facts-grid > div { grid-template-columns: auto 1fr; padding: 25px 20px; border-bottom: 0; }
	.about-facts-grid > div + div { border-left: 1px solid var(--line); }
	.about-copy-grid, .contact-method-grid { grid-template-columns: repeat(2, 1fr); }
	.contact-method-grid > *:last-child { grid-column: 1 / -1; }
	.industry-grid, .industry-list-grid, .about-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 783px) {
	body.admin-bar.home .site-header { top: 74px; }
}

@media (min-width: 900px) {
	.header-inner { height: 88px; }
	.section-head { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; }
	.section-head > p, .section-head > div + div { justify-self: end; width: min(100%, 430px); }
	.hero-copy-grid { grid-template-columns: 1.1fr .9fr; align-items: end; }
	.hero-copy-grid > div:last-child { justify-self: end; width: min(100%, 440px); }
	.about-grid { grid-template-columns: .8fr 1.2fr; }
	.award-wrap { min-height: 600px; }
	.stats { flex-direction: row; gap: 28px; }
	.gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.insight-grid { grid-template-columns: repeat(3, 1fr); }
	.contact-split { grid-template-columns: 1fr 1.08fr; }
	.contact-workspace { grid-template-columns: 1.05fr .95fr; }
	.contact-method-grid { grid-template-columns: repeat(3, 1fr); }
	.contact-method-grid > *:last-child { grid-column: auto; }
	.industry-grid, .industry-list-grid, .about-team-grid { grid-template-columns: repeat(3, 1fr); }
	.industry-detail-grid { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(60px, 8vw, 120px); }
	.industry-enquiry-card { position: sticky; top: 28px; }
	.blog-grid { grid-template-columns: repeat(3, 1fr); }
	.article-layout { grid-template-columns: 150px minmax(0, 760px); justify-content: center; gap: clamp(45px, 7vw, 95px); }
	.article-share { position: sticky; top: 28px; flex-direction: column; }
	.article-share span { flex-basis: auto; }
	.pdp-grid { grid-template-columns: 1fr 1fr; }
	.pdp-body { grid-template-columns: 1.1fr .9fr; }
	.catalogue-layout { grid-template-columns: 280px minmax(0, 1fr); align-items: start; }
	.filter-toggle { display: none; }
	.catalogue-sidebar { position: sticky; top: 24px; display: block; }
	.archive-products { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: 1.5fr .7fr 1fr 1fr; }
}

@media (min-width: 1080px) {
	.product-grid { grid-template-columns: repeat(4, 1fr); }
	.header-inner { grid-template-columns: auto auto minmax(0, 1fr) auto; gap: 30px; }
	.menu-toggle { display: none; }
	.brand { justify-self: start; }
	.desktop-menu { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 34px); }
	.desktop-menu a { font-size: .76rem; font-weight: 500; }
}

@media (max-width: 559px) {
	body { padding-bottom: 70px; }
	.cookie-notice { bottom: 72px; max-height: calc(100vh - 92px); padding: 20px; }
	.header-inner { height: 72px; }
	.brand img { width: 88px; }
	.archive-hero { padding-top: 64px; }
	.hero { min-height: 700px; }
	.hero-actions .button, .pdp-actions .button { width: 100%; }
	.pdp-gallery { grid-template-columns: 1fr; }
	.contact-form-panel .button { width: 100%; }
	.entry-content table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@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; }
	.motion-ready .reveal-target { opacity: 1; transform: none; }
	.hero-media { transform: none; }
	.product-card:hover, .blog-card:hover, .gallery-grid figure:hover, .button:hover { transform: none; }
}
