
:root{
  --bg:#09090b;
  --panel:#111116;
  --text:#f4f4f6;
  --muted:#aaaab4;
  --mag:#ff008c;
  --vio:#8c2bff;
  --line:rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.site-header{position:fixed;z-index:40;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:linear-gradient(180deg,rgba(4,4,7,.94),rgba(4,4,7,.64),transparent);backdrop-filter:blur(8px)}
.brand img{width:250px;height:62px;object-fit:contain;object-position:left center;background:transparent}
.nav{display:flex;gap:28px;align-items:center;font-size:14px}
.nav a{color:#ddd}
.nav a:hover{color:#fff}
.nav-cta{border:1px solid rgba(255,0,140,.7);padding:10px 16px;border-radius:999px}
.menu-btn{display:none;background:none;border:0;color:white;font-size:26px}
.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:saturate(1.05) contrast(1.04)}
.hero-shade{position:absolute;inset:0;background:
linear-gradient(90deg,rgba(5,5,8,.92) 0%,rgba(5,5,8,.55) 43%,rgba(5,5,8,.15) 72%),
linear-gradient(0deg,rgba(9,9,11,.95) 0%,transparent 40%)}
.hero-content{position:relative;z-index:2;width:min(800px,90vw);padding:0 0 9vh 7vw}
.eyebrow{letter-spacing:.18em;font-weight:700;font-size:12px;color:#ff4eb1}
h1,h2,h3{margin:.15em 0;line-height:1.02}
h1{font-size:clamp(54px,8vw,112px);font-weight:800;letter-spacing:-.045em}
h1 span{background:linear-gradient(90deg,#ff1597,#b73cff);-webkit-background-clip:text;color:transparent}
.hero-copy{max-width:620px;font-size:clamp(18px,2vw,25px);color:#ddd}
.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700}
.btn.primary{background:linear-gradient(100deg,var(--mag),var(--vio));box-shadow:0 8px 35px rgba(255,0,140,.22)}
.btn.ghost{border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.2)}
.section{width:min(1180px,90vw);margin:0 auto;padding:110px 0}
.intro{display:grid;grid-template-columns:1.1fr 1fr;gap:8vw;border-bottom:1px solid var(--line)}
.intro h2,.feature-copy h2,.tech h2,.wedding h2,.photobooth h2,.gallery h2,.contact h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.04em}
.intro>p,.feature-copy p,.tech-copy p,.wedding-copy p,.photobooth p,.gallery-head>p,.contact p{color:var(--muted);font-size:18px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.service-card{background:linear-gradient(160deg,#15151c,#0d0d11);border:1px solid var(--line);padding:28px;border-radius:18px;min-height:230px}
.service-card span{color:#ff4eb1;font-size:12px;letter-spacing:.18em}
.service-card h3{font-size:25px;margin-top:48px}
.service-card p{color:var(--muted);margin-bottom:0}
.split-feature{display:grid;grid-template-columns:1.45fr .75fr;gap:5vw;align-items:center}
.feature-image{border-radius:26px;overflow:hidden;min-height:560px}
.feature-image img{width:100%;height:100%;min-height:560px;object-fit:cover}
.text-link{display:inline-block;margin-top:20px;color:#ff4eb1;font-weight:700}
.tech{border-top:1px solid var(--line)}
.tech-copy{max-width:700px;margin-bottom:45px}
.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.tech-grid figure{margin:0;position:relative;border-radius:20px;overflow:hidden;background:#111;min-height:360px}
.tech-grid img{width:100%;height:100%;min-height:360px;object-fit:cover;transition:transform .5s ease}
.tech-grid figure:hover img{transform:scale(1.025)}
.tech-grid figcaption{position:absolute;left:18px;bottom:16px;background:rgba(0,0,0,.62);padding:8px 12px;border-radius:999px;font-size:13px}
.magenta-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:
radial-gradient(circle at 25% 70%,rgba(255,0,140,.26),transparent 36%),
linear-gradient(135deg,rgba(151,29,255,.10),rgba(255,0,140,.08));mix-blend-mode:screen}
.magenta-card img,.magenta-img{filter:saturate(1.08) contrast(1.03)}
.wedding{display:grid;grid-template-columns:.72fr 1.28fr;gap:5vw;align-items:center}
.wedding-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.wedding-images img{height:520px;width:100%;object-fit:cover;border-radius:22px}
.photobooth{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center}
.photobooth img{border-radius:24px;max-height:610px;width:100%;object-fit:cover}
.gallery{border-top:1px solid var(--line)}
.gallery-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}
.gallery-head>p{max-width:420px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gallery-grid img{width:100%;height:320px;object-fit:cover;border-radius:14px}
.contact{text-align:center;padding-bottom:130px}
.contact p{max-width:620px;margin:18px auto 28px}
footer{border-top:1px solid var(--line);padding:34px 5vw;display:flex;justify-content:space-between;gap:20px;color:#aaa}
.footer-brand{font-weight:800;color:#fff}
.footer-brand span{color:#ff279e;font-size:12px;margin-left:6px}
.footer-links{display:flex;gap:22px;font-size:13px}
@media(max-width:850px){
  .site-header{height:70px}
  .brand img{width:205px;height:52px}
  .menu-btn{display:block}
  .nav{display:none;position:absolute;top:68px;right:4vw;left:4vw;background:#101014;border:1px solid var(--line);border-radius:16px;padding:18px;flex-direction:column;align-items:stretch}
  .nav.open{display:flex}
  .hero{min-height:82vh}
  .hero-content{padding:0 5vw 8vh}
  .intro,.split-feature,.wedding,.photobooth{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
  .wedding-images img{height:400px}
  .gallery-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:540px){
  .section{padding:78px 0}
  .cards{grid-template-columns:1fr}
  .tech-grid{grid-template-columns:1fr}
  .wedding-images{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid img{height:260px}
  .gallery-head{display:block}
  footer{flex-direction:column}
}

/* =========================================================
   DJ GONZO – ABOUT / MUSIC MAKES IT ALL BETTER
   ========================================================= */

.about {
  padding-top: 110px;
  padding-bottom: 110px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.about-copy {
  max-width: 760px;
}

.about-title {
  margin: 8px 0 24px;
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.about-title::after {
  content: "";
  display: block;
  width: 115px;
  height: 4px;
  margin-top: 24px;
  background: linear-gradient(90deg, #ff008c, #963cff);
  border-radius: 99px;
  box-shadow: 0 0 22px rgba(255,0,140,.65);
}

.about-copy h3 {
  margin: 0 0 28px;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.2;
}

.about-copy > p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}

.about-quote {
  margin-top: 34px;
  padding: 22px 0 22px 24px;
  border-left: 3px solid #ff008c;
  color: rgba(255,255,255,.82);
  font-size: 1.08rem;
  line-height: 1.6;
}

.about-quote strong {
  color: #fff;
  font-size: 1.17rem;
}

.about-photo-placeholder {
  min-height: 580px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 75% 25%, rgba(255,0,140,.24), transparent 36%),
    radial-gradient(circle at 20% 75%, rgba(84,46,255,.20), transparent 42%),
    linear-gradient(145deg, #151515, #080808);
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}

.about-photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(0,0,0,.75)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 39px,
      rgba(255,255,255,.025) 40px
    );
}

.about-photo-placeholder span,
.about-photo-placeholder small {
  position: relative;
  z-index: 1;
}

.about-photo-placeholder span {
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.04em;
}

.about-photo-placeholder small {
  margin-top: 14px;
  color: #ff008c;
  text-transform: uppercase;
  letter-spacing: .18em;
}


/* =========================================================
   REFERENZEN & EVENTS
   ========================================================= */

.references {
  padding-top: 105px;
  padding-bottom: 115px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.references-head {
  max-width: 880px;
  margin-bottom: 52px;
}

.references-head h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.references-head > p:last-child {
  max-width: 670px;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}

.references-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reference-card {
  position: relative;
  min-height: 185px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.reference-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255,0,140,.10);
  filter: blur(20px);
}

.reference-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,0,140,.55);
  background: linear-gradient(145deg, rgba(255,0,140,.08), rgba(255,255,255,.025));
}

.reference-card.featured {
  border-color: rgba(255,0,140,.42);
  background:
    radial-gradient(circle at 88% 10%, rgba(255,0,140,.20), transparent 38%),
    linear-gradient(145deg, rgba(255,0,140,.07), rgba(255,255,255,.025));
}

.reference-card span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 17px;
  color: #ff008c;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.reference-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.reference-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.62);
}

.references-bottom {
  margin-top: 56px;
  padding: 34px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.references-bottom strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 2.6rem);
  letter-spacing: -.02em;
}

.references-bottom p {
  margin: 9px 0 0;
  color: #ff008c;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-photo-placeholder {
    min-height: 470px;
  }

  .references {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .references-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-photo-placeholder {
    min-height: 390px;
    padding: 26px;
  }

  .reference-card {
    min-height: 160px;
    padding: 24px;
  }

  .references-bottom {
    padding: 28px 12px;
  }
}



/* ABOUT FOTO – ECHTES BILD */
.about-photo {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #151515, #080808);
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 900px) {
  .about-photo img {
    min-height: 470px;
  }
}

@media (max-width: 560px) {
  .about-photo img {
    min-height: 390px;
  }
}

/* FINALER FEINSCHLIFF */
.reference-card span {
  white-space: nowrap;
}

.references-bottom strong {
  font-size: clamp(1.25rem, 2.1vw, 2.15rem);
  line-height: 1.15;
}

