/* =========================================================
   KRITIS-KOM | WiMo Antennen und Elektronik GmbH
   Corporate Design Stylesheet
   ========================================================= */

/* --- Schriftart: Lato (Google Fonts) --- */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');

/* --- WiMo Farbpalette --- */
:root {
  --wimo-blue:       #002E5D;
  --wimo-blue-75:    #38527C;
  --wimo-blue-45:    #8C98B3;
  --wimo-orange:     #FF4714;
  --wimo-orange-75:  #FF7D50;
  --wimo-orange-45:  #FFB393;
  --gray-1:          #444549;
  --gray-2:          #727378;
  --gray-3:          #9FA0A5;
  --gray-4:          #E1E2E4;
  --white:           #FFFFFF;

  --container:       1200px;
  --radius:          4px;
  --transition:      .25s ease;
}

/* --- Reset --- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--gray-1);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--wimo-blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--wimo-orange); }

/* --- Typografie --- */
h1, h2, h3, h4, h5 {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-weight: 900;
  color: var(--wimo-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em; /* Spationierung 50 */
  line-height: 1.2;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin-bottom: .5em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .8em; }
h3 { font-size: 1.35rem; margin-bottom: .6em; }
h4 { font-size: 1.1rem; margin-bottom: .4em; }
p  { margin-bottom: 1em; }
.lead {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gray-1);
}

/* --- Layout-Helfer --- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; }
section.tight { padding: 48px 0; }
.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.subline {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gray-2);
  font-size: 1.1rem;
  margin-top: .5em;
}

/* --- Header / Navigation --- */
.site-header {
  position: sticky;
  top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-4);
  z-index: 100;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wimo-blue);
  text-decoration: none;
}
.brand:hover { color: var(--wimo-blue); }
.brand-logo {
  height: 44px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.brand-footer { color: #fff; }
.brand-footer .brand-logo {
  height: 40px;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand small {
  display: block;
  font-size: .62rem;
  color: var(--gray-2);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media (max-width: 600px) {
  .brand-text { display: none; }
  .brand-logo { height: 38px; }
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  color: var(--gray-1);
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--wimo-blue);
  border-bottom-color: var(--wimo-orange);
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 3px;
  background: var(--wimo-blue);
  margin: 5px 0;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--white);
    border-bottom: 1px solid var(--gray-4);
    padding: 16px 24px;
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-4);
    width: 100%;
  }
}

/* --- Hero --- */
.hero {
  background: var(--wimo-blue);
  color: var(--white);
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  right: -120px; top: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,71,20,.18) 0%, rgba(255,71,20,0) 70%);
  pointer-events: none;
}
.hero h1 { color: var(--white); }
.hero .subline { color: var(--wimo-orange-45); margin-top: 1rem; font-size: 1.4rem; }
.hero-text { max-width: 760px; }
.hero p { color: rgba(255,255,255,0.92); font-size: 1.1rem; margin-top: 1.5rem; }
.hero-actions { margin-top: 2rem; display: flex; gap: 16px; flex-wrap: wrap; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
}
.btn-primary {
  background: var(--wimo-orange);
  color: var(--white);
  border-color: var(--wimo-orange);
}
.btn-primary:hover { background: #e83e0e; border-color: #e83e0e; color: var(--white); }
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-secondary:hover { background: var(--white); color: var(--wimo-blue); }
.btn-outline {
  background: transparent;
  color: var(--wimo-blue);
  border-color: var(--wimo-blue);
}
.btn-outline:hover { background: var(--wimo-blue); color: var(--white); }
.btn-arrow::after { content: '→'; font-weight: 900; }

/* --- USP-Block --- */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.usp-item {
  background: var(--white);
  border: 1px solid var(--gray-4);
  border-left: 4px solid var(--wimo-orange);
  padding: 24px;
  border-radius: var(--radius);
  transition: transform var(--transition), border-color var(--transition);
}
.usp-item:hover {
  transform: translateY(-3px);
  border-left-color: var(--wimo-blue);
}
.usp-item .icon {
  width: 40px; height: 40px;
  margin-bottom: 14px;
  color: var(--wimo-blue);
}
.usp-item h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.usp-item p {
  color: var(--gray-2);
  font-size: .92rem;
  margin: 0;
}

/* --- Cards / Content-Boxen --- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.card {
  background: var(--white);
  border: 1px solid var(--gray-4);
  border-radius: var(--radius);
  padding: 32px;
  transition: box-shadow var(--transition);
}
.card:hover { box-shadow: 0 6px 18px rgba(0,46,93,0.08); }
.card h3 { color: var(--wimo-blue); margin-bottom: 12px; }
.card .badge {
  display: inline-block;
  background: var(--wimo-orange-45);
  color: var(--wimo-blue);
  font-size: .75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

/* --- Szenarien --- */
.scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.scenario {
  background: var(--white);
  border: 1px solid var(--gray-4);
  border-top: 4px solid var(--wimo-blue);
  padding: 28px;
  padding-right: 110px; /* Platz für Icon rechts oben */
  border-radius: var(--radius);
  position: relative;
}
.scenario .num {
  display: inline-block;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--wimo-orange);
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  line-height: 36px;
  margin-bottom: 12px;
}
.scenario h3 { font-size: 1.1rem; }
.scenario .scenario-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 72px;
  height: 72px;
  margin-bottom: 0;
  display: block;
  pointer-events: none;
}
.scenario .scenario-icon img,
.scenario .scenario-icon svg { width: 100%; height: 100%; display: block; }
@media (max-width: 480px) {
  .scenario { padding-right: 90px; }
  .scenario .scenario-icon { width: 56px; height: 56px; top: 20px; right: 18px; }
}

/* --- Akkordeon (FAQ) --- */
.accordion { max-width: 880px; margin: 0 auto; }
.accordion-item {
  border: 1px solid var(--gray-4);
  border-radius: var(--radius);
  margin-bottom: 12px;
  background: var(--white);
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  text-align: left;
  background: var(--white);
  border: 0;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--wimo-blue);
  transition: background var(--transition);
}
.accordion-trigger:hover { background: #f7f8fa; }
.accordion-trigger .chevron {
  width: 14px; height: 14px;
  border-right: 3px solid var(--wimo-orange);
  border-bottom: 3px solid var(--wimo-orange);
  transform: rotate(45deg);
  transition: transform var(--transition);
  flex-shrink: 0;
  margin-left: 16px;
}
.accordion-item.open .chevron { transform: rotate(-135deg); }
.accordion-content {
  display: none;
  padding: 4px 24px 24px;
  color: var(--gray-1);
}
.accordion-item.open .accordion-content { display: block; }
.accordion-content p { margin-bottom: .8em; }
.accordion-content ul { margin: 0 0 1em 1.2em; }
.accordion-content li { margin-bottom: .4em; }

/* --- Tabelle (Vier-Ebenen-Modell) --- */
.table-wrap { overflow-x: auto; margin: 24px 0; }
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}
table.data th {
  background: var(--wimo-blue);
  color: var(--white);
  text-align: left;
  padding: 14px 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: .85rem;
}
table.data td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--gray-4);
  vertical-align: top;
}
table.data tr:nth-child(even) td { background: #f7f8fa; }
table.data .level {
  display: inline-block;
  font-weight: 900;
  color: var(--wimo-orange);
  text-transform: uppercase;
}

/* --- Echte Bilder / Hero-Foto --- */
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-grid .hero-image {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-grid img { max-width: 100%; height: auto; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Made-in-Germany-Badge */
.made-in-germany {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.made-in-germany img { max-width: 130px; height: auto; }

/* Produktfoto-Box */
.product-shot {
  background: var(--white);
  border: 1px solid var(--gray-4);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-shot img { max-width: 100%; height: auto; }

/* Portrait (rund) */
.portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.portrait img {
  width: 220px; height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--white);
  box-shadow: 0 6px 24px rgba(0,46,93,0.15);
}
.portrait .name {
  margin-top: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wimo-blue);
  font-size: 1rem;
}
.portrait .role {
  color: var(--gray-2);
  font-size: .9rem;
}

/* USP-Item: optional Bild statt SVG */
.usp-item .icon-img {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  object-fit: contain;
}

/* --- Bildplatzhalter --- */
.placeholder {
  background: linear-gradient(135deg, var(--wimo-blue) 0%, var(--wimo-blue-75) 100%);
  color: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 220px;
  border: 2px dashed rgba(255,255,255,0.3);
}
.placeholder .ph-label {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: .85rem;
  margin-bottom: 8px;
  color: var(--wimo-orange-45);
}
.placeholder .ph-desc {
  font-size: .95rem;
  opacity: 0.9;
}

/* --- Alt: Hellblauer Bereich --- */
.bg-light { background: #f7f8fa; }
.bg-blue { background: var(--wimo-blue); color: var(--white); }
.bg-blue h2, .bg-blue h3, .bg-blue h4 { color: var(--white); }
.bg-blue p { color: rgba(255,255,255,0.9); }
.bg-blue a { color: var(--wimo-orange-45); }
.bg-blue a:hover { color: var(--white); }

/* --- CTA-Bereich --- */
.cta-section {
  background: var(--wimo-blue);
  color: var(--white);
  text-align: center;
  padding: 64px 24px;
  border-radius: var(--radius);
}
.cta-section h2 { color: var(--white); }
.cta-section p { color: rgba(255,255,255,0.92); max-width: 640px; margin: 0 auto 1.5em; }
.cta-section .btn-secondary { border-color: var(--white); }

/* --- Listen mit Häkchen --- */
ul.checks { list-style: none; padding: 0; }
ul.checks li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
ul.checks li::before {
  content: '';
  position: absolute;
  left: 2px; top: 8px;
  width: 12px; height: 6px;
  border-left: 3px solid var(--wimo-orange);
  border-bottom: 3px solid var(--wimo-orange);
  transform: rotate(-45deg);
}

/* --- Box (highlight) --- */
.highlight-box {
  background: #f7f8fa;
  border-left: 4px solid var(--wimo-orange);
  padding: 24px 28px;
  border-radius: var(--radius);
  margin: 24px 0;
}
.highlight-box h4 { color: var(--wimo-blue); margin-bottom: 8px; }
.highlight-box p:last-child { margin-bottom: 0; }

/* --- Quote / Interview --- */
.quote {
  background: #f7f8fa;
  border-left: 4px solid var(--wimo-blue);
  padding: 28px 32px;
  border-radius: var(--radius);
  margin: 24px 0;
}
.quote .speaker {
  font-weight: 700;
  color: var(--wimo-orange);
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.quote p { font-size: 1.05rem; }

/* --- Formular --- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto;
}
.form-grid .full { grid-column: 1 / -1; }
.form-group label {
  display: block;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 6px;
  color: var(--wimo-blue);
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-3);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  background: var(--white);
  transition: border-color var(--transition);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--wimo-orange);
  box-shadow: 0 0 0 3px rgba(255,71,20,0.12);
}
.form-group textarea { min-height: 140px; resize: vertical; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* --- Footer --- */
.site-footer {
  background: var(--wimo-blue);
  color: rgba(255,255,255,0.85);
  padding: 48px 0 24px;
  margin-top: 80px;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.site-footer h4 {
  color: var(--white);
  font-size: .9rem;
  margin-bottom: 14px;
}
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: 8px; font-size: .92rem; }
.site-footer a { color: rgba(255,255,255,0.85); }
.site-footer a:hover { color: var(--wimo-orange-45); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: rgba(255,255,255,0.65);
}
@media (max-width: 800px) {
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
}

/* --- Faktenleiste / Stat-Strip --- */
.stat-strip {
  background: var(--white);
  border-top: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
}
.stat-strip .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-strip .stat {
  text-align: center;
  padding: 32px 18px;
  border-right: 1px solid var(--gray-4);
}
.stat-strip .stat:last-child { border-right: 0; }
.stat-strip .stat-num {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--wimo-blue);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-strip .stat-num em {
  color: var(--wimo-orange);
  font-style: normal;
}
.stat-strip .stat-label {
  display: block;
  margin-top: 8px;
  font-size: .82rem;
  color: var(--gray-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 760px) {
  .stat-strip .stats { grid-template-columns: repeat(2, 1fr); }
  .stat-strip .stat:nth-child(2) { border-right: 0; }
  .stat-strip .stat:nth-child(1),
  .stat-strip .stat:nth-child(2) { border-bottom: 1px solid var(--gray-4); }
}

/* --- Pull-Quote (großes Zitat) --- */
.pull-quote {
  background: var(--wimo-blue);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.pull-quote::before {
  content: '"';
  position: absolute;
  top: -40px; left: 24px;
  font-family: Georgia, serif;
  font-size: 22rem;
  line-height: 1;
  color: rgba(255,255,255,0.08);
  pointer-events: none;
}
.pull-quote .quote-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.pull-quote .quote-portrait img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--wimo-orange);
}
.pull-quote blockquote {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.4;
  color: var(--white);
  margin: 0 0 20px;
  font-style: normal;
}
.pull-quote blockquote em {
  color: var(--wimo-orange-45);
  font-style: normal;
  font-weight: 700;
}
.pull-quote .quote-attribution {
  font-size: .92rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
}
.pull-quote .quote-attribution strong {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: .95rem;
}
@media (max-width: 760px) {
  .pull-quote { padding: 56px 0; }
  .pull-quote .quote-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .pull-quote .quote-portrait { display: flex; justify-content: center; }
}

/* --- Made in Herxheim Bildstrecke --- */
.herxheim {
  background: var(--white);
  padding: 80px 0;
}
.herxheim .hx-headline {
  text-align: center;
  margin-bottom: 12px;
}
.herxheim .hx-subline {
  text-align: center;
  color: var(--gray-2);
  margin-bottom: 48px;
  font-size: 1.05rem;
}
.herxheim-hero {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
  cursor: zoom-in;
}
.herxheim-hero img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}
.herxheim-hero:hover img { transform: scale(1.02); }
.herxheim-hero .hx-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,46,93,0.92) 0%, rgba(0,46,93,0) 100%);
  color: var(--white);
  padding: 60px 28px 22px;
}
.herxheim-hero .hx-caption strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.herxheim-hero .hx-caption span {
  font-size: .92rem;
  color: rgba(255,255,255,0.85);
}
.herxheim-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.herxheim-grid figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-4);
}
.herxheim-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: zoom-in;
  display: block;
  transition: transform var(--transition);
}
.herxheim-grid figure:hover img { transform: scale(1.04); }
.herxheim-grid figcaption {
  padding: 14px 16px 18px;
}
.herxheim-grid figcaption strong {
  display: block;
  color: var(--wimo-blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: .85rem;
  margin-bottom: 4px;
}
.herxheim-grid figcaption span {
  font-size: .85rem;
  color: var(--gray-2);
  line-height: 1.45;
}
@media (max-width: 900px) { .herxheim-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .herxheim-grid { grid-template-columns: 1fr; } }

/* --- Im Einsatz bei … (Branchen-Reihe) --- */
.field-row {
  background: var(--white);
  padding: 56px 0;
  border-top: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
}
.field-row .field-headline {
  text-align: center;
  margin-bottom: 32px;
  color: var(--gray-2);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.field-row .fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: center;
  justify-items: center;
}
.field-row .field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 16px 8px;
  width: 100%;
  filter: grayscale(0.4) opacity(0.85);
  transition: filter var(--transition);
}
.field-row .field:hover { filter: grayscale(0) opacity(1); }
.field-row .field svg {
  width: 44px;
  height: 44px;
  color: var(--wimo-blue);
}
.field-row .field span {
  font-size: .78rem;
  color: var(--wimo-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 900px) { .field-row .fields { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .field-row .fields { grid-template-columns: repeat(2, 1fr); } }

/* --- Lightbox / Bild-Zoom --- */
.zoomable {
  cursor: zoom-in;
  transition: transform var(--transition);
}
.zoomable:hover { transform: scale(1.01); }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 46, 93, 0.92); /* WiMo-Blau halbtransparent */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 32px;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity .25s ease;
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 12px 48px rgba(0,0,0,0.5);
  cursor: default;
}
.lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--wimo-orange);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: background var(--transition);
}
.lightbox-close:hover { background: #e83e0e; }
.lightbox-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: .85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* --- Hilfsklassen --- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; }
.mt-4 { margin-top: 4rem; }
.mb-4 { margin-bottom: 4rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 800px) { .grid-2 { grid-template-columns: 1fr; } }
