:root {
  --bg: #0d0d0f;
  --bg-soft: #f3f1ed;
  --white: #ffffff;
  --ink: #131316;
  --muted: #686868;
  --line: rgba(19, 19, 22, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --accent: #d7b56d;
  --accent-dark: #9b7a35;
  --max: 1160px;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, audio, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 16px; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 999px; transform: translateY(-160%); z-index: 99; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 16px 0; background: rgba(13, 13, 15, 0.64); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-light); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 46px; }
.brand img { display: block; width: clamp(150px, 18vw, 230px); height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(10px, 1.2vw, 18px); color: var(--white); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a { opacity: .82; }
.main-nav a:hover { opacity: 1; }
.nav-booking { padding: 11px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); }
.nav-toggle { display: none; }
.section { padding: clamp(60px, 9vw, 128px) 0; }
.section-light { background: var(--bg-soft); }
.section-white { background: var(--white); }
.section-muted { background: #ece8df; }
.section-dark { background: var(--bg); color: var(--white); }
.hero { position: relative; min-height: 92vh; display: grid; align-items: center; overflow: hidden; padding-top: 96px; }
.hero-bg, .studio-parallax { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.32) 52%, rgba(0,0,0,.62)), url("assets/img/studio-bg.jpg"); background-size: cover; background-position: center; background-attachment: fixed; transform: scale(1.02); }
.hero-bg::after, .studio-parallax::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(215,181,109,.24), transparent 34%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: end; }
.glass-panel, .floating-card { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); backdrop-filter: blur(22px); border-radius: var(--radius); }
.hero-copy { max-width: 760px; padding: clamp(28px, 5vw, 60px); }
.hero-note { padding: 24px; color: var(--white); }
.hero-note strong { display:block; font-size: 20px; margin-bottom: 6px; }
.hero-note span { color: rgba(255,255,255,.76); }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 10ch; margin-bottom: 24px; font-size: clamp(50px, 5vw, 112px); line-height: .9; letter-spacing: -.065em; }
h2 { margin-bottom: 22px; font-size: clamp(34px, 5vw, 68px); line-height: .96; letter-spacing: -.05em; }
h3 { font-size: 20px; margin-bottom: 8px; }
.lead { max-width: 660px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 23px); }
.lead-dark { max-width: 680px; color: #303034; font-size: clamp(18px, 2vw, 22px); }
.hero-actions, .creator-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #111; }
.button-ghost { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { color: var(--accent-dark); font-weight: 800; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { color: var(--muted); font-size: 18px; }
.demo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.demo-card { padding: 24px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,0,0,.06); }
.demo-card audio { width: 100%; margin-top: 18px; }
.demo-card p { color: var(--muted); margin-bottom: 0; }
.demo-kicker { display: block; color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 88px); }
.copy-stack p { font-size: clamp(18px, 2vw, 22px); color: #303034; }
.copy-stack p:last-child { margin-bottom: 0; }
.service-grid, .quote-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-grid article, .quote-grid blockquote { margin: 0; padding: 24px; border-radius: 22px; background: rgba(255,255,255,.66); border: 1px solid rgba(0,0,0,.08); }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.quote-grid blockquote { font-size: 19px; }
.studio-section { position: relative; min-height: 86vh; display: grid; align-items: center; overflow: hidden; color: var(--white); padding: clamp(96px, 12vw, 160px) 0; }
.studio-content { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); gap: 24px; align-items: end; }
.floating-card { padding: clamp(26px, 4vw, 46px); color: var(--white); }
.studio-main p:not(.eyebrow), .studio-facts p { color: rgba(255,255,255,.8); }
.studio-facts code, .form-note code { color: var(--white); padding: 2px 6px; border-radius: 8px; background: rgba(255,255,255,.12); }
.creator { overflow: hidden; }
.creator-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(34px, 7vw, 96px); align-items: center; }
.creator-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.creator-facts span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: 999px; background: #f0ece3; border: 1px solid rgba(0,0,0,.08); color: #202024; font-size: 13px; font-weight: 800; }
.creator-actions { margin-top: 0; }
.creator-video-card { position: relative; isolation: isolate; width: min(100%, 380px); margin-inline: auto; padding: 13px; border-radius: 42px; background: linear-gradient(145deg, #202024, #070708); box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.creator-video-card::before { content: ""; position: absolute; top: 10px; left: 50%; width: 86px; height: 25px; border-radius: 0 0 18px 18px; background: #08080a; transform: translateX(-50%); z-index: 2; }
.creator-video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 31px; background: #171719; }
.phone-glow { position: absolute; inset: 10%; background: radial-gradient(circle, rgba(215,181,109,.34), transparent 62%); filter: blur(45px); z-index: -1; }
.contact p { color: rgba(255,255,255,.78); }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 40px; align-items: start; }
.contact-side { display: grid; gap: 18px; }
address { font-style: normal; color: rgba(255,255,255,.78); padding: 28px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
address a { color: var(--white); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 14px; padding: 28px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.form-row { display: grid; gap: 7px; }
.form-row label { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.10); color: var(--white); font: inherit; padding: 13px 14px; outline: none; }
.form-row select option { color: #111; }
.form-row textarea { resize: vertical; min-height: 132px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: rgba(215,181,109,.85); box-shadow: 0 0 0 3px rgba(215,181,109,.16); }
.form-note { margin: 0; color: rgba(255,255,255,.58) !important; font-size: 13px; }
.site-footer { background: #070708; color: rgba(255,255,255,.58); padding: 26px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; font-size: 14px; }
@media (max-width: 1100px) { .main-nav { gap: 9px; font-size: 10px; } }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 15px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: var(--white); font: inherit; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 22px; background: rgba(13,13,15,.94); border: 1px solid rgba(255,255,255,.16); font-size: 12px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .nav-booking { text-align: center; margin-top: 8px; }
  .hero-grid, .studio-content, .creator-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-note { max-width: 420px; }
  .service-grid, .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: auto; padding: 128px 0 76px; }
  .hero-bg, .studio-parallax { background-attachment: scroll; }
  .demo-grid, .service-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 24px; }
  .creator-video-card { width: min(100%, 330px); border-radius: 34px; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .hero-bg, .studio-parallax { background-attachment: scroll; }
}

/* =========================================================
   ATMOSPHERIC BACKGROUND + GLASS SYSTEM
   One global background layer. Sections stay transparent.
========================================================= */

:root {
  --page-bg: url("assets/img/backgrounds/bg-01.jpg");
  --glass: rgba(10, 10, 12, 0.56);
  --glass-strong: rgba(10, 10, 12, 0.70);
  --glass-line: rgba(215, 181, 109, 0.18);
}

body {
  color: var(--white);
  background: #08080a !important;
}

body::before,
body::after {
  content: none !important;
}

.page-parallax-bg {
  position: fixed;
  inset: 0;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
  background: #08080a;
  contain: layout paint size;
}

.page-parallax-bg img {
  position: absolute;
  inset: 0%;
  width: 150%;
  height: 150%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.18);
  will-change: transform;
  backface-visibility: hidden;
}

.page-parallax-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,6,8,.78), rgba(6,6,8,.68) 42%, rgba(6,6,8,.82)),
    radial-gradient(circle at 18% 12%, rgba(215,181,109,.18), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,.08), transparent 28%);
}

.section,
.section-light,
.section-white,
.section-muted,
.section-dark,
.site-footer,
.hero,
.studio-section {
  background: transparent !important;
  color: var(--white);
}

.hero-bg,
.studio-parallax {
  background: transparent !important;
  background-image: none !important;
  background-attachment: scroll !important;
  transform: none !important;
}

.hero-bg::after,
.studio-parallax::after {
  display: none !important;
}

.hero::before,
.studio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 25%, rgba(215,181,109,.12), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.24));
  z-index: 0;
}

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

.site-header {
  background: rgba(8, 8, 10, 0.54);
  border-bottom-color: rgba(215,181,109,.18);
}

.section-light .section-head,
.section-light .demo-grid,
.section-white .section-head,
.section-white .split,
.section-white .creator-grid,
.section-white .quote-grid,
.section-muted .section-head,
.section-muted .service-grid,
.section-muted .split,
.contact-grid {
  padding: clamp(22px, 4vw, 42px);
  border-radius: var(--radius);
  background: var(--glass);
  border: 1px solid var(--glass-line);
  box-shadow: 0 26px 90px rgba(0,0,0,.34);
}

.glass-panel,
.floating-card,
.demo-card,
.service-grid article,
.quote-grid blockquote,
address,
.contact-form,
.creator-facts span {
  background: rgba(9, 9, 11, 0.62);
  border-color: rgba(215,181,109,.18);
  color: var(--white);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.demo-card,
.service-grid article,
.quote-grid blockquote,
address,
.contact-form {
  box-shadow: 0 20px 70px rgba(0,0,0,.24);
}

.section-head p,
.lead-dark,
.copy-stack p,
.service-grid p,
.demo-card p,
.creator-copy p,
.quote-grid blockquote,
.contact p {
  color: rgba(255,255,255,.76);
}

.creator-facts span {
  color: var(--white);
}

.button-dark {
  background: rgba(255,255,255,.12);
  color: var(--white);
  border: 1px solid rgba(215,181,109,.28);
}

.text-link {
  color: var(--accent);
}

@media (max-width: 768px) {
  .page-parallax-bg img {
    transform: scale(1.12) !important;
  }

  .section-light .section-head,
  .section-light .demo-grid,
  .section-white .section-head,
  .section-white .split,
  .section-white .creator-grid,
  .section-white .quote-grid,
  .section-muted .section-head,
  .section-muted .service-grid,
  .section-muted .split,
  .contact-grid {
    padding: 20px;
  }
}

/* === HEADER CTA + ACTIVE NAVIGATION WAVEFORM === */

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent);
  opacity: 1;
}

.main-nav a:not(.nav-booking).active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 34px;
  height: 10px;
  margin-top: 8px;
  transform: translateX(-50%);
  background-color: var(--accent);
  pointer-events: none;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='34' height='10' viewBox='0 0 34 10' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='4' width='3' height='2' rx='1'/%3E%3Crect x='5' y='2' width='3' height='6' rx='1.5'/%3E%3Crect x='10' y='0' width='3' height='10' rx='1.5'/%3E%3Crect x='15' y='3' width='3' height='4' rx='1.5'/%3E%3Crect x='20' y='1' width='3' height='8' rx='1.5'/%3E%3Crect x='25' y='3' width='3' height='4' rx='1.5'/%3E%3Crect x='30' y='4' width='3' height='2' rx='1'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("data:image/svg+xml,%3Csvg width='34' height='10' viewBox='0 0 34 10' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='4' width='3' height='2' rx='1'/%3E%3Crect x='5' y='2' width='3' height='6' rx='1.5'/%3E%3Crect x='10' y='0' width='3' height='10' rx='1.5'/%3E%3Crect x='15' y='3' width='3' height='4' rx='1.5'/%3E%3Crect x='20' y='1' width='3' height='8' rx='1.5'/%3E%3Crect x='25' y='3' width='3' height='4' rx='1.5'/%3E%3Crect x='30' y='4' width='3' height='2' rx='1'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* =========================================================
   HERO IMAGE
========================================================= */

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
}

.hero-photo-card {
  overflow: hidden;
  border-radius: 24px;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* optional schöner Crop */
.hero-photo-card {
  aspect-ratio: 3 / 4;
}

.nav-booking {
  background: linear-gradient(135deg, #d7b56d, #b8964f);
  color: #111 !important;
  border: none;
  box-shadow: 0 10px 32px rgba(215,181,109,.28);
}

.nav-booking:hover {
  color: #111 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(215,181,109,.38);
}

@media (max-width: 980px) {
  .main-nav a:not(.nav-booking).active::after {
    display: none;
  }
}

/* === HERO WITH IMAGE UPDATE === */

.hero-grid-with-image {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
}

.hero-grid-with-image .hero-copy {
  max-width: 760px;
}

.hero-visual {
  position: relative;
  display: grid;
  justify-items: end;
  align-items: center;
  min-height: 520px;
}

.hero-photo-card {
  width: min(100%, 430px);
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 14px);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
}

.hero-photo-card figcaption {
  padding: 14px 8px 4px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}

.hero-visual .hero-note {
  position: absolute;
  left: 0;
  bottom: 54px;
  max-width: 260px;
  z-index: 2;
}

/* === DEMO GRID COMPACT === */

.demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.demo-card {
  padding: 18px;
  border-radius: 20px;
}

.demo-card img,
.demo-logo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  background: rgba(255,255,255,.94);
  border-radius: 10px;
  padding: 14px;
}

.demo-card h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.demo-card p {
  font-size: 14px;
}

.demo-card audio {
  width: 100%;
  margin-top: 14px;
}

.demo-card a[download],
.demo-download {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  color: var(--accent);
}



/* === SECTION SPACING + VISIBLE GOLD DIVIDERS === */

.section,
.studio-section {
  position: relative;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.section::after,
.studio-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(215,181,109,.15) 15%,
    rgba(215,181,109,.9) 50%,
    rgba(215,181,109,.15) 85%,
    transparent 100%
  );

  .hero,
.section,
.studio-section {
  position: relative;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.hero::after,
.section::after,
.studio-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(215,181,109,.15) 15%,
    rgba(215,181,109,.9) 50%,
    rgba(215,181,109,.15) 85%,
    transparent 100%
  );

  box-shadow: 0 0 18px rgba(215,181,109,.35);
}

.contact.section::after {
  display: none;
}

  box-shadow: 0 0 18px rgba(215,181,109,.35);
}

.contact.section::after {
  display: none;
}

@media (max-width: 1100px) {
  .demo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

@media (max-width: 980px) {
  .hero-grid-with-image {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    justify-items: center;
  }

  .hero-photo-card {
    width: min(100%, 390px);
  }

  .hero-visual .hero-note {
    position: static;
    width: min(100%, 390px);
    max-width: none;
    margin-top: 16px;
  }
}

@media (max-width: 680px) {
  .hero-photo-card {
    padding: 10px;
    border-radius: 28px;
  }

  .hero-photo-card img {
    border-radius: 20px;
  }
}

/* === FIXED HEADER OFFSET === */

:root {
  --header-offset: 110px;
}

section[id] {
  scroll-margin-top: var(--header-offset);
}

.hero {
  padding-top: var(--header-offset);
}

@media (max-width: 680px) {
  :root {
    --header-offset: 160px;
  }

  .hero {
    padding-top: var(--header-offset);
  }
}