/* ════════════════════════════════════════════
   RESET
════════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{
  background:#0a0a0a;color:#e8e4dc;
  font-family:'Inter',system-ui,sans-serif;
  font-weight:300;line-height:1.75;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img,video{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track{background:#0a0a0a}
::-webkit-scrollbar-thumb{background:#c9a55c;border-radius:2px}

/* ════════════════════════════════════════════
   TOKENS
════════════════════════════════════════════ */
:root{
  --gold:#c9a55c;
  --gold-l:#dfc07a;
  --gold-d:#a8893e;
  --ink:#0a0a0a;
  --ink2:#111;
  --ink3:#1a1a1a;
  --ink4:#222;
  --cream:#e8e4dc;
  --muted:#666;
  --pale:#999;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Inter',system-ui,sans-serif;
  --nav:70px;
  --ease:cubic-bezier(.4,0,.2,1);
  --bounce:cubic-bezier(.34,1.56,.64,1);
}

/* ════════════════════════════════════════════
   HELPERS
════════════════════════════════════════════ */
.wrap{max-width:1280px;margin:0 auto;padding:0 2.5rem}
.section{padding:7rem 0}
.section-dark{background:var(--ink2)}

.eyebrow{
  display:block;font-size:.6rem;font-weight:500;
  letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1rem;
}

h2{
  font-family:var(--serif);font-size:clamp(2rem,5vw,4rem);
  font-weight:300;line-height:1.05;color:#fff;
}
h2 em{font-style:italic;color:var(--gold)}

.sec-head{margin-bottom:4rem}
.sec-head--row{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}
.sec-sub{font-size:.85rem;color:var(--muted);margin-top:.75rem}

/* ════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════ */
.btn-gold,.btn-line{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 2rem;font-size:.7rem;font-weight:400;
  letter-spacing:.16em;text-transform:uppercase;
  transition:all .25s var(--ease);cursor:pointer;
  min-height:48px;touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.btn-gold{background:var(--gold);color:var(--ink);-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}
.btn-gold:hover{background:var(--gold-l);transform:translateY(-1px)}
.btn-line{color:var(--cream);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
.btn-line:hover{box-shadow:inset 0 0 0 1px var(--gold);color:var(--gold)}
.btn-full{width:100%}
.link{color:var(--gold);border-bottom:1px solid rgba(201,165,92,.35)}
.link:hover{border-color:var(--gold)}

/* ════════════════════════════════════════════
   NAV
════════════════════════════════════════════ */
#nav{
  position:fixed;inset:0 0 auto 0;z-index:900;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 2.5rem;height:70px;
  background:rgba(10,10,10,.95);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transition:background .3s var(--ease),border-color .3s;
}
#nav.bg{
  background:rgba(10,10,10,.94);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-color:rgba(255,255,255,.06);
}
.nav-logo img{
  height:52px;width:auto;max-width:140px;object-fit:contain;
  filter:drop-shadow(0 0 24px rgba(201,165,92,.25));
  transition:filter .3s;
}
.nav-logo:hover img{filter:drop-shadow(0 0 28px rgba(201,165,92,.4))}

.nav-links{display:flex;align-items:center;gap:2.5rem}
.nav-links a{
  font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(232,228,220,.5);transition:color .2s;
}
.nav-links a:hover{color:#fff}
.nav-kontakt{
  color:var(--gold)!important;
  border-bottom:1px solid rgba(201,165,92,.4);padding-bottom:1px;
}

.burger{display:none;flex-direction:column;justify-content:center;gap:6px;padding:6px;width:36px;height:36px}
.burger span{display:block;width:22px;height:1.5px;background:var(--cream);transition:all .3s var(--ease);transform-origin:center}
.burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.burger.open span:nth-child(2){transform:translateY(-7.5px) rotate(-45deg)}
.mob-menu{
  display:none;flex-direction:column;
  position:absolute;top:100%;left:0;right:0;
  background:rgba(8,8,8,.98);backdrop-filter:blur(20px);
  border-top:1px solid rgba(255,255,255,.06);
  padding:1.5rem 1.5rem 2rem;
  animation:fadeUp .2s var(--ease) both;
}
.mob-menu.open{display:flex}
.mob-menu a{
  padding:.9rem 0;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(232,228,220,.55);border-bottom:1px solid rgba(255,255,255,.05);
  transition:color .2s;
}
.mob-menu a:hover{color:var(--gold)}
.mob-menu a:last-child{border:none}

/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
#hero{
  min-height:100vh;position:relative;
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;gap:4rem;
  padding:var(--nav) 2.5rem 5rem 6rem;
  max-width:1280px;margin:0 auto;
  overflow:hidden;
}

/* animated orbs */
.orb{position:absolute;border-radius:50%;pointer-events:none!important;filter:blur(80px);z-index:0;touch-action:none}
.orb-1{
  width:600px;height:600px;top:-100px;left:-200px;
  background:radial-gradient(circle,rgba(201,165,92,.08) 0%,transparent 70%);
  animation:orbFloat 12s ease-in-out infinite;
}
.orb-2{
  width:400px;height:400px;bottom:10%;right:-100px;
  background:radial-gradient(circle,rgba(201,165,92,.05) 0%,transparent 70%);
  animation:orbFloat 16s ease-in-out infinite reverse;
}
.orb-3{
  width:300px;height:300px;top:40%;left:40%;
  background:radial-gradient(circle,rgba(201,165,92,.04) 0%,transparent 70%);
  animation:orbFloat 20s ease-in-out infinite 4s;
}
@keyframes orbFloat{
  0%,100%{transform:translate(0,0) scale(1)}
  33%{transform:translate(30px,-20px) scale(1.05)}
  66%{transform:translate(-20px,30px) scale(.95)}
}

.hero-content{display:flex;flex-direction:column;gap:2rem}


/* Hero logo in content area */
.hero-logo{
  width:auto;height:180px;max-width:580px;
  object-fit:contain;
  display:block;
  align-self:flex-start;
  margin-left:3rem;
  margin-bottom:.25rem;
  position:relative;
  filter:drop-shadow(0 0 40px rgba(201,165,92,.55)) drop-shadow(0 0 80px rgba(201,165,92,.25));
}
.hero-tag{
  font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);opacity:0;
  animation:fadeUp .8s var(--ease) .1s both;
}

.hero-h1{
  font-family:var(--serif);
  font-size:clamp(3.2rem,6vw,6rem);
  font-weight:300;line-height:1.05;color:#fff;
  display:flex;flex-direction:column;gap:.1em;
}
.h-line{display:block;overflow:visible;padding:0.05em 0}
.h-line > *,.h-line{opacity:0}
.h-italic{font-style:italic;color:rgba(232,228,220,.45);font-size:.82em}
.h-gold{color:var(--gold);font-weight:400}

[data-anim="1"]{animation:slideRight .9s var(--ease) .2s both}
[data-anim="2"]{animation:slideRight .9s var(--ease) .35s both}
[data-anim="3"]{animation:slideRight .9s var(--bounce) .5s both}
[data-anim="4"]{animation:slideRight .9s var(--ease) .65s both}
[data-anim="5"]{animation:fadeUp .8s var(--ease) .8s both}
[data-anim="6"]{animation:fadeUp .8s var(--ease) .95s both}
[data-anim="7"]{animation:fadeUp .8s var(--ease) 1.1s both}
[data-anim="8"]{animation:scaleIn 1s var(--ease) .4s both}

@keyframes slideRight{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:none}}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes scaleIn{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}

.hero-sub{font-size:.95rem;color:rgba(232,228,220,.5);line-height:1.9;max-width:440px}
.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}

.hero-kpi{
  display:flex;align-items:center;gap:2rem;flex-wrap:wrap;
  padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);
}
.kpi{display:flex;flex-direction:column;gap:.1rem}
.kpi b{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--gold);line-height:1}
.kpi span{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.kpi-sep{width:1px;height:36px;background:rgba(255,255,255,.08)}

/* Hero visual */
.hero-visual{display:flex;justify-content:center;align-items:center}

.hero-photo-card,.hero-video-card{
  position:relative;
  width:clamp(320px,38vw,480px);
}

.hero-photo-card img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:center top;
  display:block;
  box-shadow:0 40px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.06);
}

.hero-video-card video{
  width:100%;
  aspect-ratio:9/16;
  object-fit:cover;
  display:block;
  box-shadow:0 40px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.06);
}

.hero-video-ui{position:absolute;inset:0;pointer-events:none}

/* floating name/role tag at bottom */
.hero-photo-tag{
  position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:.5rem;
  background:rgba(10,10,10,.75);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.1);
  padding:.5rem 1.1rem;white-space:nowrap;
  font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);
}
.tag-dot{
  display:block;width:6px;height:6px;border-radius:50%;
  background:var(--gold);flex-shrink:0;
  animation:pulse 2s ease-in-out infinite;
}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}

/* floating stat badge top-right */
.hero-photo-stat{
  position:absolute;top:1.2rem;right:-1.5rem;
  background:var(--gold);padding:.7rem 1rem;
  display:flex;flex-direction:column;gap:.1rem;
  box-shadow:0 12px 30px rgba(201,165,92,.35);
  animation:floatY 4s ease-in-out infinite;
}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.hero-photo-stat b{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--ink);line-height:1}
.hero-photo-stat span{font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(10,10,10,.65)}

/* scroll cue */
.scroll-cue{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  color:rgba(232,228,220,.25);
  animation:fadeUp 1s 1.5s var(--ease) both;
}
.scroll-cue span{
  display:block;width:1px;height:48px;
  background:linear-gradient(to bottom,transparent,var(--gold));
  animation:scrollLine 2s ease-in-out infinite;
}
.scroll-cue p{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase}
@keyframes scrollLine{
  0%{transform:scaleY(0);transform-origin:top;opacity:1}
  50%{transform:scaleY(1);transform-origin:top}
  100%{transform:scaleY(1);transform-origin:bottom;opacity:0}
}

/* ════════════════════════════════════════════
   TICKER
════════════════════════════════════════════ */
.ticker-strip{
  background:#C9A96E;
  border-top:none;
  border-bottom:none;
  overflow:hidden;padding:1.1rem 0;
}
.ticker-inner{
  display:flex;gap:3rem;width:max-content;white-space:nowrap;
  animation:ticker 45s linear infinite;
}
.ticker-strip:hover .ticker-inner{animation-play-state:paused}
.ticker-inner span{
  font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;
  color:#0a0a0a;font-weight:700;
}
.ticker-inner i{color:rgba(10,10,10,.4);font-style:normal;font-size:.7rem}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ════════════════════════════════════════════
   ABOUT
════════════════════════════════════════════ */
.about-grid{
  display:grid;grid-template-columns:1fr 1.1fr;
  gap:6rem;align-items:center;
}
.about-photo-col{display:flex;justify-content:center}
.about-photo-frame{
  position:relative;max-width:380px;width:100%;
}
.about-photo-frame img{
  width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top;
  filter:contrast(1.05);display:block;
}
/* gold corner accent */
.about-photo-frame::before{
  content:'';position:absolute;bottom:0;left:0;right:0;height:4px;
  background:linear-gradient(to right,var(--gold),transparent);z-index:1;
}
/* floating name tag */
.photo-label{
  position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);
  font-family:var(--serif);font-size:1rem;letter-spacing:.08em;color:#fff;
  background:rgba(10,10,10,.75);backdrop-filter:blur(8px);
  padding:.5rem 1.5rem;white-space:nowrap;border:1px solid rgba(255,255,255,.08);
}

.about-text-col h2{margin-bottom:1.5rem}
.about-text-col p{font-size:.9rem;color:rgba(232,228,220,.58);line-height:1.88;margin-bottom:1rem}
.about-text-col strong{color:var(--cream);font-weight:500}

.about-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.about-tags span{
  font-size:.67rem;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(232,228,220,.45);border:1px solid rgba(255,255,255,.1);
  padding:.35rem .85rem;transition:all .2s;
}
.about-tags span:hover{border-color:var(--gold);color:var(--gold)}
/* AI tools chips */
.ai-tools{margin-top:1.5rem}
.ai-label{
  display:block;font-size:.58rem;font-weight:500;
  letter-spacing:.2em;text-transform:uppercase;
  color:rgba(232,228,220,.28);margin-bottom:.75rem;
}
.ai-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.ai-chip{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.65rem;letter-spacing:.08em;
  color:rgba(232,228,220,.55);
  border:1px solid rgba(201,165,92,.25);
  padding:.3rem .75rem;
  background:rgba(201,165,92,.04);
  transition:all .2s;
}
.ai-chip:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,165,92,.08)}
.ai-chip svg{color:var(--gold);flex-shrink:0}


/* ════════════════════════════════════════════
   LEISTUNGEN
════════════════════════════════════════════ */
.leist-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  border-top:1px solid rgba(255,255,255,.07);
  border-left:1px solid rgba(255,255,255,.07);
}
.leist-item{
  padding:2.8rem 2rem;
  border-bottom:1px solid rgba(255,255,255,.07);
  border-right:1px solid rgba(255,255,255,.07);
  transition:background .3s;position:relative;overflow:hidden;
}
.leist-item::after{
  content:'';position:absolute;bottom:0;left:0;width:0;height:2px;
  background:var(--gold);transition:width .4s var(--ease);
}
.leist-item:hover{background:rgba(201,165,92,.03)}
.leist-item:hover::after{width:100%}
.l-num{
  font-family:var(--serif);font-size:3.2rem;font-weight:300;
  color:#C9A96E;display:block;line-height:1;margin-bottom:1.2rem;
}
.leist-item h3{
  font-family:var(--serif);font-size:1.3rem;font-weight:400;
  color:#fff;margin-bottom:.8rem;
}
.leist-item p{font-size:.82rem;color:var(--muted);line-height:1.8}

/* ════════════════════════════════════════════
   PROZESS
════════════════════════════════════════════ */
.prozess-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;
  border-top:1px solid rgba(255,255,255,.07);
  border-left:1px solid rgba(255,255,255,.07);
  margin-bottom:3rem;
}
.prozess-step{
  padding:2.5rem 2rem;
  border-right:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  position:relative;overflow:hidden;
  transition:background .3s;
}
.prozess-step:hover{background:rgba(201,165,92,.03)}
.prozess-step::after{
  content:'';position:absolute;bottom:0;left:0;width:0;height:2px;
  background:var(--gold);transition:width .5s var(--ease);
}
.prozess-step:hover::after{width:100%}

.pz-num{
  font-family:var(--serif);font-size:3.2rem;font-weight:300;
  color:#C9A96E;display:block;line-height:1;margin-bottom:1.2rem;
}
.prozess-step h3{
  font-family:var(--serif);font-size:1.2rem;font-weight:400;
  color:#fff;margin-bottom:.7rem;
}
.prozess-step p{font-size:.82rem;color:var(--muted);line-height:1.8}

.prozess-cta{display:flex;justify-content:center;padding-top:2rem}

/* ════════════════════════════════════════════
   FAQ
════════════════════════════════════════════ */
.faq-list{
  display:flex;flex-direction:column;
  border-top:1px solid rgba(255,255,255,.07);
}
.faq-item{border-bottom:1px solid rgba(255,255,255,.07)}

.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:1.4rem 0;gap:2rem;
  font-family:var(--serif);font-size:1.1rem;font-weight:300;
  color:rgba(232,228,220,.8);text-align:left;
  background:none;border:none;cursor:pointer;
  transition:color .2s;
}
.faq-q:hover{color:#fff}
.faq-q[aria-expanded="true"]{color:var(--gold)}
.faq-q svg{flex-shrink:0;color:var(--gold);transition:transform .3s var(--ease)}
.faq-q[aria-expanded="true"] svg{transform:rotate(180deg)}

.faq-a{
  display:grid;grid-template-rows:0fr;
  transition:grid-template-rows .35s var(--ease);
}
.faq-a.open{grid-template-rows:1fr}
.faq-a>p{
  overflow:hidden;
  font-size:.88rem;color:var(--muted);line-height:1.85;
  padding-bottom:1.4rem;
}

/* ════════════════════════════════════════════
   PORTFOLIO — 9:16 REEL GRID
════════════════════════════════════════════ */
.filter-row{display:flex;gap:.4rem;flex-wrap:wrap}
.f-btn{
  padding:.4rem 1rem;
  border:1px solid rgba(255,255,255,.12);
  font-size:.62rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(232,228,220,.42);cursor:pointer;transition:all .2s;background:transparent;
}
.f-btn:hover,.f-btn.active{background:var(--gold);border-color:var(--gold);color:var(--ink)}

/* Full-width grid, no side padding */
.reel-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:3px;
  margin-top:2.5rem;
}

.reel-cell{
  position:relative;
  display:flex;
  flex-direction:column;
  background:var(--ink3);
  transition:transform .4s var(--ease);
}
.reel-cell.hidden{display:none}

.reel-wrap{
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  overflow:hidden;
  flex-shrink:0;
}

.reel-wrap video{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  /* show first frame as cover */
}

/* gradient overlay always visible at bottom */
.reel-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    to top,
    rgba(10,10,10,.9) 0%,
    rgba(10,10,10,.1) 40%,
    transparent 70%
  );
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.5rem;
  transition:background .3s;cursor:pointer;
}
.reel-cell:hover .reel-overlay{
  background:linear-gradient(
    to top,
    rgba(10,10,10,.95) 0%,
    rgba(10,10,10,.4) 50%,
    rgba(10,10,10,.1) 100%
  );
}
.reel-cell:hover{transform:scale(1.01);z-index:2}

.reel-play{
  width:44px;height:44px;border-radius:50%;
  border:1.5px solid rgba(255,255,255,.55);
  background:rgba(10,10,10,.4);backdrop-filter:blur(4px);
  display:flex;align-items:center;justify-content:center;
  color:#fff;transition:all .25s;flex-shrink:0;
}
.reel-play svg{width:18px;height:18px;margin-left:2px}
.reel-cell:hover .reel-play{
  border-color:var(--gold);color:var(--gold);
  background:rgba(10,10,10,.6);
  transform:scale(1.1);
}

.reel-info{
  position:absolute;bottom:0;left:0;right:0;
  padding:.8rem;pointer-events:none;
}
.reel-info span{
  display:block;font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.2rem;
}
.reel-info p{
  font-family:var(--serif);font-size:.85rem;font-weight:400;
  color:#fff;line-height:1.3;
}
.reel-ig-link{
  display:flex;align-items:center;justify-content:center;gap:.4rem;
  width:100%;
  padding:.55rem .5rem;
  font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(232,228,220,.7);text-decoration:none;
  background:#111;
  border-top:1px solid rgba(201,165,92,.25);
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(201,165,92,.2);
  touch-action:manipulation;
  min-height:38px;
  transition:all .2s;
  box-sizing:border-box;
}
.reel-ig-link:hover,.reel-ig-link:active{
  background:#1a1a1a;color:#C9A96E;border-color:#C9A96E;
}

/* playing state */
.reel-cell.playing .reel-play svg.icon-play{display:none}

/* ════════════════════════════════════════════
   VIDEO LIGHTBOX
════════════════════════════════════════════ */
.lightbox{
  position:fixed;inset:0;z-index:9999;
  background:rgba(0,0,0,.95);backdrop-filter:blur(12px);
  display:none;align-items:center;justify-content:center;
}
.lightbox.open{display:flex}
.lb-video{
  width:min(90vw,540px);
  max-height:90vh;
  aspect-ratio:9/16;
  object-fit:contain;
  border-radius:12px;
}
.lb-close{
  position:absolute;top:2rem;right:2rem;
  color:#fff;font-size:1.5rem;opacity:.6;
  transition:opacity .2s;background:none;border:none;cursor:pointer;
}
.lb-close:hover{opacity:1}

/* ════════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════════ */
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}
.testi-card{
  padding:2.5rem;background:var(--ink3);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .3s var(--ease),border-color .3s;
}
.testi-card:hover{transform:translateY(-4px);border-color:rgba(201,165,92,.2)}
.testi-gold{background:var(--gold);border-color:var(--gold)}
.testi-gold .tq,.testi-gold p,.testi-gold strong{color:var(--ink)}
.testi-gold footer em{color:rgba(10,10,10,.55)}

.tq{font-family:var(--serif);font-size:3.5rem;line-height:.8;color:var(--gold);display:block;margin-bottom:.5rem}
.testi-gold .tq{color:rgba(10,10,10,.25)}
.testi-card p{font-family:var(--serif);font-size:1.05rem;font-style:italic;font-weight:300;color:rgba(232,228,220,.72);line-height:1.72;margin-bottom:1.5rem}
.testi-card footer strong{display:block;font-size:.82rem;font-weight:500;color:#fff;font-style:normal}
.testi-card footer em{font-size:.72rem;color:var(--muted);font-style:normal}

.insta-cta{display:flex;justify-content:center;margin-top:2rem}
.insta-cta .btn-line{gap:.75rem;padding:1rem 2.5rem}

/* ════════════════════════════════════════════
   PREISE
════════════════════════════════════════════ */

/* Angebot individuell */
.angebot-box{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  padding:3.5rem;
  border:1px solid rgba(201,165,92,.2);
  background:rgba(201,165,92,.03);
}
.angebot-text{
  font-family:var(--sans);
  font-size:1.05rem;
  font-weight:300;
  line-height:1.85;
  color:rgba(232,228,220,.7);
  margin-bottom:2.5rem;
}
.angebot-cta{display:flex;justify-content:center}

.pakete{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);margin-bottom:1.5rem}
.paket{
  background:var(--ink2);padding:2.5rem 2rem;
  display:flex;flex-direction:column;gap:1rem;
  position:relative;transition:background .3s;
}
.paket:hover{background:var(--ink3)}
.paket--hl{background:var(--ink3)}
.paket-badge{
  position:absolute;top:1.2rem;right:1.2rem;
  font-size:.57rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);border:1px solid rgba(201,165,92,.4);padding:.2rem .6rem;
}
.paket-head{margin-bottom:.5rem}
.paket-name{display:block;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}
.paket-preis{display:flex;align-items:baseline;gap:.3rem}
.paket-preis b{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--gold);line-height:1}
.paket-preis small{font-size:.75rem;color:var(--muted)}
.paket ul{flex:1;display:flex;flex-direction:column;gap:.5rem}
.paket li{font-size:.82rem;color:rgba(232,228,220,.5);padding-left:.9rem;position:relative}
.paket li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1px;background:var(--gold)}
.preise-note-text{font-size:.8rem;color:var(--muted);text-align:center}

/* ════════════════════════════════════════════
   KONTAKT
════════════════════════════════════════════ */
.kontakt-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start;position:relative;z-index:10}
.kontakt-info h2{margin-bottom:1rem}
.kontakt-info>p{font-size:.88rem;color:var(--muted);line-height:1.85;margin-bottom:2rem}
.k-list{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.07)}
.k-item{
  display:flex;align-items:center;gap:.9rem;
  padding:.85rem 0;font-size:.85rem;
  color:rgba(232,228,220,.55);border-bottom:1px solid rgba(255,255,255,.07);
  transition:color .2s;
}
.k-item:hover{color:var(--gold)}
.k-muted:hover{color:rgba(232,228,220,.55);cursor:default}
.k-item svg{flex-shrink:0;color:var(--gold)}

.kontakt-form{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:10}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fg{display:flex;flex-direction:column;gap:.35rem}
.fg label{font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(232,228,220,.28)}
.fg input,.fg select,.fg textarea{touch-action:manipulation;-webkit-tap-highlight-color:rgba(201,165,92,.1);
  background:var(--ink3);border:1px solid rgba(255,255,255,.08);
  color:var(--cream);font-family:var(--sans);font-size:.88rem;font-weight:300;
  padding:.75rem 1rem;outline:none;appearance:none;border-radius:0;
  transition:border-color .2s;
}
.fg input::placeholder,.fg textarea::placeholder{color:rgba(232,228,220,.18)}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:rgba(201,165,92,.5)}
.fg select{
  background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;
  padding-right:2.5rem;cursor:pointer;
}
.fg select option{background:var(--ink3)}
.fg textarea{resize:vertical;min-height:110px}
.fg-check{flex-direction:row;align-items:center;gap:1rem;padding:.5rem 0}
.fg-check input[type=checkbox]{
  width:28px;height:28px;min-width:28px;
  flex-shrink:0;accent-color:var(--gold);
  cursor:pointer;touch-action:manipulation;
}
.fg-check label{font-size:.82rem;text-transform:none;letter-spacing:0;color:rgba(232,228,220,.45);cursor:pointer;line-height:1.6}
.form-ok{display:none;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:2rem;border:1px solid rgba(201,165,92,.25)}
.form-ok.show{display:flex}
.form-ok svg{color:var(--gold)}
.form-ok p{font-size:.88rem;color:rgba(232,228,220,.6)}

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.footer{background:var(--ink2);border-top:1px solid rgba(255,255,255,.05);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.05)}
.footer-desc{font-size:.78rem;color:rgba(232,228,220,.28);line-height:1.85}
.footer-nav,.footer-social{display:flex;flex-direction:column;gap:.65rem}
.footer-nav a,.footer-social a{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(232,228,220,.32);transition:color .2s}
.footer-nav a:hover,.footer-social a:hover{color:var(--gold)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}
.footer-bottom p{font-size:.72rem;color:rgba(232,228,220,.18)}
.footer-bottom div{display:flex;gap:2rem}
.footer-bottom a{font-size:.72rem;color:rgba(232,228,220,.18);transition:color .2s}
.footer-bottom a:hover{color:rgba(232,228,220,.55)}

/* ════════════════════════════════════════════
   SUB-PAGES
════════════════════════════════════════════ */
.subpage{min-height:100vh;padding:calc(var(--nav) + 5rem) 0 6rem;background:var(--ink)}
.subpage-content{max-width:720px;margin:0 auto;padding:0 2.5rem}
.subpage-content h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:300;color:#fff;margin-bottom:3rem}
.subpage-content h2{font-size:1rem;font-weight:500;color:var(--cream);margin:2.5rem 0 .75rem;font-family:var(--sans);letter-spacing:.05em}
.subpage-content p,.subpage-content li{font-size:.88rem;color:rgba(232,228,220,.58);line-height:1.85;margin-bottom:.75rem}
.subpage-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}
.subpage-content a{color:var(--gold);border-bottom:1px solid rgba(201,165,92,.3)}
.subpage-content a:hover{border-color:var(--gold)}
.subpage-content hr{border:none;border-top:1px solid rgba(255,255,255,.07);margin:2.5rem 0}

/* ════════════════════════════════════════════
   REVEAL
════════════════════════════════════════════ */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */

/* Subpage (Impressum / Datenschutz) */
.subpage{padding-top:70px}
.subpage-content{max-width:800px;margin:0 auto;padding:4rem 2rem}
.subpage-content h1{font-family:var(--serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;margin-bottom:2rem}
.subpage-content h2{font-size:1.3rem;margin:2rem 0 .75rem;color:#fff}
.subpage-content p{font-size:.88rem;color:rgba(232,228,220,.6);line-height:1.88;margin-bottom:1rem}
.subpage-content hr{border:none;border-top:1px solid rgba(255,255,255,.07);margin:2rem 0}
.subpage-content a{color:var(--gold)}
.label{display:block;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}

/* ————— 1100px ————— */
@media(max-width:1100px){
  #hero{
    grid-template-columns:1fr;
    padding:calc(var(--nav) + 3rem) 2.5rem 4rem;
    overflow:visible;
  }
  .hero-visual{justify-content:flex-start;margin-top:2rem}
  .hero-video-card,.hero-photo-card{width:clamp(220px,55vw,400px)}
  .hero-photo-stat{right:0}
  .reel-grid{grid-template-columns:repeat(4,1fr)}
  .prozess-grid{grid-template-columns:repeat(2,1fr)}
  .hero-logo{height:140px;margin-left:0}
}

/* ————— 900px ————— */
@media(max-width:900px){
  .about-grid{grid-template-columns:1fr;gap:3rem}
  .leist-grid{grid-template-columns:1fr}
  .kontakt-grid{grid-template-columns:1fr;gap:3rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .sec-head--row{flex-direction:column;align-items:flex-start}
}

/* ————— 768px MOBILE ————— */
@media(max-width:768px){
  /* Nav — solid bg, NO backdrop-filter (iOS touch bug fix) */
  #nav{
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    background:rgba(10,10,10,1);
    padding:0 1.25rem;
  }
  .nav-links{display:none}
  .burger{display:flex}
  .mob-menu{backdrop-filter:none;background:rgba(10,10,10,1)}

  /* Orbs — hide on mobile (iOS touch bug) */
  .orb{display:none!important}

  /* Sections */
  .section{padding:3.5rem 0}
  .wrap{padding:0 1.25rem}

  /* ── HERO ── */
  #hero{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:calc(var(--nav) + 2rem) 1.25rem 3rem !important;
    gap:0 !important;
    min-height:auto !important;
    overflow:visible !important;
  }
  .hero-content{
    order:1;
    display:flex;
    flex-direction:column;
    gap:1.25rem;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    margin-bottom:2rem;
  }
  .hero-visual{
    order:2;
    display:flex;
    justify-content:center;
    width:100%;
  }
  .orb{order:0}
  .scroll-cue{order:3}
  .hero-video-card,.hero-photo-card{
    width:min(85vw,340px);
  }
  .hero-photo-stat{display:none}

  .hero-logo{
    height:90px;
    margin-left:auto;
    margin-right:auto;
    max-width:260px;
    display:block;
  }
  .hero-tag{font-size:.58rem;letter-spacing:.18em}
  .hero-h1{
    font-size:clamp(2.2rem,8.5vw,3.5rem) !important;
    gap:.08em;
    width:100% !important;
    max-width:100% !important;
    text-align:center !important;
  }
  .h-line{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    overflow:visible;
  }
  .hero-tag{text-align:center}
  .hero-sub{font-size:.85rem;max-width:100%;line-height:1.75;text-align:center}
  .hero-btns{justify-content:center}
  .hero-kpi{justify-content:center}
  .hero-btns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:.6rem;
  }
  .hero-btns a{
    width:100%;text-align:center;justify-content:center;
    min-height:48px;font-size:.65rem;
  }
  .hero-kpi{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:.75rem 1rem;
    padding-top:1.25rem;
  }
  .kpi-sep{display:none}
  .kpi b{font-size:1.35rem}
  .kpi span{font-size:.58rem}
  .scroll-cue{display:none}

  /* ── ABOUT ── */
  .about-grid{gap:2rem}
  .about-photo-frame{max-width:220px;margin:0 auto}
  .about-photo-col{justify-content:center}
  .about-text-col h2{
    font-size:clamp(1.8rem,9.5vw,3.2rem);
    text-align:center;
    width:100%;
  }
  .about-text-col p{font-size:.85rem}
  .ai-chips{gap:.4rem}

  /* ── LEISTUNGEN ── */
  .leist-grid{grid-template-columns:repeat(2,1fr)}
  .leist-item{padding:1.5rem 1.25rem}
  .l-num{font-size:2rem;margin-bottom:.6rem}
  .leist-item h3{font-size:1rem}
  .leist-item p{font-size:.78rem}

  /* ── PROZESS ── */
  .prozess-grid{grid-template-columns:1fr 1fr}
  .prozess-step{padding:1.75rem 1.25rem}
  .pz-num{font-size:2.5rem!important;font-weight:300!important;color:#C9A96E!important;margin-bottom:1rem}

  /* ── PORTFOLIO ── */
  .reel-grid{grid-template-columns:repeat(3,1fr);gap:2px}
  .filter-row{gap:.3rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}
  .f-btn{padding:.4rem .9rem;font-size:.6rem;white-space:nowrap;flex-shrink:0}

  /* ── TESTIMONIALS ── */
  .testi-grid{grid-template-columns:1fr}
  .testi-card{padding:1.75rem}

  /* ── ANGEBOT ── */
  .angebot-box{padding:2rem 1.25rem;text-align:left}
  .angebot-text{font-size:.88rem;margin-bottom:2rem}
  .angebot-cta{justify-content:flex-start}

  /* ── FAQ ── */
  .faq-q{font-size:.95rem;padding:1.2rem 0;gap:1rem}

  /* ── KONTAKT ── */
  .kontakt-grid{gap:2.5rem}
  .kontakt-info h2{font-size:clamp(1.8rem,7vw,2.8rem)}
  .form-row{grid-template-columns:1fr}
  .fg input,.fg select,.fg textarea{
    font-size:1rem; /* iOS no-zoom */
    -webkit-tap-highlight-color:rgba(201,165,92,.15);
    touch-action:manipulation;
  }
  button[type=submit]{min-height:54px;font-size:.8rem;touch-action:manipulation}

  /* ── FOOTER ── */
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
  .footer-bottom div{justify-content:center}

  /* ── NAV LOGO ── */
  .nav-logo img{height:36px!important;max-width:100px}

  /* ── SUBPAGE ── */
  .subpage-content{padding:3rem 1.25rem}
}

/* ————— 480px ————— */
@media(max-width:480px){
  .hero-logo{height:75px;max-width:220px}
  .hero-h1{font-size:clamp(1.9rem,9.5vw,3rem);width:100%;max-width:100%}
  .hero-btns{grid-template-columns:1fr}
  .hero-video-card,.hero-photo-card{width:90vw}
  .hero-kpi{grid-template-columns:1fr 1fr}
  .kpi b{font-size:1.2rem}
}

/* ————— 390px SMALL MOBILE ————— */
@media(max-width:390px){
  .hero-logo{height:65px}
  .hero-h1{font-size:clamp(1.75rem,10vw,2.8rem)}
  .prozess-grid{grid-template-columns:1fr}
  .leist-item{padding:1.25rem 1rem}
  .angebot-box{padding:1.5rem 1rem}
  .kpi b{font-size:1.1rem}
  .ticker-inner span{font-size:.78rem;font-weight:700;color:#0a0a0a}
  .subpage-content{padding:2rem 1rem}
  .reel-grid{grid-template-columns:repeat(3,1fr);gap:2px}
}
