*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#151515;line-height:1.55}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:0 4vw;height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid #eee}.brand{text-decoration:none;font-weight:800;letter-spacing:.04em}.nav{display:flex;gap:28px}.nav a{text-decoration:none;text-transform:uppercase;font-size:13px;letter-spacing:.12em}.hero{padding:9vw 4vw 6vw}.hero h1{margin:0;font-size:clamp(50px,9vw,120px);line-height:.88;letter-spacing:-.065em}.hero p{max-width:680px;color:#666;font-size:19px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.tile{position:relative;aspect-ratio:16/10;overflow:hidden;background:#222;color:white;text-decoration:none}.tile img,.tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.tile video{opacity:0}.tile.has-video:hover video{opacity:1}.tile.has-video:hover img{opacity:0}.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65),transparent 60%)}.tile-copy{position:absolute;z-index:2;left:26px;bottom:22px;right:26px}.tile-title{font-size:clamp(20px,2.3vw,34px);font-weight:700}.tile-sub{font-size:13px;opacity:.8}.contact{padding:8vw 4vw;background:#f4f4f1;display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact h2,.film-title,.profile h1{font-size:clamp(44px,7vw,90px);line-height:.94;letter-spacing:-.055em;margin:0}.footer{padding:28px 4vw;display:flex;justify-content:space-between;font-size:13px}.footer div{display:flex;gap:18px}.footer a{text-decoration:none}.page{padding:2vw 4vw}.profile{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.profile .copy{font-size:22px}.film-head{padding:7vw 4vw 45px}.film-layout{padding:0 4vw 8vw;display:grid;grid-template-columns:1.4fr .6fr;gap:55px}.video{position:relative;padding-top:56.25%;background:#111}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.film-text{color:#444}.film-text h2{color:#111}.legal{max-width:1600px}.note{padding:16px;background:#f3f3ef;border-left:4px solid #222}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.film-layout,.profile,.contact{grid-template-columns:1fr}}@media(max-width:600px){.grid{grid-template-columns:1fr}.site-header{height:auto;padding-top:18px;padding-bottom:18px;align-items:flex-start}.nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.tile{aspect-ratio:4/3}.footer{flex-direction:column;gap:18px}}

/* --- Verfeinerung Film-Unterseiten --- */
.film-head{
  padding:clamp(62px,8vw,112px) 4vw 34px;
  max-width:1180px;
}
.film-head p{
  margin:0 0 16px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#7a7a7a;
}
.film-head .film-title{
  max-width:900px;
}
.film-description{
  max-width:760px;
  margin-top:28px;
  font-size:clamp(18px,2vw,24px);
  line-height:1.5;
  color:#4f4f4f;
}
.film-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid #e7e7e7;
  max-width:760px;
  color:#777;
  font-size:13px;
}
.film-layout{
  display:block;
  padding:0 4vw clamp(82px,9vw,130px);
}
.film-layout .video{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
.film-after{
  max-width:760px;
  margin:28px 0 0;
  color:#555;
  font-size:15px;
}
.film-after a{
  text-decoration:none;
  border-bottom:1px solid currentColor;
}

/* --- Neuer Kontaktbereich --- */
.contact{
  position:relative;
  overflow:hidden;
  padding:clamp(78px,10vw,138px) 4vw;
  background:#181818;
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:clamp(40px,7vw,110px);
  align-items:end;
}
.contact:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  right:-110px;
  top:-190px;
}
.contact:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(255,255,255,.035);
  left:45%;
  bottom:-80px;
}
.contact > *{
  position:relative;
  z-index:2;
}
.contact-label{
  margin:0 0 20px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:rgba(255,255,255,.56);
}
.contact h2{
  max-width:730px;
  margin:0;
  font-size:clamp(50px,7.5vw,104px);
  line-height:.9;
  letter-spacing:-.065em;
  font-weight:700;
}
.contact-intro{
  max-width:520px;
  margin:28px 0 0;
  color:rgba(255,255,255,.62);
  font-size:17px;
}
.contact-card{
  padding:30px 0 4px;
  border-top:1px solid rgba(255,255,255,.22);
}
.contact-row{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.contact-row span{
  color:rgba(255,255,255,.45);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.contact-row a{
  color:#fff;
  text-decoration:none;
  font-size:clamp(17px,2vw,22px);
}
.contact-row a:hover{
  opacity:.64;
}
.contact-note{
  margin-top:18px;
  color:rgba(255,255,255,.42);
  font-size:12px;
}
.footer{
  background:#181818;
  color:rgba(255,255,255,.58);
  border-top:1px solid rgba(255,255,255,.1);
}
.footer a{
  color:rgba(255,255,255,.72);
}
@media(max-width:900px){
  .contact{grid-template-columns:1fr}
}
@media(max-width:600px){
  .contact-row{grid-template-columns:1fr;gap:4px}
  .film-description{font-size:18px}
}


/* --- V3 Anpassungen --- */

/* Startseiten-Headline ohne manuellen Umbruch */
.hero h1{
  white-space:nowrap;
  font-size:clamp(38px,7.2vw,108px);
  line-height:.92;
  letter-spacing:-.06em;
}

/* Kacheln im Verhältnis 500:400 = 5:4 */
.tile{
  aspect-ratio:5/4;
}

/* Kontaktbereich hell, ohne dekorative Kreise */
.contact{
  background:#f3f1ed;
  color:#171717;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
}
.contact:before,
.contact:after{
  display:none !important;
}
.contact-label{
  color:#7d7a74;
}
.contact-intro{
  color:#66635e;
}
.contact-card{
  border-top:1px solid #cfcac2;
}
.contact-row{
  border-bottom:1px solid #d8d3cb;
}
.contact-row span{
  color:#858078;
}
.contact-row a{
  color:#171717;
}
.contact-note{
  color:#858078;
}
.footer{
  background:#f3f1ed;
  color:#706c65;
  border-top:1px solid #d8d3cb;
}
.footer a{
  color:#504d48;
}

/* Profil mit Portrait */
.profile{
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  align-items:start;
}
.profile-heading{
  grid-column:1 / -1;
}
.profile-heading h1{
  white-space:nowrap;
}
.profile-portrait{
  width:100%;
  max-width:560px;
}
.profile-portrait img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.profile .copy{
  max-width:820px;
}

@media(max-width:900px){
  .profile{
    grid-template-columns:1fr;
  }
  .profile-heading{
    grid-column:auto;
  }
  .profile-heading h1{
    white-space:normal;
  }
}
@media(max-width:600px){
  .hero h1{
    white-space:normal;
    font-size:clamp(44px,15vw,72px);
  }
  .tile{
    aspect-ratio:5/4;
  }
}


/* --- V4 Mobile Optimierung --- */

@media (max-width: 760px){

  /* Header */
  .site-header{
    position:sticky;
    top:0;
    min-height:68px;
    height:auto;
    padding:14px 18px;
    align-items:center;
    gap:14px;
  }

  .brand{
    font-size:15px;
    line-height:1.1;
    white-space:nowrap;
    flex:0 0 auto;
  }

  .nav{
    margin-left:auto;
    gap:13px;
    flex-wrap:nowrap;
  }

  .nav a{
    font-size:11px;
    letter-spacing:.1em;
    white-space:nowrap;
  }

  /* Hero */
  .hero{
    padding:54px 20px 42px;
  }

  .hero h1{
    white-space:normal;
    font-size:clamp(42px,14vw,72px);
    line-height:.9;
    letter-spacing:-.055em;
  }

  .hero p{
    margin-top:22px;
    font-size:17px;
    line-height:1.55;
  }

  /* Kacheln */
  .grid{
    grid-template-columns:1fr;
  }

  .tile{
    aspect-ratio:5/4;
  }

  .tile-copy{
    left:18px;
    right:18px;
    bottom:16px;
  }

  .tile-title{
    font-size:27px;
  }

  /* Film-Unterseiten */
  .film-head{
    padding:54px 20px 30px;
  }

  .film-head .film-title{
    font-size:clamp(38px,13vw,62px);
    line-height:.95;
  }

  .film-description{
    margin-top:22px;
    font-size:17px;
    line-height:1.55;
  }

  .film-meta{
    display:block;
    font-size:12px;
  }

  .film-meta span{
    display:block;
    margin-bottom:6px;
  }

  .film-layout{
    padding:0 20px 68px;
  }

  /* Profil */
  .page{
    padding:54px 20px 72px;
  }

  .profile{
    display:block;
  }

  .profile-heading{
    margin-bottom:28px;
  }

  .profile-heading h1{
    white-space:normal;
    font-size:clamp(42px,13vw,68px);
  }

  .profile-portrait{
    max-width:none;
    margin-bottom:28px;
  }

  .profile .copy{
    font-size:18px;
    line-height:1.6;
  }

  /* Kontakt komplett einspaltig */
  .contact{
    display:block;
    padding:64px 20px 58px;
  }

  .contact h2{
    font-size:clamp(48px,15vw,76px);
    line-height:.9;
    letter-spacing:-.055em;
    max-width:none;
  }

  .contact-intro{
    max-width:none;
    margin-top:24px;
    font-size:16px;
    line-height:1.6;
  }

  .contact-card{
    margin-top:42px;
    padding-top:0;
    border-top:1px solid #cfcac2;
  }

  .contact-row{
    display:block;
    padding:17px 0 18px;
  }

  .contact-row span{
    display:block;
    margin-bottom:5px;
    font-size:11px;
  }

  .contact-row a,
  .contact-row div{
    display:block;
    font-size:18px;
    line-height:1.35;
  }

  .contact-note{
    margin-top:18px;
    max-width:100%;
    font-size:11px;
    line-height:1.45;
  }

  /* Footer */
  .footer{
    padding:24px 20px 28px;
    gap:16px;
    flex-direction:column;
    align-items:flex-start;
  }

  .footer div{
    flex-wrap:wrap;
    gap:14px 18px;
  }
}

@media (max-width: 430px){

  .site-header{
    align-items:flex-start;
    flex-direction:column;
    gap:11px;
    padding-top:15px;
    padding-bottom:13px;
  }

  .nav{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    gap:17px;
  }

  .brand{
    font-size:16px;
  }

  .nav a{
    font-size:11px;
  }

  .contact h2{
    font-size:clamp(46px,17vw,70px);
  }
}


/* --- V5 Logo --- */
.brand{
  display:block;
  width:clamp(190px,20vw,285px);
  line-height:0;
  flex:0 0 auto;
}
.brand img{
  display:block;
  width:100%;
  height:auto;
}

/* Auf kleinen Displays bewusst kleiner */
@media(max-width:760px){
  .brand{
    width:165px;
  }
}
@media(max-width:430px){
  .brand{
    width:145px;
  }
}


/* --- V6 Original-Logo --- */
.brand{
  width:clamp(260px,32vw,520px);
  max-width:42vw;
}
.brand picture,
.brand img{
  display:block;
  width:100%;
}
.brand img{
  height:auto;
}

/* Das Original-Logo hat viel transparente Fläche in der Grafik.
   Deshalb bekommt es im Header etwas mehr Breite. */
@media(max-width:760px){
  .brand{
    width:230px;
    max-width:54vw;
  }
}
@media(max-width:600px){
  .brand{
    width:190px;
    max-width:52vw;
  }
}
@media(max-width:430px){
  .brand{
    width:165px;
    max-width:55vw;
  }
}


/* --- V7 Logo kompakter im Header --- */
.brand{
  width:clamp(210px,25vw,400px);
  max-width:34vw;
}

@media(max-width:760px){
  .brand{
    width:180px;
    max-width:44vw;
  }
}

@media(max-width:600px){
  .brand{
    width:150px;
    max-width:44vw;
  }
}

@media(max-width:430px){
  .brand{
    width:135px;
    max-width:48vw;
  }
}


/* --- V8 Mobile Hamburger + kleineres Logo --- */

.menu-toggle{
  display:none;
  width:38px;
  height:34px;
  padding:6px;
  border:0;
  background:transparent;
  cursor:pointer;
  flex:0 0 auto;
}
.menu-toggle span{
  display:block;
  width:100%;
  height:2px;
  margin:5px 0;
  background:#151515;
  transition:transform .25s ease, opacity .25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* Desktop */
.brand{
  width:clamp(190px,22vw,350px);
  max-width:30vw;
}

@media(max-width:760px){

  .site-header{
    min-height:64px;
    padding:10px 16px;
    position:sticky;
    top:0;
  }

  .brand{
    width:145px;
    max-width:58vw;
  }

  .menu-toggle{
    display:block;
    margin-left:auto;
    position:relative;
    z-index:102;
  }

  .nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    margin:0;
    padding:18px 20px 22px;
    background:#fff;
    border-top:1px solid #ececec;
    border-bottom:1px solid #d8d8d8;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
    z-index:101;
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    display:block;
    width:100%;
    padding:11px 0;
    font-size:13px;
    letter-spacing:.12em;
  }
}

@media(max-width:430px){
  .site-header{
    flex-direction:row;
    align-items:center;
    gap:10px;
    padding-top:9px;
    padding-bottom:9px;
  }

  .brand{
    width:128px;
    max-width:60vw;
  }

  .nav{
    width:100%;
  }
}
