.elementor-67 .elementor-element.elementor-element-d52d00c{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-67 .elementor-element.elementor-element-2a94aeb{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-67 .elementor-element.elementor-element-ea2dabb{--display:flex;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}/* Start custom CSS for container, class: .elementor-element-d52d00c *//* ================================================================
   NBH BEARINGS — ABOUT US PAGE
   SHARED CSS — paste this once in Elementor > Custom CSS
   or enqueue as a stylesheet in your WordPress theme/child theme.
   All classes prefixed with .nbh- to avoid Elementor conflicts.
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

/* ----------------------------------------------------------------
   TOKENS
---------------------------------------------------------------- */
:root {
  --nbh-gold:         #C9A227;
  --nbh-gold-light:   #E8C048;
  --nbh-gold-pale:    #F9F3E3;
  --nbh-gold-border:  rgba(201,162,39,0.3);
  --nbh-dark:         #2B2B2B;
  --nbh-dark-soft:    #3A3A3A;
  --nbh-charcoal:     #4A4A4A;
  --nbh-mid:          #717171;
  --nbh-light:        #F5F4F1;
  --nbh-white:        #FFFFFF;
  --nbh-border:       #E4E1D9;

  --nbh-display:      'Barlow Condensed', sans-serif;
  --nbh-serif:        'Lora', Georgia, serif;
  --nbh-body:         'DM Sans', sans-serif;

  --nbh-ease:         cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------------------------------------------------------------
   BASE RESETS (scoped — won't conflict with Elementor)
---------------------------------------------------------------- */
.nbh-section *,
.nbh-section *::before,
.nbh-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nbh-section {
  font-family: var(--nbh-body);
  color: var(--nbh-dark);
  background: var(--nbh-white);
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------------------------------------------
   LAYOUT UTILITIES
---------------------------------------------------------------- */
.nbh-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}

.nbh-wrap--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ----------------------------------------------------------------
   TYPOGRAPHY UTILITIES
---------------------------------------------------------------- */
.nbh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--nbh-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
}

.nbh-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
  flex-shrink: 0;
}

.nbh-display-xl {
  font-family: var(--nbh-display);
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-lg {
  font-family: var(--nbh-display);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-md {
  font-family: var(--nbh-display);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--nbh-dark);
}

.nbh-gold { color: var(--nbh-gold); }

.nbh-body-text {
  font-family: var(--nbh-body);
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--nbh-charcoal);
}

.nbh-serif-text {
  font-family: var(--nbh-serif);
  font-size: 18px;
  line-height: 1.72;
  color: var(--nbh-charcoal);
}

/* ----------------------------------------------------------------
   GOLD RULE DIVIDER
---------------------------------------------------------------- */
.nbh-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--nbh-gold);
  margin: 20px 0;
}

/* ----------------------------------------------------------------
   SECTION 1 — HERO / LEGACY
---------------------------------------------------------------- */

/* Hero wrapper */
.nbh-hero-section {
  background: var(--nbh-white);
  overflow: hidden;
  position: relative;
  padding: 0;
}

/* Top banner strip */
.nbh-hero-banner {
  background: var(--nbh-dark);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.nbh-hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--nbh-gold);
}

/* dot grid decoration */
.nbh-hero-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(201,162,39,0.18) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.nbh-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-hero-left { }

.nbh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 24px;
}

.nbh-hero-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-hero-title {
  font-family: var(--nbh-display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: 0.01em;
  color: var(--nbh-white);
  margin-bottom: 30px;
}

.nbh-hero-title em {
  color: var(--nbh-gold);
  font-style: normal;
  display: block;
}

.nbh-hero-desc {
  font-family: var(--nbh-serif);
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255,255,255,0.72);
  max-width: 440px;
}

/* right side — year + tagline block */
.nbh-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.nbh-founding-block {
  text-align: right;
}

.nbh-founding-year {
  font-family: var(--nbh-display);
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 800;
  line-height: 0.8;
  color: rgba(201,162,39,0.15);
  letter-spacing: -0.04em;
  display: block;
  user-select: none;
}

.nbh-founding-label {
  font-family: var(--nbh-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-top: -8px;
  display: block;
  text-align: right;
}

/* stats row below banner */
.nbh-stats-bar {
  background: var(--nbh-gold);
  padding: 0;
}

.nbh-stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nbh-stat-cell {
  padding: 28px 32px;
  border-right: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 16px;
}

.nbh-stat-cell:last-child { border-right: none; }

.nbh-stat-num {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
  white-space: nowrap;
}

.nbh-stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(43,43,43,0.65);
  line-height: 1.4;
}

/* intro text section (below stats bar) */
.nbh-intro-belt {
  background: var(--nbh-white);
  padding: 88px 0;
}

.nbh-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.nbh-intro-left {}

.nbh-intro-pull {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.0;
  color: var(--nbh-dark);
  margin-bottom: 32px;
  border-left: 4px solid var(--nbh-gold);
  padding-left: 24px;
}

.nbh-intro-pull span { color: var(--nbh-gold); }

.nbh-intro-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  border: 1px solid var(--nbh-border);
}

.nbh-intro-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-intro-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}

.nbh-intro-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ----------------------------------------------------------------
   SECTION 2 — WHY US / PRODUCTS
---------------------------------------------------------------- */

.nbh-why-section {
  background: var(--nbh-white);
}

/* why us top header */
.nbh-why-header {
  background: var(--nbh-light);
  padding: 72px 0 64px;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
  position: relative;
  overflow: hidden;
}

.nbh-why-header::before {
  content: 'WHY US';
  position: absolute;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--nbh-display);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(201,162,39,0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.nbh-why-header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-why-header-text {}
.nbh-why-header-intro {}

/* Reason cards */
.nbh-reasons-belt {
  padding: 80px 0;
  background: var(--nbh-white);
}

.nbh-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.nbh-reason-card {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s var(--nbh-ease), box-shadow 0.3s var(--nbh-ease);
}

.nbh-reason-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: var(--nbh-gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s var(--nbh-ease);
}

.nbh-reason-card:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 8px 32px rgba(201,162,39,0.1);
}

.nbh-reason-card:hover::before { transform: scaleY(1); }

.nbh-reason-num {
  font-family: var(--nbh-display);
  font-size: 52px;
  font-weight: 800;
  color: rgba(201,162,39,0.12);
  line-height: 1;
  margin-bottom: 8px;
}

.nbh-reason-title {
  font-family: var(--nbh-display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  margin-bottom: 12px;
  line-height: 1.1;
}

.nbh-reason-body {
  font-size: 14px;
  line-height: 1.72;
  color: var(--nbh-mid);
}

/* Products table */
.nbh-products-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
}

.nbh-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px;
}

.nbh-products-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 12px;
}

.nbh-products-header-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-products-title {
  font-family: var(--nbh-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.92;
}

.nbh-products-title span { color: var(--nbh-gold); }

.nbh-products-note {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  max-width: 240px;
  text-align: right;
  line-height: 1.6;
  flex-shrink: 0;
}

.nbh-product-rows {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nbh-product-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.2s;
}

.nbh-product-row:hover { background: rgba(201,162,39,0.07); }

.nbh-product-cat {
  padding: 22px 28px;
  background: rgba(201,162,39,0.1);
  border-right: 1px solid rgba(201,162,39,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nbh-gold);
  display: flex;
  align-items: center;
}

.nbh-product-items {
  padding: 22px 28px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
   SECTION 3 — COMMITMENT / MISSION / CTA
---------------------------------------------------------------- */

.nbh-commit-section {
  background: var(--nbh-white);
}

/* Mission belt */
.nbh-mission-belt {
  padding: 96px 0;
  background: var(--nbh-white);
  border-top: 1px solid var(--nbh-border);
}

.nbh-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.nbh-mission-visual {
  position: relative;
}

.nbh-mission-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.nbh-mission-image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-mission-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.35;
}

.nbh-mission-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.45;
}

/* floating year badge */
.nbh-year-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background: var(--nbh-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(201,162,39,0.35);
  z-index: 2;
}

.nbh-year-badge-since {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(43,43,43,0.7);
  line-height: 1;
}

.nbh-year-badge-year {
  font-family: var(--nbh-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
}

/* commitment text */
.nbh-commit-text {}

.nbh-commit-quote {
  font-family: var(--nbh-serif);
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  color: var(--nbh-dark);
  line-height: 1.5;
  margin: 24px 0 32px;
  padding-left: 24px;
  border-left: 4px solid var(--nbh-gold);
}

/* industries served — icon chips */
.nbh-industries-belt {
  background: var(--nbh-light);
  padding: 72px 0;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
}

.nbh-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.nbh-industry-tile {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.25s var(--nbh-ease), box-shadow 0.25s var(--nbh-ease);
}

.nbh-industry-tile:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 4px 20px rgba(201,162,39,0.1);
}

.nbh-industry-icon {
  width: 44px;
  height: 44px;
  background: var(--nbh-gold-pale);
  border: 1px solid var(--nbh-gold-border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nbh-industry-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--nbh-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-industry-name {
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  line-height: 1.2;
}

.nbh-industry-sub {
  font-size: 12px;
  color: var(--nbh-mid);
  margin-top: 3px;
}

/* CTA belt */
.nbh-cta-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.nbh-cta-belt::before {
  content: 'NBH';
  position: absolute;
  right: -10px; bottom: -20px;
  font-family: var(--nbh-display);
  font-size: 300px;
  font-weight: 800;
  color: rgba(201,162,39,0.04);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.nbh-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.nbh-cta-title {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.95;
  margin-bottom: 16px;
}

.nbh-cta-title span { color: var(--nbh-gold); }

.nbh-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 440px;
}

.nbh-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  flex-shrink: 0;
}

.nbh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--nbh-gold);
  color: var(--nbh-dark);
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s var(--nbh-ease);
}

.nbh-btn-primary:hover {
  background: var(--nbh-gold-light);
  transform: translateY(-2px);
}

.nbh-btn-primary svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--nbh-dark);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}

.nbh-btn-ghost:hover {
  border-color: var(--nbh-gold-border);
  color: var(--nbh-gold);
}

/* ----------------------------------------------------------------
   RESPONSIVE — all sections
---------------------------------------------------------------- */
@media (max-width: 960px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 28px; }

  .nbh-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-hero-right { align-items: flex-start; }
  .nbh-founding-year { font-size: 100px; }
  .nbh-founding-label { text-align: left; }

  .nbh-stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .nbh-stat-cell:nth-child(2) { border-right: none; }

  .nbh-intro-grid { grid-template-columns: 1fr; gap: 40px; }

  .nbh-why-header-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-reasons-grid { grid-template-columns: 1fr 1fr; }
  .nbh-product-row { grid-template-columns: 1fr; }
  .nbh-product-cat { border-right: none; border-bottom: 1px solid rgba(201,162,39,0.2); }

  .nbh-mission-grid { grid-template-columns: 1fr; gap: 48px; }
  .nbh-mission-visual { max-width: 400px; }
  .nbh-industries-grid { grid-template-columns: 1fr 1fr; }

  .nbh-cta-inner { grid-template-columns: 1fr; }
  .nbh-cta-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 20px; }
  .nbh-hero-banner { padding: 56px 0 48px; }
  .nbh-stats-bar-inner { grid-template-columns: 1fr 1fr; }
  .nbh-reasons-grid { grid-template-columns: 1fr; }
  .nbh-industries-grid { grid-template-columns: 1fr; }
  .nbh-products-header { flex-direction: column; align-items: flex-start; }
  .nbh-products-note { text-align: left; max-width: 100%; }
  .nbh-year-badge { width: 88px; height: 88px; bottom: -16px; right: -12px; }
  .nbh-year-badge-year { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2a94aeb *//* ================================================================
   NBH BEARINGS — ABOUT US PAGE
   SHARED CSS — paste this once in Elementor > Custom CSS
   or enqueue as a stylesheet in your WordPress theme/child theme.
   All classes prefixed with .nbh- to avoid Elementor conflicts.
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

/* ----------------------------------------------------------------
   TOKENS
---------------------------------------------------------------- */
:root {
  --nbh-gold:         #C9A227;
  --nbh-gold-light:   #E8C048;
  --nbh-gold-pale:    #F9F3E3;
  --nbh-gold-border:  rgba(201,162,39,0.3);
  --nbh-dark:         #2B2B2B;
  --nbh-dark-soft:    #3A3A3A;
  --nbh-charcoal:     #4A4A4A;
  --nbh-mid:          #717171;
  --nbh-light:        #F5F4F1;
  --nbh-white:        #FFFFFF;
  --nbh-border:       #E4E1D9;

  --nbh-display:      'Barlow Condensed', sans-serif;
  --nbh-serif:        'Lora', Georgia, serif;
  --nbh-body:         'DM Sans', sans-serif;

  --nbh-ease:         cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------------------------------------------------------------
   BASE RESETS (scoped — won't conflict with Elementor)
---------------------------------------------------------------- */
.nbh-section *,
.nbh-section *::before,
.nbh-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nbh-section {
  font-family: var(--nbh-body);
  color: var(--nbh-dark);
  background: var(--nbh-white);
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------------------------------------------
   LAYOUT UTILITIES
---------------------------------------------------------------- */
.nbh-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}

.nbh-wrap--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ----------------------------------------------------------------
   TYPOGRAPHY UTILITIES
---------------------------------------------------------------- */
.nbh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--nbh-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
}

.nbh-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
  flex-shrink: 0;
}

.nbh-display-xl {
  font-family: var(--nbh-display);
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-lg {
  font-family: var(--nbh-display);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-md {
  font-family: var(--nbh-display);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--nbh-dark);
}

.nbh-gold { color: var(--nbh-gold); }

.nbh-body-text {
  font-family: var(--nbh-body);
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--nbh-charcoal);
}

.nbh-serif-text {
  font-family: var(--nbh-serif);
  font-size: 18px;
  line-height: 1.72;
  color: var(--nbh-charcoal);
}

/* ----------------------------------------------------------------
   GOLD RULE DIVIDER
---------------------------------------------------------------- */
.nbh-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--nbh-gold);
  margin: 20px 0;
}

/* ----------------------------------------------------------------
   SECTION 1 — HERO / LEGACY
---------------------------------------------------------------- */

/* Hero wrapper */
.nbh-hero-section {
  background: var(--nbh-white);
  overflow: hidden;
  position: relative;
  padding: 0;
}

/* Top banner strip */
.nbh-hero-banner {
  background: var(--nbh-dark);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.nbh-hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--nbh-gold);
}

/* dot grid decoration */
.nbh-hero-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(201,162,39,0.18) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.nbh-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-hero-left { }

.nbh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 24px;
}

.nbh-hero-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-hero-title {
  font-family: var(--nbh-display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: 0.01em;
  color: var(--nbh-white);
  margin-bottom: 30px;
}

.nbh-hero-title em {
  color: var(--nbh-gold);
  font-style: normal;
  display: block;
}

.nbh-hero-desc {
  font-family: var(--nbh-serif);
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255,255,255,0.72);
  max-width: 440px;
}

/* right side — year + tagline block */
.nbh-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.nbh-founding-block {
  text-align: right;
}

.nbh-founding-year {
  font-family: var(--nbh-display);
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 800;
  line-height: 0.8;
  color: rgba(201,162,39,0.15);
  letter-spacing: -0.04em;
  display: block;
  user-select: none;
}

.nbh-founding-label {
  font-family: var(--nbh-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-top: -8px;
  display: block;
  text-align: right;
}

/* stats row below banner */
.nbh-stats-bar {
  background: var(--nbh-gold);
  padding: 0;
}

.nbh-stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nbh-stat-cell {
  padding: 28px 32px;
  border-right: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 16px;
}

.nbh-stat-cell:last-child { border-right: none; }

.nbh-stat-num {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
  white-space: nowrap;
}

.nbh-stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(43,43,43,0.65);
  line-height: 1.4;
}

/* intro text section (below stats bar) */
.nbh-intro-belt {
  background: var(--nbh-white);
  padding: 88px 0;
}

.nbh-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.nbh-intro-left {}

.nbh-intro-pull {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.0;
  color: var(--nbh-dark);
  margin-bottom: 32px;
  border-left: 4px solid var(--nbh-gold);
  padding-left: 24px;
}

.nbh-intro-pull span { color: var(--nbh-gold); }

.nbh-intro-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  border: 1px solid var(--nbh-border);
}

.nbh-intro-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-intro-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}

.nbh-intro-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ----------------------------------------------------------------
   SECTION 2 — WHY US / PRODUCTS
---------------------------------------------------------------- */

.nbh-why-section {
  background: var(--nbh-white);
}

/* why us top header */
.nbh-why-header {
  background: var(--nbh-light);
  padding: 72px 0 64px;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
  position: relative;
  overflow: hidden;
}

.nbh-why-header::before {
  content: 'WHY US';
  position: absolute;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--nbh-display);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(201,162,39,0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.nbh-why-header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-why-header-text {}
.nbh-why-header-intro {}

/* Reason cards */
.nbh-reasons-belt {
  padding: 80px 0;
  background: var(--nbh-white);
}

.nbh-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.nbh-reason-card {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s var(--nbh-ease), box-shadow 0.3s var(--nbh-ease);
}

.nbh-reason-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: var(--nbh-gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s var(--nbh-ease);
}

.nbh-reason-card:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 8px 32px rgba(201,162,39,0.1);
}

.nbh-reason-card:hover::before { transform: scaleY(1); }

.nbh-reason-num {
  font-family: var(--nbh-display);
  font-size: 52px;
  font-weight: 800;
  color: rgba(201,162,39,0.12);
  line-height: 1;
  margin-bottom: 8px;
}

.nbh-reason-title {
  font-family: var(--nbh-display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  margin-bottom: 12px;
  line-height: 1.1;
}

.nbh-reason-body {
  font-size: 14px;
  line-height: 1.72;
  color: var(--nbh-mid);
}

/* Products table */
.nbh-products-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
}

.nbh-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px;
}

.nbh-products-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 12px;
}

.nbh-products-header-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-products-title {
  font-family: var(--nbh-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.92;
}

.nbh-products-title span { color: var(--nbh-gold); }

.nbh-products-note {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  max-width: 240px;
  text-align: right;
  line-height: 1.6;
  flex-shrink: 0;
}

.nbh-product-rows {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nbh-product-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.2s;
}

.nbh-product-row:hover { background: rgba(201,162,39,0.07); }

.nbh-product-cat {
  padding: 22px 28px;
  background: rgba(201,162,39,0.1);
  border-right: 1px solid rgba(201,162,39,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nbh-gold);
  display: flex;
  align-items: center;
}

.nbh-product-items {
  padding: 22px 28px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
   SECTION 3 — COMMITMENT / MISSION / CTA
---------------------------------------------------------------- */

.nbh-commit-section {
  background: var(--nbh-white);
}

/* Mission belt */
.nbh-mission-belt {
  padding: 96px 0;
  background: var(--nbh-white);
  border-top: 1px solid var(--nbh-border);
}

.nbh-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.nbh-mission-visual {
  position: relative;
}

.nbh-mission-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.nbh-mission-image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-mission-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.35;
}

.nbh-mission-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.45;
}

/* floating year badge */
.nbh-year-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background: var(--nbh-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(201,162,39,0.35);
  z-index: 2;
}

.nbh-year-badge-since {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(43,43,43,0.7);
  line-height: 1;
}

.nbh-year-badge-year {
  font-family: var(--nbh-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
}

/* commitment text */
.nbh-commit-text {}

.nbh-commit-quote {
  font-family: var(--nbh-serif);
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  color: var(--nbh-dark);
  line-height: 1.5;
  margin: 24px 0 32px;
  padding-left: 24px;
  border-left: 4px solid var(--nbh-gold);
}

/* industries served — icon chips */
.nbh-industries-belt {
  background: var(--nbh-light);
  padding: 72px 0;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
}

.nbh-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.nbh-industry-tile {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.25s var(--nbh-ease), box-shadow 0.25s var(--nbh-ease);
}

.nbh-industry-tile:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 4px 20px rgba(201,162,39,0.1);
}

.nbh-industry-icon {
  width: 44px;
  height: 44px;
  background: var(--nbh-gold-pale);
  border: 1px solid var(--nbh-gold-border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nbh-industry-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--nbh-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-industry-name {
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  line-height: 1.2;
}

.nbh-industry-sub {
  font-size: 12px;
  color: var(--nbh-mid);
  margin-top: 3px;
}

/* CTA belt */
.nbh-cta-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.nbh-cta-belt::before {
  content: 'NBH';
  position: absolute;
  right: -10px; bottom: -20px;
  font-family: var(--nbh-display);
  font-size: 300px;
  font-weight: 800;
  color: rgba(201,162,39,0.04);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.nbh-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.nbh-cta-title {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.95;
  margin-bottom: 16px;
}

.nbh-cta-title span { color: var(--nbh-gold); }

.nbh-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 440px;
}

.nbh-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  flex-shrink: 0;
}

.nbh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--nbh-gold);
  color: var(--nbh-dark);
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s var(--nbh-ease);
}

.nbh-btn-primary:hover {
  background: var(--nbh-gold-light);
  transform: translateY(-2px);
}

.nbh-btn-primary svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--nbh-dark);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}

.nbh-btn-ghost:hover {
  border-color: var(--nbh-gold-border);
  color: var(--nbh-gold);
}

/* ----------------------------------------------------------------
   RESPONSIVE — all sections
---------------------------------------------------------------- */
@media (max-width: 960px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 28px; }

  .nbh-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-hero-right { align-items: flex-start; }
  .nbh-founding-year { font-size: 100px; }
  .nbh-founding-label { text-align: left; }

  .nbh-stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .nbh-stat-cell:nth-child(2) { border-right: none; }

  .nbh-intro-grid { grid-template-columns: 1fr; gap: 40px; }

  .nbh-why-header-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-reasons-grid { grid-template-columns: 1fr 1fr; }
  .nbh-product-row { grid-template-columns: 1fr; }
  .nbh-product-cat { border-right: none; border-bottom: 1px solid rgba(201,162,39,0.2); }

  .nbh-mission-grid { grid-template-columns: 1fr; gap: 48px; }
  .nbh-mission-visual { max-width: 400px; }
  .nbh-industries-grid { grid-template-columns: 1fr 1fr; }

  .nbh-cta-inner { grid-template-columns: 1fr; }
  .nbh-cta-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 20px; }
  .nbh-hero-banner { padding: 56px 0 48px; }
  .nbh-stats-bar-inner { grid-template-columns: 1fr 1fr; }
  .nbh-reasons-grid { grid-template-columns: 1fr; }
  .nbh-industries-grid { grid-template-columns: 1fr; }
  .nbh-products-header { flex-direction: column; align-items: flex-start; }
  .nbh-products-note { text-align: left; max-width: 100%; }
  .nbh-year-badge { width: 88px; height: 88px; bottom: -16px; right: -12px; }
  .nbh-year-badge-year { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ea2dabb *//* ================================================================
   NBH BEARINGS — ABOUT US PAGE
   SHARED CSS — paste this once in Elementor > Custom CSS
   or enqueue as a stylesheet in your WordPress theme/child theme.
   All classes prefixed with .nbh- to avoid Elementor conflicts.
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

/* ----------------------------------------------------------------
   TOKENS
---------------------------------------------------------------- */
:root {
  --nbh-gold:         #C9A227;
  --nbh-gold-light:   #E8C048;
  --nbh-gold-pale:    #F9F3E3;
  --nbh-gold-border:  rgba(201,162,39,0.3);
  --nbh-dark:         #2B2B2B;
  --nbh-dark-soft:    #3A3A3A;
  --nbh-charcoal:     #4A4A4A;
  --nbh-mid:          #717171;
  --nbh-light:        #F5F4F1;
  --nbh-white:        #FFFFFF;
  --nbh-border:       #E4E1D9;

  --nbh-display:      'Barlow Condensed', sans-serif;
  --nbh-serif:        'Lora', Georgia, serif;
  --nbh-body:         'DM Sans', sans-serif;

  --nbh-ease:         cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------------------------------------------------------------
   BASE RESETS (scoped — won't conflict with Elementor)
---------------------------------------------------------------- */
.nbh-section *,
.nbh-section *::before,
.nbh-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nbh-section {
  font-family: var(--nbh-body);
  color: var(--nbh-dark);
  background: var(--nbh-white);
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------------------------------------------
   LAYOUT UTILITIES
---------------------------------------------------------------- */
.nbh-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}

.nbh-wrap--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ----------------------------------------------------------------
   TYPOGRAPHY UTILITIES
---------------------------------------------------------------- */
.nbh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--nbh-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
}

.nbh-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
  flex-shrink: 0;
}

.nbh-display-xl {
  font-family: var(--nbh-display);
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-lg {
  font-family: var(--nbh-display);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--nbh-dark);
}

.nbh-display-md {
  font-family: var(--nbh-display);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--nbh-dark);
}

.nbh-gold { color: var(--nbh-gold); }

.nbh-body-text {
  font-family: var(--nbh-body);
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--nbh-charcoal);
}

.nbh-serif-text {
  font-family: var(--nbh-serif);
  font-size: 18px;
  line-height: 1.72;
  color: var(--nbh-charcoal);
}

/* ----------------------------------------------------------------
   GOLD RULE DIVIDER
---------------------------------------------------------------- */
.nbh-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--nbh-gold);
  margin: 20px 0;
}

/* ----------------------------------------------------------------
   SECTION 1 — HERO / LEGACY
---------------------------------------------------------------- */

/* Hero wrapper */
.nbh-hero-section {
  background: var(--nbh-white);
  overflow: hidden;
  position: relative;
  padding: 0;
}

/* Top banner strip */
.nbh-hero-banner {
  background: var(--nbh-dark);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.nbh-hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--nbh-gold);
}

/* dot grid decoration */
.nbh-hero-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(201,162,39,0.18) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.nbh-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-hero-left { }

.nbh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 24px;
}

.nbh-hero-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-hero-title {
  font-family: var(--nbh-display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: 0.01em;
  color: var(--nbh-white);
  margin-bottom: 30px;
}

.nbh-hero-title em {
  color: var(--nbh-gold);
  font-style: normal;
  display: block;
}

.nbh-hero-desc {
  font-family: var(--nbh-serif);
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255,255,255,0.72);
  max-width: 440px;
}

/* right side — year + tagline block */
.nbh-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.nbh-founding-block {
  text-align: right;
}

.nbh-founding-year {
  font-family: var(--nbh-display);
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 800;
  line-height: 0.8;
  color: rgba(201,162,39,0.15);
  letter-spacing: -0.04em;
  display: block;
  user-select: none;
}

.nbh-founding-label {
  font-family: var(--nbh-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-top: -8px;
  display: block;
  text-align: right;
}

/* stats row below banner */
.nbh-stats-bar {
  background: var(--nbh-gold);
  padding: 0;
}

.nbh-stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nbh-stat-cell {
  padding: 28px 32px;
  border-right: 1px solid rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 16px;
}

.nbh-stat-cell:last-child { border-right: none; }

.nbh-stat-num {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
  white-space: nowrap;
}

.nbh-stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(43,43,43,0.65);
  line-height: 1.4;
}

/* intro text section (below stats bar) */
.nbh-intro-belt {
  background: var(--nbh-white);
  padding: 88px 0;
}

.nbh-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.nbh-intro-left {}

.nbh-intro-pull {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.0;
  color: var(--nbh-dark);
  margin-bottom: 32px;
  border-left: 4px solid var(--nbh-gold);
  padding-left: 24px;
}

.nbh-intro-pull span { color: var(--nbh-gold); }

.nbh-intro-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  border: 1px solid var(--nbh-border);
}

.nbh-intro-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-intro-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}

.nbh-intro-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ----------------------------------------------------------------
   SECTION 2 — WHY US / PRODUCTS
---------------------------------------------------------------- */

.nbh-why-section {
  background: var(--nbh-white);
}

/* why us top header */
.nbh-why-header {
  background: var(--nbh-light);
  padding: 72px 0 64px;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
  position: relative;
  overflow: hidden;
}

.nbh-why-header::before {
  content: 'WHY US';
  position: absolute;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--nbh-display);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(201,162,39,0.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.nbh-why-header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.nbh-why-header-text {}
.nbh-why-header-intro {}

/* Reason cards */
.nbh-reasons-belt {
  padding: 80px 0;
  background: var(--nbh-white);
}

.nbh-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.nbh-reason-card {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s var(--nbh-ease), box-shadow 0.3s var(--nbh-ease);
}

.nbh-reason-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: var(--nbh-gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s var(--nbh-ease);
}

.nbh-reason-card:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 8px 32px rgba(201,162,39,0.1);
}

.nbh-reason-card:hover::before { transform: scaleY(1); }

.nbh-reason-num {
  font-family: var(--nbh-display);
  font-size: 52px;
  font-weight: 800;
  color: rgba(201,162,39,0.12);
  line-height: 1;
  margin-bottom: 8px;
}

.nbh-reason-title {
  font-family: var(--nbh-display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  margin-bottom: 12px;
  line-height: 1.1;
}

.nbh-reason-body {
  font-size: 14px;
  line-height: 1.72;
  color: var(--nbh-mid);
}

/* Products table */
.nbh-products-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
}

.nbh-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px;
}

.nbh-products-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nbh-gold);
  margin-bottom: 12px;
}

.nbh-products-header-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--nbh-gold);
}

.nbh-products-title {
  font-family: var(--nbh-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.92;
}

.nbh-products-title span { color: var(--nbh-gold); }

.nbh-products-note {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  max-width: 240px;
  text-align: right;
  line-height: 1.6;
  flex-shrink: 0;
}

.nbh-product-rows {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nbh-product-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.2s;
}

.nbh-product-row:hover { background: rgba(201,162,39,0.07); }

.nbh-product-cat {
  padding: 22px 28px;
  background: rgba(201,162,39,0.1);
  border-right: 1px solid rgba(201,162,39,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nbh-gold);
  display: flex;
  align-items: center;
}

.nbh-product-items {
  padding: 22px 28px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
   SECTION 3 — COMMITMENT / MISSION / CTA
---------------------------------------------------------------- */

.nbh-commit-section {
  background: var(--nbh-white);
}

/* Mission belt */
.nbh-mission-belt {
  padding: 96px 0;
  background: var(--nbh-white);
  border-top: 1px solid var(--nbh-border);
}

.nbh-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.nbh-mission-visual {
  position: relative;
}

.nbh-mission-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.nbh-mission-image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--nbh-light);
  border: 2px dashed var(--nbh-border);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--nbh-mid);
}

.nbh-mission-image-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.35;
}

.nbh-mission-image-placeholder p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.45;
}

/* floating year badge */
.nbh-year-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background: var(--nbh-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(201,162,39,0.35);
  z-index: 2;
}

.nbh-year-badge-since {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(43,43,43,0.7);
  line-height: 1;
}

.nbh-year-badge-year {
  font-family: var(--nbh-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--nbh-dark);
  line-height: 1;
}

/* commitment text */
.nbh-commit-text {}

.nbh-commit-quote {
  font-family: var(--nbh-serif);
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  color: var(--nbh-dark);
  line-height: 1.5;
  margin: 24px 0 32px;
  padding-left: 24px;
  border-left: 4px solid var(--nbh-gold);
}

/* industries served — icon chips */
.nbh-industries-belt {
  background: var(--nbh-light);
  padding: 72px 0;
  border-top: 1px solid var(--nbh-border);
  border-bottom: 1px solid var(--nbh-border);
}

.nbh-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.nbh-industry-tile {
  background: var(--nbh-white);
  border: 1px solid var(--nbh-border);
  border-radius: 2px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.25s var(--nbh-ease), box-shadow 0.25s var(--nbh-ease);
}

.nbh-industry-tile:hover {
  border-color: var(--nbh-gold-border);
  box-shadow: 0 4px 20px rgba(201,162,39,0.1);
}

.nbh-industry-icon {
  width: 44px;
  height: 44px;
  background: var(--nbh-gold-pale);
  border: 1px solid var(--nbh-gold-border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nbh-industry-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--nbh-gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-industry-name {
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--nbh-dark);
  line-height: 1.2;
}

.nbh-industry-sub {
  font-size: 12px;
  color: var(--nbh-mid);
  margin-top: 3px;
}

/* CTA belt */
.nbh-cta-belt {
  background: var(--nbh-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.nbh-cta-belt::before {
  content: 'NBH';
  position: absolute;
  right: -10px; bottom: -20px;
  font-family: var(--nbh-display);
  font-size: 300px;
  font-weight: 800;
  color: rgba(201,162,39,0.04);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.nbh-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.nbh-cta-title {
  font-family: var(--nbh-display);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--nbh-white);
  line-height: 0.95;
  margin-bottom: 16px;
}

.nbh-cta-title span { color: var(--nbh-gold); }

.nbh-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 440px;
}

.nbh-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  flex-shrink: 0;
}

.nbh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--nbh-gold);
  color: var(--nbh-dark);
  font-family: var(--nbh-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s var(--nbh-ease);
}

.nbh-btn-primary:hover {
  background: var(--nbh-gold-light);
  transform: translateY(-2px);
}

.nbh-btn-primary svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--nbh-dark);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbh-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: var(--nbh-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}

.nbh-btn-ghost:hover {
  border-color: var(--nbh-gold-border);
  color: var(--nbh-gold);
}

/* ----------------------------------------------------------------
   RESPONSIVE — all sections
---------------------------------------------------------------- */
@media (max-width: 960px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 28px; }

  .nbh-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-hero-right { align-items: flex-start; }
  .nbh-founding-year { font-size: 100px; }
  .nbh-founding-label { text-align: left; }

  .nbh-stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .nbh-stat-cell:nth-child(2) { border-right: none; }

  .nbh-intro-grid { grid-template-columns: 1fr; gap: 40px; }

  .nbh-why-header-inner { grid-template-columns: 1fr; gap: 32px; }
  .nbh-reasons-grid { grid-template-columns: 1fr 1fr; }
  .nbh-product-row { grid-template-columns: 1fr; }
  .nbh-product-cat { border-right: none; border-bottom: 1px solid rgba(201,162,39,0.2); }

  .nbh-mission-grid { grid-template-columns: 1fr; gap: 48px; }
  .nbh-mission-visual { max-width: 400px; }
  .nbh-industries-grid { grid-template-columns: 1fr 1fr; }

  .nbh-cta-inner { grid-template-columns: 1fr; }
  .nbh-cta-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .nbh-wrap,
  .nbh-wrap--narrow { padding: 0 20px; }
  .nbh-hero-banner { padding: 56px 0 48px; }
  .nbh-stats-bar-inner { grid-template-columns: 1fr 1fr; }
  .nbh-reasons-grid { grid-template-columns: 1fr; }
  .nbh-industries-grid { grid-template-columns: 1fr; }
  .nbh-products-header { flex-direction: column; align-items: flex-start; }
  .nbh-products-note { text-align: left; max-width: 100%; }
  .nbh-year-badge { width: 88px; height: 88px; bottom: -16px; right: -12px; }
  .nbh-year-badge-year { font-size: 22px; }
}/* End custom CSS */