/*
Theme Name: Studio Présence
Version: 4.9
*/

:root {
  --black:      #111111;
  --white:      #FFFFFF;
  --beige:      #F5F0E8;
  --beige-dark: #EDE6D6;
  --gold:       #B8962E;
  --gold-light: #D4AF55;
  --gold-pale:  #F0E4BE;
  --muted:      #6B6358;
  --border:     rgba(17,17,17,0.08);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Jost', system-ui, sans-serif;
}



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--white); color: var(--black); font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-serif); font-weight: 300; line-height: 1.05; color: var(--black); }
h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2.8rem, 5.5vw, 5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
em { font-style: italic; color: var(--gold); }
p { font-size: 1.12rem; line-height: 1.9; color: var(--muted); }

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

.btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 36px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn-primary { background: var(--black); color: var(--white); }
.btn-primary:hover { background: var(--gold); }
.btn-outline { border: 1px solid rgba(17,17,17,0.3); color: var(--black); background: none; }
.btn-outline:hover { background: var(--black); color: var(--white); border-color: var(--black); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 60px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184,150,46,0.2);
  color: var(--black);
  transition: all 0.4s ease;
}
.site-header.scrolled {
  padding: 14px 60px;
  border-bottom: 1px solid rgba(184,150,46,.25);
}
.site-logo {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--black);
  letter-spacing: 0.08em;
}


.site-logo em { color: var(--gold); font-style: italic; }
.nav-menu { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-menu a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); transition: color 0.2s; font-weight: 500; }
.nav-menu a:hover { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--white) !important; padding: 10px 22px !important; }
.nav-cta:hover { background: var(--black) !important; }
.burger { display: none; flex-direction: column; gap: 6px; cursor: pointer; background: none; border: none; padding: 4px; }
.burger span { display: block; width: 26px; height: 1px; background: var(--black); transition: all 0.3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 78vh;
  max-height: 900px;
  background: var(--white);
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 150px 80px 80px;
}
.hero-left h1 { margin-bottom: 28px; }
.hero-left > p { font-size: 1.25rem; max-width: 480px; margin-bottom: 48px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-right {
  position: relative;
  overflow: hidden;
  background: var(--beige-dark);
}
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: sepia(15%) brightness(0.92);
}
.hero-badge {
  position: absolute;
  bottom: 60px; left: -32px;
  background: var(--white);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.12);
  z-index: 5;
}
.badge-num { font-family: var(--font-serif); font-size: 4rem; font-weight: 300; color: var(--gold); line-height: 1; }
.badge-text { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); line-height: 1.8; }

.ticker {
  background: var(--beige);
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ticker-track { display: flex; white-space: nowrap; animation: ticker 40s linear infinite; width: max-content; }
.ticker-item { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--black); padding: 0 40px; opacity: 0.55; }
.ticker-dot { display: inline-block; width: 3px; height: 3px; background: var(--gold); border-radius: 50%; margin-left: 40px; vertical-align: middle; opacity: 1; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.stats { background: var(--white); padding: 0; }
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item {
  padding: 60px 48px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-num { display: block; font-family: var(--font-serif); font-size: 5rem; font-weight: 300; color: var(--black); line-height: 1; margin-bottom: 10px; }
.stat-num em { color: var(--gold); font-style: normal; font-size: 3rem; vertical-align: super; }
.stat-label { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 500; }

.portfolio { background: var(--beige); padding: 120px 60px; }
.portfolio-top {
  max-width: 1200px;
  margin: 0 auto 72px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.portfolio-top h2 { max-width: 480px; }
.portfolio-top p { max-width: 340px; }
.portfolio-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
}
.pcard { background: var(--white); overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.pcard-visual { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.pcard-inner { width: 100%; height: 100%; transition: transform 0.6s ease; }
.pcard:hover .pcard-inner { transform: scale(1.04); }
.pcard-body { padding: 32px; }
.pcard-num { font-family: var(--font-serif); font-size: 0.75rem; color: var(--gold); letter-spacing: 0.12em; margin-bottom: 6px; display: block; }
.pcard-body h3 { font-size: 1.3rem; margin-bottom: 10px; }
.pcard-body p { font-size: 1rem; line-height: 1.8; margin-bottom: 20px; }
.pcard-tags { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.pcard-tag { font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--border); padding: 3px 8px; color: var(--muted); }
.pcard-link { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; border-bottom: 1px solid var(--gold-pale); padding-bottom: 2px; transition: border-color 0.2s; }
.pcard-link:hover { border-color: var(--gold); }

/* ================================================
   SERVICES — NEU
   ================================================ */
.services {
  background: var(--white);
  padding: clamp(5rem,9vw,8rem) clamp(1.5rem,5vw,5rem);
  border-top: 1px solid var(--border);
}
.services-inner { max-width: 1100px; margin: 0 auto; }
.svc-header {
  max-width: 680px;
  margin-bottom: 4.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}
.svc-header h2 { margin: .75rem 0 1.25rem; }
.svc-header p { color: var(--muted); max-width: 520px; font-size: 1.05rem; }

/* Service rows — neu */
.svc-list { margin-bottom: 0; }
.svc-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 0 2.5rem;
  align-items: start;
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  transition: background .3s;
}
.svc-row:first-child { border-top: 1px solid var(--border); }

/* Gold line draws in from left on scroll-reveal */
.svc-row::before {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width .8s cubic-bezier(.22,1,.36,1);
}
.svc-row.revealed::before { width: 100%; }

.svc-row-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: rgba(184,150,46,.18);
  line-height: 1.2;
  padding-top: .15rem;
  flex-shrink: 0;
}
.svc-row-body { min-width: 0; }
.svc-row-top {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}
.svc-row-top h3 {
  font-size: clamp(1.3rem,2.5vw,1.75rem);
  color: var(--black);
  flex-shrink: 0;
}
.svc-row-price {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--gold);
  white-space: nowrap;
}
.svc-row-price small {
  font-family: var(--font-sans);
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: .25rem;
}
.svc-row-desc {
  font-size: .95rem;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: .9rem;
}
.svc-row-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .8rem;
}
.svc-row-features li {
  font-size: .78rem;
  color: var(--muted);
  padding: .3rem .7rem;
  background: var(--beige);
  border-radius: 20px;
}
.svc-row-tag {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(184,150,46,.3);
  padding: .35rem .7rem;
  white-space: nowrap;
  margin-top: .2rem;
  align-self: start;
}

/* Addons */
.svc-addons {
  background: var(--beige);
  padding: 2rem 2.5rem;
  margin-bottom: 2.5rem;
}
.svc-addons-label {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.svc-addons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem;
}
.svc-addons-grid span {
  font-size: .82rem;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: .4rem;
}
.svc-addons-grid span em {
  font-style: normal;
  color: var(--gold);
  font-size: .75rem;
}
.svc-addons-grid span::before {
  content: '+';
  color: var(--gold);
  font-size: .7rem;
}

/* CTA */
.svc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.svc-cta p { color: var(--muted); max-width: 480px; margin: 0; }

/* ================================================
   WHY PRO
   ================================================ */
.why-pro {
  background: var(--beige);
  padding: clamp(5rem,9vw,8rem) clamp(1.5rem,5vw,5rem);
}
.why-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.why-statement h2 { color: var(--black); margin: .75rem 0 1rem; }
.why-statement .eyebrow { color: var(--gold); }
.why-statement p { color: var(--muted); font-size: .98rem; }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--black); }

.why-points {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.why-point {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.why-point:first-child { border-top: 1px solid rgba(0,0,0,.08); }
.why-point-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: .6rem;
}
.why-point-num {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--gold);
  opacity: .6;
  flex-shrink: 0;
}
.why-point-head strong {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: .01em;
}
.why-point p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  padding-left: 2.5rem;
  margin: 0;
}

@media (max-width: 900px) {
  .svc-row { grid-template-columns: 2.5rem 1fr; }
  .svc-row-tag { display: none; }
  .why-inner { grid-template-columns: 1fr; gap: 3rem; }
  .svc-cta { flex-direction: column; align-items: flex-start; }
}
.about { background: var(--white); padding: 120px 60px; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-text h2 { margin-bottom: 24px; }
.about-text p { margin-bottom: 18px; }
.about-blockquote { margin: 36px 0; padding-left: 24px; border-left: 2px solid var(--gold); }
.about-blockquote p { font-family: var(--font-serif); font-size: 1.25rem; font-style: italic; color: var(--black); line-height: 1.6; }
.about-sig { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.sig-name { display: block; font-family: var(--font-serif); font-size: 1.55rem; font-weight: 300; font-style: italic; color: var(--black); }
.sig-role { display: block; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.about-visual { position: relative; }
.about-img { aspect-ratio: 3/4; overflow: hidden; max-height: 600px; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-accent { position: absolute; top: -16px; right: -16px; width: 100px; height: 100px; border: 1px solid var(--gold-light); pointer-events: none; }
.about-years { position: absolute; bottom: -20px; left: -20px; background: var(--gold); color: var(--white); padding: 24px 28px; text-align: center; }
.about-years strong { display: block; font-family: var(--font-serif); font-size: 2.8rem; font-weight: 300; line-height: 1; }
.about-years span { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; }

.process { background: var(--beige); padding: 120px 60px; }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-top { max-width: 560px; margin-bottom: 72px; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.pstep { background: var(--white); padding: 44px 32px; border-top: 2px solid transparent; transition: border-color 0.3s; }
.pstep:hover { border-top-color: var(--gold); }
.pstep-num { display: block; font-family: var(--font-serif); font-size: 3.5rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 20px; opacity: 0.4; }
.pstep h3 { font-size: 1.1rem; color: var(--black); margin-bottom: 12px; }
.pstep p { font-size: 1rem; }

.contact { background: var(--white); padding: 120px 60px; }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-left h2 { margin-bottom: 24px; }
.contact-left p { margin-bottom: 40px; }
.contact-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.contact-ico { width: 44px; height: 44px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: var(--gold); flex-shrink: 0; }
.contact-txt { font-size: 1.05rem; color: var(--muted); }
.contact-txt a { color: var(--muted); transition: color 0.2s; }
.contact-txt a:hover { color: var(--gold); }

.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field textarea {
  background: var(--beige) !important;
  border: none !important;
  border-bottom: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 0 !important;
  padding: 16px 4px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.95rem !important;
  color: var(--black) !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}
.wpforms-container .wpforms-field input:focus,
.wpforms-container .wpforms-field textarea:focus { outline: none !important; border-bottom-color: var(--gold) !important; }
.wpforms-container .wpforms-field textarea { min-height: 120px !important; resize: vertical !important; }
.wpforms-container .wpforms-submit-container { margin-top: 28px !important; }
.wpforms-container button[type=submit] {
  background: var(--black) !important;
  color: var(--white) !important;
  border: none !important;
  padding: 15px 48px !important;
  font-family: var(--font-sans) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background 0.3s !important;
  border-radius: 0 !important;
}
.wpforms-container button[type=submit]:hover { background: var(--gold) !important; }

.site-footer { background: var(--black); padding: 44px 60px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: var(--font-serif); font-size: 1.25rem; color: var(--white); font-weight: 300; }
.footer-logo em { color: var(--gold); font-style: italic; }
.footer-copy { font-size: 0.65rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.2); }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }



/* --- Services v2: 2 Kategorien --- */
.services-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 60px; }
.svc-category { display: flex; flex-direction: column; gap: 2px; }
.svc-cat-head {
  display: flex; align-items: center; gap: 16px;
  padding: 24px 40px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.svc-cat-icon { color: var(--gold); font-size: 0.5rem; opacity: 0.6; }
.svc-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.svc-features li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.32);
  padding-left: 14px;
  position: relative;
}
.svc-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  opacity: 0.45;
  font-size: 0.65rem;
}
.services-cta {
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.services-cta p { color: rgba(255,255,255,0.35); margin-bottom: 28px; }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--white); color: var(--black); }

/* Hero trust row */
.hero-trust { display: flex; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.trust-item {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 400;
}
.trust-item::before { content: ''; }
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 140px 40px 60px; }
  .hero-right { height: 55vw; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .portfolio-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .services-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .services-list { grid-template-columns: 1fr; }
  .services-cats { grid-template-columns: 1fr; }
  
  .about-inner { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 400px; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .site-footer { flex-direction: column; gap: 20px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 768px) {
  .site-header { padding: 20px 24px; }
  .site-header.scrolled { padding: 14px 24px; }
  .nav-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); flex-direction: column; justify-content: center; align-items: center; gap: 32px; z-index: 99; }
  .nav-menu.open { display: flex; }
  .nav-menu a { font-size: 1rem; }
  .burger { display: flex; z-index: 200; position: relative; }
  .hero-left { padding: 120px 24px 40px; }
  .hero-right { height: 70vw; }
  .stats, .portfolio, .services, .about, .process, .contact { padding: 80px 24px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-item { padding: 36px 20px; }
  .stat-num { font-size: 3.5rem; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .site-footer { padding: 36px 24px; }
}
.svc-extras {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(184,150,46,.25);
  padding-top: 2rem;
  margin-top: 1rem;
}
.svc-extras-list {
  list-style: none;
  padding: 0;
  margin: .75rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .5rem 1.5rem;
}
.svc-extras-list li {
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  gap: .45rem;
}
.extras-icon {
  color: #B8962E;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

/* ================================================
   PREMIUM ANIMATIONS
   ================================================ */

/* Reveal: fade + slide up, smooth cubic */
.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.22,1,.36,1),
              transform .9s cubic-bezier(.22,1,.36,1);
}
.has-js [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Reveal from left (for why-left, about-text) */
.has-js [data-reveal-left] {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity .9s cubic-bezier(.22,1,.36,1),
              transform .9s cubic-bezier(.22,1,.36,1);
}
.has-js [data-reveal-left].revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Reveal scale (for cards, portfolio) */
.has-js [data-reveal-scale] {
  opacity: 0;
  transform: scale(.97) translateY(16px);
  transition: opacity .75s cubic-bezier(.22,1,.36,1),
              transform .75s cubic-bezier(.22,1,.36,1);
}
.has-js [data-reveal-scale].revealed {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Gold line draw on service category header */
.svc-cat-head::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.svc-cat-head.revealed::after { transform: scaleX(1); }

/* Logo mark: subtle entrance */
.logo-full {
  height: 80px;
  width: auto;
  display: block;
  transition: height .35s ease, opacity .3s;
}
.site-header.scrolled .logo-full { height: 60px; }
.site-logo:hover .logo-full { opacity: .82; }

/* Hero h1: word-by-word feel via clip */
.hero-left h1 {
  overflow: visible;
}

/* Ticker scroll */
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-track { animation: ticker 28s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }

/* Portfolio card hover: lift + gold border */
.pcard {
  transition: transform .35s cubic-bezier(.22,1,.36,1),
              box-shadow .35s ease;
}
.pcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}

/* Service card hover already has bg change + top-line draw */
/* Extra: subtle shadow on hover */
.svc {
  transition: background .3s ease, box-shadow .3s ease;
}
.svc:hover {
  background: var(--beige);
  box-shadow: inset 0 0 0 1px rgba(184,150,46,.15);
}

/* Why-list: item slides in + gold dot expands */
.why-icon {
  transition: background .3s, transform .3s cubic-bezier(.22,1,.36,1);
}
.why-list li:hover .why-icon {
  background: var(--gold);
  color: #fff;
  transform: scale(1.12);
}

/* Smooth image parallax feel on hero */
.hero-right img {
  transition: transform 6s ease;
  transform-origin: center;
}
.hero-right:hover img { transform: scale(1.03); }

/* Section fade border */
@keyframes borderGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.services-top {
  position: relative;
}
.services-top::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 60px;
  height: 2px;
  background: var(--gold);
  animation: borderGrow .8s cubic-bezier(.22,1,.36,1) both;
  animation-play-state: paused;
}
.services-top.revealed::after {
  animation-play-state: running;
}
/* === MOCKUP BAND === */
.mockup-band {
  background: var(--beige);
  padding: 5rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mockup-band img {
  max-width: 1100px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 32px 80px rgba(0,0,0,.10);
  transition: transform .6s ease;
}
.mockup-band:hover img { transform: translateY(-4px); }

/* Hero: sofort sichtbar ohne Animation-Verzögerung */
.hero-left [data-reveal],
.hero-left [data-reveal-left],
.hero-left [data-reveal-scale] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.hero-left .eyebrow { color: var(--gold); }
.hero-left h1 em { color: var(--gold); font-style: italic; }


/* === SERVICE ROW ELEMENTE === */
.svc-row-num {
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 300;
  color: rgba(184,150,46,.14);
  line-height: 1.1;
  padding-top: .25rem;
  flex-shrink: 0;
}
.svc-row-body { min-width: 0; }
.svc-row-body h3 {
  font-size: clamp(1.4rem,2.5vw,1.9rem);
  font-weight: 300;
  color: var(--black);
  margin-bottom: .75rem;
  margin-top: 0;
}
.svc-row-desc {
  font-size: .98rem;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.svc-row-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .6rem;
}
.svc-row-features li {
  font-size: .75rem;
  color: var(--muted);
  padding: .28rem .65rem;
  background: var(--beige);
  border-radius: 20px;
  white-space: nowrap;
}
.svc-row-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
  padding-top: .15rem;
  min-width: 130px;
}
.svc-row-price {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 300;
  color: var(--gold);
  white-space: nowrap;
  text-align: right;
  line-height: 1.1;
}
.svc-row-price small {
  font-family: var(--font-sans);
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: .1rem;
}
.price-unit {
  font-family: var(--font-sans);
  font-size: .65rem;
  color: var(--muted);
  letter-spacing: .08em;
  margin-left: .15rem;
}
.svc-row-badge {
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: .3rem .65rem;
  white-space: nowrap;
}
.svc-row-badge--gold {
  color: var(--gold);
  border-color: rgba(184,150,46,.35);
  background: rgba(184,150,46,.05);
}

/* Stagger animation via nth-child */
.svc-row:nth-child(1) { transition-delay: 0s; }
.svc-row:nth-child(2) { transition-delay: .08s; }
.svc-row:nth-child(3) { transition-delay: .16s; }
.svc-row:nth-child(4) { transition-delay: .24s; }

/* Mobile: stack layout */
@media (max-width: 700px) {
  .svc-row { grid-template-columns: 3rem 1fr; }
  .svc-row-right { flex-direction: row; align-items: center; justify-content: space-between; grid-column: 1/-1; padding-top: .5rem; min-width: 0; }
  .svc-row-badge { display: none; }
}

/* Service CTA */
.svc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 3rem 0 0;
  border-top: 1px solid var(--border);
  margin-top: 2.5rem;
}
.svc-cta p {
  color: var(--muted);
  max-width: 480px;
  margin: 0;
  font-size: .92rem;
}

/* Mockup band mobile */
@media (max-width: 768px) {
  .mockup-band { padding: 3rem 1.5rem; }
}

/* ── Package Grid (Leistungen neu) ── */
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
.pkg {
  background: var(--beige);
  padding: 2.8rem 2.4rem;
  display: flex;
  flex-direction: column;
}
.pkg--featured {
  background: var(--black);
  color: var(--white);
}
.pkg-badge {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .25rem .8rem;
  border-radius: 20px;
  background: rgba(0,0,0,.08);
  color: var(--muted);
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 1.2rem;
}
.pkg--featured .pkg-badge {
  background: var(--gold);
  color: var(--white);
}
.pkg-title {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: .3rem;
}
.pkg--featured .pkg-title { color: var(--white); }
.pkg-tagline {
  font-size: .85rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 1.1rem;
}
.pkg-explain {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--border);
}
.pkg--featured .pkg-explain {
  color: rgba(255,255,255,.5);
  border-bottom-color: rgba(255,255,255,.1);
}
.pkg-features {
  list-style: none;
  margin-bottom: 2rem;
  flex: 1;
}
.pkg-features li {
  font-size: .88rem;
  color: var(--muted);
  padding: .45rem 0 .45rem 1.2rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.pkg-features li:last-child { border-bottom: none; }
.pkg-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: .8rem;
}
.pkg--featured .pkg-features li {
  color: rgba(255,255,255,.6);
  border-bottom-color: rgba(255,255,255,.08);
}
.pkg-price-wrap {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  margin-bottom: .2rem;
}
.pkg-price-label {
  font-size: .75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.pkg--featured .pkg-price-label { color: rgba(255,255,255,.4); }
.pkg-price {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
}
.pkg--featured .pkg-price { color: var(--gold); }
.pkg-price-note {
  font-size: .75rem;
  color: var(--muted);
}
.pkg--featured .pkg-price-note { color: rgba(255,255,255,.35); }

/* Modules */
.pkg-modules {
  background: var(--beige);
  padding: 2.4rem;
  margin-top: 2px;
}
.pkg-modules-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.pkg-modules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.mod {
  background: var(--white);
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.mod-name {
  font-size: .82rem;
  font-weight: 500;
  color: var(--black);
}
.mod-price {
  font-size: .78rem;
  color: var(--gold);
}

/* Social Strip */
.svc-social-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.6rem 2rem;
  margin-top: 2px;
}
.svc-social-info {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.svc-social-info .eyebrow {
  margin-bottom: 0;
}
.svc-social-info strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
}
.svc-social-info span {
  font-size: .85rem;
  color: var(--muted);
}
.svc-social-price {
  font-size: .95rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
  text-decoration: none;
}
.svc-social-price:hover { color: var(--black); }

/* Mobile */
@media (max-width: 768px) {
  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-modules-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-social-strip { flex-direction: column; align-items: flex-start; }
}

/* ── Terminbuchung ── */
.booking {
  background: var(--beige);
  padding: 7rem 6rem;
}
.booking-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.booking-top {
  margin-bottom: 3rem;
  max-width: none;
  text-align: center;
}
.booking-top h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--black);
  line-height: 1.15;
  margin: .6rem 0 1rem;
}
.booking-top h2 em { color: var(--gold); font-style: italic; }
.booking-top p { color: var(--muted); line-height: 1.7; }

.booking-widget {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 2.6rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.06);
}
.bw-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .9rem;
}
.bw-days {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.bw-day {
  font-family: var(--font-sans);
  font-size: .85rem;
  padding: .6rem 1rem;
  background: var(--beige);
  border: 1px solid transparent;
  color: var(--black);
  cursor: pointer;
  transition: all .25s ease;
}
.bw-day:hover { border-color: var(--gold); }
.bw-day.is-active {
  background: var(--black);
  color: var(--white);
}
.bw-slots {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  min-height: 2.6rem;
}
.bw-slot {
  font-family: var(--font-sans);
  font-size: .85rem;
  padding: .6rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--black);
  cursor: pointer;
  transition: all .25s ease;
}
.bw-slot:hover:not(:disabled) {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.bw-slot:disabled {
  opacity: .35;
  cursor: not-allowed;
  text-decoration: line-through;
}
.bw-hint { font-size: .85rem; color: var(--muted); }
.bw-hint a { color: var(--gold); }

.bw-selected {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--black);
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.bw-field { margin-bottom: 1rem; }
.bw-field label {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: .3rem;
}
.bw-field input,
.bw-field textarea {
  width: 100%;
  padding: .7rem .9rem;
  font-family: var(--font-sans);
  font-size: .92rem;
  border: 1px solid var(--border);
  background: var(--beige);
  color: var(--black);
}
.bw-field input:focus,
.bw-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}
.bw-hp { position: absolute; left: -9999px; height: 0; opacity: 0; }
.bw-error {
  color: #a4302c;
  font-size: .85rem;
  margin-bottom: 1rem;
}
.bw-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.bw-success { text-align: center; padding: 2rem 0; }
.bw-success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 1.8rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
}
.bw-success h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: .5rem;
}
.bw-success p { color: var(--muted); }

@media (max-width: 768px) {
  .booking { padding: 4rem 1.5rem; }
  .booking-widget { padding: 1.6rem; }
  .bw-actions .btn { width: 100%; text-align: center; }
}

/* Legal Pages */
.legal-page { background: var(--white); padding: 10rem 6rem 5rem; min-height: 70vh; }
.legal-inner { max-width: 760px; margin: 0 auto; }
.legal-page h1 { font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 400; color: var(--black); margin: .5rem 0 2.5rem; }
.legal-content h2 { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; margin-bottom: 1rem; }
.legal-content h3 { font-size: 1.05rem; font-weight: 600; color: var(--black); margin: 2rem 0 .6rem; }
.legal-content p { color: var(--muted); line-height: 1.8; margin-bottom: .9rem; font-size: .95rem; }
.legal-content a { color: var(--gold); }
.legal-back { margin-top: 3rem; display: inline-block; }
@media (max-width: 768px) { .legal-page { padding: 8rem 1.5rem 3rem; } }

.contact-booking-cta { margin: 0 0 2rem; }

/* ── Buchung: Kalender ── */
.bw-cal-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.bw-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.bw-cal-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--black);
}
.bw-cal-nav {
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-size: .9rem;
  transition: all .25s ease;
}
.bw-cal-nav:hover:not(:disabled) { background: var(--gold); border-color: var(--gold); color: var(--white); }
.bw-cal-nav:disabled { opacity: .25; cursor: default; }
.bw-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.bw-cal-week span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  padding: .4rem 0;
}
.bw-cal-day {
  aspect-ratio: 1;
  border: none;
  background: transparent;
  color: #c9c2b4;
  font-family: var(--font-sans);
  font-size: .88rem;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.bw-cal-day.is-avail {
  background: var(--beige);
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
}
.bw-cal-day.is-avail:hover { background: var(--gold-pale); }
.bw-cal-day.is-active {
  background: var(--black) !important;
  color: var(--white) !important;
}
.bw-times { min-height: 200px; }
.bw-contact-hint {
  font-size: .85rem;
  color: var(--muted);
  background: var(--beige);
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.bw-contact-hint strong { color: var(--gold); }
@media (max-width: 768px) {
  .bw-cal-layout { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Mockup-Bild klickbar */
.mockup-link{position:relative;display:block;cursor:pointer;max-width:1100px;width:100%;line-height:0;}
.mockup-link img{max-width:100%;width:100%;}
.mockup-cta{position:absolute;bottom:1.4rem;right:1.4rem;background:var(--gold);color:#fff;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.7rem 1.3rem;line-height:1;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;}
.mockup-link:hover .mockup-cta,.mockup-link:focus-visible .mockup-cta{opacity:1;transform:translateY(0);}

/* ── Fix: Kontakt zentriert (Formular entfernt) ── */
.contact-inner {
  grid-template-columns: 1fr;
  max-width: 720px;
  text-align: center;
  gap: 0;
}
.contact-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-left p { max-width: 560px; }
.contact-row { justify-content: center; }
.contact-booking-cta { margin: 0 0 2.5rem; }

/* ── Fix: Prozess-Intro zentriert ── */
.process-top {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ── Fix: Footer lesbar + Layout ── */
.site-footer {
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  color: rgba(255,255,255,.6);
  gap: 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  width: 100%;
  margin-bottom: 32px;
}
.footer-brand .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  margin-bottom: 14px;
}
.footer-brand .logo-studio {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .06em;
}
.footer-brand .logo-presence {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold);
  letter-spacing: .06em;
}
.footer-brand p {
  color: rgba(255,255,255,.5);
  font-size: .9rem;
  max-width: 280px;
  line-height: 1.65;
}
.footer-col h4 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .92rem;
  margin-bottom: 9px;
  text-decoration: none;
  transition: color .2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-col address {
  font-style: normal;
  color: rgba(255,255,255,.62);
  font-size: .92rem;
  line-height: 1.9;
  margin-bottom: 12px;
}
.footer-col address a { display: inline; margin: 0; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-bottom span { color: rgba(255,255,255,.45); font-size: .82rem; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--gold); }

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
  .site-footer { text-align: center; }
  .footer-brand .logo-text, .footer-brand p { align-items: center; margin-left: auto; margin-right: auto; }
}
