/* ================================================================
   FG WATER 2026 UNIFIED STYLE LAYER
   Purpose: coordinate product, news/resource and company/about pages
   without replacing the existing template-specific CSS.
   Existing @font-face files are assumed to be loaded elsewhere.
   ================================================================ */

:root{
  /* IMPORTANT: each installed font is a separate family name. Do not shorten/merge them. */
  --fg-font-tit-extralight:"Titillium Web ExtraLight",Arial,sans-serif;
  --fg-font-tit-light:"Titillium Web Light",Arial,sans-serif;
  --fg-font-tit-lightitalic:"Titillium Web LightItalic",Arial,sans-serif;
  --fg-font-tit-italic:"Titillium Web Italic",Arial,sans-serif;
  --fg-font-tit-regular:"Titillium Web Regular",Arial,sans-serif;
  --fg-font-tit-semibold:"Titillium Web SemiBold",Arial,sans-serif;
  --fg-font-tit-bold:"Titillium Web Bold",Arial,sans-serif;

  --fg-font-helv-roman:"helvetica_neue_lt_std55_roman",Arial,sans-serif;
  --fg-font-helv-bold:"helvetica_neue_lt_std75_bold",Arial,sans-serif;
  --fg-font-helv-light:"helvetica_neue_lt_std45_light",Arial,sans-serif;

  --fg-font-euro:"EurostileLTStd",Arial,sans-serif;
  --fg-font-euro-demi:"EurostileLTStd-Demi",Arial,sans-serif;
  --fg-font-euro-bold:"EurostileLTStd-Bold",Arial,sans-serif;

  /* semantic aliases: always resolve to the exact installed family names above */
  --fg-font-body:var(--fg-font-tit-regular);
  --fg-font-heading:var(--fg-font-tit-semibold);
  --fg-font-display:var(--fg-font-tit-light);
  --fg-font-tech:var(--fg-font-euro);
  --fg-font-tech-strong:var(--fg-font-euro-demi);
  --fg-font-data:var(--fg-font-helv-roman);

  --fg-ink:#142734;
  --fg-deep:#071d2d;
  --fg-navy:#0f2b48;
  --fg-blue:#087da8;
  --fg-blue-2:#1b4b7a;
  --fg-cyan:#17b7d6;
  --fg-red:#d63d2e;
  --fg-muted:#687985;
  --fg-line:#dce5ea;
  --fg-soft:#f4f8fa;
  --fg-soft-2:#eef4f7;
  --fg-white:#fff;
  --fg-max:1280px;
  --fg-shadow:0 12px 34px rgba(7,29,45,.08);

  /* Compatibility aliases used by legacy/news templates. */
  --ind-blue:var(--fg-navy);
  --ind-red:var(--fg-red);
  --ind-border:var(--fg-line);
  --text-main:var(--fg-ink);
  --text-muted:var(--fg-muted);
}

html,body{font-family:var(--fg-font-tit-regular);}
body{font-weight:400;letter-spacing:.002em;}
button,input,select,textarea{font-family:var(--fg-font-tit-regular);font-weight:400;}
/* Each weight is a separate font family: prevent browser-synthesized heavy weights. */
h1{font-family:var(--fg-font-tit-light);font-weight:400;}
h2{font-family:var(--fg-font-tit-semibold);font-weight:400;}
h3,h4,h5,h6{font-family:var(--fg-font-tit-semibold);font-weight:400;}
strong,b{font-family:var(--fg-font-tit-semibold);font-weight:400;}
em:not([class]){font-family:var(--fg-font-tit-italic);font-style:normal;}
blockquote{font-family:var(--fg-font-tit-lightitalic);font-style:normal;}

/* One width system shared by every modernized template. */
.fg-wrap{
  width:min(var(--fg-max),calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:860px){
  .fg-wrap{width:min(var(--fg-max),calc(100% - 28px));}
}

/* Common page hero alignment. The hero background stays full-width,
   while its title/description line up with header and body content. */
.fg-page-shell #big-image,
.fg-news-page #big-image,
.fg-company-page #big-image{
  position:relative;
  overflow:hidden;
}
.fg-page-shell #big-image .fg-wrap,
.fg-news-page #big-image .fg-wrap,
.fg-company-page #big-image .fg-wrap{
  position:relative;
  z-index:2;
}
.fg-page-shell #big-image .content,
.fg-news-page #big-image .content,
.fg-company-page #big-image .content{
  max-width:920px;
  margin-left:0;
  margin-right:auto;
}
.fg-news-page #big-image .IndustryDetailTitle,
.fg-company-page #big-image .IndustryDetailTitle{
  font-family:var(--fg-font-heading);
  letter-spacing:.015em;
}

/* Breadcrumbs */
.fg-news-page #crumbnav,
.fg-company-page #crumbnav,
.product-hub #crumbnav,
.product-list-page #crumbnav,
.product-detail-page #crumbnav{
  font-family:var(--fg-font-body);
  color:var(--fg-muted);
  font-size:.82rem;
  line-height:1.5;
  padding:12px 0 10px;
}

/* Breadcrumbs: identical visual language across Product / News / Company templates. */
#crumbnav .crumb-label{color:#81909a;margin-right:2px;}
#crumbnav a{
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#476473 !important;
  font-family:var(--fg-font-helv-light);
  font-weight:400;
  text-decoration:none !important;
  transition:color .18s ease,background .18s ease;
}
#crumbnav a:hover{color:var(--fg-blue) !important;background:rgba(8,125,168,.055);}

/* Mobile breadcrumb policy: never stack to 2+ lines. Keep one compact, horizontally
   scrollable trail instead of consuming vertical space or hiding navigation entirely. */
@media(max-width:760px){
  #crumbnav{
    display:block;
    max-width:100%;
    white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:9px 0 8px !important;
    font-size:.74rem !important;
    mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%);
    -webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%);
  }
  #crumbnav::-webkit-scrollbar{display:none;}
  #crumbnav .crumb-label{display:none;}
  #crumbnav a{padding-left:6px;padding-right:6px;}
}

/* Pagination glyphs do not depend on Font Awesome, avoiding missing-icon boxes. */
.fg-page-glyph{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.16rem;
  line-height:1;
  font-weight:400;
  transform:translateY(-1px);
}

/* Font hierarchy for existing product templates. */
.product-hub,
.product-list-page,
.product-detail-page{font-family:var(--fg-font-body);}
.product-hub .prod-sec-title,
.product-list-page .list-title,
.product-detail-page .detail-title,
.product-hub .sidebar-title,
.product-list-page .sidebar-title,
.product-detail-page .sidebar-title{
  font-family:var(--fg-font-heading);
}
.product-detail-page .detail-kicker,
.product-detail-page .spec-label,
.product-detail-page .detail-nav-label,
.product-hub .section-subhead{
  font-family:var(--fg-font-tech);
  letter-spacing:.055em;
}
.product-detail-page .product-meta,
.product-detail-page .spec-value,
.product-list-page .rows-count{
  font-family:var(--fg-font-data);
}

/* Structural list markers use SVG, not private-use icon-font glyphs.
   This avoids the square-with-cross "missing glyph" problem when a Font Awesome
   family/version name differs from the loaded font file. Explicit <i class="fa ...">
   controls may still use the site's Font Awesome library. */
.product-hub .side-list>li>a,
.product-list-page .side-list>li>a,
.product-detail-page .side-list>li>a{
  position:relative;
  padding-left:30px;
}
.product-hub .side-list>li>a::before,
.product-list-page .side-list>li>a::before,
.product-detail-page .side-list>li>a::before{
  content:"";
  position:absolute;
  left:10px;
  top:50%;
  width:12px;
  height:12px;
  transform:translateY(-50%);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%23087da8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}

/* Rich product/company unordered lists: robust technical check marker. */
.product-detail-page .detail-content ul:not([class]),
.fg-company-detail .fg-company-rich ul:not([class]){
  list-style:none;
  padding-left:0;
}
.product-detail-page .detail-content ul:not([class])>li,
.fg-company-detail .fg-company-rich ul:not([class])>li{
  position:relative;
  padding-left:26px;
  margin:.42em 0;
}
.product-detail-page .detail-content ul:not([class])>li::before,
.fg-company-detail .fg-company-rich ul:not([class])>li::before{
  content:"";
  position:absolute;
  left:0;
  top:.22em;
  width:15px;
  height:15px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1.5' y='1.5' width='13' height='13' rx='2.5' fill='%23edf6f9' stroke='%239ccbd9'/%3E%3Cpath d='M4.3 8.1l2.2 2.2 5-5' fill='none' stroke='%23087da8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/15px 15px no-repeat;
}

/* ================================================================
   NEWS / RESOURCE TEMPLATES
   ================================================================ */
.fg-news-page{font-family:var(--fg-font-body);color:var(--fg-ink);}
.fg-news-page .news-container{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:30px;
  margin:0 0 44px;
  align-items:start;
}
.fg-news-page .news-main{min-width:0;}
.fg-news-page .news-sidebar{min-width:0;display:flex;flex-direction:column;gap:20px;}
.fg-news-page .news-section,
.fg-news-page .detail-article{
  background:#fff;
  border:1px solid var(--fg-line);
  border-top:4px solid var(--fg-navy);
  padding:22px;
  box-shadow:0 2px 10px rgba(7,29,45,.035);
}
.fg-news-page .news-section+.news-section{margin-top:24px;}
.fg-news-page .news-sec-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  padding-bottom:13px;
  margin-bottom:10px;
  border-bottom:1px solid var(--fg-line);
}
.fg-news-page .news-sec-title{
  margin:0;
  color:var(--fg-navy);
  font-family:var(--fg-font-heading);
  font-size:1.18rem;
  line-height:1.35;
  font-weight:700;
}
.fg-news-page .news-more-btn{
  flex:none;
  color:var(--fg-blue);
  font-family:var(--fg-font-tech);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.fg-news-page .news-more-btn:hover{color:var(--fg-red);}
.fg-news-page .news-list{list-style:none;margin:0;padding:0;}
.fg-news-page .news-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:10px 0;
  border-bottom:1px solid #edf1f3;
}
.fg-news-page .news-item:last-child{border-bottom:0;}
.fg-news-page .news-link{
  min-width:0;
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#2e414d;
  font-size:.92rem;
  line-height:1.45;
}
.fg-news-page .news-link:hover{color:var(--fg-blue);}
.fg-news-page .news-dot{
  flex:0 0 18px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  margin-top:1px;
  border-radius:50%;
  background:#edf6f9!important;
  color:var(--fg-blue);
}
.fg-news-page .news-dot::before{content:"";width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%23087da8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px 10px no-repeat;}
.fg-news-page .news-date{
  flex:none;
  color:var(--fg-muted);
  font-family:var(--fg-font-data);
  font-size:.76rem;
  line-height:1.55;
  white-space:nowrap;
}
.fg-news-page .sidebar-box{
  background:#fff;
  border:1px solid var(--fg-line);
  padding:18px;
}
.fg-news-page .sidebar-title{
  margin:0 0 13px;
  padding-left:10px;
  border-left:3px solid var(--fg-red);
  color:var(--fg-navy);
  font-family:var(--fg-font-heading);
  font-size:.98rem;
  line-height:1.3;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.fg-news-page .subnav-list{list-style:none;margin:0;padding:0;}
.fg-news-page .subnav-list li+li{margin-top:7px;}
.fg-news-page .subnav-link{
  display:block;
  position:relative;
  padding:9px 11px 9px 28px;
  border:1px solid transparent;
  background:var(--fg-soft);
  color:#30434f;
  font-size:.87rem;
  line-height:1.35;
}
.fg-news-page .subnav-link::before{
  content:"";
  position:absolute;
  left:11px;
  top:50%;
  width:11px;
  height:11px;
  transform:translateY(-50%);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%23087da8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px 11px no-repeat;
}
.fg-news-page .subnav-link:hover,
.fg-news-page .subnav-link.active{
  background:#fff;
  border-color:#99c7d6;
  color:var(--fg-blue);
  box-shadow:2px 2px 0 rgba(8,125,168,.6);
}
.fg-news-page .news-page-box{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--fg-line);
}
.fg-news-page .news-page-box a,
.fg-news-page .news-page-box span{
  min-width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border:1px solid var(--fg-line);
  background:#fff;
  color:var(--fg-navy);
  font-size:.82rem;
}
.fg-news-page .news-page-box a:hover,
.fg-news-page .news-page-box .currentpage,
.fg-news-page .news-page-box .page-num-current{
  border-color:var(--fg-navy);
  background:var(--fg-navy);
  color:#fff;
}
.fg-news-page .detail-header{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid var(--fg-line);}
.fg-news-page .detail-title{
  margin:0;
  color:var(--fg-navy);
  font-family:var(--fg-font-heading);
  font-size:clamp(1.45rem,2.4vw,2rem);
  line-height:1.28;
}
.fg-news-page .detail-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px 18px;
  margin-top:11px;
  color:var(--fg-muted);
  font-family:var(--fg-font-data);
  font-size:.78rem;
}
.fg-news-page .detail-content{font-size:.95rem;line-height:1.74;color:#263943;overflow-wrap:anywhere;}
.fg-news-page .detail-content h2{
  margin:30px 0 13px;
  padding:8px 12px;
  border-left:4px solid var(--fg-red);
  background:#f6f8fa;
  color:var(--fg-navy);
  font-size:1.18rem;
}
.fg-news-page .detail-content h3{margin:24px 0 10px;color:var(--fg-blue-2);font-size:1.04rem;}
.fg-news-page .detail-content img{max-width:100%;height:auto;margin-left:auto;margin-right:auto;}
.fg-news-page .detail-content table{max-width:100%;}

@media(max-width:900px){
  .fg-news-page .news-container{grid-template-columns:1fr;gap:20px;}
  .fg-news-page .news-sidebar{margin-top:0;}
}
@media(max-width:560px){
  .fg-news-page .news-section,
  .fg-news-page .detail-article{padding:16px;}
  .fg-news-page .news-sec-header{display:block;}
  .fg-news-page .news-more-btn{display:inline-block;margin-top:8px;}
  .fg-news-page .news-item{gap:10px;}
  .fg-news-page .news-date{font-size:.7rem;}
}

/* ================================================================
   COMPANY / ABOUT TEMPLATES
   ================================================================ */
.fg-company-page{font-family:var(--fg-font-body);color:var(--fg-ink);}
.fg-company-page .fg-company-intro{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
  gap:34px;
  align-items:start;
  margin:8px 0 30px;
}
.fg-company-page .fg-company-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--fg-blue);
  font-family:var(--fg-font-tech);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.fg-company-page .fg-company-eyebrow::before{content:"";width:28px;height:2px;background:var(--fg-red);}
.fg-company-page .fg-company-heading{
  margin:8px 0 12px;
  color:var(--fg-navy);
  font-family:var(--fg-font-heading);
  font-size:clamp(1.7rem,3vw,2.55rem);
  line-height:1.16;
}
.fg-company-page .fg-company-lead{margin:0;color:#516672;font-size:1rem;line-height:1.68;}
.fg-company-page .fg-company-note{
  padding:20px;
  border-left:4px solid var(--fg-blue);
  background:linear-gradient(135deg,#f4f8fa,#edf4f7);
  color:#3c5360;
  line-height:1.6;
}
.fg-company-page .fg-company-note strong{display:block;color:var(--fg-navy);font-family:var(--fg-font-heading);margin-bottom:5px;}

.fg-company-page .fg-company-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 0 34px;
}
.fg-company-page .fg-company-card{
  min-height:250px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--fg-line);
  background:#fff;
  box-shadow:0 4px 18px rgba(7,29,45,.04);
  overflow:hidden;
  transition:.22s ease;
}
.fg-company-page .fg-company-card:hover{transform:translateY(-3px);border-color:#9ac6d5;box-shadow:var(--fg-shadow);}
.fg-company-page .fg-company-card-media{
  height:120px;
  position:relative;
  background-color:#0d344c;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.fg-company-page .fg-company-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,29,45,.78),rgba(8,125,168,.28));}
.fg-company-page .fg-company-card-icon{
  position:absolute;
  left:18px;
  bottom:14px;
  z-index:2;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:7px;
  background:rgba(255,255,255,.10);
  color:#fff;
}
.fg-company-page .fg-company-card-icon svg{width:22px;height:22px;}
.fg-company-page .fg-company-card-body{display:flex;flex:1;flex-direction:column;padding:16px 17px 17px;}
.fg-company-page .fg-company-card-title{margin:0;color:var(--fg-navy);font-family:var(--fg-font-heading);font-size:1.02rem;line-height:1.35;}
.fg-company-page .fg-company-card-desc{margin:7px 0 15px;color:var(--fg-muted);font-size:.84rem;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.fg-company-page .fg-company-card-link{margin-top:auto;color:var(--fg-blue);font-family:var(--fg-font-tech);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.fg-company-page .fg-company-card:hover .fg-company-card-link{color:var(--fg-red);}

.fg-company-page .fg-company-band{
  margin:34px 0;
  padding:26px;
  background:linear-gradient(135deg,var(--fg-deep),#0b4965);
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  border-radius:8px;
}
.fg-company-page .fg-company-band h2{margin:0 0 6px;color:#fff;font-size:1.45rem;}
.fg-company-page .fg-company-band p{margin:0;color:#c2d5df;line-height:1.55;}
.fg-company-page .fg-company-actions{display:flex;flex-wrap:wrap;gap:9px;}
.fg-company-page .fg-company-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:5px;
  color:#fff!important;
  font-family:var(--fg-font-tech);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.fg-company-page .fg-company-btn--primary{background:#fff;color:var(--fg-navy)!important;border-color:#fff;}

.fg-company-page .fg-company-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:30px;
  margin:0 0 42px;
}
.fg-company-page .fg-company-main{min-width:0;}
.fg-company-page .fg-company-sidebar{min-width:0;display:flex;flex-direction:column;gap:20px;}
.fg-company-page .fg-company-panel{
  background:#fff;
  border:1px solid var(--fg-line);
  border-top:4px solid var(--fg-navy);
  padding:22px;
}
.fg-company-page .fg-company-panel-title{margin:0 0 15px;color:var(--fg-navy);font-size:1.18rem;line-height:1.35;}
.fg-company-page .fg-company-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.fg-company-page .fg-company-list-card{
  display:grid;
  grid-template-columns:94px minmax(0,1fr);
  gap:14px;
  min-height:118px;
  padding:12px;
  border:1px solid var(--fg-line);
  background:#fff;
  transition:.2s;
}
.fg-company-page .fg-company-list-card:hover{border-color:#95c4d4;box-shadow:0 5px 15px rgba(7,29,45,.06);transform:translateY(-2px);}
.fg-company-page .fg-company-list-media{width:94px;height:94px;background:var(--fg-soft);overflow:hidden;}
.fg-company-page .fg-company-list-media img{width:100%;height:100%;object-fit:cover;display:block;}
.fg-company-page .fg-company-list-copy{min-width:0;}
.fg-company-page .fg-company-list-title{margin:1px 0 5px;color:var(--fg-navy);font-size:.98rem;line-height:1.35;}
.fg-company-page .fg-company-list-desc{margin:0;color:var(--fg-muted);font-size:.82rem;line-height:1.48;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.fg-company-page .fg-company-list-more{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--fg-blue);font-size:.75rem;font-weight:700;}
.fg-company-page .fg-company-list-icon::before{content:"";display:inline-block;width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%23087da8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px 10px no-repeat;}

.fg-company-page .fg-company-sidebox{background:#fff;border:1px solid var(--fg-line);padding:18px;}
.fg-company-page .fg-company-sidebox h3{margin:0 0 12px;padding-left:10px;border-left:3px solid var(--fg-red);color:var(--fg-navy);font-size:.98rem;text-transform:uppercase;letter-spacing:.035em;}
.fg-company-page .fg-company-sidebox ul{list-style:none;margin:0;padding:0;}
.fg-company-page .fg-company-sidebox li+li{margin-top:7px;}
.fg-company-page .fg-company-sidebox a{
  display:block;
  position:relative;
  padding:9px 11px 9px 28px;
  background:var(--fg-soft);
  border:1px solid transparent;
  color:#30434f;
  font-size:.87rem;
  line-height:1.35;
}
.fg-company-page .fg-company-sidebox a::before{
  content:"";
  position:absolute;
  left:11px;
  top:50%;
  width:11px;
  height:11px;
  transform:translateY(-50%);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%23087da8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px 11px no-repeat;
}
.fg-company-page .fg-company-sidebox a:hover,
.fg-company-page .fg-company-sidebox a.active{background:#fff;border-color:#99c7d6;color:var(--fg-blue);box-shadow:2px 2px 0 rgba(8,125,168,.55);}

.fg-company-detail .fg-company-article{
  background:#fff;
  border:1px solid var(--fg-line);
  border-top:4px solid var(--fg-navy);
  padding:24px;
}
.fg-company-detail .fg-company-detail-header{padding-bottom:17px;margin-bottom:20px;border-bottom:1px solid var(--fg-line);}
.fg-company-detail .fg-company-detail-title{margin:0;color:var(--fg-navy);font-size:clamp(1.55rem,2.7vw,2.15rem);line-height:1.25;}
.fg-company-detail .fg-company-detail-desc{margin:9px 0 0;color:var(--fg-muted);font-size:.94rem;line-height:1.6;}
/* Company detail hero: never upscale small source images. Intrinsic size is kept;
   large images are only scaled DOWN to fit the available container. */
.fg-company-detail .fg-company-hero-frame{display:flex;align-items:center;justify-content:center;min-height:180px;max-height:460px;overflow:hidden;background:#f7fafb;border:1px solid var(--fg-line);margin:0 0 24px;padding:14px;}
.fg-company-detail .fg-company-heroimg{display:block;width:auto;height:auto;max-width:100%;max-height:430px;object-fit:contain;margin:0 auto;border:0;}
.fg-company-detail .fg-company-rich{font-size:.96rem;line-height:1.76;color:#293d49;overflow-wrap:anywhere;}
.fg-company-detail .fg-company-rich h2{margin:32px 0 13px;padding:9px 12px;border-left:4px solid var(--fg-red);background:#f6f8fa;color:var(--fg-navy);font-size:1.2rem;}
.fg-company-detail .fg-company-rich h3{margin:25px 0 10px;color:var(--fg-blue-2);font-size:1.06rem;border-bottom:1px solid var(--fg-line);padding-bottom:7px;}
.fg-company-detail .fg-company-rich img{max-width:100%;height:auto;margin-left:auto;margin-right:auto;}
.fg-company-detail .fg-company-rich blockquote{margin:18px 0;padding:13px 17px;border-left:4px solid var(--fg-blue);background:var(--fg-soft);color:#465d69;}

@media(max-width:980px){
  .fg-company-page .fg-company-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fg-company-page .fg-company-intro{grid-template-columns:1fr;gap:20px;}
  .fg-company-page .fg-company-layout{grid-template-columns:1fr;gap:20px;}
}
@media(max-width:680px){
  .fg-company-page .fg-company-grid,
  .fg-company-page .fg-company-list{grid-template-columns:1fr;}
  .fg-company-page .fg-company-band{grid-template-columns:1fr;padding:20px;}
  .fg-company-page .fg-company-list-card{grid-template-columns:78px minmax(0,1fr);}
  .fg-company-page .fg-company-list-media{width:78px;height:78px;}
  .fg-company-detail .fg-company-article{padding:16px;}
}

/* Company pagination uses the same compact industrial pager language. */
.fg-company-page .fg-company-pager{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--fg-line);
}
.fg-company-page .fg-company-pager a,
.fg-company-page .fg-company-pager span{
  min-width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border:1px solid var(--fg-line);
  background:#fff;
  color:var(--fg-navy);
  font-size:.82rem;
}
.fg-company-page .fg-company-pager a:hover,
.fg-company-page .fg-company-pager .currentpage,
.fg-company-page .fg-company-pager .page-num-current{
  border-color:var(--fg-navy);
  background:var(--fg-navy);
  color:#fff;
}


/* ================================================================
   EXACT FONT-FAMILY TYPOGRAPHY MAP (V6.1)
   The installed font files expose separate family names, not one variable family.
   Use font-weight:400 with those families to avoid synthetic/bloated bold rendering.
   ================================================================ */
body, .product-hub, .product-list-page, .product-detail-page,
.fg-news-page, .fg-company-page{font-family:var(--fg-font-tit-regular);font-weight:400;}

/* Large display text: intentionally light/regular; never Bold above ~32px. */
.IndustryDetailTitle,
.fg-company-page .fg-company-heading,
.fg-company-detail .fg-company-detail-title,
#fg-site-footer .fg-foot-cta h2,
.fg-inquiry h2{font-family:var(--fg-font-tit-light)!important;font-weight:400!important;}

/* Medium section headings: SemiBold family at normal CSS weight. */
.product-hub .prod-sec-title,
.product-list-page .list-title,
.product-detail-page .detail-title,
.fg-news-page .news-sec-title,
.fg-news-page .detail-title,
.fg-company-page .fg-company-panel-title,
.fg-company-page .fg-company-card-title,
.fg-company-page .fg-company-list-title,
.fg-company-detail .fg-company-rich h2,
.fg-company-detail .fg-company-rich h3,
.product-detail-page .detail-content h2,
.product-detail-page .detail-content h3{font-family:var(--fg-font-tit-semibold)!important;font-weight:400!important;}

/* Long introductions/readable secondary copy. */
.fg-company-page .fg-company-lead,
.fg-company-detail .fg-company-detail-desc,
.fg-inquiry .fg-inq-intro{font-family:var(--fg-font-tit-light);font-weight:400;}
.fg-company-detail .fg-company-rich blockquote,
.product-detail-page .detail-content blockquote{font-family:var(--fg-font-tit-lightitalic);font-style:normal;font-weight:400;}
.product-detail-page .detail-content em:not([class]),
.fg-company-detail .fg-company-rich em:not([class]){font-family:var(--fg-font-tit-italic);font-style:normal;font-weight:400;}

/* Compact technical labels: Eurostile families are reserved for small UI/engineering labels. */
.product-detail-page .detail-kicker,
.product-hub .section-subhead,
.fg-company-page .fg-company-eyebrow,
.fg-news-page .news-more-btn{font-family:var(--fg-font-euro);font-weight:400;}
.product-detail-page .spec-label,
.product-detail-page .detail-nav-label,
.fg-company-page .fg-company-card-link,
.fg-company-page .fg-company-btn,
.fg-inquiry .fg-inq-kicker,
.fg-inquiry .fg-inq-submit{font-family:var(--fg-font-euro-demi);font-weight:400;}

/* Bold families are intentionally restricted to compact text below headline sizes. */
.product-hub .sidebar-title,
.product-list-page .sidebar-title,
.product-detail-page .sidebar-title,
.fg-news-page .sidebar-title,
.fg-company-page .fg-company-sidebox h3{font-family:var(--fg-font-tit-bold);font-weight:400;}

/* Data/meta text: Helvetica families give compact technical contrast. */
.product-detail-page .product-meta,
.product-detail-page .spec-value,
.product-list-page .rows-count,
.fg-news-page .news-date,
#crumbnav{font-family:var(--fg-font-helv-roman);font-weight:400;}
.product-detail-page .spec-label{font-family:var(--fg-font-helv-bold);font-weight:400;}
.fg-news-page #crumbnav, .fg-company-page #crumbnav,
.product-hub #crumbnav, .product-list-page #crumbnav, .product-detail-page #crumbnav{font-family:var(--fg-font-helv-light);font-weight:400;}

/* Header typography */
#fg-site-header{font-family:var(--fg-font-tit-regular);}
#fg-site-header .fg-topbar{font-family:var(--fg-font-helv-light);}
#fg-site-header .fg-nav-mainlink{font-family:var(--fg-font-tit-semibold);font-weight:400!important;}
#fg-site-header .fg-mega-title{font-family:var(--fg-font-euro-demi);font-weight:400!important;}
#fg-site-header .fg-mega-links a,
#fg-site-header .fg-focus-link{font-family:var(--fg-font-tit-regular);font-weight:400!important;}
#fg-site-header .fg-mega-feature small,
#fg-site-header .fg-focus-label{font-family:var(--fg-font-euro);font-weight:400!important;}
#fg-site-header .fg-mega-feature strong{font-family:var(--fg-font-tit-semibold);font-weight:400!important;}
#fg-site-header .fg-quote,
#fg-site-header .fg-mobile-langbtn{font-family:var(--fg-font-euro-demi);font-weight:400!important;}
#fgQuoteModal .fg-quote-headcopy strong{font-family:var(--fg-font-tit-semibold);font-weight:400;}
#fgQuoteModal .fg-quote-headcopy span{font-family:var(--fg-font-helv-light);}

/* Never let generic numeric bold settings synthesize thick display text. */
.fg-company-page .fg-company-heading,
.fg-company-detail .fg-company-detail-title,
.IndustryDetailTitle,
.fg-inquiry h2,
#fg-site-footer .fg-foot-cta h2{font-weight:400!important;}

/* Purposeful use of the remaining installed display families. */
.fg-company-index .fg-company-heading{font-family:var(--fg-font-tit-extralight)!important;font-weight:400!important;}
#fg-site-header .fg-focus-label,
#fg-site-footer .fg-network-label{font-family:var(--fg-font-euro-bold)!important;font-weight:400!important;}

/* =========================================================
   V6.5 HERO / RICH IMAGE / CONTACT HIERARCHY
   ========================================================= */
#big-image.fg-hero-section{
  position:relative!important;
  isolation:isolate;
  display:flex!important;
  align-items:center;
  width:100%;
  min-height:240px!important;
  height:auto!important;
  padding:26px 0;
  overflow:hidden;
  background-color:#09283a;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}
/* Fallback is deliberately not a raster thumbnail. It is a water/flow SVG + translucent gradients. */
#big-image.fg-hero-section.is-fallback{
  background-image:
    linear-gradient(105deg,rgba(4,36,52,.96),rgba(5,78,101,.82) 55%,rgba(8,119,145,.66)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 420'%3E%3Cg fill='none' stroke='%23a9e7f2' stroke-opacity='.18'%3E%3Cpath d='M-50 285 C250 140 420 390 720 235 S1170 90 1660 250' stroke-width='2'/%3E%3Cpath d='M-80 335 C210 210 430 430 760 280 S1210 155 1690 315' stroke-width='1.2'/%3E%3Cpath d='M-20 205 C275 70 500 310 815 165 S1260 25 1640 190' stroke-width='1'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.055'%3E%3Ccircle cx='1280' cy='76' r='82'/%3E%3Ccircle cx='1370' cy='145' r='32'/%3E%3Ccircle cx='1190' cy='165' r='22'/%3E%3C/g%3E%3C/svg%3E");
}
#big-image.fg-hero-section.has-bg-image{background-size:cover!important;background-repeat:no-repeat!important}
/* Only a REAL visible video/player may switch the hero into media mode. */
#big-image.fg-hero-section.has-media{
  min-height:400px!important;
  height:var(--fg-hero-media-height,clamp(400px,56.25vw,720px))!important;
  max-height:800px!important;
  padding:0;
}
#big-image.fg-hero-section::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(3,22,35,.82) 0%,rgba(5,31,47,.66) 42%,rgba(5,31,47,.30) 72%,rgba(3,22,35,.22) 100%);
}
#big-image.fg-hero-section::after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.19));
}
#big-image .fg-hero-media{position:absolute;inset:0;z-index:0;overflow:hidden;display:none;background:#071d2d}
#big-image .fg-hero-media.has-real-media{display:block}
#big-image .fg-hero-media>*,
#big-image .fg-hero-media video,
#big-image .fg-hero-media iframe,
#big-image .fg-hero-media embed,
#big-image .fg-hero-media object{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border:0}
#big-image .fg-hero-media video{object-fit:cover}
#big-image .fg-hero-copy-wrap{
  position:relative;
  z-index:4;
  width:min(var(--fg-max),calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:860px){
  #big-image .fg-hero-copy-wrap{width:min(var(--fg-max),calc(100% - 28px));}
}
#big-image .content.title-bg-product{
  position:relative;z-index:5;width:min(760px,100%);margin:0;
  padding:20px 28px 21px;border-left:4px solid #21b8d5;border-radius:4px 10px 10px 4px;
  background:linear-gradient(100deg,rgba(5,29,44,.91),rgba(6,42,61,.67));
  box-shadow:0 14px 38px rgba(0,0,0,.17);
  backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#fff;
}
#big-image .content.title-bg-product .IndustryDetailTitle{
  margin:0;color:#fff!important;font-family:"Titillium Web Light",Arial,sans-serif;font-weight:400!important;
  font-size:clamp(28px,3.35vw,42px)!important;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.24);
}
#big-image .content.title-bg-product p{
  max-width:680px;margin:9px 0 0!important;color:#d8e9ef!important;font-family:"Titillium Web Regular",Arial,sans-serif;
  font-size:clamp(12.5px,1.15vw,15px)!important;line-height:1.58!important;text-shadow:0 1px 6px rgba(0,0,0,.2);
}
@media(max-width:700px){
  #big-image.fg-hero-section{min-height:210px!important;padding:22px 0}
  #big-image.fg-hero-section.has-media{min-height:280px!important;height:var(--fg-hero-media-height,clamp(280px,62vw,520px))!important;max-height:620px!important;padding:0}
  #big-image .content.title-bg-product{padding:17px 16px 18px;border-left-width:3px;border-radius:3px 8px 8px 3px}
  #big-image .content.title-bg-product .IndustryDetailTitle{font-size:clamp(25px,7.2vw,34px)!important}
  #big-image .content.title-bg-product p{font-size:12.5px!important;line-height:1.5!important}
}

/* Unified rich-content image treatment. Small source images stay at natural size; readable large images scroll only when needed. */
.fg-rich-image-block{width:100%;max-width:100%;margin:18px 0 24px}
.fg-rich-image-hint{display:none;margin:0 0 6px;color:#7a8c96;font-family:"helvetica_neue_lt_std45_light",Arial,sans-serif;font-size:10px;line-height:1.35;text-align:right}
.fg-rich-image-viewport{width:100%;max-width:100%;overflow:visible;text-align:center;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
.fg-rich-image-viewport img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:min(100%,var(--fg-image-natural-width,100%))!important;
  max-height:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  object-fit:contain!important;
}
.fg-rich-image-viewport.is-scrollable{overflow-x:auto;overflow-y:hidden;text-align:left;scrollbar-width:thin}
.fg-rich-image-block.is-scrollable .fg-rich-image-hint{display:block}
.fg-rich-image-viewport.is-scrollable img{
  width:var(--fg-image-readable-width)!important;
  min-width:var(--fg-image-readable-width)!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Sidebar support-contact hierarchy. */
.support-contact--name,.fg-support-contact__name{
  color:#123a4f!important;
  font-family:"Titillium Web SemiBold",Arial,sans-serif!important;
  font-size:.92rem!important;
  font-weight:400!important;
  line-height:1.45!important;
  margin-bottom:5px;
}
.support-contact--detail,.fg-support-contact__detail{
  color:#70818b!important;
  font-family:"Titillium Web Light",Arial,sans-serif!important;
  font-size:.79rem!important;
  font-weight:400!important;
  line-height:1.55!important;
  word-break:break-word;
}
.fg-support-contact{display:grid;gap:5px}
.support-contact--detail,.fg-support-contact__detail{display:flex;align-items:flex-start;gap:7px}
.support-contact--detail .fa,.fg-support-contact__detail .fa{flex:0 0 14px;width:14px;margin-top:.23em;color:#0b88af;font-size:12px;text-align:center}
.support-contact--detail a,.fg-support-contact__detail a{color:inherit;text-decoration:none}
.support-contact--detail a:hover,.fg-support-contact__detail a:hover{color:#0b88af}



/* =========================================================
   V6.6 DETAIL DOCUMENT / LITERATURE DOWNLOADS
   ========================================================= */
.fg-doc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 24px;
  padding:12px;
  border:1px solid var(--fg-line,#dfe5ea);
  background:#f7fafc;
}
.fg-doc-action{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:9px 13px;
  border:1px solid #cdd9e2;
  background:#fff;
  color:var(--fg-navy,#0f2b48)!important;
  font-family:"EurostileLTStd-Demi",Arial,sans-serif;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.02em;
  text-decoration:none!important;
  transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;
}
.fg-doc-action:hover{
  border-color:#1687a3;
  background:#eef8fb;
  color:#0a718c!important;
  transform:translateY(-1px);
}
.fg-doc-action i{width:14px;text-align:center;color:#1495b2;font-size:13px;}
.fg-doc-action--primary{background:var(--fg-navy,#0f2b48);border-color:var(--fg-navy,#0f2b48);color:#fff!important;}
.fg-doc-action--primary i{color:#8ee7f4;}
.fg-doc-action--primary:hover{background:#174c70;border-color:#174c70;color:#fff!important;}

.fg-doc-side-link{
  display:flex!important;
  align-items:center;
  gap:9px;
  width:100%;
  padding:10px 11px;
  border:1px solid #d9e2e8;
  background:#f8fafc;
  color:var(--fg-navy,#0f2b48)!important;
  font-family:"Titillium Web SemiBold",Arial,sans-serif;
  font-weight:400!important;
  font-size:.84rem;
  line-height:1.35;
  text-decoration:none!important;
}
.fg-doc-side-link:hover{border-color:#1687a3;background:#eef8fb;color:#0a718c!important;}
.fg-doc-side-link i{width:15px;text-align:center;color:#1593ae;}
.fg-doc-side-note{margin:8px 0 0;color:#748490;font-family:"Titillium Web Light",Arial,sans-serif;font-size:.76rem;line-height:1.45;}

@media(max-width:560px){
  .fg-doc-actions{display:grid;grid-template-columns:1fr;padding:10px;}
  .fg-doc-action{width:100%;justify-content:flex-start;}
}
