/*
Theme Name: Hello Elementor Child - BirdGuardMesh
Template: hello-elementor
Version: 1.0.1
Description: Lightweight manufacturer-site styling for BirdGuardMesh.
*/

:root {
  --bgm-ink: #111827;
  --bgm-navy: #0f172a;
  --bgm-blue: #0369a1;
  --bgm-blue-dark: #075985;
  --bgm-green: #0f766e;
  --bgm-paper: #f8fafc;
  --bgm-white: #ffffff;
  --bgm-muted: #e8ecf1;
  --bgm-border: #d8e0ea;
  --bgm-text: #374151;
  --bgm-soft: #eef4f8;
  --bgm-accent: #f59e0b;
  --bgm-radius: 8px;
  --bgm-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
  --bgm-stage: 1360px;
  --bgm-max: 1360px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bgm-paper);
  color: var(--bgm-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.page .entry-title,
body.page .page-header { display: none !important; }

.screen-reader-text,
.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link:focus {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 100000 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  background: #ffffff !important;
  color: var(--bgm-blue-dark) !important;
  border: 2px solid var(--bgm-blue) !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .18) !important;
}

body .site-main,
body .site-main .page-content {
  max-width: none !important;
}

.bgm-site {
  width: 100%;
  margin-inline: auto;
}

.bgm-header {
  background: #ffffff;
  border-bottom: 1px solid #e5edf4;
}

.bgm-header__inner {
  width: min(var(--bgm-stage), calc(100% - 48px));
  min-height: 104px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.bgm-brand {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--bgm-navy);
  text-decoration: none !important;
}

.bgm-brand__mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

.bgm-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgm-brand__text {
  display: grid;
  gap: 2px;
}

.bgm-brand__text strong {
  color: #12336f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.bgm-brand__text span {
  color: #0f6792;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bgm-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bgm-nav__menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  list-style: none;
}

.bgm-nav__menu li {
  display: flex;
  align-items: center;
}

.bgm-nav__menu li + li {
  border-left: 1px solid #e7edf4;
}

.bgm-nav__menu a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  color: #1f2937;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.bgm-nav__menu a:hover,
.bgm-nav__menu .current-menu-item > a {
  color: #075985;
}

.bgm-nav__menu li:last-child {
  border-left: 0;
  margin-left: 18px;
}

.bgm-nav__menu li:last-child a {
  min-width: 168px;
  min-height: 48px;
  padding: 0 22px;
  justify-content: center;
  border-radius: 4px;
  background: var(--bgm-blue);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(3, 105, 161, 0.18);
}

.bgm-nav__menu li:last-child a:hover {
  background: var(--bgm-blue-dark);
}

.bgm-footer {
  margin-top: 0;
  background: #195887;
  color: #ffffff;
}

.bgm-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none !important;
}

.bgm-footer a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

.bgm-footer__main {
  width: min(var(--bgm-stage), calc(100% - 48px));
  margin-inline: auto;
  padding: 82px 0 90px;
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1fr 1fr;
  gap: 72px;
}

.bgm-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none !important;
}

.bgm-footer__brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.bgm-footer__brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgm-footer__brand-name {
  display: grid;
  gap: 2px;
}

.bgm-footer__brand-name strong {
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 27px;
  line-height: 1;
}

.bgm-footer__brand-name span {
  color: #b8f0ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bgm-footer__brand p,
.bgm-footer__col p {
  max-width: 330px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.bgm-footer__col h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.bgm-footer__col ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.bgm-footer__col li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 700;
}

.bgm-footer__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg);
}

.bgm-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bgm-footer__bottom-inner {
  width: min(var(--bgm-stage), calc(100% - 48px));
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.bgm-back-to-top {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  background: #f3f6f9;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.bgm-back-to-top span {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  border-left: 2px solid #6b7280;
  border-top: 2px solid #6b7280;
  transform: rotate(45deg);
}

a { color: var(--bgm-blue); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(3, 105, 161, 0.35);
  outline-offset: 3px;
}

.bgm-site h1,
.bgm-site h2,
.bgm-site h3,
.bgm-site h4 {
  color: var(--bgm-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 18px;
}

.bgm-site h1 { font-size: clamp(34px, 5vw, 68px); max-width: 920px; }
.bgm-site h2 { font-size: clamp(28px, 3.6vw, 46px); }
.bgm-site h3 { font-size: clamp(20px, 2vw, 28px); }
.bgm-site p { margin: 0 0 18px; }
.bgm-site img { max-width: 100%; height: auto; display: block; }

.bgm-shell {
  width: min(var(--bgm-max), calc(100% - 80px));
  margin: 0 auto;
}

.bgm-hero {
  position: relative;
  overflow: hidden;
  color: #dbeafe;
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.84) 46%, rgba(15, 23, 42, 0.30) 100%),
    var(--bgm-hero-image, none) center / cover no-repeat !important;
  padding: 92px 0 72px;
}

.bgm-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -38% 44%;
  height: 320px;
  background: radial-gradient(circle, rgba(245,158,11,0.24), rgba(3,105,161,0.10) 42%, transparent 70%);
  pointer-events: none;
}

.bgm-hero .bgm-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: end;
}

.bgm-site .bgm-hero h1 { color: #ffffff !important; margin-bottom: 20px; }
.bgm-site .bgm-lede { color: #d7e3ee !important; font-size: clamp(17px, 1.6vw, 20px); max-width: 720px; }
.bgm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #bfdbfe;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bgm-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--bgm-accent);
}

.bgm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.bgm-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--bgm-radius);
  border: 1px solid transparent;
  padding: 13px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
  color: var(--bgm-blue) !important;
  text-decoration: none !important;
}
.bgm-btn:hover { transform: translateY(-1px); text-decoration: none; }
.bgm-btn-primary { background: var(--bgm-blue); color: #fff !important; box-shadow: 0 12px 24px rgba(3, 105, 161, 0.25); }
.bgm-btn-primary:hover { background: var(--bgm-blue-dark); color: #fff !important; }
.bgm-btn-secondary { border-color: rgba(255,255,255,.50); color: #fff !important; background: rgba(255,255,255,.08); }
.bgm-btn-secondary:hover { background: rgba(255,255,255,.16); color: #fff !important; }
.bgm-btn-outline { color: var(--bgm-blue) !important; border-color: var(--bgm-border); background: #fff; }

.bgm-proof-panel {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15, 23, 42, .72);
  border-radius: var(--bgm-radius);
  padding: 24px;
  box-shadow: var(--bgm-shadow);
}
.bgm-proof-panel strong {
  display: block;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  margin-bottom: 14px;
}
.bgm-proof-panel ul { list-style: none; padding: 0; margin: 0; }
.bgm-proof-panel li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.bgm-proof-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--bgm-accent);
}

.bgm-section { padding: 72px 0; background: #fff; }
.bgm-section-alt { background: var(--bgm-soft); }
.bgm-section-dark { background: var(--bgm-navy); color: #d7e3ee; }
.bgm-section-dark h2,
.bgm-section-dark h3 { color: #fff; }
.bgm-section-dark .bgm-kicker { color: #bfdbfe; }
.bgm-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}
.bgm-kicker {
  color: var(--bgm-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bgm-grid { display: grid; gap: 24px; }
.bgm-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bgm-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bgm-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bgm-card {
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
  padding: 26px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}
.bgm-card h3 { margin-bottom: 10px; }
.bgm-card p:last-child { margin-bottom: 0; }
.bgm-inline-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--bgm-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}
.bgm-inline-link:hover { color: var(--bgm-blue-dark); text-decoration: underline !important; }
.bgm-download-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(3, 105, 161, .22);
  border-radius: var(--bgm-radius);
  background: linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}
.bgm-download-card h3 { margin-bottom: 8px; }
.bgm-download-card p { margin-bottom: 0; }
.bgm-card-media { padding: 0; overflow: hidden; }
.bgm-card-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--bgm-muted); }
.bgm-card-media-contain img {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}
.bgm-card-media .bgm-card-body { padding: 24px; }

.bgm-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bgm-news-card {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.bgm-news-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--bgm-muted);
}
.bgm-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}
.bgm-news-card__media:hover img { transform: scale(1.025); }
.bgm-news-card__body {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.bgm-news-card__meta {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--bgm-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.bgm-news-card h3 { font-size: clamp(21px, 2vw, 27px); line-height: 1.2; }
.bgm-news-card h3 a { color: var(--bgm-ink); text-decoration: none !important; }
.bgm-news-card h3 a:hover { color: var(--bgm-blue); }
.bgm-news-card__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.bgm-news-card .bgm-inline-link { margin-top: auto; padding-top: 4px; }

.bgm-industrial-article-page .page-header { display: none !important; }
.bgm-industrial-article {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 56px 0 88px;
}
.bgm-article-frame {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.bgm-article-hero {
  margin: 0 0 42px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border-radius: 6px;
  background: var(--bgm-muted);
}
.bgm-article-hero img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}
.bgm-article-heading {
  max-width: 940px;
  margin: 0 auto 64px;
  text-align: center;
}
.bgm-article-heading .bgm-kicker { justify-content: center; }
.bgm-article-heading h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: 48px;
  line-height: 1.1;
}
.bgm-article-heading > p {
  max-width: 760px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.7;
}
.bgm-article-meta {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--bgm-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.bgm-article-meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bgm-article-split {
  margin: 0 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 64px;
  align-items: center;
}
.bgm-article-split--reverse { grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr); }
.bgm-article-split--reverse .bgm-article-copy { order: 2; }
.bgm-article-copy h2,
.bgm-article-copy-wide h2 { font-size: 32px; line-height: 1.2; }
.bgm-article-copy p,
.bgm-article-copy li,
.bgm-article-copy-wide p,
.bgm-article-copy-wide li { font-size: 17px; line-height: 1.75; }
.bgm-article-copy-wide {
  max-width: 900px;
  margin: 0 auto 64px;
}
.bgm-article-figure {
  margin: 0;
  min-width: 0;
}
.bgm-article-figure img {
  width: 100%;
  height: 560px;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  background: var(--bgm-paper);
}
.bgm-article-figure--contain img { object-fit: contain; padding: 24px; }
.bgm-article-figure figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}
.bgm-article-wide-media {
  margin: 0 0 72px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border-radius: 6px;
  background: var(--bgm-muted);
}
.bgm-article-wide-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
.bgm-article-product-callout {
  margin: 0 0 72px;
  border: 1px solid var(--bgm-border);
  border-left: 5px solid var(--bgm-blue);
  border-radius: 6px;
  background: var(--bgm-soft);
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}
.bgm-article-product-callout h2 { margin-bottom: 8px; font-size: 28px; }
.bgm-article-product-callout p { max-width: 720px; margin-bottom: 0; }
.bgm-article-gallery {
  margin-top: 76px;
  padding-top: 38px;
  border-top: 2px solid var(--bgm-accent);
}
.bgm-article-gallery h2 { margin-bottom: 26px; text-align: center; font-size: 28px; }
.bgm-article-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.bgm-article-gallery figure { margin: 0; min-width: 0; aspect-ratio: 1; }
.bgm-article-gallery img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid var(--bgm-border);
  border-radius: 4px;
  background: var(--bgm-paper);
}
.bgm-article-gallery .bgm-article-gallery__contain img { object-fit: contain; padding: 10px; }
.bgm-industrial-article .bgm-spec-table { margin-top: 22px; }
.bgm-industrial-article .bgm-checklist { margin-top: 20px; }
.bgm-industrial-article .bgm-card-media img {
  box-sizing: border-box;
  height: 260px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.bgm-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.bgm-process article {
  position: relative;
  min-height: 190px;
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}
.bgm-process span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--bgm-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}
.bgm-process h3 { margin-bottom: 10px; }
.bgm-process p { margin-bottom: 0; }

.bgm-faq {
  display: grid;
  gap: 14px;
}
.bgm-faq details {
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}
.bgm-faq summary {
  cursor: pointer;
  color: var(--bgm-navy);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  list-style-position: outside;
}
.bgm-faq p { margin: 12px 0 0; }

.bgm-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  overflow: hidden;
  background: #fff;
}
.bgm-stat {
  padding: 22px;
  border-left: 1px solid var(--bgm-border);
}
.bgm-stat:first-child { border-left: 0; }
.bgm-stat span {
  display: block;
  color: var(--bgm-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.bgm-stat small { color: var(--bgm-text); }

.bgm-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 44px;
  align-items: center;
}
.bgm-image-frame {
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--bgm-shadow);
}
.bgm-image-frame img { width: 100%; object-fit: cover; }

.bgm-checklist {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.bgm-checklist li {
  position: relative;
  min-height: 44px;
  padding: 12px 14px 12px 42px;
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
}
.bgm-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bgm-green);
}

.bgm-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
}
.bgm-table th,
.bgm-table td {
  border-bottom: 1px solid var(--bgm-border);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}
.bgm-table th {
  width: 32%;
  color: var(--bgm-ink);
  background: #f1f5f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bgm-table tr:last-child th,
.bgm-table tr:last-child td { border-bottom: 0; }

.bgm-quote-band {
  border-radius: var(--bgm-radius);
  background:
    linear-gradient(120deg, rgba(3,105,161,.96), rgba(15,118,110,.92)),
    linear-gradient(90deg, var(--bgm-blue), var(--bgm-green));
  color: #fff;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}
.bgm-quote-band h2,
.bgm-quote-band p { color: #fff; }
.bgm-quote-band .bgm-btn { background: #fff; color: var(--bgm-blue-dark) !important; }

.bgm-form-wrap {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--bgm-border);
  border-radius: var(--bgm-radius);
  background: #fff;
  padding: 30px;
  box-shadow: var(--bgm-shadow);
}
.bgm-form-wrap label {
  display: block;
  color: var(--bgm-ink);
  font-weight: 700;
  margin-bottom: 16px;
}
.bgm-form-wrap input,
.bgm-form-wrap select,
.bgm-form-wrap textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--bgm-border);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
}
.bgm-form-wrap textarea { min-height: 132px; }
.bgm-form-wrap input[type="submit"],
.bgm-form-wrap .bgm-native-form__submit {
  width: auto;
  min-width: 180px;
  background: var(--bgm-blue);
  border-color: var(--bgm-blue);
  color: #fff;
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.bgm-form-wrap .bgm-native-form__submit {
  min-height: 52px;
  border: 1px solid var(--bgm-blue);
  border-radius: 6px;
  padding: 0 24px;
}
.bgm-native-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bgm-native-form__notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 6px;
  font-weight: 700;
}
.bgm-native-form__notice--success {
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
}
.bgm-native-form__notice--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

@media (max-width: 900px) {
  .bgm-header__inner {
    min-height: 96px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 18px 0;
  }
  .bgm-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .bgm-nav__menu a {
    min-height: 48px;
    padding: 0 18px;
    white-space: nowrap;
  }
  .bgm-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
  }
  .bgm-hero .bgm-shell,
  .bgm-heading-row,
  .bgm-split,
  .bgm-quote-band { grid-template-columns: 1fr; }
  .bgm-grid-3,
  .bgm-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bgm-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bgm-article-split,
  .bgm-article-split--reverse { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bgm-article-product-callout { grid-template-columns: 1fr; }
  .bgm-article-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bgm-stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bgm-stat:nth-child(odd) { border-left: 0; }
}

@media (max-width: 640px) {
  .bgm-site { width: 100%; }
  .bgm-header__inner,
  .bgm-footer__main,
  .bgm-footer__bottom-inner {
    width: min(100% - 32px, var(--bgm-stage));
  }
  .bgm-brand {
    width: 100%;
    min-height: 58px;
    gap: 12px;
  }
  .bgm-brand__mark {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
  }
  .bgm-brand__text strong {
    font-size: 24px;
  }
  .bgm-brand__text span {
    font-size: 11px;
  }
  .bgm-nav__menu li:last-child {
    margin-left: 8px;
  }
  .bgm-footer__main {
    grid-template-columns: 1fr;
    padding: 56px 0 58px;
    gap: 34px;
  }
  .bgm-footer__bottom-inner {
    min-height: 86px;
  }
  .bgm-footer__brand p,
  .bgm-footer__col p,
  .bgm-footer__col li {
    font-size: 16px;
  }
  .bgm-footer__col h2 {
    font-size: 22px;
  }
  .bgm-shell { width: min(100% - 32px, var(--bgm-max)); }
  .bgm-hero { padding: 64px 0 48px; }
  .bgm-section { padding: 52px 0; }
  .bgm-grid-2,
  .bgm-grid-3,
  .bgm-grid-4,
  .bgm-news-grid,
  .bgm-process,
  .bgm-download-card,
  .bgm-stat-strip { grid-template-columns: 1fr; }
  .bgm-stat,
  .bgm-stat:nth-child(odd) { border-left: 0; border-top: 1px solid var(--bgm-border); }
  .bgm-stat:first-child { border-top: 0; }
  .bgm-actions,
  .bgm-quote-band { align-items: stretch; }
  .bgm-btn { width: 100%; }
  .bgm-table th,
  .bgm-table td { display: block; width: 100%; }
  .bgm-form-wrap { padding: 20px; }
  .bgm-industrial-article { padding: 32px 0 64px; }
  .bgm-article-frame { width: min(100% - 32px, 1180px); }
  .bgm-article-hero { margin-bottom: 30px; }
  .bgm-article-hero { aspect-ratio: 4 / 3; }
  .bgm-article-heading { margin-bottom: 46px; text-align: left; }
  .bgm-article-heading .bgm-kicker { justify-content: flex-start; }
  .bgm-article-heading h1 { font-size: 36px; }
  .bgm-article-heading > p { margin-inline: 0; font-size: 17px; }
  .bgm-article-meta { justify-content: flex-start; flex-wrap: wrap; }
  .bgm-article-split,
  .bgm-article-split--reverse { margin-bottom: 52px; grid-template-columns: 1fr; gap: 28px; }
  .bgm-article-split--reverse .bgm-article-copy { order: initial; }
  .bgm-article-copy h2,
  .bgm-article-copy-wide h2 { font-size: 28px; }
  .bgm-article-figure img { height: 320px; }
  .bgm-article-wide-media { margin-bottom: 52px; }
  .bgm-article-wide-media { aspect-ratio: 4 / 3; }
  .bgm-article-product-callout { margin-bottom: 52px; padding: 24px; }
  .bgm-article-gallery { margin-top: 54px; }
  .bgm-article-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bgm-industrial-article .bgm-card-media img { height: 240px; }
}
