/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:     #ffffff;  /* Schrift jetzt Weiß */
  --grey:      #888888;  /* Nebentext Mittelgrau */
  --bg:        #000000;  /* Hintergrund Tiefschwarz */
  --light-bg:  #111111;  /* Abgesetzte Bereiche fast Schwarz */
  --white:     #ffffff;
  --serif:     Georgia, 'Times New Roman', serif;
  --sans:      system-ui, -apple-system, sans-serif;
  --nav-h:     60px;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--black);
  background: var(--bg);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: normal;
  line-height: 1.2;
  color: var(--white);
}
h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
h2 { font-size: 1.8rem; margin-bottom: 2rem; }
h3 { font-size: 1rem; margin-bottom: .8rem; }
h4 { font-size: .95rem; margin-bottom: .4rem; }
p  { color: var(--grey); font-size: .95rem; margin-bottom: 1rem; }
a  { color: var(--white); text-decoration: underline; }
a:hover { opacity: .6; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
section    { padding: 90px 0; }
.bg-light  { background: var(--light-bg); }
.mt-2      { margin-top: 2rem; }

/* NAV */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95); /* Dunkles Nav-Menü */
  border-bottom: 1px solid #222;
}
#navbar.scrolled { border-bottom-color: #333; }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--nav-h);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}



.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  font-size: .82rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: .04em;
}

.nav-links li::marker {
  content: "";
}

/* Hamburger */
.hamburger span {
  background: var(--white); /* Striche vom Menü in Weiß */
}

.mobile-menu {
  background: var(--bg);
  border-top: 1px solid #222;
}
.mobile-menu li a {
  color: var(--white);
}

#hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; 
  text-align: center;
  
  /* HIER IST DER SCHUBSER: */
  padding-top: 0;         /* Wir gehen auf 0 runter */
  margin-top: -50px;      /* Das zieht ALLES (Logo + Name) noch ein Stück höher */
  
  background: var(--bg);
}

.hero-content { 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-logo {
  width: 600px; 
  max-width: 90%;
  height: auto;
  display: block;
  /* Die Magie: Kein Abstand nach unten */
  margin: 0 auto 0; 
  
  filter: invert(1) contrast(2) brightness(1.5);
  mix-blend-mode: screen;
}

#hero h1, #hero h2, .hero-title {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  
  /* HIER WIRD DIE LÜCKE GEKILLT: 
     Wir ziehen den Namen massiv nach oben ins Logo rein */
  margin-top: -250px; 
  
  margin-bottom: 0;
  font-weight: normal;
}

.hero-sub {
  font-size: 0.8rem;
  color: var(--grey);
  letter-spacing: 6px;
  text-transform: uppercase;
  /* Der Untertitel rückt auch näher ran */
  margin-top: 5px; 
}

/* ── CREDITS LIST STYLING ── */
.credit-list li {
  display: grid;
  grid-template-columns: 100px 250px 1fr; /* Jahr | Projekt | Details */
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #111;
  align-items: flex-start;
}

.year { 
  color: #666; 
  font-size: 0.85rem; 
}

.project { 
  color: var(--white); 
  font-weight: 500; 
  text-transform: none; /* ÄNDERUNG: Normale Groß-/Kleinschreibung für den Magazin-Look */
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.role { 
  color: var(--grey); 
  font-size: 0.95rem; 
  line-height: 1.5;
  font-style: italic; /* Macht die Rollenbeschreibung schön dezent */
}

.channel { 
  color: #444; 
  text-align: right; 
  font-size: 0.75rem; 
  text-transform: uppercase; 
}

/* MOBILE OPTIMIERUNG */
@media (max-width: 768px) {
  .credit-list li {
    grid-template-columns: 1fr; /* Alles untereinander auf dem Smartphone */
    gap: 8px;
  }
  .channel { text-align: left; }
}

/* ── VERY COMPACT GALLERY ── */
.gallery-grid {
  display: grid;
  /* Wir bleiben bei 3 Spalten, aber machen die Bilder flacher */
  grid-template-columns: repeat(3, 1fr); 
  gap: 60px; /* Noch mehr Zwischenraum lässt die Bilder kleiner wirken */
  margin-top: 40px;
  max-width: 900px; /* Begrenzt die Gesamtbreite der Galerie, damit sie nicht den ganzen Bildschirm füllt */
  margin-left: auto;
  margin-right: auto;
}

.gallery-item img {
  width: 100%;
  /* Höhe auf 280px reduziert – das ist jetzt sehr kompakt */
  height: 280px; 
  object-fit: cover;
  border: 1px solid #111;
  transition: all 0.4s ease;
  filter: brightness(0.9); /* Macht sie dezent dunkler, bis man drüberfährt */
}

.gallery-item img:hover {
  transform: translateY(-5px); /* Kleiner "Lift-Effekt" statt Vergrößerung */
  filter: brightness(1.1);
  border-color: #444;
}

.photo-credit {
  display: block;
  margin-top: 10px;
  font-size: 0.55rem; /* Mini-Schrift für die Credits */
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

/* HANDY-ANPASSUNG */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* Auf dem Handy lieber 2 nebeneinander, sonst wird es zu winzig */
    gap: 20px;
  }
  .gallery-item img {
    height: 200px;
  }
}
/* ── CONTACT FORM FIX ── */
.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  color: var(--white);
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0; /* Verhindert abgerundete Ecken auf dem iPhone */
}

.contact-form input:focus,
.contact-form textarea:focus { 
  outline: none;
  border-bottom-color: var(--white); 
}

.contact-form button {
  background: var(--white);
  color: #000;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-form button:hover {
  opacity: 0.8;
}

/* FOOTER */
footer {
  border-top: 1px solid #222;
  background: #000;
}
/* FIX: Versteckt die doppelte Liste am linken Rand */
.mobile-menu {
    display: none !important;
}

/* Sorgt dafür, dass das About-H2 wieder sauber linksbündig oder mittig ist */
#about {
    text-align: left;
    margin-top: 50px;
}

/* Entfernt die Aufzählungspunkte, falls die Links links noch da sind */
ul {
    list-style: none;
}
/* ── ABOUT SECTION STYLING ── */

/* ── DER TEXT-BILD-AUSRICHTER ── */

.two-col {
  display: flex;
  align-items: flex-start; /* Zwingt Bild und Text an die Oberkante */
  justify-content: center;
  gap: 60px;               /* Genügend Platz zwischen Bild und Text */
  max-width: 1000px;
  margin: 0 auto;
}

.about-img-container {
  flex: 0 0 45%;          /* Bild bekommt fest 45% der Breite */
}

.about-image {
  width: 100%;
  height: auto;
  filter: grayscale(100%) contrast(1.1);
  border-radius: 2px;
  transition: all 0.5s ease;
}

.about-text {
  flex: 1;                /* Text nimmt den Rest ein */
  padding-top: 5px;       /* Schiebt den Text Millimetergenau auf Bildhöhe */
}

.about-text h2 {
  margin-top: 0;          /* Verhindert das "Absacken" der Überschrift */
  font-size: 2rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* WICHTIG: Damit es auf dem Handy nicht kaputt geht */
@media (max-width: 768px) {
  .two-col {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

/* ── EXTRA COMPACT REEL ── */
.video-container {
  /* 220px ist sehr dezent, fast wie ein Porträtfoto, nur eben als Video */
  max-width: 220px;    
  margin: 40px auto;   /* Weniger Abstand, damit es zum kompakten Look passt */
  padding: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 177.78%; /* Das 9:16 Handy-Format bleibt perfekt erhalten */
  height: 0;
  overflow: hidden;
  background: #000;
  border: 1px solid #1a1a1a;
  /* Ein ganz feiner Schatten, damit es sich vom Hintergrund abhebt */
  box-shadow: 0 10px 25px rgba(0,0,0,0.5); 
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ── SKILLS STYLING ── */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.skills-col h3 {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}

.skills-col p {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.8;
  margin-bottom: 10px;
}

.skills-col strong {
  color: var(--white);
  font-weight: 500;
}

/* Mobile Optimierung */
@media (max-width: 900px) {
  .skills-grid {
    grid-template-columns: 1fr; /* Spalten untereinander auf dem Handy */
  }
}

/* FINALER BILD-CHECK FÜR STILLE ZEUGIN */
#stille-zeugin img {
    height: auto !important;
    display: block;
}

@media (max-width: 768px) {
    #stille-zeugin div[style*="display: flex"] {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    #stille-zeugin img {
        max-width: 80% !important;
        margin: 0 auto 20px auto !important;
    }
}

/* Ordnung für die Buch-Sektion */
#stille-zeugin img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Verhindert, dass jpg.7 und jpg.8 zu groß werden */
img[src*="jpg.7"], img[src*="jpg.8"] {
    max-height: 350px;
    object-fit: contain;
}