
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --black:    #0D0D0D;
      --white:    #FAFAFA;
      --beige:    #E8DDD0;
      --gold:     #C4A882;
      --gray:     #6B6B6B;
      --beige-dk: #B89A76;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--white);
      color: var(--black);
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; width: 100%; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 22px 6vw;
      background: rgba(250,250,250,0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(196,168,130,0.2);
    }
    .nav-logo {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem; font-weight: 700; letter-spacing: 0.18em;
      color: var(--black); text-decoration: none;
    }
    .nav-logo span { color: var(--gold); }
    .nav-links { display: flex; gap: 36px; list-style: none; }
    .nav-links a {
      font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--gray); text-decoration: none; transition: color 0.25s;
    }
    .nav-links a:hover { color: var(--gold); }

    /* dropdown */
    .nav-dropdown { position: relative; }
    .nav-dropdown > a { display: flex; align-items: center; gap: 6px; cursor: pointer; }
    .nav-dropdown > a svg { width: 9px; height: 9px; transition: transform 0.2s; }
    .nav-dropdown:hover > a svg { transform: rotate(180deg); }
    .dropdown-menu {
      position: absolute; top: calc(100% + 18px); left: -24px;
      background: var(--white); border: 1px solid rgba(196,168,130,0.25);
      min-width: 230px; padding: 10px 0;
      opacity: 0; visibility: hidden; transform: translateY(8px);
      transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
      box-shadow: 0 12px 32px rgba(13,13,13,0.08);
    }
    .nav-dropdown:hover .dropdown-menu {
      opacity: 1; visibility: visible; transform: translateY(0);
    }
    .dropdown-menu a {
      display: block; padding: 12px 24px;
      font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--gray); text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
    .dropdown-menu a:hover { background: var(--beige); color: var(--black); }

    /* ── SUBPAGE HERO ── */
    .page-hero {
      padding: 160px 6vw 60px;
      background: var(--beige);
    }
    .page-hero-eyebrow {
      font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 16px;
    }
    .page-hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      line-height: 1.1; margin-bottom: 20px;
    }
    .page-hero-title em { font-style: italic; color: var(--gold); }
    .page-hero-lead {
      font-size: 1rem; line-height: 1.8; color: var(--gray); max-width: 580px;
    }

    .page-image-wrap { padding: 0; }
    .page-image {
      width: 100%; max-height: 480px; object-fit: contain; display: block;
      background: rgba(13,13,13,0.04);
    }

    .page-content {
      padding: 80px 6vw;
      display: grid; grid-template-columns: 1.3fr 1fr; gap: 8vw;
    }
    .page-content h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      margin-bottom: 20px;
    }
    .page-content p {
      font-size: 0.95rem; line-height: 1.85; color: var(--gray);
      margin-bottom: 20px;
    }
    .page-sidebar {
      background: var(--beige); padding: 40px;
      align-self: start; height: fit-content;
    }
    .page-sidebar h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem; margin-bottom: 24px;
    }
    .page-sidebar ul { list-style: none; margin-bottom: 32px; }
    .page-sidebar li {
      font-size: 0.88rem; color: var(--gray); line-height: 1.7;
      padding: 10px 0; border-bottom: 1px solid rgba(13,13,13,0.08);
      display: flex; justify-content: space-between; gap: 16px;
    }
    .page-sidebar li:first-child { border-top: 1px solid rgba(13,13,13,0.08); }
    .page-sidebar li span:first-child { color: var(--black); font-weight: 500; }
    .page-sidebar .btn-primary { width: 100%; text-align: center; display: block; }

    @media (max-width: 900px) {
      .page-content { grid-template-columns: 1fr; gap: 40px; }
      .dropdown-menu { left: 0; }
    }

    /* ── PREISE PAGE ── */
    .price-section { padding: 160px 6vw 100px; }
    .price-group { margin-bottom: 64px; }
    .price-group h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      margin-bottom: 8px;
    }
    .price-group-sub {
      font-size: 0.88rem; color: var(--gray); margin-bottom: 32px;
    }
    .price-list { list-style: none; }
    .price-list li {
      display: flex; justify-content: space-between; align-items: baseline;
      gap: 24px; padding: 22px 0;
      border-bottom: 1px solid rgba(13,13,13,0.1);
    }
    .price-list li:first-child { border-top: 1px solid rgba(13,13,13,0.1); }
    .price-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
    }
    .price-name small {
      display: block; font-family: 'Inter', sans-serif;
      font-size: 0.8rem; color: var(--gray); margin-top: 4px; font-style: normal;
    }
    .price-value {
      font-size: 1.05rem; color: var(--gold); font-weight: 500;
      white-space: nowrap;
    }
    .nav-cta {
      font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
      background: var(--black); color: var(--white);
      padding: 10px 24px; text-decoration: none;
      transition: background 0.25s;
    }
    .nav-cta:hover { background: var(--gold); }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      background: var(--black);
      display: grid; grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 0 6vw;
      gap: 6vw;
      position: relative;
      overflow: hidden;
    }
    .hero-banner {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background-size: cover;
      background-position: center;
      padding: 0 6vw;
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(100deg, rgba(13,13,13,0.78) 0%, rgba(13,13,13,0.5) 45%, rgba(13,13,13,0.15) 100%);
      z-index: 1;
    }
    .hero-banner .hero-text {
      position: relative; z-index: 2;
      max-width: 560px;
    }
    .hero::before {
      content: '';
      position: absolute; right: -100px; top: -100px;
      width: 500px; height: 500px; border-radius: 50%;
      background: radial-gradient(circle, rgba(196,168,130,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-banner::before { display: none; }
    .hero-text { padding-top: 80px; }
    .hero-eyebrow {
      font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 28px;
    }
    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.8rem, 5vw, 4.5rem);
      line-height: 1.08; font-weight: 700;
      color: var(--white); margin-bottom: 28px;
    }
    .hero-title em { font-style: italic; color: var(--gold); }
    .hero-title-brand {
      font-size: clamp(4rem, 9vw, 7.5rem);
      letter-spacing: 0.04em;
    }
    .hero-sub {
      font-size: 0.95rem; line-height: 1.75; color: rgba(250,250,250,0.55);
      max-width: 400px; margin-bottom: 48px;
    }
    .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
    .btn-primary {
      background: var(--gold); color: var(--black);
      padding: 14px 36px; font-size: 0.78rem;
      letter-spacing: 0.14em; text-transform: uppercase;
      text-decoration: none; transition: background 0.25s;
    }
    .btn-primary:hover { background: var(--beige-dk); }
    .btn-outline {
      border: 1px solid rgba(250,250,250,0.25); color: var(--white);
      padding: 14px 36px; font-size: 0.78rem;
      letter-spacing: 0.14em; text-transform: uppercase;
      text-decoration: none; transition: border-color 0.25s, color 0.25s;
    }
    .btn-outline:hover { border-color: var(--gold); color: var(--gold); }


    /* ── DIVIDER ── */
    .divider {
      display: flex; align-items: center; gap: 20px;
      padding: 48px 6vw;
      background: var(--beige);
    }
    .divider-line { flex: 1; height: 1px; background: var(--gold); opacity: 0.4; }
    .divider-text {
      font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gray);
    }

    /* ── SECTION BASE ── */
    section { padding: 100px 6vw; }

    .section-eyebrow {
      font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 16px;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 3rem);
      line-height: 1.15; margin-bottom: 24px;
    }
    .legal-content {
      max-width: 720px; margin: 0 auto; padding: 160px 6vw 100px;
    }
    .legal-content h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem; margin: 40px 0 12px; color: var(--black);
    }
    .legal-content p {
      font-size: 0.92rem; line-height: 1.75; color: var(--gray);
    }
    .legal-content a { color: var(--gold); text-decoration: none; }
    .legal-content a:hover { text-decoration: underline; }
    .section-lead {
      font-size: 0.95rem; line-height: 1.8; color: var(--gray);
      max-width: 560px;
    }

    /* ── SERVICES ── */
    #leistungen { background: var(--white); }
    .services-header { margin-bottom: 64px; }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2px;
    }
    .service-card {
      padding: 0;
      background: var(--beige);
      transition: background 0.3s;
      position: relative;
      overflow: hidden;
    }
    .service-card-body { padding: 52px 40px; }
    .service-image {
      width: 100%; height: 220px;
      object-fit: contain; display: block;
      background: rgba(13,13,13,0.04);
    }
    .service-image-placeholder {
      width: 100%; height: 220px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(13,13,13,0.04);
    }
    .service-card:hover { background: var(--black); }
    .service-card:hover .service-title,
    .service-card:hover .service-desc,
    .service-card:hover .service-num { color: var(--white); }
    .service-card:hover .service-icon line,
    .service-card:hover .service-icon path,
    .service-card:hover .service-icon ellipse { stroke: var(--gold); }

    .service-num {
      font-size: 0.68rem; letter-spacing: 0.2em; color: var(--gold);
      margin-bottom: 28px; transition: color 0.3s;
    }
    .service-icon { margin-bottom: 24px; }
    .service-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem; margin-bottom: 16px;
      transition: color 0.3s;
    }
    .service-desc {
      font-size: 0.88rem; line-height: 1.75; color: var(--gray);
      transition: color 0.3s;
      margin-bottom: 20px;
    }
    .service-details {
      list-style: none;
      border-top: 1px solid rgba(13,13,13,0.1);
      padding-top: 16px;
      transition: border-color 0.3s;
    }
    .service-card:hover .service-details { border-color: rgba(250,250,250,0.15); }
    .service-details li {
      font-size: 0.82rem; line-height: 1.6; color: var(--gray);
      padding: 5px 0; padding-left: 18px; position: relative;
      transition: color 0.3s;
    }
    .service-card:hover .service-details li { color: rgba(250,250,250,0.65); }
    .service-details li::before {
      content: '—'; position: absolute; left: 0; color: var(--gold);
    }

    /* ── ABOUT ── */
    #about {
      background: var(--black);
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 8vw; align-items: center;
    }
    #about .section-title { color: var(--white); }
    #about .section-lead { color: rgba(250,250,250,0.55); }
    .about-stats {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 32px; margin-top: 56px;
    }
    .stat { border-top: 1px solid rgba(196,168,130,0.3); padding-top: 20px; }
    .stat-number {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem; color: var(--gold); line-height: 1;
    }
    .stat-label {
      font-size: 0.78rem; color: rgba(250,250,250,0.4);
      letter-spacing: 0.1em; margin-top: 6px;
    }
    .about-visual {
      position: relative; display: flex; justify-content: center;
    }
    .about-photo {
      width: 380px; height: 380px;
      object-fit: cover;
      border: 1px solid rgba(196,168,130,0.25);
      position: relative;
    }
    .about-visual::before {
      content: ''; position: absolute;
      top: -16px; left: calc(50% - 170px - 16px); right: calc(50% - 170px - 16px); bottom: 16px;
      border: 1px solid rgba(196,168,130,0.15);
      z-index: -1;
    }
    .about-badge {
      position: absolute; bottom: -24px; right: -24px;
      background: var(--gold); padding: 20px 24px;
    }
    .about-badge-text {
      font-size: 0.72rem; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--black);
      font-weight: 500;
    }

    /* ── SCHULUNGEN ── */
    #schulungen { background: var(--beige); }
    .schulung-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 48px; margin-top: 64px; align-items: start;
    }
    .schulung-info .section-title { margin-bottom: 20px; }
    .schulung-list { list-style: none; margin-top: 40px; }
    .schulung-list li {
      padding: 20px 0;
      border-bottom: 1px solid rgba(13,13,13,0.1);
      display: flex; gap: 16px; align-items: flex-start;
    }
    .schulung-list li:first-child { border-top: 1px solid rgba(13,13,13,0.1); }
    .check {
      width: 20px; height: 20px; min-width: 20px;
      background: var(--gold); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-top: 2px;
    }
    .check svg { width: 10px; height: 10px; }
    .schulung-list li span { font-size: 0.9rem; line-height: 1.6; color: var(--gray); }
    .schulung-list li strong { display: block; color: var(--black); margin-bottom: 4px; }

    .schulung-card {
      background: var(--black); padding: 52px 44px;
      color: var(--white);
    }
    .schulung-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem; margin-bottom: 20px; color: var(--gold);
      font-style: italic;
    }
    .schulung-card p { font-size: 0.9rem; line-height: 1.8; color: rgba(250,250,250,0.6); margin-bottom: 40px; }
    .schulung-card .btn-primary { display: inline-block; }

    /* ── TESTIMONIALS ── */
    #testimonials { background: var(--black); }
    #testimonials .section-eyebrow { color: var(--gold); }
    #testimonials .section-title { color: var(--white); }
    .testimonials-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 32px; margin-top: 56px;
    }
    .testimonial-card {
      border: 1px solid rgba(196,168,130,0.2);
      padding: 36px 32px;
    }
    .testimonial-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 20px; letter-spacing: 2px; }
    .testimonial-text {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 1.05rem; line-height: 1.6;
      color: rgba(250,250,250,0.85);
      margin-bottom: 28px;
    }
    .testimonial-author {
      font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--gold);
    }
    .testimonial-role {
      font-size: 0.78rem; color: rgba(250,250,250,0.35); margin-top: 4px;
    }
    @media (max-width: 900px) {
      .testimonials-grid { grid-template-columns: 1fr; gap: 24px; }
    }

/* ── SCHULUNG VIDEO ── */
    .schulung-video-wrap { margin-top: 56px; }
    .schulung-videos-row {
      display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
    }
    .schulung-videos-row .schulung-video { margin: 0; }
    .schulung-video {
      width: 100%; max-width: 360px;
      display: block; margin: 0 auto;
      border: 1px solid rgba(13,13,13,0.1);
    }
    @media (max-width: 800px) {
      .schulung-videos-row { flex-direction: column; align-items: center; }
    }

    /* ── KONTAKT ── */
    #kontakt { background: var(--white); }
    .kontakt-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 80px; margin-top: 64px;
    }
    .kontakt-info p { font-size: 0.9rem; line-height: 1.8; color: var(--gray); margin-bottom: 40px; }
    .contact-items { list-style: none; }
    .contact-items li {
      display: flex; align-items: center; gap: 14px;
      padding: 14px 0; border-bottom: 1px solid rgba(13,13,13,0.08);
      font-size: 0.9rem; color: var(--gray);
    }
    .contact-items li:first-child { border-top: 1px solid rgba(13,13,13,0.08); }
    .contact-items li a { color: var(--gray); text-decoration: none; transition: color 0.2s; }
    .contact-items li a:hover { color: var(--gold); }
    .ci-dot {
      width: 8px; height: 8px; min-width: 8px;
      border-radius: 50%; background: var(--gold);
    }

    .kontakt-form { display: flex; flex-direction: column; gap: 20px; }
    .form-group { display: flex; flex-direction: column; gap: 8px; }
    .form-group label {
      font-size: 0.72rem; letter-spacing: 0.16em;
      text-transform: uppercase; color: var(--gray);
    }
    .form-group input,
    .form-group textarea,
    .form-group select {
      padding: 14px 18px;
      border: 1px solid rgba(13,13,13,0.15);
      background: var(--beige);
      font-family: 'Inter', sans-serif;
      font-size: 0.9rem; color: var(--black);
      outline: none;
      transition: border-color 0.2s;
    }
    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus {
      border-color: var(--gold);
    }
    .form-group textarea { resize: vertical; min-height: 130px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-submit {
      background: var(--black); color: var(--white);
      border: none; padding: 16px 40px;
      font-family: 'Inter', sans-serif;
      font-size: 0.78rem; letter-spacing: 0.14em;
      text-transform: uppercase; cursor: pointer;
      transition: background 0.25s; align-self: flex-start;
    }
    .form-submit:hover { background: var(--gold); color: var(--black); }

    /* ── FOOTER ── */
    footer {
      background: var(--black); color: var(--white);
      padding: 48px 6vw;
      display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 20px;
    }
    .footer-logo {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem; color: var(--white); letter-spacing: 0.1em;
    }
    .footer-logo span { color: var(--gold); }
    .footer-copy { font-size: 0.78rem; color: rgba(250,250,250,0.3); }
    .footer-links { display: flex; gap: 24px; }
    .footer-links a {
      font-size: 0.78rem; color: rgba(250,250,250,0.4);
      text-decoration: none; transition: color 0.2s;
    }
    .footer-links a:hover { color: var(--gold); }
    .footer-social { display: flex; align-items: center; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; text-align: center; padding-top: 100px; }
      .hero-banner { text-align: left; }
      .hero-sub { max-width: 100%; }
      .hero-actions { justify-content: center; }
      .services-grid { grid-template-columns: 1fr; }
      #about { grid-template-columns: 1fr; }
      .about-visual { display: none; }
      .schulung-grid { grid-template-columns: 1fr; }
      .kontakt-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      nav { padding: 18px 4vw; }
      .nav-links { display: none; }
      section { padding: 72px 4vw; }
    }

    /* scroll animation */
    .fade-up {
      opacity: 0; transform: translateY(28px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .fade-up.visible {
      opacity: 1; transform: none;
    }
  