/* Öffentliche Website (Startseite) */
body.site {
  background: #100f0e;
  color: #ece8e2;
  scroll-behavior: smooth;
}

/* Kopfleiste */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(16, 15, 14, 0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid #24211e;
}
.site-header-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.site-brand img { height: 34px; width: auto; display: block; }
.site-nav { display: flex; gap: 24px; font-size: 0.9rem; }
.site-nav a { color: #c4beb5; letter-spacing: 0.04em; }
.site-nav a:hover { color: var(--accent-bright); text-decoration: none; }

/* Hero */
.hero-home {
  min-height: 76vh; display: flex; align-items: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(240, 180, 41, 0.12), transparent),
    #131211;
  background-size: cover; background-position: center;
  border-bottom: 1px solid #24211e;
}
.hero-home-inner { max-width: 1180px; margin: 0 auto; padding: 90px 22px; width: 100%; }
.hero-eyebrow {
  margin: 0 0 14px; font-size: 0.78rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--accent-bright); font-weight: 600;
}
.hero-home h1 {
  margin: 0; font-size: clamp(2.4rem, 7vw, 4.4rem); line-height: 1.06;
  font-weight: 600; letter-spacing: -0.02em;
}
.hero-text { margin: 20px 0 0; max-width: 520px; color: #b8b1a8; font-size: 1.02rem; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }

/* Buttons */
.cta {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 99px;
  border: 1px solid #4a453f; color: #ece8e2;
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  transition: border-color 0.2s, background 0.2s, transform 0.15s, color 0.2s;
}
.cta:hover { border-color: var(--accent-bright); color: var(--accent-bright); transform: translateY(-1px); text-decoration: none; }
.cta-primary { background: var(--accent-bright); border-color: var(--accent-bright); color: #17150f; }
.cta-primary:hover { color: #17150f; filter: brightness(1.07); }

/* Abschnitte */
.section { max-width: 1180px; margin: 0 auto; padding: 84px 22px; scroll-margin-top: 62px; }
.section-alt {
  max-width: none; background: #161413; border-top: 1px solid #24211e; border-bottom: 1px solid #24211e;
}
.section-alt > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-head { max-width: 620px; margin-bottom: 44px; }
.section-eyebrow {
  display: block; font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--accent-bright); font-weight: 600; margin-bottom: 12px;
}
.section-head h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 3.6vw, 2.3rem); font-weight: 600; letter-spacing: -0.015em; }
.section-head p { margin: 0; color: #918a81; line-height: 1.7; }

/* Leistungen */
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 18px; }
.service {
  padding: 28px 26px; border-radius: 14px;
  border: 1px solid #26232080; background: rgba(255, 255, 255, 0.022);
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.service:hover { border-color: #4a453f; transform: translateY(-2px); background: rgba(255, 255, 255, 0.04); }
.service-icon {
  display: flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 13px; margin-bottom: 18px;
  border: 1px solid #3d3833; color: var(--accent-bright);
  background: rgba(240, 180, 41, 0.07);
}
.service h3 { margin: 0 0 8px; font-size: 1.06rem; font-weight: 600; }
.service p { margin: 0; color: #918a81; font-size: 0.9rem; line-height: 1.65; }

/* Portfolio */
.pf-grid { columns: 3 280px; column-gap: 16px; }
.pf-item {
  position: relative; margin: 0 0 16px; break-inside: avoid;
  border-radius: 12px; overflow: hidden; background: #221f1d; cursor: zoom-in;
}
.pf-item img { width: 100%; display: block; transition: transform 0.35s ease; }
.pf-item:hover img { transform: scale(1.035); }
.pf-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 26px 16px 14px;
  background: linear-gradient(transparent, rgba(12, 11, 10, 0.88));
  display: flex; flex-direction: column; gap: 3px;
}
.pf-cat { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-bright); font-weight: 700; }
.pf-cap { font-size: 0.88rem; color: #e4dfd8; }

/* Portfolio-Lightbox */
.pf-lightbox {
  position: fixed; inset: 0; z-index: 60; background: rgba(10, 9, 8, 0.96);
  display: none; align-items: center; justify-content: center;
}
.pf-lightbox.open { display: flex; }
.pf-lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 6px; }
.pf-close, .pf-nav {
  position: absolute; border: 0; cursor: pointer; color: #fff;
  background: rgba(255, 255, 255, 0.09); border-radius: 99px;
  width: 46px; height: 46px; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
}
.pf-close:hover, .pf-nav:hover { background: rgba(255, 255, 255, 0.2); }
.pf-close { top: 18px; right: 18px; }
.pf-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.pf-next { right: 14px; top: 50%; transform: translateY(-50%); }

/* Kontakt */
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.client-note {
  margin-top: 54px; padding: 20px 26px; border-radius: 14px;
  border: 1px solid #26232080; background: rgba(255, 255, 255, 0.02);
  display: flex; align-items: center; gap: 18px; max-width: 520px;
}
.client-note-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid #4a453f; color: var(--accent-bright);
  display: flex; align-items: center; justify-content: center;
}
.client-note-title {
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-bright); font-weight: 600; margin-bottom: 4px;
}
.client-note p { margin: 0; color: #8f887f; font-size: 0.88rem; line-height: 1.6; }

/* Fußzeile */
.site-footer {
  text-align: center; padding: 46px 22px 62px;
  border-top: 1px solid #24211e; color: #77706a; font-size: 0.85rem;
}
.site-footer .footer-logo { width: 168px; max-width: 55%; height: auto; margin-bottom: 14px; opacity: 0.95; }
.site-footer p { margin: 6px 0; }
.site-footer a { color: #a09890; }
.site-footer .footer-copy { margin-top: 16px; color: #5f5a55; font-size: 0.8rem; }

/* WhatsApp-Schaltfläche */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 40;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s;
}
.wa-float:hover { transform: scale(1.08); text-decoration: none; }

@media (max-width: 700px) {
  .site-nav { gap: 16px; font-size: 0.84rem; }
  .site-brand img { height: 28px; }
  .hero-home { min-height: 68vh; }
  .hero-home-inner { padding: 60px 18px; }
  .section { padding: 60px 18px; }
  .hero-actions .cta, .contact-actions .cta { flex: 1 1 100%; justify-content: center; }
  .pf-grid { columns: 2 150px; column-gap: 10px; }
  .pf-item { margin-bottom: 10px; }
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}
@media (max-width: 420px) {
  .site-nav a:first-child { display: none; }
}
