:root{
  --royal-red:#ed111f;
  --royal-red-dark:#bf0914;
  --royal-ink:#0c1118;
  --royal-navy:#111b27;
  --royal-muted:#5f6670;
  --royal-line:#e5e8ec;
  --royal-soft:#f7f8fa;
  --royal-white:#fff;
  --royal-shadow:0 18px 50px rgba(11,18,27,.12);
  --royal-container:1360px;
  --royal-content:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;color:var(--royal-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.royal-container{width:min(var(--royal-content),calc(100% - 48px));margin-inline:auto}
.royal-container--wide{width:min(var(--royal-container),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:18px;top:-80px;z-index:9999;padding:11px 16px;border-radius:8px;background:#fff;box-shadow:var(--royal-shadow)}
.skip-link:focus{top:18px}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

/* shared header */
.site-topbar{height:38px;color:#eef2f6;background:#08111a;font-size:11px}
.site-topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-topbar__items{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,4vw,58px);flex:1}
.site-topbar__item,.site-topbar__phone{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.site-topbar svg{font-size:14px;color:#d8dfe7}
.site-topbar__phone{font-weight:700}
.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 5px 22px rgba(3,10,18,.08)}
.site-header__inner{min-height:72px;display:flex;align-items:center;gap:26px}
.home .site-header{margin-bottom:-92px;background:transparent;box-shadow:none}
.home .site-header__inner{min-height:76px;margin-top:14px;padding:0 18px 0 20px;border:1px solid rgba(255,255,255,.75);border-radius:15px;background:rgba(255,255,255,.98);box-shadow:0 13px 34px rgba(0,0,0,.24);transition:min-height .25s ease,margin-top .25s ease,border-radius .25s ease,box-shadow .25s ease}
.home .site-header.is-scrolled .site-header__inner{min-height:66px;margin-top:8px;border-radius:13px;box-shadow:0 14px 34px rgba(6,13,21,.2);backdrop-filter:blur(16px)}
.site-brand{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;min-width:195px}
.site-brand__mark{width:39px;height:43px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#f12835,#c80915);font:30px/1 Georgia,serif;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.site-brand__logo{width:auto;max-width:195px;max-height:52px;object-fit:contain}
.site-brand__copy{display:flex;flex-direction:column;line-height:1}
.site-brand__copy strong{font:500 28px/1 Georgia,serif;letter-spacing:-.7px}
.site-brand__copy small{margin-top:6px;color:#69717b;font-size:6.3px;font-weight:800;letter-spacing:.18px}
.primary-navigation{margin-left:auto;align-self:stretch}
.primary-navigation>div,.primary-navigation>ul{height:100%}
.primary-menu{height:100%;margin:0;padding:0;display:flex;align-items:stretch;list-style:none}
.primary-menu>li{position:relative;display:flex;align-items:stretch}
.primary-menu>li>a{position:relative;padding:0 14px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.primary-menu>li>a::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--royal-red);transform:scaleX(0);transition:transform .2s ease}
.primary-menu>li:hover>a::after,.primary-menu>.current-menu-item>a::after,.primary-menu>.current_page_item>a::after,.primary-menu>li>a.is-active::after{transform:scaleX(1)}
.primary-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;margin:0;padding:9px;list-style:none;border:1px solid var(--royal-line);border-radius:11px;background:#fff;box-shadow:var(--royal-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.primary-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.primary-menu .sub-menu a{display:block;padding:10px 12px;border-radius:7px;font-size:12px;font-weight:700}
.primary-menu .sub-menu a:hover{color:var(--royal-red);background:#fff4f5}
.nav-quote{flex:0 0 auto}
.nav-toggle{display:none;width:44px;height:44px;margin-left:auto;border:0;border-radius:9px;background:#f2f4f6}
.nav-toggle span{display:block;width:23px;height:2px;margin:5px auto;background:#111821;transition:.22s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* controls */
.royal-button{min-height:46px;padding:0 22px;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.1px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.royal-button:hover{transform:translateY(-2px)}
.royal-button svg{font-size:17px}
.royal-button--primary{color:#fff;background:linear-gradient(135deg,#f01927,#d80715);box-shadow:0 10px 24px rgba(237,17,31,.28)}
.royal-button--primary:hover{box-shadow:0 14px 30px rgba(237,17,31,.38)}
.royal-button--outline{color:var(--royal-red);background:#fff;border-color:var(--royal-red)}
.royal-button--ghost{color:#fff;background:rgba(6,11,18,.53);border-color:rgba(255,255,255,.5);backdrop-filter:blur(8px)}
.royal-button--light{min-width:230px;color:var(--royal-red);background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.22)}

/* homepage */
.home-hero{position:relative;min-height:650px;overflow:hidden;color:#fff;background:#07101a;border-radius:0 0 38px 38px;isolation:isolate}
.home-hero__background{position:absolute;inset:0;z-index:-3;background:url("../images/hero-welder.jpg") center 48%/cover no-repeat;transform:scale(1.01)}
.home-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(2,7,14,.98) 0%,rgba(3,8,15,.91) 34%,rgba(4,9,16,.34) 64%,rgba(4,8,14,.05) 100%)}
.home-hero::after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:145px;background:radial-gradient(circle at 0 100%,rgba(225,10,30,.82),transparent 45%),radial-gradient(circle at 100% 100%,rgba(0,89,255,.68),transparent 43%)}
.home-hero__inner{min-height:650px;padding:155px 0 27px;display:flex;flex-direction:column;justify-content:space-between}
.home-hero__copy{width:min(650px,56%)}
.eyebrow{display:inline-flex;padding:6px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#eff2f6;background:rgba(5,9,15,.34);font-size:10px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;backdrop-filter:blur(8px)}
.home-hero h1{max-width:720px;margin:18px 0 16px;font-family:"Arial Narrow",Arial,sans-serif;font-size:clamp(52px,5vw,74px);line-height:.94;letter-spacing:-2.8px;text-transform:uppercase}
.home-hero h1 em{color:#f21e2c;font-style:normal}
.home-hero__copy>p{max-width:545px;margin:0;color:#e5e8ec;font-size:16px}
.home-hero__actions{margin-top:27px;display:flex;flex-wrap:wrap;gap:13px}
.home-stats{width:100%;min-height:96px;padding:15px 16px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid rgba(255,255,255,.35);border-radius:15px;background:rgba(6,11,18,.73);box-shadow:0 16px 40px rgba(0,0,0,.34);backdrop-filter:blur(13px)}
.home-stat{min-width:0;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.25)}
.home-stat:last-child{border-right:0}
.home-stat>svg{flex:0 0 35px;width:35px;height:35px}
.home-stat strong,.home-stat span{display:block}
.home-stat strong{font-size:16px;line-height:1.2}
.home-stat span{max-width:110px;margin-top:3px;color:#d5d9df;font-size:10.5px;line-height:1.35}
.home-showcase{padding:63px 0 52px;text-align:center;background:radial-gradient(circle at 50% 56%,#fff 0,#fafafa 56%,#f0f1f3 100%)}
.home-showcase h2{margin:0;color:#d71c27;font-family:"Arial Narrow",Arial,sans-serif;font-size:clamp(35px,3.9vw,54px);line-height:1.01;letter-spacing:-1.6px;text-transform:uppercase}
.home-showcase__image{position:relative;width:min(1020px,96%);margin:12px auto 18px}
.home-showcase__image::after{content:"";position:absolute;left:16%;right:16%;bottom:3%;height:11%;z-index:-1;border-radius:50%;background:rgba(22,25,30,.16);filter:blur(20px)}
.home-showcase__image img{width:100%;mix-blend-mode:multiply}
.section-block{padding:65px 0}
.section-heading{margin:0 auto 28px;text-align:center}
.section-kicker{display:block;margin-bottom:6px;color:var(--royal-red);font-size:10px;font-weight:900;letter-spacing:.32px;text-transform:uppercase}
.section-heading h2{margin:0;font-family:"Arial Narrow",Arial,sans-serif;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.8px;text-transform:uppercase}
.section-heading--wide{max-width:1040px}
.section-heading--wide h2{text-transform:none}
.section-heading--wide p{max-width:1000px;margin:13px auto 0;color:var(--royal-muted);font-size:14px;line-height:1.65}
.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-product-card{padding:13px 13px 19px;overflow:hidden;border:1px solid #e9ebef;border-radius:13px;background:#fff;box-shadow:0 10px 28px rgba(15,21,29,.08);transition:.25s ease}
.home-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(15,21,29,.14)}
.home-product-card__image{height:255px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:linear-gradient(180deg,#fff,#fafbfc)}
.home-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.home-product-card:hover img{transform:scale(1.055)}
.home-product-card h3{min-height:45px;margin:15px 6px 7px;font-family:"Arial Narrow",Arial,sans-serif;font-size:17px;line-height:1.18;text-transform:uppercase}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--royal-red);font-size:11px;font-weight:900;text-transform:uppercase}
.home-industries{padding-top:42px;background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)}
.home-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.home-industry-card{position:relative;min-height:132px;padding:16px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden;color:#fff;border-radius:11px;isolation:isolate;box-shadow:0 8px 22px rgba(8,13,20,.16);background-image:linear-gradient(180deg,rgba(3,7,12,.08),rgba(3,7,12,.91)),var(--bg);background-size:cover;background-position:center;transition:.25s ease}
.home-industry-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(8,13,20,.24)}
.home-industry-card span{max-width:calc(100% - 40px);font-family:"Arial Narrow",Arial,sans-serif;font-size:13px;font-weight:900;text-transform:uppercase}
.home-industry-card b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:var(--royal-red)}
.section-cta{margin-top:22px;text-align:center}

/* common benefits */
.benefit-strip{padding:30px 0 35px;background:#f8f9fb}
.benefit-strip__grid{padding:23px 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--royal-line);border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(13,19,27,.08)}
.home .benefit-strip__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.benefit-item{min-width:0;padding:2px 18px;display:flex;align-items:flex-start;gap:13px;border-right:1px solid #e5e7eb}
.benefit-item:last-child{border-right:0}
.benefit-item>svg{flex:0 0 38px;width:38px;height:38px;color:var(--royal-red)}
.benefit-item h3{margin:0 0 5px;font-size:11px;line-height:1.3;text-transform:uppercase}
.benefit-item p{margin:0;color:var(--royal-muted);font-size:10.5px;line-height:1.5}

/* product category page */
.product-archive-hero{position:relative;min-height:455px;overflow:hidden;color:#fff;background:#07101a;isolation:isolate}
.product-archive-hero::before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,#06101a 0%,#07121d 44%,rgba(7,18,29,.23) 72%),url("../images/category-hero.jpg") right center/auto 100% no-repeat}
.product-archive-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:150px;z-index:-2;background:radial-gradient(circle at 0 100%,rgba(238,17,31,.82),transparent 46%)}
.product-archive-hero__inner{min-height:455px;padding:35px 0 115px;display:flex;align-items:center}
.product-archive-hero__copy{width:min(540px,54%)}
.breadcrumbs{margin:0 0 14px;padding:0;display:flex;align-items:center;gap:8px;color:#d8dce2;font-size:11px;list-style:none}
.breadcrumbs a:hover{color:#fff}
.product-archive-hero h1{margin:0 0 17px;font-family:"Arial Narrow",Arial,sans-serif;font-size:46px;line-height:.98;letter-spacing:-1px}
.product-archive-hero h1 span{display:block;color:var(--royal-red)}
.product-archive-hero p{max-width:520px;margin:0;color:#e3e7eb;font-size:13px;line-height:1.55}
.product-search{position:relative;width:min(100%,470px);margin-top:19px}
.product-search input{width:100%;height:48px;padding:0 50px 0 16px;color:#fff;border:1px solid rgba(255,255,255,.6);border-radius:7px;outline:0;background:rgba(5,10,16,.5)}
.product-search input::placeholder{color:#d4d8dd}
.product-search button{position:absolute;right:3px;top:3px;width:42px;height:42px;border:0;color:#fff;background:transparent}
.archive-stats{margin-top:26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.archive-stat{padding:0 19px;display:flex;align-items:flex-start;gap:11px;border-right:1px solid rgba(255,255,255,.28)}
.archive-stat:first-child{padding-left:0}
.archive-stat:last-child{border-right:0}
.archive-stat svg{flex:0 0 27px;width:27px;height:27px}
.archive-stat strong,.archive-stat span{display:block}
.archive-stat strong{font-size:14px}
.archive-stat span{color:#d8dde3;font-size:10.5px;line-height:1.35}
.product-catalogue{position:relative;z-index:2;margin-top:-112px;padding:26px;border:1px solid #e1e4e8;border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 22px 55px rgba(10,17,26,.14)}
.product-catalogue__layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:27px}
.product-sidebar{padding:11px 0 0}
.product-sidebar h2{margin:0 12px 15px;font-size:13px;text-transform:uppercase}
.category-menu{margin:0;padding:0;list-style:none}
.category-menu li{border-bottom:1px solid #eceef1}
.category-menu a{min-height:80px;padding:13px 15px;display:grid;grid-template-columns:39px minmax(0,1fr) 18px;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px}
.category-menu a:hover,.category-menu a.is-active{color:var(--royal-red);border-color:#ffb5bb;background:#fff}
.category-menu svg{width:30px;height:30px;color:currentColor}
.category-menu strong{display:block;font-size:13px;color:var(--royal-ink)}
.category-menu a.is-active strong,.category-menu a:hover strong{color:var(--royal-red)}
.category-menu small{display:block;margin-top:4px;color:var(--royal-muted);font-size:10.5px}
.category-menu .chevron{font-size:24px;line-height:1}
.expert-card{margin-top:22px;padding:24px 21px;border:1px solid #ffc2c7;border-radius:12px;background:linear-gradient(145deg,#fff 20%,#fff0f1)}
.expert-card__icon{width:45px;height:45px;margin-bottom:15px;display:grid;place-items:center;color:var(--royal-red);border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(10,17,26,.12)}
.expert-card h3{margin:0 0 7px;font-size:17px}
.expert-card p{margin:0 0 18px;color:var(--royal-muted);font-size:13px}
.expert-card .royal-button{width:100%}
.product-main{min-width:0}
.category-featured{min-height:175px;padding:30px 31px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,48%);align-items:center;overflow:hidden;border:1px solid var(--royal-line);border-radius:12px;background:linear-gradient(90deg,#fff 0%,#fff 45%,#fff0f2 100%)}
.category-featured h2{margin:0 0 8px;font-family:"Arial Narrow",Arial,sans-serif;font-size:29px}
.category-featured p{max-width:360px;margin:0;color:var(--royal-muted);font-size:14px}
.category-featured img{width:100%;height:140px;object-fit:contain;mix-blend-mode:multiply}
.subcategory-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.subcategory-card{min-width:0;padding:15px 15px 18px;border:1px solid var(--royal-line);border-radius:12px;background:#fff;transition:.22s ease}
.subcategory-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(12,18,27,.1)}
.subcategory-card__image{height:155px;display:grid;place-items:center;overflow:hidden}
.subcategory-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}
.subcategory-card:hover img{transform:scale(1.05)}
.subcategory-card h3{min-height:42px;margin:8px 0 15px;font-size:16px;line-height:1.2}
.subcategory-card a{display:flex;align-items:center;justify-content:space-between;color:var(--royal-red);font-size:12px;font-weight:850}

/* product detail */
.product-detail-page{padding:42px 0 0;background:linear-gradient(180deg,#fff,#fbfbfc)}
.product-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px;align-items:start}
.product-gallery{min-width:0}
.product-gallery__stage{position:relative;height:520px;padding:24px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--royal-line);border-radius:12px;background:linear-gradient(180deg,#fff,#fafbfc)}
.product-gallery__stage img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.gallery-arrow,.gallery-zoom{position:absolute;width:43px;height:43px;display:grid;place-items:center;color:var(--royal-red);border:0;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(10,17,26,.14)}
.gallery-arrow--prev{left:7px;top:50%;transform:translateY(-50%)}
.gallery-arrow--next{right:7px;top:50%;transform:translateY(-50%)}
.gallery-zoom{right:15px;bottom:15px}
.product-thumbnails{margin-top:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.product-thumb{height:78px;padding:5px;border:1px solid var(--royal-line);border-radius:8px;background:#fff}
.product-thumb.is-active{border:2px solid var(--royal-red)}
.product-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-summary{padding:13px 0}
.product-summary__eyebrow{display:block;margin-bottom:12px;color:var(--royal-red);font-size:15px;font-weight:900;text-transform:uppercase}
.product-summary h1{margin:0;font-family:"Arial Narrow",Arial,sans-serif;font-size:58px;line-height:.98;letter-spacing:-1px;text-transform:uppercase}
.product-summary__standard{margin:12px 0 18px;color:#293140;font-size:27px;font-weight:800}
.product-summary__divider{width:40px;height:4px;margin:0 0 22px;background:var(--royal-red)}
.product-summary__description{color:#20252c;font-size:15px;line-height:2}
.product-summary__description p{margin:0 0 5px}
.specification-card{margin-top:22px;padding:18px 14px 25px;border:1px solid var(--royal-line);border-radius:12px;background:#fff}
.specification-section+ .specification-section{margin-top:22px}
.specification-section h2{margin:0 0 11px;font-size:17px;text-transform:uppercase}
.table-scroll{overflow-x:auto;border-radius:8px}
.spec-table{width:100%;min-width:720px;border-collapse:collapse;border:1px solid var(--royal-line);font-size:13px;text-align:center}
.spec-table th,.spec-table td{padding:12px 13px;border:1px solid #e2e5e9}
.spec-table thead th{color:#fff;background:#202936;font-weight:800}
.spec-table--red thead th{background:linear-gradient(180deg,#f20d1e,#d60011)}
.spec-table tbody th{text-align:left;background:#fff;font-weight:800}
.spec-table .check{color:#0ab72a;font-size:23px;font-weight:900}
.spec-note{margin-top:0;padding:12px 16px;display:flex;align-items:flex-start;gap:12px;color:#555d66;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#fff,#f5f5f5);font-size:12px}
.spec-note svg{flex:0 0 22px;width:22px;height:22px;color:var(--royal-red)}
.spec-note strong{color:var(--royal-red)}
.product-lightbox{position:fixed;inset:0;z-index:1000;padding:30px;display:none;place-items:center;background:rgba(2,7,13,.88)}
.product-lightbox.is-open{display:grid}
.product-lightbox img{max-width:min(1000px,92vw);max-height:88vh;border-radius:12px;background:#fff}
.product-lightbox button{position:absolute;right:25px;top:20px;width:46px;height:46px;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.12);font-size:25px}

/* footer */
.pre-footer-cta{position:relative;overflow:hidden;color:#fff;border-radius:36px 36px 0 0;background:linear-gradient(100deg,#5e0710 0%,#cf0617 47%,#040a11 100%)}
.pre-footer-cta::after{content:"";position:absolute;inset:0 0 0 auto;width:46%;opacity:.76;background:url("../images/hero-welder.jpg") right center/cover no-repeat;mask-image:linear-gradient(90deg,transparent,#000 42%)}
.pre-footer-cta__inner{position:relative;z-index:2;min-height:145px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.pre-footer-cta h2{margin:0;font-family:"Arial Narrow",Arial,sans-serif;font-size:28px;line-height:1.03;text-transform:uppercase}
.pre-footer-cta p{max-width:430px;margin:8px 0 0;color:#ffe4e7;font-size:13px}
.site-footer{color:#d5dae1;background:#0d1721}
.site-footer__grid{padding:44px 0 36px;display:grid;grid-template-columns:1.25fr .75fr 1fr 1.25fr;gap:50px}
.site-footer .site-brand{color:#fff;min-width:0}
.site-footer .site-brand__copy small{color:#9ba4af}
.site-footer__about>p{max-width:285px;margin:17px 0;color:#aeb6c0;font-size:12px}
.site-footer h3{margin:4px 0 16px;color:#fff;font-size:12px;text-transform:uppercase}
.site-footer ul{margin:0;padding:0;list-style:none}
.site-footer li{margin:6px 0;font-size:12px}
.site-footer a{color:#cfd5dc}
.site-footer a:hover{color:#fff}
.social-links{display:flex;gap:8px}
.social-links a{width:29px;height:29px;display:grid;place-items:center;border:1px solid #64707d;border-radius:50%;font-size:11px;font-weight:800}
.footer-contact li{display:flex;align-items:flex-start;gap:10px}
.footer-contact svg{flex:0 0 15px;width:15px;height:15px;margin-top:3px;color:var(--royal-red)}
.site-footer__bottom{border-top:1px solid #2c3641}
.site-footer__bottom-inner{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#8f99a5;font-size:11.5px}
.site-footer__legal{display:flex;gap:20px}

.reveal{opacity:0;transform:translateY(15px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1180px){
  .site-header__inner{gap:14px}.site-brand{min-width:175px}.primary-menu>li>a{padding-inline:9px;font-size:10px}.primary-menu>li>a::after{left:9px;right:9px}.nav-quote{padding-inline:15px}
  .home-stat{padding-inline:10px}.home-product-grid{gap:13px}.product-catalogue__layout{grid-template-columns:245px minmax(0,1fr)}.subcategory-grid{grid-template-columns:repeat(3,1fr)}
  .benefit-strip__grid,.home .benefit-strip__grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.benefit-item:nth-child(even){border-right:0}.benefit-item:nth-child(n+3){padding-top:18px;border-top:1px solid var(--royal-line)}
}
@media(max-width:960px){
  .site-topbar__item:nth-child(n+2){display:none}.site-header__inner{min-height:66px}.home .site-header__inner{margin-top:8px}.nav-toggle{display:block}.primary-navigation{position:absolute;left:18px;right:18px;top:calc(100% + 7px);max-height:calc(100vh - 92px);margin:0;display:none;overflow:auto;border:1px solid var(--royal-line);border-radius:13px;background:rgba(255,255,255,.98);box-shadow:var(--royal-shadow)}.primary-navigation.is-open{display:block}.primary-menu{height:auto;padding:10px;display:block}.primary-menu>li{display:block}.primary-menu>li>a{min-height:46px;padding:0 13px}.primary-menu>li>a::after{left:13px;right:auto;width:34px}.primary-menu .sub-menu{position:static;display:none;min-width:0;margin:0 0 5px 20px;opacity:1;visibility:visible;transform:none;box-shadow:none}.primary-menu li.is-submenu-open>.sub-menu{display:block}.nav-quote{display:none}
  .home-hero,.home-hero__inner{min-height:700px}.home-hero__background{background-position:62% center}.home-hero__inner{padding-top:150px}.home-hero__copy{width:69%}.home-stats{grid-template-columns:repeat(3,1fr)}.home-stat:nth-child(3){border-right:0}.home-product-grid,.home-industry-grid{grid-template-columns:repeat(2,1fr)}
  .product-archive-hero::before{background:linear-gradient(90deg,#06101a 0%,rgba(7,18,29,.88) 53%,rgba(7,18,29,.25) 100%),url("../images/category-hero.jpg") 75% center/auto 100% no-repeat}.product-archive-hero__copy{width:66%}.product-catalogue__layout{grid-template-columns:1fr}.product-sidebar{display:grid;grid-template-columns:1fr 280px;gap:22px}.category-menu{display:grid;grid-template-columns:repeat(2,1fr)}.expert-card{margin-top:0}.subcategory-grid{grid-template-columns:repeat(2,1fr)}
  .product-overview{grid-template-columns:1fr}.product-gallery__stage{height:470px}.product-summary h1{font-size:52px}.site-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .royal-container,.royal-container--wide{width:calc(100% - 28px)}.site-topbar{height:34px;font-size:9px}.site-topbar__inner{width:calc(100% - 20px)}.site-topbar__phone span{display:none}.site-header__inner,.home .site-header__inner{width:calc(100% - 18px);min-height:61px;margin-top:0;padding:0 10px;border-radius:0}.home .site-header{margin-bottom:-61px}.site-brand{min-width:0;gap:8px}.site-brand__mark{width:31px;height:37px;font-size:23px}.site-brand__copy strong{font-size:21px}.site-brand__copy small{font-size:5.2px}.primary-navigation{left:9px;right:9px}.home-hero{min-height:790px;border-radius:0 0 27px 27px}.home-hero__inner{min-height:790px;padding-top:110px;padding-bottom:14px}.home-hero__background{background-position:68% top;background-size:auto 52%;background-repeat:no-repeat}.home-hero::before{background:linear-gradient(180deg,rgba(2,7,13,.2) 0%,rgba(2,7,13,.55) 32%,rgba(2,7,13,.97) 56%,rgba(2,7,13,.99) 100%)}.home-hero__copy{width:100%;margin-top:215px;text-align:center}.home-hero h1{font-size:clamp(40px,12vw,57px);letter-spacing:-1.8px}.home-hero__copy>p{font-size:14px}.home-hero__actions{justify-content:center}.home-stats{grid-template-columns:repeat(2,1fr);padding:7px}.home-stat{min-height:66px;justify-content:flex-start;padding:8px 10px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.home-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.16)}.home-stat:nth-child(4){border-bottom:1px solid rgba(255,255,255,.16)}.home-stat:last-child{grid-column:1/-1;justify-content:center;border:0}.home-showcase{padding:52px 0 44px}.home-showcase h2{font-size:31px}.home-showcase__image{width:118%;margin-left:-9%}.section-block{padding:54px 0}.home-product-grid,.home-industry-grid{grid-template-columns:1fr}.home-product-card__image{height:300px}
  .product-archive-hero{min-height:620px}.product-archive-hero::before{background:linear-gradient(180deg,rgba(5,13,21,.15),rgba(5,13,21,.72) 43%,#07111b 69%),url("../images/category-hero.jpg") 70% top/auto 55% no-repeat}.product-archive-hero__inner{min-height:620px;padding:245px 0 135px;align-items:flex-end}.product-archive-hero__copy{width:100%}.product-archive-hero h1{font-size:39px}.archive-stats{grid-template-columns:repeat(2,1fr);row-gap:16px}.archive-stat{padding:0 10px;border-right:0}.product-catalogue{margin-top:-96px;padding:14px;border-radius:21px}.product-sidebar{display:block}.category-menu{grid-template-columns:1fr 1fr}.category-menu a{min-height:72px;padding:9px}.category-menu small{display:none}.expert-card{margin:18px 0}.category-featured{padding:20px;grid-template-columns:1fr;text-align:center}.category-featured img{margin-top:12px}.subcategory-grid{grid-template-columns:1fr 1fr;gap:10px}.subcategory-card{padding:10px}.subcategory-card__image{height:125px}.subcategory-card h3{font-size:14px}.subcategory-card a{font-size:10.5px}
  .product-detail-page{padding-top:24px}.product-gallery__stage{height:390px;padding:10px}.product-thumbnails{gap:6px}.product-thumb{height:62px}.product-summary h1{font-size:44px}.product-summary__standard{font-size:22px}.product-summary__description{font-size:14px;line-height:1.75}.specification-card{padding:14px 9px 20px}.specification-section h2{font-size:15px}.benefit-strip__grid,.home .benefit-strip__grid{grid-template-columns:1fr;padding:14px 17px}.benefit-item,.benefit-item:nth-child(n+3){padding:15px 0;border:0;border-bottom:1px solid var(--royal-line)}.benefit-item:last-child{border-bottom:0}.pre-footer-cta{border-radius:28px 28px 0 0}.pre-footer-cta::after{width:100%;opacity:.25}.pre-footer-cta__inner{padding:32px 0;flex-direction:column;align-items:flex-start}.site-footer__grid{grid-template-columns:1fr;gap:29px}.site-footer__bottom-inner{padding:17px 0;flex-direction:column;align-items:flex-start}.site-footer__legal{flex-wrap:wrap;gap:11px 17px}
}
@media(max-width:420px){.category-menu{grid-template-columns:1fr}.subcategory-grid{grid-template-columns:1fr}.product-gallery__stage{height:320px}.product-summary h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}
