/*!
 * Alzinger — Industrial Design System (Konstruktion-inspired)
 * Typography: Bebas Neue (display) + Archivo (body)
 * Palette: #E30613 red + #191919 dark + #F3EDE3 warm cream + #FFCC00 safety
 */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@500;600;700&family=Archivo:wght@400;500;600;700;800;900&family=Archivo+Black&display=swap');

:root {
  --ind-dark: #0F0F0F;
  --ind-soft-black: #191919;
  --ind-gray: #2A2A2A;
  --ind-cream: #F3EDE3;
  --ind-beige: #E8E0D2;
  --ind-red: #E30613;
  --ind-red-deep: #B80510;
  --ind-safety: #FFCC00;
  --ind-white: #FFFFFF;
  /* Display: Bebas for HUGE hero only */
  --ind-f-display: 'Bebas Neue', 'Archivo Black', sans-serif;
  /* Heading: Oswald for section titles (less extreme than Bebas, more readable) */
  --ind-f-heading: 'Oswald', 'Archivo', sans-serif;
  /* Black: Archivo Black for dense impactful labels */
  --ind-f-black: 'Archivo Black', 'Oswald', sans-serif;
  /* Body: Archivo for readable text */
  --ind-f-body: 'Archivo', 'Inter', -apple-system, sans-serif;
}

/* ============ GLOBAL INDUSTRIAL TYPOGRAPHY SYSTEM ============ */
/* Three-tier scale: Bebas (hero/huge) → Oswald (sections/cards) → Archivo (body) */

body,
body input, body button, body textarea, body select,
.mil-content, .mil-main, article, .entry-content,
p, li, span, div {
  font-family: var(--ind-f-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ind-soft-black);
}

/* HUGE display — hero titles only (Bebas, condensed, WOW factor) */
.alz-hero__title, .ind-hero__title,
.alz-cta__title, .ind-cta__title,
h1 {
  font-family: var(--ind-f-display);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0;
}

/* Medium display — section titles, feature titles (Oswald, more readable) */
h2, h3,
.alz-h2, .alz-section__title, .ind-section__title,
.alz-product__title, .ind-feature__title,
.alz-feature-card__title, .alz-team__name,
.alz-timeline__title, .alz-job__title,
.alz-faq__q, .alz-faqs summary,
.alz-contact-item a, .alz-contact-item strong {
  font-family: var(--ind-f-heading);
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

/* Small display + labels (Archivo Black for impact) */
.alz-product__badge, .ind-feature__badge,
.alz-splash__logo,
.ind-hero__eyebrow, .alz-hero__eyebrow {
  font-family: var(--ind-f-display);
}

/* Eyebrows / category labels / button text (Archivo, letter-spaced) */
.alz-eyebrow, .ind-eyebrow,
.alz-btn, .ind-btn,
.alz-job__cat, .alz-timeline__year,
.alz-contact-meta {
  font-family: var(--ind-f-body);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Stat numbers — keep Bebas for punchy impact */
.ind-stat__num, .alz-stat__num,
.alz-stat strong,
.ind-spec-row__val,
.alz-timeline__year {
  font-family: var(--ind-f-display);
  font-weight: 400;
  letter-spacing: 0;
}

/* Paragraph rhythm */
.alz-section p, .ind-section p,
main p {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
  color: rgba(25,25,25,0.78);
}
.alz-section--dark p, .ind-section--dark p {
  color: rgba(255,255,255,0.78);
}

/* Lead paragraphs */
.alz-lead, .ind-lead, .alz-hero__subtitle, .alz-section__lead {
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 400;
}

/* Font-rendering improvements */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ============ BRIDGE: alz-* classes ↔ industrial treatment ============ */

/* alz-hero → use same look as ind-hero */
.alz-hero {
  position: relative;
  min-height: 75vh;
  color: var(--ind-white);
  overflow: hidden;
  background: var(--ind-dark);
  display: flex;
  align-items: center;
}
.alz-hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.alz-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(15,15,15,0.88) 0%, rgba(15,15,15,0.58) 60%, rgba(15,15,15,0.4) 100%),
    radial-gradient(circle at 20% 80%, rgba(227,6,19,0.15) 0%, transparent 55%);
  z-index: 1;
}
.alz-hero__content {
  position: relative; z-index: 2;
  max-width: 1400px; margin: 0 auto;
  padding: 8rem 2rem 5rem;
  width: 100%;
}
.alz-hero__eyebrow {
  font-family: var(--ind-f-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ind-safety);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.alz-hero__eyebrow::before {
  content: ''; width: 48px; height: 3px;
  background: var(--ind-safety); display: inline-block;
}
.alz-hero__title {
  font-family: var(--ind-f-display) !important;
  font-size: clamp(3rem, 8vw, 7rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--ind-white) !important;
  margin: 0 0 1.5rem !important;
  max-width: 900px;
}
.alz-hero__title em {
  font-style: normal;
  color: var(--ind-red);
}
.alz-hero__title-sub {
  display: block;
  font-size: 0.55em;
  color: rgba(255,255,255,0.85);
  margin-top: 0.5rem;
}
.alz-hero__subtitle {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  max-width: 640px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.alz-hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.alz-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
}

/* alz-btn → industrial button */
.alz-btn, .alz-btn--primary, .alz-btn--dark, .alz-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.9rem;
  font-family: var(--ind-f-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  border-radius: 0 !important;
  cursor: pointer;
}
.alz-btn--primary {
  background: var(--ind-red);
  color: var(--ind-white);
  border-color: var(--ind-red);
}
.alz-btn--primary:hover {
  background: var(--ind-red-deep);
  border-color: var(--ind-red-deep);
  color: var(--ind-white);
  transform: translateY(-2px);
}
.alz-btn--dark {
  background: var(--ind-dark);
  color: var(--ind-white);
  border-color: var(--ind-dark);
}
.alz-btn--dark:hover {
  background: var(--ind-red);
  border-color: var(--ind-red);
  color: var(--ind-white);
}
.alz-btn--ghost {
  background: transparent;
  color: var(--ind-white);
  border-color: rgba(255,255,255,0.4);
}
.alz-btn--ghost:hover {
  background: var(--ind-white);
  color: var(--ind-dark);
  border-color: var(--ind-white);
}

/* alz-section → industrial section with cream/dark variants */
.alz-section {
  padding: 6rem 2rem;
  background: var(--ind-cream);
  position: relative;
}
.alz-section--dark {
  background: var(--ind-dark);
  color: var(--ind-white);
}
.alz-section--dark h2, .alz-section--dark .alz-h2 { color: var(--ind-white); }

.alz-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.alz-h2 {
  font-size: clamp(2.25rem, 5vw, 4rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  color: var(--ind-soft-black);
  margin: 1rem 0 1.5rem !important;
}
.alz-section--dark .alz-h2 { color: var(--ind-white); }

.alz-eyebrow {
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ind-red);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.alz-eyebrow::before {
  content: ''; width: 32px; height: 2px;
  background: var(--ind-red); display: inline-block;
}
.alz-section--dark .alz-eyebrow { color: var(--ind-safety); }
.alz-section--dark .alz-eyebrow::before { background: var(--ind-safety); }

.alz-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(25,25,25,0.72);
}
.alz-section--dark .alz-lead { color: rgba(255,255,255,0.75); }

/* alz-product (Lepton showcase) → industrial feature */
.alz-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 900px) { .alz-product { grid-template-columns: 1fr; } }
.alz-product__image {
  position: relative;
}
.alz-product__image img {
  width: 100%; height: auto;
  display: block;
  border-radius: 0;
  box-shadow: 0 30px 60px rgba(15,15,15,0.15);
}
.alz-product__badge {
  display: inline-block;
  background: var(--ind-red);
  color: var(--ind-white);
  padding: 0.6rem 1.2rem;
  font-family: var(--ind-f-display);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.alz-product__features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}
.alz-product__features li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.95rem;
  color: rgba(25,25,25,0.85);
}
.alz-section--dark .alz-product__features li { color: rgba(255,255,255,0.88); }
.alz-product__features li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.45rem;
  width: 14px; height: 2px;
  background: var(--ind-red);
}

/* alz-features / alz-feature-card → industrial cards */
.alz-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border: 1px solid rgba(25,25,25,0.1);
  margin: 2rem 0;
}
.alz-section--dark .alz-features { border-color: rgba(255,255,255,0.1); }
.alz-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ind-white);
  padding: 2.25rem 2rem 2rem;
  min-height: 320px;
  border-right: 1px solid rgba(25,25,25,0.1);
  border-bottom: 1px solid rgba(25,25,25,0.1);
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition: background 0.3s ease;
}
.alz-section--dark .alz-feature-card {
  background: var(--ind-gray);
  border-right-color: rgba(255,255,255,0.08);
  border-bottom-color: rgba(255,255,255,0.08);
  color: var(--ind-white);
}
.alz-feature-card__num {
  font-family: var(--ind-f-display);
  font-size: 2rem;
  color: var(--ind-red);
  line-height: 1;
}
.alz-feature-card__title {
  font-family: var(--ind-f-display);
  font-size: clamp(1.5rem, 2vw, 2rem) !important;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 1rem 0 0.75rem !important;
}
.alz-feature-card__desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(25,25,25,0.7);
  flex: 1;
  margin: 0;
}
.alz-section--dark .alz-feature-card__desc { color: rgba(255,255,255,0.75); }
.alz-feature-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

/* alz-cta → industrial CTA */
.alz-cta {
  padding: 7rem 2rem;
  background: var(--ind-dark);
  color: var(--ind-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.alz-cta::before {
  content: 'ALZINGER';
  position: absolute;
  font-family: var(--ind-f-display);
  font-size: 22rem;
  line-height: 1;
  color: rgba(227,6,19,0.04);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.alz-cta > * {
  position: relative;
  z-index: 2;
}
.alz-cta .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.alz-cta__title, .alz-cta h2 {
  font-family: var(--ind-f-display) !important;
  font-size: clamp(2.5rem, 6vw, 5rem) !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
  color: var(--ind-white) !important;
  margin: 0 0 1.5rem !important;
}
.alz-cta__title em, .alz-cta h2 em { font-style: normal; color: var(--ind-red); }

/* alz-contact-* → industrial */
.alz-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
}
@media (max-width: 900px) { .alz-contact-grid { grid-template-columns: 1fr; } }
.alz-contact-info { padding: 1rem 0; }
.alz-contact-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(25,25,25,0.1);
}
.alz-contact-meta {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ind-red);
  margin-bottom: 0.5rem;
  display: block;
}
.alz-contact-item a, .alz-contact-item strong {
  font-family: var(--ind-f-display);
  font-size: 1.35rem;
  color: var(--ind-soft-black);
  text-decoration: none;
}

/* alz-jobs → industrial listing */
.alz-jobs {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(25,25,25,0.1);
}
.alz-job {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(25,25,25,0.1);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  transition: padding-left 0.3s ease;
}
.alz-job:hover { padding-left: 1rem; }
.alz-job__cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ind-red);
  min-width: 120px;
}
.alz-job__title {
  font-family: var(--ind-f-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  line-height: 0.95;
  color: var(--ind-soft-black);
  margin: 0 !important;
}
.alz-job__meta {
  font-size: 0.85rem;
  color: rgba(25,25,25,0.6);
}
.alz-job__cta {
  color: var(--ind-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* alz-countries → industrial grid */
.alz-countries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  border: 1px solid rgba(25,25,25,0.1);
}
.alz-country {
  padding: 2rem 1.5rem;
  border-right: 1px solid rgba(25,25,25,0.1);
  border-bottom: 1px solid rgba(25,25,25,0.1);
  background: var(--ind-white);
  font-family: var(--ind-f-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ind-soft-black);
  transition: all 0.25s ease;
}
.alz-country:hover {
  background: var(--ind-soft-black);
  color: var(--ind-white);
}

/* alz-challenges → industrial grid */
.alz-challenges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  border: 1px solid rgba(25,25,25,0.1);
}
.alz-challenge {
  padding: 2rem;
  background: var(--ind-white);
  border-right: 1px solid rgba(25,25,25,0.1);
  border-bottom: 1px solid rgba(25,25,25,0.1);
}
.alz-challenge__icon {
  width: 48px;
  height: 48px;
  background: var(--ind-red);
  color: var(--ind-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ind-f-display);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* alz-maschkonf → industrial spec sheet */
.alz-maschkonf {
  background: var(--ind-soft-black);
  color: var(--ind-white);
  padding: 2.5rem;
  margin: 2rem 0;
}
.alz-maschkonf h3, .alz-maschkonf h4 {
  color: var(--ind-white);
}
.alz-maschkonf__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem 2rem;
}
.alz-maschkonf__list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 0.95rem;
}

/* alz-contact-form (CF7 area) */
.alz-contact-form .wpcf7-form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(25,25,25,0.15);
  background: var(--ind-white);
  font-family: var(--ind-f-body);
  font-size: 0.95rem;
  border-radius: 0;
}
.alz-contact-form .wpcf7-submit {
  background: var(--ind-red) !important;
  color: var(--ind-white) !important;
  font-family: var(--ind-f-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 1.1rem 2rem !important;
  border-radius: 0 !important;
  border: 2px solid var(--ind-red) !important;
  transition: all 0.2s ease;
  cursor: pointer;
}
.alz-contact-form .wpcf7-submit:hover {
  background: var(--ind-red-deep) !important;
  border-color: var(--ind-red-deep) !important;
}

/* Typography fallback for body content */
.alz-scope h1, .alz-scope h2, .alz-scope h3,
main h1, main h2, main h3, main h4 {
  font-family: var(--ind-f-display);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 0.95;
}

/* ============ TEAM (about page) ============ */
.alz-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.alz-team__card {
  background: var(--ind-white);
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid rgba(25,25,25,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.alz-team__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15,15,15,0.08);
}
.alz-team__photo {
  width: 160px; height: 160px;
  object-fit: cover;
  border-radius: 0;
  filter: grayscale(100%) contrast(1.05);
  transition: filter 0.3s ease;
  margin-bottom: 1.5rem;
  display: block;
  margin-left: auto; margin-right: auto;
}
.alz-team__card:hover .alz-team__photo {
  filter: grayscale(0%);
}
.alz-team__name {
  font-family: var(--ind-f-display) !important;
  font-size: 1.75rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
  margin: 0 0 0.5rem !important;
  color: var(--ind-soft-black);
}
.alz-team__role {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ind-red);
  display: block;
  margin-bottom: 1.25rem;
}
.alz-team__contact {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(25,25,25,0.7);
  margin: 0;
}

/* ============ TIMELINE (about page) ============ */
.alz-timeline {
  position: relative;
  padding-left: 3rem;
  margin: 3rem 0 2rem;
}
.alz-timeline::before {
  content: '';
  position: absolute;
  left: 0.75rem; top: 0; bottom: 0;
  width: 2px;
  background: var(--ind-red);
}
.alz-timeline__item {
  position: relative;
  padding: 0 0 2.5rem 1.5rem;
}
.alz-timeline__item::before {
  content: '';
  position: absolute;
  left: -2.85rem; top: 0.5rem;
  width: 1rem; height: 1rem;
  background: var(--ind-dark);
  border: 3px solid var(--ind-red);
  border-radius: 0;
  z-index: 1;
}
.alz-timeline__item::after {
  content: '';
  position: absolute;
  left: -1.75rem; top: 1rem;
  width: 1.5rem; height: 2px;
  background: var(--ind-red);
}
.alz-timeline__year {
  font-family: var(--ind-f-display) !important;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  color: var(--ind-red) !important;
  margin: 0 !important;
}
.alz-timeline__title {
  font-family: var(--ind-f-display) !important;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  color: var(--ind-soft-black);
  margin: 0.5rem 0 0.75rem !important;
  letter-spacing: 0.01em;
}
.alz-timeline__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(25,25,25,0.75);
  margin: 0;
}

/* ============ STATS (about page) ============ */
.alz-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  background: var(--ind-dark);
  color: var(--ind-white);
  padding: 4rem 2rem;
  margin: 3rem 0;
}
.alz-stat {
  text-align: center;
}
.alz-stat .alz-stat__num, .alz-stat strong {
  font-family: var(--ind-f-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  color: var(--ind-white);
  display: block;
}
.alz-stat .alz-stat__label, .alz-stat em {
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-style: normal;
  color: rgba(255,255,255,0.6);
  margin-top: 0.5rem;
  display: block;
}

/* ============ ICONS in contact items ============ */
.alz-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  background: var(--ind-red);
  color: var(--ind-white);
  margin-right: 0.75rem;
  vertical-align: middle;
}
.alz-icon svg { width: 20px; height: 20px; }

/* ============ HEADER — REFINED INDUSTRIAL ============ */
header.alz-header, body header.alz-header {
  background: var(--ind-dark) !important;
  color: var(--ind-white);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0.5rem 0;
}
header.alz-header .container,
body header.alz-header > div > .container {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Nav list — better spacing */
body .alz-nav {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .alz-nav > li {
  position: relative;
  list-style: none;
}

/* Kill ONLY the orange circle (::after) — keep ::before as hover bridge */
body .mil-navigation nav ul li.mil-has-children::after,
body .mil-navigation ul li.mil-has-children::after,
body .alz-nav li.mil-has-children::after,
body .alz-nav > li::after,
body header nav li::after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Preserve ITSulu's ::before as invisible hover bridge (parent→submenu) */
@media (min-width: 901px) {
  body .mil-navigation nav ul li.mil-has-children::before,
  body .alz-nav > li.mil-has-children::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -25px !important;
    height: 25px !important;
    width: 100% !important;
    background: transparent !important;
    pointer-events: auto !important;
    z-index: 10;
  }
}
/* Remove bridge on mobile */
@media (max-width: 900px) {
  body .mil-navigation nav ul li.mil-has-children::before,
  body .alz-nav > li.mil-has-children::before {
    display: none !important;
    content: none !important;
  }
}

/* Menu links — bigger, more breathable */
body header.alz-header a,
body header.alz-header nav a,
body header.alz-header .alz-nav > li > a,
body .alz-nav > li > a,
body .mil-dropdown-lnk {
  color: var(--ind-white) !important;
  font-family: var(--ind-f-body) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 1.25rem 1.1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  position: relative;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

/* Elegant hover bar animation */
body .alz-nav > li > a::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  left: 1.1rem; right: 1.1rem;
  bottom: 0.95rem;
  height: 2px;
  background: var(--ind-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}
body .alz-nav > li:hover > a::before,
body .alz-nav > li.current-menu-item > a::before,
body .alz-nav > li.current-menu-parent > a::before {
  transform: scaleX(1);
}

body .alz-nav > li:hover > a,
body .alz-nav > li > a:hover,
body .mil-dropdown-lnk:hover {
  color: var(--ind-red) !important;
}

/* Dropdown caret — styled SVG-like shape instead of raw ▾ */
body .alz-nav .menu-item-has-children > a::after,
body .alz-nav .mil-menu-item-has-children > a::after {
  content: '' !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) translate(-2px, -2px) !important;
  margin-left: 0.25rem !important;
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
  background: transparent !important;
  border-radius: 0 !important;
  position: static !important;
}
body .alz-nav .menu-item-has-children:hover > a::after {
  transform: rotate(225deg) translate(-2px, -2px) !important;
  opacity: 1;
}
/* Dropdown submenus (WordPress uses .sub-menu) */
body header .sub-menu,
body .alz-nav .sub-menu,
body .alz-nav ul ul,
body header ul ul,
body .alz-nav__submenu {
  background: var(--ind-dark) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-top: 3px solid var(--ind-red) !important;
  padding: 0.5rem 0 !important;
  min-width: 240px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  /* Position right below parent link — close the gap */
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
}
/* Keep submenu visible while cursor is inside it */
body .alz-nav > li.mil-has-children:hover > .sub-menu,
body .alz-nav > li.mil-has-children > .sub-menu:hover,
body .mil-navigation nav ul li.mil-has-children:hover > ul,
body .mil-navigation nav ul li.mil-has-children > ul:hover {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translateY(0) scale(1) !important;
  visibility: visible !important;
}
body header .sub-menu li,
body .alz-nav .sub-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent !important;
}
body header .sub-menu a,
body .alz-nav .sub-menu a,
body .alz-nav ul ul a,
body header ul ul a,
body .alz-nav__submenu a {
  color: rgba(255,255,255,0.82) !important;
  padding: 0.7rem 1.25rem !important;
  display: block;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
body header .sub-menu a:hover,
body .alz-nav .sub-menu a:hover,
body .alz-nav ul ul a:hover,
body header ul ul a:hover {
  color: var(--ind-white) !important;
  background: rgba(255,255,255,0.04) !important;
  border-left-color: var(--ind-red);
  padding-left: 1.5rem !important;
}
/* Active/current menu item */
body .alz-nav .current-menu-item > a,
body .alz-nav .current-menu-parent > a {
  color: var(--ind-red) !important;
}
body .alz-nav .current-menu-item > a::after,
body .alz-nav .current-menu-parent > a::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--ind-red);
  margin-top: 4px;
}

.alz-header-cta, header .mil-btn, header .alz-btn {
  background: var(--ind-red) !important;
  color: var(--ind-white) !important;
  border-radius: 0 !important;
  padding: 0.75rem 1.5rem !important;
  font-family: var(--ind-f-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  border: 2px solid var(--ind-red) !important;
}
.alz-header-cta:hover {
  background: var(--ind-red-deep) !important;
  border-color: var(--ind-red-deep) !important;
}

/* Logo area — invert black parts to white while preserving red */
.alz-header .alz-logo, header .alz-logo, header .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
body .alz-logo__img, body header .alz-logo img {
  /* Full white logo on dark header: identity preserved via shape, red lives in CTA/wordmark */
  filter: brightness(0) invert(1);
  max-height: 48px;
  width: auto;
}
/* Wordmark MUST be white on dark header, always visible (including mobile) */
body .alz-logo__wordmark,
body header .alz-logo__wordmark,
body .alz-header .alz-logo__wordmark {
  color: var(--ind-white) !important;
  font-family: var(--ind-f-display);
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block !important;
}
/* Smaller wordmark on mobile to fit alongside hamburger */
@media (max-width: 900px) {
  body .alz-logo__wordmark,
  body header .alz-logo__wordmark {
    font-size: 1.2rem !important;
    letter-spacing: 0.06em !important;
  }
  body .alz-logo__img {
    max-height: 36px !important;
    height: 36px !important;
    width: 36px !important;
  }
}

/* ============ FOOTER — INDUSTRIAL ============ */
footer, .mil-footer, .alz-footer, body > footer {
  background: var(--ind-dark) !important;
  color: var(--ind-white);
  padding: 5rem 2rem 2rem !important;
  position: relative;
  border-top: 4px solid var(--ind-red);
}
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ind-red) 0%, var(--ind-red) 40%, var(--ind-safety) 40%, var(--ind-safety) 60%, var(--ind-red) 60%);
}
footer .container, footer > div {
  max-width: 1400px;
  margin: 0 auto;
}
footer a, .mil-footer a, .alz-footer a, body > footer a {
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover, .alz-footer a:hover {
  color: var(--ind-red) !important;
}
footer h3, footer h4, footer .widget-title,
.mil-footer h3, .mil-footer h4, footer .alz-footer__title {
  font-family: var(--ind-f-display);
  font-size: 1.15rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ind-white);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--ind-red);
  display: inline-block;
}
footer p, footer li {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li { margin-bottom: 0.5rem; }
/* Footer bottom bar */
.alz-footer__bottom, footer .alz-footer__copy {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* ============ COOKIE BANNER ============ */
.alz-cookie, .alz-cookie-banner, #alz-cookie, [class*="cookie-banner"] {
  background: var(--ind-dark) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-left: 4px solid var(--ind-red) !important;
  color: var(--ind-white) !important;
  border-radius: 0 !important;
  font-family: var(--ind-f-body);
  font-size: 0.85rem !important;
  max-width: 420px !important;
  padding: 1.5rem !important;
}
.alz-cookie h3, .alz-cookie h4, .alz-cookie__title {
  font-family: var(--ind-f-display) !important;
  font-size: 1.1rem !important;
  color: var(--ind-white) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem !important;
}
.alz-cookie button, .alz-cookie-actions button, [class*="cookie"] button {
  border-radius: 0 !important;
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem !important;
}
.alz-cookie .btn-primary, .alz-cookie [class*="accept"] {
  background: var(--ind-red) !important;
  color: var(--ind-white) !important;
  border: 2px solid var(--ind-red) !important;
}

/* ============ FAQ — INDUSTRIAL ACCORDION ============ */
.alz-faq, .alz-faqs {
  max-width: 900px;
  margin: 2rem auto 0;
  border-top: 2px solid var(--ind-soft-black);
}
.alz-faq__item, .alz-faqs details {
  border-bottom: 1px solid rgba(25,25,25,0.12);
  transition: background 0.2s ease;
}
.alz-faq__item[open], .alz-faqs details[open] {
  background: var(--ind-white);
}
.alz-faq__q, .alz-faqs summary, .alz-faq__item summary {
  font-family: var(--ind-f-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 1.75rem 3rem 1.75rem 0;
  cursor: pointer;
  position: relative;
  color: var(--ind-soft-black);
  list-style: none;
  outline: none;
}
.alz-faq__q::-webkit-details-marker, .alz-faqs summary::-webkit-details-marker { display: none; }
.alz-faq__q::after, .alz-faqs summary::after, .alz-faq__item summary::after {
  content: '+';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-family: var(--ind-f-display);
  font-size: 2rem;
  color: var(--ind-red);
  transition: transform 0.2s ease;
}
.alz-faq__item[open] summary::after, .alz-faqs details[open] summary::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}
.alz-faq__a, .alz-faqs details p {
  padding: 0 0 1.75rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(25,25,25,0.75);
}

/* ============ TEXTURE on cream sections ============ */
.alz-section:not(.alz-section--dark) {
  background-image:
    radial-gradient(circle at 1px 1px, rgba(25,25,25,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  background-color: var(--ind-cream);
}

/* Industrial "ruled" pattern on dark sections */
.alz-section--dark,
.ind-section--dark,
.ind-cta {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  background-color: var(--ind-dark);
}

/* ============ KARRIERE hero with background image ============ */
.page-karriere .alz-hero::before,
body.page-template-page-karriere .alz-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/09/Lepton_1.jpeg');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}

/* ============ STICKY HEADER transition ============ */
header.alz-header.is-scrolled {
  background: rgba(15,15,15,0.96) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Ensure readable text contrast on cream background */
.alz-section:not(.alz-section--dark) p,
.alz-section:not(.alz-section--dark) li {
  color: rgba(25,25,25,0.78);
}

/* Remove default Bootstrap/ITSulu rounded corners on buttons/inputs */
.alz-btn, .alz-contact-form input, .alz-contact-form textarea,
.alz-contact-form select, .wpcf7 input, .wpcf7 textarea,
button, .mil-btn, .btn {
  border-radius: 0 !important;
}

/* ============ SPLASH / PAGE ENTRANCE OVERLAY ============ */
#alz-splash {
  position: fixed;
  inset: 0;
  background: var(--ind-dark);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: all;
  overflow: hidden;
}
#alz-splash::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
#alz-splash.is-done {
  opacity: 0;
  visibility: hidden;
}
.alz-splash__logo {
  font-family: var(--ind-f-display);
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ind-white);
  position: relative;
  overflow: hidden;
  padding: 0 0.5rem;
}
.alz-splash__logo span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: alzSplashLetter 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
/* Stagger each letter via --i */
.alz-splash__logo span:nth-child(1) { animation-delay: 0.10s; }
.alz-splash__logo span:nth-child(2) { animation-delay: 0.15s; }
.alz-splash__logo span:nth-child(3) { animation-delay: 0.20s; }
.alz-splash__logo span:nth-child(4) { animation-delay: 0.25s; }
.alz-splash__logo span:nth-child(5) { animation-delay: 0.30s; }
.alz-splash__logo span:nth-child(6) { animation-delay: 0.35s; }
.alz-splash__logo span:nth-child(7) { animation-delay: 0.40s; }
.alz-splash__logo span:nth-child(8) { animation-delay: 0.45s; }

.alz-splash__accent {
  display: inline-block;
  color: var(--ind-red);
  animation: alzSplashAccent 0.6s 0.5s ease forwards;
  opacity: 0;
  transform: scale(0.5);
}

.alz-splash__tagline {
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  opacity: 0;
  transform: translateY(12px);
  animation: alzSplashFade 0.6s 0.6s ease forwards;
}

.alz-splash__line {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--ind-red) 0%, var(--ind-safety) 100%);
  animation: alzSplashBar 1.3s 0.05s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes alzSplashLetter {
  0% { opacity: 0; transform: translateY(100%); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes alzSplashAccent {
  0% { opacity: 0; transform: scale(0.5) rotate(-8deg); }
  60% { transform: scale(1.15) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes alzSplashFade {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 0.7; transform: translateY(0); }
}
@keyframes alzSplashBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* While splash visible: no body scroll */
body.alz-splashing {
  overflow: hidden;
}

/* Skip splash on prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  #alz-splash { display: none !important; }
}

/* ============ ENTRANCE ANIMATIONS ============ */
.ind-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.ind-reveal--in {
  opacity: 1;
  transform: translateY(0);
}

/* Special reveal for hero title — clip-path slide */
.ind-hero__title.ind-reveal,
.alz-hero__title.ind-reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ind-hero__title.ind-reveal--in,
.alz-hero__title.ind-reveal--in {
  opacity: 1;
  transform: translateY(0);
}

/* Cards/items slide up with subtle stagger */
.ind-sol.ind-reveal,
.alz-feature-card.ind-reveal,
.alz-team__card.ind-reveal,
.alz-country.ind-reveal,
.alz-challenge.ind-reveal {
  opacity: 0;
  transform: translateY(32px) scale(0.98);
  transition:
    opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.ind-sol.ind-reveal--in,
.alz-feature-card.ind-reveal--in,
.alz-team__card.ind-reveal--in,
.alz-country.ind-reveal--in,
.alz-challenge.ind-reveal--in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Timeline items — slide from left */
.alz-timeline__item.ind-reveal {
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.alz-timeline__item.ind-reveal--in {
  opacity: 1;
  transform: translateX(0);
}

/* Stat numbers count-up feel: just scale in */
.ind-stat.ind-reveal,
.alz-stat.ind-reveal {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1.2, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.ind-stat.ind-reveal--in,
.alz-stat.ind-reveal--in {
  opacity: 1;
  transform: scale(1);
}

/* Reduce motion fallback */
@media (prefers-reduced-motion: reduce) {
  .ind-reveal, .ind-reveal--in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============ Fine-tuning for polish ============ */
/* Make sure the content doesn't touch the header at top */
body > main, body > .mil-main { padding-top: 0; }

/* Smooth image transitions */
img { transition: opacity 0.3s ease; }

/* Focus states for accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--ind-safety);
  outline-offset: 2px;
}

/* Selection color */
::selection {
  background: var(--ind-red);
  color: var(--ind-white);
}

/* ============ MOBILE HAMBURGER + NAV ============ */
/* Hamburger button visible on dark header */
body .alz-menu-btn, body .mil-menu-btn {
  border-color: rgba(255,255,255,0.35) !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: 44px !important;
  height: 44px !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
body .alz-menu-btn:hover, body .mil-menu-btn:hover {
  border-color: var(--ind-red) !important;
  background: rgba(227,6,19,0.1) !important;
}
body .alz-menu-btn span, body .mil-menu-btn span,
body .alz-menu-btn span::before, body .mil-menu-btn span::before,
body .alz-menu-btn span::after, body .mil-menu-btn span::after {
  background: var(--ind-white) !important;
  width: 20px;
  height: 2px;
}

/* Mobile navigation overlay (full screen industrial) */
@media (max-width: 900px) {
  body.alz-nav-open {
    overflow: hidden;
  }
  body.alz-nav-open .alz-nav,
  body.alz-nav-open #menu-hauptmenue,
  body.alz-nav-open header nav ul {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: calc(100vh - 70px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: var(--ind-dark) !important;
    padding: 3rem 2rem !important;
    margin: 0 !important;
    gap: 0 !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    animation: alzMobileNavIn 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  body.alz-nav-open .alz-nav > li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    width: 100%;
  }
  body.alz-nav-open .alz-nav > li > a {
    font-size: 1.4rem !important;
    padding: 1.5rem 0 !important;
    letter-spacing: 0.1em !important;
    display: flex !important;
    justify-content: space-between !important;
    font-family: var(--ind-f-heading) !important;
  }
  body.alz-nav-open .alz-nav > li > a::before {
    display: none !important;
  }
  body.alz-nav-open .sub-menu {
    position: static !important;
    border: none !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.02) !important;
    padding: 0.5rem 0 1rem 1rem !important;
    min-width: 0 !important;
  }
  body.alz-nav-open .sub-menu a {
    padding: 0.6rem 0 !important;
    font-size: 0.85rem !important;
  }
  /* Show hamburger button on mobile */
  body .alz-menu-btn, body .mil-menu-btn {
    display: inline-flex !important;
  }
  /* Hide desktop nav until opened */
  body:not(.alz-nav-open) .alz-nav,
  body:not(.alz-nav-open) #menu-hauptmenue {
    display: none !important;
  }
}

@keyframes alzMobileNavIn {
  0% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Hide hamburger on desktop */
@media (min-width: 901px) {
  body .alz-menu-btn, body .mil-menu-btn {
    display: none !important;
  }
}

/* ============ MAGNETIC CTA BUTTONS ============ */
.ind-btn, .alz-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease-out, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ind-btn::after, .alz-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ind-btn:hover::after, .alz-btn:hover::after {
  opacity: 1;
}

/* ============ PAGE TRANSITIONS ============ */
body {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
body.alz-ready {
  opacity: 1;
}
body.alz-leaving {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

/* Ensure readable text contrast on cream background */
.alz-section:not(.alz-section--dark) p,
.alz-section:not(.alz-section--dark) li {
  color: rgba(25,25,25,0.78);
}

/* Remove default Bootstrap/ITSulu rounded corners on buttons/inputs */
.alz-btn, .alz-contact-form input, .alz-contact-form textarea,
.alz-contact-form select, .wpcf7 input, .wpcf7 textarea,
button, .mil-btn, .btn {
  border-radius: 0 !important;
}

.ind-h1 { font-size: clamp(3rem, 9vw, 7.5rem); }
.ind-h2 { font-size: clamp(2.5rem, 6vw, 5rem); }
.ind-h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.ind-eyebrow {
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ind-red);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.ind-eyebrow::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--ind-red);
  display: inline-block;
}

/* ============ HERO ============ */
.ind-hero {
  position: relative;
  min-height: 100vh;
  color: var(--ind-white);
  overflow: hidden;
  background: var(--ind-dark);
  display: flex;
  align-items: center;
}
.ind-hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.ind-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(15,15,15,0.85) 0%, rgba(15,15,15,0.55) 60%, rgba(15,15,15,0.35) 100%),
    radial-gradient(circle at 20% 80%, rgba(227,6,19,0.15) 0%, transparent 50%);
  z-index: 1;
}
.ind-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
  width: 100%;
}
.ind-hero__eyebrow {
  font-family: var(--ind-f-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ind-safety);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ind-hero__eyebrow::before {
  content: '';
  width: 48px;
  height: 3px;
  background: var(--ind-safety);
}
.ind-hero__title {
  font-family: var(--ind-f-display);
  font-size: clamp(3.5rem, 10vw, 9rem);
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--ind-white);
  margin: 0 0 2rem;
  max-width: 900px;
}
.ind-hero__title em {
  font-style: normal;
  color: var(--ind-red);
  position: relative;
}
.ind-hero__title em::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 6px;
  background: var(--ind-red);
}
.ind-hero__lead {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.5;
  max-width: 640px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 3rem;
  font-weight: 400;
}
.ind-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.ind-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.15rem 2rem;
  font-family: var(--ind-f-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.ind-btn--primary {
  background: var(--ind-red);
  color: var(--ind-white);
  border-color: var(--ind-red);
}
.ind-btn--primary:hover {
  background: var(--ind-red-deep);
  border-color: var(--ind-red-deep);
  transform: translateY(-2px);
}
.ind-btn--ghost {
  background: transparent;
  color: var(--ind-white);
  border-color: rgba(255,255,255,0.4);
}
.ind-btn--ghost:hover {
  background: var(--ind-white);
  color: var(--ind-dark);
  border-color: var(--ind-white);
}
.ind-btn__arrow {
  width: 1rem; height: 1rem;
  stroke: currentColor;
  stroke-width: 3;
  transition: transform 0.25s ease;
}
.ind-btn:hover .ind-btn__arrow {
  transform: translateX(4px);
}
.ind-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.ind-hero__scroll::after {
  content: '';
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.35);
  animation: ind-scroll 2s ease-in-out infinite;
}
@keyframes ind-scroll {
  0%, 100% { transform: scaleY(0.5); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

/* ============ STATS STRIP ============ */
.ind-stats {
  background: var(--ind-dark);
  color: var(--ind-white);
  padding: 5rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ind-stats__grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .ind-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
.ind-stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ind-stat__num {
  font-family: var(--ind-f-display);
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  color: var(--ind-white);
}
.ind-stat__unit {
  font-family: var(--ind-f-display);
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: var(--ind-red);
  margin-left: 0.3em;
}
.ind-stat__label {
  font-family: var(--ind-f-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 0.75rem;
}

/* ============ SECTION ============ */
.ind-section {
  padding: 7rem 2rem;
  background: var(--ind-cream);
  position: relative;
}
.ind-section--dark {
  background: var(--ind-dark);
  color: var(--ind-white);
}
.ind-section__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.ind-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 3rem;
  flex-wrap: wrap;
}
.ind-section__head-left {
  flex: 1;
  min-width: 280px;
}
.ind-section__title {
  font-family: var(--ind-f-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--ind-soft-black);
  margin: 1rem 0 0;
  max-width: 720px;
}
.ind-section--dark .ind-section__title { color: var(--ind-white); }
.ind-section__lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(25,25,25,0.7);
  max-width: 480px;
  margin: 0;
}
.ind-section--dark .ind-section__lead { color: rgba(255,255,255,0.7); }

/* ============ SOLUTIONS GRID (industrial cards) ============ */
.ind-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border: 1px solid rgba(25,25,25,0.1);
}
.ind-sol {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ind-white);
  padding: 2.5rem 2rem 2rem;
  min-height: 380px;
  border-right: 1px solid rgba(25,25,25,0.1);
  border-bottom: 1px solid rgba(25,25,25,0.1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: background 0.3s ease;
}
.ind-sol__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.ind-sol__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,15,15,0.4) 0%, rgba(15,15,15,0.88) 100%);
}
.ind-sol:hover .ind-sol__img { opacity: 1; }
.ind-sol:hover { color: var(--ind-white); }
.ind-sol > * { position: relative; z-index: 1; }
.ind-sol__num {
  font-family: var(--ind-f-display);
  font-size: 2.25rem;
  color: var(--ind-red);
  line-height: 1;
}
.ind-sol__title {
  font-family: var(--ind-f-display);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
}
.ind-sol__desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(25,25,25,0.7);
  flex: 1;
  margin: 0;
}
.ind-sol:hover .ind-sol__desc { color: rgba(255,255,255,0.85); }
.ind-sol__arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-family: var(--ind-f-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ind-red);
}
.ind-sol:hover .ind-sol__arrow { color: var(--ind-safety); }

/* ============ FEATURE PRODUCT (Lepton showcase) ============ */
.ind-feature {
  background: var(--ind-soft-black);
  color: var(--ind-white);
  padding: 7rem 2rem;
  position: relative;
}
.ind-feature__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 900px) {
  .ind-feature__inner { grid-template-columns: 1fr; }
}
.ind-feature__visual {
  position: relative;
}
.ind-feature__visual img, .ind-feature__visual video {
  width: 100%;
  height: auto;
  display: block;
}
.ind-feature__badge {
  position: absolute;
  top: -20px; left: -20px;
  background: var(--ind-red);
  color: var(--ind-white);
  padding: 1rem 1.5rem;
  font-family: var(--ind-f-display);
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}
.ind-feature__title {
  font-family: var(--ind-f-display);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
.ind-feature__title em {
  font-style: normal;
  color: var(--ind-red);
}
.ind-feature__lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}
.ind-feature__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 2rem;
}
.ind-spec-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ind-spec-row__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.ind-spec-row__val {
  font-family: var(--ind-f-display);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--ind-white);
}
.ind-spec-row__val em {
  font-style: normal;
  color: var(--ind-red);
  font-size: 0.9em;
}

/* ============ CTA DARK ============ */
.ind-cta {
  padding: 8rem 2rem;
  background: var(--ind-dark);
  color: var(--ind-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ind-cta::before {
  content: 'ALZINGER';
  position: absolute;
  font-family: var(--ind-f-display);
  font-size: 25rem;
  line-height: 1;
  color: rgba(227,6,19,0.04);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.ind-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.ind-cta__eyebrow { justify-content: center; display: flex; margin-bottom: 1.5rem; color: var(--ind-safety); }
.ind-cta__eyebrow::before { background: var(--ind-safety); }
.ind-cta__title {
  font-family: var(--ind-f-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.ind-cta__title em {
  font-style: normal;
  color: var(--ind-red);
}
.ind-cta__lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 3rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ============ INDUSTRIAL STRIP (marquee) ============ */
.ind-strip {
  background: var(--ind-red);
  color: var(--ind-white);
  padding: 1.25rem 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ind-strip__track {
  display: inline-flex;
  gap: 3rem;
  animation: ind-marquee 25s linear infinite;
  font-family: var(--ind-f-display);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ind-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
.ind-strip__item::after {
  content: '◆';
  color: var(--ind-safety);
  font-size: 1.2rem;
}
@keyframes ind-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ VIDEO SHOWCASE ============ */
.ind-videos {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
@media (max-width: 900px) {
  .ind-videos { grid-template-columns: 1fr; }
}
.ind-video-main {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--ind-soft-black);
}
.ind-video-main video {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ind-video-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.ind-video-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  cursor: pointer;
  background: var(--ind-soft-black);
}
.ind-video-thumb video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.ind-video-thumb:hover video { opacity: 1; }
.ind-video-thumb__label {
  position: absolute;
  bottom: 0; left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.85), transparent);
  color: var(--ind-white);
  font-family: var(--ind-f-display);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ind-play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background: rgba(227,6,19,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.25s ease, background 0.25s ease;
}
.ind-video-thumb:hover .ind-play-icon {
  background: var(--ind-red);
  transform: translate(-50%, -50%) scale(1.1);
}
.ind-play-icon::before {
  content: '';
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

/* Hide ITSulu default hero when industrial hero is active */
body.page-id-185 .mil-hero, body.home .mil-hero {
  display: none;
}
body.home > main, body.home > .mil-main, body.page-id-185 > main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
