
:root{
  --navy:#071522;
  --navy-2:#0b1d2d;
  --navy-3:#102a42;
  --red:#ef233c;
  --text:#0a1321;
  --muted:#5d6a79;
  --line:#dfe5eb;
  --soft:#f5f7f9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{color:inherit}
.shell{width:min(1180px,calc(100% - 64px));margin:auto}

.site-header{
  height:72px;background:linear-gradient(90deg,#06131f,#0b1c2c);
  color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.16)
}
.nav-shell{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:block;text-decoration:none;width:255px;flex:0 0 255px}
.brand-main{display:block;font-weight:800;letter-spacing:2.7px;font-size:28px;line-height:1}
.brand-sub{display:block;font-size:7px;letter-spacing:.75px;margin-top:8px;white-space:nowrap}
.brand-sub i{display:inline-block;width:27px;height:3px;background:var(--red);vertical-align:middle;margin-right:8px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;height:100%}
.main-nav a{height:100%;display:flex;align-items:center;gap:4px;text-decoration:none;font-size:12px;position:relative;white-space:nowrap}
.main-nav a span{font-size:10px;opacity:.8}
.main-nav a.active:after{content:"";height:2px;background:var(--red);left:0;right:0;bottom:18px;position:absolute}
.header-actions{display:flex;align-items:center;gap:12px}
.icon-btn,.lang-btn,.mobile-toggle{color:#fff;background:transparent;border:0}
.icon-btn{font-size:26px;cursor:pointer}
.lang-switch{position:relative}
.lang-btn{border:1px solid rgba(255,255,255,.38);border-radius:4px;padding:9px 11px;font-size:12px;cursor:pointer}
.lang-btn small{margin-left:5px}
.lang-menu{display:none;position:absolute;right:0;top:46px;background:#fff;color:#111827;border-radius:4px;padding:8px;width:150px;box-shadow:0 15px 40px rgba(0,0,0,.28)}
.lang-switch.open .lang-menu{display:block}
.lang-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px;border:0;background:transparent;text-align:left;font-size:12px;border-radius:3px;cursor:pointer}
.lang-menu button:hover{background:#f0f3f6}
.mobile-toggle{display:none;font-size:23px;cursor:pointer}

.hero{position:relative;min-height:355px;background:radial-gradient(circle at 67% 0,#385783 0,#203a5d 28%,#112a45 57%,#0a1c30 100%);color:#fff;overflow:hidden}
.stars{position:absolute;inset:0;background-image:
 radial-gradient(circle at 20% 20%,rgba(255,255,255,.8) 0 1px,transparent 1px),
 radial-gradient(circle at 60% 25%,rgba(255,255,255,.75) 0 1px,transparent 1px),
 radial-gradient(circle at 80% 15%,rgba(255,255,255,.7) 0 1px,transparent 1px);
 background-size:85px 85px,120px 120px,150px 150px;opacity:.45}
.mountains{position:absolute;left:-2%;right:-2%;bottom:-10px;height:135px;background:
 linear-gradient(165deg,transparent 43%,#142a43 44% 56%,transparent 57%),
 linear-gradient(194deg,transparent 36%,#0c2035 37% 67%,transparent 68%),
 linear-gradient(172deg,transparent 50%,#071827 51%);opacity:.95}
.hero-grid{position:relative;z-index:2;min-height:355px;display:grid;grid-template-columns:1.15fr .9fr .28fr;align-items:center;gap:42px;padding:38px 0 40px}
.eyebrow,.section-label{font-size:10px;letter-spacing:2.2px;font-weight:800}
.eyebrow span{display:inline-block;width:42px;height:2px;background:var(--red);vertical-align:middle;margin-left:12px}
.hero h1{font-size:52px;line-height:1.03;margin:12px 0 18px;letter-spacing:-1px}
.hero-copy p{font-size:15px;line-height:1.55;max-width:545px;color:#e8eef5;margin:0}
.hero-buttons{display:flex;gap:14px;margin-top:22px}
.btn{display:inline-flex;align-items:center;gap:14px;text-decoration:none;border-radius:4px;padding:12px 18px;font-size:13px}
.btn-red{background:var(--red);color:#fff}
.btn-ghost{border:1px solid rgba(255,255,255,.9);color:#fff}
.btn-outline{border:1px solid #aeb9c5;color:#17202c}
.btn.compact{padding:11px 16px}
.play{font-size:11px;border:1px solid #fff;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}
.image-placeholder{background:linear-gradient(145deg,#eef1f4,#dce2e8);color:#55667a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.image-placeholder .ph-icon{font-size:37px;opacity:.62;margin-bottom:9px}
.image-placeholder strong{font-size:18px;letter-spacing:.2px}
.image-placeholder span{font-size:16px;margin-top:4px}
.hero-image{background:transparent;color:#fff;opacity:.82;min-height:175px}
.hero-rail{display:grid;grid-template-columns:2px 1fr;gap:18px;align-items:center}
.hero-rail>div{height:76px;background:#fff;opacity:.9}
.hero-rail p{font-size:10px;line-height:1.7;letter-spacing:1.5px;font-weight:700}

.trust-strip{border-bottom:1px solid #e8edf1;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}
.trust-item{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:0 26px;border-right:1px solid #dce2e8}
.trust-item:last-child{border-right:0}
.trust-icon{font-size:30px}
.trust-item strong{display:block;font-size:12px}
.trust-item span{display:block;font-size:10px;line-height:1.35;color:#667587;margin-top:4px}

.products-section{padding:31px 0 19px}
.section-label{display:flex;align-items:center;gap:8px}
.section-label span{display:inline-block;width:28px;height:2px;background:var(--red)}
.section-label.light{color:#fff}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between}
.section-heading h2{font-size:33px;margin:10px 0 13px;letter-spacing:-.7px}
.section-heading a{text-decoration:none;color:var(--red);font-size:11px;margin-bottom:18px}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.product-card{border:1px solid var(--line);background:#fff;min-width:0}
.product-image{height:155px}
.product-body{position:relative;padding:13px 14px 15px;min-height:150px}
.product-body h3{font-size:14px;line-height:1.12;margin:0 0 8px}
.product-body ul{list-style:none;padding:0;margin:0;color:#627084;font-size:10px;line-height:1.65}
.product-body li:before{content:"›";margin-right:7px}
.product-body>a{position:absolute;right:12px;bottom:8px;color:var(--red);font-size:22px;text-decoration:none}

.dual-band{display:grid;grid-template-columns:1fr;margin-top:1px}
.mission-panel,.software-panel{min-height:285px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;padding:36px max(45px,calc((100vw - 1180px)/2));position:relative;overflow:hidden}
.mission-panel{background:linear-gradient(135deg,#071522,#17324e);color:#fff}
.mission-bg{position:absolute;inset:0;background:
 linear-gradient(176deg,transparent 58%,rgba(3,16,29,.52) 59%),
 linear-gradient(190deg,transparent 62%,rgba(0,11,22,.7) 63%);opacity:.9}
.panel-copy,.transparent-ph{position:relative;z-index:2}
.panel-copy h2{font-size:31px;line-height:1.07;margin:10px 0 10px}
.panel-copy p{font-size:11px;line-height:1.45;max-width:370px;margin:0 0 18px}
.transparent-ph{background:transparent;color:#fff;min-height:180px}
.software-panel{background:#fbfcfd}
.software-device{min-height:205px;border-radius:15px 15px 0 0}

.applications-section{padding:20px 0 18px}
.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.application-grid article{border:1px solid var(--line)}
.app-image{height:122px}
.app-copy{padding:9px 12px 11px}
.app-copy h3{font-size:13px;margin:0 0 4px}
.app-copy p{font-size:10px;color:#627084;margin:0}

.site-footer{background:linear-gradient(90deg,#06131f,#091d2e);color:#fff;padding:22px 0 10px}
.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,.82fr) 1.55fr;gap:24px}
.footer-brand .brand-main{font-size:24px}
.footer-brand .brand-sub{font-size:7px}
.footer-brand p{display:flex;gap:8px;font-size:10px;line-height:1.55;margin-top:18px}
.footer-col h4,.newsletter h4{font-size:10px;margin:0 0 8px}
.footer-col a{display:block;color:#d5dde6;text-decoration:none;font-size:9px;line-height:1.75}
.social-row{display:flex;gap:14px;font-size:17px;margin-bottom:14px}
.subscribe{display:flex}
.subscribe input{width:100%;border:0;padding:9px 10px;font-size:9px;border-radius:3px 0 0 3px}
.subscribe button{width:38px;border:0;background:var(--red);color:#fff;font-size:17px}
.footer-bottom{margin-top:19px;padding-top:15px;border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;color:#a8b4c0;font-size:8px;letter-spacing:.25px}

@media(max-width:1050px){
  .main-nav{display:none;position:absolute;top:72px;left:0;right:0;height:auto;background:#071522;padding:18px 32px;flex-direction:column;align-items:flex-start}
  .main-nav.open{display:flex}
  .main-nav a{height:auto;padding:8px 0}
  .mobile-toggle{display:block}
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero-rail{display:none}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr);row-gap:20px}
  .trust-item:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .shell{width:min(100% - 28px,1180px)}
  .brand{width:auto;flex:1}
  .brand-main{font-size:22px}
  .brand-sub{font-size:6px}
  .header-actions{gap:7px}
  .hero-grid{grid-template-columns:1fr;padding:32px 0}
  .hero h1{font-size:41px}
  .hero-image{min-height:130px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid #e2e8ee;padding:14px 0}
  .product-grid{grid-template-columns:1fr}
  .dual-band{grid-template-columns:1fr}
  .mission-panel,.software-panel{grid-template-columns:1fr;padding:28px 24px}
  .application-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}
@media(max-width:480px){
  .application-grid,.footer-grid{grid-template-columns:1fr}
  .hero-buttons{flex-direction:column;align-items:flex-start}
}

@media(min-width:1060px){
  .mission-panel,.software-panel{
    min-height:300px;
    max-height:340px;
  }
  .mission-panel .panel-copy,
  .software-panel .panel-copy{
    max-width:620px;
  }
  .transparent-ph,.software-device{
    width:min(100%,520px);
    justify-self:end;
  }
}

/* V3 — OUR MISSION contained like the other content sections */
.dual-band{
  width:min(1180px,calc(100% - 64px));
  margin:22px auto 0;
  gap:22px;
}
.mission-panel{
  width:100%;
  min-height:285px;
  border-radius:0;
  padding:34px 38px;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
}
.software-panel{
  width:100%;
  padding:34px 38px;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  border:1px solid var(--line);
}
@media(min-width:1060px){
  .mission-panel,.software-panel{
    min-height:285px;
    max-height:none;
  }
}
@media(max-width:760px){
  .dual-band{
    width:min(100% - 28px,1180px);
  }
  .mission-panel,.software-panel{
    grid-template-columns:1fr;
    padding:28px 24px;
  }
}

/* V4 — match the latest visual mockup scale more closely */
.shell{
  width:min(1280px,calc(100% - 56px));
}
.site-header{
  height:78px;
}
.brand{width:280px;flex:0 0 280px}
.brand-main{font-size:32px}
.brand-sub{font-size:8px}
.main-nav{gap:24px}
.main-nav>a,
.main-nav .nav-link{
  color:#fff;
  background:none;
  border:0;
  font:inherit;
  font-size:14px;
  cursor:pointer;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:5px;
  height:100%;
  padding:0;
  position:relative;
  white-space:nowrap;
}
.nav-item{position:relative;height:100%;display:flex;align-items:center}
.nav-dropdown{
  display:none;
  position:absolute;
  top:62px;
  left:0;
  min-width:230px;
  background:#fff;
  color:#0a1321;
  border:1px solid #d9e0e7;
  box-shadow:0 16px 38px rgba(0,0,0,.18);
  padding:8px;
  border-radius:4px;
  z-index:100;
}
.nav-item.open .nav-dropdown{display:block}
.nav-dropdown a{
  display:block !important;
  height:auto !important;
  padding:10px 12px !important;
  color:#0a1321 !important;
  font-size:13px !important;
  border-radius:3px;
}
.nav-dropdown a:hover{background:#f3f6f8}
.header-actions{gap:14px}
.lang-btn{font-size:13px;padding:10px 12px}

.hero{min-height:430px}
.hero-grid{
  min-height:430px;
  grid-template-columns:1.1fr .9fr .26fr;
  gap:48px;
  padding:48px 0 52px;
}
.eyebrow,.section-label{font-size:12px}
.hero h1{font-size:64px;line-height:1.01;margin:14px 0 22px}
.hero-copy p{font-size:18px;line-height:1.55;max-width:620px}
.btn{font-size:15px;padding:14px 22px}
.hero-image strong{font-size:24px}
.hero-image span{font-size:21px}
.hero-rail p{font-size:12px}

.trust-grid{padding:28px 0}
.trust-item strong{font-size:14px}
.trust-item span{font-size:12px}
.trust-icon{font-size:34px}

.products-section{padding:40px 0 28px}
.section-heading h2{font-size:44px;margin:12px 0 18px}
.section-heading a{font-size:13px}
.product-grid{gap:14px}
.product-image{height:190px}
.product-body{padding:16px 16px 18px;min-height:170px}
.product-body h3{font-size:17px}
.product-body ul{font-size:12px;line-height:1.75}
.product-body>a{font-size:25px}

.dual-band{
  width:min(1280px,calc(100% - 56px));
}
.mission-panel,.software-panel{
  min-height:330px;
  padding:38px 44px;
}
.panel-copy h2{font-size:40px}
.panel-copy p{font-size:14px;line-height:1.55;max-width:520px}
.transparent-ph strong,.software-device strong{font-size:22px}
.transparent-ph span,.software-device span{font-size:18px}

.applications-section{padding:28px 0 24px}
.application-grid{gap:14px}
.app-image{height:160px}
.app-copy{padding:12px 14px 14px}
.app-copy h3{font-size:16px}
.app-copy p{font-size:12px}

.site-footer{padding:28px 0 14px}
.footer-grid{gap:28px}
.footer-brand .brand-main{font-size:28px}
.footer-brand .brand-sub{font-size:8px}
.footer-brand p{font-size:12px}
.footer-col h4,.newsletter h4{font-size:12px}
.footer-col a{font-size:11px;line-height:1.8}
.footer-bottom{font-size:9px}

/* stronger active state */
.main-nav>a.active:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:18px;
  height:2px;background:var(--red);
}

/* responsive menu */
@media(max-width:1050px){
  .main-nav{
    display:none;
    position:absolute;
    top:78px;
    left:0;right:0;
    height:auto;
    background:#071522;
    padding:18px 28px;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .main-nav.open{display:flex}
  .main-nav>a,
  .main-nav .nav-link{
    height:auto;
    width:100%;
    justify-content:space-between;
    padding:10px 0;
    font-size:15px;
  }
  .nav-item{height:auto;display:block}
  .nav-dropdown{
    position:static;
    box-shadow:none;
    border:0;
    background:#0b2033;
    color:#fff;
    margin-top:4px;
  }
  .nav-dropdown a{color:#fff !important;background:transparent}
  .nav-dropdown a:hover{background:#102d47}
}
@media(max-width:760px){
  .shell{width:min(100% - 28px,1280px)}
  .hero h1{font-size:46px}
  .hero-copy p{font-size:16px}
  .section-heading h2{font-size:34px}
  .dual-band{width:min(100% - 28px,1280px)}
}

/* V6 — V4 baseline preserved; one-piece mega menu + Global Presence */
.site-header{overflow:visible}.nav-shell{position:relative}.mega-nav{position:static}.mega-nav .nav-item{position:static}
.mega-nav .nav-link,.mega-nav .top-link{color:#fff;background:none;border:0;font:inherit;font-size:14px;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:5px;height:100%;padding:0;white-space:nowrap}
.mega-menu{display:none;position:absolute;left:50%;transform:translateX(-50%);top:78px;width:100vw;background:rgba(7,21,34,.99);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 22px 50px rgba(0,0,0,.28);z-index:120}
.mega-nav.mega-open .mega-menu{display:block}
.mega-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:34px;padding-top:28px;padding-bottom:30px}
.mega-col{padding-right:22px;border-right:1px solid rgba(255,255,255,.1)}.mega-col:last-child{border-right:0}
.mega-col h4{margin:0 0 12px;color:#fff;font-size:13px;letter-spacing:.4px}.mega-col a{display:block;color:#cbd6e1;text-decoration:none;font-size:12px;line-height:1.55;padding:5px 0}.mega-col a:hover{color:#fff}
.global-presence{padding:42px 0 48px;background:#f7f9fb;border-top:1px solid #e4e9ee}.office-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.office-card{background:#fff;border:1px solid var(--line);padding:20px 18px;min-height:170px}.office-card h3{margin:0 0 10px;font-size:16px}.office-card p{margin:0;font-size:12px;line-height:1.65;color:#58677a}
@media(max-width:1100px){.mega-menu{position:static;transform:none;width:auto;box-shadow:none;border:0;background:#0b2033}.mega-grid{width:100%;grid-template-columns:1fr 1fr;gap:18px;padding:18px 0}.mega-col{border-right:0}.office-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.mega-grid,.office-grid{grid-template-columns:1fr}}

/* V7 — contextual one-piece menus, language selector removed */
.context-nav{position:static}
.context-nav .nav-item{position:static}
.context-nav .nav-link,.context-nav .top-link{
  color:#fff;background:none;border:0;font:inherit;font-size:14px;cursor:pointer;
  text-decoration:none;display:flex;align-items:center;gap:5px;height:100%;padding:0;white-space:nowrap
}
.context-menu{
  display:none;position:absolute;left:50%;transform:translateX(-50%);top:78px;width:100vw;
  background:rgba(7,21,34,.995);border-top:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 50px rgba(0,0,0,.28);z-index:130
}
.context-nav.menu-open .context-menu{display:block}
.context-menu-inner{padding-top:30px;padding-bottom:34px}
.context-panel{display:none;grid-template-columns:260px 1fr;gap:48px;align-items:start}
.context-panel.active{display:grid}
.context-intro{padding-right:28px;border-right:1px solid rgba(255,255,255,.12)}
.context-kicker{font-size:10px;letter-spacing:2px;color:#ef233c;font-weight:800}
.context-intro h3{font-size:22px;line-height:1.12;margin:10px 0 10px;color:#fff}
.context-intro p{font-size:12px;line-height:1.55;color:#aebdcb;margin:0}
.context-links{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}
.context-links h4{margin:0 0 10px;color:#fff;font-size:13px}
.context-links a{display:block;color:#cbd6e1;text-decoration:none;font-size:12px;line-height:1.5;padding:5px 0}
.context-links a:hover{color:#fff}
.context-trigger.active .nav-link{color:#fff}
.context-trigger.active .nav-link:after{
  content:"";position:absolute;height:2px;background:#ef233c;bottom:18px;
}
.header-actions{margin-left:auto}
@media(max-width:1100px){
  .context-menu{position:static;transform:none;width:auto;box-shadow:none;border:0;background:#0b2033}
  .context-panel.active{grid-template-columns:1fr}
  .context-intro{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 18px}
  .context-links{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .context-links{grid-template-columns:1fr}
}

/* V8 — Fix mega/context menu link stretching over hero */
.context-menu .context-links{
  align-items:start;
}
.context-menu .context-links > div{
  display:block;
  min-width:0;
}
.context-menu .context-links h4{
  display:block;
  height:auto;
  margin:0 0 10px;
}
.context-menu .context-links a{
  display:block !important;
  position:static !important;
  height:auto !important;
  min-height:0 !important;
  width:auto !important;
  padding:5px 0 !important;
  margin:0 !important;
  line-height:1.5 !important;
  align-items:initial !important;
  justify-content:initial !important;
}
.context-menu .context-links a:after{
  display:none !important;
}
.context-panel{
  align-items:start;
}
.context-menu{
  overflow:visible;
}
.context-menu-inner{
  min-height:0;
}

/* V9 — Contact form */
.contact-page{padding:58px 0 70px;background:#f7f9fb}
.contact-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}
.contact-copy h2{font-size:42px;line-height:1.08;margin:13px 0 17px}
.contact-copy>p{font-size:16px;line-height:1.65;color:#58677a;max-width:470px}
.contact-email{margin-top:30px;padding-top:22px;border-top:1px solid #dce3e9}
.contact-email strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:7px}
.contact-email a{font-size:16px;color:#e3192d;text-decoration:none}
.contact-form-card{background:#fff;border:1px solid #dfe5eb;padding:32px;box-shadow:0 12px 35px rgba(10,25,40,.06)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-field{margin-bottom:19px}
.form-field label{display:block;font-size:12px;font-weight:700;margin-bottom:8px;color:#17202c}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cfd8e1;background:#fff;color:#111827;font:inherit;font-size:14px;padding:12px 13px;border-radius:3px;outline:none;transition:border-color .2s,box-shadow .2s}
.form-field textarea{resize:vertical;min-height:150px}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#8b9bad;box-shadow:0 0 0 3px rgba(20,55,85,.08)}
.contact-submit{border:0;background:#ef233c;color:#fff;padding:14px 22px;font-size:14px;cursor:pointer;border-radius:3px}
.contact-submit span{margin-left:18px}
.form-submit-row{display:flex;align-items:center;gap:18px}
.form-note{font-size:11px;color:#738091}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.contact-status{margin-top:15px;font-size:13px}
@media(max-width:800px){.contact-layout{grid-template-columns:1fr;gap:35px}.form-row{grid-template-columns:1fr}.contact-form-card{padding:22px}.contact-copy h2{font-size:35px}.form-submit-row{align-items:flex-start;flex-direction:column}}

/* V10 — Canada office on Contact page */
.contact-details{margin-top:30px;padding-top:22px;border-top:1px solid #dce3e9}
.contact-detail{margin-bottom:22px}
.contact-detail:last-child{margin-bottom:0}
.contact-detail strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:8px;color:#17202c}
.contact-detail p{margin:0;font-size:15px;line-height:1.65;color:#58677a}
.contact-detail a{font-size:16px;color:#e3192d;text-decoration:none}

/* V11 HEADER LOCK */
.site-header{height:78px!important;min-height:78px!important}
.nav-shell{height:78px!important;min-height:78px!important;display:grid!important;grid-template-columns:280px minmax(0,1fr) 54px!important;align-items:center!important;gap:24px!important}
.site-header .brand{width:280px!important;min-width:280px!important;max-width:280px!important;margin:0!important;padding:0!important;justify-self:start!important}
.site-header .brand-main{font-size:32px!important;line-height:1!important;margin:0!important}
.site-header .main-nav{width:100%!important;min-width:0!important;height:78px!important;margin:0!important;padding:0!important;justify-content:center!important;align-items:center!important;gap:24px!important}
.site-header .header-actions{width:54px!important;min-width:54px!important;height:78px!important;margin:0!important;padding:0!important;display:flex!important;justify-content:flex-end!important;align-items:center!important}
.context-menu{top:78px!important}
@media(max-width:1050px){
.nav-shell{display:flex!important;gap:18px!important}
.site-header .brand{width:auto!important;min-width:0!important;max-width:none!important;flex:1 1 auto!important}
.site-header .main-nav{height:auto!important}
.site-header .header-actions{width:auto!important;min-width:0!important;height:78px!important}
}

/* V12 — Separate Products category pages */
.category-page{padding:50px 0 70px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.category-grid-four{grid-template-columns:repeat(4,1fr)}
.category-card{border:1px solid var(--line);background:#fff}
.category-image{height:220px}
.category-card-body{padding:20px 20px 22px}
.category-card-body h3{font-size:20px;line-height:1.15;margin:0 0 10px}
.category-card-body p{font-size:13px;line-height:1.6;color:#617084;margin:0 0 18px}
.category-card-body a{font-size:12px;color:#ef233c;text-decoration:none;font-weight:700}
.context-links h4 .menu-heading-link{
  color:#fff!important;
  font-size:13px!important;
  font-weight:700!important;
  padding:0!important;
  display:inline!important;
}
.context-links h4 .menu-heading-link:hover{color:#ef233c!important}
@media(max-width:1000px){
  .category-grid,.category-grid-four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .category-grid,.category-grid-four{grid-template-columns:1fr}
}

/* V14 — Explicit menu links on all pages */
.context-title-link{
  color:#fff!important;
  text-decoration:none!important;
}
.context-title-link:hover,
.menu-heading-link:hover{
  color:#ef233c!important;
}

/* V15 replaceable image files */
.file-image{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.file-image>*{display:none!important}
.image-file-01{background-image:url('../images/image01.svg')!important}
.image-file-02{background-image:url('../images/image02.svg')!important}
.image-file-03{background-image:url('../images/image03.svg')!important}
.image-file-04{background-image:url('../images/image04.svg')!important}
.image-file-05{background-image:url('../images/image05.svg')!important}
.image-file-06{background-image:url('../images/image06.svg')!important}
.image-file-07{background-image:url('../images/image07.svg')!important}
.image-file-08{background-image:url('../images/image08.svg')!important}
.image-file-09{background-image:url('../images/image09.svg')!important}
.image-file-10{background-image:url('../images/image10.svg')!important}
.image-file-11{background-image:url('../images/image11.svg')!important}
.image-file-12{background-image:url('../images/image12.svg')!important}

/* V16 — SQM product artwork */
.product-real-image{
  height:220px;
  overflow:hidden;
  background:#08111e;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-real-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}

/* V18 — Light Pollution Monitoring main card artwork */
.product-main-image{
  overflow:hidden;
  background:#071421;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-main-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}


/* =========================================================
   V20 — Visual + reliable hover mega menu
   ========================================================= */
.site-header{
  position:relative;
  z-index:500;
}
.context-nav{
  position:static;
}
.context-menu{
  top:78px!important;
  padding:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(40,155,224,.12), transparent 28%),
    radial-gradient(circle at 86% 15%, rgba(227,25,45,.10), transparent 24%),
    linear-gradient(180deg,#081523 0%,#07111d 100%)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 60px rgba(0,0,0,.42)!important;
}
.context-nav.menu-open .context-menu{
  display:block!important;
}
.context-menu-inner{
  padding-top:26px!important;
  padding-bottom:28px!important;
}
.context-panel{
  grid-template-columns:240px minmax(0,1fr)!important;
  gap:28px!important;
}
.context-panel.active{
  display:grid!important;
}
.context-intro{
  position:relative;
  padding:20px 26px 20px 0!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
}
.context-intro:before{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-bottom:16px;
  background:#ef233c;
}
.context-kicker{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border:1px solid rgba(239,35,60,.34);
  border-radius:999px;
  background:rgba(239,35,60,.09);
  color:#ff6f81!important;
  font-size:9px!important;
  letter-spacing:1.8px!important;
}
.context-intro h3{
  margin:14px 0 10px!important;
  font-size:23px!important;
}
.context-title-link{
  color:#fff!important;
  text-decoration:none!important;
}
.context-intro p{
  max-width:205px;
  color:#98aabc!important;
}
.context-links{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}
.context-links > div{
  position:relative;
  min-height:168px;
  padding:20px 18px 16px!important;
  border:1px solid rgba(255,255,255,.085);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:inset 0 1px rgba(255,255,255,.03);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.context-links > div:before{
  content:"✦";
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  margin-bottom:13px;
  border-radius:8px;
  background:rgba(42,164,228,.10);
  border:1px solid rgba(42,164,228,.22);
  color:#35b7ff;
  font-size:15px;
}
.context-links > div:nth-child(2):before{
  content:"◈";
  color:#7ce38b;
  background:rgba(80,210,108,.09);
  border-color:rgba(80,210,108,.20);
}
.context-links > div:nth-child(3):before{
  content:"◉";
  color:#f8c45c;
  background:rgba(248,196,92,.08);
  border-color:rgba(248,196,92,.20);
}
.context-links > div:nth-child(4):before{
  content:"⌁";
  color:#ff7a7a;
  background:rgba(239,35,60,.08);
  border-color:rgba(239,35,60,.20);
}
.context-links > div:hover{
  transform:translateY(-2px);
  border-color:rgba(66,180,240,.34);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.context-links h4{
  margin:0 0 10px!important;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff!important;
  font-size:13px!important;
}
.context-links h4 .menu-heading-link{
  color:#fff!important;
  text-decoration:none!important;
}
.context-menu .context-links a{
  position:relative!important;
  padding:4px 0 4px 12px!important;
  color:#b8c8d7!important;
  font-size:11.5px!important;
  line-height:1.45!important;
  transition:color .15s ease,transform .15s ease!important;
}
.context-menu .context-links a:not(.menu-heading-link):before{
  content:"›";
  position:absolute;
  left:0;
  top:4px;
  color:#ef233c;
}
.context-menu .context-links a:hover{
  color:#fff!important;
  transform:translateX(2px);
}
.context-trigger .nav-link{
  transition:color .15s ease!important;
}
.context-trigger.active .nav-link{
  color:#fff!important;
}
.context-trigger.active .nav-link:after{
  left:0!important;
  right:0!important;
  width:auto!important;
  background:#ef233c!important;
}

/* create a safe invisible bridge between nav trigger row and mega menu */
@media (min-width:1101px){
  .context-trigger{
    height:78px;
    display:flex;
    align-items:center;
  }
  .context-trigger .nav-link{
    height:78px;
    display:flex!important;
    align-items:center;
  }
  .context-menu{
    animation:megaMenuIn .14s ease-out;
  }
  @keyframes megaMenuIn{
    from{opacity:0;transform:translateX(-50%) translateY(-5px)}
    to{opacity:1;transform:translateX(-50%) translateY(0)}
  }
}
@media (max-width:1100px){
  .context-menu{
    animation:none!important;
  }
  .context-panel{
    grid-template-columns:1fr!important;
  }
  .context-links{
    grid-template-columns:1fr 1fr!important;
  }
  .context-intro{
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    padding-bottom:20px!important;
  }
}
@media (max-width:700px){
  .context-links{
    grid-template-columns:1fr!important;
  }
}

/* =========================================================
   V21 — Photon homepage hero
   ========================================================= */
.photon-home-hero{
  position:relative;
  width:100%;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden;
  background:#050b12;
}
.photon-hero-link{
  display:block;
  width:100%;
  text-decoration:none;
  line-height:0;
}
.photon-hero-link picture{
  display:block;
  width:100%;
}
.photon-hero-link img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center top;
}
@media (max-width:700px){
  .photon-home-hero{
    background:#050b12;
  }
  .photon-hero-link{
    overflow:hidden;
  }
  .photon-hero-link img{
    width:155%;
    max-width:none;
    margin-left:-27.5%;
    object-fit:contain;
  }
}

/* V22 final — fixed hero sizing and Light Pollution card */
.photon-home-hero{
  width:100%!important;height:430px!important;min-height:430px!important;max-height:430px!important;
  padding:0!important;margin:0!important;overflow:hidden!important;background:#050b12!important;
}
.photon-hero-link,.photon-hero-link picture{display:block!important;width:100%!important;height:100%!important}
.photon-hero-link img{
  display:block!important;width:100%!important;height:100%!important;max-width:100%!important;
  margin:0!important;object-fit:cover!important;object-position:center!important;
}
.solution-image-link{display:block;text-decoration:none}
.solution-real-image{
  width:100%!important;height:190px!important;padding:0!important;overflow:hidden!important;background:#071421!important;
}
.solution-real-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.product-body li a{color:inherit;text-decoration:none}
.product-body li a:hover{color:#ef233c}
@media(max-width:700px){
 .photon-home-hero{height:280px!important;min-height:280px!important;max-height:280px!important}
 .photon-hero-link img{width:100%!important;max-width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important}
 .solution-real-image{height:auto!important;aspect-ratio:3/2}
}

/* =========================================================
   V23 — Final Photon homepage banner fit
   ========================================================= */
.photon-home-hero{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#050b12!important;
}
.photon-hero-link,
.photon-hero-link picture{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
.photon-hero-link img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:700px){
  .photon-home-hero{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  .photon-hero-link img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    margin:0!important;
    object-fit:contain!important;
  }
}

/* =========================================================
   V24 — Clean Photon hero aligned exactly with site viewport
   ========================================================= */
html,body{
  max-width:100%;
  overflow-x:hidden;
}
.photon-home-hero{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#06101b!important;
}
.photon-hero-link,
.photon-hero-link picture{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
.photon-hero-link img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* =========================================================
   V25 — Actual website hero matching approved composition
   ========================================================= */
.photon-home-hero{
  position:relative!important;
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  max-height:430px!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  background:#06111d!important;
}
.photon-hero-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(3,12,22,.94) 0%,rgba(3,12,22,.78) 27%,rgba(3,12,22,.20) 54%,rgba(3,12,22,.05) 100%),
    url('../images/photon-website-hero.webp');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.photon-hero-shell{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:center;
}
.photon-hero-copy{
  width:560px;
  max-width:48%;
  color:#fff;
  padding-top:4px;
}
.photon-eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  font-size:13px;
  font-weight:600;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#f4f7fb;
}
.photon-eyebrow span{
  width:34px;
  height:2px;
  background:#ef233c;
}
.photon-hero-copy h1{
  margin:0 0 18px;
  color:#fff;
  font-size:48px!important;
  line-height:1.06!important;
  font-weight:400!important;
  letter-spacing:.2px;
  text-transform:uppercase;
}
.photon-hero-copy h1 strong{
  color:#ef233c;
  font-weight:700;
}
.photon-hero-copy p{
  max-width:520px;
  margin:0 0 26px;
  color:#dbe3ec;
  font-size:16px;
  line-height:1.65;
}
.photon-cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  min-width:228px;
  height:48px;
  padding:0 20px;
  border:1px solid #ef233c;
  border-radius:3px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:13px;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.photon-cta:hover{
  background:#ef233c;
  transform:translateY(-1px);
}
.photon-dots{
  display:flex;
  gap:7px;
  margin-top:30px;
}
.photon-dots i{
  width:24px;
  height:3px;
  background:rgba(255,255,255,.28);
}
.photon-dots i.active{
  background:#ef233c;
}
@media(max-width:1000px){
  .photon-home-hero{height:390px!important;min-height:390px!important;max-height:390px!important}
  .photon-hero-copy{max-width:56%}
  .photon-hero-copy h1{font-size:40px!important}
}
@media(max-width:700px){
  .photon-home-hero{height:420px!important;min-height:420px!important;max-height:420px!important}
  .photon-hero-bg{
    background-image:
      linear-gradient(180deg,rgba(3,12,22,.88) 0%,rgba(3,12,22,.70) 55%,rgba(3,12,22,.35) 100%),
      url('../images/photon-website-hero.webp');
    background-position:62% center;
  }
  .photon-hero-shell{align-items:flex-end;padding-bottom:34px}
  .photon-hero-copy{width:100%;max-width:none}
  .photon-eyebrow{font-size:11px;letter-spacing:2px;margin-bottom:12px}
  .photon-hero-copy h1{font-size:31px!important;line-height:1.08!important;margin-bottom:12px}
  .photon-hero-copy p{font-size:13px;line-height:1.5;max-width:90%;margin-bottom:18px}
  .photon-cta{height:44px;min-width:200px;font-size:12px}
  .photon-dots{margin-top:18px}
}

/* =========================================================
   V26 FINAL — compact hero + complete Discover imagery
   ========================================================= */
.photon-home-hero{
  height:370px!important;
  min-height:370px!important;
  max-height:370px!important;
}
.photon-hero-copy{
  width:520px!important;
  max-width:46%!important;
}
.photon-hero-copy h1{
  font-size:40px!important;
  line-height:1.08!important;
  margin-bottom:14px!important;
}
.photon-hero-copy p{
  font-size:14px!important;
  line-height:1.55!important;
  max-width:470px!important;
  margin-bottom:20px!important;
}
.photon-eyebrow{margin-bottom:14px!important}
.photon-cta{height:44px!important;min-width:210px!important}
.photon-dots{margin-top:20px!important}

.discover-real-image{
  padding:0!important;
  overflow:hidden!important;
  background:#071421!important;
}
.discover-real-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:1000px){
  .photon-home-hero{height:350px!important;min-height:350px!important;max-height:350px!important}
  .photon-hero-copy h1{font-size:35px!important}
}
@media(max-width:700px){
  .photon-home-hero{height:410px!important;min-height:410px!important;max-height:410px!important}
  .photon-hero-copy{width:100%!important;max-width:none!important}
  .photon-hero-copy h1{font-size:29px!important}
}

/* V29 — corrected Discover card image crops */
.discover-real-image{
  overflow:hidden!important;
  background:#071421!important;
}
.discover-real-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* V30 — final polished Discover artwork */
.discover-v30-image{
  width:100%!important;
  height:190px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#071421!important;
}
.discover-v30-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:700px){
  .discover-v30-image{
    height:auto!important;
    aspect-ratio:3/2;
  }
}

/* V31 approved Discover web implementation */
.discover-v31-image{width:100%!important;height:190px!important;padding:0!important;overflow:hidden!important;background:#071421!important}
.discover-v31-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
@media(max-width:700px){.discover-v31-image{height:auto!important;aspect-ratio:3/2}}

/* V32 — Discover images fit completely inside their frames */
.discover-v31-image{
  width:100%!important;
  height:190px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#071421!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.discover-v31-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:700px){
  .discover-v31-image{
    height:auto!important;
    aspect-ratio:3/2!important;
  }
  .discover-v31-image img{
    object-fit:contain!important;
  }
}

/* =========================================================
   V34 — Discover section matched to approved screenshot
   ========================================================= */
.product-grid{
  align-items:stretch!important;
}
.product-grid .product-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  background:#fff!important;
  border:1px solid #d8e0e8!important;
}
.product-grid .product-card .product-image,
.product-grid .product-card .discover-v31-image{
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#071522!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-grid .product-card .product-image img,
.product-grid .product-card .discover-v31-image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:82%!important;
  max-height:76%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
}
.product-grid .product-card .product-body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
}
.product-grid .product-card .product-body > a:last-child{
  margin-top:auto!important;
}
@media(max-width:700px){
  .product-grid .product-card .product-image,
  .product-grid .product-card .discover-v31-image{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
    aspect-ratio:auto!important;
  }
  .product-grid .product-card .product-image img,
  .product-grid .product-card .discover-v31-image img{
    max-width:86%!important;
    max-height:80%!important;
  }
}

/* =========================================================
   V35 — Discover section rebuilt from scratch
   ========================================================= */
.discover-v35{
  padding:32px 0 46px;
  background:#fff;
}
.discover-v35 .shell{
  max-width:1280px;
  margin:0 auto;
}
.discover-v35-topline{
  margin-bottom:10px;
}
.discover-v35-heading-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.discover-v35-heading-row h2{
  margin:0;
  font-size:44px;
  line-height:1.05;
  color:#061426;
}
.discover-v35-all{
  color:#ef233c;
  text-decoration:none;
  font-size:13px;
  white-space:nowrap;
  margin-bottom:4px;
}
.discover-v35-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.discover-v35-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  border:1px solid #d7e0e8;
  background:#fff;
}
.discover-v35-media{
  height:190px;
  background:#061524;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  text-decoration:none;
}
.discover-v35-media img{
  width:auto;
  height:auto;
  max-width:82%;
  max-height:76%;
  display:block;
  object-fit:contain;
  object-position:center;
}
.discover-v35-body{
  position:relative;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:170px;
  padding:16px 16px 18px;
}
.discover-v35-body h3{
  margin:0 0 10px;
  font-size:17px;
  line-height:1.15;
  color:#071525;
}
.discover-v35-body ul{
  list-style:none;
  padding:0;
  margin:0 0 28px;
}
.discover-v35-body li{
  margin:0 0 5px;
}
.discover-v35-body li a{
  position:relative;
  padding-left:12px;
  color:#53657a;
  text-decoration:none;
  font-size:12px;
}
.discover-v35-body li a:before{
  content:"›";
  position:absolute;
  left:0;
  color:#66788d;
}
.discover-v35-body li a:hover{
  color:#ef233c;
}
.discover-v35-arrow{
  position:absolute;
  right:14px;
  bottom:12px;
  color:#ef233c;
  font-size:24px;
  line-height:1;
  text-decoration:none;
}
@media(max-width:1100px){
  .discover-v35-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:750px){
  .discover-v35-heading-row{align-items:flex-start;flex-direction:column}
  .discover-v35-heading-row h2{font-size:34px}
  .discover-v35-grid{grid-template-columns:1fr}
  .discover-v35-media{height:210px}
}

/* V36 — approved Discover design, no black frames around artwork */
.discover-v36{padding:30px 0 46px;background:#fff}
.discover-v36 .shell{max-width:1280px;margin:0 auto}
.discover-v36-label{font-size:12px;font-weight:800;letter-spacing:2px;color:#071525;margin-bottom:14px}
.discover-v36-label span{display:inline-block;width:28px;height:2px;background:#ef233c;margin:0 9px 4px 0}
.discover-v36-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.discover-v36-head h2{font-size:44px;line-height:1;margin:0;color:#061426}
.discover-v36-head>a{font-size:13px;color:#ef233c;text-decoration:none;margin-bottom:4px}
.discover-v36-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}
.discover-v36-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #d8e0e8}
.discover-v36-media{display:block;width:100%;aspect-ratio:1.12/1;overflow:hidden;background:transparent}
.discover-v36-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;outline:0}
.discover-v36-body{position:relative;display:flex;flex-direction:column;flex:1;min-height:166px;padding:15px 16px 18px}
.discover-v36-body h3{margin:0 0 10px;font-size:17px;line-height:1.14;color:#071525}
.discover-v36-body ul{list-style:none;padding:0;margin:0 0 30px}
.discover-v36-body li{margin:0 0 5px}
.discover-v36-body li a{position:relative;padding-left:12px;font-size:12px;color:#53657a;text-decoration:none}
.discover-v36-body li a:before{content:"›";position:absolute;left:0}
.discover-v36-body li a:hover{color:#ef233c}
.discover-v36-arrow{position:absolute;right:13px;bottom:10px;color:#ef233c;text-decoration:none;font-size:24px}
@media(max-width:1100px){.discover-v36-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
 .discover-v36-head{align-items:flex-start;flex-direction:column}
 .discover-v36-head h2{font-size:34px}
 .discover-v36-grid{grid-template-columns:1fr}
 .discover-v36-media{aspect-ratio:16/9}
}

/* V37 — Keep every Discover frame at exactly the same pixel size,
   but enlarge the artwork inside each frame by 5%. */
.discover-v36-media{
  overflow:hidden!important;
}
.discover-v36-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.05)!important;
  transform-origin:center center!important;
}

/* V38 — additional 3% artwork enlargement; frames remain unchanged */
.discover-v36-media{
  overflow:hidden!important;
}
.discover-v36-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.08)!important;
  transform-origin:center center!important;
}

/* V39 — Company story and Canadian website-policy pages */
.legal-content{padding:54px 0 72px;background:#fff}
.legal-shell{max-width:980px!important}
.legal-lead{max-width:820px;margin-bottom:34px}
.legal-content h2{margin:0 0 18px;font-size:38px;line-height:1.15;color:#071525}
.legal-content h3{margin:30px 0 10px;font-size:20px;color:#071525}
.legal-content p{margin:0 0 15px;font-size:15px;line-height:1.75;color:#58677a}
.legal-content a{color:#e3192d}
.story-link{display:inline-block;margin-top:10px;text-decoration:none;font-weight:700}
.story-timeline{border-left:1px solid #d8e0e8;margin-left:38px}
.story-timeline article{display:grid;grid-template-columns:100px 1fr;gap:24px;position:relative;padding:0 0 36px 28px}
.story-timeline article:before{content:"";position:absolute;left:-5px;top:5px;width:9px;height:9px;border-radius:50%;background:#e3192d}
.story-timeline span{font-size:13px;font-weight:800;letter-spacing:1px;color:#e3192d}
.story-timeline h3{margin:0 0 8px}
.footer-legal-links{display:flex;justify-content:center;gap:20px;padding:14px 20px 18px;border-top:1px solid rgba(255,255,255,.08)}
.footer-legal-links a{font-size:11px;color:#93a4b5;text-decoration:none}
.footer-legal-links a:hover{color:#fff}
@media(max-width:700px){
 .legal-content{padding:38px 0 52px}
 .legal-content h2{font-size:30px}
 .story-timeline{margin-left:6px}
 .story-timeline article{grid-template-columns:1fr;gap:6px;padding-left:22px}
}

/* V40 — Mission content; V38 visual baseline remains unchanged */
.mission-v40-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:38px 0 54px}
.mission-v40-grid article{border:1px solid #d8e0e8;padding:26px 26px 24px;background:#fff}
.mission-v40-grid article>span{display:block;margin-bottom:18px;color:#e3192d;font-size:12px;font-weight:800;letter-spacing:1.5px}
.mission-v40-grid h3{margin:0 0 10px;font-size:20px}
.mission-v40-grid p{margin:0}
.mission-v40-statement{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding:38px 0 8px;border-top:1px solid #d8e0e8}
.mission-v40-statement h2{margin-top:10px}
@media(max-width:720px){
 .mission-v40-grid{grid-template-columns:1fr}
 .mission-v40-statement{grid-template-columns:1fr;gap:10px}
}


/* V44 — IMAGE 08 placeholder replacement only */
.image08-slot{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#061524;
}
.image08-slot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border:0;
}

/* V46 — IMAGE 08 fit correction: no overflow/cropping */
.image08-slot{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#f3f6f9!important;
  padding:12px!important;
  box-sizing:border-box!important;
}
.image08-slot img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

/* V47 — compact IMAGE 08 prepared specifically for the existing 600x400 slot */
.image08-slot{
  padding:0!important;
  background:#f3f6f9!important;
  overflow:hidden!important;
}
.image08-slot img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

/* V48 — IMAGE 07 supplied observatory artwork */
.image07-slot{
  width:100%;
  height:100%;
  overflow:hidden;
  background:#061524;
}
.image07-slot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  border:0;
}

/* V49 — blend IMAGE 07 into OUR MISSION background */
.mission-bg-v49{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(4,18,32,.96) 0%,rgba(4,18,32,.84) 31%,rgba(4,18,32,.30) 58%,rgba(4,18,32,.10) 100%),
    url("../images/mission-background-v49.webp?v=49") center center/cover no-repeat;
  pointer-events:none;
}
section:has(.mission-bg-v49){
  position:relative!important;
  overflow:hidden!important;
  background:#061524!important;
}
section:has(.mission-bg-v49) > *:not(.mission-bg-v49){
  position:relative;
  z-index:1;
}

/* V50 — mission artwork truly blended into section background */
.mission-section-v50{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(4,18,32,.98) 0%,rgba(4,18,32,.90) 34%,rgba(4,18,32,.48) 58%,rgba(4,18,32,.18) 100%),
    url("../images/mission-background-v49.webp?v=50") center center/cover no-repeat!important;
}
.mission-section-v50::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(0deg,rgba(3,16,29,.28),rgba(3,16,29,0) 45%);
  z-index:0;
}
.mission-section-v50 > *{
  position:relative;
  z-index:1;
}
/* Hide obsolete visual placeholders/captions around image slots */
.image07-slot + .media-caption,
.image08-slot + .media-caption,
.image07-slot .placeholder-icon,
.image08-slot .placeholder-icon{display:none!important}
/* Image 08: artwork only, clean 600x400 area */
.image08-slot{
  background:transparent!important;
  padding:0!important;
  border:0!important;
}

/* V51 — repair homepage sections after Image 07/08 edits.
   Explicit classes avoid :has() compatibility/layout issues. */

/* OUR MISSION: one coherent full-width background, no separate media column */
.mission-home-v51{
  position:relative!important;
  min-height:390px!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(4,18,32,.97) 0%,rgba(4,18,32,.90) 31%,rgba(4,18,32,.47) 58%,rgba(4,18,32,.15) 100%),
    url("../images/mission-background-v49.webp?v=51") center center/cover no-repeat!important;
}
.mission-home-v51 .mission-bg-v49,
.mission-home-v51 .image07-slot,
.mission-home-v51 .media-placeholder,
.mission-home-v51 [class*="placeholder"]{
  display:none!important;
}
.mission-home-v51 > .shell,
.mission-home-v51 > .container{
  position:relative!important;
  z-index:2!important;
}

/* SOFTWARE & CONNECTIVITY: keep the original two-column V38 geometry */
.software-home-v51{
  position:relative!important;
  overflow:hidden!important;
}
.software-home-v51 > .shell,
.software-home-v51 > .container{
  position:relative!important;
  z-index:1!important;
}
.software-home-v51 .image08-slot{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/2!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  overflow:hidden!important;
}
.software-home-v51 .image08-slot img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

/* APPLICATIONS: restore the four-column contained layout and suppress old IMAGE placeholders */
.applications-home-v51{
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:hidden!important;
}
.applications-home-v51 [class*="placeholder"],
.applications-home-v51 .media-label,
.applications-home-v51 .image-label{
  display:none!important;
}
.applications-home-v51 .apps-grid,
.applications-home-v51 .applications-grid,
.applications-home-v51 .grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
}
@media(max-width:900px){
 .applications-home-v51 .apps-grid,
 .applications-home-v51 .applications-grid,
 .applications-home-v51 .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
 .mission-home-v51{min-height:360px!important;background-position:68% center!important}
 .applications-home-v51 .apps-grid,
 .applications-home-v51 .applications-grid,
 .applications-home-v51 .grid{grid-template-columns:1fr!important}
}

/* V52 — clean rebuild of Mission / Software / Applications.
   Does not alter the approved V38 Discover section. */
.home-dual-v52{
  max-width:1280px;
  margin:0 auto;
}
.mission-v52{
  min-height:390px;
  padding:54px 46px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,18,32,.98) 0%,rgba(4,18,32,.88) 34%,rgba(4,18,32,.46) 61%,rgba(4,18,32,.12) 100%),
    url("../images/mission-observatory-v52.webp") center center/cover no-repeat;
}
.mission-v52-copy{
  position:relative;
  z-index:2;
  max-width:470px;
  color:#fff;
}
.mission-v52-copy h2{
  margin:12px 0 12px;
  font-size:42px;
  line-height:1.05;
  color:#fff;
}
.mission-v52-copy p{
  max-width:430px;
  margin:0 0 22px;
  color:#fff;
  line-height:1.55;
}

.software-v52{
  min-height:420px;
  padding:38px 46px;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:44px;
  align-items:center;
  background:#fff;
  border:1px solid #d8e0e8;
  border-top:0;
}
.software-v52-copy h2{
  margin:12px 0 12px;
  font-size:40px;
  line-height:1.08;
  color:#061426;
}
.software-v52-copy p{
  max-width:500px;
  line-height:1.55;
  color:#53657a;
}
.software-v52-media{
  width:100%;
  aspect-ratio:3/2;
  overflow:hidden;
  background:#f3f6f9;
}
.software-v52-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.applications-v52{
  max-width:1280px;
  margin:0 auto;
  padding:34px 0 50px;
}
.applications-v52 .application-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.applications-v52 .application-card{
  border:1px solid #d8e0e8;
  background:#fff;
  overflow:hidden;
}
.applications-v52 .application-visual{
  height:150px;
  background:linear-gradient(135deg,#0a1e32,#153a5b);
}
.applications-v52 .application-research{background:linear-gradient(135deg,#081a2d,#15456e)}
.applications-v52 .application-education{background:linear-gradient(135deg,#0a2137,#24506c)}
.applications-v52 .application-community{background:linear-gradient(135deg,#0b2437,#1d5360)}
.applications-v52 .application-observatory{background:linear-gradient(135deg,#071827,#173e5f)}
.applications-v52 .app-copy{padding:16px}
.applications-v52 .app-copy h3{margin:0 0 5px;color:#071525}
.applications-v52 .app-copy p{margin:0;color:#66788d;font-size:13px}

@media(max-width:900px){
  .software-v52{grid-template-columns:1fr;min-height:0}
  .software-v52-media{max-width:620px}
  .applications-v52 .application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .mission-v52{min-height:350px;padding:38px 24px;background-position:68% center}
  .mission-v52-copy h2{font-size:34px}
  .software-v52{padding:32px 24px}
  .software-v52-copy h2{font-size:32px}
  .applications-v52 .application-grid{grid-template-columns:1fr}
}

/* V53 — real Applications artwork in the existing four-card layout */
.applications-v52 .application-visual{
  height:150px!important;
  overflow:hidden!important;
  background:#061524!important;
}
.applications-v52 .application-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
}

/* V54 — Applications: four perfectly aligned equal cards */
.applications-v52 .application-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.applications-v52 .application-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-width:0!important;
}
.applications-v52 .application-visual{
  flex:0 0 150px!important;
  height:150px!important;
  width:100%!important;
  overflow:hidden!important;
}
.applications-v52 .application-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.applications-v52 .app-copy{
  flex:1 1 auto!important;
  min-height:70px!important;
  box-sizing:border-box!important;
}

/* V55 — Applications final alignment + uploaded Trailer2 as card 4 */
.applications-v52 .application-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.applications-v52 .application-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  overflow:hidden!important;
}
.applications-v52 .application-visual{
  flex:0 0 150px!important;
  width:100%!important;
  height:150px!important;
  overflow:hidden!important;
}
.applications-v52 .application-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.applications-v52 .app-copy{
  flex:1 1 auto!important;
  min-height:70px!important;
  box-sizing:border-box!important;
}

/* V56 — Applications final web layout */
.applications-v52{
  max-width:1280px!important;
  margin:0 auto!important;
  padding:34px 0 50px!important;
}
.applications-v52 .application-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
  width:100%!important;
}
.applications-v52 .application-card{
  display:grid!important;
  grid-template-rows:150px minmax(70px,auto)!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  border:1px solid #d8e0e8!important;
  background:#fff!important;
}
.applications-v52 .application-visual{
  position:relative!important;
  width:100%!important;
  height:150px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#061524!important;
}
.applications-v52 .application-visual img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
  transform:none!important;
}
.applications-v52 .app-copy{
  min-height:70px!important;
  padding:14px 16px 16px!important;
  box-sizing:border-box!important;
  background:#fff!important;
}
.applications-v52 .app-copy h3{
  margin:0 0 5px!important;
}
.applications-v52 .app-copy p{
  margin:0!important;
}
@media(max-width:900px){
  .applications-v52 .application-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  .applications-v52 .application-grid{
    grid-template-columns:1fr!important;
  }
}

/* V59 — Astronomical Cameras category page */
.camera-series-v59{
  padding:46px 0 62px;
  background:#fff;
}
.camera-series-v59 .shell{
  max-width:1280px;
  margin:0 auto;
}
.camera-series-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin:12px 0 22px;
}
.camera-series-head h2{
  margin:0;
  font-size:40px;
  line-height:1.08;
  color:#061426;
}
.camera-series-head p{
  max-width:520px;
  margin:0;
  color:#5c6d80;
  line-height:1.6;
}
.camera-series-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.camera-series-card{
  border:1px solid #d8e0e8;
  background:#fff;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.camera-series-media{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  overflow:hidden;
  background:#061524;
}
.camera-series-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.camera-series-copy{
  padding:18px 18px 20px;
}
.camera-series-copy h3{
  margin:0 0 8px;
  color:#071525;
  font-size:21px;
}
.camera-series-copy p{
  margin:0 0 16px;
  color:#5f7083;
  line-height:1.55;
  font-size:14px;
}
.camera-series-copy a{
  color:#e3192d;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}
@media(max-width:900px){
  .camera-series-grid{grid-template-columns:1fr}
  .camera-series-head{align-items:flex-start;flex-direction:column}
}

/* V60 — Software & Connectivity: image enlarged 10% and shifted left.
   Text block and section frame remain unchanged. */
.software-v52{
  overflow:visible!important;
}
.software-v52-media{
  width:110%!important;
  max-width:none!important;
  transform:translateX(-10%)!important;
  transform-origin:center center!important;
  overflow:hidden!important;
}
.software-v52-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:1100px){
  .software-v52-media{
    width:100%!important;
    transform:none!important;
  }
}

/* V61 — Software image: preserve its real pixel/aspect ratio */
.software-v52-media{
  width:110%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  transform:translateX(-10%)!important;
  overflow:visible!important;
  background:transparent!important;
}
.software-v52-media img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
@media(max-width:1100px){
  .software-v52-media{
    width:100%!important;
    transform:none!important;
  }
}

/* V62 Global Presence */
.global-v62{padding:42px 0 54px!important;background:#f4f7fa!important}
.global-v62 .shell{max-width:1280px!important;margin:auto!important}
.global-v62 h2{margin:14px 0 22px!important;font-size:42px!important;color:#061426!important}
.global-v62-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
.global-v62-grid article{height:280px!important;position:relative!important;overflow:hidden!important;border-radius:4px!important;background:#07192b!important;box-shadow:0 4px 14px rgba(6,20,38,.1)!important}
.global-v62-grid img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}
.global-v62-grid article:after{content:""!important;position:absolute!important;inset:42% 0 0!important;background:linear-gradient(transparent,rgba(3,17,31,.95))!important}
.global-v62-grid article>div{position:absolute!important;z-index:2!important;left:18px!important;right:18px!important;bottom:18px!important;color:white!important}
.global-v62-grid strong{display:block!important;font-size:17px!important;margin-bottom:11px!important}
.global-v62-grid span{display:block!important;width:max-content!important;border-top:2px solid rgba(255,255,255,.8)!important;padding-top:9px!important;font-size:12px!important;letter-spacing:.16em!important}
@media(max-width:1050px){.global-v62-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){.global-v62-grid{grid-template-columns:1fr!important}.global-v62-grid article{height:300px!important}}

/* V63 isolated clean Global Presence */
.global-presence-clean-v63{padding:42px 0 54px!important;background:#f4f7fa!important;overflow:hidden!important}
.global-presence-clean-v63 .shell{width:calc(100% - 44px)!important;max-width:1280px!important;margin:auto!important;padding:0!important}
.global-presence-clean-v63 h2{margin:14px 0 24px!important;font-size:42px!important;line-height:1.08!important;color:#061426!important}
.global-clean-grid-v63{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}
.global-clean-grid-v63 article{position:relative!important;width:100%!important;min-width:0!important;height:280px!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:4px!important;background:#07192b!important;box-shadow:0 4px 14px rgba(6,20,38,.1)!important}
.global-clean-grid-v63 article>img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;transform:none!important}
.global-clean-grid-v63 article:before{content:none!important;display:none!important}
.global-clean-grid-v63 article:after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:42% 0 0!important;background:linear-gradient(transparent,rgba(3,17,31,.95))!important;pointer-events:none!important}
.global-clean-grid-v63 article>div{position:absolute!important;z-index:2!important;left:18px!important;right:18px!important;bottom:18px!important;margin:0!important;padding:0!important;background:none!important;color:#fff!important}
.global-clean-grid-v63 article>div:before,.global-clean-grid-v63 article>div:after,.global-clean-grid-v63 strong:before,.global-clean-grid-v63 strong:after,.global-clean-grid-v63 span:before,.global-clean-grid-v63 span:after{content:none!important;display:none!important}
.global-clean-grid-v63 strong{display:block!important;margin:0 0 11px!important;padding:0!important;color:#fff!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:0!important;text-shadow:none!important}
.global-clean-grid-v63 span{display:block!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:9px 0 0!important;border-top:2px solid rgba(255,255,255,.82)!important;color:#fff!important;font-size:12px!important;line-height:1.15!important;letter-spacing:.16em!important;text-shadow:none!important}
@media(max-width:1050px){.global-clean-grid-v63{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){.global-clean-grid-v63{grid-template-columns:1fr!important}.global-clean-grid-v63 article{height:300px!important}}

/* V64 — Global Presence image placeholders, English-only text */
.global-presence-v64{
  padding:42px 0 54px;
  background:#f4f7fa;
}
.global-presence-v64 .shell{
  max-width:1280px;
  margin:0 auto;
}
.global-presence-v64 h2{
  margin:14px 0 24px;
  font-size:42px;
  line-height:1.08;
  color:#061426;
}
.global-v64-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.global-v64-card{
  overflow:hidden;
  border:1px solid #d7e0e8;
  border-radius:4px;
  background:#fff;
  box-shadow:0 3px 12px rgba(6,20,38,.06);
}
.global-v64-placeholder{
  aspect-ratio:3/2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eef2f6,#dfe5eb);
  color:#55616e;
  text-align:center;
}
.global-v64-icon{
  font-size:48px;
  line-height:1;
  margin-bottom:10px;
  color:#6f7c89;
}
.global-v64-placeholder strong{
  font-size:16px;
  letter-spacing:.03em;
  margin-bottom:6px;
}
.global-v64-placeholder span{
  font-size:13px;
  letter-spacing:.03em;
}
.global-v64-location{
  padding:16px 18px 17px;
  background:#071a2d;
  color:#fff;
}
.global-v64-location strong{
  display:block;
  margin:0 0 9px;
  font-size:16px;
  line-height:1.15;
}
.global-v64-location span{
  display:block;
  width:max-content;
  max-width:100%;
  padding-top:8px;
  border-top:2px solid rgba(255,255,255,.8);
  font-size:12px;
  letter-spacing:.16em;
}
@media(max-width:1050px){
  .global-v64-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .global-v64-grid{grid-template-columns:1fr}
}

/* V65 - Global Presence linked images, 240 x 160 ratio */
.global-v65-photo{
  aspect-ratio:3/2!important;
  padding:0!important;
  overflow:hidden!important;
  background:#071a2d!important;
}
.global-v65-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* V66 — Applications aligned to the same 1280px frame as surrounding sections */
.applications-v52{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 0 50px!important;
}
.applications-v52 > .shell{
  width:calc(100% - 44px)!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:0!important;
}
@media(max-width:700px){
  .applications-v52 > .shell{width:calc(100% - 28px)!important;}
}


/* V71 — Responsive hardening for tablet + mobile */

/* Global safety */
html, body{
  max-width:100%;
  overflow-x:hidden;
}
img, video, svg{
  max-width:100%;
}
*{
  box-sizing:border-box;
}

/* Tablet */
@media (max-width: 1024px){

  .shell,
  .container{
    width:calc(100% - 40px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Header / navigation */
  header,
  .site-header{
    width:100%!important;
  }

  /* Homepage hero */
  .photon-home-hero{
    min-height:340px!important;
    height:auto!important;
    max-height:none!important;
    padding:36px 0!important;
  }
  .photon-hero-copy{
    width:52%!important;
    max-width:52%!important;
  }
  .photon-hero-copy h1{
    font-size:34px!important;
  }

  /* Discover */
  .discover-v35-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  /* Mission */
  .mission-v52{
    min-height:360px!important;
    padding:42px 34px!important;
    background-position:65% center!important;
  }

  /* Software & Connectivity */
  .software-v52{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:34px!important;
  }
  .software-v52-copy{
    max-width:680px!important;
  }
  .software-v52-media{
    width:100%!important;
    max-width:100%!important;
    transform:none!important;
    aspect-ratio:auto!important;
    justify-self:stretch!important;
  }
  .software-v52-media img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }

  /* Applications */
  .applications-v52,
  .applications-v52 .shell{
    width:calc(100% - 40px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .applications-v52 .application-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }

  /* Global Presence */
  .global-presence-v64 .shell,
  .global-presence-clean-v63 .shell,
  .global-v62 .shell{
    width:calc(100% - 40px)!important;
    max-width:none!important;
  }
  .global-v64-grid,
  .global-clean-grid-v63,
  .global-v62-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  /* Camera category page */
  .camera-series-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .camera-series-head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

/* Mobile */
@media (max-width: 700px){

  .shell,
  .container{
    width:calc(100% - 28px)!important;
  }

  body{
    font-size:15px;
  }

  h1, h2{
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  /* Header */
  header,
  .site-header{
    min-height:auto!important;
  }

  /* Hero */
  .photon-home-hero{
    min-height:0!important;
    padding:30px 0 34px!important;
    background-position:center center!important;
  }
  .photon-hero-copy{
    width:100%!important;
    max-width:100%!important;
    padding-right:0!important;
  }
  .photon-hero-copy h1{
    font-size:30px!important;
    line-height:1.08!important;
  }
  .photon-hero-copy p{
    max-width:92%!important;
    font-size:14px!important;
  }

  /* Section headings */
  .discover-v35-heading-row h2,
  .global-presence-v64 h2,
  .global-presence-clean-v63 h2,
  .global-v62 h2,
  .camera-series-head h2{
    font-size:32px!important;
  }

  /* Discover */
  .discover-v35-heading-row{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .discover-v35-grid{
    grid-template-columns:1fr!important;
  }
  .discover-v35-media{
    height:210px!important;
  }

  /* Mission */
  .mission-v52{
    min-height:390px!important;
    padding:34px 24px!important;
    align-items:flex-end!important;
    background-position:72% center!important;
  }
  .mission-v52-copy{
    max-width:100%!important;
  }
  .mission-v52-copy h2{
    font-size:34px!important;
  }

  /* Software */
  .software-v52{
    padding:28px 20px!important;
    gap:22px!important;
  }
  .software-v52-copy h2{
    font-size:31px!important;
  }
  .software-v52-media{
    width:100%!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .software-v52-media img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }

  /* Applications */
  .applications-v52,
  .applications-v52 .shell{
    width:calc(100% - 28px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .applications-v52 .application-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .applications-v52 .application-card{
    grid-template-rows:auto auto!important;
  }
  .applications-v52 .application-visual{
    height:auto!important;
    aspect-ratio:2/1!important;
  }
  .applications-v52 .application-visual img{
    position:static!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  /* Global Presence */
  .global-presence-v64,
  .global-presence-clean-v63,
  .global-v62{
    padding-top:34px!important;
    padding-bottom:40px!important;
  }
  .global-presence-v64 .shell,
  .global-presence-clean-v63 .shell,
  .global-v62 .shell{
    width:calc(100% - 28px)!important;
  }
  .global-v64-grid,
  .global-clean-grid-v63,
  .global-v62-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .global-v64-card,
  .global-clean-grid-v63 article,
  .global-v62-grid article{
    width:100%!important;
  }

  /* Camera pages */
  .camera-series-v59{
    padding:34px 0 44px!important;
  }
  .camera-series-grid{
    grid-template-columns:1fr!important;
  }
  .camera-series-media{
    aspect-ratio:3/2!important;
  }

  /* Buttons */
  .btn,
  .btn-outline,
  .btn-ghost{
    max-width:100%!important;
  }

  /* Footer */
  footer,
  .site-footer{
    overflow:hidden!important;
  }
}

/* Small phones */
@media (max-width: 420px){
  .shell,
  .container,
  .applications-v52,
  .applications-v52 .shell,
  .global-presence-v64 .shell,
  .global-presence-clean-v63 .shell,
  .global-v62 .shell{
    width:calc(100% - 22px)!important;
  }

  .photon-hero-copy h1{
    font-size:27px!important;
  }
  .mission-v52-copy h2,
  .software-v52-copy h2,
  .discover-v35-heading-row h2,
  .global-presence-v64 h2,
  .global-presence-clean-v63 h2,
  .global-v62 h2{
    font-size:29px!important;
  }

  .software-v52{
    padding:24px 16px!important;
  }
}

/* V72 — Astronomical Cameras category banner */
.camera-category-banner-v72{
  width:100%;
  background:#020b13;
  overflow:hidden;
}
.camera-category-banner-v72 img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
@media(max-width:700px){
  .camera-category-banner-v72 img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


/* =========================================================
   V76 — MOBILE / TABLET REFINED LAYOUT
   Keeps desktop design intact; only <= 1024px is affected.
   ========================================================= */

@media (max-width:1024px){

  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .shell{
    width:calc(100% - 36px)!important;
    max-width:none!important;
  }

  /* ---------- HEADER ---------- */
  .site-header{
    height:68px!important;
  }

  .nav-shell{
    gap:12px!important;
  }

  .brand{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
  }

  .brand-main{
    font-size:23px!important;
    letter-spacing:2px!important;
  }

  .brand-sub{
    font-size:6px!important;
    letter-spacing:.55px!important;
    margin-top:6px!important;
  }

  .header-actions{
    margin-left:auto!important;
    flex:0 0 auto!important;
  }

  .icon-btn{
    display:none!important;
  }

  .mobile-toggle{
    display:flex!important;
    width:42px!important;
    height:42px!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:25px!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:5px!important;
  }

  .main-nav{
    display:none!important;
    position:fixed!important;
    top:68px!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    height:auto!important;
    z-index:200!important;
    overflow-y:auto!important;
    padding:14px 18px 28px!important;
    background:#071522!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
  }

  .main-nav.open{
    display:flex!important;
  }

  .main-nav > .top-link,
  .main-nav .nav-link{
    width:100%!important;
    min-height:48px!important;
    height:auto!important;
    padding:13px 4px!important;
    justify-content:space-between!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    font-size:15px!important;
  }

  .context-trigger{
    width:100%!important;
  }

  .context-menu{
    position:static!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    margin:0!important;
    box-shadow:none!important;
    border:0!important;
    background:#0a1d2e!important;
  }

  .context-menu-inner{
    width:100%!important;
    padding:0!important;
  }

  .context-panel.active{
    display:block!important;
    padding:14px 12px 18px!important;
  }

  .context-intro{
    padding:0 0 14px!important;
    margin:0 0 12px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }

  .context-intro h3{
    font-size:18px!important;
    margin:6px 0 7px!important;
  }

  .context-links{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:16px 22px!important;
  }

  .context-links h4{
    font-size:12px!important;
  }

  .context-links a{
    font-size:12px!important;
    padding:5px 0!important;
  }

  /* ---------- HOME HERO ---------- */
  .photon-home-hero{
    height:auto!important;
    min-height:360px!important;
    max-height:none!important;
    padding:0!important;
  }

  .photon-hero-shell{
    min-height:360px!important;
    display:flex!important;
    align-items:flex-end!important;
    padding-top:34px!important;
    padding-bottom:34px!important;
  }

  .photon-hero-copy{
    width:62%!important;
    max-width:620px!important;
    padding:22px!important;
    background:linear-gradient(90deg,rgba(3,14,25,.86),rgba(3,14,25,.42),transparent)!important;
    border-radius:4px!important;
  }

  .photon-hero-copy h1{
    font-size:34px!important;
    line-height:1.08!important;
  }

  .photon-hero-copy p{
    font-size:14px!important;
    line-height:1.5!important;
    max-width:520px!important;
  }

  /* ---------- TRUST ---------- */
  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
  }

  .trust-item{
    padding:18px 14px!important;
    border-bottom:1px solid #e6ebef!important;
  }

  /* ---------- DISCOVER ---------- */
  .discover-v36{
    padding:32px 0 40px!important;
  }

  .discover-v36-head{
    align-items:flex-start!important;
  }

  .discover-v36-head h2{
    font-size:36px!important;
  }

  .discover-v36-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }

  .discover-v36-media{
    min-height:190px!important;
  }

  /* ---------- MISSION ---------- */
  .mission-v52{
    min-height:380px!important;
    padding:42px 34px!important;
    background-position:65% center!important;
  }

  .mission-v52-copy{
    max-width:460px!important;
  }

  /* ---------- SOFTWARE ---------- */
  .software-v52{
    grid-template-columns:1fr!important;
    padding:36px 34px!important;
    gap:26px!important;
  }

  .software-v52-copy{
    width:100%!important;
    max-width:650px!important;
  }

  .software-v52-media{
    width:100%!important;
    max-width:100%!important;
    transform:none!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }

  .software-v52-media img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }

  /* ---------- APPLICATIONS ---------- */
  .applications-v52,
  .applications-v52 .shell{
    width:calc(100% - 36px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .applications-v52 .application-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }

  /* ---------- GLOBAL ---------- */
  .global-presence-v64 .shell{
    width:calc(100% - 36px)!important;
    max-width:none!important;
  }

  .global-v64-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }

  /* ---------- SUBPAGES ---------- */
  .subpage-hero{
    padding:48px 0!important;
  }

  .subpage-hero h1{
    font-size:42px!important;
  }

  .camera-series-head{
    display:block!important;
  }

  .camera-series-head h2{
    font-size:34px!important;
    margin-bottom:12px!important;
  }

  .camera-series-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }

  /* ---------- FOOTER ---------- */
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px!important;
  }

  .footer-brand,
  .newsletter{
    grid-column:1 / -1!important;
  }

  .footer-bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }
}


@media (max-width:640px){

  .shell{
    width:calc(100% - 24px)!important;
  }

  /* HEADER */
  .site-header{
    height:64px!important;
  }

  .main-nav{
    top:64px!important;
  }

  .brand-main{
    font-size:21px!important;
  }

  .brand-sub{
    font-size:5.5px!important;
  }

  .context-links{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  /* HERO */
  .photon-home-hero{
    min-height:480px!important;
    background:#061524!important;
  }

  .photon-home-hero .photon-hero-bg{
    background-position:68% center!important;
  }

  .photon-hero-shell{
    min-height:480px!important;
    align-items:flex-end!important;
    padding-bottom:20px!important;
  }

  .photon-hero-copy{
    width:100%!important;
    max-width:100%!important;
    padding:22px 18px!important;
    background:linear-gradient(90deg,rgba(3,14,25,.94),rgba(3,14,25,.82))!important;
  }

  .photon-eyebrow{
    font-size:10px!important;
  }

  .photon-hero-copy h1{
    font-size:29px!important;
    line-height:1.08!important;
    margin:10px 0 12px!important;
  }

  .photon-hero-copy h1 br{
    display:none!important;
  }

  .photon-hero-copy p{
    font-size:13px!important;
    max-width:100%!important;
  }

  .photon-dots{
    margin-top:18px!important;
  }

  /* TRUST */
  .trust-grid{
    grid-template-columns:1fr!important;
  }

  .trust-item{
    border-right:0!important;
    padding:15px 4px!important;
  }

  /* DISCOVER */
  .discover-v36{
    padding:28px 0 34px!important;
  }

  .discover-v36-head{
    display:block!important;
  }

  .discover-v36-head h2{
    font-size:30px!important;
    line-height:1.1!important;
    margin-bottom:10px!important;
  }

  .discover-v36-grid{
    grid-template-columns:1fr!important;
  }

  .discover-v36-card{
    width:100%!important;
  }

  .discover-v36-media{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:3/2!important;
  }

  .discover-v36-media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  /* MISSION */
  .mission-v52{
    min-height:430px!important;
    padding:28px 20px!important;
    align-items:flex-end!important;
    background-position:70% center!important;
  }

  .mission-v52:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(0deg,rgba(3,16,29,.92) 0%,rgba(3,16,29,.55) 55%,rgba(3,16,29,.08) 100%)!important;
    z-index:0!important;
  }

  .mission-v52-copy{
    position:relative!important;
    z-index:2!important;
    max-width:100%!important;
  }

  .mission-v52-copy h2{
    font-size:31px!important;
  }

  /* SOFTWARE */
  .software-v52{
    padding:28px 18px!important;
    gap:20px!important;
  }

  .software-v52-copy h2{
    font-size:30px!important;
    line-height:1.08!important;
  }

  .software-v52-copy p{
    font-size:14px!important;
  }

  .software-v52-media{
    border:0!important;
  }

  /* APPLICATIONS */
  .applications-v52,
  .applications-v52 .shell{
    width:calc(100% - 24px)!important;
  }

  .applications-v52 .application-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .applications-v52 .application-card{
    display:block!important;
    height:auto!important;
  }

  .applications-v52 .application-visual{
    height:auto!important;
    aspect-ratio:2/1!important;
  }

  .applications-v52 .application-visual img{
    position:static!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .applications-v52 .app-copy{
    min-height:0!important;
    padding:14px 15px 16px!important;
  }

  /* GLOBAL PRESENCE */
  .global-presence-v64{
    padding:32px 0 40px!important;
  }

  .global-presence-v64 .shell{
    width:calc(100% - 24px)!important;
  }

  .global-presence-v64 h2{
    font-size:31px!important;
    margin-bottom:18px!important;
  }

  .global-v64-grid{
    grid-template-columns:1fr!important;
  }

  .global-v64-card{
    width:100%!important;
  }

  /* SUBPAGE HERO */
  .subpage-hero{
    padding:38px 0!important;
  }

  .breadcrumb{
    font-size:9px!important;
    line-height:1.5!important;
  }

  .subpage-hero h1{
    font-size:33px!important;
    line-height:1.08!important;
  }

  .subpage-hero p{
    font-size:14px!important;
    line-height:1.55!important;
  }

  /* CAMERA CATEGORY */
  .camera-series-v59{
    padding:30px 0 40px!important;
  }

  .camera-series-head h2{
    font-size:30px!important;
  }

  .camera-series-head p{
    font-size:14px!important;
  }

  .camera-series-grid{
    grid-template-columns:1fr!important;
  }

  .camera-series-card{
    width:100%!important;
  }

  .camera-series-media{
    aspect-ratio:3/2!important;
  }

  /* CONTACT */
  .contact-layout{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .contact-copy h2{
    font-size:31px!important;
  }

  /* FOOTER */
  .footer-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .footer-brand,
  .newsletter{
    grid-column:auto!important;
  }

  .footer-col{
    padding-bottom:12px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }

  .footer-bottom{
    font-size:9px!important;
    line-height:1.55!important;
  }
}


/* V78 CONTENT SEO — informational blocks, visual language inherited from CELESTRA */
.seo-content-v78{padding:54px 0 62px;background:#fff;border-top:1px solid #e8edf1}
.seo-content-v78 .seo-v78-inner{max-width:980px}
.seo-content-v78 .eyebrow{color:#6e1f2a;font-size:11px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:12px}
.seo-content-v78 h2{font-size:34px;line-height:1.12;color:#0b1d2c;margin:0 0 18px}
.seo-content-v78 .seo-intro{max-width:900px;font-size:16px;line-height:1.75;color:#52606b;margin:0 0 28px}
.seo-v78-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}
.seo-v78-item{position:relative;padding:13px 14px 13px 30px;background:#f6f8fa;border:1px solid #e7ecef;color:#253746;font-size:14px;line-height:1.45}
.seo-v78-item:before{content:"";position:absolute;left:14px;top:20px;width:6px;height:6px;background:#6e1f2a;border-radius:50%}
@media(max-width:640px){
 .seo-content-v78{padding:34px 0 40px}
 .seo-content-v78 h2{font-size:27px}
 .seo-content-v78 .seo-intro{font-size:14px;line-height:1.65}
 .seo-v78-grid{grid-template-columns:1fr;gap:10px}
}

/* V82 — Discover cards 1, 3 and 4: show full supplied image without crop */
.discover-v36-media img[src*="discover-light-pollution-v36.webp"],
.discover-v36-media img[src*="discover-sky-v36.webp"],
.discover-v36-media img[src*="discover-control-v36.webp"]{
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

/* V83 final Discover image presentation */
.discover-v36-media img[src*="v83"]{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}

/* V84 clean Discover banners — cards 1, 3, 4 only */
.discover-v36-media img[src*="discover-light-v84"],
.discover-v36-media img[src*="discover-sky-v84"],
.discover-v36-media img[src*="discover-control-v84"]{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

/* V85 — original user images, untouched. 243x218 source ratio matches the card media area. */
.discover-v36-media img[src*="original-v85"]{
  width:100%!important; height:100%!important; object-fit:cover!important; object-position:center!important; transform:none!important;
}
@media (max-width:640px){
  .discover-v36-media:has(img[src*="original-v85"]){aspect-ratio:243/218!important;}
}


/* V92 — Footer Canada Office refinement */
.footer-office{
  display:grid;
  grid-template-columns:14px minmax(0,1fr);
  gap:9px;
  align-items:start;
  margin-top:17px;
  color:#fff;
}
.footer-pin{
  display:block;
  font-size:12px;
  line-height:1.35;
  transform:translateY(1px);
}
.footer-office-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.footer-office-copy strong{
  display:block;
  margin:0 0 3px;
  color:#fff;
  font-size:10px;
  line-height:1.35;
  font-weight:700;
}
.footer-company-name{
  display:block;
  margin:0 0 8px;
  color:#f1f5f8;
  font-size:9px;
  line-height:1.4;
  white-space:nowrap;
}
.footer-address{
  display:block;
  color:#fff;
  font-size:10px;
  line-height:1.55;
}
@media(max-width:1050px){
  .footer-company-name{white-space:normal}
}


/* V93 — Footer bottom bar: one balanced row on desktop */
.site-footer .footer-bottom{
  min-height:54px!important;
  padding:14px 0!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  gap:24px!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
}
.site-footer .footer-bottom > *{
  margin:0!important;
}
.site-footer .footer-bottom .footer-copy,
.site-footer .footer-bottom .copyright{
  justify-self:start!important;
  font-size:11px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}
.site-footer .footer-bottom .footer-legal,
.site-footer .footer-bottom .legal-links{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:11px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}
.site-footer .footer-bottom .footer-slogan,
.site-footer .footer-bottom .footer-tagline{
  justify-self:end!important;
  text-align:right!important;
  font-size:11px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}

/* Hide the redundant second legal row on desktop; its useful Accessibility
   link is placed into the main legal row by V93 HTML update below. */
.site-footer .footer-utility,
.site-footer .footer-bottom-secondary{
  display:none!important;
}

@media(max-width:900px){
  .site-footer .footer-bottom{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:9px!important;
    padding:18px 0!important;
    text-align:center!important;
  }
  .site-footer .footer-bottom .footer-copy,
  .site-footer .footer-bottom .copyright,
  .site-footer .footer-bottom .footer-legal,
  .site-footer .footer-bottom .legal-links,
  .site-footer .footer-bottom .footer-slogan,
  .site-footer .footer-bottom .footer-tagline{
    justify-self:center!important;
    text-align:center!important;
    white-space:normal!important;
  }
}

/* V101 Control & Automation category images */
.control-card-image-v101{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;margin:0 0 18px}

/* V102 — Control & Automation: real images replace IMAGE 05A/B/C placeholders */
.control-category-img-v102{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* V103 — Control & Automation category layout correction only */
.control-automation-v103 .page-hero,
.control-automation-v103 .category-hero,
.control-automation-v103 .product-category-hero{
  position:relative!important;
  z-index:2!important;
}
.control-automation-v103 .control-category-img-v102{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:220px!important;
  max-height:220px!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  margin:0!important;
}
.control-automation-v103 .control-category-img-v102 + *{
  position:relative!important;
  z-index:1!important;
}
.control-automation-v103 main{
  overflow:visible!important;
}
.control-automation-v103 .control-card-image-v101{
  display:none!important;
}
@media(max-width:900px){
  .control-automation-v103 .control-category-img-v102{height:auto!important;aspect-ratio:3/2!important}
}

/* V104 — clean Control & Automation cards; scoped to this page only */
.control-automation-v103 .control-grid-v104{margin-top:22px!important;align-items:stretch!important}
.control-automation-v103 .control-grid-v104 .category-card{
  display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;
}
.control-automation-v103 .control-image-v104{
  height:220px!important;padding:0!important;margin:0!important;overflow:hidden!important;background:#e8edf2!important;
}
.control-automation-v103 .control-image-v104 img{
  display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;
  object-position:center!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important;filter:none!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body{
  position:static!important;display:flex!important;flex:1!important;flex-direction:column!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body a{margin-top:auto!important}
@media(max-width:650px){
  .control-automation-v103 .control-image-v104{height:auto!important;aspect-ratio:3/2!important}
}

/* V105 — Control & Automation approved mockup web implementation */
.control-automation-v103 .control-grid-v104{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:34px!important;
}
.control-automation-v103 .control-grid-v104 .category-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  background:#fff!important;
  border:1px solid #d9e0e7!important;
  overflow:hidden!important;
}
.control-automation-v103 .control-grid-v104 .control-image-v104{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/2!important;
  padding:0!important;
  margin:0!important;
  background:#07172a!important;
  overflow:hidden!important;
}
.control-automation-v103 .control-grid-v104 .control-image-v104 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  opacity:1!important;
  filter:none!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  position:static!important;
  padding:20px 20px 18px!important;
  background:#fff!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body h3{
  margin:0 0 10px!important;
  font-size:20px!important;
  line-height:1.25!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body p{
  margin:0 0 22px!important;
  line-height:1.6!important;
}
.control-automation-v103 .control-grid-v104 .category-card-body a{
  margin-top:auto!important;
}
@media(max-width:900px){
  .control-automation-v103 .control-grid-v104{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .control-automation-v103 .control-grid-v104{grid-template-columns:1fr!important}
}

/* V106 Firmware Manager */
.firmware-manager-v106{padding:34px 0 56px;background:#fff}
.firmware-manager-card{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:30px 34px;border:1px solid #dbe2e8;background:#f7f9fb}
.firmware-manager-card h2{margin:7px 0 10px;font-size:28px;color:#07172a}
.firmware-manager-card p{max-width:760px;margin:0 0 12px;line-height:1.65}
.firmware-meta{font-size:12px;font-weight:700;color:#657486}
.firmware-download-btn{display:inline-flex;align-items:center;justify-content:center;min-width:230px;padding:14px 20px;background:#6E1F2A;color:#fff!important;text-decoration:none;font-weight:700;white-space:nowrap}
@media(max-width:760px){.firmware-manager-card{flex-direction:column;align-items:flex-start}.firmware-download-btn{width:100%}}

/* V108 — CELESTRA header wordmark */
.celestra-header-wordmark-v108{
  display:block!important;
  width:158px!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}
@media(max-width:640px){
  .celestra-header-wordmark-v108{width:138px!important}
}

/* V110 — CELESTRA image wordmark, header only */
.celestra-header-wordmark-v110{display:block!important;width:158px!important;height:auto!important;max-height:42px!important;object-fit:contain!important}
.site-header .brand:has(.celestra-header-wordmark-v110){display:flex!important;align-items:center!important}
@media(max-width:640px){.celestra-header-wordmark-v110{width:138px!important}}

/* V111 — approved larger CELESTRA header logo + tagline */
.celestra-header-logo-v111{
 display:block!important;width:220px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;
}
.site-header .brand:has(.celestra-header-logo-v111){display:flex!important;align-items:center!important;min-width:220px!important}
@media(max-width:640px){
 .celestra-header-logo-v111{width:180px!important;max-height:50px!important}
 .site-header .brand:has(.celestra-header-logo-v111){min-width:180px!important}
}

/* V112 approved logo + slogan */
.celestra-header-logo-v112{display:block!important;width:250px!important;height:auto!important;max-height:60px!important;object-fit:contain!important;object-position:left center!important}
.site-header .brand:has(.celestra-header-logo-v112){display:flex!important;align-items:center!important;min-width:250px!important}
@media(max-width:640px){.celestra-header-logo-v112{width:195px!important;max-height:52px!important}.site-header .brand:has(.celestra-header-logo-v112){min-width:195px!important}}
