
:root {
  --navy:#081d33; --navy-2:#102e4a; --blue:#168fd0; --blue-2:#47b7ec;
  --ink:#172433; --muted:#647384; --line:#dce5ed; --soft:#f4f8fb;
  --white:#fff; --shadow:0 18px 50px rgba(8,29,51,.12); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,textarea,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(850px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:100}.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,29,51,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-mark{width:43px;height:43px;border:2px solid var(--blue-2);border-radius:14px;display:grid;place-items:center;font-weight:900;font-size:24px;position:relative}.brand-mark:after{content:"";width:7px;height:7px;background:#f24f4f;border-radius:50%;position:absolute;right:5px;top:5px}.brand-copy strong{display:block;font-size:21px;letter-spacing:.7px}.brand-copy small{display:block;color:#9fc8e2;font-size:11px;letter-spacing:2.1px;text-transform:uppercase;margin-top:-4px}
.main-nav{display:flex;align-items:center;gap:30px}.main-nav a{color:#d7e6f1;font-weight:600;font-size:14px;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--blue-2);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{right:0}.main-nav .nav-cta{background:var(--blue);color:white;padding:11px 18px;border-radius:12px}.main-nav .nav-cta:after{display:none}.menu-toggle{display:none;border:0;background:transparent;color:white;font-size:28px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--navy) 0%,#0f3557 63%,#0b6a99 100%);color:white;min-height:690px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 68% 30%,rgba(71,183,236,.24),transparent 30%),linear-gradient(125deg,transparent 0 57%,rgba(255,255,255,.05) 57% 58%,transparent 58%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:90px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:2.4px;font-size:12px;font-weight:800;color:var(--blue-2);margin-bottom:17px}.eyebrow:before{content:"";width:32px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-size:clamp(42px,5.3vw,72px);line-height:1.04;margin:0 0 22px;letter-spacing:-2.2px}.hero h1 span{color:var(--blue-2)}.hero p{color:#d5e4ef;font-size:19px;max-width:650px;margin:0 0 34px}.button-row{display:flex;flex-wrap:wrap;gap:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{transform:translateY(-2px);background:#0d7eb8}.btn-outline{border-color:rgba(255,255,255,.45);color:white;background:rgba(255,255,255,.05)}.btn-outline:hover{background:rgba(255,255,255,.12)}.btn-light{background:#fff;color:var(--navy)}.btn-soft{background:#e8f5fc;color:#0b6e9e}.btn-dark{background:var(--navy);color:white}
.hero-media{position:relative;min-height:465px;isolation:isolate;overflow:hidden;border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.2);background:#0b1620}.hero-card{position:absolute;inset:0;overflow:hidden;opacity:1;transform:none}.hero-card:first-of-type{z-index:1}.hero-card:nth-of-type(2){z-index:2;clip-path:inset(0 100% 0 0);transition:clip-path 2.8s cubic-bezier(.76,0,.24,1);will-change:clip-path}.hero-media.show-second .hero-card:nth-of-type(2){clip-path:inset(0 0 0 0)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(3,20,34,.72))}.hero-label{position:absolute;left:24px;bottom:20px;z-index:2;opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.hero-card.active .hero-label{opacity:1;transform:none;transition-delay:2.15s}.hero-card:first-of-type.active .hero-label{transition-delay:.15s}.hero-label small{display:block;color:#b9d9ec;text-transform:uppercase;letter-spacing:1.8px}.hero-label strong{font-size:20px}.hero-curtain-edge{position:absolute;z-index:4;top:0;bottom:0;left:0;width:24px;transform:translateX(-50%);opacity:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent);filter:blur(.2px);box-shadow:0 0 28px rgba(255,255,255,.28);transition:left 2.8s cubic-bezier(.76,0,.24,1),opacity .18s ease}.hero-media.show-second .hero-curtain-edge{left:100%}.hero-media.curtain-moving .hero-curtain-edge{opacity:1}.hero-dots{position:absolute;right:18px;bottom:18px;z-index:5;display:flex;gap:7px}.hero-dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer;transition:width .3s ease,background .3s ease}.hero-dot.active{background:white;width:24px;border-radius:9px}
.stats-bar{position:relative;margin-top:-48px;z-index:3}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:white;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:26px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;color:var(--navy);font-size:27px}.stat span{color:var(--muted);font-size:13px}
.section{padding:100px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:white}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-head.center{display:block;text-align:center;max-width:780px;margin:0 auto 46px}.section-head.center p{max-width:none}.section-head h2{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0;letter-spacing:-1.4px}.section-head p{max-width:600px;color:var(--muted);margin:0}.section-dark .section-head p{color:#bed1df}.section-kicker{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.split-media{position:relative}.split-media img{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.split-media .mini{position:absolute;width:43%;right:-25px;bottom:-35px;aspect-ratio:1.15;border:8px solid #fff}.split-copy h2{font-size:48px;line-height:1.08;margin:0 0 22px;letter-spacing:-1.3px}.split-copy p{color:var(--muted);font-size:17px}.check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:13px}.check-list li{display:flex;gap:12px;align-items:flex-start}.check-list li:before{content:"✓";width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#dff3fd;color:#087ab2;font-weight:900;flex:0 0 auto}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.division-card,.product-card,.value-card,.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s}.division-card:hover,.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#b9d9ec}.division-media,.product-media{height:245px;overflow:hidden;background:#eaf1f6}.division-media img,.product-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.division-card:hover img,.product-card:hover img{transform:scale(1.045)}.division-body,.product-body{padding:25px}.icon-chip{width:46px;height:46px;border-radius:14px;background:#e5f4fc;color:#087fb9;display:grid;place-items:center;font-size:23px;font-weight:900;margin-bottom:18px}.division-body h3,.product-body h3{margin:0 0 10px;font-size:22px;line-height:1.22}.division-body p,.product-body p{color:var(--muted);margin:0 0 20px}.text-link{color:#087eb7;font-weight:900;display:inline-flex;gap:8px;align-items:center}.text-link:hover{gap:13px}.product-tag{display:inline-block;padding:6px 10px;border-radius:999px;background:#eaf6fc;color:#0877ad;text-transform:uppercase;font-size:10px;letter-spacing:1.2px;font-weight:900;margin-bottom:12px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:19px;background:rgba(255,255,255,.045)}.process-no{font-size:12px;letter-spacing:2px;color:var(--blue-2);font-weight:900}.process-card h3{font-size:22px;margin:10px 0}.process-card p{color:#bed1df;margin:0}
.cta-band{background:linear-gradient(120deg,#0a6f9f,#1597d4);color:#fff;border-radius:26px;padding:48px 55px;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)}.cta-band h2{font-size:38px;line-height:1.1;margin:0 0 8px}.cta-band p{margin:0;color:#dff3fd}
.page-hero{position:relative;background:linear-gradient(120deg,var(--navy),#0e466d);color:white;padding:110px 0 95px;overflow:hidden}.page-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(71,183,236,.12);right:-100px;top:-230px}.page-hero .container{position:relative;z-index:2}.page-hero p{font-size:19px;color:#c9dce9;max-width:750px}.breadcrumbs{font-size:13px;color:#a9c5d9;margin-bottom:24px}.breadcrumbs a:hover{color:white}
.timeline{position:relative;display:grid;gap:22px}.timeline:before{content:"";position:absolute;left:36px;top:30px;bottom:30px;width:2px;background:#c9dbe7}.timeline-item{position:relative;display:grid;grid-template-columns:74px 1fr;gap:20px}.timeline-dot{width:74px;height:74px;border-radius:20px;background:var(--navy);color:white;display:grid;place-items:center;font-size:12px;font-weight:900;z-index:1}.timeline-content{padding:20px 25px;background:#fff;border:1px solid var(--line);border-radius:18px}.timeline-content h3{margin:0 0 6px}.timeline-content p{margin:0;color:var(--muted)}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.quote-card{border-radius:22px;padding:35px;background:var(--navy);color:white}.quote-card:nth-child(2){background:#0c76a9}.quote-card blockquote{font-size:24px;line-height:1.42;margin:12px 0 0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-card{padding:26px}.value-card h3{margin:14px 0 8px}.value-card p{color:var(--muted);margin:0}
.division-hero-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:55px}.division-hero-image{height:430px;border-radius:25px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.27);background:#eef4f7}.division-hero-image img{width:100%;height:100%;object-fit:cover}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature-box{padding:25px;border-radius:18px;background:#fff;border:1px solid var(--line)}.feature-box strong{display:block;font-size:18px;margin-bottom:5px}.feature-box p{color:var(--muted);margin:0}.application-pills{display:flex;flex-wrap:wrap;gap:12px}.application-pills span{padding:11px 15px;border-radius:999px;background:#e8f4fa;color:#0d638c;font-weight:700}
.product-hero{padding:70px 0}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.product-visual{height:540px;background:#edf3f7;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.product-visual img{width:100%;height:100%;object-fit:contain}.product-copy h1{font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-1.7px;margin:0 0 20px}.product-copy .lead{font-size:18px;color:var(--muted)}.product-meta{display:flex;flex-wrap:wrap;gap:10px;margin:23px 0}.meta-pill{background:#eaf6fc;color:#0877ad;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-panel{border-radius:22px;padding:32px;background:#fff;border:1px solid var(--line)}.detail-panel h2{margin:0 0 22px;font-size:28px}.detail-list{list-style:none;margin:0;padding:0;display:grid;gap:13px}.detail-list li{padding-left:28px;position:relative;color:#405162}.detail-list li:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--blue);position:absolute;left:3px;top:.65em;box-shadow:0 0 0 5px #e6f5fc}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px}.contact-form{background:#fff;padding:35px;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:17px}.field label{display:block;font-weight:800;font-size:13px;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;border:1px solid #cfdbe5;border-radius:12px;padding:12px 14px;background:#fbfdff;color:var(--ink)}.field textarea{min-height:145px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{outline:3px solid #d8effa;border-color:#3daee2}.contact-stack{display:grid;gap:15px}.info-card{padding:22px;display:flex;gap:16px}.info-icon{width:43px;height:43px;border-radius:13px;background:#e7f5fc;color:#087db6;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.info-card strong{display:block}.info-card span,.info-card a{color:var(--muted)}.form-note{font-size:12px;color:var(--muted);margin-top:12px}.status-message{display:none;margin-top:15px;padding:13px;border-radius:11px;background:#e7f7ee;color:#276442}.status-message.show{display:block}
.accordion{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.accordion + .accordion{margin-top:12px}.accordion button{width:100%;border:0;background:white;padding:19px 22px;display:flex;justify-content:space-between;text-align:left;font-weight:900;cursor:pointer}.accordion-content{display:none;padding:0 22px 20px;color:var(--muted)}.accordion.open .accordion-content{display:block}
.site-footer{background:#061727;color:#d6e3ec;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:40px}.footer-intro p{color:#9eb6c8;max-width:430px}.footer-title{font-weight:900;color:white;margin-bottom:15px}.footer-links{display:grid;gap:9px}.footer-links a{color:#9eb6c8}.footer-links a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:42px;color:#809bb0;font-size:13px}
.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.visible{opacity:1;transform:none}.empty-note{padding:25px;border:1px dashed #9db5c7;border-radius:17px;color:var(--muted);background:#f9fcfe}
@media(max-width:980px){.main-nav{position:absolute;left:0;right:0;top:82px;background:#081d33;padding:20px;display:none;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.1)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.split,.division-hero-grid,.product-hero-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-media{min-height:440px}.stats{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-visual{height:480px}}
@media(max-width:650px){.container,.narrow{width:min(100% - 28px,1160px)}.header-inner{height:72px}.brand-copy small{display:none}.main-nav{top:72px}.hero-grid{padding:68px 0 85px}.hero h1,.page-hero h1{letter-spacing:-1px}.hero-media{min-height:320px}.stats-bar{margin-top:-28px}.stats{grid-template-columns:1fr 1fr}.stat{padding:18px 10px}.section{padding:72px 0}.section-head{display:block}.section-head p{margin-top:15px}.card-grid,.process-grid,.values-grid,.quote-grid,.details-grid,.related-grid,.feature-grid,.form-row{grid-template-columns:1fr}.split-copy h2{font-size:37px}.split-media .mini{right:10px}.cta-band{padding:34px 25px;display:block}.cta-band .btn{margin-top:22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.division-hero-image{height:320px}.product-visual{height:390px}.product-hero{padding:45px 0}.timeline-item{grid-template-columns:58px 1fr}.timeline-dot{width:58px;height:58px;border-radius:16px}.timeline:before{left:28px}}
@media(prefers-reduced-motion:reduce){.hero-card:nth-of-type(2),.hero-curtain-edge,.hero-label{transition-duration:.01ms!important;transition-delay:0s!important}.hero-curtain-edge{display:none}}
@media print{.site-header,.menu-toggle,.button-row,.site-footer{display:none!important}.section,.page-hero,.product-hero{padding:25px 0}.page-hero{background:#fff;color:#000}.page-hero p{color:#444}.reveal{opacity:1;transform:none}}

/* Homepage full-width refractive-unit curtain hero */
body[data-page="home"] .hero{
  min-height:max(690px,calc(100vh - 82px));
  background:#071729;
  display:flex;
  align-items:center;
  overflow:hidden;
}
body[data-page="home"] .hero:before{
  z-index:2;
  background:
    linear-gradient(90deg,#071729 0%,#071729 30%,rgba(7,23,41,.96) 40%,rgba(7,23,41,.77) 53%,rgba(7,23,41,.22) 72%,rgba(7,23,41,.08) 100%),
    linear-gradient(180deg,rgba(7,23,41,.08),rgba(7,23,41,.22));
  pointer-events:none;
}
body[data-page="home"] .hero-grid{
  width:min(1400px,calc(100% - 40px));
  display:block;
  padding:86px 0 104px;
  z-index:3;
}
body[data-page="home"] .hero-copy{
  position:relative;
  width:min(610px,47vw);
  z-index:3;
}
body[data-page="home"] .hero h1{
  max-width:610px;
  font-size:clamp(48px,4.35vw,72px);
  line-height:1.075;
  letter-spacing:-2px;
  margin-bottom:27px;
}
body[data-page="home"] .hero p{
  max-width:590px;
  color:#aebed0;
  font-size:18px;
  margin-bottom:34px;
}
body[data-page="home"] .hero .btn-primary{
  min-width:245px;
  background:#fff;
  color:#071729;
  border-color:#fff;
}
body[data-page="home"] .hero .btn-primary:hover{
  background:#eaf1f7;
}
body[data-page="home"] .hero .btn-outline{
  min-width:165px;
  border-color:rgba(255,255,255,.46);
  background:rgba(7,23,41,.12);
}
body[data-page="home"] .hero-media{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  width:58vw;
  min-height:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#071729;
}
body[data-page="home"] .hero-card img{
  object-fit:cover;
  object-position:center center;
}
body[data-page="home"] .hero-card:after{
  display:none;
}
body[data-page="home"] .hero-label{
  display:none;
}
body[data-page="home"] .hero-dots{
  display:none;
}
body[data-page="home"] .hero-curtain-edge{
  top:0;
  bottom:0;
  width:52px;
  opacity:0;
  background:none;
  filter:none;
  box-shadow:none;
}
body[data-page="home"] .hero-curtain-edge:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(255,255,255,.34);
  box-shadow:0 0 10px rgba(255,255,255,.15);
}
body[data-page="home"] .hero-curtain-edge:after{
  content:"‹›";
  position:absolute;
  left:50%;
  top:50%;
  width:36px;
  height:36px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#dce8f0;
  font-size:15px;
  line-height:1;
  background:rgba(37,55,73,.88);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 3px 18px rgba(0,0,0,.35);
}
body[data-page="home"] .hero-media.curtain-moving .hero-curtain-edge{
  opacity:1;
}
@media(max-width:980px){
  body[data-page="home"] .hero{min-height:auto;display:block}
  body[data-page="home"] .hero:before{
    background:linear-gradient(180deg,#071729 0%,rgba(7,23,41,.96) 42%,rgba(7,23,41,.56) 72%,rgba(7,23,41,.25) 100%);
  }
  body[data-page="home"] .hero-grid{padding:68px 0 520px}
  body[data-page="home"] .hero-copy{width:min(680px,100%)}
  body[data-page="home"] .hero-media{top:auto;width:100%;height:470px}
}
@media(max-width:650px){
  body[data-page="home"] .hero-grid{padding:56px 0 370px}
  body[data-page="home"] .hero-copy{width:100%}
  body[data-page="home"] .hero h1{font-size:clamp(42px,12.5vw,58px);line-height:1.04}
  body[data-page="home"] .hero p{font-size:17px}
  body[data-page="home"] .hero-media{height:340px}
  body[data-page="home"] .hero .btn-primary,body[data-page="home"] .hero .btn-outline{min-width:0}
}

body[data-page="home"] .site-header .container{width:min(1400px,calc(100% - 40px))}
body[data-page="home"] .stats-bar{margin-top:0}
body[data-page="home"] .hero-card:nth-of-type(2){transition-duration:4.2s}
body[data-page="home"] .hero-curtain-edge{transition:left 4.2s cubic-bezier(.76,0,.24,1),opacity .18s ease}

.fit-contain{object-fit:contain!important}

/* Preserve the complete refractive-unit image in its featured card. */
.product-media.product-media-no-crop{
  background:#a5a4a5;
}
.product-media.product-media-no-crop img{
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.product-card:hover .product-media.product-media-no-crop img{
  transform:none;
}

/* Show the complete wide LP2 scene without cropping. */
.product-media.product-media-lp2-no-crop{
  background:#080b0f;
}
.product-media.product-media-lp2-no-crop img{
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.product-card:hover .product-media.product-media-lp2-no-crop img{
  transform:none;
}

/* Balanced featured-media framing: fills the card without padded/blurred side strips while keeping each complete product visible. */
.product-media.product-media-balanced{
  height:auto;
  aspect-ratio:6 / 5;
  background:#e9edf1;
}
.product-media.product-media-balanced img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.product-card:hover .product-media.product-media-balanced img{
  transform:none;
}


/* Keep the original image proportions for the final featured-products row.
   This removes the baked-in blurred/padded borders and shows every product without cropping. */
.product-media.product-media-native-wide{
  height:auto;
  aspect-ratio:1754 / 897;
  background:#eef1f4;
}
.product-media.product-media-native-five-four{
  height:auto;
  aspect-ratio:2048 / 1638;
  background:#ecebea;
}
.product-media.product-media-native-wide img,
.product-media.product-media-native-five-four img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.product-card:hover .product-media.product-media-native-wide img,
.product-card:hover .product-media.product-media-native-five-four img{
  transform:none;
}


/* Wide refractive-unit clinic view: fill the featured-card frame without side margins. */
.product-media.product-media-wide-fill{
  background:#d9d8d4;
}
.product-media.product-media-wide-fill img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.product-card:hover .product-media.product-media-wide-fill img{
  transform:none;
}

/* MediMarks gradient company logo — optimized for the navy header and footer strips. */
.brand-logo{
  display:block;
  height:68px;
  width:auto;
  max-width:min(330px,46vw);
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.28));
}
.site-footer .brand-logo{height:76px;max-width:350px}
@media(max-width:650px){
  .brand-logo{height:54px;max-width:240px}
  .site-footer .brand-logo{height:64px;max-width:270px}
}

/* Three-table refractive-unit page: square studio image with an extended matching background. */
.product-visual.product-visual-light-wide{
  background:#eef0f2;
}
.product-visual.product-visual-light-wide img{
  object-fit:contain;
  object-position:center center;
}

/* Related medical-product images on the refractive-unit page use a wide frame without clipping. */
.product-media.product-media-related-wide{
  height:auto;
  aspect-ratio:16 / 9;
  background:#eef1f4;
}
.product-media.product-media-related-wide img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.product-card:hover .product-media.product-media-related-wide img{
  transform:none;
}

/* Refractive-unit media gallery */
.product-gallery{min-width:0}
.product-gallery-stage{
  position:relative;
  width:100%;
  aspect-ratio:1024 / 791;
  overflow:hidden;
  border-radius:26px;
  background:#e9edf0;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.product-gallery-stage img,
.product-gallery-stage video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  background:#e9edf0;
}
.product-gallery-stage [hidden]{display:none!important}
.product-gallery-thumbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:13px;
  padding:12px;
  border-radius:15px;
  background:var(--navy);
}
.gallery-thumb{
  position:relative;
  width:72px;
  height:56px;
  padding:0;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:9px;
  background:#e8edf1;
  cursor:pointer;
  opacity:.78;
  transition:border-color .2s ease,opacity .2s ease,transform .2s ease;
}
.gallery-thumb:hover{opacity:1;transform:translateY(-1px)}
.gallery-thumb.active{border-color:var(--blue-2);opacity:1}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-play{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:22px;
  text-shadow:0 2px 8px rgba(0,0,0,.75);
  background:rgba(8,29,51,.24);
}
.product-back-link{
  display:inline-flex;
  margin-top:9px;
  color:#087eb7;
  font-weight:900;
  font-size:14px;
}
.product-back-link:hover{color:#075f8b;text-decoration:underline}
@media(max-width:650px){
  .product-gallery-thumbs{gap:8px;padding:10px}
  .gallery-thumb{width:62px;height:48px}
}


/* Structured product specification tables */
.spec-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}
.spec-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.spec-table th,.spec-table td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.spec-table thead th{background:var(--navy);color:#fff;font-weight:900}
.spec-table tbody th{width:39%;color:var(--navy);font-weight:800;background:#f7fafc}
.spec-table tbody tr:last-child th,.spec-table tbody tr:last-child td{border-bottom:0}
.historical-note{max-width:900px;margin:auto}
.historical-note p{margin:0;color:var(--muted);font-size:17px}
@media(max-width:650px){.spec-table{font-size:13px}.spec-table th,.spec-table td{padding:10px}}

/* Electrical Enclosures division: preserve the complete product-family artwork and product images. */
body.electrical-enclosures-page .division-hero-grid{
  grid-template-columns:.78fr 1.22fr;
}
body.electrical-enclosures-page .division-hero-image-family{
  background:#f2f3f5;
}
body.electrical-enclosures-page .division-hero-image-family img{
  object-fit:contain;
  object-position:center center;
}
.product-media.product-media-enclosure-fit{
  background:#eef0f2;
}
.product-media.product-media-enclosure-fit img{
  object-fit:contain;
  object-position:center center;
  transform:none;
}
.product-card:hover .product-media.product-media-enclosure-fit img{
  transform:none;
}
@media(max-width:980px){
  body.electrical-enclosures-page .division-hero-grid{grid-template-columns:1fr}
}

/* Fire Resistant Doors division: preserve the complete family artwork and door images. */
body.fire-resistant-doors-page .division-hero-grid{
  grid-template-columns:.78fr 1.22fr;
}
body.fire-resistant-doors-page .division-hero-image-family{
  background:#f2f3f5;
}
body.fire-resistant-doors-page .division-hero-image-family img{
  object-fit:contain;
  object-position:center center;
}
body.fire-resistant-doors-page .product-media.product-media-no-crop{
  background:#e7e8ea;
}

/* Full-bleed division solution heroes */
body.division-page .page-hero{
  padding:0;
  min-height:635px;
  display:flex;
  align-items:stretch;
  background:linear-gradient(120deg,var(--navy),#0e466d);
}
body.division-page .page-hero:after{
  width:480px;
  height:480px;
  right:-95px;
  top:-235px;
  z-index:0;
}
body.division-page .page-hero .division-hero-grid{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:50% 50%;
  gap:0;
  align-items:stretch;
  min-height:635px;
}
body.division-page .division-hero-grid > :first-child{
  position:relative;
  z-index:2;
  align-self:center;
  padding-left:max(20px,calc((100vw - 1160px)/2));
  padding-right:70px;
  padding-top:54px;
  padding-bottom:54px;
}
body.division-page .division-hero-image,
body.division-page .division-hero-image-family{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:635px;
  border-radius:0;
  box-shadow:none;
  border:0;
  overflow:hidden;
  background:#f1f3f5;
}
body.division-page .division-hero-image img,
body.division-page .division-hero-image-family img,
body.division-page .division-hero-image img.fit-contain{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
body.division-page .page-hero h1{
  max-width:610px;
}
body.division-page .page-hero p{
  max-width:650px;
  margin-bottom:26px;
}
@media(max-width:980px){
  body.division-page .page-hero{
    min-height:0;
    display:block;
  }
  body.division-page .page-hero .division-hero-grid{
    grid-template-columns:1fr;
    min-height:0;
  }
  body.division-page .division-hero-grid > :first-child{
    padding:70px max(20px,calc((100vw - 760px)/2)) 58px;
  }
  body.division-page .division-hero-image,
  body.division-page .division-hero-image-family{
    min-height:0;
    height:min(62vw,520px);
  }
}
@media(max-width:650px){
  body.division-page .division-hero-grid > :first-child{
    padding:54px 20px 46px;
  }
  body.division-page .division-hero-image,
  body.division-page .division-hero-image-family{
    height:72vw;
    min-height:280px;
    max-height:430px;
  }
}

/* Wider, image-led division hero layout — July 2026 refinement */
@media (min-width:981px){
  body.division-page .page-hero{
    min-height:0;
  }
  body.division-page .page-hero .division-hero-grid{
    grid-template-columns:43% 57%;
    min-height:0;
    align-items:stretch;
  }
  body.division-page .division-hero-grid > :first-child{
    padding-left:clamp(48px,6.4vw,120px);
    padding-right:clamp(38px,4vw,70px);
    padding-top:54px;
    padding-bottom:54px;
  }
  body.division-page .division-hero-image,
  body.division-page .division-hero-image-family{
    height:auto;
    min-height:0;
    align-self:stretch;
    display:flex;
    align-items:flex-start;
    justify-content:center;
  }
  body.division-page .division-hero-image img,
  body.division-page .division-hero-image-family img,
  body.division-page .division-hero-image img.fit-contain{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    object-fit:contain;
    object-position:center center;
  }
  body.division-page .page-hero h1{
    max-width:560px;
  }
  body.division-page .page-hero p{
    max-width:560px;
  }
}

/* Final responsive solution-page hero alignment and scaling fix */
body.division-page .page-hero{
  padding:0;
  min-height:0;
  display:block;
  overflow:hidden;
  background:linear-gradient(120deg,var(--navy),#0e466d);
}
body.division-page .page-hero .division-hero-grid{
  width:min(1160px,calc(100% - 40px));
  max-width:1160px;
  margin-inline:auto;
  padding:0;
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(0,3fr);
  gap:0;
  align-items:center;
  min-height:0;
}
body.division-page .division-hero-grid > :first-child{
  position:relative;
  z-index:2;
  min-width:0;
  align-self:center;
  padding:28px clamp(28px,3.2vw,52px) 28px 0;
}
body.division-page .division-hero-image,
body.division-page .division-hero-image-family{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  min-height:0;
  align-self:center;
  display:block;
  overflow:hidden;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
body.division-page .division-hero-image img,
body.division-page .division-hero-image-family img,
body.division-page .division-hero-image img.fit-contain{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  min-height:0;
  object-fit:contain;
  object-position:center center;
  transform:none;
}
body.division-page .page-hero h1{
  max-width:100%;
  font-size:clamp(46px,4vw,62px);
  line-height:1.03;
  margin-bottom:16px;
  letter-spacing:-1.8px;
}
body.division-page .page-hero p{
  max-width:100%;
  margin:0 0 20px;
  font-size:17px;
  line-height:1.55;
}
body.division-page .page-hero .breadcrumbs{
  margin-bottom:16px;
}
body.division-page .page-hero .eyebrow{
  margin-bottom:13px;
}
body.division-page .page-hero .btn{
  padding:11px 17px;
}

@media(max-width:1100px){
  body.division-page .page-hero .division-hero-grid{
    grid-template-columns:1fr;
    width:min(1160px,calc(100% - 40px));
  }
  body.division-page .division-hero-grid > :first-child{
    width:100%;
    max-width:760px;
    padding:58px 0 42px;
  }
  body.division-page .division-hero-image,
  body.division-page .division-hero-image-family{
    width:100%;
    height:auto;
    max-height:none;
  }
  body.division-page .division-hero-image img,
  body.division-page .division-hero-image-family img,
  body.division-page .division-hero-image img.fit-contain{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}
@media(max-width:650px){
  body.division-page .page-hero .division-hero-grid{
    width:min(100% - 28px,1160px);
  }
  body.division-page .division-hero-grid > :first-child{
    padding:44px 0 34px;
  }
  body.division-page .page-hero h1{
    font-size:clamp(39px,12vw,52px);
  }
  body.division-page .page-hero p{
    font-size:16px;
  }
}

/* Product visuals with a project-specific natural aspect ratio. */
.product-visual.product-visual-natural{
  height:auto;
  aspect-ratio:var(--product-aspect,1 / 1);
}
.product-visual.product-visual-natural img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#eef2f5;
}
@media(max-width:980px){
  .product-visual.product-visual-natural{height:auto;}
}


/* Dual fire-door family presentation: wood-laminated and metal ranges */
.door-family-rotator{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#f1f3f5;
}
.door-family-rotator .door-family-slide{
  position:absolute!important;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:0;
  transform:none!important;
  transition:opacity .7s ease!important;
  will-change:opacity;
}
.door-family-rotator .door-family-slide.active{opacity:1;z-index:2}
.division-card:hover .door-family-rotator .door-family-slide{transform:none!important}
.door-family-current{
  display:inline-block;
  margin:0 0 10px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf6fc;
  color:#0877ad;
  text-transform:uppercase;
  font-size:10px;
  line-height:1.25;
  letter-spacing:1.05px;
  font-weight:900;
  transition:opacity .35s ease;
}
[data-door-family-label].changing{opacity:0}
body.fire-resistant-doors-page .door-family-hero-rotator{
  aspect-ratio:3 / 2;
  align-self:center;
}
body.fire-resistant-doors-page .door-family-hero-rotator .door-family-slide{
  object-fit:cover!important;
}
.specification-note{
  margin:14px 2px 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
.detail-list li strong{color:var(--navy)}
@media(max-width:1100px){
  body.fire-resistant-doors-page .door-family-hero-rotator{width:100%;aspect-ratio:3 / 2}
}
@media(prefers-reduced-motion:reduce){
  .door-family-rotator .door-family-slide{transition:none!important}
  [data-door-family-label]{transition:none!important}
}


/* Storage product family and product-card framing */
.product-media.product-media-storage-fit{
  height:auto;
  aspect-ratio:4 / 3;
  background:#f1f3f5;
}
.product-media.product-media-storage-fit img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.product-card:hover .product-media.product-media-storage-fit img{transform:none;}
body.division-page .division-hero-image img[src*="storage-shelving-product-family"]{object-fit:contain!important;background:#f4f5f7;}

/* Storage and sculpture refinements */
.product-media.product-media-storage-fit img[src*="industrial-mesh-deck-shelving-empty"],
.product-media.product-media-storage-fit img[src*="inclined-picking-shelf-rack-tight"]{object-fit:contain;object-position:center;background:#f4f6f7}
.product-visual.product-visual-natural img[src*="inclined-picking-shelf-rack-tight"]{object-fit:contain;object-position:center;height:100%;width:100%}
.product-gallery-stage video{background:#101820}

/* Art and sculpture product-card image framing */
.product-media.product-media-sculpture-fit{background:#f4f5f7}
.product-media.product-media-sculpture-fit img{object-fit:contain;object-position:center;transform:none}
.product-card:hover .product-media.product-media-sculpture-fit img{transform:scale(1.015)}

/* Approved MediMarks header treatment: preserve the original gradient logo artwork exactly,
   and blend a white-to-navy field into the top strip without recoloring the logo. */
.site-header{
  background:#071d34;
  overflow:visible;
}
.site-header::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:clamp(568px,55.44vw,950px);
  pointer-events:none;
  background:linear-gradient(90deg,
    #ffffff 0%,
    #ffffff 54%,
    #fbfcfd 61%,
    #f4f7f9 67%,
    #e8edf1 73%,
    #d7e0e7 79%,
    #bdcad5 84%,
    #9caebe 89%,
    #748ca0 93%,
    #4e6b83 96%,
    #294962 98.2%,
    #071d34 100%);
}
.site-header .header-inner{position:relative;z-index:1}
.site-header .brand{position:relative;z-index:2}
.brand-logo{
  height:68px;
  width:auto;
  max-width:min(330px,46vw);
  object-fit:contain;
  filter:none;
}
.site-footer .footer-intro .brand{
  width:fit-content;
  padding:8px 38px 8px 10px;
  border-radius:12px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 72%,rgba(255,255,255,0) 100%);
}
.site-footer .brand-logo{height:72px;max-width:340px;filter:none}
@media(max-width:980px){
  .site-header::before{width:clamp(475px,89.76vw,779px)}
}
@media(max-width:650px){
  .site-header::before{width:100vw}
  .brand-logo{height:50px;max-width:220px}
  .site-footer .brand-logo{height:58px;max-width:255px}
}

/* Final page-width and product-header refinement — July 2026 */
.container{
  width:min(1400px,calc(100% - 32px));
}
.narrow{
  width:min(1000px,calc(100% - 32px));
}
.site-header .container,
body[data-page="home"] .site-header .container{
  width:min(1400px,calc(100% - 32px));
}
body[data-page="home"] .hero-grid{
  width:min(1400px,calc(100% - 32px));
}

/* Keep every solution hero aligned with the same wider page bounds. */
body.division-page .page-hero .division-hero-grid{
  width:min(1400px,calc(100% - 32px));
  max-width:1400px;
}

/* Give product-page header images more room without disturbing the copy. */
.product-hero{
  padding:58px 0 64px;
}
.product-hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(38px,4vw,64px);
}
.product-visual{
  height:clamp(540px,40vw,660px);
}
.product-gallery-stage{
  width:100%;
}
.product-copy h1{
  font-size:clamp(40px,4.2vw,66px);
}

@media(max-width:1100px){
  body.division-page .page-hero .division-hero-grid{
    width:min(100% - 32px,1400px);
  }
}
@media(max-width:980px){
  .product-hero-grid{
    grid-template-columns:1fr;
  }
  .product-visual{
    height:min(68vw,620px);
  }
}
@media(max-width:650px){
  .container,.narrow,
  .site-header .container,
  body[data-page="home"] .site-header .container,
  body[data-page="home"] .hero-grid,
  body.division-page .page-hero .division-hero-grid{
    width:min(100% - 24px,1400px);
  }
  .product-hero{
    padding:40px 0 46px;
  }
  .product-visual{
    height:390px;
  }
}



/* July 2026 — complete product framing and family-artwork corrections */
.product-media.product-media-family-fit,
.division-media.division-media-family-fit{
  background:#f3f5f7;
}
.product-media.product-media-family-fit img,
.division-media.division-media-family-fit img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.product-card:hover .product-media.product-media-family-fit img,
.division-card:hover .division-media.division-media-family-fit img{
  transform:none;
}

/* Product-card images keep their real proportions rather than being cropped by a common fixed height. */
.product-media.product-media-natural-card{
  height:auto;
  aspect-ratio:var(--card-media-aspect,4 / 3);
  background:#eef2f5;
}
.product-media.product-media-natural-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.product-card:hover .product-media.product-media-natural-card img{transform:none;}

/* Fire-door product pages show the complete 2048×1638 source image, including its lower margin. */
.fire-door-product-page .product-gallery-stage.product-gallery-stage-door{
  aspect-ratio:2048 / 1638;
  background:#d9d9d8;
}
.fire-door-product-page .product-gallery-stage.product-gallery-stage-door img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  object-position:center center!important;
  background:#d9d9d8;
}

/* Footer logo: complete approved artwork, 10% larger, no right-side fade, and clean curved edges. */
.site-footer .footer-intro .brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:100%;
  padding:9px 14px;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.18);
}
.site-footer .brand-logo{
  height:80px;
  width:auto;
  max-width:min(385px,100%);
  object-fit:contain;
  object-position:center;
  filter:none;
}
@media(max-width:650px){
  .site-footer .footer-intro .brand{padding:7px 10px;border-radius:12px}
  .site-footer .brand-logo{height:64px;max-width:100%}
}


/* July 2026 — universal no-clipping card media correction */
.division-media,
.product-media{
  height:clamp(260px,18vw,300px);
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f2f4f6;
}
.division-media > img,
.product-media > img,
.division-media .door-family-slide,
.product-media .door-family-slide{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
.division-card:hover .division-media img,
.product-card:hover .product-media img{
  transform:none!important;
}
.product-media.product-media-natural-card,
.product-media.product-media-storage-fit{
  height:clamp(260px,18vw,300px)!important;
  aspect-ratio:auto!important;
  padding:8px;
  box-sizing:border-box;
}
.division-media.division-media-family-fit,
.product-media.product-media-family-fit{
  padding:0;
}
.door-family-rotator .door-family-slide{
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:650px){
  .division-media,.product-media,
  .product-media.product-media-natural-card,
  .product-media.product-media-storage-fit{
    height:245px!important;
  }
}


/* July 2026 — targeted media framing requested for division and product cards */
.division-media.media-cover,
.product-media.media-cover,
.product-media.media-gradient{
  padding:0!important;
  background:#e8edf1;
}
.division-media.media-cover > img,
.product-media.media-cover > img,
.product-media.media-gradient > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.division-card:hover .division-media.media-cover > img,
.product-card:hover .product-media.media-cover > img,
.product-card:hover .product-media.media-gradient > img{transform:none!important;}
.product-gallery-stage.gallery-fill img{
  width:100%;
  height:100%;
  object-fit:cover!important;
  object-position:center center!important;
}
.btn.btn-soft{
  background:#e5f4fc;
  color:#0873a7;
  border-color:#e5f4fc;
}
.btn.btn-soft:hover{background:#d6edf9;border-color:#d6edf9;}

/* === FINAL REQUESTED UPDATES 2026-07-03 START === */
/* Header: keep the approved logo artwork unchanged, enlarge it 15%, and confine
   the white-to-blue transition to the intended section of the strip. */
.site-header{
  background:#071d34;
  overflow:visible;
}
.site-header .header-inner{
  height:94px;
}
.site-header::before{
  width:clamp(700px,57vw,980px);
  background:linear-gradient(90deg,
    #ffffff 0%,
    #ffffff 48%,
    #f8fafc 52%,
    #edf2f6 57%,
    #d9e3ea 62%,
    #b9cad6 67%,
    #8ca5b8 72%,
    #5f7f97 76%,
    #315672 80%,
    #123651 83%,
    #071d34 86%,
    #071d34 100%);
}
.brand-logo{
  height:78px; /* 68 px × 1.15 */
  width:auto;
  max-width:min(380px,52vw);
  object-fit:contain;
  object-position:center;
  filter:none;
}

/* Footer logo card: extend the white card beyond the complete wordmark and
   tagline while keeping the logo artwork at its existing size and centred. */
.site-footer .footer-intro .brand{
  display:grid;
  place-items:center;
  width:min(455px,100%);
  min-height:112px;
  padding:12px 28px;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.18);
}
.site-footer .brand-logo{
  height:80px;
  width:auto;
  max-width:100%;
  margin:auto;
  object-fit:contain;
  object-position:center;
  filter:none;
}

/* Product title: lighter weight and more breathing room so adjacent letters
   remain clearly separated. */
.product-copy h1{
  font-weight:600;
  letter-spacing:-.35px;
}

@media(max-width:980px){
  .site-header .header-inner{height:94px}
  .main-nav{top:94px}
  .site-header::before{width:min(100vw,820px)}
}
@media(max-width:650px){
  .site-header .header-inner{height:78px}
  .main-nav{top:78px}
  .site-header::before{width:100vw}
  .brand-logo{height:58px;max-width:270px}
  .site-footer .footer-intro .brand{width:100%;min-height:94px;padding:9px 16px;border-radius:13px}
  .site-footer .brand-logo{height:64px;max-width:100%}
  .product-copy h1{letter-spacing:-.2px}
}
/* === FINAL REQUESTED UPDATES 2026-07-03 END === */

/* === USER REVIEW CORRECTIONS 2026-07-03 REVISION 2 START === */
/* Exact header strip transition: white section ends at the first marked line,
   conversion finishes at the second marked line, then the original navy continues. */
.site-header::before{
  inset:0;
  width:100%;
  background:linear-gradient(90deg,
    #ffffff 0%,
    #ffffff 28.1%,
    #f8fafc 32%,
    #edf2f6 37%,
    #dbe4eb 42%,
    #c1d0db 47%,
    #9fb4c4 52%,
    #7894a9 57%,
    #52748d 61%,
    #315873 64%,
    #173c58 66.5%,
    #071d34 68%,
    #071d34 100%);
}
/* Header uses its own approved derivative: no tagline, TECHNOLOGIES enlarged 20%. */
.site-header .brand-logo{
  height:78px;
  width:auto;
  max-width:min(380px,52vw);
  object-fit:contain;
  filter:none;
}

/* Footer card now ends with the paragraph's right boundary; artwork is zoomed 5%. */
.site-footer .footer-intro .brand{
  width:min(425px,100%);
  min-height:112px;
  padding:10px 20px;
}
.site-footer .footer-intro .brand-logo{
  height:84px;
  width:auto;
  max-width:100%;
}

/* Fill sculpture card frames by zooming into empty background only. */
.product-media.star-card-fill{
  padding:0!important;
  background:#e8ebed;
}
.product-media.star-card-fill > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

/* Bear gallery uses full-bleed imagery instead of left/right blank bands. */
.product-gallery-stage.gallery-fill img{
  object-fit:cover!important;
  object-position:center center!important;
}

/* Metal-door cards use scene-extended 3:2 images, with no artificial side bands. */
.product-media.product-media-door-wide{
  padding:0!important;
  background:#d4d4d2;
}
.product-media.product-media-door-wide > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.product-card:hover .product-media.product-media-door-wide > img{transform:none!important;}

@media(max-width:980px){
  .site-header::before{
    background:linear-gradient(90deg,#fff 0%,#fff 32%,#dbe4eb 50%,#7894a9 66%,#071d34 82%,#071d34 100%);
  }
}
@media(max-width:650px){
  .site-header::before{background:linear-gradient(90deg,#fff 0%,#fff 54%,#9fb4c4 75%,#071d34 100%);}
  .site-header .brand-logo{height:58px;max-width:270px;}
  .site-footer .footer-intro .brand{width:100%;min-height:94px;padding:8px 12px;}
  .site-footer .footer-intro .brand-logo{height:67px;}
}
/* === USER REVIEW CORRECTIONS 2026-07-03 REVISION 2 END === */

/* === USER REVIEW CORRECTIONS 2026-07-03 REVISION 3 START === */
/* Header logo artwork has its own safe margin and no underline. */
.site-header .brand-logo{
  height:78px;
  width:auto;
  max-width:min(395px,54vw);
  object-fit:contain;
  object-position:center;
  overflow:visible;
}

/* Garden LPG1 card: use the closer studio view and crop only empty background. */
.product-media.garden-card-fill{
  padding:0!important;
  background:#dfe4e7;
}
.product-media.garden-card-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 52%!important;
  transform:scale(1.08)!important;
}
.product-card:hover .product-media.garden-card-fill>img{transform:scale(1.08)!important;}

/* LC4 card and product page: fill the frame while keeping both columns visible. */
.product-media.lc4-card-fill{
  padding:0!important;
  background:#e8ecef;
}
.product-media.lc4-card-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 54%!important;
  transform:scale(1.04)!important;
}
.product-card:hover .product-media.lc4-card-fill>img{transform:scale(1.04)!important;}
.product-visual.lc4-product-fill img{
  width:100%;
  height:100%;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.035);
}

/* CNC gallery fill is selected per thumbnail through data-gallery-fit=cover. */

/* TA-70 replacement card: full-bleed neutral-grey gradient artwork. */
.product-media.ta70-card-fill{
  padding:0!important;
  background:#e8ebee;
}
.product-media.ta70-card-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.product-card:hover .product-media.ta70-card-fill>img{transform:none!important;}

@media(max-width:650px){
  .site-header .brand-logo{height:58px;max-width:285px;}
}
/* === USER REVIEW CORRECTIONS 2026-07-03 REVISION 3 END === */



/* === USER CORRECTIONS 2026-07-03 REVISION 4 START === */
/* Items 1–3: fill card media vertically; only empty left/right scene areas may crop. */
.division-media.force-card-cover,
.product-media.force-card-cover{
  padding:0!important;
  overflow:hidden!important;
  background:#e7ebee!important;
}
.division-media.force-card-cover>img,
.product-media.force-card-cover>img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.015)!important;
}
.product-media.star-card-final-cover>img{
  transform:scale(1.08)!important;
}
.division-card:hover .division-media.force-card-cover>img,
.product-card:hover .product-media.force-card-cover>img{
  transform:scale(1.015)!important;
}
.product-card:hover .product-media.star-card-final-cover>img{
  transform:scale(1.08)!important;
}

/* Items 4–6: pre-extended 3:2 artwork fills the card without clipping the product. */
.product-media.wide-background-fill{
  padding:0!important;
  overflow:hidden!important;
  background:#e8ebee!important;
}
.product-media.wide-background-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.product-card:hover .product-media.wide-background-fill>img{transform:none!important;}

/* Item 7: exact supplied header logo with safe visible padding. */
.site-header .brand{
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
}
.site-header .brand-logo{
  height:78px!important;
  width:auto!important;
  max-width:min(405px,56vw)!important;
  object-fit:contain!important;
  object-position:center center!important;
  overflow:visible!important;
  clip-path:none!important;
  transform:none!important;
}
@media(max-width:650px){
  .site-header .brand-logo{height:58px!important;max-width:290px!important;}
}
/* === USER CORRECTIONS 2026-07-03 REVISION 4 END === */


/* === USER CORRECTIONS 2026-07-03 REVISION 4 START === */
/* Items 1–3: fill card media vertically; only empty left/right scene areas may crop. */
.division-media.force-card-cover,
.product-media.force-card-cover{
  padding:0!important;
  overflow:hidden!important;
  background:#e7ebee!important;
}
.division-media.force-card-cover>img,
.product-media.force-card-cover>img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.015)!important;
}
.product-media.star-card-final-cover>img{
  transform:scale(1.08)!important;
}
.division-card:hover .division-media.force-card-cover>img,
.product-card:hover .product-media.force-card-cover>img{
  transform:scale(1.015)!important;
}
.product-card:hover .product-media.star-card-final-cover>img{
  transform:scale(1.08)!important;
}

/* Items 4–6: pre-extended 3:2 artwork fills the card without clipping the product. */
.product-media.wide-background-fill{
  padding:0!important;
  overflow:hidden!important;
  background:#e8ebee!important;
}
.product-media.wide-background-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.product-card:hover .product-media.wide-background-fill>img{transform:none!important;}

/* Item 7: exact supplied header logo with safe visible padding. */
.site-header .brand{
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
}
.site-header .brand-logo{
  height:78px!important;
  width:auto!important;
  max-width:min(405px,56vw)!important;
  object-fit:contain!important;
  object-position:center center!important;
  overflow:visible!important;
  clip-path:none!important;
  transform:none!important;
}
@media(max-width:650px){
  .site-header .brand-logo{height:58px!important;max-width:290px!important;}
}
/* === USER CORRECTIONS 2026-07-03 REVISION 4 END === */


/* === USER CORRECTIONS 2026-07-03 REVISION 5 START === */
/* Pre-extended scenes fill their frames; the products themselves are not scaled or clipped. */
.product-media.scene-extended-fill{
  padding:0!important;
  overflow:hidden!important;
  background:#e8ebee!important;
}
.product-media.scene-extended-fill>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.product-card:hover .product-media.scene-extended-fill>img{transform:none!important;}

.product-visual.scene-extended-product{
  overflow:hidden!important;
  background:#eef2f5!important;
}
.product-visual.scene-extended-product>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  background:#eef2f5!important;
}
/* === USER CORRECTIONS 2026-07-03 REVISION 5 END === */
