
:root{--navy:#0A1F3D;--navy2:#132a4e;--blue:#00A3D9;--blue-deep:#0d7fa8;--green:#b6cf5c;--text:#122338;--muted:#607287;--line:#dbe3eb;--light:#f6f9fc;--white:#fff;--shadow:0 18px 60px rgba(10,31,61,.16);--radius:18px;--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);line-height:1.58;background:#fff}
img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:99}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:80;background:rgba(10,31,61,.94);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(255,255,255,.08)}
.site-header-home{position:absolute;background:linear-gradient(180deg,rgba(4,14,27,.72),rgba(4,14,27,.15),transparent);box-shadow:none}
.nav-shell{display:flex;align-items:center;gap:26px;min-height:84px}
.logo{display:inline-flex;flex-direction:column;line-height:.84;color:#fff;text-transform:uppercase;min-width:144px}
.logo strong{font-size:30px;font-weight:900;font-style:italic;letter-spacing:.04em}
.logo span{font-size:11px;letter-spacing:.48em;font-weight:700}
.desktop-nav{display:flex;align-items:center;gap:24px;flex:1;justify-content:center}
.desktop-nav>a,.nav-item>a{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff;padding:30px 0;display:inline-flex;align-items:center}
.nav-item{position:relative}
.dropdown-panel{position:absolute;left:0;top:100%;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:.24s ease;background:#fff;color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}
.nav-item:hover>.dropdown-panel,.nav-item:focus-within>.dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.submenu{min-width:280px;padding:16px}
.submenu a{display:block;padding:12px 14px;border-radius:12px;font-weight:600;color:var(--text)}
.submenu a:hover{background:var(--light)}
.mega-menu{width:min(980px,80vw);display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px;left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.mega-col a{display:block;padding:14px;border-radius:12px}
.mega-col a:hover{background:var(--light)}
.mega-col strong{display:block;font-size:15px;color:var(--navy)}
.mega-col span{display:block;font-size:13px;color:var(--muted);margin-top:4px}
.header-cta{margin-left:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:14px 20px;border-radius:4px;border:1px solid transparent;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:.22s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(0,163,217,.22)}
.btn-primary:hover{background:var(--blue-deep)}
.btn-green{background:var(--green);color:#13243c}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.04)}
.btn-outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
.btn-outline-dark{border-color:#9db0c3;background:#fff;color:var(--navy)}
.mobile-toggle,.mobile-nav{display:none}
.sticky-float{position:fixed;right:20px;bottom:24px;z-index:75;background:var(--blue);color:#fff;padding:14px 18px;border-radius:999px;box-shadow:var(--shadow);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hero{position:relative;overflow:hidden;color:#fff;background:#08182f}
.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center right}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,25,.96) 0%,rgba(4,18,34,.90) 34%,rgba(5,22,42,.48) 60%,rgba(5,22,42,.16) 100%)}
.hero-content{position:relative;z-index:2;padding:126px 0 58px}
.hero-home{min-height:720px;display:flex;align-items:center}
.hero-inner{min-height:440px;display:flex;align-items:center}
.eyebrow{margin:0 0 10px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}
.hero h1{max-width:760px;margin:0 0 18px;font-size:clamp(42px,5.6vw,78px);line-height:.98;letter-spacing:-.06em;font-weight:700}
.hero-lead{max-width:760px;margin:0 0 28px;font-size:19px;line-height:1.55;color:#e6eef6}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.center-actions{justify-content:center}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px}
.trust-badge{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.03)}
.trust-badge span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.45)}
.trust-badge small{font-size:12px;line-height:1.25;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#fff}
.section{padding:76px 0}.section-light{background:linear-gradient(180deg,#fff,var(--light))}.center{text-align:center}
h2{margin:0 0 14px;font-size:clamp(30px,3.2vw,48px);line-height:1.08;letter-spacing:-.045em;color:var(--navy);font-weight:750}
h3{margin:0 0 8px;color:var(--navy)}.lead{font-size:18px;color:var(--muted);max-width:840px}
.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card,.info-card,.panel{background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(8,35,60,.06);overflow:hidden}
.product-card:hover,.info-card:hover{transform:translateY(-4px);transition:.22s ease;box-shadow:var(--shadow)}
.product-card img{height:205px;width:100%;object-fit:contain;background:#fbfcfd;padding:16px}
.card-body{padding:22px}.card-body p{margin:0 0 18px;color:var(--muted);font-size:14px}.link{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:460px}
.split-media img{width:100%;height:100%;object-fit:cover;min-height:460px}
.split-content{padding:68px clamp(24px,6vw,80px);background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;display:flex;flex-direction:column;justify-content:center}
.split-content h2,.cta-band h2{color:#fff}.split-content p{color:#d8e5f0}
.check-list{list-style:none;margin:20px 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:30px}.check-list li:before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;border-radius:50%;border:1px solid var(--green);background:radial-gradient(circle at center,var(--green) 2.5px,transparent 3px)}
.history-grid{display:grid;grid-template-columns:1fr 1.2fr 1.35fr 1fr 1.1fr;gap:22px;align-items:start;margin-top:26px;position:relative}
.history-grid:before{content:"";position:absolute;left:0;right:0;top:10px;height:2px;background:var(--green)}
.history-item{position:relative;padding-top:28px}.history-item:before{content:"";position:absolute;top:2px;left:0;width:16px;height:16px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #fff}
.history-year{font-size:34px;color:var(--green);font-weight:900;letter-spacing:-.05em;line-height:1}
.history-item p{margin:0;color:var(--muted);font-size:14px}.history-photo{width:100%;height:150px;object-fit:cover;border:1px solid var(--line);background:#f7f9fb}.legacy{filter:grayscale(1)}.history-note{margin-top:18px;text-align:center;color:var(--muted)}
.icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:30px}.icon-box{text-align:center;border-right:1px solid var(--line);padding:0 10px}.icon-box:last-child{border-right:0}.icon-box .icon{font-size:36px;color:var(--blue);margin-bottom:12px}.icon-box p{margin:0;font-size:12px;color:var(--muted)}
.image-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px}.strip-card img{width:100%;height:135px;object-fit:cover;background:#f7f9fb}.strip-card h3{font-size:13px;margin:10px 0 4px}.strip-card p{margin:0;font-size:12px;color:var(--muted)}
.callout{background:linear-gradient(180deg,#fff,var(--light));border:1px solid var(--line);padding:28px;box-shadow:0 8px 24px rgba(8,35,60,.06)}
.panel{padding:28px}.panel p{color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-form{display:grid;gap:14px}.input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;padding:14px 16px;border-radius:8px;font:inherit;color:var(--text)}textarea{min-height:140px;resize:vertical}
.table-wrap{overflow:auto;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}th{background:#f8fbfd;color:var(--navy)}
.meta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:26px}.aside-card{background:#fff;border:1px solid var(--line);padding:24px;box-shadow:0 8px 24px rgba(8,35,60,.06)}
.download-list{display:grid;gap:14px}.download-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid var(--line);background:#fff}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.step{border:1px solid var(--line);background:#fff;padding:22px}.step span{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--navy);color:#fff;border-radius:50%;font-size:14px;font-weight:700;margin-bottom:12px}
.faq{display:grid;gap:14px}.faq details{border:1px solid var(--line);padding:18px 20px;background:#fff}.faq summary{cursor:pointer;font-weight:700;color:var(--navy)}
.cta-band{background:linear-gradient(135deg,var(--navy),var(--navy2));padding:52px 0;text-align:center}.site-footer{background:var(--navy);color:#dbe7f2;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:28px}.footer-grid h3{font-size:12px;color:#fff;letter-spacing:.12em;text-transform:uppercase}.footer-grid a{display:block;color:#b8c7d8;margin:8px 0;font-size:13px}.footer-grid p{color:#b8c7d8;font-size:13px}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.footer-badges span{padding:8px 10px;border:1px solid rgba(255,255,255,.16);font-size:11px;font-weight:700;text-transform:uppercase}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#9db1c6}
@media(max-width:1100px){.desktop-nav{display:none}.mobile-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;width:44px;height:44px;border-radius:10px;font-size:22px}.header-cta{display:none}.mobile-nav{display:none;padding:0 24px 24px;background:var(--navy)}.mobile-nav.open{display:block}.mobile-nav>a,.accordion-toggle{display:block;width:100%;padding:14px 0;color:#fff;font-weight:700;border:0;background:transparent;text-align:left}.accordion-panel{display:none;padding-bottom:8px}.accordion.open .accordion-panel{display:block}.accordion-panel a{display:block;color:#cad7e6;padding:10px 0 10px 12px}.grid-3,.meta-grid,.footer-grid,.process{grid-template-columns:1fr 1fr}.image-strip{grid-template-columns:repeat(3,1fr)}.history-grid{grid-template-columns:1fr 1fr}.history-grid:before{display:none}.icon-grid{grid-template-columns:repeat(3,1fr)}.icon-box{border-right:none;border-bottom:1px solid var(--line);padding-bottom:18px}}
@media(max-width:760px){.container{width:min(var(--container),calc(100% - 32px))}.hero-home{min-height:640px}.hero-content{padding:110px 0 42px}.hero h1{font-size:44px}.hero-lead{font-size:17px}.trust-row{gap:12px}.grid-2,.grid-3,.grid-4,.split,.meta-grid,.footer-grid,.process,.image-strip,.form-grid,.icon-grid,.history-grid{grid-template-columns:1fr}.split-media img{min-height:320px}.history-item{padding-top:0}.history-item:before{display:none}.history-photo{height:200px}.btn{width:100%}.hero-actions{width:100%}.sticky-float{right:12px;left:12px;bottom:12px;text-align:center}.footer-bottom{flex-direction:column}.product-card img{height:190px;padding:12px}.icon-box{border-bottom:1px solid var(--line)}}


/* V4 NAVIGATION FIX + ELITE HEADER POLISH */
.site-header{left:0;right:0;width:100%}
.nav-shell{
  display:grid;
  grid-template-columns:190px minmax(640px,1fr) 210px;
  align-items:center;
  gap:24px;
  min-height:88px;
}
.logo{justify-self:start;min-width:150px}
.desktop-nav{
  justify-self:center;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,1.55vw,30px);
}
.desktop-nav>a,.nav-item>a{
  position:relative;
  padding:34px 0;
  line-height:1;
}
.desktop-nav>a:before,.nav-item>a:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:24px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.desktop-nav>a:hover:before,.nav-item:hover>a:before,.nav-item:focus-within>a:before{transform:scaleX(1)}
.has-dropdown>a:after{
  content:"";
  width:6px;
  height:6px;
  border-right:2px solid rgba(255,255,255,.7);
  border-bottom:2px solid rgba(255,255,255,.7);
  transform:rotate(45deg);
  margin-left:8px;
  margin-top:-4px;
}
.header-cta{justify-self:end;margin-left:0;min-width:190px}
.dropdown-panel{z-index:200}
.submenu{left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{transform:translate(-50%,0)}
.mega-menu{
  position:fixed;
  top:76px;
  left:50%;
  width:min(1050px,calc(100vw - 64px));
  transform:translate(-50%,14px);
  z-index:220;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-radius:20px;
  padding:26px;
}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.mega-menu:before{
  content:"Products";
  position:absolute;
  top:18px;
  right:26px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
  font-weight:900;
}
.mega-col a{
  border:1px solid transparent;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.mega-col a:hover{
  border-color:var(--line);
  transform:translateY(-2px);
}
.mobile-nav{
  border-top:1px solid rgba(255,255,255,.1);
}
.sticky-float{
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:.24s ease;
}
.sticky-float.show{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.hero-media img{
  will-change:transform;
  transform:scale(1.018);
}
.product-card,.info-card,.panel,.callout,.aside-card,.step{
  animation:fadeLift .55s ease both;
}
@keyframes fadeLift{
  from{opacity:.01;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:1180px){
  .nav-shell{grid-template-columns:170px minmax(520px,1fr) 190px;gap:18px}
  .desktop-nav{gap:16px}
  .desktop-nav>a,.nav-item>a{font-size:11px}
}
@media(max-width:1100px){
  .nav-shell{
    display:flex;
    min-height:78px;
  }
  .mobile-toggle{display:inline-flex}
  .desktop-nav{display:none}
  .header-cta{display:none}
  .sticky-float.show{display:inline-flex}
}
@media(max-width:760px){
  .sticky-float.show{left:12px;right:12px;justify-content:center}
}

/* V4 FOOTER TRUST POLISH */
.footer-badges span{
  background:rgba(255,255,255,.04);
  border-radius:999px;
}
.site-footer .logo{margin-bottom:18px}
.site-footer{background:radial-gradient(circle at 85% 15%,rgba(0,163,217,.12),transparent 32%),var(--navy)}


/* FINAL PHP BUILD: NAV + PROFESSIONAL SECTION FIXES */
html{overflow-x:hidden}
.site-header{left:0;right:0;width:100%}
.nav-shell{
  width:min(var(--container),calc(100% - 48px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:180px minmax(620px,1fr) 205px;
  align-items:center;
  gap:24px;
  min-height:88px;
}
.site-header .container.nav-shell{width:min(var(--container),calc(100% - 48px));}
.logo{justify-self:start;min-width:150px}
.desktop-nav{
  justify-self:center;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,1.45vw,28px);
  min-width:0;
}
.header-cta{justify-self:end;margin-left:0;min-width:190px}
.dropdown-panel{z-index:250}
.mega-menu{
  position:fixed;
  top:78px;
  left:50%;
  width:min(1050px,calc(100vw - 64px));
  transform:translate(-50%,14px);
  z-index:260;
}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.submenu{left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{transform:translate(-50%,0)}
.desktop-nav>a,.nav-item>a{position:relative}
.desktop-nav>a:before,.nav-item>a:before{
  content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0);transform-origin:left;transition:transform .22s ease
}
.desktop-nav>a:hover:before,.nav-item:hover>a:before,.nav-item:focus-within>a:before{transform:scaleX(1)}
.has-dropdown>a:after{
  content:"";width:6px;height:6px;border-right:2px solid rgba(255,255,255,.72);
  border-bottom:2px solid rgba(255,255,255,.72);transform:rotate(45deg);margin-left:8px;margin-top:-4px
}
.pro-section{overflow:hidden}
.pro-layout.pro-fixed{
  grid-template-columns:1fr;
  gap:34px;
}
.pro-layout.pro-fixed .pro-intro{
  max-width:920px;
  margin-inline:auto;
  text-align:center;
}
.pro-layout.pro-fixed .icon-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:100%;
  gap:18px;
}
.pro-layout.pro-fixed .icon-box{
  border:1px solid var(--line);
  padding:24px 16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  min-width:0;
}
.pro-layout.pro-fixed .icon-box p,
.pro-layout.pro-fixed .icon-box h3{
  overflow-wrap:break-word;
}
.pro-layout.pro-fixed .pro-img{
  width:100%;
  max-height:360px;
  height:320px;
  object-fit:cover;
  margin-top:8px;
  box-shadow:var(--shadow);
}
.product-card,.info-card,.panel,.callout,.aside-card,.step,.icon-box{
  animation:fadeLift .52s ease both;
}
@keyframes fadeLift{from{opacity:.01;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1180px){
  .nav-shell{grid-template-columns:165px minmax(500px,1fr) 190px;gap:16px}
  .desktop-nav{gap:15px}
  .desktop-nav>a,.nav-item>a{font-size:11px}
}
@media(max-width:1100px){
  .nav-shell{display:flex;min-height:78px}
  .desktop-nav{display:none}
  .mobile-toggle{display:inline-flex}
  .header-cta{display:none}
  .mobile-nav{border-top:1px solid rgba(255,255,255,.1)}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .nav-shell,.site-header .container.nav-shell{width:min(var(--container),calc(100% - 32px))}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:1fr}
  .pro-layout.pro-fixed .pro-img{height:230px}
  .sticky-float.show{left:12px;right:12px;justify-content:center}
}


/* BEST EVER FINAL POLISH */
:root{
  --navy:#0A1F3D;
  --navy2:#132A4E;
  --blue:#00A3D9;
  --blue-deep:#087FAE;
  --green:#B6CF5C;
  --text:#102033;
  --muted:#5D7085;
  --line:#DDE6EE;
  --light:#F6F9FC;
}
html{overflow-x:hidden}
body{overflow-x:hidden}
.site-header{
  left:0;right:0;width:100%;
  background:rgba(10,31,61,.96);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.site-header-home{
  position:absolute;
  background:linear-gradient(180deg,rgba(3,12,24,.82),rgba(3,12,24,.26),transparent);
  border-bottom:0;
}
.nav-shell,
.site-header .container.nav-shell{
  width:min(var(--container),calc(100% - 48px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:180px minmax(620px,1fr) 205px;
  align-items:center;
  gap:24px;
  min-height:88px;
}
.logo{justify-self:start;min-width:150px}
.desktop-nav{
  justify-self:center;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,1.45vw,28px);
  min-width:0;
}
.desktop-nav>a,.nav-item>a{
  position:relative;
  padding:34px 0;
  line-height:1;
}
.desktop-nav>a:before,.nav-item>a:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:23px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.desktop-nav>a:hover:before,.nav-item:hover>a:before,.nav-item:focus-within>a:before{transform:scaleX(1)}
.has-dropdown>a:after{
  content:"";
  width:6px;
  height:6px;
  border-right:2px solid rgba(255,255,255,.72);
  border-bottom:2px solid rgba(255,255,255,.72);
  transform:rotate(45deg);
  margin-left:8px;
  margin-top:-4px;
}
.header-cta{justify-self:end;margin-left:0;min-width:190px}
.dropdown-panel{z-index:300}
.submenu{left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{transform:translate(-50%,0)}
.mega-menu{
  position:fixed;
  top:78px;
  left:50%;
  width:min(1080px,calc(100vw - 64px));
  transform:translate(-50%,14px);
  z-index:320;
  border-radius:22px;
  padding:28px;
}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.mega-col a{
  border:1px solid transparent;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.mega-col a:hover{
  border-color:var(--line);
  transform:translateY(-2px);
}
.hero-home{min-height:760px}
.hero h1{font-weight:760;letter-spacing:-.065em}
.hero-lead{font-size:20px;max-width:800px}
.section{padding:92px 0}
.section-light{background:linear-gradient(180deg,#fff,var(--light))}
h2{font-weight:820}
.product-card,.info-card,.panel,.callout,.aside-card,.step,.icon-box{
  animation:fadeLift .52s ease both;
}
@keyframes fadeLift{from{opacity:.01;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.product-card img{height:220px}
.pro-section{overflow:hidden}
.pro-layout.pro-fixed{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  align-items:center;
}
.pro-layout.pro-fixed .pro-intro{
  max-width:940px;
  margin-inline:auto;
  text-align:center;
}
.pro-layout.pro-fixed .icon-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:100%;
  gap:18px;
}
.pro-layout.pro-fixed .icon-box{
  border:1px solid var(--line);
  padding:26px 16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  min-width:0;
  overflow:hidden;
}
.pro-layout.pro-fixed .icon-box h3,
.pro-layout.pro-fixed .icon-box p{
  overflow-wrap:break-word;
  word-break:normal;
}
.pro-layout.pro-fixed .pro-img{
  width:100%;
  max-height:380px;
  height:340px;
  object-fit:cover;
  margin-top:8px;
  box-shadow:var(--shadow);
}
.trust-row{margin-top:36px}
.sticky-float{
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:.24s ease;
}
.sticky-float.show{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.site-footer{
  background:radial-gradient(circle at 85% 15%,rgba(0,163,217,.12),transparent 32%),var(--navy);
}
.footer-badges span{
  background:rgba(255,255,255,.04);
  border-radius:999px;
}
@media(max-width:1180px){
  .nav-shell,.site-header .container.nav-shell{grid-template-columns:165px minmax(500px,1fr) 190px;gap:16px}
  .desktop-nav{gap:15px}
  .desktop-nav>a,.nav-item>a{font-size:11px}
}
@media(max-width:1100px){
  .nav-shell,.site-header .container.nav-shell{
    display:flex;
    min-height:78px;
  }
  .desktop-nav{display:none}
  .mobile-toggle{display:inline-flex}
  .header-cta{display:none}
  .mobile-nav{border-top:1px solid rgba(255,255,255,.1)}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .nav-shell,.site-header .container.nav-shell{width:min(var(--container),calc(100% - 32px))}
  .hero-home{min-height:670px}
  .hero-lead{font-size:17px}
  .section{padding:68px 0}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:1fr}
  .pro-layout.pro-fixed .pro-img{height:240px}
  .sticky-float.show{left:12px;right:12px;justify-content:center}
}


/* ULTIMATE FINAL: HOMEPAGE CARD FIX + WHY REUSABLES RESPONSIVE TABLE + NAV HARDENING */
:root{
  --navy:#0A1F3D;
  --navy2:#132A4E;
  --blue:#00A3D9;
  --blue-deep:#087FAE;
  --green:#B6CF5C;
  --silver:#E7EEF5;
  --text:#102033;
  --muted:#5D7085;
  --line:#DDE6EE;
  --light:#F6F9FC;
}
html,body{overflow-x:hidden}
.site-header{left:0;right:0;width:100%}
.nav-shell,.site-header .container.nav-shell{
  width:min(var(--container),calc(100% - 48px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:180px minmax(620px,1fr) 205px;
  align-items:center;
  gap:24px;
  min-height:88px;
}
.desktop-nav{
  justify-self:center;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,1.45vw,28px);
  min-width:0;
}
.header-cta{justify-self:end;margin-left:0;min-width:190px}
.dropdown-panel{z-index:300}
.mega-menu{
  position:fixed;
  top:78px;
  left:50%;
  width:min(1080px,calc(100vw - 64px));
  transform:translate(-50%,14px);
  z-index:320;
  border-radius:22px;
  padding:28px;
}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.submenu{left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{transform:translate(-50%,0)}
.desktop-nav>a,.nav-item>a{position:relative;line-height:1}
.desktop-nav>a:before,.nav-item>a:before{
  content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0);transform-origin:left;transition:transform .22s ease
}
.desktop-nav>a:hover:before,.nav-item:hover>a:before,.nav-item:focus-within>a:before{transform:scaleX(1)}
.has-dropdown>a:after{
  content:"";width:6px;height:6px;border-right:2px solid rgba(255,255,255,.72);
  border-bottom:2px solid rgba(255,255,255,.72);transform:rotate(45deg);margin-left:8px;margin-top:-4px
}
.hero-home{min-height:760px}
.hero h1{font-weight:760;letter-spacing:-.065em}
.hero-lead{font-size:20px;max-width:800px}
.section{padding:92px 0}
h2{font-weight:820}

/* fixed Designed for Medical Professionals section */
.pro-section{overflow:hidden}
.pro-layout.pro-fixed{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:center;
}
.pro-layout.pro-fixed .pro-intro{
  max-width:960px;
  margin-inline:auto;
  text-align:center;
}
.pro-layout.pro-fixed .icon-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:100%;
  gap:18px;
}
.pro-layout.pro-fixed .icon-box{
  border:1px solid var(--line);
  padding:26px 16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  min-width:0;
  overflow:hidden;
  border-right:1px solid var(--line)!important;
  border-bottom:1px solid var(--line)!important;
}
.pro-layout.pro-fixed .icon-box h3,
.pro-layout.pro-fixed .icon-box p{
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
}
.pro-layout.pro-fixed .pro-img{
  width:100%;
  height:340px;
  max-height:380px;
  object-fit:cover;
  box-shadow:var(--shadow);
  margin-top:8px;
}

/* Why Reusables responsive comparison */
.comparison-section{overflow:hidden}
.comparison-wrap{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 38px rgba(8,35,60,.07);
}
.comparison-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.comparison-table th,
.comparison-table td{
  padding:18px 20px;
  border-bottom:1px solid var(--line);
  vertical-align:top;
  text-align:left;
  overflow-wrap:break-word;
}
.comparison-table th{
  background:linear-gradient(180deg,#f9fbfd,#eef4f8);
  color:var(--navy);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:900;
}
.comparison-table td:first-child{
  width:22%;
  font-weight:800;
  color:var(--navy);
}
.comparison-table tr:last-child td{border-bottom:0}
.value-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,163,217,.10);
  color:var(--navy);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-bottom:8px;
}
.disposable-note{
  color:#6c7d8f;
}
.roi-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.roi-card{
  padding:24px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
}
.roi-card strong{
  display:block;
  font-size:34px;
  color:var(--blue);
  letter-spacing:-.04em;
  line-height:1;
  margin-bottom:8px;
}

/* Better content cards */
.product-card,.info-card,.panel,.callout,.aside-card,.step,.icon-box,.roi-card{
  animation:fadeLift .52s ease both;
}
@keyframes fadeLift{from{opacity:.01;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.sticky-float{
  opacity:0;pointer-events:none;transform:translateY(12px);transition:.24s ease
}
.sticky-float.show{
  opacity:1;pointer-events:auto;transform:translateY(0)
}

.site-footer{
  background:radial-gradient(circle at 85% 15%,rgba(0,163,217,.12),transparent 32%),var(--navy);
}

@media(max-width:1180px){
  .nav-shell,.site-header .container.nav-shell{grid-template-columns:165px minmax(500px,1fr) 190px;gap:16px}
  .desktop-nav{gap:15px}
  .desktop-nav>a,.nav-item>a{font-size:11px}
}
@media(max-width:1100px){
  .nav-shell,.site-header .container.nav-shell{display:flex;min-height:78px}
  .desktop-nav{display:none}
  .mobile-toggle{display:inline-flex}
  .header-cta{display:none}
  .mobile-nav{border-top:1px solid rgba(255,255,255,.1)}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .roi-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nav-shell,.site-header .container.nav-shell{width:min(var(--container),calc(100% - 32px))}
  .section{padding:68px 0}
  .hero-home{min-height:670px}
  .hero-lead{font-size:17px}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:1fr}
  .pro-layout.pro-fixed .pro-img{height:240px}
  .comparison-wrap{
    border-radius:14px;
    box-shadow:none;
    border:0;
    background:transparent;
  }
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td{
    display:block;
    width:100%!important;
  }
  .comparison-table thead{display:none}
  .comparison-table tr{
    margin-bottom:16px;
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 22px rgba(8,35,60,.06);
  }
  .comparison-table td{
    border-bottom:1px solid var(--line);
    padding:16px;
  }
  .comparison-table td:last-child{border-bottom:0}
  .comparison-table td:before{
    content:attr(data-label);
    display:block;
    margin-bottom:6px;
    font-size:11px;
    font-weight:900;
    color:var(--blue);
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .sticky-float.show{left:12px;right:12px;justify-content:center}
}


/* REAL WHY REUSABLES VISUAL FIX - no broken image dependency */
.why-visual-card{display:none!important}
.premium-value-graphic{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  width:100%;
}
.value-panel{
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 46px rgba(8,35,60,.10);
  border:1px solid var(--line);
  min-width:0;
}
.value-panel-reusable{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:#fff;
}
.value-panel-disposable{
  background:linear-gradient(180deg,#fff,#f6f9fc);
  color:var(--text);
}
.value-panel-kicker{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:var(--blue);
  margin-bottom:8px;
}
.value-panel-reusable .value-panel-kicker{color:var(--green)}
.value-panel h3{
  margin:0 0 20px;
  font-size:clamp(22px,2.3vw,32px);
  line-height:1.08;
  letter-spacing:-.035em;
  color:inherit;
}
.value-point{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.14);
}
.value-panel-disposable .value-point{
  border-top:1px solid var(--line);
}
.value-point span{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-weight:900;
}
.value-panel-disposable .value-point span{
  background:#dfe7ef;
  color:#63758a;
}
.value-point strong{
  display:block;
  font-size:16px;
  margin-bottom:4px;
}
.value-point p{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#dbe7f3;
}
.value-panel-disposable .value-point p{
  color:var(--muted);
}
@media(max-width:900px){
  .premium-value-graphic{grid-template-columns:1fr}
}
@media(max-width:760px){
  .value-panel{padding:22px;border-radius:16px}
}


/* POLISHED WHY REUSABLES PAGE - removes awkward side-by-side text block */
.reusable-intro{background:#fff}
.reusable-intro-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
}
.reusable-image-card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  box-shadow:0 22px 62px rgba(8,35,60,.14);
  border:1px solid var(--line);
  background:#fff;
}
.reusable-image-card img{
  width:100%;
  height:430px;
  object-fit:cover;
}
.image-card-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(10,31,61,.88);
  backdrop-filter:blur(10px);
  color:#fff;
}
.image-card-caption strong{
  display:block;
  font-size:18px;
  margin-bottom:4px;
}
.image-card-caption span{
  display:block;
  color:#dce8f3;
  font-size:14px;
  line-height:1.45;
}
.reusable-scoreboard{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:32px;
}
.score-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  padding:32px;
  box-shadow:0 12px 34px rgba(8,35,60,.07);
}
.score-card.primary-score{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:#fff;
  border-color:rgba(255,255,255,.08);
}
.score-card h3{
  margin:8px 0 10px;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1.08;
  letter-spacing:-.04em;
  color:inherit;
}
.score-card p{
  margin:0;
  color:var(--muted);
}
.score-card.primary-score p{
  color:#dce8f3;
}
.score-kicker{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.primary-score .score-kicker{color:var(--green)}
.comparison-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.comparison-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  padding:24px;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
}
.comparison-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(0,163,217,.12);
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
}
.comparison-card h3{
  font-size:20px;
  margin-bottom:14px;
}
.comparison-split{
  display:grid;
  gap:12px;
}
.comparison-split p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.comparison-split strong{
  color:var(--navy);
}
.reusable-roi{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.roi-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.roi-mini-grid div{
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
}
.roi-mini-grid strong{
  display:block;
  color:var(--blue);
  font-size:24px;
  margin-bottom:6px;
}
.roi-mini-grid span{
  color:var(--muted);
}
@media(max-width:1100px){
  .comparison-grid{grid-template-columns:1fr 1fr}
  .reusable-intro-grid,.reusable-roi{grid-template-columns:1fr}
}
@media(max-width:760px){
  .reusable-intro-grid{gap:28px}
  .reusable-image-card img{height:280px}
  .image-card-caption{position:static;border-radius:0}
  .reusable-scoreboard,.comparison-grid,.roi-mini-grid{grid-template-columns:1fr}
  .score-card,.comparison-card{border-radius:18px;padding:24px}
}


/* CONTENT POLISH PASS */
.section .center .lead{margin-top:10px}
.product-card .card-body h3{min-height:44px}
@media(min-width:900px){
  .section .center h2{max-width:980px;margin-inline:auto}
}


/* CLIENT FEEDBACK UPDATE: PRODUCTS, ISO, HISTORY */
.certification-card{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(8,35,60,.07)}
.certification-card .cert-seal{width:72px;height:72px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-weight:900;font-size:18px;line-height:1.05;text-align:center}
.certification-card h3{margin:0 0 6px;color:var(--navy)}
.certification-card p{margin:0 0 12px;color:var(--muted)}
.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}
.product-side-nav{position:sticky;top:110px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 34px rgba(8,35,60,.07)}
.product-side-nav h3{font-size:15px;letter-spacing:.10em;text-transform:uppercase;margin:0 0 14px;color:var(--navy)}
.product-side-nav a{display:block;padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted);font-weight:700;font-size:14px}
.product-side-nav a:hover{color:var(--blue)}
.product-side-nav a:last-child{border-bottom:0}
.part-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff;margin:22px 0 34px;box-shadow:0 8px 24px rgba(8,35,60,.05)}
.part-table{width:100%;border-collapse:collapse;min-width:720px}
.part-table th,.part-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:14px}
.part-table th{background:#f7fafc;color:var(--navy);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.part-table tr:last-child td{border-bottom:0}
.part-number{font-weight:900;color:var(--navy);white-space:nowrap}
.product-note{padding:18px 20px;background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid var(--line);border-radius:18px;color:var(--muted);margin:20px 0}
.product-jump{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 28px}
.product-jump a{padding:9px 12px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--navy);background:#fff}
.product-jump a:hover{border-color:var(--blue);color:var(--blue)}
.history-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.history-photo-card{border:1px solid var(--line);background:#fff;box-shadow:0 10px 28px rgba(8,35,60,.06);overflow:hidden;border-radius:20px}
.history-photo-card img{width:100%;height:230px;object-fit:cover;filter:grayscale(.1)}
.history-photo-card div{padding:16px 18px}
.history-photo-card h3{font-size:18px;margin:0 0 6px;color:var(--navy)}
.history-photo-card p{margin:0;color:var(--muted);font-size:14px}
.product-taxonomy{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px}
.product-taxonomy a{display:block;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;box-shadow:0 8px 24px rgba(8,35,60,.05)}
.product-taxonomy strong{display:block;color:var(--navy);font-size:18px;margin-bottom:6px}
.product-taxonomy span{display:block;color:var(--muted);font-size:14px}
@media(max-width:1100px){.product-detail-layout{grid-template-columns:1fr}.product-side-nav{position:relative;top:auto}.history-photo-grid{grid-template-columns:1fr 1fr}.product-taxonomy{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.certification-card{grid-template-columns:1fr}.part-table{min-width:620px}.history-photo-grid,.product-taxonomy{grid-template-columns:1fr}.history-photo-card img{height:220px}}


/* LASER ENGRAVING UPDATE */
.laser-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.laser-media-panel{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#fff;
}
.laser-media-panel img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.laser-media-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(10,31,61,.88);
  color:#fff;
  backdrop-filter:blur(10px);
}
.laser-media-caption strong{
  display:block;
  margin-bottom:4px;
  font-size:18px;
}
.laser-media-caption span{
  display:block;
  color:#d9e7f5;
  font-size:14px;
}
.laser-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:32px;
}
.laser-gallery figure{
  margin:0;
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
}
.laser-gallery img,
.laser-gallery video{
  width:100%;
  height:280px;
  object-fit:cover;
  background:#0A1F3D;
}
.laser-gallery figcaption{
  padding:16px 18px;
  color:var(--muted);
  font-size:14px;
}
.laser-callout{
  background:#fff;
}
.laser-callout-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.laser-callout-images img{
  height:280px;
  width:100%;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(8,35,60,.08);
}
@media(max-width:900px){
  .laser-grid,.laser-gallery,.laser-callout-images{grid-template-columns:1fr}
  .laser-media-panel img{height:360px}
  .laser-gallery img,.laser-gallery video,.laser-callout-images img{height:260px}
  .laser-media-caption{position:static;border-radius:0}
}

/* PEMCO LOGO IMAGE UPDATE */
.logo{
  min-width:188px;
  width:188px;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
}
.logo img{
  display:block;
  width:188px;
  height:auto;
  max-height:64px;
  object-fit:contain;
}
.site-footer .logo{
  width:210px;
  min-width:210px;
  margin-bottom:16px;
}
.site-footer .logo img{
  width:210px;
  max-height:none;
}
@media(max-width:760px){
  .logo{width:164px;min-width:164px}
  .logo img{width:164px}
}


/* EXPANDED HISTORY REVISION */
.extended-history-section{
  background:#f7f9fc;
}
.modern-history-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.modern-history-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 24px;
  box-shadow:0 10px 28px rgba(8,35,60,.05);
}
.modern-history-year{
  display:inline-block;
  margin-bottom:12px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent);
}
.modern-history-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.12;
}
.modern-history-card p{
  margin:0;
  color:var(--muted);
}
.history-story-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
  margin-top:32px;
}
.history-story-copy{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 10px 28px rgba(8,35,60,.05);
}
.history-story-copy h3{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.08;
}
.history-story-copy p{
  color:var(--muted);
}
.history-story-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.history-story-images img{
  width:100%;
  height:280px;
  object-fit:cover;
  border-radius:20px;
  box-shadow:var(--shadow);
}
@media(max-width:1100px){
  .modern-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .history-story-grid,.history-story-images,.modern-history-grid{grid-template-columns:1fr}
  .history-story-images img{height:240px}
}


/* CLIENT PRODUCT DETAIL REVISION */
.product-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:34px;
  align-items:start;
}
.product-side-nav{
  position:sticky;
  top:110px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
}
.product-side-nav strong{
  display:block;
  color:var(--navy);
  font-size:13px;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.product-side-nav a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:var(--muted);
  font-weight:700;
  font-size:14px;
}
.product-side-nav a:hover{
  background:var(--light);
  color:var(--navy);
}
.product-table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  margin:18px 0 30px;
}
.product-table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}
.product-table th{
  background:#f7f9fc;
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-table th,
.product-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
}
.product-table tr:last-child td{border-bottom:0}
.iso-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
  padding:22px;
  margin-top:24px;
}
.iso-card h3{margin-bottom:4px}
.iso-card p{margin:0;color:var(--muted)}
@media(max-width:980px){
  .product-layout{grid-template-columns:1fr}
  .product-side-nav{position:relative;top:auto}
  .iso-card{grid-template-columns:1fr}
}


/* EMERGENCY INTERIOR PAGE + CLEAN URL REPAIR */
html,body{overflow-x:hidden}
.site-header{left:0;right:0;width:100%;z-index:100}
.nav-shell,.site-header .container.nav-shell{
  width:min(var(--container),calc(100% - 48px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:180px minmax(620px,1fr) 205px;
  align-items:center;
  gap:24px;
  min-height:88px;
}
.desktop-nav{justify-self:center;width:100%;display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.45vw,28px);min-width:0}
.header-cta{justify-self:end;margin-left:0;min-width:190px}
.dropdown-panel{z-index:300}
.mega-menu{position:fixed;top:78px;left:50%;width:min(1080px,calc(100vw - 64px));transform:translate(-50%,14px);z-index:320;border-radius:22px;padding:28px}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.submenu{left:50%;transform:translate(-50%,12px)}
.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{transform:translate(-50%,0)}
.pro-section{overflow:hidden}
.pro-layout.pro-fixed{display:grid;grid-template-columns:1fr;gap:36px;align-items:center}
.pro-layout.pro-fixed .pro-intro{max-width:960px;margin-inline:auto;text-align:center}
.pro-layout.pro-fixed .icon-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;gap:18px}
.pro-layout.pro-fixed .icon-box{border:1px solid var(--line);padding:26px 16px;background:#fff;box-shadow:0 8px 24px rgba(8,35,60,.05);min-width:0;overflow:hidden}
.pro-layout.pro-fixed .icon-box h3,.pro-layout.pro-fixed .icon-box p{overflow-wrap:break-word;word-break:normal}
.pro-layout.pro-fixed .pro-img{width:100%;height:340px;object-fit:cover;box-shadow:var(--shadow);margin-top:8px}
.laser-service-media{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.laser-service-media img{width:100%;height:320px;object-fit:cover;border-radius:20px;box-shadow:0 10px 28px rgba(8,35,60,.08)}
.product-layout{display:grid;grid-template-columns:260px 1fr;gap:34px;align-items:start}
.product-side-nav{position:sticky;top:110px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(8,35,60,.06)}
.product-side-nav strong{display:block;color:var(--navy);font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.product-side-nav a{display:block;padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:700;font-size:14px}
.product-side-nav a:hover{background:var(--light);color:var(--navy)}
.product-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(8,35,60,.05);margin:18px 0 30px}
.product-table{width:100%;border-collapse:collapse;min-width:720px}
.product-table th{background:#f7f9fc;color:var(--navy);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.product-table th,.product-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.product-table tr:last-child td{border-bottom:0}
@media(max-width:1100px){
  .nav-shell,.site-header .container.nav-shell{display:flex;min-height:78px}
  .desktop-nav{display:none}
  .mobile-toggle{display:inline-flex}
  .header-cta{display:none}
  .pro-layout.pro-fixed .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr}
  .product-side-nav{position:relative;top:auto}
}
@media(max-width:760px){
  .nav-shell,.site-header .container.nav-shell{width:min(var(--container),calc(100% - 32px))}
  .pro-layout.pro-fixed .icon-grid,.laser-service-media{grid-template-columns:1fr}
  .pro-layout.pro-fixed .pro-img{height:240px}
  .laser-service-media img{height:240px}
}


/* PART NUMBER PRODUCT IMAGE UPDATE */
.product-image-section{
  margin:40px 0 34px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 12px 34px rgba(8,35,60,.06);
}
.product-image-section .section-heading{
  max-width:920px;
  margin-bottom:24px;
}
.product-image-section .section-heading h2{
  margin:0 0 10px;
}
.part-image-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.part-image-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(8,35,60,.04);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.part-image-card:hover{
  transform:translateY(-3px);
  border-color:rgba(34,96,141,.35);
  box-shadow:0 18px 34px rgba(8,35,60,.10);
}
.part-img-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  height:178px;
  padding:20px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.part-img-wrap img{
  max-width:100%;
  max-height:140px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.part-card-body{
  padding:18px 18px 20px;
}
.part-number{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(183,207,91,.18);
  color:var(--navy);
  font-weight:900;
  font-size:13px;
  letter-spacing:.02em;
}
.part-card-body h3{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.18;
}
.part-card-body p{
  color:var(--muted);
  font-size:14px;
  margin:0;
}
.category-preview-card .part-img-wrap{
  height:200px;
}
@media(max-width:1100px){
  .part-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .product-image-section{padding:22px;border-radius:20px}
  .part-image-grid{grid-template-columns:1fr}
  .part-img-wrap{height:160px}
}


/* FINAL PRODUCT PAGE DESIGN SAFETY PATCH */
.product-image-section{
  margin:40px 0 34px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 12px 34px rgba(8,35,60,.06);
}
.product-image-section .section-heading{
  max-width:920px;
  margin-bottom:24px;
}
.part-image-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.part-image-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(8,35,60,.04);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.part-image-card:hover{
  transform:translateY(-3px);
  border-color:rgba(34,96,141,.35);
  box-shadow:0 18px 34px rgba(8,35,60,.10);
}
.part-img-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  height:178px;
  padding:20px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.part-img-wrap img{
  max-width:100%;
  max-height:140px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.part-card-body{
  padding:18px 18px 20px;
}
.part-number{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(183,207,91,.18);
  color:var(--navy);
  font-weight:900;
  font-size:13px;
  letter-spacing:.02em;
}
.part-card-body h3{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.18;
}
.part-card-body p{
  color:var(--muted);
  font-size:14px;
  margin:0;
}
.product-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:34px;
  align-items:start;
}
.product-side-nav{
  position:sticky;
  top:110px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
}
.product-side-nav strong{
  display:block;
  color:var(--navy);
  font-size:13px;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.product-side-nav a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:var(--muted);
  font-weight:700;
  font-size:14px;
}
.product-side-nav a:hover{
  background:var(--light);
  color:var(--navy);
}
.product-table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  margin:18px 0 30px;
}
.product-table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}
.product-table th{
  background:#f7f9fc;
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-table th,.product-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
}
.product-table tr:last-child td{border-bottom:0}
@media(max-width:1100px){
  .part-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr}
  .product-side-nav{position:relative;top:auto}
}
@media(max-width:720px){
  .product-image-section{padding:22px;border-radius:20px}
  .part-image-grid{grid-template-columns:1fr}
  .part-img-wrap{height:160px}
}


/* SITE-WIDE POLISH + HISTORY PAGE REPAIR */
main{
  width:100%;
  overflow:hidden;
}
.section{
  position:relative;
  width:100%;
}
.section > .container,
.container{
  max-width:1180px;
}
.history-modern-section{
  background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
  overflow:hidden;
}
.history-modern-container{
  max-width:1180px!important;
  width:min(1180px,calc(100% - 48px))!important;
  margin-inline:auto!important;
}
.history-modern-intro{
  max-width:920px;
  margin:0 auto 34px;
  text-align:center;
}
.history-modern-intro h2{
  max-width:900px;
  margin:0 auto 18px;
  font-size:clamp(38px,4vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
}
.history-modern-intro .lead{
  max-width:900px;
  margin-inline:auto;
  color:var(--muted);
  font-size:clamp(18px,1.45vw,23px);
  line-height:1.58;
}
.history-modern-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  width:100%!important;
}
.history-era-card{
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 36px rgba(8,35,60,.07);
  padding:30px;
  min-height:260px;
  overflow:hidden;
}
.history-era-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(183,207,91,.2);
  color:var(--navy);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.history-era-card h3{
  margin:0 0 14px;
  font-size:clamp(24px,2vw,32px);
  line-height:1.08;
  letter-spacing:-.035em;
  overflow-wrap:normal;
  word-break:normal;
}
.history-era-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.62;
}
.history-proof-band{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
  margin-top:28px;
  padding:34px;
  border-radius:28px;
  background:var(--navy);
  color:#fff;
  box-shadow:var(--shadow);
}
.history-proof-band h3{
  color:#fff;
  margin:0 0 12px;
  font-size:clamp(28px,2.4vw,42px);
  letter-spacing:-.04em;
}
.history-proof-band p{
  color:#dbe7f2;
  font-size:17px;
  line-height:1.68;
  margin:0;
}
.history-proof-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.history-proof-points span{
  display:flex;
  min-height:82px;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  font-weight:900;
}
.history-photo-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:min(1180px,calc(100% - 48px))!important;
  margin-inline:auto!important;
}
.history-photo-card{
  overflow:hidden;
}
.history-photo-card h3{
  font-size:24px;
  line-height:1.15;
}
.history-photo-card p{
  font-size:16px;
  line-height:1.55;
}
.moving-equipment-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.product-image-section{
  overflow:hidden;
}
.part-image-grid{
  align-items:stretch;
}
.part-card-body h3{
  overflow-wrap:normal;
  word-break:normal;
}
.part-card-body p{
  line-height:1.55;
}
@media(max-width:1050px){
  .history-modern-grid,
  .history-photo-grid,
  .moving-equipment-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .history-proof-band{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .history-modern-container,
  .history-photo-grid{
    width:min(100% - 32px,1180px)!important;
  }
  .history-modern-grid,
  .history-photo-grid,
  .moving-equipment-gallery,
  .history-proof-points{
    grid-template-columns:1fr!important;
  }
  .history-era-card{
    min-height:auto;
    padding:24px;
  }
  .history-proof-band{
    padding:24px;
    border-radius:22px;
  }
  .history-modern-intro{
    text-align:left;
  }
}


/* CLIENT COMMENTS 6.12.26 UPDATE */
.sump-sucker-note{
  border:1px solid rgba(0,163,217,.22);
  background:linear-gradient(180deg,#ffffff,#f3fbff);
  border-radius:22px;
  padding:24px;
  margin:22px 0 28px;
  box-shadow:0 10px 28px rgba(8,35,60,.05);
}
.sump-sucker-note h3{
  margin:0 0 8px;
}
.sump-sucker-note p{
  color:var(--muted);
  margin:0;
  font-size:17px;
  line-height:1.65;
}
.enlarged-product-images .part-img-wrap,
.sucker-images .part-img-wrap{
  min-height:245px;
  height:245px;
  padding:24px;
}
.enlarged-product-images .part-img-wrap img,
.sucker-images .part-img-wrap img{
  max-height:205px;
  max-width:100%;
}
.sucker-images .part-image-card{
  min-height:100%;
}
.product-card img{
  background:#fff;
}
@media(max-width:760px){
  .enlarged-product-images .part-img-wrap,
  .sucker-images .part-img-wrap{
    min-height:210px;
    height:210px;
  }
  .enlarged-product-images .part-img-wrap img,
  .sucker-images .part-img-wrap img{
    max-height:175px;
  }
}


/* CLIENT PROVIDED PRODUCT IMAGE UPDATE */
.part-img-wrap img[src*="1480-client"],
.product-card img[src*="1480-client"]{
  max-height:220px;
  width:100%;
  object-fit:contain;
}
.part-img-wrap img[src*="1580-a-2-set-client"],
.product-card img[src*="1580-a-2-set-client"]{
  max-height:230px;
  width:100%;
  object-fit:contain;
}
.product-card img{
  object-fit:contain;
  background:#fff;
}


/* FINAL HOMEPAGE RESCUE / FEATURED PRODUCTS */
.featured-products-clean{
  background:#fff;
}
.featured-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}
.featured-product-grid .product-card{
  min-height:100%;
}
.featured-product-grid .product-card img{
  height:230px;
  width:100%;
  object-fit:contain;
  padding:22px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.featured-product-grid .product-card .card-body{
  min-height:230px;
}
@media(max-width:1120px){
  .featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .featured-product-grid{grid-template-columns:1fr}
  .featured-product-grid .product-card img{height:210px}
}


/* CLEAN COMPACT PRODUCTS MEGA MENU */
.desktop-nav .nav-item{
  position:relative;
}
.compact-mega{
  position:fixed!important;
  top:94px!important;
  left:50%!important;
  width:min(920px,calc(100vw - 80px))!important;
  max-width:920px!important;
  transform:translate(-50%,14px)!important;
  padding:16px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(10,31,61,.08)!important;
  box-shadow:0 28px 70px rgba(8,35,60,.22)!important;
  backdrop-filter:blur(14px);
}
.nav-item:hover>.compact-mega,
.nav-item:focus-within>.compact-mega{
  transform:translate(-50%,0)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.compact-mega:before{
  content:"";
  position:absolute;
  top:-8px;
  left:50%;
  width:18px;
  height:18px;
  transform:translateX(-50%) rotate(45deg);
  background:rgba(255,255,255,.97);
  border-left:1px solid rgba(10,31,61,.08);
  border-top:1px solid rgba(10,31,61,.08);
}
.mega-inner{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.mega-card{
  display:block!important;
  padding:18px 18px 17px!important;
  min-height:150px!important;
  border:1px solid var(--line)!important;
  border-radius:17px!important;
  background:#fff!important;
  text-decoration:none!important;
  color:var(--navy)!important;
  box-shadow:0 8px 22px rgba(8,35,60,.045)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease!important;
}
.mega-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(0,163,217,.34)!important;
  box-shadow:0 16px 34px rgba(8,35,60,.12)!important;
  background:#f9fcff!important;
}
.mega-card.primary{
  background:linear-gradient(180deg,#f7fbff,#fff)!important;
  border-color:rgba(0,163,217,.26)!important;
}
.mega-card.view-all{
  background:linear-gradient(135deg,var(--navy),#12385f)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.12)!important;
}
.mega-card.view-all strong,
.mega-card.view-all span{
  color:#fff!important;
}
.mega-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  margin-bottom:12px!important;
  border-radius:999px!important;
  background:rgba(183,207,91,.24)!important;
  color:var(--navy)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
.mega-card.view-all .mega-icon{
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
}
.mega-card strong{
  display:block!important;
  margin:0 0 7px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.16!important;
  letter-spacing:-.01em!important;
}
.mega-card span:not(.mega-icon){
  display:block!important;
  color:var(--muted)!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
@media(max-width:1100px){
  .compact-mega{display:none!important}
}


/* FINAL CLEAN PRODUCTS MEGA MENU */
.mega-menu,
.compact-mega{
  display:none!important;
}
.product-mega{
  position:fixed!important;
  top:88px!important;
  left:50%!important;
  width:min(760px,calc(100vw - 64px))!important;
  max-width:760px!important;
  display:block!important;
  padding:0!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(10,31,61,.10)!important;
  box-shadow:0 28px 70px rgba(8,35,60,.24)!important;
  transform:translate(-50%,12px)!important;
  z-index:500!important;
}
.nav-item:hover>.product-mega,
.nav-item:focus-within>.product-mega{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
.product-mega:before{
  content:"";
  position:absolute;
  top:-8px;
  left:50%;
  width:18px;
  height:18px;
  transform:translateX(-50%) rotate(45deg);
  background:#fff;
  border-left:1px solid rgba(10,31,61,.10);
  border-top:1px solid rgba(10,31,61,.10);
}
.product-mega-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  background:linear-gradient(180deg,#f9fbfd,#f3f7fb);
  border-bottom:1px solid var(--line);
}
.product-mega-head span{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-mega-head a{
  color:var(--navy);
  font-size:13px;
  font-weight:900;
}
.product-mega-grid{
  display:grid!important;
  grid-template-columns:.92fr 1.08fr!important;
  gap:0!important;
}
.product-mega-feature{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  min-height:300px!important;
  padding:26px!important;
  background:linear-gradient(135deg,var(--navy),#123b64)!important;
  color:#fff!important;
  text-decoration:none!important;
}
.product-mega-feature .mega-label{
  display:inline-flex!important;
  align-self:flex-start!important;
  margin-bottom:16px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(183,207,91,.18)!important;
  color:var(--green)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.product-mega-feature strong{
  color:#fff!important;
  font-size:30px!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  margin:0 0 12px!important;
}
.product-mega-feature em{
  color:#dbe7f2!important;
  font-style:normal!important;
  font-size:15px!important;
  line-height:1.5!important;
}
.product-mega-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  padding:10px!important;
}
.product-mega-list a{
  display:block!important;
  padding:16px 18px!important;
  min-height:0!important;
  border:1px solid transparent!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--navy)!important;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.product-mega-list a:hover{
  background:#f7fbff!important;
  border-color:rgba(0,163,217,.20)!important;
  transform:translateY(-1px)!important;
}
.product-mega-list strong{
  display:block!important;
  margin:0 0 5px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.18!important;
  letter-spacing:-.01em!important;
}
.product-mega-list span{
  display:block!important;
  color:var(--muted)!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:500!important;
}
@media(max-width:1100px){
  .product-mega{display:none!important}
}
@media(max-width:760px){
  .product-mega-grid{grid-template-columns:1fr!important}
}


/* CUSTOMER-FACING IFU RESOURCE SECTIONS */
.ifu-section{
  background:linear-gradient(180deg,#fff,#f7f9fc);
}
.ifu-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}
.ifu-card,
.ifu-resource-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(8,35,60,.07);
}
.ifu-card img{
  width:100%;
  height:260px;
  object-fit:contain;
  padding:24px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.ifu-card-body{
  padding:22px 24px;
}
.ifu-card-body h3{
  margin:0 0 8px;
}
.ifu-card-body p{
  color:var(--muted);
  margin:0;
}
.ifu-resource-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}
.ifu-resource-card{
  display:grid;
  grid-template-columns:220px 1fr;
  align-items:center;
}
.ifu-resource-card img{
  width:100%;
  height:210px;
  object-fit:contain;
  padding:20px;
  background:#fff;
  border-right:1px solid var(--line);
}
.ifu-resource-card > div{
  padding:24px;
}
.ifu-resource-card h3{
  margin:0 0 8px;
}
.ifu-resource-card p{
  color:var(--muted);
}
@media(max-width:980px){
  .ifu-layout,
  .ifu-resource-grid,
  .ifu-resource-card{
    grid-template-columns:1fr;
  }
  .ifu-resource-card img{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
}


/* SONTEC LITERATURE RESOURCE UPDATE */
.resource-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
.sontec-literature-card{
  border-color:rgba(0,163,217,.22);
}
@media(max-width:760px){
  .resource-actions .btn{
    width:100%;
  }
}


/* CLIENT COMMENTS 6.22.26 — PRODUCT STRUCTURE AND IMAGE UPDATE */

/* Equal-weight product mega menu */
.product-mega.product-mega-equal{
  position:fixed!important;
  top:88px!important;
  left:50%!important;
  width:min(900px,calc(100vw - 64px))!important;
  max-width:900px!important;
  padding:0!important;
  overflow:hidden!important;
  transform:translate(-50%,12px)!important;
  background:#fff!important;
  border:1px solid rgba(10,31,61,.10)!important;
  border-radius:22px!important;
  box-shadow:0 28px 70px rgba(8,35,60,.24)!important;
  z-index:500!important;
}
.nav-item:hover>.product-mega.product-mega-equal,
.nav-item:focus-within>.product-mega.product-mega-equal{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
.product-mega-equal .product-mega-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  background:#f8fbfd;
}
.product-mega-equal .product-mega-head span{
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-mega-equal .product-mega-head a{
  color:var(--navy);
  font-size:13px;
  font-weight:900;
}
.product-mega-equal-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:14px!important;
}
.product-mega-equal-grid>a{
  display:block!important;
  min-height:132px!important;
  padding:18px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:#fff!important;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important;
}
.product-mega-equal-grid>a:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(0,163,217,.28)!important;
  background:#f8fcff!important;
  box-shadow:0 12px 26px rgba(8,35,60,.10)!important;
}
.product-mega-equal-grid strong{
  display:block!important;
  margin:0 0 7px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.18!important;
}
.product-mega-equal-grid span{
  display:block!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:500!important;
}

/* Homepage client imagery */
.client-hero-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
}
.home-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}
.home-product-grid .product-card{
  min-height:100%;
}
.home-product-image{
  width:100%;
  height:235px!important;
  object-fit:contain!important;
  padding:18px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.home-service-image{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
}
.client-manufacturing-strip img{
  object-fit:cover!important;
}
.pro-img[src*="client-product-collage"]{
  object-fit:contain!important;
  background:#f5f8fb;
}

/* Top-level product families */
.top-product-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}
.top-product-family-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(8,35,60,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.top-product-family-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,163,217,.28);
  box-shadow:0 18px 38px rgba(8,35,60,.12);
}
.top-product-family-card>img{
  width:100%;
  height:245px;
  object-fit:contain;
  padding:20px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.top-product-family-card>div{
  padding:22px;
}
.top-product-family-card h3{
  margin:0 0 8px;
  font-size:22px;
}
.top-product-family-card p{
  margin:0;
  color:var(--muted);
}

/* Product family pages: images first, references last */
.product-client-hero .hero-media{
  background:#071a31;
}
.product-client-hero .hero-media img{
  object-fit:contain;
  object-position:center right;
  padding:28px;
  background:#071a31;
}
.sucker-family-grid,
.cannula-style-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:28px 0 34px;
}
.sucker-family-card,
.cannula-style-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(8,35,60,.05);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.sucker-family-card:hover,
.cannula-style-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,163,217,.28);
  box-shadow:0 16px 34px rgba(8,35,60,.10);
}
.sucker-family-card>img,
.cannula-style-card>img{
  width:100%;
  height:220px;
  padding:18px;
  object-fit:contain;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.sucker-family-card>div,
.cannula-style-card>div{
  padding:20px;
}
.sucker-family-card span,
.cannula-style-card span{
  display:block;
  margin-bottom:7px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sucker-family-card h3,
.cannula-style-card h3{
  margin:0 0 8px;
  font-size:23px;
}
.sucker-family-card p,
.cannula-style-card p{
  margin:0;
  color:var(--muted);
}
.cannula-style-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.cannula-style-card>img{
  height:180px;
}
.cannula-style-card h3{
  font-size:20px;
}

.product-images-first{
  margin-top:30px;
}
.product-images-first .part-img-wrap{
  min-height:220px;
  height:220px;
}
.product-images-first .part-img-wrap img{
  max-height:180px;
}
.part-reference-section{
  border-top:1px solid #edf2f6;
}
.part-reference{
  margin:16px 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(8,35,60,.04);
}
.part-reference summary{
  cursor:pointer;
  padding:20px 22px;
  color:var(--navy);
  font-size:17px;
  font-weight:900;
  list-style:none;
}
.part-reference summary::-webkit-details-marker{
  display:none;
}
.part-reference summary:after{
  content:"+";
  float:right;
  color:var(--blue);
  font-size:22px;
}
.part-reference[open] summary:after{
  content:"−";
}
.part-reference-body{
  padding:0 22px 22px;
}
.sucker-subnav,
.cannula-style-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}
.sucker-subnav a,
.cannula-style-subnav a{
  display:inline-flex;
  padding:9px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:13px;
  font-weight:800;
}
.sucker-subnav a:hover,
.cannula-style-subnav a:hover{
  border-color:rgba(0,163,217,.34);
  color:var(--blue);
}
.product-benefit-grid{
  margin:28px 0;
}

/* Chase Cobra page */
.hero-media img[src*="chase-cobra-arms"]{
  object-fit:contain!important;
  padding:40px;
  background:#071a31;
}

@media(max-width:1120px){
  .home-product-grid,
  .top-product-family-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cannula-style-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .product-mega.product-mega-equal{
    display:none!important;
  }
  .sucker-family-grid,
  .cannula-style-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .home-product-grid,
  .top-product-family-grid,
  .sucker-family-grid,
  .cannula-style-grid{
    grid-template-columns:1fr;
  }
  .home-product-image,
  .top-product-family-card>img{
    height:210px!important;
  }
  .home-service-image{
    min-height:320px;
  }
}


/* LOCAL CLIENT IMAGE PACKAGE */
.hero-media img[src*="/assets/images/client/heroes/"]{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  background:#071a31!important;
}
.home-product-image[src*="/assets/images/client/"],
.top-product-family-card>img[src*="/assets/images/client/"],
.sucker-family-card>img[src*="/assets/images/client/"]{
  object-fit:contain!important;
  background:#fff!important;
}
.home-service-image[src*="/assets/images/client/home-service"]{
  object-fit:contain!important;
  object-position:center!important;
  padding:30px!important;
  background:#fff!important;
}
.product-client-hero .hero-media img[src*="/assets/images/client/heroes/"]{
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
}
@media(max-width:760px){
  .home-service-image[src*="/assets/images/client/home-service"]{
    padding:18px!important;
  }
}



/* PEMCO HOMEPAGE REVIEW FIX */
.pro-layout.pro-fixed{
  gap:38px;
}
.pro-layout.pro-fixed .pro-intro{
  max-width:980px;
}
.pro-layout.pro-fixed .icon-grid{
  gap:18px;
  align-items:stretch;
}
.pro-layout.pro-fixed .icon-box{
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(8,35,60,.05);
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.pro-layout.pro-fixed .icon-box .icon{
  font-size:34px;
  margin-bottom:14px;
}
.pro-layout.pro-fixed .icon-box h3{
  font-size:18px;
  margin:0 0 10px;
  line-height:1.25;
}
.pro-layout.pro-fixed .icon-box p{
  font-size:15px;
  line-height:1.6;
}
.pro-layout.pro-fixed .pro-img{
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  aspect-ratio:16 / 7.6;
  object-fit:contain !important;
  object-position:center;
  background:linear-gradient(180deg,#0a203c,#102b45);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:18px;
  margin-top:0;
  box-shadow:0 22px 50px rgba(8,35,60,.14);
}
.home-service-image{
  object-fit:contain !important;
  background:#f7f9fb;
  padding:20px;
}
@media(max-width:1100px){
  .pro-layout.pro-fixed .icon-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .pro-layout.pro-fixed .icon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .pro-layout.pro-fixed .icon-box{
    min-height:unset;
    padding:20px 16px;
  }
  .pro-layout.pro-fixed .pro-img{
    aspect-ratio:auto;
    padding:12px;
    border-radius:22px;
  }
  .home-service-image{
    padding:14px;
  }
}



/* CLIENT COMMENTS 6.24.26 — IMAGE INSPECTION AND PAGE REVISIONS */

/* Remove the former oversized collage gap and keep the professional-benefit section balanced. */
.pro-layout.pro-fixed{
  gap:32px;
}
.pro-layout.pro-fixed .icon-grid{
  margin-top:4px;
}
.pro-layout.pro-fixed .icon-box{
  border-radius:20px;
  min-height:185px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.pro-layout.pro-fixed .icon-box h3{
  font-size:18px;
  line-height:1.25;
}
.pro-layout.pro-fixed .icon-box p{
  font-size:14px;
  line-height:1.55;
}

/* Larger product photography before lightbox activation. */
.part-image-grid{
  align-items:stretch;
}
.part-image-card .part-img-wrap,
.product-images-first .part-img-wrap{
  position:relative;
  min-height:270px;
  height:270px;
  padding:24px;
  overflow:hidden;
  background:#fff;
}
.part-image-card .part-img-wrap img,
.product-images-first .part-img-wrap img{
  max-width:100%;
  max-height:225px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.cannula-style-card > img,
.sucker-family-card > img,
.top-product-family-card > img,
.home-product-image,
.ifu-resource-card img,
.ifu-card img,
.additional-product-grid img,
.aside-card > img{
  transition:transform .24s ease, filter .24s ease;
}
.product-lightbox-trigger{
  cursor:zoom-in;
  outline:none;
}
.product-lightbox-trigger:hover{
  transform:scale(1.035);
  filter:drop-shadow(0 10px 18px rgba(8,35,60,.16));
}
.product-lightbox-trigger:focus-visible{
  box-shadow:0 0 0 4px rgba(0,163,217,.22);
  border-radius:12px;
}
.has-lightbox-image{
  position:relative;
}
.has-lightbox-image::after{
  content:"View larger";
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:4;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(10,31,61,.86);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  opacity:0;
  transform:translateY(5px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.has-lightbox-image:hover::after,
.has-lightbox-image:focus-within::after{
  opacity:1;
  transform:translateY(0);
}

/* Full-screen product lightbox. */
html.lightbox-open,
html.lightbox-open body{
  overflow:hidden;
}
.product-lightbox{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  grid-template-columns:64px minmax(0,1fr) 64px;
  grid-template-rows:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:28px;
  background:rgba(3,12,24,.94);
  backdrop-filter:blur(10px);
}
.product-lightbox.is-open{
  display:grid;
}
.product-lightbox-stage{
  grid-column:2;
  grid-row:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  max-height:calc(100vh - 150px);
  overflow:auto;
  padding:18px;
}
.product-lightbox-image{
  display:block;
  max-width:90vw;
  max-height:82vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.42);
  cursor:zoom-in;
  transition:max-width .18s ease, max-height .18s ease, transform .18s ease;
}
.product-lightbox-image.is-zoomed{
  max-width:none;
  max-height:none;
  cursor:zoom-out;
}
.product-lightbox-close{
  position:fixed;
  top:18px;
  right:20px;
  z-index:10002;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}
.product-lightbox-nav{
  width:52px;
  height:64px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:16px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:42px;
  cursor:pointer;
}
.product-lightbox-prev{
  grid-column:1;
  grid-row:1;
}
.product-lightbox-next{
  grid-column:3;
  grid-row:1;
}
.product-lightbox-close:hover,
.product-lightbox-nav:hover{
  background:rgba(0,163,217,.30);
}
.product-lightbox-footer{
  grid-column:1 / 4;
  grid-row:2;
  text-align:center;
  color:#fff;
}
.product-lightbox-caption{
  margin:0 0 4px;
  color:#fff;
  font-size:16px;
  font-weight:800;
}
.product-lightbox-help{
  color:#b8c8d7;
  font-size:12px;
}

/* Product Family navigation restored on Kyber and Additional Products. */
.additional-product-grid{
  margin:28px 0;
}
.additional-product-grid .aside-card > img,
.kyber-product-image,
.additional-product-photo{
  width:100%;
  max-height:360px;
  object-fit:contain;
  background:#fff;
  border-radius:16px;
}

/* Remote Drive images use a local fallback, with clean presentation when available. */
img[src*="drive.google.com/thumbnail"]{
  object-fit:contain;
  background:#fff;
}

/* Leadership fourth card. */
.leadership-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.leadership-card{
  min-height:100%;
  border-radius:20px;
}

/* Manufacturing page after removal of generic galleries. */
.laser-section .laser-grid{
  margin-bottom:0;
}
.laser-media-panel img{
  object-fit:contain;
  background:#fff;
}

/* History images are also inspectable. */
.history-photo-card img{
  cursor:zoom-in;
}

@media(max-width:1100px){
  .leadership-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .part-image-card .part-img-wrap,
  .product-images-first .part-img-wrap{
    min-height:225px;
    height:225px;
  }
  .part-image-card .part-img-wrap img,
  .product-images-first .part-img-wrap img{
    max-height:185px;
  }
  .product-lightbox{
    grid-template-columns:44px minmax(0,1fr) 44px;
    padding:14px;
    gap:8px;
  }
  .product-lightbox-stage{
    padding:8px;
    max-height:calc(100vh - 130px);
  }
  .product-lightbox-image{
    max-width:92vw;
    max-height:78vh;
    border-radius:12px;
  }
  .product-lightbox-nav{
    width:40px;
    height:54px;
    font-size:32px;
  }
  .leadership-grid{
    grid-template-columns:1fr;
  }
}



/* LOCAL CLIENT IMAGE MAPPING — HISTORY AND PRODUCT POLISH */
.history-photo-card img{
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center;
}
.history-photo-card img[src*="family-leadership"]{
  object-fit:contain;
  padding:18px;
  background:#f5f7f9;
}
.history-photo-card img[src*="heart-bypass-operating-room"]{
  object-position:center top;
}
.strip-card img[src*="home-made-in-usa"],
.strip-card img[src*="home-manufacturing-finished-instruments"]{
  object-fit:contain!important;
  padding:10px;
  background:#fff;
}
img[src*="cannulas-all"],
img[src*="cannula-tips-only"],
img[src*="sucker-handles-labeled"],
img[src*="kyber-ssc-client"]{
  object-fit:contain!important;
}
@media(max-width:760px){
  .history-photo-card img{
    height:240px;
  }
}



/* ADDITIONAL PRODUCTS — CORRECT SONTEC PRESENTATION */
.additional-products-hero{
  background:
    radial-gradient(circle at 78% 24%, rgba(0,163,217,.24), transparent 34%),
    radial-gradient(circle at 62% 78%, rgba(183,207,91,.10), transparent 28%),
    linear-gradient(135deg,#06162b 0%,#0a2543 58%,#0c3558 100%);
}
.additional-products-hero:after{
  background:linear-gradient(90deg,rgba(3,13,25,.93) 0%,rgba(4,18,34,.78) 48%,rgba(5,22,42,.20) 100%);
}
.sontec-brand-panel{
  display:flex;
  min-height:260px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:-1px -1px 24px;
  border-bottom:1px solid var(--line);
  border-radius:20px 20px 0 0;
  background:
    linear-gradient(145deg,rgba(10,31,61,.98),rgba(16,58,92,.96)),
    #0a1f3d;
  text-align:center;
}
.sontec-wordmark{
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  font-weight:900;
  letter-spacing:.12em;
  line-height:1;
}
.sontec-brand-panel small{
  color:var(--green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}



.additional-products-overview-panel{
  display:flex;
  min-height:245px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:24px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 22%,rgba(0,163,217,.22),transparent 34%),
    linear-gradient(145deg,#071b34,#103b60);
  text-align:center;
}
.additional-products-overview-panel span{
  color:var(--green);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.additional-products-overview-panel strong{
  max-width:260px;
  color:#fff;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.03em;
}


/* CANNULA LABEL CROP + LIGHTBOX TOP-SCROLL FIX */
.product-lightbox-stage{
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable both-edges;
}
.product-lightbox-stage.is-zoomed{
  display:block;
  align-items:initial;
  justify-content:initial;
  padding-top:18px;
}
.product-lightbox-stage.is-zoomed .product-lightbox-image{
  display:block;
  flex:none;
  margin:0 auto 40px;
  max-width:none;
  max-height:none;
}



/* CANNULA IMAGE + LIGHTBOX SCROLL CORRECTION */
.product-lightbox-stage.is-zoomed{
  display:block !important;
  overflow:auto !important;
  align-items:initial !important;
  justify-content:initial !important;
  padding:24px !important;
  text-align:left;
  scrollbar-gutter:stable both-edges;
  overscroll-behavior:contain;
}
.product-lightbox-stage.is-zoomed .product-lightbox-image{
  display:block;
  max-width:none !important;
  max-height:none !important;
  width:auto;
  height:auto;
  margin:0 auto;
  transform:none !important;
  transform-origin:top left;
}
.product-lightbox-image.zoom-2{
  cursor:zoom-out;
}



/* 7.1.26 CLIENT REVISIONS */
.nav-item.has-dropdown{position:relative;}
.nav-item.has-dropdown::after{
  content:"";
  position:absolute;
  left:-28px;
  right:-28px;
  top:100%;
  height:42px;
  pointer-events:auto;
}
.site-header{z-index:9500;}
.desktop-nav .dropdown-panel{z-index:9999;}
.desktop-nav .nav-item.has-dropdown:hover > .dropdown-panel,
.desktop-nav .nav-item.has-dropdown:focus-within > .dropdown-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.product-mega.product-mega-equal{
  top:76px!important;
}
.submenu.dropdown-panel{
  margin-top:0!important;
}
.history-photo-grid-four{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:960px;
}
@media(max-width:1180px){
  .history-photo-grid-four{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:960px;
}
}
@media(max-width:720px){
  .history-photo-grid-four{grid-template-columns:1fr;}
}



/* Mailgun form integration */
.hp-field{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.form-message{
  margin-top:14px;
  color:#5b6f86;
  font-weight:700;
}
.form-message.is-success{
  color:#2e7d32;
}
.form-message.is-error{
  color:#b3261e;
}
.contact-form button[disabled]{
  cursor:progress;
  opacity:.7;
}


/* 7.8 Client Revisions */
.history-photo-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;margin-left:auto;margin-right:auto;}
.history-contact-callout{text-align:center;max-width:900px;}

.google-review-callout{margin:0 0 22px;padding:14px 18px;border:1px solid var(--line);border-radius:16px;background:#f8fbfd;font-weight:800;color:var(--navy);}
.google-review-callout a{color:var(--green);text-decoration:underline;text-underline-offset:3px;}
.chase-product-card img,.cobra-ifu-card img{object-fit:contain!important;background:#fff;}
.chase-product-card .part-img-wrap{height:240px;min-height:240px;}
.additional-products-hero .hero-media img{object-fit:contain!important;padding:36px;background:transparent!important;}
@media(max-width:760px){.history-photo-grid-four{grid-template-columns:1fr;}.chase-product-card .part-img-wrap{height:210px;min-height:210px;}}


/* 7.8 AUDIT FIX — HISTORY GALLERY TRUE 2x2 */
.history-photo-grid.history-photo-grid-four{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:980px!important;
  width:min(980px,calc(100% - 48px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  gap:24px!important;
  align-items:stretch!important;
}
.history-photo-grid.history-photo-grid-four .history-photo-card{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}
.history-photo-grid.history-photo-grid-four .history-photo-card img{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#f6f8fa!important;
}
.history-photo-grid.history-photo-grid-four .history-photo-card div{
  flex:1 1 auto!important;
}
@media(max-width:720px){
  .history-photo-grid.history-photo-grid-four{
    grid-template-columns:1fr!important;
    width:min(100% - 32px,980px)!important;
  }
  .history-photo-grid.history-photo-grid-four .history-photo-card img{
    height:240px!important;
  }
}


/* Sucker family images should navigate, not lightbox. */
.sucker-family-card.has-lightbox-image::after,
.sucker-family-card .has-lightbox-image::after{
  display:none!important;
}
.sucker-family-card img{
  cursor:pointer;
}

/* ADDITIONAL CLIENT REVISION — KATHLEEN HISTORY CARD */
.kathleen-history-card{
  max-width:980px;
  margin:0 auto;
  padding:42px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 40px rgba(8,35,60,.08);
}
.kathleen-history-card h2{
  margin-bottom:14px;
}
.kathleen-history-card .lead{
  max-width:850px;
}



/* HOTFIX — KATHLEEN CARD IN LEADERSHIP ROW */
@media(min-width:1181px){
  .leadership-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:stretch!important;
  }
}
@media(max-width:1180px) and (min-width:761px){
  .leadership-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
.leadership-card{
  height:100%;
}



/* RESTORE EMBEDDED INTERIOR HERO IMAGES */
.hero.hero-inner{
  min-height:440px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
.hero.hero-inner .hero-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  background:#071a31!important;
}
.hero.hero-inner .hero-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center right!important;
  padding:0!important;
  background:#071a31!important;
}
.hero.hero-inner:after{
  background:linear-gradient(90deg,rgba(3,13,25,.96) 0%,rgba(4,18,34,.90) 34%,rgba(5,22,42,.48) 60%,rgba(5,22,42,.16) 100%)!important;
}
.hero.hero-inner .hero-content{
  padding:126px 0 58px!important;
  padding-right:0!important;
  text-align:left!important;
}
.hero.hero-inner .hero-content h1{
  max-width:760px!important;
}
.hero.hero-inner .hero-content .hero-lead{
  max-width:760px!important;
}
.hero.hero-inner .hero-actions{
  flex-direction:row!important;
  align-items:center!important;
}



/* Google reCAPTCHA form protection */
.recaptcha-wrap{
  margin:18px 0 14px;
  min-height:78px;
}
.recaptcha-wrap .g-recaptcha{
  display:inline-block;
  max-width:100%;
}
@media(max-width:420px){
  .recaptcha-wrap{
    transform:scale(.88);
    transform-origin:left top;
    margin-bottom:-2px;
  }
}
