:root{
  --paper:#f2f1ec;
  --ink:#20231f;
  --muted:#646760;
  --red:#d8241d;
  --line:#d4d5cc;
  --dark:#242b27;
  --max:1320px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none}
*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:110px}
body{
  margin:0}
a{
  color:inherit;
  text-decoration:none}
button,input,textarea{
  font:inherit}
button{
  cursor:pointer}
img{
  display:block;
  max-width:100%;
  height:auto}
figure,p,h1,h2,h3{
  margin:0}
p{
  line-height:1.65}
::selection{
  background:var(--red);
  color:white}
:focus-visible{
  outline:3px solid var(--red);
  outline-offset:5px}
.wrap{
  width:calc(100% - 112px);
  max-width:var(--max);
  margin:auto}
.utility{
  background:var(--dark);
  color:#e5e7df;
  font-size:10px;
  letter-spacing:1.25px}
.utility .wrap{
  display:flex;
  justify-content:space-between;
  padding-block:11px}
.utility i{
  display:inline-block;
  width:3px;
  height:3px;
  background:#f06958;
  vertical-align:middle;
  margin:0 13px}
.utility a{
  letter-spacing:.3px}
.header{
  position:sticky;
  top:0;
  z-index:20;
  background:var(--paper);
  border-bottom:1px solid var(--line)}
.nav-bar{
  height:95px;
  display:flex;
  align-items:center;
  justify-content:space-between}
.logo{
  display:block;
  width:194px}
.logo img{
  mix-blend-mode:multiply}
nav{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:13px}
nav>a:not(.button){
  padding:12px 0}
nav>a:not(.button):hover{
  color:var(--red)}
.button{
  display:inline-flex;
  gap:35px;
  justify-content:space-between;
  align-items:center;
  background:var(--red);
  color:#fff;
  border:1px solid var(--red);
  padding:18px 23px;
  font-size:13px;
  font-weight:600;
  min-height:52px;
  transition:background .2s,transform .2s}
.button:hover{
  background:#b51c17;
  border-color:#b51c17;
  transform:translateY(-2px)}
.button span{
  font-size:21px;
  font-weight:400}
.button.small{
  padding:11px 18px;
  min-height:44px;
  gap:26px}
.menu-toggle{
  display:none}
.hero{
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:44px;
  padding-top:44px;
  padding-bottom:44px}
.hero-copy{
  padding-top:34px;
  display:flex;
  flex-direction:column}
.eyebrow{
  font-size:10px;
  font-weight:600;
  letter-spacing:1.5px;
  line-height:1.5}
.red-square{
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--red);
  margin-right:9px}
h1{
  font-size:clamp(56px,6.7vw,98px);
  line-height:1.01;
  letter-spacing:-5px;
  font-weight:500;
  margin-top:36px}
em{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  color:var(--red);
  letter-spacing:-.06em}
h1 em{
  font-size:1.02em}
.hero-description{
  max-width:395px;
  color:var(--muted);
  font-size:16px;
  margin-top:26px}
.actions{
  display:flex;
  gap:26px;
  align-items:center;
  margin-top:32px}
.text-link{
  font-size:13px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:24px;
  padding:12px 0;
  border-bottom:1px solid currentColor;
  transition:color .2s}
.text-link:hover{
  color:var(--red)}
.text-link span{
  font-size:19px}
.hero-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding-top:50px;
  font-size:9px;
  letter-spacing:1.2px}
.hero-foot a{
  border:1px solid var(--line);
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  font-size:20px}
.hero-image{
  position:relative;
  min-height:540px;
  background:#53605b;
  overflow:hidden}
.hero-image>img{
  height:100%;
  width:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
  filter:brightness(.81) saturate(.7);
  transition:transform .8s}
.hero-image:hover>img{
  transform:scale(1.025)}
.image-label{
  position:absolute;
  inset:22px 22px auto;
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:white;
  font-size:8px;
  letter-spacing:1.2px}
.hero-image figcaption{
  position:absolute;
  bottom:18px;
  left:22px;
  color:white;
  font-size:9px;
  letter-spacing:.3px;
  background:#20231fcc;
  padding:8px 10px}
.brand-strip{
  border-block:1px solid var(--line)}
.brands{
  min-height:125px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.brands>p{
  font-size:9px;
  letter-spacing:1.1px;
  color:var(--muted)}
.brand-logo{
  height:38px;
  width:auto;
  justify-self:center;
  mix-blend-mode:multiply}
.brand-logo--liquimoly{
  height:34px}
.brand-logo--cam2{
  height:30px}
.section{
  padding-block:100px}
.legal{
  max-width:720px}
.legal h1{
  font-size:clamp(32px,4vw,44px);
  letter-spacing:-1px;
  margin-top:16px}
.legal-updated{
  font-size:12px;
  color:var(--muted);
  margin-top:10px}
.legal h2{
  font-size:20px;
  margin-top:44px;
  margin-bottom:14px}
.legal p{
  font-size:15px;
  color:var(--muted)}
.legal p+p{
  margin-top:14px}
.legal-back{
  margin-top:44px}
.section-heading{
  display:grid;
  grid-template-columns:1fr 2.05fr;
  gap:40px;
  margin-bottom:44px}
.section-heading>.eyebrow{
  padding-top:12px}
.section-heading>div{
  display:flex;
  gap:40px;
  align-items:end}
.section-heading h2{
  flex:1}
.section-heading>div>p{
  max-width:260px;
  font-size:14px;
  color:var(--muted)}
h2{
  font-size:clamp(32px,3.2vw,47px);
  font-weight:500;
  line-height:1.1;
  letter-spacing:-1.8px}
.product-filters{
  display:flex;
  gap:28px;
  border-bottom:1px solid var(--line);
  margin-bottom:28px}
.product-filters button{
  background:none;
  border:0;
  border-bottom:2px solid transparent;
  padding:16px 0;
  color:var(--muted);
  font-size:12px;
  min-height:48px}
.product-filters button.active{
  border-color:var(--red);
  color:var(--ink)}
sup{
  margin-left:7px;
  font-size:9px;
  color:var(--red)}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-left:1px solid var(--line);
  border-top:1px solid var(--line)}
.product{
  padding:25px 28px 18px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  min-height:245px;
  display:flex;
  flex-direction:column;
  transition:background .2s}
.product:hover{
  background:#e9e9e1}
.product[hidden]{
  display:none}
.product-top{
  display:flex;
  justify-content:space-between;
  font-size:8px;
  letter-spacing:1px;
  color:var(--muted)}
.product-top>span:first-child{
  color:var(--red)}
.product h3{
  font-weight:500;
  font-size:22px;
  letter-spacing:-.65px;
  margin-top:30px}
.product p{
  font-size:13px;
  color:var(--muted);
  max-width:300px;
  margin-top:12px}
.product-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:auto;
  padding-top:22px}
.product-bottom>span{
  font-size:8px;
  letter-spacing:.65px}
.product-brands{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  row-gap:4px}
.brand-chip{
  display:inline-flex;
  align-items:center;
  gap:4px}
.brand-chip:not(:first-child){
  margin-left:8px}
.brand-chip:not(:first-child)::before{
  content:"·";
  margin-right:8px;
  color:var(--muted)}
.brand-chip__logo{
  height:12px;
  width:auto;
  vertical-align:middle;
  mix-blend-mode:multiply}
.brand-chip__logo--liquimoly{
  height:11px}
.brand-chip__logo--cam2{
  height:9px}
.product-bottom a{
  font-size:21px;
  min-width:44px;
  min-height:44px;
  display:grid;
  place-items:center;
  background:#e3e4db}
.product-bottom a:hover{
  background:var(--red);
  color:white}
.product-note{
  font-size:10px;
  color:var(--muted);
  margin-top:14px}
.range-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:24px}
.doc-links{
  justify-content:flex-start;
  gap:28px;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  margin-top:20px}
.range-note p{
  font-size:15px}
.service-section{
  background:var(--dark);
  color:var(--paper);
  padding:90px 0}
.service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px}
.service-intro h2{
  margin-top:28px;
  font-size:50px}
.service-intro>p:not(.eyebrow){
  color:#bcc3ba;
  font-size:14px;
  max-width:420px;
  margin-top:24px}
.service-intro figure{
  margin-top:35px}
.service-intro figure img{
  width:100%;
  aspect-ratio:1.65;
  object-fit:cover;
  filter:saturate(.65)}
figcaption{
  font-size:9px;
  line-height:1.5;
  color:#b7bfb5;
  margin-top:10px}
.service-list{
  padding-top:24px}
.service-list article{
  display:flex;
  gap:27px;
  border-top:1px solid #4a514b;
  padding:28px 0}
.service-list article>span{
  font-size:10px;
  color:#c4a597;
  padding-top:7px}
.service-list h3{
  font-size:22px;
  font-weight:400;
  letter-spacing:-.6px}
.service-list p{
  color:#bcc3ba;
  font-size:14px;
  margin-top:12px}
.light{
  color:var(--paper);
  margin-top:12px}
.industries{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:60px}
.industries>a{
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr auto 30px;
  align-items:center;
  gap:20px;
  min-height:83px;
  font-size:18px;
  letter-spacing:-.4px}
.industries>a:nth-last-child(-n+2){
  border-bottom:1px solid var(--line)}
.industries a span{
  font-size:11px;
  letter-spacing:0;
  color:var(--muted)}
.industries b{
  font-weight:400;
  text-align:right}
.industries>a:hover{
  color:var(--red)}
.about-section{
  background:#e4e5dd;
  padding:80px 0}
.about-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:110px;
  align-items:center}
.about-stamp{
  border-block:1px solid #bfc3b7;
  padding:30px 0;
  display:flex;
  flex-direction:column;
  align-items:center}
.about-stamp span{
  font-size:10px;
  letter-spacing:2px}
.about-stamp strong{
  font-size:clamp(80px,11vw,160px);
  letter-spacing:-9px;
  line-height:1.3;
  font-weight:400}
.about-grid h2{
  margin:24px 0}
.about-grid p:not(.eyebrow){
  font-size:14px;
  color:#555e52;
  margin-top:14px}
.about-grid .text-link{
  margin-top:16px}
.contact-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px}
.contact-section h2{
  font-size:clamp(54px,6vw,84px);
  letter-spacing:-3.5px;
  margin:30px 0}
.contact-section>div>p:not(.eyebrow){
  font-size:15px;
  max-width:360px;
  color:var(--muted)}
.contact-details{
  margin-top:30px;
  display:flex;
  align-items:start;
  flex-direction:column;
  gap:4px}
.contact-details>a:not(.text-link){
  font-size:16px;
  min-height:44px;
  padding-block:10px}
.contact-details>a:hover{
  color:var(--red)}
address{
  font-style:normal;
  font-size:13px;
  line-height:1.7;
  margin-top:12px;
  color:var(--muted)}
.enquiry{
  border-top:2px solid var(--ink);
  padding-top:25px}
.enquiry h3{
  font-size:22px;
  font-weight:500}
.enquiry .form-note{
  font-size:13px!important;
  margin-top:12px;
  max-width:none!important}
form{
  margin-top:25px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px}
label{
  display:flex;
  flex-direction:column;
  gap:9px;
  font-size:11px}
label:nth-child(n+3){
  grid-column:1/-1}
input,textarea{
  width:100%;
  border:0;
  border-bottom:1px solid #a7ada0;
  background:transparent;
  border-radius:0;
  padding:13px 0;
  font-size:16px;
  color:var(--ink)}
textarea{
  resize:vertical;
  min-height:100px}
form .button{
  grid-column:1/-1;
  justify-self:start}
.form-status,.form-help{
  grid-column:1/-1;
  font-size:12px;
  color:var(--muted)}
footer{
  border-top:1px solid var(--line)}
.footer-main{
  padding-block:40px;
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:center}
.footer-main .logo{
  width:165px}
.footer-main p{
  font-size:12px;
  color:var(--muted)}
.footer-main nav{
  gap:24px;
  font-size:11px}
.footer-bottom{
  padding-block:23px;
  border-top:1px solid var(--line);
  font-size:10px;
  color:var(--muted);
  display:flex;
  justify-content:space-between}
.footer-bottom span a{
  text-decoration:underline;
  text-underline-offset:2px;
  margin-left:4px}
.footer-bottom span a:hover{
  color:var(--red)}
.skip-link{
  position:fixed;
  top:-100px;
  left:20px;
  background:white;
  padding:16px;
  z-index:100}
.skip-link:focus{
  top:10px}

@media(min-width:1600px){
  .hero{
  padding-block:55px}
.hero-image{
  min-height:600px}
}

@media(max-width:1100px){
  .wrap{
  width:calc(100% - 64px)}
nav{
  gap:22px}
.hero{
  gap:28px}
h1{
  letter-spacing:-3px}
.hero-image{
  min-height:500px}
.actions{
  gap:20px;
  flex-wrap:wrap}
.hero-foot{
  padding-top:28px}
.section-heading{
  grid-template-columns:1fr 2fr}
.section-heading>div{
  display:block}
.section-heading>div>p{
  margin-top:20px;
  max-width:440px}
.service-grid,.about-grid,.contact-section{
  gap:55px}
.industries{
  column-gap:35px}
.industries>a{
  font-size:16px;
  gap:10px}
.industries a span{
  font-size:10px}
.footer-main{
  flex-wrap:wrap}
.footer-main nav{
  margin-left:auto}
}

@media(max-width:760px){
  html{
  scroll-padding-top:90px}
.wrap{
  width:calc(100% - 40px)}
.utility .wrap{
  padding-block:9px;
  font-size:8px}
.utility a{
  font-size:8px}
.utility i{
  margin:0 6px}
.nav-bar{
  height:76px}
.logo{
  width:155px}
.menu-toggle{
  display:flex;
  gap:16px;
  align-items:center;
  border:1px solid var(--line);
  background:none;
  padding:12px;
  font-size:12px;
  min-height:44px}
.menu-toggle span{
  font-size:17px}
#navigation{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:76px;
  background:var(--paper);
  padding:20px;
  border-bottom:1px solid var(--line);
  align-items:stretch;
  gap:4px}
#navigation.open{
  display:flex;
  flex-direction:column}
#navigation>a{
  padding:15px}
#navigation .button{
  margin-top:10px}
.hero{
  grid-template-columns:1fr;
  padding-top:29px;
  padding-bottom:28px;
  gap:28px}
.hero-copy{
  padding:0}
.eyebrow{
  font-size:9px;
  letter-spacing:1.2px}
h1{
  font-size:clamp(56px,12vw,86px);
  letter-spacing:-3px;
  margin-top:25px}
.hero-description{
  font-size:15px;
  margin-top:22px;
  max-width:380px}
.actions{
  margin-top:25px;
  gap:22px}
.button{
  font-size:12px;
  padding:15px 18px;
  gap:25px}
.text-link{
  font-size:12px;
  gap:16px}
.hero-foot{
  display:none}
.hero-image{
  min-height:360px}
.hero-image>img{
  object-position:50% 48%}
.image-label{
  inset:17px 17px auto;
  font-size:7px}
.hero-image figcaption{
  left:17px;
  bottom:14px;
  font-size:8px}
.brands{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
  gap:20px;
  padding-block:25px;
  min-height:0}
.brands>p{
  grid-column:1/-1;
  font-size:8px}
.brands>p br{
  display:none}
.brand-logo{
  height:26px}
.brand-logo--liquimoly{
  height:23px}
.brand-logo--cam2{
  height:21px}
.brands>.text-link{
  display:none}
.section{
  padding-block:60px}
.section-heading{
  display:block;
  margin-bottom:30px}
.section-heading>.eyebrow{
  padding:0;
  margin-bottom:22px}
.section-heading>div>p{
  font-size:14px;
  margin-top:18px}
h2{
  font-size:35px;
  letter-spacing:-1.35px}
.product-filters{
  gap:18px;
  margin-bottom:20px}
.product-filters button{
  font-size:10px;
  text-align:left;
  line-height:1.5}
.product-filters sup{
  display:none}
.product-grid{
  grid-template-columns:1fr 1fr}
.product{
  padding:20px 17px;
  min-height:265px}
.product-top{
  font-size:7px;
  gap:8px;
  letter-spacing:.6px}
.product h3{
  font-size:21px;
  line-height:1.1;
  margin-top:26px}
.product p{
  font-size:12px}
.product-bottom>span{
  font-size:7px;
  line-height:1.5}
.product-bottom a{
  min-width:44px;
  min-height:44px}
.range-note{
  align-items:start;
  gap:12px;
  flex-direction:column}
.range-note p{
  font-size:14px}
.service-section{
  padding:60px 0}
.service-grid{
  grid-template-columns:1fr;
  gap:32px}
.service-intro h2{
  font-size:40px}
.service-intro>p:not(.eyebrow){
  max-width:none}
.service-list{
  padding:0}
.service-list article{
  padding:24px 0;
  gap:22px}
.service-list h3{
  font-size:22px}
.industries{
  grid-template-columns:1fr}
.industries>a{
  min-height:75px;
  font-size:17px;
  gap:12px}
.industries a span{
  font-size:10px}
.industries>a:nth-last-child(2){
  border-bottom:0}
.about-section{
  padding:55px 0}
.about-grid{
  grid-template-columns:1fr;
  gap:38px}
.about-stamp{
  padding:20px 0}
.about-stamp strong{
  font-size:105px;
  letter-spacing:-6px}
.about-stamp span{
  font-size:8px;
  letter-spacing:1.5px}
.contact-section{
  grid-template-columns:1fr;
  gap:40px}
.contact-section h2{
  font-size:65px}
.contact-section>div>p:not(.eyebrow){
  max-width:none}
.footer-main{
  padding-block:30px;
  gap:25px}
.footer-main .logo{
  width:140px}
.footer-main p{
  font-size:10px}
.footer-main nav{
  width:100%;
  justify-content:space-between;
  gap:12px}
.footer-bottom{
  font-size:8px;
  gap:15px}
}

@media(max-width:380px){
  .utility a{
  font-size:0}
.utility a::after{
  content:'770-696-9810 ↗︎';
  font-size:8px}
.product-grid{
  grid-template-columns:1fr}
.product{
  min-height:225px}
.actions{
  gap:10px}
.industries>a{
  font-size:15px}
.industries a span{
  font-size:9px}
.footer-main p{
  max-width:130px}
form{
  grid-template-columns:1fr}
label{
  grid-column:1/-1}
}

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



