/* ============================================================
   MOBILE.CSS – Responsive Overrides + neue Sektionen
============================================================ */

/* Hamburger immer unsichtbar auf Desktop */
.nav__hamburger { display: none; }
.nav__mobile    { display: none; }
.nav__overlay   { display: none; }

/* ============================================================
   SERVICE-KARTEN – Echte Bilder
============================================================ */
.service-card__image--1 {
  background: url('img/projektmanagement.png') center center / cover no-repeat !important;
}
.service-card__image--2 {
  background: url('img/beratung.png') center center / cover no-repeat !important;
}
.service-card__image--2::after,
.service-card__image--2::before { display: none !important; }
.service-card__image--3 {
  background: url('img/innenausbau.png') center center / cover no-repeat !important;
}

/* ============================================================
   PROZESS – SO ARBEITEN WIR
============================================================ */
.process {
  padding: 90px 0 80px;
  background: var(--navy);
}
.process__intro { margin-bottom: 60px; }
.process__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.process__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.process__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent);
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.process__steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.process__intro {
  position: relative;
  z-index: 2;
}
.process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 18px;
}
.process__step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  line-height: 56px !important;
  display: grid !important;
  place-items: center !important;
  text-align: center;
  flex-shrink: 0;
  background: rgba(15, 24, 37, 0.4);
  transition: background 0.25s, color 0.25s;
  padding: 0 !important;
  margin: 0;
}
.process__step:hover .process__step-num {
  background: var(--accent);
  color: #0f1825;
}
.process__step-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.process__step-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  max-width: 130px;
  margin: 0 auto;
}
.process__connector {
  flex: 0 0 32px;
  height: 1.5px;
  background: rgba(201, 168, 92, 0.5);
  margin-top: 27px;
  align-self: flex-start;
}


/* ============================================================
   ABOUT – USP LISTE
============================================================ */
.about__usps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 28px;
}
.about__usp {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.about__usp-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,92,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
  margin-top: 1px;
}
.about__usp strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}
.about__usp span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   MOBILE (max 768px)
============================================================ */
@media (max-width: 768px) {

  .container { padding: 0 20px; }

  /* Nav */
  .nav { padding: 0 20px; height: 60px; }
  .nav__links { display: none !important; }
  .nav__cta   { display: none !important; }
  .nav__logo-img { height: 28px; }
  .nav__hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
  }

  /* Mobile Nav Drawer */
  .nav__mobile {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 280px;
    background: #0f1825;
    z-index: 1100;
    flex-direction: column;
    padding: 80px 40px 40px;
    gap: 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }
  .nav__mobile.open { transform: translateX(0); }
  .nav__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
  }
  .nav__overlay.open { display: block !important; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero::after { height: 160px; }
  .hero__content { margin-left: 0; padding: 0 20px; max-width: 100%; }
  .hero__title { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .hero__subtitle { font-size: 0.85rem; max-width: 100%; }

  /* Services Swipe-Karussell */
  .services { padding: 60px 0 50px; }
  .services__intro { padding: 0 20px; margin-bottom: 30px; }
  .services .container { padding: 0 !important; overflow: visible; }
  .services__grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 11vw 16px !important;
    gap: 14px !important;
    scrollbar-width: none;
    width: 100vw;
    box-sizing: border-box;
  }
  .services__grid::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 78vw !important;
    width: 78vw !important;
    min-width: 0;
    scroll-snap-align: center;
  }

  /* Prozess */
  .process { padding: 60px 0; }
  .process__steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .process__step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 18px;
    padding: 14px 0;
    width: 100%;
  }
  .process__step-body { padding-top: 6px; }
  .process__step-text { max-width: 100%; margin: 0; }
  .process__connector {
    width: 1.5px;
    height: 20px;
    flex: none;
    background: linear-gradient(to bottom, var(--accent), rgba(201,168,92,0.15));
    margin: 0 0 0 27px;
    align-self: auto;
  }

  /* About */
  .about { padding: 60px 0; }
  .about__inner { grid-template-columns: 1fr !important; gap: 24px; }
  .about__logos { flex-direction: row; align-items: center; }
  .about__logo-img { width: 120px !important; }
  .about__photo {
    display: block !important;
    width: 100% !important;
    height: 280px !important;
    order: -1;
  }
  .about__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .about__heading { font-size: 1.3rem; }

  /* Reviews */
  .reviews { padding: 60px 0 50px; }
  .reviews__grid { grid-template-columns: 1fr !important; }

  /* CTA Banner */
  .cta-banner { padding: 70px 0; }
  .cta-banner__title { font-size: clamp(1.4rem, 5vw, 2rem); }
  .cta-banner__buttons { flex-direction: column !important; gap: 12px; align-items: stretch; }
  .cta-banner__buttons .btn { width: 100%; text-align: center; }

  /* Kontakt */
  .contact { padding: 60px 0; }
  .contact__inner { grid-template-columns: 1fr !important; gap: 32px; }
  .form-row { grid-template-columns: 1fr !important; }
  .form-submit { align-items: stretch; }
  .form-submit .btn { width: 100%; text-align: center; }
  .recaptcha-notice { text-align: left; max-width: 100%; }

  /* Footer */
  .footer { padding: 50px 0 24px; }
  .footer__top { grid-template-columns: 1fr !important; gap: 32px; padding-bottom: 32px; }
  .footer__bottom { flex-direction: column; gap: 14px; text-align: center; }
  .footer__logo-img { height: 60px; }

  /* Cookie Banner */
  .cookie-banner__inner {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 16px;
    padding: 0 20px;
  }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__decline,
  .cookie-banner__accept { flex: 1; text-align: center; }

  /* Scroll-to-Top */
  .scroll-top { bottom: 20px; right: 20px; width: 42px; height: 42px; }
}
