* {
	outline:0 none !important;
}
:root {
  --navy: #001b42;
  --navy-2: #00112c;
  --gold: #d99724;
  --gold-2: #f0b13a;
  --ink: #071a40;
  --muted: #5b6474;
  --line: #dde2ea;
  --surface: #ffffff;
  --soft: #f6f7f9;
  --shadow: 0 12px 32px rgba(0, 22, 58, .10);
  --shadow-hover: 0 18px 42px rgba(0, 22, 58, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --fs-base: 16px;
  --fs-topbar: 15px;
  --fs-nav: 14px;
  --fs-h1: 82px;
  --fs-h2: 42px;
  --fs-h3: 20px;
  --fs-hero: 19px;
  --fs-hero-kinds: 24px;
  --fs-menu-title: 20px;
  --fs-feature: 14px;
  --fs-section-eyebrow: 17px;
  --fs-product-link: 13px;
  --fs-app-tile: 12px;
  --fs-home-stat: 36px;
  --fs-stat: 48px;
  --fs-cert-logo: 36px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--fs-base);
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover {
	color:var(--gold);
}
a,
button,
i,
svg,
img,
.icon {
    transition: all 0.3s ease;
}
img { display: block; max-width: 100%; }
.container { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  font-size: var(--fs-topbar);
}
.topbar .ui-icon,
.contact-strip .ui-icon {
  color: var(--gold);
}
.topbar .container, .nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topbar .container { min-height: 46px; }
.contact-strip, .social-strip { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.gold { color: var(--gold); }
.ui-icon {
  --icon: none;
  display: inline-block;
  flex: 0 0 auto;
  width: 1.08em;
  height: 1.08em;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.btn .ui-icon {
	color:#fff !important;
}
.ui-icon-phone { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.7 2.5a2 2 0 0 1-.5 2.1L8 9.6a16 16 0 0 0 6.4 6.4l1.3-1.3a2 2 0 0 1 2.1-.5c.8.3 1.6.6 2.5.7A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E"); }
.ui-icon-mail { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E"); }
.ui-icon-menu { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E"); }
.ui-icon-arrow { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"); }
.ui-icon-whatsapp,
.social-whatsapp { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 11.8A8.5 8.5 0 0 1 7.8 19l-4.3 1.2 1.2-4.1A8.5 8.5 0 1 1 20.5 11.8z'/%3E%3Cpath d='M8.9 8.4c.2-.4.4-.5.7-.5h.5c.2 0 .4.1.5.4l.7 1.6c.1.3 0 .5-.2.7l-.4.5c.7 1.2 1.6 2.1 2.9 2.7l.5-.5c.2-.2.5-.3.7-.2l1.6.7c.3.1.4.3.4.6v.5c0 .3-.2.6-.5.7-.7.3-1.4.3-2.2.1-2.8-.8-5-3-5.8-5.8-.2-.7-.1-1.4.1-2.1z'/%3E%3C/svg%3E"); }
.ui-icon-location { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.social-instagram { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black'/%3E%3C/svg%3E"); }
.social {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.social-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.social, .btn, .card, .feature, .icon, .links a, input, select, textarea {
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease), color .32s var(--ease), background .32s var(--ease), opacity .32s var(--ease);
}
.social:hover { transform: translateY(-2px); background: rgba(217, 151, 36, .12); }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}
.brand { display: flex; align-items: center; gap: 16px; min-height: 94px; }
.brand img { width: 330px; height: auto; }
.links { display: flex; align-items: center; gap: 34px; font-size: var(--fs-nav); font-weight: 500; /* text-transform: uppercase; */ }
.links a { padding: 36px 0 30px; border-bottom: 3px solid transparent; text-transform:uppercase }
.links a.active, .links a:hover { color: var(--gold); border-color: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  padding: 14px 25px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.34) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s var(--ease);
  z-index: -1;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(217, 151, 36, .25), inset 0 -2px 0 rgba(0,0,0,.12); color:#fff !important }
.btn:hover::after { transform: translateX(120%); }
.btn:focus-visible, .menu-btn:focus-visible, input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(217, 151, 36, .28);
  outline-offset: 3px;
}
.btn.dark { background: var(--navy); }
.contact-btn { min-width: 154px; margin:8px 0 !important; padding:8px 10px 8px 10px !important; }
.menu-btn { display: none; background: var(--navy); color: #fff; border: 0; border-radius: 4px; padding: 11px 13px; font-size: 22px; transition: transform .32s var(--ease), background .32s var(--ease); }
.menu-btn:hover { transform: translateY(-2px); background: #05285e; }
.menu-backdrop { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:#010f28 /* var(--navy) */;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.25fr; align-items: center; min-height: 200px; gap: 32px; }
.hero.home {
  background-image:
    linear-gradient(90deg, rgba(0,18,48,.98) 0%, rgba(0,18,48,.9) 28%, rgba(0,18,48,.3) 50%, rgba(0,18,48,.05) 100%),
    url("assets/banner.jpg");
  background-position: bottom right !important;
  background-size: cover;
}
.hero.home h1 {
	font-size:40px !important;
}
@media (max-width:760px) {
	.hero.home h1 {
		font-size:32px !important;
	}
	.hero.home {
		background-position:center !important;
		background-size: cover;
	}
}
.hero.home .container {
  grid-template-columns: minmax(390px, .42fr) 185px;
  justify-content: space-between;
  min-height: 390px;
}
.hero-copy { padding: 15px 0; }
.crumb { font-size: var(--fs-nav); margin-bottom: 18px; opacity: .92; }
.eyebrow { color: var(--gold-2); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1 { font-size: var(--fs-h1); text-transform: uppercase; letter-spacing: .01em; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
.hero h1 span, .section-title span { color: var(--gold-2); }
.hero p { font-size: var(--fs-hero); max-width: 590px; margin: 22px 0 0; }
.hero-kinds { margin-top: 8px !important; font-size: var(--fs-hero-kinds) !important; }
.hero-kinds span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 12px 4px;
  border-radius: 50%;
  background: var(--gold-2);
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.hero-actions .btn.dark {
  border: 1px solid var(--gold);
  background: rgba(0, 17, 44, .34);
  box-shadow: inset 0 0 0 1px rgba(217, 151, 36, .15);
}
.hero-actions .btn.dark span {
	color:var(--gold) !important;
}
.hero-media {
  align-self: stretch;
  min-height: 285px;
  /*background: left / cover no-repeat;
  clip-path: ellipse(78% 82% at 67% 50%);*/
  background-size:left center  !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
}
.hero-copy { animation: heroTextIn .85s var(--ease) both; }
@media (min-width:761px) {
	.hero-copy h1 {
		font-size:48px;
	}
	.infra-hero .hero-copy h1 {
		font-size:34px !important;
	}
}
.hero-media { animation: heroMediaIn 1s .12s var(--ease) both; }
.hero-actions .btn { animation: fadeRise .75s .26s var(--ease) both; }
.home .hero-media { background-image: url("assets/home-hero-products.jpg"); }
.hero-badge {
  align-self: end;
  justify-self: end;
  width: 170px;
  margin-bottom: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.2));
}
.hero-badge strong {
  display: block;
  color: var(--gold-2);
  font-size: 38px;
  line-height: 1;
}
.hero-badge span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
}
.hero-badge small {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  line-height: 1.25;
}
.about-hero .hero-media { background-image: url("assets/factory-wide.jpg"); }
.products-hero .hero-media { background-image: url("assets/product-hero.jpg"); }
.applications-hero .hero-media { background-image: url("assets/applications-hero.jpg"); }
.infra-hero .hero-media { background-image: url("assets/infra-hero.jpg"); }
.quality-hero .hero-media { background-image: url("assets/quality-hero.jpg"); }
.contact-hero .hero-media { background-image: url("assets/contact-bg.jpg"); }

.feature-bar {
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.2);
}
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.feature { display: flex; gap: 14px; align-items: center; min-height: 74px; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.25); font-weight: 500; font-size: var(--fs-feature); /* text-transform:uppercase;*/ }
.feature:hover { transform: translateY(-3px); }
.feature:last-child { border-right: 0; }
.icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--gold);
  font-weight: 800;
  font-size: 22px;
  overflow: visible;
  background: transparent;
}
.icon img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  border-radius: 0;
}
section { padding: 48px 0; }
.feature-bar + section { padding: 18px 0 12px; }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head .eyebrow { letter-spacing: 0; font-size: var(--fs-section-eyebrow); }
.section-head p { color: var(--muted); max-width: 760px; margin: 12px auto 0; }
.split { display: grid; grid-template-columns: .9fr 1.6fr; gap: 36px; align-items: center; }
.intro p { color: #1d2a3c; }
.underline { width: 72px; height: 2px; background: var(--gold); margin: 16px 0 24px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(217, 151, 36, .34); }
.card:hover .icon, .feature:hover .icon, .stat:hover .icon { transform: scale(1.06) rotate(-2deg); background: rgba(217, 151, 36, .08); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.info-item { padding: 20px; border-right: 1px solid var(--line); }
.info-item:last-child { border-right: 0; }
.info-item .icon { margin-bottom: 18px; width: 64px; height: 64px; font-size: 28px; }
.home-showcase {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr .8fr;
  grid-template-areas:
    "about products apps"
    "manufacturing stats contact";
  gap: 10px;
  margin-bottom:20px;
}
.home-about { position:relative; grid-area: about; }
.home-about * {
	position:relative;
	z-index:1
}
.home-about::before {
	content:"";
	position:absolute;
	height:calc(100% - 2px);
	width:calc(100% - 2px);
	left:1px;
	top:1px;
	background:rgba(255, 255, 255, 0.6);
	z-index:0;
}
.home-about h2 {
	font-size:24px !important;
}
.home-about p { font-size:13px; }
.home-products { grid-area: products; }
.home-applications { grid-area: apps; }
.home-manufacturing { grid-area: manufacturing; }
.home-stats { grid-area: stats; }
.home-contact { grid-area: contact; }
.home-card { padding: 20px; min-height: 220px; overflow: hidden; }
.home-card h2 {
	font-size:24px;
}
.home-card p {
	font-size:13px;
}
.home-about {
  background:
    linear-gradient(90deg, #fff 0 48%, rgba(255,255,255,.78) 62%, rgba(255,255,255,.12)),
    url("assets/factory-card.jpg") right center / 55% 100% no-repeat;
}
.factory-card { color: #fff; background: linear-gradient(90deg, rgba(0,20,52,.96), rgba(0,20,52,.58)), url("assets/factory-card.jpg") center / cover; }
.products-section {
  background: #fff;
  padding-top: 48px;
}
.products-section .section-head {
  margin-bottom: 18px;
}
.products-section .section-head h2 {
  font-size: 29px;
}
.products-section .section-head p {
  max-width: 760px;
}
.products-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  display: grid;
  grid-template-columns: 52% 1fr;
  /*gap: 16px;*/
	row-gap: 0px;
	column-gap: 10px;
  min-height: 245px;
  padding: 18px 10px 18px 10px;
  align-items: top;
  border-radius: 6px;
  box-shadow: 0 7px 24px rgba(0, 22, 58, .09);
}
.product-card img {
  width: 100%;
  height: 178px;
  object-fit: contain;
  border-radius: 6px;
}
.product-card h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.product-card p {
  margin: 7px 0;
  font-size: 12px;
  line-height: 1.38;
}
.product-card ul, .check-list { list-style: none; padding: 0; margin: 18px 0; }
.product-card ul {
  margin: 11px 0 13px;
}
.product-card li, .check-list li { margin: 5px 0; color: #263348; font-size: 12px; }
.product-card li::before, .check-list li::before { content: "\2713"; color: var(--gold); font-weight: 800; margin-right: 9px; }
.product-card .btn {
  width: auto;
  min-width: 132px;
  padding: 8px 14px;
  font-size: 12px;
}
.product-card .btn .ui-icon,
.product-quote-cta .btn .ui-icon {
  color: var(--gold) !important;
}
.product-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(0, 22, 58, .07);
}
.product-benefits > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  min-height: 88px;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
}
.product-benefits > div:last-child {
  border-right: 0;
}
.benefit-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.benefit-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.product-benefits strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}
.product-benefits span:last-child {
  font-size: 12px;
  line-height: 1.35;
}
.product-quote-cta {
  width: min(970px, calc(100% - 40px));
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: 54px 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 13px 28px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
}
.product-quote-cta h3 {
	text-transform:none;
}
.quote-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  font-size: 24px;
}
.product-quote-cta h3 {
  font-size: 19px;
  letter-spacing: 0;
}
.product-quote-cta p {
  margin: 4px 0 0;
  font-size: 12px;
}
.quote-phone {
  display: grid;
  gap: 5px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, .22);
  white-space: nowrap;
}
.quote-phone > span {
  font-size: 12px;
}
.quote-phone a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.quote-phone .ui-icon {
  color: var(--gold);
}
.mini-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; text-align: center; }
.mini-products h3 {
	font-size:12px !important;
	letter-spacing:0 !important;
}
.mini-products p {
	font-size:12px !important;
	margin-bottom:0px;
}
.mini-products > div { padding: 12px 18px 10px; border-right: 1px solid var(--line); }
.mini-products > div:last-child { border-right: 0; }
.mini-products img { height: 122px; object-fit: contain; margin: 0 auto 8px; }
.home-product-link { color: var(--gold); display: inline-flex; align-items: center; margin-top: 8px; font-size:13px;  /*var(--fs-product-link); */ font-weight: 600; /* text-transform: uppercase; */ }
.text-link { display: inline-flex; align-items: center; gap: 10px; /*text-transform: uppercase;*/ font-size:13px; }
.home-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}
.home-app-grid a {
  min-height: 72px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 10px 6px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: var(--fs-app-tile);
  font-weight: 800;
  /*text-transform: uppercase;*/
}
.home-app-grid a:nth-child(3n) { border-right: 0; }
.home-app-grid a:nth-last-child(-n+3) { border-bottom: 0; }
.home-app-grid img { width: 34px; height: 34px; object-fit: contain; padding: 2px; }
.home-stats {
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
  text-align: center;
}
.home-stats div img,
.home-stats div strong {
	margin-bottom:10px !important;
}
.home-stats > div {
  /* text-transform:uppercase; */
  padding: 18px 10px;
  border-right: 1px solid rgba(217,151,36,.55);
}
.home-stats > div:last-child { border-right: 0; }
.home-stats img { width: 44px; height: 44px; object-fit: contain; margin: 0 auto 8px; padding: 2px; }
.home-stats strong { display: block; font-size: var(--fs-home-stat); line-height: 1; }
.home-stats [data-counter],
.stat [data-counter],
.about-mockup-stats [data-counter] {
  font-variant-numeric: tabular-nums;
}
.home-contact {
  color: #fff;
  background: linear-gradient(90deg, rgba(0,17,44,.98), rgba(0,27,66,.92));
}
.home-contact p { display: flex; align-items: center; gap: 10px; margin: 6px 0; }
.home-contact .ui-icon { color: var(--gold-2); }
.home-contact .btn { margin-top: 12px; }
.app-grid, .facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.app-grid { grid-template-columns: repeat(5, 1fr); }
.app-card, .facility-card, .test-card { padding: 16px; text-align: center; }
.app-card img, .facility-card img, .test-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 5px; margin: 14px 0; }
.test-card img {
	aspect-ratio: 16 / 12;
}
.app-card img, .facility-card img, .test-card img, .product-card img, .mini-products img {
  transition: transform .6s var(--ease), filter .6s var(--ease);
}
.card:hover img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.facility-card { text-align: left; overflow: hidden; padding: 0; }
.facility-card img { margin: 0; border-radius: 0; }
.facility-card > img {
  width: 100%;
  height: 206px;
  object-fit: cover;
}
.facility-card div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  padding: 18px 24px;
  min-height: 104px;
}
.facility-card .infra-card-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
}
.facility-card .infra-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.facility-card h3 {
  font-size: 16px;
  letter-spacing: 0;
}
.facility-card p {
  grid-column: 2;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.45;
}
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.stat { padding: 32px 20px; text-align: center; }
.stat strong { display: block; font-size: var(--fs-stat); line-height: 1; }
.dark-band {
  background: linear-gradient(90deg, rgba(0,17,44,.98), rgba(0,27,66,.92)), url("assets/factory-card.jpg") center / cover;
  color: #fff;
  border-radius: 8px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 22px;
  align-items: center;
}
.infra-pillars-band {
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 28px;
  padding: 26px 24px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 22, 58, .14);
}
.infra-pillars-heading .eyebrow {
  letter-spacing: 0;
}
.infra-pillars-heading h2 {
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
}
.infra-pillars-band > div:not(.infra-pillars-heading) {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 0 18px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .24);
}
.infra-pillars-band img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 10px;
}
.infra-pillars-band span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.infra-help-cta {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 24px 120px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 22, 58, .08);
}
.infra-help-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--navy);
}
.infra-help-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.infra-help-cta h3 {
  max-width: 620px;
  color: var(--navy);
  font-size: 27px;
  line-height: 1.13;
  letter-spacing: 0;
  text-transform: none;
}
.infra-help-cta p {
  margin: 12px 0 0;
  color: #263348;
  font-size: 15px;
}
.infra-help-cta .btn {
  min-width: 260px;
  padding: 16px 26px;
}
.application-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 22, 58, .14);
}
.application-feature-strip > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, .32);
}
.application-feature-strip > div:last-child {
  border-right: 0;
}
.application-feature-strip img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.application-feature-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.application-feature-strip small {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.55;
}
.application-help-cta {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 26px 104px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 22, 58, .08);
}
.application-help-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--navy);
}
.application-help-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.application-help-cta h3 {
  max-width: 530px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}
.application-help-cta p {
  margin: 12px 0 0;
  color: #263348;
  font-size: 15px;
}
.application-help-cta .btn {
  min-width: 260px;
  padding: 16px 26px;
}
.cta {
  width: min(1030px, calc(100% - 48px));
  margin: 28px auto 0;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.about-mockup-band {
  width: min(1370px, calc(100% - 48px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 40% 32% 28%;
  min-height: 165px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 22, 58, .12);
}
.about-mockup-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  color: #fff;
}
.about-mockup-stats > div {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 14px 10px;
  text-align: center;
  /*text-transform: uppercase;*/
  border-right: 1px solid rgba(255, 255, 255, .24);
}
.about-mockup-stats > div:last-child { border-right: 0; }
.about-mockup-stats img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.about-mockup-stats strong {
  display: block;
  font-size: 31px;
  line-height: 1;
}
.about-mockup-stats span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.about-mockup-image {
  min-height: 165px;
  background: url("assets/factory-wide.jpg") center / cover no-repeat;
}
.about-mockup-note {
  display: grid;
  align-content: center;
  padding: 16px 50px 14px;
  background: #fff;
  color: #050b16;
}
.about-mockup-note p {
  max-width: 330px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
}
.about-signature {
  width: fit-content;
  color: var(--gold);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 32px;
  line-height: 1;
  transform: rotate(-4deg);
  border-bottom: 2px solid rgba(217, 151, 36, .72);
  padding: 0 14px 2px 0;
}
/*.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  background: linear-gradient(90deg, rgba(0,17,44,.96), rgba(0,17,44,.78)), url("assets/contact-bg.jpg") center / cover;
  opacity: .9;
  z-index: 1;
}*/
.contact-hero .form-card { position: relative; z-index: 3; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process .card { padding: 28px; }
.badge { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; margin-bottom: 14px; }
.test-grid, .cert-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.cert-grid { grid-template-columns: repeat(5, 1fr); text-align: center; }
.test-card, .cert-grid > div { border-right: 1px solid var(--line); }
.test-card:last-child, .cert-grid > div:last-child { border-right: 0; }
.cert-logo { font-size: var(--fs-cert-logo); color: var(--gold); font-weight: 800; margin-bottom: 8px; }
.quality-page {
  background: #fff;
}
.quality-page .hero + .quality-overview {
  padding: 48px 0 22px;
}
.quality-feature-grid {
  background: #fff;
  color: var(--ink);
}
.quality-feature-grid .feature {
  min-height: 178px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  padding: 0 24px 4px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 400;
}
.quality-feature-grid .icon {
  width: 88px;
  height: 88px;
  margin-bottom: 2px;
}
.quality-feature-grid .icon img {
  width: 100%;
  height: 100%;
}
.quality-feature-grid strong,
.quality-page h3 {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.32;
  text-transform: uppercase;
}
.quality-feature-grid p,
.quality-page .process p,
.quality-page .test-card p,
.quality-page .cert-grid p {
  margin: 0;
  color: #050b16;
  font-size: 13px;
  line-height: 1.58;
}
.quality-band {
  padding: 0 0 34px;
}
.quality-panel {
  padding: 28px 36px 32px;
  border-color: #e6e9ef;
  box-shadow: 0 8px 22px rgba(0, 22, 58, .08);
}
.quality-panel:hover {
  transform: none;
  box-shadow: 0 8px 22px rgba(0, 22, 58, .08);
}
.quality-page .section-head {
  margin-bottom: 26px;
}
.quality-page .section-head h2,
.quality-page .section-head .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  color: var(--navy);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}
.quality-page .section-head .eyebrow {
  color: var(--gold);
  font-size: 19px;
}
.quality-page .section-head h2::before,
.quality-page .section-head h2::after,
.quality-page .section-head .eyebrow::before,
.quality-page .section-head .eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}
.quality-page .section-head p {
  max-width: none;
  margin-top: 12px;
  color: #050b16;
  font-size: 15px;
}
.quality-page .process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.quality-page .process .card {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-content: center;
  column-gap: 18px;
  padding:20px 10px; /*  26px 28px 24px */
  border: 0;
  background: #f8f8f8;
  box-shadow: 0 8px 18px rgba(0, 22, 58, .07);
}
.quality-page .process .card:hover {
  transform: none;
  box-shadow: 0 8px 18px rgba(0, 22, 58, .07);
}
.quality-page .process .card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: var(--gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.quality-page .badge {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 44px;
  height: 44px;
  margin: 0;
  font-size: 16px;
}
.process-icon {
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 58px;
  height: 58px;
  margin-top: 44px;
  color: var(--navy);
  background: currentColor;
  -webkit-mask: var(--process-icon) center / contain no-repeat;
  mask: var(--process-icon) center / contain no-repeat;
}
.process-icon-roll { --process-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='32' width='40' height='15' rx='7.5'/%3E%3Crect x='18' y='18' width='34' height='15' rx='7.5'/%3E%3Ccircle cx='22' cy='39.5' r='4'/%3E%3Ccircle cx='32' cy='39.5' r='4'/%3E%3Ccircle cx='42' cy='39.5' r='4'/%3E%3Ccircle cx='28' cy='25.5' r='4'/%3E%3Ccircle cx='40' cy='25.5' r='4'/%3E%3Cpath d='M20 18v-5h24v5M28 13V8h8v5'/%3E%3C/svg%3E"); }
.process-icon-checks { --process-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10h24v8H20z'/%3E%3Cpath d='M16 15h-5v41h42V15h-5'/%3E%3Cpath d='m21 30 5 5 9-10M40 31h8M21 45l5 5 9-10M40 46h8'/%3E%3C/svg%3E"); }
.process-icon-test { --process-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='28' cy='28' r='18'/%3E%3Cpath d='m41 41 13 13M20 35c4-8 12-8 16 0M24 24a4 4 0 1 0 8 0 4 4 0 0 0-8 0zM17 16l7 7M39 16l-7 7'/%3E%3C/svg%3E"); }
.process-icon-pack { --process-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22 32 12l20 10-20 10-20-10zM12 22v22l20 10 20-10V22M32 32v22M22 17l20 10'/%3E%3C/svg%3E"); }
.quality-page .process h3 {
  margin: 0 0 12px;
}
.quality-page .test-grid {
  align-items: stretch;
}
.quality-page .test-card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 250px;
  padding: 0 25px;
  text-align: center;
}
.quality-page .test-card img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  border-radius: 6px;
  /*object-fit: contain;
  background: #f3f4f6;*/
}
.quality-page .test-card h3 {
  max-width: 160px;
  min-height: 36px;
  margin: 0 0 10px;
}
.quality-page .cert-grid > div {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 154px;
  padding: 0 24px;
}
.quality-page .cert-logo {
  display: grid;
  place-items: center;
  min-height: 72px;
  margin-bottom: 10px;
  color: var(--navy);
}
.quality-page .cert-logo-img img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.cert-oeko {
  color: var(--gold) !important;
  font-size: 20px;
  line-height: 1;
}
.cert-oeko span {
  display: block;
  color: #ff8a00;
  font-size: 18px;
}
.cert-rohs {
  width: 76px;
  height: 76px;
  /*border: 3px solid #19a64a;
  border-radius: 50%;
  color: #297d2d !important;
  font-size: 24px;*/
}
.cert-reach {
  width: 76px;
  height: 76px;
  /*border-radius: 50%;
  background: #174aa8;
  color: #fff !important;
  font-size: 18px;*/
}
.cert-bsci {
  /*color: #1f6f4d !important;
  font-size: 38px;*/
}
.quality-page .cert-grid h3 {
  margin: 0 0 7px;
}
.quality-cta {
  width: min(1180px, calc(100% - 48px));
  min-height: 96px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px 26px 18px 40px;
  color: #fff;
  background: linear-gradient(90deg, var(--navy-2), var(--navy));
  border-radius: 8px;
}
.quality-cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #cc841e /* var(--gold) */;
  border-radius: 50%;
  color: var(--gold);
  font-size: 28px;
}
.quality-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  text-transform: none;
}
.quality-cta p {
  margin: 6px 0 0;
  font-size: 15px;
}
.quality-cta .btn {
  min-width: 238px;
  justify-content: center;
  background: linear-gradient(90deg, #c9851f, #e8aa38);
}
.contact-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 26px; align-items: stretch; }
.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card h2 {
	color:#071a40;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 15px 16px;
  font: inherit;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217, 151, 36, .10); }
textarea { min-height: 120px; resize: vertical; grid-column: 1 / -1; }
select { grid-column: 1 / -1; }
.map-row { display: grid; grid-template-columns: 1fr 390px; gap: 18px; align-items: stretch; padding-top: 0; }
.map {
  min-height: 310px;
  overflow: hidden;
  background: #eef1f5;
}
.map iframe {
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
  display: block;
}
.contact-card { padding: 28px; }
.contact-card p { margin: 4px 0 18px; }
.footer { background: linear-gradient(90deg, var(--navy-2), var(--navy)); color: #fff; }
.footer-main { display: grid; grid-template-columns: 25% 25% 13% 13% 15%; gap: 20px; padding: 34px 0; } /* grid-template-columns: 1.45fr repeat(4, 1fr) .85fr; */
.footer h4 { margin: 0 0 12px; text-transform: uppercase; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 5px 0; }
.footer-brand img { width: 270px; margin-bottom: 14px; }
.footer-brand p {
  max-width: 300px;
  margin: 0 auto;
}
.footer-contact ul { display: grid; gap: 10px; }
.footer-contact li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.footer-contact .ui-icon {
  color: var(--gold);
  font-size: 25px;
  justify-self: center;
}
.footer-contact a,
.footer-contact span:last-child {
  overflow-wrap: anywhere;
}
.iso { display: grid; place-items: normal; width: 100%; margin: 0 auto 10px; text-align: left; }
.copyright { background: linear-gradient(90deg, #c9851f, #e8aa38); color: #fff; }
.copyright .container { min-height: 42px; display: flex; justify-content: center; align-items: center; gap: 18px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .78s var(--ease), transform .78s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease), filter .6s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroTextIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroMediaIn {
  from { opacity: 0; transform: translateX(28px) scale(.985); filter: blur(2px); }
  to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes fadeRise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1380px) {
  :root {
    --fs-base: 15px;
    --fs-topbar: 14px;
    --fs-nav: 13px;
    --fs-h1: 68px;
    --fs-h2: 36px;
    --fs-h3: 18px;
    --fs-hero: 17px;
    --fs-hero-kinds: 21px;
    --fs-menu-title: 19px;
    --fs-feature: 13px;
    --fs-section-eyebrow: 15px;
    --fs-product-link: 12px;
    --fs-app-tile: 11px;
    --fs-home-stat: 31px;
    --fs-stat: 40px;
    --fs-cert-logo: 31px;
  }

  .container { width: min(1280px, calc(100% - 40px)); }
  .topbar .container, .nav .container { gap: 18px; }
  .contact-strip, .social-strip { gap: 14px; }
  .brand { min-height: 100px; }
  .brand img { width: 360px; }
  .links { gap: 16px; }
  .links a { padding: 31px 0 26px; }
  .btn { gap: 10px; padding: 13px 20px; }
  .contact-btn { min-width: 140px; }
  .hero .container { min-height: 200px; gap: 26px; }
  .hero.home .container { min-height: 360px; grid-template-columns: minmax(440px, .42fr) 165px; }
  .hero-copy { padding: 15px 0; }
  .hero p { margin-top: 18px; }
  .hero-actions { gap: 13px; margin-top: 24px; }
  .hero-badge { width: 150px; }
  .feature { gap: 11px; min-height: 68px; padding: 12px 13px; }
  .icon { width: 44px; height: 44px; }
  .home-showcase { grid-template-columns: 1.1fr 1.22fr .83fr; }
  .home-card { padding: 18px; }
  .mini-products > div { padding: 10px 10px; }
  .mini-products img { height: 108px; }
  .home-app-grid a { min-height: 66px; padding: 8px 5px; }
  .home-app-grid img { width: 31px; height: 31px; }
  .home-stats > div { padding: 16px 8px; }
  .home-stats img { width: 40px; height: 40px; }
  .product-card { /*gap: 18px;*/         row-gap: 0px;
        column-gap: 10px; padding: 18px 10px; }
  .info-item { padding: 20px; }
  .stat { padding: 28px 16px; }
  .dark-band { gap: 18px; padding: 24px; }
  .cta { padding: 16px 24px; }
  .footer-main { gap: 26px; }
  .footer-brand img { width: 260px; }
}

@media (max-width: 1120px) {
  .links {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: min(330px, 86vw);
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 24px;
    box-shadow: 20px 0 45px rgba(0, 18, 48, .22);
    transform: translateX(-105%);
    transition: transform .28s ease;
  }
  .links.open { transform: translateX(0); }
  .links::before {
    content: "Menu";
    display: block;
	text-transform:uppercase;
    width: 100%;
    color: var(--navy);
    font-size: var(--fs-menu-title);
    font-weight: 800;
    padding: 4px 0 18px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
  }
  .links a { padding: 15px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .links a.active, .links a:hover { border-color: var(--line); }
  .links .btn { margin-top: 18px; width: 100%; border-bottom: 0; }
  .menu-btn { display: inline-block; }
  .menu-backdrop {
    position: fixed;
	margin-left:330px;
	width: calc(100% - 330px);
    inset: 0;
    z-index: 35;
    display: block;
    background: rgba(0, 14, 36, .52);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
  }
  .menu-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }
  .brand img { width: 285px; }
  .feature-grid, .stats { grid-template-columns: repeat(3, 1fr); }
  .home-showcase, .split, .contact-layout, .map-row { grid-template-columns: 1fr; grid-template-areas: none; }
  .home-about, .home-products, .home-applications, .home-manufacturing, .home-stats, .home-contact { grid-area: auto; }
  .app-grid { grid-template-columns: repeat(3, 1fr); }
  .infra-pillars-band {
    grid-template-columns: repeat(2, 1fr);
  }
  .infra-pillars-heading {
    grid-column: 1 / -1;
    padding-bottom: 22px;
  }
  .infra-pillars-band > div:not(.infra-pillars-heading) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
  }
  .infra-pillars-band > div:nth-child(2n+3) {
    border-left: 1px solid rgba(255, 255, 255, .24);
  }
  .infra-help-cta {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 28px 36px;
  }
  .infra-help-icon {
    width: 88px;
    height: 88px;
  }
  .infra-help-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
  .application-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .application-feature-strip > div {
    border-right: 1px solid rgba(255, 255, 255, .32);
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }
  .application-feature-strip > div:nth-child(2n) {
    border-right: 0;
  }
  .application-feature-strip > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
  .application-help-cta {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 28px 36px;
  }
  .application-help-icon {
    width: 88px;
    height: 88px;
  }
  .application-help-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
  .product-benefits { grid-template-columns: repeat(2, 1fr); }
  .product-benefits > div:nth-child(2n) { border-right: 0; }
  .product-benefits > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .product-benefits > div:nth-child(3) { border-right: 1px solid var(--line); }
  .product-benefits > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .product-quote-cta { grid-template-columns: 54px 1fr auto; }
  .product-quote-cta .btn { grid-column: 2 / 4; justify-self: start; width: auto; }
  .quote-phone { padding-left: 20px; }
  .about-mockup-band { grid-template-columns: 1fr; }
  .about-mockup-stats { min-height: 160px; }
  .about-mockup-image { min-height: 240px; }
  .about-mockup-note { padding: 28px 34px; }
  .footer-main { grid-template-columns: repeat(6, 1fr); } /*grid-template-columns: 45% 45% 30% 30% 30% repeat(2, 1fr)*/
  .footer-main .footer-brand { grid-column: 1 / 3; } /* 50% */
.footer-main .footer-brand + div { grid-column: 3 / 7; } /* 50% */

.footer-main .footer-brand + div + div { grid-column: 1 / 3; }
.footer-main .footer-brand + div + div + div { grid-column: 3 / 5; }
  .footer-main .footer-brand + div + div + div  + div  { grid-column: 5 / 7; }
  .quality-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .quality-feature-grid .feature:nth-child(3) {
    border-right: 0;
  }
  .quality-feature-grid .feature:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }
  .quality-page .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quality-page .process .card:nth-child(2)::after {
    display: none;
  }
  .quality-page .test-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
  .quality-page .test-card:nth-child(3) {
    border-right: 0;
  }
  .quality-page .test-card:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }
  .quality-page .cert-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 26px;
  }
  .quality-page .cert-grid > div:nth-child(3) {
    border-right: 0;
  }
  .quality-page .cert-grid > div:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 22px;
  }
  .quality-page .cert-grid > div:last-child {
    grid-column: 2;
  }
  .quality-cta {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .quality-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
}
.footer-main > div {
	border-left: 1px solid #2f364c;
	padding-left:20px;
}
.footer-main > div:first-child {
	border-left: 0px solid #2f364c;
}
@media (max-width: 760px) {
  :root {
    --fs-base: 14px;
    --fs-topbar: 13px;
    --fs-nav: 13px;
    --fs-h1: 40px;
    --fs-h2: 28px;
    --fs-h3: 18px;
    --fs-hero: 16px;
    --fs-hero-kinds: 18px;
    --fs-feature: 13px;
    --fs-home-stat: 30px;
    --fs-stat: 34px;
    --fs-cert-logo: 30px;
  }

  .container, .cta { width: min(100% - 28px, 1400px); }
  .topbar .container { align-items: flex-start; flex-direction: column; padding: 10px 0; gap: 8px;  }
  .contact-strip, .social-strip { gap: 12px; }
  .brand { min-height: 78px; }
  .brand img { width: 230px; }
  .btn { width: 100%; padding: 13px 18px; white-space: normal; }
  .hero .container { grid-template-columns: 1fr; min-height: auto; }
  .hero.home .container { grid-template-columns: 1fr; }
  .hero-badge { display: none; }
  .hero.home { background-position: 58% center; }
  .hero-media { clip-path: none; min-height: 220px; order: -1; margin: 0 -14px; }
  .contact-hero .feature-grid { grid-template-columns: 1fr !important; }
  .feature-grid, .stats, .info-grid, .products-row, .mini-products, .app-grid, .facility-grid, .process, .test-grid, .cert-grid, .dark-band, .footer-main, .home-stats { grid-template-columns: 1fr; }
  .feature, .info-item, .mini-products > div, .test-card, .cert-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-feature-grid {
    grid-template-columns: 1fr;
  }
  .quality-feature-grid .feature,
  .quality-feature-grid .feature:nth-child(3),
  .quality-feature-grid .feature:nth-child(-n+3) {
    min-height: 0;
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .quality-feature-grid .feature:last-child {
    border-bottom: 0;
  }
  .quality-feature-grid .icon {
    width: 76px;
    height: 76px;
  }
  .quality-panel {
    padding: 24px 18px;
  }
  .quality-page .section-head h2,
  .quality-page .section-head .eyebrow {
    gap: 12px;
    font-size: 23px;
  }
  .quality-page .section-head .eyebrow {
    font-size: 16px;
  }
  .quality-page .section-head h2::before,
  .quality-page .section-head h2::after,
  .quality-page .section-head .eyebrow::before,
  .quality-page .section-head .eyebrow::after {
    width: 22px;
  }
  .quality-page .process {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .quality-page .process .card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 136px;
    padding: 24px 18px;
  }
  .quality-page .process .card::after,
  .quality-page .process .card:nth-child(2)::after {
    display: none;
  }
  .quality-page .badge {
    top: 14px;
    left: 26px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .process-icon {
	margin-top:34px;
    width: 48px;
    height: 48px;
  }
  .quality-page .test-grid,
  .quality-page .cert-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .quality-page .test-card,
  .quality-page .test-card:nth-child(3),
  .quality-page .test-card:nth-child(-n+3),
  .quality-page .cert-grid > div,
  .quality-page .cert-grid > div:nth-child(3),
  .quality-page .cert-grid > div:nth-child(-n+3),
  .quality-page .cert-grid > div:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 22px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .quality-page .test-card:last-child,
  .quality-page .cert-grid > div:last-child {
    border-bottom: 0;
  }
  .quality-page .test-card img {
    max-width: 210px;
  }
  .quality-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 24px 20px;
  }
  .quality-cta .btn {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
  }
  .facility-card > img {
    height: 190px;
  }
  .facility-card div {
    padding: 18px;
  }
  .infra-pillars-band {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .infra-pillars-heading h2 {
    font-size: 24px;
  }
  .infra-pillars-band > div:not(.infra-pillars-heading),
  .infra-pillars-band > div:nth-child(2n+3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
  }
  .infra-help-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 26px 22px;
    text-align: center;
  }
  .infra-help-cta h3 {
    font-size: 23px;
  }
  .infra-help-cta .btn {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
  }
  .application-feature-strip {
    grid-template-columns: 1fr;
  }
  .application-feature-strip > div,
  .application-feature-strip > div:nth-child(2n),
  .application-feature-strip > div:last-child {
    grid-column: auto;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 112px;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }
  .application-feature-strip > div:last-child {
    border-bottom: 0;
  }
  .application-help-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 26px 22px;
    text-align: center;
  }
  .application-help-cta h3 {
    font-size: 24px;
  }
  .application-help-cta .btn {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
  }
  .product-card { grid-template-columns: 1fr; }
  .product-card img {
    height: 190px;
  }
  .product-benefits {
    grid-template-columns: 1fr;
  }
  .product-benefits > div,
  .product-benefits > div:nth-child(2n),
  .product-benefits > div:nth-child(3),
  .product-benefits > div:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .product-benefits > div:last-child {
    border-bottom: 0;
  }
  .product-quote-cta {
    width: min(100% - 28px, 970px);
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 24px;
  }
  .product-quote-cta .btn {
    grid-column: auto;
    justify-self: stretch;
  }
  .products-row {
	  text-align:center;
  }
  .products-row img {
	  margin-bottom:10px;
  }
  .quote-phone {
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
  }
  .about-mockup-band {
    width: min(100% - 28px, 1400px);
    margin-top: 24px;
  }
  .about-mockup-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-mockup-stats > div {
    min-height: 132px;
    border-right: 1px solid rgba(255, 255, 255, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }
  .about-mockup-stats > div:nth-child(2n) {
    border-right: 0;
  }
  .about-mockup-stats > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .about-mockup-image {
    min-height: 210px;
  }
  .about-mockup-note {
    padding: 26px 24px;
    text-align: center;
  }
  .about-mockup-note p {
    max-width: none;
  }
  .about-signature {
    margin: 0 auto;
  }
  .form-grid { grid-template-columns: 1fr; }
  .cta, .copyright .container { flex-direction: column; text-align: center; }
  section { padding: 36px 0; }
  
  
  .topbar .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px;
		padding: 10px 0;
	}

	.contact-strip,
	.social-strip {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}
	.home-stats > div {
		border-top: 1px solid rgba(217, 151, 36, .55);
		border-right: 0px solid rgba(217, 151, 36, .55);
	}
	.home-stats > div:first-child {
		border-top: 0px solid rgba(217, 151, 36, .55);
	}
	
	.footer-main > div {
		border-top: 1px solid #2f364c;
		border-left: 0px solid #2f364c;
		padding-top:30px;
	}
	.footer-main > div:first-child {
		border-top: 0px solid #2f364c;
	}
	
	.footer-main {
		display: grid;
		grid-template-columns: 100% !important;
	}

	.footer-main > * {
		text-align:center !important;
		grid-column: 1 / -1 !important;
	}
    .footer .iso img,
	.footer .footer-brand img {
		margin: 0 auto;
	}
	.footer .social-strip {
		max-width: 150px;
		margin: 0 auto;
	}
	.footer-contact li {
		width: fit-content;
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
	}
}

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

.product-gallery { padding: 56px 0 12px; text-align: center; }
.product-gallery .section-head { margin-bottom: 24px; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; cursor: zoom-in; overflow: hidden; border-radius: 7px; background: var(--navy); aspect-ratio: 1 / .82; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s var(--ease), opacity .3s var(--ease); }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 10px; color: #fff; background: linear-gradient(transparent, rgba(0, 17, 45, .9)); opacity: 0; font-weight: 700; font-size: 12px; transition: opacity .25s var(--ease); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.07); opacity: .82; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; }
.gallery-contact { margin-top: 24px; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(0, 13, 35, .9); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(100%, 1000px); max-height: 86vh; object-fit: contain; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.lightbox-close { position: fixed; top: 16px; right: 22px; border: 0; color: #fff; background: transparent; font-size: 42px; line-height: 1; cursor: pointer; }
.scroll-top { position: fixed; right: 22px; bottom: 22px; z-index: 50; padding: 10px 14px 5px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; color: #fff; background: var(--navy); font: inherit; font-weight: 700; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover, .scroll-top:focus-visible { color: var(--navy); background: var(--gold); border-color: var(--gold); }
@media (max-width: 780px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.form-notice { grid-column: 1 / -1; padding: 12px 14px; border-radius: 4px; font-weight: 600; }
.form-success { color: #0a5734; background: #e5f6ec; border: 1px solid #a8dabe; }
.form-error { color: #8b1d20; background: #fdebec; border: 1px solid #f2b8ba; }
.captcha-field { display: grid; gap: 7px; grid-column: 1 / -1; color: var(--navy); font-weight: 700; }
.captcha-field input { max-width: 180px; }

/* Back to Top */
.scroll-top{
	position: fixed;
    right: 25px;
    bottom: 25px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d89b20; /* Your golden color */
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px !important;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0,0,0,.2);
    transition: all .3s ease;
}

/* Hide the text */
.scroll-top {
	font-family: monospace !important;
    font-size: 42px !important;
    padding-top: 24px !important;
}

/* Hover */
.scroll-top:hover{
    background:#08234b;
    color:#fff;
    transform: translateY(-4px);
}

html{
    scroll-behavior:smooth;
}

@media (max-width:768px){
    .scroll-top{
        right:15px;
        bottom:15px;
        width:46px;
        height:46px;
    }
}