:root{
  --bg:#050505;
  --text:#f4efe7;
  --muted:#b8aa98;
  --gold:#c8a45d;
  --gold2:#e0c37b;
  --line:rgba(200,164,93,.22);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#050505;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:24px clamp(24px,4vw,64px);
  background:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.18));
  backdrop-filter:blur(12px);
}
.brand{
  font-family:Georgia,"Times New Roman",serif;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:15px;
  line-height:1.15;
}
.brand span{color:var(--gold)}
.main-nav{
  display:flex;
  gap:28px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:13px;
}
.main-nav a:hover{color:var(--gold)}
.nav-toggle{display:none}

.v3-hero{
  min-height:100svh;
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:120px 24px 74px;
  overflow:hidden;
  background:#050505;
}
.v3-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.82)),
    radial-gradient(circle at center 38%,rgba(200,164,93,.18),transparent 38%);
  z-index:1;
}
.v3-hero-bg{
  position:absolute;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:86px;
}
.v3-hero-bg img{
  width:min(780px,88vw);
  max-height:78vh;
  object-fit:contain;
  opacity:.72;
  filter:brightness(.82) contrast(1.08) saturate(.92);
}
.v3-hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:1000px;
}
.v3-kicker,.section-kicker{
  margin:0 0 18px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.3em;
  font-size:12px;
}
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  margin:0;
}
h1{
  font-size:clamp(72px,11vw,148px);
  line-height:.84;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.v3-subline{
  margin:30px auto 34px;
  color:#d4c8b8;
  font-size:clamp(18px,2vw,25px);
}
.v3-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.btn,button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  padding:13px 24px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--text);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  cursor:pointer;
  transition:.25s ease;
}
.btn.primary,button[type="submit"]{
  background:var(--gold);
  border-color:var(--gold);
  color:#050505;
}
.btn:hover,button:hover{
  transform:translateY(-2px);
  box-shadow:0 0 32px rgba(200,164,93,.22);
}

.section{
  max-width:var(--max);
  margin:0 auto;
  padding:110px 24px;
  position:relative;
}
.section::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--line),transparent);
}
.v3-section-head{
  max-width:780px;
  margin-bottom:48px;
}
.v3-section-head h2{
  font-size:clamp(42px,5vw,76px);
  line-height:1;
}
.v3-about{
  display:grid;
  grid-template-columns:.95fr 1.35fr;
  gap:70px;
}
.v3-about-text{
  color:#d8cfc2;
  font-size:18px;
}
.v3-about-text p{
  margin:0 0 22px;
}

.v3-highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.v3-highlight{
  border-top:1px solid var(--line);
  padding:30px 0;
}
.v3-highlight span{
  color:var(--gold);
  letter-spacing:.18em;
  font-size:12px;
}
.v3-highlight strong{
  display:block;
  margin:14px 0 6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  font-weight:400;
}
.v3-highlight em{
  color:var(--muted);
  font-style:normal;
}

.vita-group{margin-top:58px}
.vita-group h3{
  margin-bottom:10px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:13px;
}
.vita-row{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:30px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.vita-year{
  color:var(--gold);
  letter-spacing:.16em;
  font-size:12px;
}
.vita-main strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:400;
}
.vita-main p{
  margin:6px 0 0;
  color:var(--muted);
}

.gallery-grid{
  columns:3 260px;
  column-gap:22px;
}
.gallery-item{
  break-inside:avoid;
  display:block;
  width:100%;
  margin:0 0 22px;
  padding:0;
  border:0;
  background:#111;
  overflow:hidden;
  cursor:pointer;
}
.gallery-item img{
  width:100%;
  filter:brightness(.94) contrast(1.04);
  transition:.7s ease;
}
.gallery-item:hover img{
  transform:scale(1.045);
  filter:brightness(1.08) contrast(1.08);
}

.contact{
  max-width:840px;
  text-align:left;
}
.contact p{
  color:var(--muted);
  font-size:18px;
}
.contact-form{
  margin-top:34px;
  display:grid;
  gap:16px;
}
.contact-form label{
  display:block;
  color:var(--muted);
}
.contact-form input,
.contact-form textarea{
  width:100%;
  margin-top:7px;
  padding:16px 18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.14);
  color:var(--text);
  font:inherit;
}
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:rgba(200,164,93,.65);
}
.contact-form textarea{
  min-height:170px;
  resize:vertical;
}
.hp{display:none!important}
.privacy{
  display:flex!important;
  gap:12px;
  align-items:flex-start;
  line-height:1.45;
}
.privacy input{
  width:24px;
  height:24px;
  min-width:24px;
  margin:2px 0 0;
  accent-color:var(--gold);
}

.site-footer{
  border-top:1px solid var(--line);
  padding:40px 24px;
  color:var(--muted);
  text-align:center;
}
.site-footer a{
  color:var(--gold);
  margin:0 10px;
}

.lightbox{display:none}
.lightbox[aria-hidden="false"]{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.92);
}
.lightbox[aria-hidden="false"] img{
  max-width:94vw;
  max-height:88vh;
  object-fit:contain;
}
.lightbox-close{
  position:fixed;
  top:18px;
  right:18px;
  z-index:10000;
  width:44px;
  height:44px;
  min-width:44px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(200,164,93,.45);
  background:#050505;
  color:var(--gold);
  font-size:26px;
}

@media(max-width:850px){
  .main-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    padding:22px;
    background:#080808;
  }
  .main-nav.open{display:flex}
  .nav-toggle{
    display:block;
    border:0;
    background:none;
    color:var(--gold);
    font-size:14px;
    letter-spacing:.22em;
  }
  .v3-about,.v3-highlights{grid-template-columns:1fr}
}

@media(max-width:700px){
  .site-header{
    position:sticky;
    min-height:88px;
    padding:18px 28px;
    background:#050505;
    border-bottom:1px solid var(--line);
  }
  .brand{
    font-size:22px;
    line-height:1.25;
  }
  .brand span{display:block}

  .v3-hero{
    min-height:auto;
    display:block;
    padding:22px 20px 40px;
  }
  .v3-hero-bg{
    position:relative;
    inset:auto;
    display:block;
    padding:0;
  }
  .v3-hero-bg img{
    width:100%;
    max-height:none;
    aspect-ratio:1/.8;
    object-fit:cover;
    object-position:center 25%;
    opacity:.76;
  }
  .v3-hero-content{
    margin:-44px auto 0;
  }
  .v3-kicker{
    margin-bottom:10px;
    font-size:12px;
  }
  h1{
    font-size:58px;
  }
  .v3-subline{
    margin:18px auto 24px;
    font-size:18px;
    line-height:1.35;
  }
  .v3-actions .btn{
    width:100%;
  }

  .section{
    padding:58px 20px;
  }
  .section::before{
    left:20px;
    right:20px;
  }
  .v3-section-head{
    margin-bottom:34px;
  }
  .v3-section-head h2{
    font-size:42px;
  }
  .v3-about{
    gap:30px;
  }
  .v3-about-text{
    font-size:16px;
  }
  .v3-highlights{
    gap:0;
  }
  .vita-row{
    grid-template-columns:1fr;
    gap:8px;
  }
  .gallery-grid{
    columns:1;
  }
  .contact-form input,
  .contact-form textarea{
    min-height:54px;
    font-size:16px;
  }
  button[type="submit"]{
    width:100%;
    min-height:58px;
    border-radius:999px;
  }
  .site-footer{
    text-align:left;
  }
  .site-footer a{
    display:inline-block;
    margin:12px 20px 0 0;
  }
}

/* LEGAL PAGES 2.0 */
.legal-page{
  max-width:980px;
  margin:0 auto;
  padding:150px 24px 90px;
}

.legal-hero{
  margin-bottom:54px;
}

.legal-hero .section-kicker{
  margin-bottom:14px;
}

.legal-hero h1{
  font-size:clamp(42px,7vw,82px);
  line-height:.95;
  max-width:860px;
}

.legal-hero p{
  max-width:720px;
  margin:24px 0 0;
  color:var(--muted);
  font-size:18px;
}

.legal-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
  padding:30px;
  margin-bottom:22px;
}

.legal-card h2{
  font-size:30px;
  margin-bottom:14px;
}

.legal-card p{
  color:#d8cfc2;
  margin:0 0 16px;
}

.legal-card p:last-child{
  margin-bottom:0;
}

.legal-card a{
  color:var(--gold);
}

@media(max-width:700px){
  .legal-page{
    padding:105px 20px 70px;
  }

  .legal-hero{
    margin-bottom:34px;
  }

  .legal-hero h1{
    font-size:44px;
  }

  .legal-card{
    padding:22px;
  }

  .legal-card h2{
    font-size:26px;
  }
}

/* PUBLIC 2.7 POLISH */
.no-scroll{
  overflow:hidden;
}

.gallery-item{
  position:relative;
}

.gallery-item::after{
  content:"Ansehen";
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  padding:8px 10px;
  text-align:center;
  color:#050505;
  background:rgba(200,164,93,.92);
  opacity:0;
  transform:translateY(8px);
  transition:.25s ease;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
}

.gallery-item:hover::after{
  opacity:1;
  transform:none;
}

.lightbox{
  display:none;
}

.lightbox[aria-hidden="false"]{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.94);
}

.lightbox[aria-hidden="false"] img{
  max-width:94vw;
  max-height:88vh;
  object-fit:contain;
}

.lightbox-close{
  position:fixed;
  top:18px;
  right:18px;
  z-index:10000;
  width:44px;
  height:44px;
  min-width:44px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(200,164,93,.45);
  background:#050505;
  color:var(--gold);
  font-size:26px;
}

@media(max-width:700px){
  .gallery-item::after{
    display:none;
  }

  .lightbox[aria-hidden="false"]{
    padding:14px;
  }

  .lightbox-close{
    top:12px;
    right:12px;
  }
}

/* =========================================================
   PUBLIC PREMIUM BLACK/GOLD 3.2
   ========================================================= */

body{
  background:
    radial-gradient(circle at 50% 0%,rgba(200,164,93,.12),transparent 32%),
    linear-gradient(135deg,#030303,#090806 52%,#030303) !important;
}

.site-header{
  border-bottom:1px solid rgba(200,164,93,.18);
}

.v3-hero::after{
  background:
    linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.84)),
    radial-gradient(circle at center 38%,rgba(240,213,138,.20),transparent 40%) !important;
}

.v3-kicker,
.section-kicker{
  color:#e0c37b !important;
}

.btn.primary,
button[type="submit"]{
  background:linear-gradient(135deg,#e0c37b,#c8a45d) !important;
  border-color:#e0c37b !important;
  color:#050505 !important;
  box-shadow:0 18px 50px rgba(200,164,93,.14);
}

.btn.ghost{
  background:rgba(200,164,93,.08);
  border-color:rgba(200,164,93,.32);
}

.section::before{
  background:linear-gradient(90deg,transparent,rgba(240,213,138,.32),transparent) !important;
}

.legal-card,
.contact-form input,
.contact-form textarea{
  border-color:rgba(200,164,93,.24) !important;
}

.legal-card{
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022)),
    radial-gradient(circle at top left,rgba(200,164,93,.06),transparent 42%) !important;
  box-shadow:0 22px 70px rgba(0,0,0,.24);
}

.gallery-item{
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.gallery-item img{
  border-radius:18px;
}

.site-footer{
  background:
    radial-gradient(circle at center top,rgba(200,164,93,.08),transparent 40%),
    linear-gradient(to bottom,transparent,rgba(0,0,0,.32)) !important;
}

/* PUBLIC GALERIE CAPTIONS 3.3 */
.gallery-caption{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:2;
  display:block;
  padding:9px 11px;
  background:rgba(5,5,5,.74);
  border:1px solid rgba(200,164,93,.28);
  color:#f4efe7;
  font-size:13px;
  line-height:1.25;
  backdrop-filter:blur(10px);
  opacity:0;
  transform:translateY(8px);
  transition:.25s ease;
}

.gallery-item:hover .gallery-caption{
  opacity:1;
  transform:none;
}

.gallery-item::after{
  display:none !important;
}

@media(max-width:700px){
  .gallery-caption{
    position:static;
    opacity:1;
    transform:none;
    margin-top:8px;
    background:rgba(255,255,255,.035);
  }
}

/* PUBLIC 4.1 FINAL CLEANUP */
@media(max-width:700px){
  .v3-hero-content{
    margin-top:-34px;
  }

  .v3-subline{
    max-width:320px;
  }

  .legal-page{
    padding-top:96px;
  }

  .legal-hero h1{
    word-break:normal;
    overflow-wrap:anywhere;
  }

  .contact-form button{
    width:100%;
  }

  .gallery-grid{
    margin-top:28px;
  }
}

.lightbox-close{
  cursor:pointer;
}

/* PUBLIC VITA + SOCIALS FINAL */
.socials-section{
  border-top:1px solid rgba(200,164,93,.18);
}

.social-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}

.social-card{
  display:block;
  padding:24px;
  min-height:145px;
  border:1px solid rgba(200,164,93,.24);
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022)),
    radial-gradient(circle at top left,rgba(200,164,93,.08),transparent 42%);
  border-radius:22px;
  box-shadow:0 22px 70px rgba(0,0,0,.24);
  transition:.25s ease;
}

.social-card:hover{
  transform:translateY(-4px);
  border-color:rgba(240,213,138,.48);
  box-shadow:0 28px 90px rgba(0,0,0,.36);
}

.social-card span{
  display:block;
  margin-bottom:18px;
  color:#e0c37b;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
}

.social-card strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  font-weight:400;
  color:#fff4df;
  line-height:1.1;
}

@media(max-width:900px){
  .social-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .social-grid{
    grid-template-columns:1fr;
  }

  .social-card{
    min-height:auto;
    padding:22px;
  }

  .social-card strong{
    font-size:25px;
  }
}

/* =========================================================
   PUBLIC FINAL CONSISTENCY - VITA + BUTTONS + SOCIALS
   ========================================================= */

.btn,
button[type="submit"],
.social-card,
.legal-card,
.gallery-item{
  border-radius:22px !important;
}

.vita-section{
  border-top:1px solid rgba(200,164,93,.18);
}

.vita-public-list{
  margin-top:42px;
}

.vita-year-block{
  margin-bottom:54px;
}

.vita-year-block h3{
  margin:0 0 28px;
  color:#e0c37b;
  font-size:18px;
  letter-spacing:.28em;
  font-weight:400;
}

.vita-public-item{
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid rgba(200,164,93,.14);
}

.vita-public-item h4{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(32px,4vw,56px);
  line-height:1.05;
  font-weight:400;
  color:#fff4df;
}

.vita-public-item p{
  margin:0;
  color:#c9bcaa;
  font-size:clamp(17px,2vw,23px);
  line-height:1.45;
}

.social-card{
  border-radius:22px !important;
}

@media(max-width:700px){
  .btn,
  button[type="submit"],
  .social-card,
  .legal-card,
  .gallery-item{
    border-radius:18px !important;
  }

  .vita-year-block{
    margin-bottom:46px;
  }

  .vita-year-block h3{
    font-size:17px;
    margin-bottom:24px;
  }

  .vita-public-item{
    padding-bottom:24px;
    margin-bottom:24px;
  }

  .vita-public-item h4{
    font-size:34px;
  }

  .vita-public-item p{
    font-size:19px;
  }
}

/* PUBLIC 4.3 COMFORT PACK */
.btn,
button[type="submit"]{
  border-radius:999px !important;
}

.social-card,
.legal-card,
.gallery-item{
  border-radius:22px !important;
}

.social-card{
  min-height:150px;
}

.social-card strong{
  word-break:break-word;
}

.v3-hero-content{
  filter:drop-shadow(0 28px 70px rgba(0,0,0,.45));
}

@media(max-width:700px){
  .btn,
  button[type="submit"]{
    border-radius:999px !important;
  }

  .social-card,
  .legal-card,
  .gallery-item{
    border-radius:18px !important;
  }
}

/* MENU / ANCHOR FIX */
section[id],
#socials,
#galerie,
#vita,
#kontakt,
#about{
  scroll-margin-top:120px;
}

.socials-section{
  scroll-margin-top:130px;
}

@media(max-width:700px){
  section[id],
  #socials,
  #galerie,
  #vita,
  #kontakt,
  #about{
    scroll-margin-top:105px;
  }

  .socials-section{
    scroll-margin-top:110px;
  }
}

/* SOCIALS ANCHOR HARDFIX */
.socials-section{
  scroll-margin-top:130px !important;
}

@media(max-width:700px){
  .socials-section{
    scroll-margin-top:110px !important;
  }
}

/* CONTACT FORM ROUNDING FINAL */
.contact-form input,
.contact-form textarea,
.contact-form select{
  border-radius:18px !important;
  overflow:hidden;
}

.contact-form textarea{
  border-radius:20px !important;
}

.contact-form input[type="checkbox"]{
  border-radius:8px !important;
}

@media(max-width:700px){
  .contact-form input,
  .contact-form textarea,
  .contact-form select{
    border-radius:16px !important;
  }

  .contact-form textarea{
    border-radius:18px !important;
  }
}

/* SOCIALS FINAL ANCHOR */
#socials-final{
  scroll-margin-top:130px !important;
}

@media(max-width:700px){
  #socials-final{
    scroll-margin-top:110px !important;
  }
}

/* =========================================================
   PUBLIC 5.0 - PREMIUM POLISH
   ========================================================= */

#showreel{
  scroll-margin-top:115px;
}

.v3-hero-content h1{
  text-shadow:0 18px 80px rgba(0,0,0,.65), 0 0 38px rgba(200,164,93,.18);
}

.v3-hero-bg img{
  filter:brightness(.78) contrast(1.08) saturate(.95);
  transform:scale(1.02);
  animation:heroBreath 18s ease-in-out infinite alternate;
}

@keyframes heroBreath{
  from{transform:scale(1.02)}
  to{transform:scale(1.08)}
}

.showreel-section{
  border-top:1px solid rgba(200,164,93,.18);
  border-bottom:1px solid rgba(200,164,93,.12);
}

.showreel-card{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,72px);
  border:1px solid rgba(200,164,93,.26);
  border-radius:28px;
  background:
    radial-gradient(circle at 20% 20%,rgba(240,213,138,.18),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 30px 100px rgba(0,0,0,.34);
}

.showreel-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:27px;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 35%,rgba(200,164,93,.08));
}

.showreel-card h2{
  max-width:860px;
  margin:0 0 20px;
  font-size:clamp(42px,7vw,92px);
  line-height:.95;
}

.showreel-card p:not(.section-kicker){
  max-width:680px;
  color:#d8cbbb;
  font-size:clamp(18px,2vw,24px);
}

.showreel-btn{
  margin-top:28px;
}

.social-card{
  position:relative;
  overflow:hidden;
}

.social-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(240,213,138,.16),transparent 40%);
  opacity:.75;
  pointer-events:none;
}

.social-card span,
.social-card strong{
  position:relative;
  z-index:1;
}

.social-card:hover strong{
  color:#fff0c8;
}

.vita-public-item{
  transition:transform .25s ease, border-color .25s ease;
}

.vita-public-item:hover{
  transform:translateX(8px);
  border-color:rgba(240,213,138,.32);
}

.gallery-item{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gallery-item:hover{
  transform:translateY(-5px);
  box-shadow:0 35px 110px rgba(0,0,0,.42);
}

.gallery-item img{
  transition:transform .5s ease, filter .3s ease;
}

.gallery-item:hover img{
  transform:scale(1.045);
  filter:brightness(1.05) contrast(1.08);
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease, transform .75s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}

@media(max-width:700px){
  #showreel{
    scroll-margin-top:100px;
  }

  .showreel-card{
    border-radius:22px;
    padding:30px 22px;
  }

  .showreel-card::after{
    border-radius:21px;
  }

  .showreel-card h2{
    font-size:42px;
  }

  .vita-public-item:hover,
  .gallery-item:hover{
    transform:none;
  }
}

/* PUBLIC 5.1 - MISSING PREMIUM FEATURES */

.vita-tools{
  display:grid;
  gap:18px;
  margin:34px 0 42px;
}

.vita-tools input{
  width:100%;
  min-height:56px;
  padding:16px 18px;
  border:1px solid rgba(200,164,93,.28);
  border-radius:999px;
  background:rgba(5,5,5,.68);
  color:#f4efe7;
  font:inherit;
}

.vita-tools input:focus{
  outline:none;
  border-color:rgba(240,213,138,.65);
  box-shadow:0 0 0 3px rgba(200,164,93,.12);
}

.vita-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.vita-filters button{
  width:auto;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(200,164,93,.28);
  background:rgba(200,164,93,.08);
  color:#e0c37b;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
}

.vita-filters button.active,
.vita-filters button:hover{
  background:linear-gradient(135deg,#e0c37b,#c8a45d);
  color:#050505;
}

.vita-public-item.is-hidden{
  display:none;
}

.social-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.social-card em{
  position:absolute;
  top:22px;
  right:22px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(135deg,#e0c37b,#c8a45d);
  color:#050505;
  font-style:normal;
  font-weight:900;
}

.social-card::after{
  content:"Öffnen";
  position:relative;
  z-index:1;
  margin-top:24px;
  display:inline-flex;
  width:max-content;
  color:#e0c37b;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
}

.showreel-card,
.social-card,
.vita-public-item,
.gallery-item{
  will-change:transform;
}

@media(max-width:700px){
  .vita-filters{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .vita-filters button{
    width:100%;
  }
}

/* PUBLIC 5.2 REST PREMIUM PACK */

.gallery-teaser-section{
  padding-bottom:40px !important;
}

.gallery-teaser{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,70px);
  border:1px solid rgba(200,164,93,.24);
  border-radius:28px;
  background:
    radial-gradient(circle at 15% 20%,rgba(240,213,138,.16),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
  box-shadow:0 28px 90px rgba(0,0,0,.32);
}

.gallery-teaser h2{
  max-width:850px;
  margin:0 0 20px;
  font-size:clamp(42px,7vw,86px);
  line-height:.95;
}

.gallery-teaser p:not(.section-kicker){
  max-width:680px;
  color:#d8cbbb;
  font-size:clamp(18px,2vw,23px);
}

.social-card small{
  position:relative;
  z-index:1;
  display:block;
  margin-top:8px;
  color:#c9bcaa;
  font-size:16px;
  line-height:1.35;
}

.social-card:hover small{
  color:#f1dfb0;
}

.site-header{
  box-shadow:0 14px 50px rgba(0,0,0,.22);
}

.main-nav a{
  position:relative;
}

.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-7px;
  height:1px;
  background:#e0c37b;
  transform:scaleX(0);
  transform-origin:center;
  transition:.22s ease;
}

.main-nav a:hover::after{
  transform:scaleX(1);
}

.section{
  position:relative;
}

.section > *{
  position:relative;
  z-index:1;
}

.vita-public-item h4,
.showreel-card h2,
.gallery-teaser h2,
.social-card strong{
  letter-spacing:-.035em;
}

.contact-form input,
.contact-form textarea{
  background:rgba(5,5,5,.68) !important;
  border-color:rgba(200,164,93,.28) !important;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:rgba(240,213,138,.65) !important;
  box-shadow:0 0 0 3px rgba(200,164,93,.12);
}

@media(max-width:700px){
  .gallery-teaser{
    border-radius:22px;
    padding:30px 22px;
  }

  .gallery-teaser h2{
    font-size:40px;
  }

  .main-nav a::after{
    display:none;
  }
}

.site-header{
  transition:padding .25s ease, background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled{
  background:rgba(5,5,5,.94) !important;
  border-color:rgba(200,164,93,.32);
}

/* =========================================================
   PUBLIC 5.3 - VITA CLEAN + PREMIUM REST
   ========================================================= */

.vita-tools{
  max-width:860px;
}

.vita-filters button:not([data-vita-filter="all"]){
  display:none !important;
}

.vita-public-item p{
  color:#d7c8b4;
}

.vita-public-item p:empty{
  display:none;
}

.vita-year-block:has(.vita-public-item:not(.is-hidden)){
  display:block;
}

.vita-year-block{
  border-top:1px solid rgba(200,164,93,.16);
  padding-top:24px;
}

.vita-year-block h3{
  color:#e0c37b;
  text-transform:uppercase;
}

.showreel-card,
.gallery-teaser,
.social-card,
.legal-card{
  backdrop-filter:blur(12px);
}

.social-grid{
  align-items:stretch;
}

.social-card{
  min-height:175px;
}

.social-card strong{
  font-size:clamp(26px,3vw,36px);
}

.social-card small{
  max-width:90%;
}

.gallery-teaser::before,
.showreel-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),transparent 35%),
    radial-gradient(circle at right top,rgba(224,195,123,.15),transparent 38%);
  opacity:.9;
}

.gallery-teaser > *,
.showreel-card > *{
  position:relative;
  z-index:1;
}

.v3-hero-content{
  animation:heroFadeUp .9s ease both;
}

@keyframes heroFadeUp{
  from{
    opacity:0;
    transform:translateY(28px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

@media(max-width:700px){
  .vita-tools{
    margin-top:24px;
  }

  .vita-filters{
    grid-template-columns:1fr !important;
  }

  .vita-year-block{
    padding-top:20px;
  }
}

.showreel-btn{
  min-height:56px;
  padding:16px 28px !important;
  font-size:13px;
  letter-spacing:.16em;
}

.showreel-btn::before{
  content:"▶";
  margin-right:10px;
}

/* =========================================================
   PUBLIC 5.4 - HERO SLIDESHOW + VITA CLEAN
   ========================================================= */

.v3-hero{
  position:relative;
  overflow:hidden;
}

.hero-slideshow{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.hero-slideshow .hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transform:scale(1.04);
  filter:brightness(.62) contrast(1.08) saturate(.92);
  transition:opacity 1.8s ease, transform 10s ease;
}

.hero-slideshow .hero-slide.active{
  opacity:1;
  transform:scale(1.12);
}

.v3-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 42%,rgba(200,164,93,.18),transparent 34%),
    linear-gradient(to bottom,rgba(0,0,0,.28),rgba(0,0,0,.62) 52%,rgba(0,0,0,.88));
}

.v3-hero-content{
  position:relative;
  z-index:2;
}

.v3-hero-content h1{
  text-shadow:
    0 22px 90px rgba(0,0,0,.82),
    0 0 58px rgba(200,164,93,.24);
}

.vita-tools{
  margin:30px 0 38px;
}

.vita-tools input{
  max-width:760px;
  display:block;
}

.vita-filters{
  display:none !important;
}

@media(max-width:700px){
  .hero-slideshow .hero-slide{
    filter:brightness(.58) contrast(1.08) saturate(.92);
  }

  .hero-slideshow .hero-slide.active{
    transform:scale(1.10);
  }

  .v3-hero::after{
    background:
      radial-gradient(circle at 50% 38%,rgba(200,164,93,.16),transparent 36%),
      linear-gradient(to bottom,rgba(0,0,0,.34),rgba(0,0,0,.70) 54%,rgba(0,0,0,.9));
  }
}

/* HERO SLIDESHOW REFINEMENT */

.hero-slideshow .hero-slide{
    object-fit:cover;
    object-position:center 20%;
    transform:scale(1.01);
    transition:
        opacity 1.8s ease,
        transform 9s ease;
}

.hero-slideshow .hero-slide.active{
    transform:scale(1.05);
}

.v3-hero{
    min-height:88vh;
}

@media (max-width:900px){

    .v3-hero{
        min-height:72vh;
    }

    .hero-slideshow .hero-slide{
        object-position:center top;
        transform:scale(1);
    }

    .hero-slideshow .hero-slide.active{
        transform:scale(1.03);
    }
}


/* =========================================================
   HERO FINAL - CLEAN PREMIUM STATIC HERO
   ========================================================= */

.v3-hero{
  min-height:88vh !important;
  position:relative;
  overflow:hidden;
}

.v3-hero-bg,
.hero-static{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.hero-static img,
.v3-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover !important;
  object-position:center 18% !important;
  transform:scale(1.015) !important;
  filter:brightness(.68) contrast(1.08) saturate(.94) !important;
  animation:none !important;
}

.v3-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 38%,rgba(200,164,93,.14),transparent 34%),
    linear-gradient(to bottom,rgba(0,0,0,.24),rgba(0,0,0,.58) 54%,rgba(0,0,0,.88)) !important;
}

.v3-hero-content{
  position:relative;
  z-index:2;
}

.v3-hero-content h1{
  text-shadow:
    0 22px 90px rgba(0,0,0,.85),
    0 0 46px rgba(200,164,93,.20) !important;
}

@media(max-width:900px){
  .v3-hero{
    min-height:76vh !important;
  }

  .hero-static img,
  .v3-hero-bg img{
    object-position:center top !important;
    transform:scale(1) !important;
  }
}

@media(max-width:700px){
  .v3-hero{
    min-height:72vh !important;
  }

  .v3-hero::after{
    background:
      radial-gradient(circle at 50% 36%,rgba(200,164,93,.13),transparent 36%),
      linear-gradient(to bottom,rgba(0,0,0,.34),rgba(0,0,0,.68) 56%,rgba(0,0,0,.92)) !important;
  }
}

/* HERO 012 FINAL FIX */
.v3-hero-bg.hero-static img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center 18% !important;
  opacity:1 !important;
}

@media(max-width:700px){
  .v3-hero-bg.hero-static img{
    object-position:center top !important;
  }
}

/* =========================================================
   HERO FINAL 006 - PREMIUM KEYVISUAL
   ========================================================= */

.v3-hero{
  position:relative !important;
  min-height:74vh !important;
  overflow:hidden !important;
  background:#050505 !important;
}

.v3-hero-bg.hero-static,
.v3-hero-bg.hero-006{
  position:absolute !important;
  inset:0 !important;
  overflow:hidden !important;
}

.v3-hero-bg.hero-006 img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;

  /* Fokus: Ufuk rechts, Fernseher links bleibt sichtbar */
  object-position:62% 42% !important;

  transform:none !important;
  animation:none !important;

  filter:
    brightness(.80)
    contrast(1.08)
    saturate(.98) !important;
}

.v3-hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 66% 43%, rgba(240,213,138,.13), transparent 24%),
    radial-gradient(circle at 70% 48%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.48) 38%, rgba(0,0,0,.30) 62%, rgba(0,0,0,.58)),
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.34) 48%, rgba(0,0,0,.78)) !important;
}

.v3-hero-content{
  position:relative !important;
  z-index:2 !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding-top:9vh !important;
  text-align:center !important;
  transform:translateY(3vh);
}

.v3-kicker,
.v3-hero-content .section-kicker{
  color:#e0c37b !important;
  text-shadow:0 10px 38px rgba(0,0,0,.70);
}

.v3-hero-content h1{
  color:#fff4e8 !important;
  font-size:clamp(72px,8vw,145px) !important;
  line-height:.88 !important;
  text-shadow:
    0 28px 95px rgba(0,0,0,.95),
    0 0 52px rgba(200,164,93,.22) !important;
}

.v3-subline{
  color:#e6ded2 !important;
  text-shadow:0 14px 48px rgba(0,0,0,.82);
}

.v3-actions{
  justify-content:center !important;
}

.v3-hero .btn{
  box-shadow:0 18px 55px rgba(0,0,0,.42);
}

@media(max-width:1100px){
  .v3-hero{
    min-height:72vh !important;
  }

  .v3-hero-bg.hero-006 img{
    object-position:64% 42% !important;
  }
}

@media(max-width:700px){
  .v3-hero{
    min-height:70vh !important;
  }

  .v3-hero-bg.hero-006 img{
    /* Mobile: Ufuk bleibt Fokus, nicht nur Stirn/Bart */
    object-position:66% 35% !important;
    filter:
      brightness(.72)
      contrast(1.08)
      saturate(.96) !important;
  }

  .v3-hero::after{
    background:
      radial-gradient(circle at 65% 36%, rgba(240,213,138,.12), transparent 26%),
      linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.46) 54%, rgba(0,0,0,.68)),
      linear-gradient(to bottom, rgba(0,0,0,.30), rgba(0,0,0,.48) 48%, rgba(0,0,0,.88)) !important;
  }

  .v3-hero-content{
    padding:0 22px !important;
    padding-top:14vh !important;
    transform:none !important;
  }

  .v3-hero-content h1{
    font-size:clamp(54px,15vw,84px) !important;
  }

  .v3-subline{
    font-size:18px !important;
  }
}

/* =========================================================
   HERO EDITORIAL FINAL - CLEAN, NO FACE-TEXT-MESS
   ========================================================= */

.v3-hero{
  min-height:74vh !important;
  display:flex !important;
  align-items:center !important;
  background:#050505 !important;
}

.v3-hero-bg.hero-006 img,
.v3-hero-bg.hero-static img,
.v3-hero-bg img{
  object-position:68% 42% !important;
  filter:brightness(.78) contrast(1.08) saturate(.98) !important;
  transform:none !important;
}

.v3-hero::after{
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.64) 38%, rgba(0,0,0,.24) 68%, rgba(0,0,0,.50)),
    linear-gradient(to bottom, rgba(0,0,0,.16), rgba(0,0,0,.34) 55%, rgba(0,0,0,.82)) !important;
}

.v3-hero-content{
  max-width:720px !important;
  margin:0 !important;
  margin-left:clamp(32px,8vw,130px) !important;
  padding-top:7vh !important;
  text-align:left !important;
  transform:none !important;
}

.v3-hero-content h1{
  font-size:clamp(76px,8vw,140px) !important;
  line-height:.88 !important;
}

.v3-subline{
  max-width:620px !important;
}

.v3-actions{
  justify-content:flex-start !important;
}

/* Mobile: Bild und Text trennen. Kein Text mehr mitten in Ufuks Gesicht. */
@media(max-width:700px){

  .v3-hero{
    display:block !important;
    min-height:auto !important;
    padding:0 !important;
    background:#050505 !important;
  }

  .v3-hero-bg,
  .v3-hero-bg.hero-static,
  .v3-hero-bg.hero-006{
    position:relative !important;
    inset:auto !important;
    height:390px !important;
    overflow:hidden !important;
    border-bottom:1px solid rgba(200,164,93,.24);
  }

  .v3-hero-bg.hero-006 img,
  .v3-hero-bg.hero-static img,
  .v3-hero-bg img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:62% 38% !important;
    filter:brightness(.82) contrast(1.08) saturate(.98) !important;
  }

  .v3-hero::after{
    display:none !important;
  }

  .v3-hero-content{
    position:relative !important;
    z-index:2 !important;
    margin:0 !important;
    padding:34px 24px 46px !important;
    text-align:center !important;
    background:
      radial-gradient(circle at top, rgba(200,164,93,.10), transparent 42%),
      linear-gradient(to bottom, #080705, #050505) !important;
  }

  .v3-hero-content h1{
    font-size:clamp(58px,15vw,82px) !important;
    line-height:.88 !important;
    margin:12px 0 18px !important;
  }

  .v3-subline{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:330px !important;
    font-size:19px !important;
    line-height:1.35 !important;
  }

  .v3-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-top:28px !important;
  }

  .v3-actions .btn{
    width:100% !important;
  }
}

/* =========================================================
   PACK A - PREMIUM UI FINISH
   ========================================================= */

html{
  scroll-behavior:smooth;
}

body{
  scrollbar-color:#c8a45d #050505;
}

body::-webkit-scrollbar{
  width:10px;
}

body::-webkit-scrollbar-track{
  background:#050505;
}

body::-webkit-scrollbar-thumb{
  background:linear-gradient(to bottom,#e0c37b,#c8a45d);
  border-radius:999px;
}

.site-header{
  transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,padding .3s ease;
}

.site-header.is-scrolled{
  background:rgba(5,5,5,.96) !important;
  border-color:rgba(200,164,93,.34) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.34);
}

.v3-hero{
  animation:bbHeroFade .75s ease both;
}

@keyframes bbHeroFade{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

.btn,
button,
.social-card,
.gallery-item,
.legal-card,
.showreel-card,
.gallery-teaser{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease,
    color .28s ease,
    filter .28s ease;
}

.btn:hover,
button:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 60px rgba(200,164,93,.18);
}

.social-card:hover,
.gallery-item:hover,
.showreel-card:hover,
.gallery-teaser:hover{
  transform:translateY(-5px);
  border-color:rgba(240,213,138,.44) !important;
  box-shadow:0 34px 100px rgba(0,0,0,.42),0 0 40px rgba(200,164,93,.08);
}

.social-card:hover{
  background:
    radial-gradient(circle at top right,rgba(240,213,138,.18),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)) !important;
}

.intro-text p,
.legal-card p,
.vita-public-item p{
  line-height:1.72;
}

.intro-text p{
  margin-bottom:26px;
}

.site-footer{
  border-top:1px solid rgba(200,164,93,.22);
  background:
    radial-gradient(circle at center top,rgba(200,164,93,.08),transparent 42%),
    linear-gradient(to bottom,rgba(255,255,255,.015),rgba(0,0,0,.30)) !important;
}

.site-footer strong{
  color:#fff4df;
}

.site-footer a{
  color:#e0c37b !important;
  transition:color .25s ease, opacity .25s ease;
}

.site-footer a:hover{
  color:#fff1bf !important;
}

.reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}

@media(max-width:700px){
  .social-card:hover,
  .gallery-item:hover,
  .showreel-card:hover,
  .gallery-teaser:hover,
  .btn:hover,
  button:hover{
    transform:none;
  }

  .intro-text p,
  .legal-card p,
  .vita-public-item p{
    line-height:1.62;
  }
}

/* =========================================================
   PACK B - PREMIUM GALERIE
   ========================================================= */

.gallery-section{
  position:relative;
}

.gallery-grid{
  columns:3 280px;
  column-gap:22px;
  display:block !important;
}

.gallery-grid .gallery-item{
  break-inside:avoid;
  display:block;
  width:100%;
  margin:0 0 22px;
  overflow:hidden;
  border:1px solid rgba(200,164,93,.22);
  background:rgba(255,255,255,.025);
}

.gallery-item img{
  width:100%;
  height:auto;
  aspect-ratio:auto !important;
  object-fit:cover;
  display:block;
}

.gallery-caption{
  display:block;
  position:static !important;
  opacity:1 !important;
  transform:none !important;
  margin:0;
  padding:14px 16px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)) !important;
  border-top:1px solid rgba(200,164,93,.18);
  border-left:0;
  border-right:0;
  border-bottom:0;
  color:#e8ddcd;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  text-align:center;
}

.gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at top right,rgba(240,213,138,.12),transparent 38%);
  opacity:0;
  transition:opacity .3s ease;
  z-index:1;
}

.gallery-item:hover::before{
  opacity:1;
}

.gallery-item img{
  filter:brightness(.95) contrast(1.04);
}

.gallery-item:hover img{
  filter:brightness(1.06) contrast(1.08);
}

@media(max-width:900px){
  .gallery-grid{
    columns:2 240px;
  }
}

@media(max-width:620px){
  .gallery-grid{
    columns:1;
  }

  .gallery-grid .gallery-item{
    margin-bottom:24px;
  }
}

/* VITA REVEAL FIX */
.vita-year-block.reveal,
.vita-public-item.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}

.vita-year-block.reveal.visible,
.vita-public-item.reveal.visible{
  opacity:1;
  transform:none;
}
