/* ============================================================
   Carbon Edition · Stylesheet
   Skin-Variante von raw-ready-global.css
   Schwarz · Carbon · Silber · Gold · Premium · Performance
   ============================================================ */

:root {
  --raw-black: #0a0a0a;
  --carbon-deep: #050505;
  --carbon-mid: #141414;
  --carbon-soft: #1c1c1c;
  --concrete: #232323;
  --signal-green: #D4AF37;            /* Gold als "Signal"-Akzent */
  --gold-bright: #F2D472;
  --gold-deep: #A88528;
  --silver: #C0C5CE;
  --silver-bright: #E8ECF1;
  --silver-deep: #6E7480;
  --boxer-white: #EAEAEA;
  --alster-blue: #0a0a0a;
  --muted: #7A7A7A;
  --line: rgba(192, 197, 206, .14);
  --light-line: rgba(212, 175, 55, .25);
  --gold-line: rgba(212, 175, 55, .55);
  --max: 1240px;
  --radius: 6px;                       /* Minimaler Radius — scharf, edel */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--boxer-white);
  background: var(--carbon-deep);
  line-height: 1.65;
  font-weight: 400;
  cursor: none;
}
@media (max-width: 980px) { body { cursor: auto; } }

/* — Carbon-Background als Body-Layer — */
.carbon-bg-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--carbon-deep);
  background-image:
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, .04) 0%, transparent 60%),
    radial-gradient(circle at 1px 1px, rgba(192, 197, 206, .08) 1px, transparent 1px),
    repeating-linear-gradient(45deg, transparent 0 6px, rgba(192, 197, 206, .015) 6px 7px),
    repeating-linear-gradient(-45deg, transparent 0 6px, rgba(192, 197, 206, .015) 6px 7px);
  background-size: 100% 100%, 4px 4px, 100% 100%, 100% 100%;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--signal-green);
  color: var(--carbon-deep);
  padding: .8rem 1.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .82rem;
  z-index: 99;
}
.skip-link:focus { left: 1rem; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.narrow { max-width: 820px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 5, .88);
  border-bottom: 1px solid var(--gold-line);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  backdrop-filter: saturate(140%) blur(8px);
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo {
  width: clamp(170px, 20vw, 260px);
  height: auto;
  display: block;
  filter: grayscale(.3) brightness(1.1) contrast(1.05);
}
.brand-text {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--silver);
  font-weight: 500;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-nav a { transition: color .3s ease; }
.site-nav a:hover { color: var(--gold-bright); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold-deep), var(--signal-green) 50%, var(--gold-bright));
  color: var(--carbon-deep) !important;
  padding: .8rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: .76rem;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(212, 175, 55, .3);
}
.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--gold-line);
  background: transparent;
  border-radius: 4px;
  padding: 12px;
}
.nav-toggle span {
  display: block;
  height: 1.5px; margin: 5px 0;
  background: var(--silver-bright);
}

/* — Sektion-Themes: Carbon-Variationen — */
.section-dark {
  background:
    radial-gradient(ellipse 80% 55% at 82% 0%, rgba(212, 175, 55, .07), transparent 65%),
    var(--carbon-deep);
  position: relative;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(192, 197, 206, .015) 8px 9px),
    repeating-linear-gradient(-45deg, transparent 0 8px, rgba(192, 197, 206, .015) 8px 9px);
  pointer-events: none;
  z-index: 0;
}
.section-dark > * { position: relative; z-index: 1; }
.hero.section-dark {
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(212, 175, 55, .12), transparent 60%),
    radial-gradient(ellipse 70% 50% at 20% 80%, rgba(192, 197, 206, .04), transparent 60%),
    linear-gradient(135deg, #0a0a0a, #0f0f0f 50%, #050505);
}
.section-light {
  background: #161616;
  color: var(--boxer-white);
  position: relative;
}
.section-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(212, 175, 55, .03) 39px 40px);
  pointer-events: none;
  z-index: 0;
}
.section-light > * { position: relative; z-index: 1; }

/* — Hero — */
.hero {
  min-height: calc(100vh - 80px);
  display: grid;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 1000px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
  z-index: 1;
}
.hero-grid, .split-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}
.hero-grid {
  grid-template-areas:
    "copy media"
    "facts media";
  align-items: start;
  row-gap: 40px;
}
.hero-copy { grid-area: copy; }
.hero-media { grid-area: media; align-self: center; }
.hero-facts { grid-area: facts; }

/* — Eyebrow & Section-Kicker — */
.eyebrow, .section-kicker {
  margin: 0 0 20px;
  color: var(--signal-green);
  font-family: Inter, sans-serif;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .72rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before, .section-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--signal-green), transparent);
}

/* — Headlines: Bebas Neue — */
h1, h2, h3 { margin: 0; line-height: 1; }
h1, h2 {
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: var(--silver-bright);
}
h1 {
  font-size: clamp(3.6rem, 9vw, 8rem);
  max-width: 900px;
  line-height: .9;
}
h1 s {
  display: block;
  color: var(--silver-deep);
  text-decoration: line-through;
  text-decoration-color: var(--signal-green);
  text-decoration-thickness: .08em;
  text-underline-offset: 0;
  opacity: .55;
  font-weight: inherit;
}
h1 mark {
  display: block;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--signal-green) 50%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 14px rgba(212, 175, 55, .25));
}
h2 { font-size: clamp(2.4rem, 5.5vw, 5rem); }
h3 {
  font-size: 1.2rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--silver-bright);
}
h4 {
  margin: 0;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  font-weight: 600;
  color: var(--signal-green);
}
.hero-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: var(--silver);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 300;
  line-height: 1.7;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
}

/* — Buttons: Premium-Look — */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 1rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  font-family: Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  position: relative;
  overflow: hidden;
  transition: all .35s cubic-bezier(.65, 0, .35, 1);
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--signal-green) 50%, var(--gold-bright) 100%);
  color: var(--carbon-deep);
  box-shadow: 0 8px 24px rgba(212, 175, 55, .3);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(212, 175, 55, .45);
  letter-spacing: .18em;
}
.btn-primary:hover::before { transform: translateX(120%); }
.btn-ghost {
  border: 1px solid var(--silver-deep);
  color: var(--silver-bright);
  background: rgba(255, 255, 255, .02);
}
.btn-ghost:hover {
  border-color: var(--signal-green);
  color: var(--gold-bright);
  background: rgba(212, 175, 55, .05);
  letter-spacing: .18em;
}
.btn-dark {
  background: var(--carbon-deep);
  color: var(--silver-bright);
  border: 1px solid var(--gold-line);
}
.btn-dark:hover {
  background: var(--carbon-soft);
  border-color: var(--signal-green);
}

/* — Hero Facts — */
.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}
.hero-facts div {
  border: none;
  border-right: 1px solid var(--line);
  background: transparent;
  padding: 28px 22px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: background .35s ease;
}
.hero-facts div:last-child { border-right: none; }
.hero-facts div:hover {
  background: rgba(212, 175, 55, .04);
}
.hero-fact-icon {
  color: var(--signal-green);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.hero-fact-icon svg { width: 100%; height: 100%; display: block; }
.hero-facts dt {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--silver-bright);
}
.hero-facts dd {
  margin: 6px 0 0;
  color: var(--silver-deep);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.4;
}

/* — Hero Media · Image-Card — */
.hero-media { position: relative; }
.image-card {
  border: 1px solid var(--gold-line);
  border-radius: 0;
  padding: 8px;
  background: linear-gradient(135deg, var(--carbon-mid), var(--carbon-soft));
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, .15),
    0 30px 80px rgba(0, 0, 0, .7),
    0 0 60px rgba(212, 175, 55, .1);
  position: relative;
}
.image-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border-top: 2px solid var(--signal-green);
  border-left: 2px solid var(--signal-green);
  z-index: 2;
}
.image-card::after {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 32px; height: 32px;
  border-bottom: 2px solid var(--signal-green);
  border-right: 2px solid var(--signal-green);
  z-index: 2;
}
.image-placeholder {
  min-height: 580px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background:
    linear-gradient(rgba(5, 5, 5, .35), rgba(5, 5, 5, .7)),
    repeating-linear-gradient(135deg, #0a0a0a, #0a0a0a 18px, #1a1a1a 18px, #1a1a1a 36px);
  border: 1px solid var(--line);
  color: var(--silver-deep);
  text-align: center;
  padding: 28px;
  overflow: hidden;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.image-placeholder.small { min-height: 460px; }
.image-placeholder video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
  border-radius: 0;
}

/* — Google-Badge: Carbon-Style — */
.google-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--carbon-mid), var(--carbon-soft));
  color: var(--silver-bright);
  border-radius: 0;
  border: 1px solid var(--gold-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .6), 0 0 30px rgba(212, 175, 55, .15);
  text-decoration: none;
  z-index: 4;
  transition: transform .35s ease, box-shadow .3s ease;
}
.google-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .8), 0 0 40px rgba(212, 175, 55, .25);
}
.google-badge-logo { width: 36px; height: 36px; flex-shrink: 0; display: block; }
.google-badge-text {
  display: flex; flex-direction: column; gap: 3px;
  line-height: 1.2;
}
.google-badge-stars {
  color: var(--gold-bright);
  font-size: .9rem;
  letter-spacing: .14em;
  line-height: 1;
}
.google-badge-title {
  font-weight: 600;
  font-size: .82rem;
  color: var(--silver-bright);
  letter-spacing: .04em;
}
.google-badge-sub {
  font-size: .68rem;
  color: var(--silver-deep);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* — Sektionen-Padding — */
.intro, .medical, .process, .faq { padding: 140px 0; }
.services, .why, .about, .contact { padding: 160px 0; }
.intro h2 { margin-bottom: 32px; }
.intro p:not(.section-kicker), .medical p, .about p, .contact p {
  font-size: 1.06rem;
  color: var(--silver);
  font-weight: 300;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 80px;
}
.section-heading h2 { max-width: 820px; }

/* — Cards · Glassmorphism + Carbon — */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--gold-line);
}
.service-card {
  min-height: 380px;
  border: none;
  border-radius: 0;
  padding: 36px 30px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, .8), rgba(10, 10, 10, .95)),
    repeating-linear-gradient(45deg, transparent 0 4px, rgba(192, 197, 206, .02) 4px 5px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .4s cubic-bezier(.65, 0, .35, 1);
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gold-line);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  background:
    linear-gradient(180deg, rgba(30, 30, 30, .9), rgba(15, 15, 15, .95));
  transform: translateY(-4px);
}
.card-number {
  font-family: "Bebas Neue", sans-serif;
  color: var(--signal-green);
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 32px;
  letter-spacing: .04em;
  line-height: 1;
}
.service-card h3 { margin-bottom: 22px; }
.service-card p {
  color: var(--silver);
  font-weight: 300;
  font-size: .96rem;
  line-height: 1.65;
}
.card-line {
  margin-top: auto;
  padding-top: 20px;
  color: var(--gold-bright) !important;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--signal-green);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

/* — Why · Vertical-Bar Markers — */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.why-item {
  border-top: none;
  padding: 32px 0 0;
  position: relative;
}
.why-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: var(--signal-green);
  transition: width .4s ease;
}
.why-item:hover::before { width: 64px; }
.why-item h3 { margin-bottom: 16px; }
.why-item p {
  color: var(--silver);
  font-weight: 300;
  font-size: .96rem;
}

/* — Process — */
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--gold-line);
}
.process-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  transition: background .3s ease, padding .3s ease;
}
.process-list li:hover {
  background: rgba(212, 175, 55, .04);
  padding-left: 18px;
}
.process-list span {
  font-family: "Bebas Neue", sans-serif;
  color: var(--signal-green);
  font-size: 3rem;
  letter-spacing: .04em;
  line-height: 1;
}
.process-list h3 { margin-bottom: 10px; }
.process-list p {
  margin: 0;
  color: var(--silver);
  font-weight: 300;
}

.cta-panel {
  margin-top: 60px;
  border-radius: 0;
  background:
    linear-gradient(135deg, var(--carbon-deep) 0%, var(--carbon-soft) 100%);
  border: 1px solid var(--gold-line);
  color: var(--silver-bright);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.cta-panel::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--signal-green), transparent);
}
.cta-panel h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: .03em;
}
.cta-panel p { color: var(--silver); font-weight: 300; }

/* — FAQ — */
.about-photo .image-placeholder { min-height: 480px; }
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--gold-line); }
details {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  transition: background .3s ease;
}
details[open] { background: rgba(212, 175, 55, .03); }
summary {
  cursor: pointer;
  list-style: none;
  padding: 28px 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.04rem;
  letter-spacing: .02em;
  color: var(--silver-bright);
  position: relative;
  padding-right: 48px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 28px;
  font-family: "Bebas Neue", sans-serif;
  color: var(--signal-green);
  font-size: 1.8rem;
  line-height: 1;
  transition: transform .3s ease;
}
details[open] summary::after { transform: rotate(45deg); }
details p {
  margin: 0;
  padding: 0 0 28px;
  color: var(--silver);
  font-weight: 300;
  font-size: .96rem;
  line-height: 1.7;
}

/* — Form — */
.contact-form {
  border: 1px solid var(--gold-line);
  border-radius: 0;
  padding: 36px;
  background: linear-gradient(135deg, var(--carbon-mid), var(--carbon-soft));
  display: grid;
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 10px;
  color: var(--silver-bright);
  font-weight: 500;
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
input, select, textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--silver-bright);
  padding: 14px 0;
  outline: none;
  font-family: Inter, sans-serif;
  font-size: .96rem;
  transition: border-color .3s ease;
}
select option { color: var(--carbon-deep); }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--signal-green); }
.form-note {
  margin: 0;
  color: var(--silver-deep) !important;
  font-size: .72rem !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer {
  background: var(--carbon-deep);
  border-top: 1px solid var(--gold-line);
  color: var(--silver-deep);
  padding: 0;
}
.footer-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-inner a {
  margin-left: 24px;
  color: var(--silver);
  transition: color .3s ease;
}
.footer-inner a:hover { color: var(--gold-bright); }

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 0; right: 0; left: auto; bottom: auto;
    width: 94vw; max-width: 480px;
    height: 100vh; height: 100dvh;
    background: var(--carbon-deep);
    padding: 100px 32px 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 0;
    border-left: 1px solid var(--gold-line);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .5s cubic-bezier(.65, 0, .35, 1), opacity .3s ease;
    z-index: 200;
    overflow-y: auto;
    display: flex;
  }
  .site-nav.is-open { transform: translateX(0); opacity: 1; pointer-events: auto; }
  body.is-nav-open { overflow: hidden; }
  .site-nav a { padding: 16px 0; }
  .nav-main {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 0;
  }
  .nav-item a {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 1.4rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: var(--silver-bright);
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .nav-chevron { color: var(--signal-green); font-size: 1.4rem; line-height: 1; margin-left: 16px; }
  .site-nav > .nav-cta { margin-top: 32px; text-align: center; align-self: stretch; }
  .nav-back {
    display: none;
    align-self: flex-start;
    background: transparent; border: 0;
    color: var(--signal-green);
    font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
    padding: 4px 0 22px; cursor: pointer;
  }
  .site-nav.is-sub-open .nav-main,
  .site-nav.is-sub-open > .nav-cta {
    opacity: 0; pointer-events: none; transform: translateX(-30px);
    position: absolute; visibility: hidden;
  }
  .site-nav.is-sub-open .nav-back { display: inline-flex; align-items: center; gap: 8px; }
  .nav-sub {
    display: none;
    list-style: none; margin: 0; padding: 0;
    flex-direction: column; gap: 0;
    opacity: 0; transform: translateX(40px);
    transition: opacity .3s ease .05s, transform .35s cubic-bezier(.4, 0, .2, 1) .05s;
  }
  .nav-sub.is-open { display: flex; opacity: 1; transform: translateX(0); }
  .nav-sub li a {
    display: block; padding: 18px 0;
    font-size: 1.1rem; font-weight: 500;
    color: var(--silver-bright);
    border-bottom: 1px solid var(--line);
    letter-spacing: .04em; text-transform: uppercase;
  }
  .nav-sub li a:hover { color: var(--gold-bright); }
  .mega-nav { display: none; }

  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid {
    grid-template-areas:
      "copy"
      "media"
      "facts";
    row-gap: 48px;
  }
  .card-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
  .hero-facts div { border-bottom: 1px solid var(--line); }
  .hero-facts div:nth-child(2n) { border-right: none; }
  .google-badge { right: 12px; bottom: -32px; padding: 10px 14px; gap: 10px; }
  .google-badge-logo { width: 28px; height: 28px; }
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none !important; }
}

@media (max-width: 640px) {
  .brand-logo { width: 184px; }
  h1 { font-size: 3.4rem; }
  h2 { font-size: 2.4rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { border-right: none; }
  .card-grid, .why-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .image-placeholder { min-height: 380px; }
  .process-list li { grid-template-columns: 1fr; }
  .cta-panel { display: block; padding: 32px; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 28px 0; gap: 12px; }
  .footer-inner a { margin: 0 8px; }
}

/* ============================================================
   Navigation: Sub-Nav + Desktop Mega-Menu
   ============================================================ */
.nav-main {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 28px;
}
.nav-main > .nav-item > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-back { display: none; }
.nav-sub { display: none; }

@media (min-width: 981px) {
  .nav-chevron { display: none; }
  .mega-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(5, 5, 5, .96);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--gold-line);
    border-bottom: 1px solid var(--gold-line);
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), opacity .25s ease, max-height .3s ease;
    z-index: 49;
    overflow: hidden;
    max-height: 0;
  }
  .mega-nav.is-open {
    transform: translateY(0); opacity: 1; pointer-events: auto;
    max-height: 600px;
  }
  .mega-nav-inner {
    display: flex; justify-content: flex-end;
    gap: 64px; padding: 44px 0 40px;
  }
  .mega-col { min-width: 200px; display: none; }
  .mega-nav[data-active-sub="ems"] .mega-col[data-sub="ems"],
  .mega-nav[data-active-sub="team"] .mega-col[data-sub="team"] { display: block; }
  .mega-col h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.3rem; text-transform: uppercase;
    color: var(--signal-green);
    letter-spacing: .06em;
    margin: 0 0 18px;
  }
  .mega-col ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 12px;
  }
  .mega-col a {
    color: var(--silver);
    font-weight: 400; font-size: .92rem;
    letter-spacing: .04em;
    transition: color .25s ease, transform .25s ease, padding-left .25s ease;
    display: inline-block;
    padding: 4px 0 4px 0;
  }
  .mega-col a:hover {
    color: var(--gold-bright);
    padding-left: 12px;
  }
  .mega-col a:hover::before {
    content: "—";
    margin-right: 8px;
    color: var(--signal-green);
  }
}

/* ============================================================
   Reviews · Premium Cards
   ============================================================ */
.reviews { padding-top: 220px; }
.reviews-rating {
  display: grid; gap: 12px; justify-items: center; text-align: center;
  max-width: 520px; margin: 0 auto 56px;
}
.reviews-stars {
  font-size: 1.6rem;
  letter-spacing: .25em;
  color: var(--gold-bright);
  line-height: 1;
  text-shadow: 0 0 30px rgba(212, 175, 55, .35);
}
.reviews-score { margin: 4px 0 0; font-size: 1.04rem; color: var(--silver); }
.reviews-score strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400; font-size: 3.2rem;
  letter-spacing: .04em;
  display: inline-block; margin-right: 12px; vertical-align: middle;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews-link {
  margin-top: 8px;
  display: inline-flex;
  color: var(--signal-green);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.reviews-grid-wrap { position: relative; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; padding: 30px 4px;
  perspective: 1600px; perspective-origin: center 35%;
}
.reviews-grid > * {
  opacity: 0; transform-origin: center top;
  transition:
    opacity 1s cubic-bezier(.16, 1, .3, 1),
    transform 1.1s cubic-bezier(.34, 1.56, .64, 1),
    box-shadow .45s ease, border-color .35s ease;
  will-change: opacity, transform;
}
.reviews-grid > *:nth-child(3n+1) {
  transform: translate3d(-80px, 90px, -120px) rotateY(-28deg) rotateX(18deg) scale(.82);
  transform-origin: right center;
}
.reviews-grid > *:nth-child(3n+2) {
  transform: translate3d(0, 120px, -160px) rotateX(45deg) scale(.82);
  transform-origin: center top;
}
.reviews-grid > *:nth-child(3n+3) {
  transform: translate3d(80px, 90px, -120px) rotateY(28deg) rotateX(18deg) scale(.82);
  transform-origin: left center;
}
.reviews-grid.is-visible > *,
.reviews-grid.is-visible > *:nth-child(3n+1),
.reviews-grid.is-visible > *:nth-child(3n+2),
.reviews-grid.is-visible > *:nth-child(3n+3) {
  opacity: 1; transform: translate3d(0,0,0) rotateY(0) rotateX(0) scale(1);
}
.reviews-grid.is-visible > *:nth-child(1)  { transition-delay: 0ms; }
.reviews-grid.is-visible > *:nth-child(2)  { transition-delay: 90ms; }
.reviews-grid.is-visible > *:nth-child(3)  { transition-delay: 180ms; }
.reviews-grid.is-visible > *:nth-child(4)  { transition-delay: 270ms; }
.reviews-grid.is-visible > *:nth-child(5)  { transition-delay: 360ms; }
.reviews-grid.is-visible > *:nth-child(6)  { transition-delay: 450ms; }
.reviews-grid.is-visible > *:nth-child(7)  { transition-delay: 540ms; }
.reviews-grid.is-visible > *:nth-child(8)  { transition-delay: 630ms; }
.reviews-grid.is-visible > *:nth-child(9)  { transition-delay: 720ms; }
.reviews-grid > *::before {
  transform: scale(0) rotate(-180deg); opacity: 0;
  transition:
    transform .9s cubic-bezier(.68, -.55, .265, 1.55),
    opacity .6s ease, color .3s ease, text-shadow .3s ease;
  transition-delay: 400ms;
}
.reviews-grid.is-visible > *::before { transform: scale(1) rotate(0); opacity: .85; }

.review-card {
  border: 1px solid var(--gold-line);
  border-radius: 0;
  background: linear-gradient(180deg, var(--carbon-mid), var(--carbon-soft));
  padding: 36px 30px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
}
.review-card::before {
  content: "“";
  position: absolute;
  top: 8px; left: 22px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  z-index: 2;
}
.review-card::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 80%; height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(212, 175, 55, .15) 50%, transparent 70%);
  transition: left .9s ease;
  pointer-events: none; z-index: 1;
}
.review-card:hover, .review-card:focus-visible {
  transform: translateY(-12px) scale(1.025);
  border-color: var(--signal-green);
  box-shadow:
    inset 0 -2px 0 var(--signal-green),
    0 36px 70px rgba(0, 0, 0, .7),
    0 0 50px rgba(212, 175, 55, .25);
  outline: none;
}
.review-card:hover::after, .review-card:focus-visible::after { left: 120%; }
.review-card .review-quote {
  margin: 38px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--silver);
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
.review-card-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.review-card .review-author {
  margin: 0;
  font-weight: 500;
  font-family: Inter, sans-serif;
  color: var(--silver-bright);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-card-foot .review-stars {
  font-size: .9rem;
  letter-spacing: .14em;
  color: var(--gold-bright);
  line-height: 1;
  flex-shrink: 0;
}

.review-image-card {
  display: flex;
  height: 300px;
  border: 1px solid var(--gold-line);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: var(--carbon-mid);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
  transition: transform .35s ease, box-shadow .4s ease;
}
.review-image-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s ease;
  filter: grayscale(.4) contrast(1.05);
}
.review-image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .7), 0 0 50px rgba(212, 175, 55, .2);
}
.review-image-card:hover img { transform: scale(1.05); filter: grayscale(.2) contrast(1.1); }

.reviews-more { display: none; margin: 32px auto 0; }

.review-modal {
  position: fixed; inset: 0; z-index: 100;
  display: grid; place-items: center; padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.review-modal.is-open { opacity: 1; pointer-events: auto; }
.review-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(5, 5, 5, .85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.review-modal-card {
  position: relative;
  background: linear-gradient(135deg, var(--carbon-mid), var(--carbon-soft));
  color: var(--silver-bright);
  border-radius: 0;
  border: 1px solid var(--gold-line);
  max-width: 680px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  padding: 64px 56px 44px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .8), 0 0 80px rgba(212, 175, 55, .15);
  transform: scale(.94);
  transition: transform .35s ease;
  cursor: pointer;
}
.review-modal.is-open .review-modal-card { transform: scale(1); }
.review-modal-card::before {
  content: "“";
  position: absolute; top: 8px; left: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 7rem; line-height: 1;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}
.review-modal-close, .review-modal-prev, .review-modal-next {
  position: absolute; width: 44px; height: 44px;
  border-radius: 0; border: 1px solid var(--gold-line);
  background: var(--carbon-deep); color: var(--silver-bright);
  cursor: pointer; font-size: 1.4rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .25s ease; z-index: 2;
}
.review-modal-close { top: 14px; right: 14px; font-size: 1.4rem; }
.review-modal-prev { left: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-next { right: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-close:hover, .review-modal-prev:hover, .review-modal-next:hover {
  background: var(--signal-green); color: var(--carbon-deep);
  border-color: var(--signal-green);
}
.review-modal-prev:hover { transform: translateY(-50%) translateX(-3px); }
.review-modal-next:hover { transform: translateY(-50%) translateX(3px); }
.review-modal-inner {
  display: flex; flex-direction: column; gap: 22px;
  max-height: calc(80vh - 108px); overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;
}
.review-modal-inner::-webkit-scrollbar { display: none; }
.review-modal .review-stars {
  font-size: 1.2rem; letter-spacing: .18em;
  color: var(--gold-bright); line-height: 1;
}
.review-modal-quote {
  margin: 0;
  font-size: 1.18rem; line-height: 1.7;
  color: var(--silver);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  white-space: pre-wrap;
}
.review-modal-author {
  margin: 0;
  font-weight: 500;
  color: var(--silver-bright);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.is-modal-open { overflow: hidden; }

/* — Galerie — */
.gallery { padding: 100px 0; }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track > .image-card { scroll-snap-align: start; transition: transform .35s ease; }
.gallery-track > .image-card:hover { transform: translateY(-6px); }
.gallery-track .image-placeholder { min-height: 380px; padding: 0; overflow: hidden; }
.gallery-track .image-placeholder img {
  width: 100%; height: 100%; max-height: 380px;
  object-fit: cover; transition: transform .6s ease;
  filter: grayscale(.4) contrast(1.05);
}
.gallery-track > .image-card:hover .image-placeholder img {
  transform: scale(1.05); filter: grayscale(.1) contrast(1.1);
}
.gallery-hint {
  margin: 18px 0 0;
  color: var(--silver-deep);
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gallery-nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.gallery-btn {
  width: 50px; height: 50px;
  border-radius: 0;
  border: 1px solid var(--gold-line);
  background: var(--carbon-deep);
  color: var(--silver-bright);
  cursor: pointer; font-size: 1.2rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .25s ease;
}
.gallery-btn:hover {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: var(--carbon-deep);
  transform: translateY(-2px);
}

.gallery2 { position: relative; z-index: 5; padding: 82px 0 0; }
.gallery2 .gallery-track { margin-bottom: -168px; margin-top: -190px; }
.gallery2 .image-card {
  border: 1px solid var(--gold-line);
  background: transparent;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .8);
}
.gallery2 .image-placeholder { background: transparent; border: none; padding: 0; border-radius: 0; }
.gallery2 .image-placeholder img { border-radius: 0; }

/* — Team — */
.team { padding: 0 0 160px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.team-card { display: flex; flex-direction: column; }
.team-photo {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 28px;
  background: var(--carbon-mid);
  border: 1px solid var(--gold-line);
  aspect-ratio: 1 / 1;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
  transition: transform .4s ease;
}
.team-card:hover .team-photo { transform: translateY(-6px); }
.team-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(.5) contrast(1.05);
  transition: filter .4s ease;
}
.team-card:hover .team-photo img { filter: grayscale(.1) contrast(1.1); }
.team-name {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.2rem; line-height: 1;
  letter-spacing: .04em;
  color: var(--silver-bright);
  margin: 0 0 10px;
}
.team-role {
  color: var(--signal-green);
  font-weight: 500;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.team-bio {
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 300;
  margin: 0 0 22px;
}
.team-quote {
  margin: auto 0 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-left: 18px;
  border-left: 2px solid var(--signal-green);
}

/* — Back to Top — */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 52px; height: 52px;
  border-radius: 0;
  border: 1px solid var(--gold-line);
  background: var(--carbon-deep);
  color: var(--silver-bright);
  cursor: pointer;
  font-size: 1.2rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
  opacity: 0; pointer-events: none;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .25s ease;
  z-index: 60;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover {
  background: var(--signal-green);
  color: var(--carbon-deep);
  border-color: var(--signal-green);
  transform: translateY(-4px);
}

.site-header { transition: background .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: rgba(5, 5, 5, .96); }

/* — Reveal Animations — */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
[data-reveal="left"] { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal].is-visible { opacity: 1; transform: none; }

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: 100ms; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: 200ms; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: 300ms; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: 400ms; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: 500ms; }

/* ============================================================
   CARBON SPECIAL EFFECTS
   ============================================================ */

/* — Custom Cursor (Gold-Punkt + Outline-Ring mit Lag) — */
.cursor-dot {
  position: fixed;
  top: 0; left: 0;
  width: 6px; height: 6px;
  background: var(--signal-green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform .15s ease, width .25s ease, height .25s ease, background .25s ease;
  box-shadow: 0 0 12px rgba(212, 175, 55, .6);
}
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), width .3s ease, height .3s ease, border-color .3s ease, opacity .3s ease;
  opacity: .8;
}
.cursor-dot.is-hover {
  width: 14px; height: 14px;
  background: var(--gold-bright);
}
.cursor-ring.is-hover {
  width: 60px; height: 60px;
  border-color: var(--signal-green);
  opacity: 1;
}

/* — Scroll-Progress-Bar (Gold) oben — */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 2px;
  z-index: 100;
  background: rgba(212, 175, 55, .1);
  pointer-events: none;
}
.scroll-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-deep), var(--signal-green) 50%, var(--gold-bright));
  transition: width .15s linear;
  box-shadow: 0 0 12px rgba(212, 175, 55, .6);
}

/* — Magnetic Buttons — wird vom JS verstärkt — */
.btn-primary { transition-property: transform, box-shadow, letter-spacing; }

/* — Section Underline Animation auf Scroll — */
.section-heading h2 {
  position: relative;
  padding-bottom: 18px;
}
.section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-deep), var(--signal-green), transparent);
  transition: width 1s cubic-bezier(.16, 1, .3, 1) .3s;
}
[data-reveal].is-visible .section-heading h2::after,
[data-reveal-stagger].is-visible .section-heading h2::after,
.section-heading[data-reveal].is-visible h2::after { width: 60px; }

/* — Reduce Motion — */
@media (prefers-reduced-motion: reduce) {
  body { cursor: auto; }
  .cursor-dot, .cursor-ring, .scroll-progress { display: none !important; }
  [data-reveal], [data-reveal-stagger] > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  html { scroll-behavior: auto; }
  .review-modal, .review-modal-card { transition: none !important; }
  .review-modal-card { transform: none !important; }
}
