:root {
  --black: #0b0b0b;
  --black-soft: #171310;
  --ink: #191919;
  --muted: #68615a;
  --line: rgba(30, 24, 18, 0.12);
  --paper: #f4efe8;
  --paper-light: #fffaf2;
  --card: rgba(255, 251, 244, 0.9);
  --gold: #d4a017;
  --gold-dark: #9a6d00;
  --gold-light: #f3c65a;
  --shadow: 0 24px 70px rgba(17, 11, 2, 0.12);
  --shadow-soft: 0 14px 38px rgba(17, 11, 2, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1120px;
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 84% 6%, rgba(212, 160, 23, 0.18), transparent 30rem),
    radial-gradient(circle at 8% 10%, rgba(255, 236, 188, 0.85), transparent 22rem),
    linear-gradient(180deg, #efe5d5 0%, #fbf7ef 32%, #f3eadc 100%);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(255,255,255,0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 20;
  background: var(--gold);
  color: #111;
  padding: 0.7rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { left: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 74px;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: #fff;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(243, 198, 90, 0.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: radial-gradient(circle at 30% 20%, rgba(243,198,90,0.32), rgba(212,160,23,0.08) 52%, rgba(255,255,255,0.02));
  box-shadow: inset 0 0 22px rgba(212,160,23,0.18);
}

.brand strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 0.22rem;
  color: rgba(255,255,255,0.66);
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-links a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0.62rem 0.85rem;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #111;
  background: var(--gold-light);
  outline: none;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  position: relative;
  max-width: 1240px;
  min-height: 560px;
  margin: 1.25rem auto 2rem;
  padding: clamp(2rem, 5vw, 4.6rem);
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(1rem, 4vw, 4.8rem);
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 42px 42px;
  background:
    linear-gradient(105deg, rgba(255,249,238,0.98) 0%, rgba(255,246,230,0.92) 50%, rgba(22,17,12,0.07) 72%, rgba(22,17,12,0.28) 100%),
    radial-gradient(circle at 84% 30%, rgba(244,200,94,0.38), transparent 23rem),
    linear-gradient(135deg, #fff7eb, #efe0c7);
  box-shadow: var(--shadow);
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hero-bg::before {
  width: 36rem;
  height: 36rem;
  right: -10rem;
  top: 3rem;
  border: 1px solid rgba(212,160,23,0.35);
  border-radius: 50%;
  filter: blur(0.1px);
}

.hero-bg::after {
  width: 34rem;
  height: 18rem;
  right: 4rem;
  top: 7rem;
  background: radial-gradient(circle, rgba(244,205,103,0.7) 0 1px, transparent 2px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 68%, transparent);
  opacity: 0.32;
  transform: rotate(-12deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  grid-column: 2;
  grid-row: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.55vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #141210;
  max-width: 620px;
}

.hero h1::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 4px;
  margin: 1.55rem 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(212,160,23,0));
}

.cta-button,
.analysis-link,
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  color: #130d05;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f2c55a 0%, #d4a017 48%, #b57d00 100%);
  box-shadow: 0 12px 24px rgba(154,109,0,0.25), inset 0 1px 0 rgba(255,255,255,0.38);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-button { margin-top: 2rem; }
.cta-button::after,
.analysis-link::after { content: "→"; }

.cta-button:hover,
.analysis-link:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(154,109,0,0.32), inset 0 1px 0 rgba(255,255,255,0.38);
}

.hero-image {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin-left: -0.35rem;
  margin-bottom: -0.6rem;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 18% 4% 4% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,23,0.26), rgba(212,160,23,0.11) 34%, transparent 68%);
  filter: blur(18px);
}

.hero-image::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 2rem;
  z-index: -1;
  width: 82%;
  height: 44%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(12,10,8,0.2), transparent 68%);
  filter: blur(18px);
}

.hero-image img {
  width: min(470px, 100%);
  margin-right: auto;
  filter: drop-shadow(0 30px 42px rgba(0,0,0,0.30));
}

.section-card,
.analysis-band {
  position: relative;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1.35rem auto;
  border: 1px solid rgba(72, 51, 20, 0.12);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.section-card { padding: clamp(1.4rem, 4vw, 2.6rem); }

.section-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), transparent);
}

.section-card h2,
.analysis-band h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(1.4rem, 5vw, 4rem);
  align-items: center;
}

.about-text p,
.analysis-band p,
.contact-copy p { color: var(--muted); margin: 0 0 0.8rem; }

.about-quote {
  min-height: 180px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  border-left: 1px solid rgba(212,160,23,0.4);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 20% 20%, rgba(212,160,23,0.16), transparent 15rem),
    rgba(255,255,255,0.38);
}

.quote-mark {
  display: block;
  height: 42px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.8;
}

blockquote { margin: 0; font-size: 1.08rem; color: #2d2925; }

.video-benefit { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: 0.85rem; }

.video-benefit li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 3rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(72, 51, 20, 0.08);
}

.video-benefit li::before {
  content: "✦";
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  color: var(--gold);
  font-size: 1.2rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.video-item {
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(72, 51, 20, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(17, 11, 2, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.video-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(17, 11, 2, 0.14);
}

.video-click-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
  overflow: hidden;
  text-align: inherit;
}

.video-click-wrapper img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}
.video-item:hover img { transform: scale(1.04); opacity: 0.86; }

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(8px);
}
.play-badge::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--gold-light);
}

.video-click-overlay {
  position: absolute;
  inset: auto 0 0;
  display: none;
  padding: 0.9rem;
  background: rgba(10,10,10,0.88);
  color: #fff;
  font-size: 0.76rem;
  line-height: 1.35;
}
.video-click-wrapper.is-armed .video-click-overlay { display: block; }
.video-click-button {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--gold-light);
  font-weight: 800;
}

.video-item p {
  margin: 0;
  padding: 0.95rem;
  text-align: center;
  font-weight: 800;
}

.analysis-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(212,160,23,0.38), transparent 16rem),
    linear-gradient(135deg, #0b0b0b, #1c1711);
  border-color: rgba(243,198,90,0.22);
}

.analysis-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-light);
  border: 1px solid rgba(243,198,90,0.35);
  background: rgba(255,255,255,0.04);
  font-size: 2rem;
}
.analysis-band p { color: rgba(255,255,255,0.72); }
.analysis-link { white-space: nowrap; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.contact-copy a { color: var(--gold-dark); font-weight: 800; }

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-row { display: grid; gap: 0.38rem; }
.form-row-full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: 0.86rem; }
input, textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(72, 51, 20, 0.16);
  border-radius: 14px;
  background: rgba(255,255,255,0.68);
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
input:focus, textarea:focus {
  border-color: rgba(212,160,23,0.72);
  box-shadow: 0 0 0 4px rgba(212,160,23,0.13);
  background: #fff;
}
textarea { resize: vertical; min-height: 145px; }
button[type="submit"] { grid-column: 1 / -1; width: 100%; }
#form-message { grid-column: 1 / -1; min-height: 1.4rem; font-weight: 800; color: #146b2f; }
#form-message.error { color: #a22323; }

.testimonial-list { display: grid; gap: 0.9rem; }
.testimonial {
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  background: rgba(255,255,255,0.64);
  border-top: 1px solid rgba(72, 51, 20, 0.08);
  border-right: 1px solid rgba(72, 51, 20, 0.08);
  border-bottom: 1px solid rgba(72, 51, 20, 0.08);
}
.testimonial p { margin: 0.2rem 0; }
.stars { color: var(--gold); letter-spacing: 0.08em; }

.site-footer {
  margin-top: 3rem;
  color: rgba(255,255,255,0.78);
  background:
    radial-gradient(circle at 50% -20%, rgba(212,160,23,0.24), transparent 22rem),
    #0b0b0b;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.4rem 1.25rem;
  display: grid;
  gap: 0.7rem;
  text-align: center;
  place-items: center;
}
.footer-brand .brand-mark { width: 34px; height: 34px; }
.footer-brand strong { font-size: 1rem; }
.site-footer p { margin: 0; }
.site-footer a { color: rgba(255,255,255,0.76); text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }

.legal-page main {
  width: min(calc(100% - 2rem), 900px);
  margin: 2rem auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-soft);
}
.legal-page h1 { font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; }
.legal-page h2 { margin-top: 2rem; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    border-radius: 18px;
    background: rgba(10,10,10,0.96);
    box-shadow: var(--shadow-soft);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 0.9rem 1rem; }
  .hero {
    min-height: 520px;
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
    gap: 1rem;
    padding-bottom: 0;
    border-radius: 0 0 30px 30px;
  }
  .hero h1 { font-size: clamp(2.3rem, 5.6vw, 3.7rem); }
  .hero-content { grid-column: 2; }
  .hero-image { grid-column: 1; align-self: center; margin: 0 0 -0.2rem -0.6rem; max-width: 390px; }
  .about-grid, .contact-grid, .analysis-band { grid-template-columns: 1fr; }
  .analysis-link { justify-self: start; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .brand small { display: none; }
  .nav-shell { min-height: 66px; }
  .hero {
    margin-top: 0;
    min-height: 405px;
    padding: 1.35rem 1rem 0;
    grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
  }
  .hero-content { grid-column: 2; align-self: center; }
  .eyebrow { font-size: 0.55rem; letter-spacing: 0.14em; margin-bottom: 0.45rem; }
  .hero h1 {
    font-size: clamp(1.65rem, 8.8vw, 2.35rem);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }
  .hero h1::after { width: 4.5rem; height: 3px; margin-top: 0.9rem; }
  .hero-image { grid-column: 1; margin: 2.2rem -0.4rem -0.45rem -1rem; max-width: 190px; align-self: end; }
  .hero-image::before { inset: 14% -8% 8% 8%; }
  .cta-button { width: auto; min-height: 38px; padding: 0.55rem 0.72rem; border-radius: 10px; font-size: 0.68rem; margin-top: 1rem; }
  .section-card, .analysis-band { width: min(calc(100% - 1rem), var(--max)); border-radius: 22px; }
  .video-grid { grid-template-columns: 1fr; }
  form { grid-template-columns: 1fr; }
  .footer-inner { font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* =========================================================
   V8 HERO FEINSCHLIFF
   Desktop: Bild wieder sauber neben dem Text.
   Mobile: kompakter, eleganter, weniger hoch.
========================================================= */
@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr) !important;
    gap: 3.4rem !important;
    padding-top: 3.1rem !important;
    padding-bottom: 2.7rem !important;
  }

  .hero-content {
    align-self: center !important;
  }

  .hero-image {
    align-self: center !important;
    margin-left: 0 !important;
    margin-bottom: -0.15rem !important;
  }

  .hero-image img {
    max-width: 455px !important;
  }

  .hero h1 {
    max-width: 10.5ch !important;
    font-size: clamp(2.9rem, 4.2vw, 4.35rem) !important;
  }

  .cta-button {
    min-height: 50px !important;
    padding: 0.82rem 1.15rem !important;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .hero {
    min-height: 500px !important;
    grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr) !important;
    gap: 1.25rem !important;
    padding-top: 2.2rem !important;
    padding-bottom: 1.8rem !important;
  }

  .hero-content {
    grid-column: 2 !important;
    align-self: center !important;
  }

  .hero-image {
    grid-column: 1 !important;
    align-self: center !important;
    margin: 0 0 -0.15rem -0.45rem !important;
    max-width: 355px !important;
  }

  .hero-image img {
    max-width: 355px !important;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 4.3vw, 3.55rem) !important;
    max-width: 10.4ch !important;
  }
}

@media (max-width: 700px) {
  .hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 0.2rem !important;
    padding: 0.85rem 0.95rem 1rem !important;
    margin-top: 0 !important;
    border-radius: 0 0 28px 28px !important;
    overflow: hidden !important;
  }

  .hero-bg::before {
    width: 17rem !important;
    height: 17rem !important;
    right: -7rem !important;
    top: 6.2rem !important;
    opacity: 0.52 !important;
  }

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

  .hero-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: center !important;
    margin: 0 auto -0.25rem !important;
    width: 100% !important;
    max-width: 170px !important;
  }

  .hero-image::before,
  .hero-image::after {
    display: none !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 170px !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 14px 22px rgba(0,0,0,0.20)) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    justify-self: center !important;
  }

  .eyebrow {
    margin: 0 0 0.35rem !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.16em !important;
  }

  .hero h1 {
    margin: 0 auto !important;
    max-width: 9.1ch !important;
    font-size: clamp(1.7rem, 7.3vw, 2.15rem) !important;
    line-height: 0.97 !important;
    letter-spacing: -0.042em !important;
  }

  .hero h1::after {
    width: 3.7rem !important;
    height: 3px !important;
    margin: 0.7rem auto 0 !important;
  }

  .cta-button {
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 42px !important;
    margin: 0.85rem auto 0 !important;
    padding: 0.68rem 0.95rem !important;
    border-radius: 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.15 !important;
    max-width: 235px !important;
    width: auto !important;
  }
}

@media (max-width: 430px) {
  .brand strong { font-size: 1rem !important; }
  .nav-shell { min-height: 66px !important; padding: 0 0.95rem !important; }
  .brand-mark { width: 38px !important; height: 38px !important; }

  .hero {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .hero-image,
  .hero-image img {
    max-width: 158px !important;
  }

  .eyebrow {
    font-size: 0.54rem !important;
    margin-bottom: 0.32rem !important;
  }

  .hero h1 {
    max-width: 8.8ch !important;
    font-size: clamp(1.56rem, 7vw, 1.96rem) !important;
  }

  .cta-button {
    min-height: 40px !important;
    font-size: 0.74rem !important;
    padding: 0.64rem 0.9rem !important;
    max-width: 220px !important;
  }
}


/* =========================================================
   V9 HERO FINAL TUNING
   Desktop: Text links, Magier rechts.
   Mobile: mehr Luft zwischen Bild und Text, kompakter und eleganter.
========================================================= */
@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(430px, 1.08fr) minmax(330px, 0.92fr) !important;
    gap: 2.2rem !important;
    min-height: 540px !important;
    padding-top: 2.9rem !important;
    padding-bottom: 2.2rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 560px !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 0 -0.15rem 0 !important;
    max-width: 420px !important;
  }

  .hero-image img {
    max-width: 420px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero h1 {
    max-width: 9.6ch !important;
    font-size: clamp(3rem, 4.2vw, 4.3rem) !important;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .hero {
    min-height: 490px !important;
    grid-template-columns: minmax(320px, 1.03fr) minmax(250px, 0.97fr) !important;
    gap: 1.6rem !important;
    padding-top: 2rem !important;
    padding-bottom: 1.6rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 470px !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    max-width: 320px !important;
  }

  .hero-image img {
    max-width: 320px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 4.3vw, 3.45rem) !important;
    max-width: 9.7ch !important;
  }
}

@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 0 !important;
    padding: 0.9rem 0.95rem 1rem !important;
    margin-top: 0 !important;
    border-radius: 0 0 28px 28px !important;
    overflow: hidden !important;
  }

  .hero-bg::before {
    width: 16rem !important;
    height: 16rem !important;
    right: -7rem !important;
    top: 8rem !important;
    opacity: 0.46 !important;
  }

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

  .hero-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: center !important;
    margin: 0 auto 0.9rem !important;
    width: 100% !important;
    max-width: 148px !important;
  }

  .hero-image::before,
  .hero-image::after {
    display: none !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 148px !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.18)) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    justify-self: center !important;
  }

  .eyebrow {
    margin: 0 0 0.45rem !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.16em !important;
  }

  .hero h1 {
    margin: 0 auto !important;
    max-width: 8.7ch !important;
    font-size: clamp(1.56rem, 6.8vw, 1.98rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
  }

  .hero h1::after {
    width: 3.4rem !important;
    height: 3px !important;
    margin: 0.65rem auto 0 !important;
  }

  .cta-button {
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 40px !important;
    margin: 0.8rem auto 0 !important;
    padding: 0.64rem 0.88rem !important;
    border-radius: 12px !important;
    font-size: 0.75rem !important;
    line-height: 1.12 !important;
    max-width: 218px !important;
    width: auto !important;
  }
}

@media (max-width: 430px) {
  .brand strong { font-size: 1rem !important; }
  .nav-shell { min-height: 66px !important; padding: 0 0.95rem !important; }
  .brand-mark { width: 38px !important; height: 38px !important; }

  .hero {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .hero-image,
  .hero-image img {
    max-width: 140px !important;
  }

  .hero-image {
    margin-bottom: 0.82rem !important;
  }

  .eyebrow {
    font-size: 0.53rem !important;
    margin-bottom: 0.38rem !important;
  }

  .hero h1 {
    max-width: 8.5ch !important;
    font-size: clamp(1.46rem, 6.6vw, 1.84rem) !important;
  }

  .cta-button {
    min-height: 39px !important;
    font-size: 0.72rem !important;
    padding: 0.6rem 0.84rem !important;
    max-width: 208px !important;
  }
}


/* =========================================================
   V10 FINAL POLISH
   - Desktop: Text und Magier enger zusammen, Headline breiter
   - Mobile: bessere Lesbarkeit, kein kollidierender i-Punkt,
             etwas kompakter, mehr Luft zwischen Bild und Text
========================================================= */
@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(520px, 1.15fr) minmax(360px, 0.85fr) !important;
    gap: 1rem !important;
    min-height: 530px !important;
    padding-top: 2.7rem !important;
    padding-bottom: 2rem !important;
    padding-left: clamp(2rem, 4vw, 4rem) !important;
    padding-right: clamp(2rem, 4vw, 4rem) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    max-width: 620px !important;
  }

  .hero-image {
    grid-column: 2 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 -0.1rem -1.15rem !important;
    max-width: 385px !important;
  }

  .hero-image img {
    max-width: 385px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 11.4ch !important;
    font-size: clamp(3rem, 4vw, 4.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.042em !important;
  }

  .cta-button {
    min-height: 48px !important;
    padding: 0.78rem 1.08rem !important;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .hero {
    grid-template-columns: minmax(430px, 1.08fr) minmax(285px, 0.92fr) !important;
    gap: 0.8rem !important;
    min-height: 470px !important;
  }

  .hero-content {
    grid-column: 1 !important;
    max-width: 540px !important;
  }

  .hero-image {
    grid-column: 2 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 0 -0.9rem !important;
    max-width: 285px !important;
  }

  .hero-image img {
    max-width: 285px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 11.3ch !important;
    font-size: clamp(2.65rem, 4.05vw, 3.35rem) !important;
    line-height: 0.985 !important;
  }
}

@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 0 !important;
    padding: 0.82rem 0.92rem 0.88rem !important;
    border-radius: 0 0 28px 28px !important;
  }

  .hero-bg::before {
    width: 15rem !important;
    height: 15rem !important;
    right: -6.8rem !important;
    top: 8.5rem !important;
    opacity: 0.42 !important;
  }

  .hero-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: end !important;
    margin: 0 auto 1.15rem !important;
    max-width: 136px !important;
    width: 100% !important;
  }

  .hero-image img {
    max-width: 136px !important;
    width: 100% !important;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.16)) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    text-align: center !important;
  }

  .eyebrow {
    margin: 0 0 0.5rem !important;
    font-size: 0.55rem !important;
    letter-spacing: 0.155em !important;
  }

  .hero h1 {
    max-width: 9.4ch !important;
    margin: 0 auto !important;
    font-size: clamp(1.46rem, 6.35vw, 1.82rem) !important;
    line-height: 1.045 !important;
    letter-spacing: -0.034em !important;
  }

  .hero h1::after {
    width: 3.2rem !important;
    margin: 0.6rem auto 0 !important;
  }

  .cta-button {
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 38px !important;
    margin: 0.72rem auto 0 !important;
    padding: 0.58rem 0.84rem !important;
    border-radius: 11px !important;
    font-size: 0.72rem !important;
    line-height: 1.16 !important;
    max-width: 208px !important;
    width: auto !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-left: 0.82rem !important;
    padding-right: 0.82rem !important;
    padding-bottom: 0.82rem !important;
  }

  .hero-image {
    max-width: 128px !important;
    margin-bottom: 1.05rem !important;
  }

  .hero-image img {
    max-width: 128px !important;
  }

  .eyebrow {
    font-size: 0.515rem !important;
    margin-bottom: 0.48rem !important;
  }

  .hero h1 {
    max-width: 9.25ch !important;
    font-size: clamp(1.38rem, 6.2vw, 1.7rem) !important;
    line-height: 1.055 !important;
  }

  .cta-button {
    min-height: 37px !important;
    font-size: 0.7rem !important;
    padding: 0.56rem 0.8rem !important;
    max-width: 198px !important;
  }
}


/* =========================================================
   V11 DESKTOP ONLY FINAL FIX
   - gleiche Breite wie die restlichen Bereiche
   - Desktop: mehr Wörter pro Zeile, Bild größer, Abstand enger
   - Mobile bleibt unverändert gegenüber v10
========================================================= */
.hero {
  width: min(calc(100% - 2rem), var(--max)) !important;
  max-width: var(--max) !important;
}

@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(540px, 1.2fr) minmax(350px, 0.8fr) !important;
    gap: 0.35rem !important;
    min-height: 515px !important;
    padding-top: 2.5rem !important;
    padding-bottom: 1.9rem !important;
    padding-left: clamp(2rem, 3vw, 3rem) !important;
    padding-right: clamp(2rem, 3vw, 3rem) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: none !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 -0.15rem -1.8rem !important;
    max-width: 430px !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 12.4ch !important;
    font-size: clamp(3.2rem, 4vw, 4.35rem) !important;
    line-height: 0.965 !important;
    letter-spacing: -0.042em !important;
  }

  .cta-button {
    min-height: 48px !important;
    padding: 0.78rem 1.08rem !important;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .hero {
    grid-template-columns: minmax(470px, 1.14fr) minmax(265px, 0.86fr) !important;
    gap: 0.25rem !important;
    min-height: 455px !important;
    padding-top: 1.95rem !important;
    padding-bottom: 1.5rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-width: none !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 0 0 -1.25rem !important;
    max-width: 315px !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 315px !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 12.2ch !important;
    font-size: clamp(2.75rem, 4vw, 3.5rem) !important;
    line-height: 0.975 !important;
  }
}


/* =========================================================
   V12 FINAL HERO SYSTEM
   Ziel:
   - Desktop: gleiche Breite wie Rest, Bild/Text enger, Headline breiter
   - Mobile: kompakter, saubere Abstände, kein überhoher Hero
   - Überschreibt ältere Versionen bewusst final
========================================================= */
.hero h1 br { display: none !important; }

.hero {
  width: min(calc(100% - 2rem), var(--max)) !important;
  max-width: var(--max) !important;
}

@media (min-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr) !important;
    gap: clamp(0.3rem, 1vw, 0.9rem) !important;
    align-items: center !important;
    min-height: 500px !important;
    padding: 2.2rem 2.3rem 1.8rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 590px !important;
    margin: 0 !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    max-width: 455px !important;
    margin: 0 0 -0.1rem -2.35rem !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 455px !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 590px !important;
    font-size: clamp(3.5rem, 4.7vw, 4.55rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.045em !important;
    text-wrap: balance !important;
  }

  .hero h1::after {
    margin-top: 1rem !important;
  }

  .cta-button {
    min-height: 50px !important;
    padding: 0.82rem 1.08rem !important;
  }
}

@media (min-width: 861px) and (max-width: 1179px) {
  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr) !important;
    gap: 0.35rem !important;
    align-items: center !important;
    min-height: 455px !important;
    padding: 1.9rem 1.7rem 1.55rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 500px !important;
    margin: 0 !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    max-width: 360px !important;
    margin: 0 0 0 -1.5rem !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 500px !important;
    font-size: clamp(2.95rem, 4.2vw, 3.7rem) !important;
    line-height: 0.965 !important;
    letter-spacing: -0.04em !important;
  }
}

@media (min-width: 701px) and (max-width: 860px) {
  .hero {
    grid-template-columns: 1.02fr 0.98fr !important;
    gap: 0.3rem !important;
    align-items: center !important;
    min-height: 395px !important;
    padding: 1.55rem 1.35rem 1.3rem !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    max-width: 410px !important;
  }

  .hero-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    max-width: 270px !important;
    margin: 0 0 0 -1.05rem !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 270px !important;
    margin: 0 !important;
  }

  .hero h1 {
    max-width: 410px !important;
    font-size: clamp(2.4rem, 4.4vw, 3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.038em !important;
  }
}

@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 0 !important;
    padding: 0.95rem 0.92rem 0.88rem !important;
    border-radius: 0 0 28px 28px !important;
  }

  .hero-bg::before {
    width: 13.8rem !important;
    height: 13.8rem !important;
    right: -6rem !important;
    top: 10.2rem !important;
    opacity: 0.36 !important;
  }

  .hero-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: end !important;
    width: 100% !important;
    max-width: 124px !important;
    margin: 0 auto 0.82rem !important;
  }

  .hero-image img {
    width: 100% !important;
    max-width: 124px !important;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14)) !important;
  }

  .hero-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .eyebrow {
    margin: 0 0 0.42rem !important;
    font-size: 0.54rem !important;
    letter-spacing: 0.16em !important;
  }

  .hero h1 {
    max-width: 10.2ch !important;
    margin: 0 auto !important;
    font-size: clamp(1.42rem, 5.9vw, 1.72rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    text-wrap: balance !important;
  }

  .hero h1::after {
    width: 3.15rem !important;
    margin: 0.56rem auto 0 !important;
  }

  .cta-button {
    display: inline-flex !important;
    justify-content: center !important;
    min-height: 37px !important;
    margin: 0.66rem auto 0 !important;
    padding: 0.55rem 0.82rem !important;
    border-radius: 11px !important;
    font-size: 0.71rem !important;
    line-height: 1.16 !important;
    max-width: 202px !important;
    width: auto !important;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-left: 0.82rem !important;
    padding-right: 0.82rem !important;
    padding-bottom: 0.82rem !important;
  }

  .hero-image {
    max-width: 118px !important;
    margin-bottom: 0.78rem !important;
  }

  .hero-image img {
    max-width: 118px !important;
  }

  .eyebrow {
    margin-bottom: 0.38rem !important;
    font-size: 0.51rem !important;
  }

  .hero h1 {
    max-width: 10.1ch !important;
    font-size: clamp(1.34rem, 5.8vw, 1.62rem) !important;
    line-height: 1.09 !important;
  }

  .cta-button {
    min-height: 36px !important;
    max-width: 196px !important;
    padding: 0.53rem 0.78rem !important;
    font-size: 0.695rem !important;
  }
}
