@charset "UTF-8";
/* MAREL BAU main.scss
   (facility management styles + später mehr)
*/
/* Templates */
/* ===========================
   Facility Management Template
   - Hero oben mit Bild
   - Leistungen-Grid klickbar
   - Referenzen/Kundenblock
   - Notdienst-Block
   =========================== */
/* HERO SECTION (mit Hintergrundbild, Text, Badges, Buttons) */
.hero-facility {
  position: relative;
  background-color: var(--color-dark);
  color: var(--color-light);
  border-radius: 16px;
  overflow: hidden;
  padding-block: var(--space-xl);
}

/* Hintergrundbild */
.hero-facility__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/facility management/1.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
}

/* Inhalt über dem Bild */
.hero-facility__inner {
  position: relative;
  z-index: 2;
}

.hero-facility__content {
  max-width: 700px;
}

.hero-facility__title {
  font-size: clamp(1.8rem, 0.6vw + 1.4rem, 2.4rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-light);
  margin-bottom: var(--space-s);
}

.hero-facility__text {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--space-m);
}

.hero-facility__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  margin-bottom: var(--space-m);
}

.hero-facility__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
}

/* Variante für den dunklen Notdienst-Block */
.hero-facility__actions--invert .btn--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hero-facility__actions--invert .btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/* LISTEN (Bullet-Listen mit normalem bzw. hellem Text) */
.facility-list {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
  padding-left: 1rem;
  margin-top: var(--space-s);
}

.facility-list li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.facility-list--light {
  color: rgba(255, 255, 255, 0.85);
}

.facility-list--light li {
  color: rgba(255, 255, 255, 0.85);
}

/* GRID MIT DEN EINZELNEN LEISTUNGEN / KLICKBARE KARTEN */
.service-grid {
  margin-top: var(--space-xl);
  display: grid;
  gap: var(--space-l);
}

@media (min-width: var(--bp-md)) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  }
}
/* jede Leistung ist klickbar, verhält sich wie Link+Card */
.service-card {
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  display: block;
  color: inherit;
}

.service-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.service-card .card__title {
  margin-bottom: var(--space-xs);
  color: var(--color-dark);
  font-size: 1rem;
  line-height: 1.3;
}

.service-card .card__text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #444;
  margin-bottom: 0;
}

/* REFERENZEN / KUNDENBLOCK (mit Verlinkung auf einzelne Leistungen) */
.facility-ref {
  background-color: var(--color-light);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.facility-ref__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  margin-bottom: var(--space-l);
}

@media (min-width: var(--bp-md)) {
  .facility-ref__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.facility-ref__cta {
  flex-shrink: 0;
}

.facility-ref__logos {
  display: grid;
  gap: var(--space-l);
}

@media (min-width: var(--bp-md)) {
  .facility-ref__logos {
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  }
}
.facility-ref__item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: var(--space-m);
}

.facility-ref__name {
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.95rem;
  margin-bottom: var(--space-xs);
  color: var(--color-dark);
}

.facility-ref__link {
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.facility-ref__link:hover {
  text-decoration: underline;
}

/* NOTDIENST-SECTION (dunkler Block mit Liste) */
.section--dark {
  background-color: var(--color-dark);
  color: var(--color-light);
}

.section--dark h2 {
  color: var(--color-light);
}

.section--dark .card {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--color-light);
}

.section--dark .card__title {
  color: #fff;
}

.section--dark .card__text {
  color: rgba(255, 255, 255, 0.8);
}

/* Page-spezifisch */
/* =========================================================
   page-facility-management.scss
   Ruhiger, aber markanter Look – Marel-Rot, klares Grau/Weiß
   ========================================================= */
/* =========================================================
   1) HERO OBEN (VIDEO + OVERLAY CARD)
   ========================================================= */
.facility-hero {
  position: relative;
  width: 100%;
  min-height: 380px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  background-image: url("../img/facility-management/1.jpg");
  background-size: cover;
  background-position: center;
}

.facility-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.4);
}

.facility-hero-content {
  position: relative;
  z-index: 2;
  max-width: 420px;
  background: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #fff;
  padding: 1.75rem;
  border-radius: 10px;
  margin: 2rem 1rem;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.facility-hero-headline {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 0.75rem;
}

.facility-hero-headline .headline-line1 {
  display: block;
}

.facility-hero-headline .headline-rotator {
  display: block;
  color: #9bd0ff;
  font-weight: 600;
}

.facility-hero-tagline {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

/* =========================================================
   2) CTA BUTTONS (jetzt wieder Marel-Rot)
   ========================================================= */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #c4302b;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #b52a26;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
}

.btn-primary:hover {
  background-color: #a12a24;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.btn-outline {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1a2e46;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  border-color: #c4302b;
  color: #c4302b;
  background-color: rgba(196, 48, 43, 0.05);
}

/* =========================================================
   3) CONTENT-BEREICH AB NACH DEM VIDEO
   ========================================================= */
.facility-content-area {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.facility-content-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/facility-management/1.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

.facility-content-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 70%), linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0) 200px);
  pointer-events: none;
  z-index: 0;
}

.facility-content-area > * {
  position: relative;
  z-index: 1;
}

/* =========================================================
   4) INTRO SECTION
   ========================================================= */
.hero-intro {
  padding: 3rem 1rem;
}

.intro-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .intro-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c4302b;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.headline-xl {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.text-light p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #444;
  margin-bottom: 0.75rem;
}

.intro-sidecard {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #444;
  max-width: 320px;
}

.sidecard-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  color: #c4302b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

/* =========================================================
   5) REGELBETRIEB / LEISTUNGEN
   ========================================================= */
.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-l, 2rem) auto;
}

.section-head h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.section-head p {
  font-size: 0.9rem;
  color: #444;
}

.service-columns {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto 1rem auto;
}

@media (min-width: 768px) {
  .service-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.service-col {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #444;
}

.service-col h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #c4302b;
  margin-bottom: 0.75rem;
}

.service-col ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.closing-box {
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #444;
}

.closing-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  color: #c4302b;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.closing-box b {
  display: block;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

/* =========================================================
   6) NOTDIENST / HAVARIE GRID
   ========================================================= */
.leistungen-grid {
  max-width: 1100px;
  margin: 0 auto 4rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .leistungen-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.leistung-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #444;
  transition: all 0.25s ease;
}

.leistung-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.leistung-card h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #c4302b;
  margin-bottom: 0.5rem;
}

.leistung-meta {
  font-size: 0.7rem;
  font-weight: 600;
  color: #1a2e46;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

/* =========================================================
   7) NEU: CLICKABLE SUBMODULE GRID (Laufende Betreuung, Notdienst, Referenzen)
   ========================================================= */
.facility-subgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 2rem auto 4rem auto;
  padding-inline: 1rem;
}

@media (min-width: 900px) {
  .facility-subgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.facility-subcard {
  display: block;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease;
}

.facility-subcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.facility-subcard h4 {
  color: #c4302b;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.facility-subcard p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
}

/* =========================================================
   8) REFERENZEN-GRID (mit Bild-Preview)
   ========================================================= */
.referenz-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto 4rem auto;
  padding-inline: 1rem;
}

@media (min-width: 900px) {
  .referenz-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.referenz-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.referenz-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.referenz-card:hover img {
  transform: scale(1.05);
}

.referenz-card .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 0.8rem;
  padding: 0.75rem;
}

/* =========================================================
   9) CONTAINER
   ========================================================= */
.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.btn-primary {
  background-color: #1a2e46 !important;
  border-color: #1a2e46 !important;
  color: #fff !important;
}

/* =========================================================
   10) BUTTON OVERRIDES NUR AUF DIESER SEITE
   ========================================================= */
/* Primär (dunkles Navy) */
.facility-hero .btn-primary,
.hero-intro .btn-primary,
.closing-box .btn-primary {
  background-color: #1a2e46 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #1a2e46 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 0.75rem 1rem !important;
}

.facility-hero .btn-primary:hover,
.hero-intro .btn-primary:hover,
.closing-box .btn-primary:hover {
  background-color: #233a5c !important;
  border-color: #233a5c !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45) !important;
}

/* Sekundär / Outline (Notdienst-Button) */
.facility-hero .btn-outline,
.hero-intro .btn-outline {
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-image: none !important;
  color: #1a2e46 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 0.75rem 1rem !important;
}

.facility-hero .btn-outline:hover,
.hero-intro .btn-outline:hover {
  background-color: rgba(26, 46, 70, 0.05) !important;
  border-color: #1a2e46 !important;
  color: #1a2e46 !important;
}

.fm-hero-card {
  position: relative;
  max-width: 650px;
  background: rgba(15, 15, 15, 0.85); /* dunkle Matte */
  backdrop-filter: blur(8px) saturate(160%);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 2.2rem 2.5rem;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65), 0 0 40px rgba(0, 118, 255, 0.3);
  isolation: isolate;
}

.fm-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

/* Falls du schon eigene styles in anderen page-*.scss hast und die existieren:
   @import "pages/page-leistung";
   @import "pages/page-leistungsseite";
   @import "pages/page-parkett-verlegen";
*//*# sourceMappingURL=main.css.map */