/* Premium redesign layer
   Bewusst separat gehalten: Der bestehende, SEO-relevante Seitenaufbau bleibt intakt. */

:root {
  --papier: #fcfaf6;
  --sand: #f2ebe1;
  --sand-tief: #e5d8c8;
  --tinte: #191512;
  --tinte-weich: #635a52;
  --tinte-zart: #756b62;
  --akzent: #963c48;
  --akzent-hell: #d28b91;
  --dunkel: #1b1714;
  --dunkel-flaeche: #251e19;
  --max: 1400px;
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(180, 132, 93, .07), transparent 23rem),
    var(--papier);
}

.wrap { width: 100%; }

/* Header: ruhiger, hochwertiger und etwas weniger UI-lastig */
#kopf { padding-top: 1.35rem; padding-bottom: 1.35rem; }
.marke img { width: 138px; height: 54px; }
.nav-pille {
  border-color: rgba(25, 21, 18, .1);
  background: rgba(252, 250, 246, .76);
  box-shadow: 0 18px 50px -34px rgba(25, 21, 18, .45);
}
.kopf-cta { padding-inline: 1.55rem; }

/* Hero: ein dominantes Portrait plus ein dokumentarischer Moment statt zweier gleichwertiger Bilder */
#hero {
  min-height: min(940px, 100dvh);
  isolation: isolate;
  padding-top: clamp(7.8rem, 12vw, 10.5rem);
  background:
    linear-gradient(90deg, rgba(252, 250, 246, .98) 0 38%, rgba(252, 250, 246, .7) 54%, transparent 72%),
    linear-gradient(180deg, #f8f3ec 0%, var(--papier) 100%);
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image: repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), rgba(25, 21, 18, .08) calc(8.333% - 1px) 8.333%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
#hero::after {
  content: "MÜNCHEN · EVENTS · MENTALMAGIE";
  position: absolute;
  left: var(--rand);
  bottom: 1.2rem;
  color: rgba(25, 21, 18, .38);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .25em;
}
.hero-diptychon {
  top: clamp(2rem, 4vw, 4.2rem);
  right: clamp(1rem, 3.4vw, 4.2rem);
  bottom: clamp(2.4rem, 4vw, 4.8rem);
  width: min(49vw, 760px);
  display: block;
  overflow: visible;
}
.hero-diptychon::after { display: none; }
.hero-p { position: absolute; background: #ded2c5; }
.hero-p.p1 {
  inset: 0 0 0 11%;
  margin: 0;
  border-radius: 48% 48% 1.2rem 1.2rem / 18% 18% 1.2rem 1.2rem;
  box-shadow: 0 42px 100px -60px rgba(45, 28, 20, .65);
}
.hero-p.p1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(24, 17, 13, .26));
  pointer-events: none;
}
.hero-p.p1 img { object-position: 50% 31%; }
.hero-p.p1 figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  z-index: 2;
  color: rgba(255, 255, 255, .86);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-p.p2 {
  z-index: 3;
  left: -1%;
  bottom: 7%;
  width: 34%;
  height: 43%;
  margin: 0;
  border: .55rem solid var(--papier);
  border-radius: 9rem 9rem .8rem .8rem;
  box-shadow: 0 30px 70px -45px rgba(25, 21, 18, .7);
}
.hero-p.p2 img { object-position: 48% 36%; }
.hero-siegel {
  position: absolute;
  right: -1.25rem;
  bottom: 4.5rem;
  z-index: 5;
  width: 8.2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: var(--akzent);
  border-radius: 50%;
  box-shadow: 0 26px 58px -34px rgba(99, 24, 34, .85);
  transform: rotate(4deg);
}
.hero-siegel-wert { font-family: var(--ff-display); font-size: 1.75rem; line-height: .95; }
.hero-siegel-sterne { margin: .25rem 0 .2rem; color: #f3d8b1; font-size: .58rem; letter-spacing: .1em; }
.hero-siegel-text { font-size: .55rem; font-weight: 600; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.hero-text { max-width: min(54vw, 720px); }
#hero h1 { max-width: 11.5ch; font-size: clamp(3.4rem, 6.8vw, 6.8rem); line-height: .89; }
.hero-claim { font-size: clamp(1.24rem, 2vw, 1.65rem); max-width: 29ch; }
.hero-lead { max-width: 43ch; font-size: clamp(1rem, 1.2vw, 1.12rem); }
.hero-notiz {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 2rem;
  max-width: 38rem;
}
.hero-notiz p { display: flex; align-items: baseline; gap: .7rem; }
.hero-notiz b { font-size: 1.45rem; }
.hero-notiz span { font-size: .78rem; max-width: 15ch; }

/* Vertrauensleiste dichter an den Hero, damit die Behauptung sofort belegt wird */
#proof { margin-top: 0; background: var(--papier); }
.zahlen { padding-top: .5rem; }
.zahl { position: relative; }
.zahl:not(:last-child)::after {
  content: "";
  position: absolute;
  top: .15rem;
  right: 0;
  width: 1px;
  height: 3.5rem;
  background: var(--linie-zart);
}
.kunden-logo { opacity: .52; }

/* Nutzerzentrierte Schnellwahl */
#schnellwahl {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--sand);
  border-block: 1px solid rgba(25, 21, 18, .08);
}
.schnellwahl-raster {
  display: grid;
  grid-template-columns: minmax(15rem, 4fr) minmax(0, 8fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.schnellwahl-kopf { position: sticky; top: 7rem; }
.schnellwahl-kopf .h3 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); max-width: 10ch; }
.schnellwahl-links { border-top: 1px solid var(--linie); }
.schnellwahl-links a {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: .2rem 1.25rem;
  align-items: center;
  padding: clamp(1.35rem, 2.4vw, 2rem) .25rem;
  border-bottom: 1px solid var(--linie);
  transition: color .35s var(--ease), padding-inline .45s var(--ease), background-color .45s var(--ease);
}
.schnellwahl-links a:hover {
  color: var(--akzent);
  padding-inline: 1rem;
  background: rgba(252, 250, 246, .55);
}
.schnellwahl-nr { grid-row: 1 / 3; color: var(--akzent); font-family: var(--ff-display); font-style: italic; }
.schnellwahl-links strong { font-family: var(--ff-display); font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 400; line-height: 1.15; }
.schnellwahl-links small { color: var(--tinte-zart); font-size: .73rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.schnellwahl-pfeil { grid-column: 3; grid-row: 1 / 3; font-size: 1.25rem; transition: transform .45s var(--ease); }
.schnellwahl-links a:hover .schnellwahl-pfeil { transform: translate(4px, -4px); }

/* Bildrhythmus */
.erlebnis-bild { margin-inline: var(--rand); border-radius: .6rem; }
.erlebnis-bild img { min-height: 420px; }
.streifen-reihe { padding-inline: var(--rand); }
.streifen-reihe li:nth-child(2) { transform: translateY(clamp(1.5rem, 3vw, 3rem)); }
.streifen-reihe li:nth-child(3) { transform: translateY(clamp(-1rem, -1.5vw, -2rem)); }

/* Showreel als bewusster dramaturgischer Kontrast, aber nicht pechschwarz */
#showreel {
  background:
    radial-gradient(circle at 78% 20%, rgba(150, 60, 72, .2), transparent 28rem),
    linear-gradient(135deg, #211a16, #171411 70%);
}
.reel-haupt { border-radius: .55rem; }
.reel-neben .clip { border-radius: .35rem; }

/* Formate bekommen bereits im geschlossenen Zustand eine echte Bildsprache */
.format {
  grid-template-columns: auto clamp(5.2rem, 9vw, 8.2rem) 1fr auto;
  align-items: center;
  padding-block: clamp(1.25rem, 2.6vw, 2rem);
}
.format-preview {
  display: block;
  overflow: hidden;
  border-radius: .35rem;
  background: var(--sand);
}
.format-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(.82);
  transition: transform .8s var(--ease), filter .55s var(--ease);
}
.format:hover .format-preview img { transform: scale(1.055); filter: saturate(1); }
.format-inhalt { padding-left: calc(2.2ch + clamp(1.2rem, 3.5vw, 3rem) + clamp(5.2rem, 9vw, 8.2rem) + clamp(1.2rem, 3.5vw, 3rem)); }
details[open] { background: linear-gradient(90deg, rgba(242, 235, 225, .7), transparent 78%); }

/* Ruhigere redaktionelle Flächen statt harter Standardraster */
.anlass-raster { column-gap: 0; }
.anlass:nth-child(odd) { padding-right: clamp(1rem, 4vw, 4rem); }
.anlass:nth-child(even) { padding-left: clamp(1rem, 4vw, 4rem); border-left: 1px solid rgba(24, 21, 18, .12); }
.preis-block {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  background: var(--sand);
  border: 1px solid var(--linie-zart);
  border-radius: .45rem;
}
.pe-karte { padding: 1.6rem; background: rgba(252, 250, 246, .72); border: 1px solid rgba(25, 21, 18, .1); border-top: 3px solid var(--akzent); }
.oliver-bild img { border-radius: 48% 48% .65rem .65rem / 15% 15% .65rem .65rem; }

/* Formular: klarer Abschluss mit etwas mehr Licht und räumlicher Tiefe */
#kontakt {
  background:
    radial-gradient(circle at 8% 15%, rgba(150, 60, 72, .22), transparent 28rem),
    linear-gradient(145deg, #211a16, #171411 72%);
}
.formular {
  padding: clamp(1.35rem, 3vw, 2.35rem);
  border: 1px solid var(--dunkel-linie);
  border-radius: .55rem;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 42px 100px -70px #000;
}
.feld input, .feld select, .feld textarea { border-radius: .25rem; }

@media (max-width: 1100px) {
  #hero { min-height: 820px; }
  .hero-diptychon { width: 48vw; right: 1rem; }
  .hero-siegel { right: 0; width: 7.2rem; }
  .hero-text { max-width: 55vw; }
  #hero h1 { font-size: clamp(3.2rem, 6.4vw, 5.6rem); }
}

@media (max-width: 860px) {
  #hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 5.5rem 0 4rem;
    background: linear-gradient(180deg, #f5eee5, var(--papier));
  }
  #hero::before { opacity: .12; }
  #hero::after { display: none; }
  .hero-diptychon {
    order: 1;
    position: relative;
    inset: auto;
    width: calc(100% - (var(--rand) * 2));
    height: clamp(360px, 66vh, 620px);
    margin: 0 var(--rand) 2.4rem;
  }
  .hero-wrap { order: 2; }
  .hero-p.p1 { inset: 0 15% 0 0; border-radius: 48% 48% .7rem .7rem / 15% 15% .7rem .7rem; }
  .hero-p.p2 { left: auto; right: 0; bottom: 7%; width: 34%; height: 44%; border-width: .4rem; }
  .hero-siegel { right: 1%; bottom: auto; top: 3%; width: 6.7rem; }
  .hero-text { max-width: none; }
  #hero h1 { font-size: clamp(2.65rem, 10.8vw, 4.4rem); max-width: 12ch; }
  .hero-notiz { max-width: none; }
  .schnellwahl-raster { grid-template-columns: 1fr; }
  .schnellwahl-kopf { position: static; }
  .schnellwahl-kopf .h3 { max-width: 16ch; }
  .erlebnis-bild { margin-inline: 0; border-radius: 0; }
  .streifen-reihe { padding-left: var(--rand); }
  .streifen-reihe li:nth-child(2), .streifen-reihe li:nth-child(3) { transform: none; }
  .format { grid-template-columns: auto 5.4rem 1fr auto; gap: 1rem; }
  .format-inhalt { padding-left: calc(2.2ch + 2rem + 6.4rem); }
}

@media (max-width: 620px) {
  .hero-diptychon { height: min(520px, 64vh); }
  .hero-p.p1 { right: 10%; }
  .hero-p.p2 { width: 39%; height: 39%; }
  .hero-siegel { width: 5.9rem; }
  .hero-siegel-wert { font-size: 1.42rem; }
  .hero-siegel-text { font-size: .47rem; }
  .hero-notiz { grid-template-columns: 1fr; gap: .7rem; }
  .hero-notiz p { max-width: 18rem; }
  .zahl:not(:last-child)::after { display: none; }
  .schnellwahl-links a { grid-template-columns: 1.6rem minmax(0, 1fr) auto; gap: .25rem .8rem; }
  .schnellwahl-links small { font-size: .64rem; }
  .format { grid-template-columns: auto 1fr auto; }
  .format-preview { display: none; }
  .format-inhalt { padding-left: 0; }
  .anlass:nth-child(odd), .anlass:nth-child(even) { padding-inline: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-siegel { transform: none; }
}
