/* ============================================================
   NORGANTARA — norgren.css
   Distributor Pneumatik Norgren Page Styles (extends index.css)
   ============================================================ */

/* ==== PAGE HERO ==== */
.norgren-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dark);
  overflow: hidden;
  padding: 0 var(--pad-x);
  padding-top: calc(33px + 72px + 5rem);
  padding-bottom: 5rem;
}

.norgren-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nhero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 60px 60px;
}

.nhero-glow-red {
  position: absolute;
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(192,32,26,0.22) 0%, transparent 70%);
  top: -150px;
  right: -100px;
  filter: blur(80px);
  pointer-events: none;
}

.nhero-glow-gold {
  position: absolute;
  width: 500px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(200,151,60,0.12) 0%, transparent 70%);
  bottom: -50px;
  left: 10%;
  filter: blur(80px);
  pointer-events: none;
}

.nhero-wordmark {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  font-family: var(--font-display);
  font-size: clamp(10rem, 22vw, 20rem);
  font-weight: 900;
  color: rgba(255,255,255,0.022);
  line-height: 1;
  letter-spacing: -0.04em;
  user-select: none;
  pointer-events: none;
}

.norgren-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 960px) {
  .norgren-hero-content { grid-template-columns: 1.1fr 0.9fr; gap: 5rem; }
}

/* Breadcrumb */
.nhero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.5rem;
  grid-column: 1 / -1;
}

.nhero-breadcrumb a { color: rgba(255,255,255,0.35); transition: color var(--t); }
.nhero-breadcrumb a:hover { color: var(--gold-lt); }
.nhero-breadcrumb span[aria-current] { color: var(--gold-lt); }

/* Left column: text */
.nhero-left {
  display: flex;
  flex-direction: column;
}

.nhero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  animation: fadeUp 0.6s var(--ease) both;
}

.nhero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

.nhero-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.65s 0.1s var(--ease) both;
}

.nhero-line-xs {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1;
}

.nhero-line-lg {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 0.88;
  color: white;
}

.nhero-line-lg em {
  font-style: normal;
  background: linear-gradient(135deg, var(--red) 0%, #E03028 40%, var(--red-dk) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nhero-line-md {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.5vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1.2;
}

.nhero-desc {
  font-size: clamp(0.88rem, 1.6vw, 0.98rem);
  color: rgba(255,255,255,0.68);
  max-width: 520px;
  line-height: 1.85;
  margin-bottom: 2rem;
  animation: fadeUp 0.65s 0.2s var(--ease) both;
}

.nhero-desc strong { color: white; font-weight: 700; }

.nhero-ctas {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  animation: fadeUp 0.65s 0.3s var(--ease) both;
}

/* Right column: Norgren auth badge + stats */
.nhero-right {
  animation: fadeUp 0.65s 0.25s var(--ease) both;
}

.nhero-auth-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r-xl);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}

.nhero-auth-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-lt), var(--gold));
}

.nhero-auth-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.nhero-auth-logo img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.nhero-auth-label {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.nhero-auth-label strong {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 800;
  color: white;
  letter-spacing: 0.02em;
}

.nhero-auth-label span {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
}

/* Stat grid inside card */
.nhero-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.nhero-cstat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,0.06);
}

.nhero-cstat strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 0.02em;
}

.nhero-cstat span {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* Cert badges in card */
.nhero-cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.ncert-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: var(--r-full);
  background: rgba(192,32,26,0.12);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(192,32,26,0.25);
}

.ncert-badge::before {
  content: '✓';
  color: var(--gold);
  font-size: 0.7rem;
}

/* ==== TRUST STRIP ==== */
.norgren-trust-strip {
  background: var(--dark-2);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem var(--pad-x);
}

.nts-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.nts-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}

.nts-icon {
  color: var(--gold);
  flex-shrink: 0;
}

.nts-sep {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.1);
}

@media (max-width: 640px) { .nts-sep { display: none; } }

/* ==== INTRO SECTION ==== */
.section-norgren-intro {
  padding: clamp(5rem, 10vw, 8rem) var(--pad-x);
  background: var(--bg);
}

.norgren-intro-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 900px) {
  .norgren-intro-grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
}

.ni-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.06;
  margin-bottom: 1.5rem;
}

.ni-heading mark { color: var(--red); background: none; -webkit-text-fill-color: unset; }

.ni-body p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.88;
  margin-bottom: 1.1rem;
}

.ni-body p strong { color: var(--dark); font-weight: 700; }

.ni-highlight-box {
  background: var(--dark);
  border-radius: var(--r-lg);
  padding: 1.5rem 1.75rem;
  border-left: 4px solid var(--red);
  margin-top: 1.5rem;
}

.ni-highlight-box p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin: 0;
}

.ni-highlight-box strong { color: var(--gold-lt); font-weight: 700; }

/* Right: Key facts */
.ni-facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ni-fact {
  background: white;
  border-radius: var(--r-lg);
  padding: 1.5rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.ni-fact.in-view {
  opacity: 1;
  transform: translateY(0);
}

.ni-fact:nth-child(2) { transition-delay: 0.08s; }
.ni-fact:nth-child(3) { transition-delay: 0.16s; }
.ni-fact:nth-child(4) { transition-delay: 0.24s; }

.ni-fact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t) var(--ease);
}

.ni-fact:hover::after { transform: scaleX(1); }

.ni-fact-val {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
  letter-spacing: 0.02em;
}

.ni-fact-lbl {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.01em;
}

.ni-fact-sub {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-3);
  letter-spacing: 0.08em;
}

/* ==== PRODUCT CATEGORIES SECTION ==== */
.section-norgren-products {
  padding: clamp(5rem, 10vw, 8rem) var(--pad-x);
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.section-norgren-products::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.np-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.np-head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.np-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.np-title mark { color: var(--gold-lt); background: none; -webkit-text-fill-color: unset; }

.np-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.45);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.75;
}

.np-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}

@media (min-width: 600px) { .np-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .np-grid { grid-template-columns: repeat(3, 1fr); } }

/* Product card */
.npcard {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg);
  padding: 2rem;
  position: relative;
  transition: all var(--t) var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
              background 0.28s var(--ease), border-color 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.npcard.in-view {
  opacity: 1;
  transform: translateY(0);
}

.npcard:nth-child(2) { transition-delay: 0.07s; }
.npcard:nth-child(3) { transition-delay: 0.14s; }
.npcard:nth-child(4) { transition-delay: 0.21s; }
.npcard:nth-child(5) { transition-delay: 0.28s; }
.npcard:nth-child(6) { transition-delay: 0.35s; }

.npcard::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}

.npcard:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.35);
}

.npcard:hover::before { transform: scaleX(1); }

.npcard.npcard--featured {
  background: linear-gradient(135deg, rgba(192,32,26,0.18), rgba(192,32,26,0.07));
  border-color: rgba(192,32,26,0.3);
}

.npcard-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--red);
  color: white;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  border-radius: var(--r-full);
}

.npcard-icon {
  width: 54px;
  height: 54px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.npcard-cat {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 0.2rem;
}

.npcard-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1.15;
}

.npcard-desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  flex: 1;
}

.npcard-desc strong { color: rgba(255,255,255,0.8); font-weight: 600; }

/* Product series list */
.npcard-series {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.nseries-tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0.2rem 0.55rem;
  border-radius: var(--r-sm);
  transition: all var(--t);
}

.nseries-tag:hover {
  color: var(--gold-lt);
  border-color: rgba(200,151,60,0.3);
  background: rgba(200,151,60,0.08);
}

.npcard-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-lt);
  transition: gap var(--t), color var(--t);
  margin-top: auto;
}

.npcard-link:hover { color: white; gap: 0.6rem; }

/* ==== WHY NORGREN SECTION ==== */
.section-why-norgren {
  padding: clamp(5rem, 10vw, 8rem) var(--pad-x);
  background: var(--white);
}

.wn-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
}

.wn-head {
  max-width: 680px;
  margin-bottom: 3.5rem;
}

.wn-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.06;
  margin-bottom: 1rem;
}

.wn-title mark { color: var(--red); background: none; -webkit-text-fill-color: unset; }

.wn-sub {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.8;
}

.wn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) { .wn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .wn-grid { grid-template-columns: repeat(4, 1fr); } }

.wn-card {
  background: var(--bg);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  border: 1px solid rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  overflow: hidden;
  transition: all var(--t) var(--ease);
  opacity: 0;
  transform: translateY(16px);
}

.wn-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.wn-card:nth-child(2) { transition-delay: 0.08s; }
.wn-card:nth-child(3) { transition-delay: 0.16s; }
.wn-card:nth-child(4) { transition-delay: 0.24s; }

.wn-card:hover {
  background: var(--dark);
  border-color: rgba(255,255,255,0.08);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.wn-card:hover .wn-card-title { color: white; }
.wn-card:hover .wn-card-text { color: rgba(255,255,255,0.55); }
.wn-card:hover .wn-icon { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.1); color: var(--gold); }

.wn-icon {
  width: 48px;
  height: 48px;
  background: rgba(192,32,26,0.07);
  border: 1px solid rgba(192,32,26,0.15);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  transition: all var(--t) var(--ease);
}

.wn-card-title {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: 0.01em;
  transition: color var(--t);
}

.wn-card-text {
  font-size: 0.865rem;
  color: var(--text-2);
  line-height: 1.75;
  transition: color var(--t);
}

/* ==== SEO TEXT SECTION — Industries served ==== */
.section-norgren-industries {
  padding: clamp(4.5rem, 9vw, 7rem) var(--pad-x);
  background: var(--bg-2);
}

.ni-ind-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
}

.ni-ind-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.06;
  margin-bottom: 1rem;
}

.ni-ind-title mark { color: var(--red); background: none; -webkit-text-fill-color: unset; }

.ni-ind-intro {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 2.5rem;
}

.ni-ind-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) { .ni-ind-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1000px) { .ni-ind-grid { grid-template-columns: repeat(5, 1fr); } }

.ni-ind-card {
  background: white;
  border-radius: var(--r-lg);
  padding: 1.25rem;
  border: 1px solid rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  transition: all var(--t) var(--ease);
  cursor: default;
}

.ni-ind-card:hover {
  background: var(--dark);
  border-color: rgba(255,255,255,0.08);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.ni-ind-card:hover .ni-ind-name { color: white; }
.ni-ind-card:hover .ni-ind-sub { color: rgba(255,255,255,0.4); }

.ni-ind-emoji { font-size: 2rem; line-height: 1; }

.ni-ind-name {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dark);
  transition: color var(--t);
}

.ni-ind-sub {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  color: var(--text-3);
  line-height: 1.4;
  transition: color var(--t);
}

/* ==== SEO RICH TEXT BLOCK ==== */
.section-norgren-seo {
  padding: clamp(5rem, 10vw, 8rem) var(--pad-x);
  background: var(--bg);
}

.seo-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 900px) {
  .seo-wrap { grid-template-columns: 1.2fr 0.8fr; gap: 6rem; }
}

.seo-content-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.06;
  margin-bottom: 1.5rem;
}

.seo-content-title mark { color: var(--red); background: none; -webkit-text-fill-color: unset; }

.seo-content-body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.seo-content-body p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.88;
}

.seo-content-body p strong { color: var(--dark); font-weight: 700; }

.seo-content-body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dark);
  margin-top: 0.5rem;
}

/* SEO aside: quick links */
.seo-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.seo-aside-card {
  background: var(--dark);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.07);
}

.seo-aside-card h4 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 0.85rem;
}

.seo-aside-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.seo-aside-list li {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.seo-aside-list li:last-child { border-bottom: none; }

.seo-aside-list li::before {
  content: '→';
  color: var(--red);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.seo-aside-list li strong { color: rgba(255,255,255,0.85); font-weight: 700; }

/* ==== FAQ SCHEMA SECTION ==== */
.section-norgren-faq {
  padding: clamp(5rem, 10vw, 8rem) var(--pad-x);
  background: var(--dark-2);
}

.nfaq-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .nfaq-wrap { grid-template-columns: 0.6fr 1.4fr; gap: 6rem; }
}

.nfaq-left-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.nfaq-left-title mark { color: var(--gold-lt); background: none; -webkit-text-fill-color: unset; }

.nfaq-left-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.nfaq-right { display: flex; flex-direction: column; gap: 0; }

.nfaq-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
}

.nfaq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }

.nfaq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  list-style: none;
  transition: color var(--t);
}

.nfaq-q::-webkit-details-marker { display: none; }

.nfaq-q::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--red);
  flex-shrink: 0;
  font-weight: 300;
  line-height: 1;
  transition: transform var(--t) var(--ease);
}

details[open] .nfaq-q::after { transform: rotate(45deg); }
.nfaq-q:hover { color: white; }

.nfaq-a {
  padding: 0 0 1.25rem;
  animation: fadeUp 0.2s var(--ease);
}

.nfaq-a p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
}

.nfaq-a p strong { color: rgba(255,255,255,0.85); font-weight: 700; }

.nfaq-a ul {
  list-style: none;
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.nfaq-a ul li {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  padding-left: 1rem;
  position: relative;
}

.nfaq-a ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

/* ==== COVERAGE MAP / DELIVERY ==== */
.section-norgren-delivery {
  padding: clamp(4rem, 8vw, 6rem) var(--pad-x);
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.section-norgren-delivery::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(192,32,26,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.ndel-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ndel-wrap { grid-template-columns: 1fr 1fr; gap: 5rem; }
}

.ndel-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.ndel-title mark { color: var(--gold-lt); background: none; -webkit-text-fill-color: unset; }

.ndel-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.ndel-items {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.ndel-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,0.06);
}

.ndel-item-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(192,32,26,0.12);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.ndel-item-text h4 {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.2rem;
}

.ndel-item-text p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/* Delivery map placeholder */
.ndel-visual {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-xl);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ndel-coverage-title {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 0.5rem;
}

.ndel-provinces {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nprov-chip {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 0.22rem 0.55rem;
  border-radius: var(--r-sm);
  transition: all var(--t);
}

.nprov-chip:hover {
  color: var(--gold-lt);
  border-color: rgba(200,151,60,0.3);
  background: rgba(200,151,60,0.07);
}

.nprov-chip.nprov-chip--active {
  color: var(--red);
  border-color: rgba(192,32,26,0.3);
  background: rgba(192,32,26,0.08);
}

.ndel-big-stat {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.ndel-big-stat strong {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.ndel-big-stat span {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* ==== FINAL CTA (reused from index.css with additions) ==== */
.norgren-final-cta {
  padding: clamp(5rem, 10vw, 7rem) var(--pad-x);
  background: var(--dark-2);
  position: relative;
  overflow: hidden;
}

.norgren-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(192,32,26,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 50%, rgba(200,151,60,0.07) 0%, transparent 55%);
  pointer-events: none;
}

.norgren-final-cta::after {
  content: 'NORGREN';
  position: absolute;
  bottom: -2rem;
  left: -1rem;
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 16rem);
  font-weight: 900;
  color: rgba(255,255,255,0.02);
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
  user-select: none;
}

.nfcta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .nfcta-inner { flex-direction: row; text-align: left; justify-content: space-between; align-items: center; }
}

.nfcta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.nfcta-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  max-width: 480px;
}

.nfcta-buttons {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
}

/* ==== RESPONSIVE UTILITIES ==== */
@media (max-width: 640px) {
  .norgren-hero { padding-top: calc(33px + 60px + 3rem); }
  .nhero-line-lg { font-size: clamp(3rem, 14vw, 5.5rem); }
  .nhero-card-stats { grid-template-columns: 1fr 1fr; }
  .ni-facts-grid { grid-template-columns: 1fr 1fr; }
  .np-grid { grid-template-columns: 1fr; }
  .nhero-breadcrumb { grid-column: 1; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}