/* Premium page styles centralized from inline blocks */

/* kleintransport.html */
:root { color-scheme: light; }
    html {
      scroll-behavior: smooth;
      max-width: 100%;
      overflow-x: hidden;
    }
    body {
      max-width: 100%;
      overflow-x: hidden;
    }
    .ktp-shell,
    .er-shell,
    .es-shell,
    .pp-shell,
    .erp-shell,
    .dp-shell,
    .wf-shell,
    .ip-shell,
    .imr-shell {
      width: 100%;
      max-width: 100%;
    }
    .ktp-hero h1,
    .er-hero h1,
    .es-hero h1,
    .pp-hero h1,
    .erp-hero h1,
    .dp-hero h1,
    .wf-hero-copy h1,
    .ip-hero h1,
    .imr-hero h1 {
      max-width: 100%;
      overflow-wrap: break-word;
      word-break: normal;
      hyphens: auto;
    }
    body.kleintransport-page {
      background:
        radial-gradient(circle at 86% 8%, rgba(186, 151, 74, 0.15), transparent 20rem),
        radial-gradient(circle at 12% 18%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 26%, #ffffff 56%, #f7f6f2 100%);
      color: #111111;
    }
    .ktp-page { font-size: 18px; line-height: 1.6; color: #111111; }
    .ktp-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
    .ktp-section { padding: 68px 0; }
    .ktp-section-label {
      margin: 0 0 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .ktp-section-head {
      max-width: 760px;
      margin-bottom: 32px;
    }
    .ktp-section-head h2,
    .ktp-intro-copy h2,
    .ktp-boundary-copy h2,
    .ktp-process-head h2,
    .ktp-price-copy h2,
    .ktp-faq-head h2,
    .ktp-final-shell h2 {
      margin: 0;
      color: #111111;
      font-size: clamp(31px, 3.6vw, 50px);
      line-height: 1.12;
      letter-spacing: -0.045em;
      font-weight: 650;
    }
    .ktp-section-head p,
    .ktp-intro-text p,
    .ktp-boundary-copy p,
    .ktp-why-copy p,
    .ktp-process-head p,
    .ktp-price-copy p,
    .ktp-faq-head p,
    .ktp-final-shell p {
      margin: 0;
      color: rgba(17, 17, 17, 0.76);
      font-size: 18px;
      line-height: 1.68;
    }
    .ktp-section-head p + p,
    .ktp-intro-text p + p,
    .ktp-boundary-copy p + p,
    .ktp-why-copy p + p,
    .ktp-price-copy p + p,
    .ktp-faq-head p + p,
    .ktp-final-shell p + p { margin-top: 10px; }
    .ktp-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .ktp-reveal.is-visible { opacity: 1; transform: translateY(0); }
    .ktp-hero { padding: 34px 0 38px; }
    .ktp-hero-stack {
      display: grid;
      gap: 24px;
      justify-items: center;
    }
    .ktp-hero-card {
      width: min(100%, 660px);
      padding: 22px 22px 24px;
      border-radius: 32px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 28px 72px rgba(17, 17, 17, 0.09);
    }
    .ktp-hero-image-wrap {
      position: relative;
      overflow: hidden;
      width: min(100%, 424px);
      margin: 0 auto 18px;
      border-radius: 24px;
      background: #eceae4;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    }
    .ktp-hero-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      image-rendering: -webkit-optimize-contrast;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .ktp-hero-copy { max-width: none; padding: 0 4px; }
    .ktp-brandline {
      margin: 0 0 18px;
      color: #7d7156;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .ktp-hero h1 {
      margin: 0 0 18px;
      font-size: clamp(52px, 8vw, 92px);
      line-height: 0.98;
      letter-spacing: -0.065em;
      font-weight: 650;
      max-width: 720px;
      text-wrap: balance;
    }
    .ktp-hero-subline {
      margin: 0 0 16px;
      max-width: 720px;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.38;
      letter-spacing: -0.02em;
      font-weight: 500;
    }
    .ktp-hero-note {
      margin: 0;
      max-width: 720px;
      color: rgba(17, 17, 17, 0.6);
      font-size: 17px;
      line-height: 1.62;
    }
    .ktp-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
      margin-top: 24px;
    }
    .ktp-btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 24px;
      border-radius: 999px;
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
      transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
    }
    .ktp-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }
    .ktp-btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      opacity: 0.82;
      transition: opacity 0.25s ease;
    }
    .ktp-btn-secondary::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .ktp-btn-secondary:hover { opacity: 1; }
    .ktp-btn-secondary:hover::after { opacity: 1; transform: translateX(3px); }
    .ktp-intro { padding-top: 4px; }
    .ktp-intro-grid {
      display: grid;
      grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
      gap: 26px 40px;
      align-items: start;
      padding: 28px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      scroll-margin-top: 132px;
    }
    .ktp-intro-copy { max-width: 360px; }
    .ktp-intro-copy h2 { max-width: 360px; }
    .ktp-intro-text { max-width: 740px; }
    .ktp-services-grid,
    .ktp-context-grid,
    .ktp-why-grid,
    .ktp-price-grid {
      display: grid;
      gap: 18px;
    }
    .ktp-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ktp-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ktp-why-grid,
    .ktp-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ktp-service-card,
    .ktp-context-item,
    .ktp-why-card,
    .ktp-price-item {
      padding: 28px 26px 30px;
      border-radius: 22px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.82);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .ktp-service-card:hover,
    .ktp-context-item:hover,
    .ktp-why-card:hover,
    .ktp-price-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
      border-color: rgba(186, 151, 74, 0.22);
    }
    .ktp-service-card::before,
    .ktp-context-item::before,
    .ktp-why-card::before,
    .ktp-price-item::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 20px;
      background: rgba(186, 151, 74, 0.9);
    }
    .ktp-service-card h3,
    .ktp-context-item h3,
    .ktp-why-card h3,
    .ktp-price-item h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 22px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .ktp-service-card p,
    .ktp-context-item p,
    .ktp-why-card p,
    .ktp-price-item p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.62;
    }
    .ktp-boundary { padding: 74px 0; }
    .ktp-boundary-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 30px 36px;
      padding: 42px;
      border-radius: 34px;
      background: radial-gradient(circle at top right, rgba(186, 151, 74, 0.18), transparent 28rem), linear-gradient(180deg, #17181c 0%, #101114 100%);
      color: #ffffff;
      box-shadow: 0 34px 82px rgba(17, 17, 17, 0.16);
    }
    .ktp-boundary-copy .ktp-section-label,
    .ktp-boundary-copy h2,
    .ktp-boundary-copy p { color: #ffffff; }
    .ktp-boundary-copy .ktp-section-label { color: rgba(255, 255, 255, 0.56); }
    .ktp-boundary-copy p { color: rgba(255, 255, 255, 0.74); }
    .ktp-boundary-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .ktp-boundary-item {
      padding: 22px 22px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
    }
    .ktp-boundary-item strong {
      display: block;
      margin-bottom: 9px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: -0.02em;
      font-weight: 600;
    }
    .ktp-boundary-item p {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px;
      line-height: 1.56;
    }
    .ktp-process-head {
      max-width: 700px;
      margin-bottom: 24px;
    }
    .ktp-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .ktp-step {
      position: relative;
      min-height: 232px;
      padding: 28px 24px 26px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.84);
    }
    .ktp-step::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(186, 151, 74, 0.78), rgba(186, 151, 74, 0));
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
    }
    .ktp-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.11);
      color: #7d7156;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
    .ktp-step h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .ktp-step p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 16px;
      line-height: 1.6;
    }
    .ktp-price-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 24px 34px;
      align-items: start;
      padding: 34px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
    }
    .ktp-faq { padding-top: 72px; }
    .ktp-faq-head {
      max-width: 760px;
      margin-bottom: 22px;
    }
    .ktp-faq-list { display: grid; gap: 12px; }
    .ktp-faq-item {
      overflow: hidden;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
    }
    .ktp-faq-item summary {
      position: relative;
      padding: 23px 68px 23px 24px;
      color: #111111;
      font-size: 19px;
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 600;
      cursor: pointer;
      list-style: none;
    }
    .ktp-faq-item summary::-webkit-details-marker { display: none; }
    .ktp-faq-item summary::before,
    .ktp-faq-item summary::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 24px;
      width: 14px;
      height: 1px;
      background: rgba(17, 17, 17, 0.56);
      transform: translateY(-50%);
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .ktp-faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
    .ktp-faq-item[open] summary::after {
      opacity: 0;
      transform: translateY(-50%) rotate(90deg) scaleX(0.2);
    }
    .ktp-faq-answer {
      padding: 0 24px 24px;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.65;
    }
    .ktp-faq-answer p { margin: 0; }
    .ktp-final {
      padding-top: 72px;
      padding-bottom: 84px;
    }
    .ktp-final-shell {
      max-width: 860px;
      margin: 0 auto;
      padding: 34px 34px 20px;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      text-align: center;
    }
    .ktp-final-shell .ktp-brandline {
      margin-bottom: 16px;
      color: #7d7156;
      text-align: center;
    }
    .ktp-final-shell h2 {
      max-width: 760px;
      margin: 0 auto;
      font-size: clamp(28px, 3.2vw, 42px);
      text-wrap: balance;
    }
    .ktp-final-shell p {
      max-width: 620px;
      margin: 18px auto 0;
    }
    .ktp-final-actions {
      margin-top: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .ktp-final-shell .ktp-btn-primary {
      min-width: 260px;
    }
    .ktp-final-shell .ktp-btn-secondary {
      min-width: 220px;
      justify-content: center;
    }
    @media (max-width: 1180px) {
      .ktp-shell { width: min(100%, calc(100% - 42px)); }
      .ktp-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .ktp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 980px) {
      .ktp-section { padding: 56px 0; }
      .ktp-hero { padding: 28px 0 30px; }
      .ktp-shell { width: min(100%, calc(100% - 34px)); }
      .ktp-intro-grid,
      .ktp-boundary-shell,
      .ktp-price-shell { grid-template-columns: 1fr; }
      .ktp-boundary-shell { padding: 32px 24px; }
      .ktp-boundary-list,
      .ktp-context-grid,
      .ktp-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .ktp-hero-card {
        border-radius: 28px;
        padding: 20px 20px 22px;
      }
      .ktp-hero-image-wrap {
        width: min(100%, 384px);
        margin-bottom: 18px;
      }
      .ktp-hero-copy { padding: 0 4px; }
    }
    @media (max-width: 768px) {
      .ktp-page { font-size: 16px; line-height: 1.55; }
      .ktp-shell { width: min(100%, calc(100% - 28px)); }
      .ktp-section { padding: 34px 0; }
      .ktp-section-label {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
      }
      .ktp-section-head,
      .ktp-process-head,
      .ktp-faq-head { margin-bottom: 20px; }
      .ktp-section-head h2,
      .ktp-intro-copy h2,
      .ktp-boundary-copy h2,
      .ktp-process-head h2,
      .ktp-price-copy h2,
      .ktp-faq-head h2,
      .ktp-final-shell h2 {
        font-size: 30px;
        line-height: 1.16;
      }
      .ktp-section-head p,
      .ktp-intro-text p,
      .ktp-boundary-copy p,
      .ktp-why-copy p,
      .ktp-process-head p,
      .ktp-price-copy p,
      .ktp-faq-head p,
      .ktp-final-shell p,
      .ktp-service-card p,
      .ktp-context-item p,
      .ktp-why-card p,
      .ktp-price-item p,
      .ktp-faq-answer {
        font-size: 16px;
        line-height: 1.58;
      }
      .ktp-hero { padding: 18px 0 22px; }
      .ktp-hero-stack { gap: 18px; }
      .ktp-hero-card {
        border-radius: 26px;
        box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
        padding: 16px 16px 18px;
      }
      .ktp-hero-image-wrap {
        width: min(100%, 270px);
        margin-bottom: 14px;
        border-radius: 22px;
      }
      .ktp-hero-copy { padding: 0 2px; }
      .ktp-brandline {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 0.15em;
      }
      .ktp-hero h1 { font-size: 40px; max-width: 320px; }
      .ktp-hero-subline { font-size: 21px; }
      .ktp-hero-note { font-size: 16px; }
      .ktp-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .ktp-btn-primary,
      .ktp-btn-secondary { justify-content: center; }
      .ktp-intro { padding-top: 0; }
      .ktp-intro-grid {
        gap: 18px;
        padding-top: 18px;
        scroll-margin-top: 110px;
      }
      .ktp-services .ktp-section-head { margin-bottom: 16px; }
      .ktp-services-grid { gap: 14px; }
      .ktp-boundary { padding: 34px 0; }
      .ktp-services-grid,
      .ktp-context-grid,
      .ktp-boundary-list,
      .ktp-why-grid,
      .ktp-steps,
      .ktp-price-grid { grid-template-columns: 1fr; }
      .ktp-service-card,
      .ktp-context-item,
      .ktp-boundary-item,
      .ktp-why-card,
      .ktp-step,
      .ktp-price-item {
        padding-left: 22px;
        padding-right: 22px;
      }
      .ktp-step { min-height: auto; }
      .ktp-faq-answer { padding: 0 20px 18px; }
      .ktp-faq { padding-top: 52px; }
      .ktp-final {
        padding-top: 48px;
        padding-bottom: 58px;
      }
      .ktp-final-shell { padding: 24px 0 0; }
      .ktp-final-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .ktp-final-shell .ktp-btn-primary,
      .ktp-final-shell .ktp-btn-secondary {
        width: 100%;
        min-width: 0;
      }
      .ktp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .ktp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .ktp-btn-primary,
      .ktp-btn-secondary,
      .ktp-service-card,
      .ktp-context-item,
      .ktp-why-card,
      .ktp-price-item { transition: none; }
    }

/* entruempelung.html */
:root { color-scheme: light; }
    html { scroll-behavior: smooth; }
    body.entruempelung-page {
      background:
        radial-gradient(circle at 88% 10%, rgba(186, 151, 74, 0.16), transparent 20rem),
        radial-gradient(circle at 8% 20%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 24%, #ffffff 52%, #f7f6f2 100%);
      color: #111111;
    }
    .er-page { font-size: 18px; line-height: 1.6; color: #111111; }
    .er-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
    .er-section { padding: 68px 0; }
    .er-section-label {
      margin: 0 0 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .er-section-head {
      max-width: 720px;
      margin-bottom: 32px;
    }
    .er-section-head h2,
    .er-intro-copy h2,
    .er-why-copy h2,
    .er-process-head h2,
    .er-quality-copy h2,
    .er-faq-head h2,
    .er-final-shell h2 {
      margin: 0;
      color: #111111;
      font-size: clamp(31px, 3.6vw, 50px);
      line-height: 1.12;
      letter-spacing: -0.045em;
      font-weight: 650;
    }
    .er-section-head p,
    .er-intro-text p,
    .er-why-copy p,
    .er-process-head p,
    .er-quality-copy p,
    .er-faq-head p,
    .er-final-shell p {
      margin: 0;
      color: rgba(17, 17, 17, 0.76);
      font-size: 18px;
      line-height: 1.68;
    }
    .er-section-head p + p,
    .er-intro-text p + p,
    .er-why-copy p + p,
    .er-quality-copy p + p,
    .er-faq-head p + p,
    .er-final-shell p + p { margin-top: 10px; }
    .er-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .er-reveal.is-visible { opacity: 1; transform: translateY(0); }
    .er-hero { padding: 34px 0 38px; }
    .er-hero-stack {
      display: grid;
      gap: 24px;
      justify-items: center;
    }
    .er-hero-card {
      width: min(100%, 660px);
      padding: 22px 22px 24px;
      border-radius: 32px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 28px 72px rgba(17, 17, 17, 0.09);
    }
    .er-hero-image-wrap {
      position: relative;
      overflow: hidden;
      width: min(100%, 420px);
      margin: 0 auto 18px;
      border-radius: 24px;
      background: #eceae4;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    }
    .er-hero-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      image-rendering: -webkit-optimize-contrast;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .er-hero-copy {
      max-width: none;
      padding: 0 4px;
    }
    .er-brandline {
      margin: 0 0 18px;
      color: #7d7156;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .er-hero h1 {
      margin: 0 0 18px;
      font-size: clamp(52px, 8vw, 92px);
      line-height: 0.98;
      letter-spacing: -0.065em;
      font-weight: 650;
      max-width: 680px;
      text-wrap: balance;
    }
    .er-hero-subline {
      margin: 0 0 16px;
      max-width: 700px;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.38;
      letter-spacing: -0.02em;
      font-weight: 500;
    }
    .er-hero-note {
      margin: 0;
      max-width: 720px;
      color: rgba(17, 17, 17, 0.6);
      font-size: 17px;
      line-height: 1.62;
    }
    .er-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
      margin-top: 24px;
    }
    .er-btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 24px;
      border-radius: 999px;
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
      transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
    }
    .er-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }
    .er-btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      opacity: 0.82;
      transition: opacity 0.25s ease;
    }
    .er-btn-secondary::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .er-btn-secondary:hover { opacity: 1; }
    .er-btn-secondary:hover::after { opacity: 1; transform: translateX(3px); }
    .er-intro { padding-top: 4px; }
    .er-intro-grid {
      display: grid;
      grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
      gap: 26px 40px;
      align-items: start;
      padding: 28px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      scroll-margin-top: 132px;
    }
    .er-intro-copy { max-width: 360px; }
    .er-intro-copy h2 { max-width: 360px; }
    .er-intro-text { max-width: 720px; }
    .er-services-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .er-service-card {
      padding: 28px 26px 30px;
      border-radius: 22px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.82);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .er-service-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
      border-color: rgba(186, 151, 74, 0.22);
    }
    .er-service-card::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 20px;
      background: rgba(186, 151, 74, 0.9);
    }
    .er-service-card h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 22px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .er-service-card p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.62;
    }
    .er-why { padding: 74px 0; }
    .er-why-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
      gap: 30px 36px;
      padding: 42px;
      border-radius: 34px;
      background: radial-gradient(circle at top right, rgba(186, 151, 74, 0.18), transparent 28rem), linear-gradient(180deg, #17181c 0%, #101114 100%);
      color: #ffffff;
      box-shadow: 0 34px 82px rgba(17, 17, 17, 0.16);
    }
    .er-why-copy .er-section-label,
    .er-why-copy h2,
    .er-why-copy p { color: #ffffff; }
    .er-why-copy .er-section-label { color: rgba(255, 255, 255, 0.56); }
    .er-why-copy p { color: rgba(255, 255, 255, 0.74); }
    .er-why-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .er-point {
      padding: 22px 22px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
    }
    .er-point strong {
      display: block;
      margin-bottom: 9px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: -0.02em;
      font-weight: 600;
    }
    .er-point p {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px;
      line-height: 1.56;
    }
    .er-process-head {
      max-width: 680px;
      margin-bottom: 24px;
    }
    .er-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .er-step {
      position: relative;
      min-height: 236px;
      padding: 28px 24px 26px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.84);
    }
    .er-step::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(186, 151, 74, 0.78), rgba(186, 151, 74, 0));
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
    }
    .er-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.11);
      color: #7d7156;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
    .er-step h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .er-step p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 16px;
      line-height: 1.6;
    }
    .er-quality-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 24px 34px;
      align-items: start;
      padding: 34px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
    }
    .er-quality-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }
    .er-quality-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 15px;
      border-radius: 999px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.78);
      color: rgba(17, 17, 17, 0.72);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }
    .er-faq { padding-top: 72px; }
    .er-faq-head {
      max-width: 760px;
      margin-bottom: 22px;
    }
    .er-faq-list {
      display: grid;
      gap: 12px;
    }
    .er-faq-item {
      overflow: hidden;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
    }
    .er-faq-item summary {
      position: relative;
      padding: 23px 68px 23px 24px;
      color: #111111;
      font-size: 19px;
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 600;
      cursor: pointer;
      list-style: none;
    }
    .er-faq-item summary::-webkit-details-marker { display: none; }
    .er-faq-item summary::before,
    .er-faq-item summary::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 24px;
      width: 14px;
      height: 1px;
      background: rgba(17, 17, 17, 0.56);
      transform: translateY(-50%);
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .er-faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
    .er-faq-item[open] summary::after {
      opacity: 0;
      transform: translateY(-50%) rotate(90deg) scaleX(0.2);
    }
    .er-faq-answer {
      padding: 0 24px 24px;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.65;
    }
    .er-faq-answer p { margin: 0; }
    .er-final {
      padding-top: 72px;
      padding-bottom: 84px;
    }
    .er-final-shell {
      max-width: 860px;
      margin: 0 auto;
      padding: 34px 34px 20px;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      text-align: center;
    }
    .er-final-shell .er-brandline {
      margin-bottom: 16px;
      color: #7d7156;
      text-align: center;
    }
    .er-final-shell h2 {
      max-width: 760px;
      margin: 0 auto;
      font-size: clamp(28px, 3.2vw, 42px);
      text-wrap: balance;
    }
    .er-final-shell p {
      max-width: 620px;
      margin: 18px auto 0;
    }
    .er-final-actions {
      margin-top: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .er-final-shell .er-btn-primary {
      min-width: 260px;
    }
    .er-final-shell .er-btn-secondary {
      min-width: 220px;
      justify-content: center;
    }
    @media (max-width: 1180px) {
      .er-shell { width: min(100%, calc(100% - 42px)); }
      .er-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .er-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 980px) {
      .er-section { padding: 56px 0; }
      .er-hero { padding: 28px 0 30px; }
      .er-shell { width: min(100%, calc(100% - 34px)); }
      .er-intro-grid,
      .er-why-shell,
      .er-quality-shell { grid-template-columns: 1fr; }
      .er-why-shell { padding: 32px 24px; }
      .er-why-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .er-hero-card {
        border-radius: 28px;
        padding: 20px 20px 22px;
      }
      .er-hero-image-wrap {
        width: min(100%, 380px);
        margin-bottom: 18px;
      }
      .er-hero-copy { padding: 0 4px; }
    }
    @media (max-width: 768px) {
      .er-page { font-size: 16px; line-height: 1.55; }
      .er-shell { width: min(100%, calc(100% - 28px)); }
      .er-section { padding: 34px 0; }
      .er-section-label {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
      }
      .er-section-head,
      .er-process-head,
      .er-faq-head { margin-bottom: 20px; }
      .er-section-head h2,
      .er-intro-copy h2,
      .er-why-copy h2,
      .er-process-head h2,
      .er-quality-copy h2,
      .er-faq-head h2,
      .er-final-shell h2 {
        font-size: 30px;
        line-height: 1.16;
      }
      .er-section-head p,
      .er-intro-text p,
      .er-why-copy p,
      .er-process-head p,
      .er-quality-copy p,
      .er-faq-head p,
      .er-final-shell p,
      .er-service-card p,
      .er-faq-answer {
        font-size: 16px;
        line-height: 1.58;
      }
      .er-hero { padding: 18px 0 22px; }
      .er-hero-stack { gap: 18px; }
      .er-hero-card {
        border-radius: 26px;
        box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
        padding: 16px 16px 18px;
      }
      .er-hero-image-wrap {
        width: min(100%, 268px);
        margin-bottom: 14px;
        border-radius: 22px;
      }
      .er-hero-copy { padding: 0 2px; }
      .er-brandline {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 0.15em;
      }
      .er-hero h1 { font-size: 40px; max-width: 320px; }
      .er-hero-subline { font-size: 21px; }
      .er-hero-note { font-size: 16px; }
      .er-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .er-btn-primary,
      .er-btn-secondary { justify-content: center; }
      .er-why-shell {
        padding: 26px 22px;
        border-radius: 24px;
      }
      .er-intro { padding-top: 0; }
      .er-intro-grid {
        gap: 18px;
        padding-top: 18px;
        scroll-margin-top: 110px;
      }
      .er-services .er-section-head { margin-bottom: 16px; }
      .er-services-grid { gap: 14px; }
      .er-why { padding: 34px 0; }
      .er-services-grid,
      .er-why-points,
      .er-steps { grid-template-columns: 1fr; }
      .er-service-card,
      .er-step,
      .er-point {
        padding-left: 22px;
        padding-right: 22px;
      }
      .er-step { min-height: auto; }
      .er-quality-tags { gap: 10px; }
      .er-faq-item summary {
        padding: 21px 58px 21px 20px;
        font-size: 18px;
      }
      .er-faq-answer { padding: 0 20px 18px; }
      .er-faq { padding-top: 52px; }
      .er-final {
        padding-top: 48px;
        padding-bottom: 58px;
      }
      .er-final-shell { padding: 24px 0 0; }
      .er-final-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .er-final-shell .er-btn-primary,
      .er-final-shell .er-btn-secondary {
        width: 100%;
        min-width: 0;
      }
      .er-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .er-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .er-btn-primary,
      .er-btn-secondary,
      .er-service-card { transition: none; }
    }

/* entsorgung.html */
:root { color-scheme: light; }
    html { scroll-behavior: smooth; }
    body.entsorgung-page {
      background:
        radial-gradient(circle at 86% 8%, rgba(186, 151, 74, 0.15), transparent 20rem),
        radial-gradient(circle at 12% 18%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 26%, #ffffff 56%, #f7f6f2 100%);
      color: #111111;
    }
    .es-page { font-size: 18px; line-height: 1.6; color: #111111; }
    .es-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
    .es-section { padding: 68px 0; }
    .es-section-label {
      margin: 0 0 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .es-section-head {
      max-width: 740px;
      margin-bottom: 32px;
    }
    .es-section-head h2,
    .es-intro-copy h2,
    .es-materials-copy h2,
    .es-process-head h2,
    .es-price-copy h2,
    .es-faq-head h2,
    .es-final-shell h2 {
      margin: 0;
      color: #111111;
      font-size: clamp(31px, 3.6vw, 50px);
      line-height: 1.12;
      letter-spacing: -0.045em;
      font-weight: 650;
    }
    .es-section-head p,
    .es-intro-text p,
    .es-materials-copy p,
    .es-why-copy p,
    .es-process-head p,
    .es-price-copy p,
    .es-faq-head p,
    .es-final-shell p {
      margin: 0;
      color: rgba(17, 17, 17, 0.76);
      font-size: 18px;
      line-height: 1.68;
    }
    .es-section-head p + p,
    .es-intro-text p + p,
    .es-materials-copy p + p,
    .es-why-copy p + p,
    .es-price-copy p + p,
    .es-faq-head p + p,
    .es-final-shell p + p { margin-top: 10px; }
    .es-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .es-reveal.is-visible { opacity: 1; transform: translateY(0); }
    .es-hero { padding: 34px 0 38px; }
    .es-hero-stack {
      display: grid;
      gap: 24px;
      justify-items: center;
    }
    .es-hero-card {
      width: min(100%, 660px);
      padding: 22px 22px 24px;
      border-radius: 32px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 28px 72px rgba(17, 17, 17, 0.09);
    }
    .es-hero-image-wrap {
      position: relative;
      overflow: hidden;
      width: min(100%, 416px);
      margin: 0 auto 18px;
      border-radius: 24px;
      background: #eceae4;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    }
    .es-hero-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      image-rendering: -webkit-optimize-contrast;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .es-hero-copy { max-width: none; padding: 0 4px; }
    .es-brandline {
      margin: 0 0 18px;
      color: #7d7156;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .es-hero h1 {
      margin: 0 0 18px;
      font-size: clamp(52px, 8vw, 92px);
      line-height: 0.98;
      letter-spacing: -0.065em;
      font-weight: 650;
      max-width: 680px;
      text-wrap: balance;
    }
    .es-hero-subline {
      margin: 0 0 16px;
      max-width: 720px;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.38;
      letter-spacing: -0.02em;
      font-weight: 500;
    }
    .es-hero-note {
      margin: 0;
      max-width: 720px;
      color: rgba(17, 17, 17, 0.6);
      font-size: 17px;
      line-height: 1.62;
    }
    .es-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
      margin-top: 24px;
    }
    .es-btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 24px;
      border-radius: 999px;
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
      transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
    }
    .es-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }
    .es-btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      opacity: 0.82;
      transition: opacity 0.25s ease;
    }
    .es-btn-secondary::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .es-btn-secondary:hover { opacity: 1; }
    .es-btn-secondary:hover::after { opacity: 1; transform: translateX(3px); }
    .es-intro { padding-top: 4px; }
    .es-intro-grid {
      display: grid;
      grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
      gap: 26px 40px;
      align-items: start;
      padding: 28px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      scroll-margin-top: 132px;
    }
    .es-intro-copy { max-width: 360px; }
    .es-intro-copy h2 { max-width: 360px; }
    .es-intro-text { max-width: 740px; }
    .es-services-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .es-service-card,
    .es-why-card,
    .es-price-item {
      padding: 28px 26px 30px;
      border-radius: 22px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.82);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .es-service-card:hover,
    .es-why-card:hover,
    .es-price-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
      border-color: rgba(186, 151, 74, 0.22);
    }
    .es-service-card::before,
    .es-why-card::before,
    .es-price-item::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 20px;
      background: rgba(186, 151, 74, 0.9);
    }
    .es-service-card h3,
    .es-why-card h3,
    .es-price-item h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 22px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .es-service-card p,
    .es-why-card p,
    .es-price-item p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.62;
    }
    .es-materials {
      padding: 74px 0;
    }
    .es-materials-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 30px 36px;
      padding: 42px;
      border-radius: 34px;
      background: radial-gradient(circle at top right, rgba(186, 151, 74, 0.18), transparent 28rem), linear-gradient(180deg, #17181c 0%, #101114 100%);
      color: #ffffff;
      box-shadow: 0 34px 82px rgba(17, 17, 17, 0.16);
    }
    .es-materials-copy .es-section-label,
    .es-materials-copy h2,
    .es-materials-copy p { color: #ffffff; }
    .es-materials-copy .es-section-label { color: rgba(255, 255, 255, 0.56); }
    .es-materials-copy p { color: rgba(255, 255, 255, 0.74); }
    .es-materials-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .es-material-item {
      padding: 22px 22px 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
    }
    .es-material-item strong {
      display: block;
      margin-bottom: 9px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: -0.02em;
      font-weight: 600;
    }
    .es-material-item p {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px;
      line-height: 1.56;
    }
    .es-why-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .es-process-head {
      max-width: 700px;
      margin-bottom: 24px;
    }
    .es-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .es-step {
      position: relative;
      min-height: 232px;
      padding: 28px 24px 26px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.84);
    }
    .es-step::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(186, 151, 74, 0.78), rgba(186, 151, 74, 0));
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
    }
    .es-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.11);
      color: #7d7156;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
    .es-step h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .es-step p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 16px;
      line-height: 1.6;
    }
    .es-price-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 24px 34px;
      align-items: start;
      padding: 34px 0 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
    }
    .es-price-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .es-faq { padding-top: 72px; }
    .es-faq-head {
      max-width: 760px;
      margin-bottom: 22px;
    }
    .es-faq-list { display: grid; gap: 12px; }
    .es-faq-item {
      overflow: hidden;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 12px 32px rgba(17, 17, 17, 0.04);
    }
    .es-faq-item summary {
      position: relative;
      padding: 23px 68px 23px 24px;
      color: #111111;
      font-size: 19px;
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 600;
      cursor: pointer;
      list-style: none;
    }
    .es-faq-item summary::-webkit-details-marker { display: none; }
    .es-faq-item summary::before,
    .es-faq-item summary::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 24px;
      width: 14px;
      height: 1px;
      background: rgba(17, 17, 17, 0.56);
      transform: translateY(-50%);
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .es-faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
    .es-faq-item[open] summary::after {
      opacity: 0;
      transform: translateY(-50%) rotate(90deg) scaleX(0.2);
    }
    .es-faq-answer {
      padding: 0 24px 24px;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.65;
    }
    .es-faq-answer p { margin: 0; }
    .es-final {
      padding-top: 72px;
      padding-bottom: 84px;
    }
    .es-final-shell {
      max-width: 860px;
      margin: 0 auto;
      padding: 34px 34px 20px;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      text-align: center;
    }
    .es-final-shell .es-brandline {
      margin-bottom: 16px;
      color: #7d7156;
      text-align: center;
    }
    .es-final-shell h2 {
      max-width: 760px;
      margin: 0 auto;
      font-size: clamp(28px, 3.2vw, 42px);
      text-wrap: balance;
    }
    .es-final-shell p {
      max-width: 620px;
      margin: 18px auto 0;
    }
    .es-final-actions {
      margin-top: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .es-final-shell .es-btn-primary {
      min-width: 260px;
    }
    .es-final-shell .es-btn-secondary {
      min-width: 220px;
      justify-content: center;
    }
    @media (max-width: 1180px) {
      .es-shell { width: min(100%, calc(100% - 42px)); }
      .es-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .es-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 980px) {
      .es-section { padding: 56px 0; }
      .es-hero { padding: 28px 0 30px; }
      .es-shell { width: min(100%, calc(100% - 34px)); }
      .es-intro-grid,
      .es-materials-shell,
      .es-price-shell { grid-template-columns: 1fr; }
      .es-materials-shell { padding: 32px 24px; }
      .es-materials-list,
      .es-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .es-hero-card {
        border-radius: 28px;
        padding: 20px 20px 22px;
      }
      .es-hero-image-wrap {
        width: min(100%, 380px);
        margin-bottom: 18px;
      }
      .es-hero-copy { padding: 0 4px; }
    }
    @media (max-width: 768px) {
      .es-page { font-size: 16px; line-height: 1.55; }
      .es-shell { width: min(100%, calc(100% - 28px)); }
      .es-section { padding: 34px 0; }
      .es-section-label {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
      }
      .es-section-head,
      .es-process-head,
      .es-faq-head { margin-bottom: 20px; }
      .es-section-head h2,
      .es-intro-copy h2,
      .es-materials-copy h2,
      .es-process-head h2,
      .es-price-copy h2,
      .es-faq-head h2,
      .es-final-shell h2 {
        font-size: 30px;
        line-height: 1.16;
      }
      .es-section-head p,
      .es-intro-text p,
      .es-materials-copy p,
      .es-why-copy p,
      .es-process-head p,
      .es-price-copy p,
      .es-faq-head p,
      .es-final-shell p,
      .es-service-card p,
      .es-why-card p,
      .es-price-item p,
      .es-faq-answer {
        font-size: 16px;
        line-height: 1.58;
      }
      .es-hero { padding: 18px 0 22px; }
      .es-hero-stack { gap: 18px; }
      .es-hero-card {
        border-radius: 26px;
        box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
        padding: 16px 16px 18px;
      }
      .es-hero-image-wrap {
        width: min(100%, 268px);
        margin-bottom: 14px;
        border-radius: 22px;
      }
      .es-hero-copy { padding: 0 2px; }
      .es-brandline {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 0.15em;
      }
      .es-hero h1 { font-size: 40px; max-width: 320px; }
      .es-hero-subline { font-size: 21px; }
      .es-hero-note { font-size: 16px; }
      .es-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .es-btn-primary,
      .es-btn-secondary { justify-content: center; }
      .es-intro { padding-top: 0; }
      .es-intro-grid {
        gap: 18px;
        padding-top: 18px;
        scroll-margin-top: 110px;
      }
      .es-services .es-section-head { margin-bottom: 16px; }
      .es-services-grid { gap: 14px; }
      .es-materials { padding: 34px 0; }
      .es-services-grid,
      .es-materials-list,
      .es-why-grid,
      .es-steps,
      .es-price-grid { grid-template-columns: 1fr; }
      .es-service-card,
      .es-material-item,
      .es-why-card,
      .es-step,
      .es-price-item {
        padding-left: 22px;
        padding-right: 22px;
      }
      .es-step { min-height: auto; }
      .es-faq-answer { padding: 0 20px 18px; }
      .es-faq { padding-top: 52px; }
      .es-final {
        padding-top: 48px;
        padding-bottom: 58px;
      }
      .es-final-shell { padding: 24px 0 0; }
      .es-final-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .es-final-shell .es-btn-primary,
      .es-final-shell .es-btn-secondary {
        width: 100%;
        min-width: 0;
      }
      .es-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .es-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .es-btn-primary,
      .es-btn-secondary,
      .es-service-card,
      .es-why-card,
      .es-price-item { transition: none; }
    }

/* preisliste.html */
:root { color-scheme: light; }
    html { scroll-behavior: smooth; }
    body.preisliste-page {
      background:
        radial-gradient(circle at 86% 8%, rgba(186, 151, 74, 0.15), transparent 20rem),
        radial-gradient(circle at 12% 18%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 26%, #ffffff 56%, #f7f6f2 100%);
      color: #111111;
    }
    .preisliste-page .pp-hero {
      padding-bottom: 20px;
    }
    .preisliste-page #preise.pp-section {
      padding-top: 44px;
    }
    .preisliste-page .pp-price-card,
    .preisliste-page .pp-detail-card {
      display: flex;
      flex-direction: column;
    }
    .preisliste-page .pp-detail-value {
      margin: 2px 0 14px;
      color: #111111;
      font-size: clamp(26px, 2.6vw, 34px);
      line-height: 1.04;
      letter-spacing: -0.04em;
      font-weight: 650;
    }
    .preisliste-page .pp-detail-card ul {
      margin-top: 0;
    }
    .preisliste-page .pp-safety-shell {
      gap: 16px;
    }
    .preisliste-page .pp-final {
      padding-top: 52px;
      padding-bottom: 68px;
    }
    .preisliste-page .pp-final-shell {
      max-width: 720px;
      margin: 0 auto;
      padding-top: 26px;
      border-top-color: rgba(17, 17, 17, 0.08);
      display: grid;
      justify-items: center;
    }
    .preisliste-page .pp-final-shell .pp-brandline {
      margin-bottom: 12px;
      font-size: 12px;
      letter-spacing: 0.15em;
      opacity: 0.82;
    }
    .preisliste-page .pp-final-shell h2 {
      max-width: 620px;
      font-size: clamp(24px, 2.8vw, 34px);
      line-height: 1.18;
      letter-spacing: -0.035em;
    }
    .preisliste-page .pp-final-shell p {
      max-width: 520px;
      margin-top: 14px;
      font-size: 17px;
      line-height: 1.56;
      color: rgba(17, 17, 17, 0.68);
    }
    .preisliste-page .pp-final-actions {
      margin-top: 18px;
      align-items: center;
    }
    .preisliste-page .pp-final-shell .pp-btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 52px;
      min-width: 230px;
      padding: 0 22px;
      line-height: 1;
      box-sizing: border-box;
      box-shadow: 0 14px 32px rgba(17, 17, 17, 0.1);
    }
    .preisliste-page .pp-final-shell .pp-btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 52px;
      padding: 0 4px;
      box-sizing: border-box;
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.01em;
      text-decoration: none;
      opacity: 0.82;
      transition: opacity 0.25s ease;
    }
    .preisliste-page .pp-final-shell .pp-btn-secondary::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .preisliste-page .pp-final-shell .pp-btn-secondary:hover {
      opacity: 1;
    }
    .preisliste-page .pp-final-shell .pp-btn-secondary:hover::after {
      opacity: 1;
      transform: translateX(3px);
    }
    .pp-page { font-size: 18px; line-height: 1.6; color: #111111; }
    .pp-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
    .pp-section { padding: 68px 0; }
    .pp-section-label {
      margin: 0 0 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .pp-section-head {
      max-width: 760px;
      margin-bottom: 32px;
    }
    .pp-section-head h2,
    .pp-final-shell h2 {
      margin: 0;
      color: #111111;
      font-size: clamp(31px, 3.6vw, 50px);
      line-height: 1.12;
      letter-spacing: -0.045em;
      font-weight: 650;
    }
    .pp-section-head p,
    .pp-final-shell p {
      margin: 0;
      color: rgba(17, 17, 17, 0.76);
      font-size: 18px;
      line-height: 1.68;
    }
    .pp-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .pp-reveal.is-visible { opacity: 1; transform: translateY(0); }
    .pp-hero { padding: 34px 0 30px; }
    .pp-hero-stack {
      display: grid;
      gap: 24px;
      justify-items: center;
      text-align: center;
    }
    .pp-hero-copy {
      width: min(100%, 860px);
      padding: 12px 0 2px;
    }
    .pp-brandline {
      margin: 0 0 18px;
      color: #7d7156;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .pp-hero h1 {
      margin: 0 0 18px;
      font-size: clamp(52px, 8vw, 92px);
      line-height: 0.98;
      letter-spacing: -0.065em;
      font-weight: 650;
      text-wrap: balance;
    }
    .pp-hero-subline {
      max-width: 760px;
      margin: 0 auto 14px;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.38;
      letter-spacing: -0.02em;
      font-weight: 500;
    }
    .pp-hero-note {
      max-width: 720px;
      margin: 0 auto;
      color: rgba(17, 17, 17, 0.6);
      font-size: 17px;
      line-height: 1.62;
    }
    .pp-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
      justify-content: center;
      margin-top: 24px;
    }
    .pp-btn-primary,
    .pp-btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
    }
    .pp-btn-primary {
      padding: 0 24px;
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
    }
    .pp-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }
    .pp-btn-secondary {
      gap: 8px;
      color: #111111;
      opacity: 0.82;
    }
    .pp-btn-secondary::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .pp-btn-secondary:hover { opacity: 1; }
    .pp-btn-secondary:hover::after { opacity: 1; transform: translateX(3px); }
    .pp-pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 8px;
    }
    .pp-price-card,
    .pp-detail-card {
      padding: 28px 26px 30px;
      border-radius: 24px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .pp-price-card:hover,
    .pp-detail-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
      border-color: rgba(186, 151, 74, 0.22);
    }
    .pp-price-card::before,
    .pp-detail-card::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 20px;
      background: rgba(186, 151, 74, 0.9);
    }
    .pp-price-card-featured {
      background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(252,248,238,0.96) 100%);
      box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
    }
    .pp-price-badge {
      display: inline-flex;
      margin-bottom: 16px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.12);
      color: #7d7156;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .pp-price-label {
      margin: 0 0 10px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .pp-price-value {
      margin: 0;
      color: #111111;
      font-size: clamp(40px, 4vw, 54px);
      line-height: 0.96;
      letter-spacing: -0.05em;
      font-weight: 650;
    }
    .pp-price-meta {
      display: block;
      margin-top: 10px;
      color: rgba(17, 17, 17, 0.58);
      font-size: 16px;
      line-height: 1.5;
    }
    .pp-price-list {
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }
    .pp-price-list li {
      position: relative;
      padding-left: 16px;
      color: rgba(17, 17, 17, 0.74);
      font-size: 17px;
      line-height: 1.58;
    }
    .pp-price-list li::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.9);
    }
    .pp-price-card .pp-btn-primary,
    .pp-price-card .pp-btn-secondary { margin-top: 22px; }
    .pp-crosslinks {
      padding-top: 20px;
      padding-bottom: 28px;
    }
    .pp-cross-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .pp-cross-card {
      text-decoration: none;
      color: #111111;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
    }
    .pp-cross-card strong {
      display: block;
      font-size: 21px;
      line-height: 1.35;
      letter-spacing: -0.02em;
      font-weight: 600;
    }
    .pp-cross-label {
      display: inline-block;
      margin-bottom: 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .pp-cross-card:hover strong {
      color: #111111;
    }
    .pp-legal-note {
      max-width: 840px;
      margin: 22px auto 0;
      padding: 20px 24px 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      color: rgba(17, 17, 17, 0.6);
      font-size: 16px;
      line-height: 1.62;
      text-align: center;
    }
    .pp-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .pp-step {
      position: relative;
      padding: 28px 24px 26px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.84);
    }
    .pp-step::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(186, 151, 74, 0.78), rgba(186, 151, 74, 0));
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
    }
    .pp-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.11);
      color: #7d7156;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
    .pp-step h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 22px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .pp-step p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.58;
    }
    .pp-details-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .pp-detail-card h3 {
      margin: 0 0 12px;
      color: #111111;
      font-size: 22px;
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .pp-detail-top {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      color: #7d7156;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .pp-detail-top img {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }
    .pp-detail-card p,
    .pp-detail-card ul {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.6;
    }
    .pp-detail-card ul {
      padding-left: 18px;
      display: grid;
      gap: 8px;
    }
    .pp-safety-shell {
      display: grid;
      gap: 18px;
      justify-items: center;
      padding: 40px 42px;
      border-radius: 34px;
      background: radial-gradient(circle at top right, rgba(186, 151, 74, 0.18), transparent 28rem), linear-gradient(180deg, #17181c 0%, #101114 100%);
      color: #ffffff;
      box-shadow: 0 34px 82px rgba(17, 17, 17, 0.16);
      text-align: center;
    }
    .pp-safety-shell .pp-section-label,
    .pp-safety-shell h2 { color: #ffffff; }
    .pp-safety-shell .pp-section-label { color: rgba(255,255,255,0.56); }
    .pp-safety-shell p {
      max-width: 620px;
      margin: 0;
      color: rgba(255,255,255,0.74);
      font-size: 17px;
      line-height: 1.62;
    }
    .pp-safety-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .pp-safety-list li {
      padding: 18px 16px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      background: rgba(255,255,255,0.04);
      color: #ffffff;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
    }
    .pp-final {
      padding-top: 72px;
      padding-bottom: 84px;
    }
    .pp-final-shell {
      max-width: 860px;
      padding: 34px 34px 20px;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      text-align: center;
    }
    .pp-final-shell .pp-brandline {
      margin-bottom: 16px;
      color: #7d7156;
      text-align: center;
    }
    .pp-final-shell h2 {
      max-width: 760px;
      margin: 0 auto;
      font-size: clamp(28px, 3.2vw, 42px);
      text-wrap: balance;
    }
    .pp-final-shell p {
      max-width: 620px;
      margin: 18px auto 0;
    }
    .pp-final-shell .pp-btn-primary {
      margin-top: 22px;
      min-width: 260px;
    }
    @media (max-width: 1180px) {
      .pp-shell { width: min(100%, calc(100% - 42px)); }
      .pp-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .pp-safety-list { grid-template-columns: 1fr; }
    }
    @media (max-width: 980px) {
      .pp-section { padding: 56px 0; }
      .pp-hero { padding: 28px 0 30px; }
      .pp-shell { width: min(100%, calc(100% - 34px)); }
      .pp-pricing-grid,
      .pp-details-grid,
      .pp-steps { grid-template-columns: 1fr; }
      .pp-price-card-featured { order: -1; }
      .pp-safety-shell { padding: 32px 24px; }
    }
    @media (max-width: 768px) {
      .pp-page { font-size: 16px; line-height: 1.55; }
      .pp-shell { width: min(100%, calc(100% - 28px)); }
      .pp-section { padding: 34px 0; }
      .preisliste-page #preise.pp-section { padding-top: 26px; }
      .pp-section-label {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
      }
      .pp-section-head { margin-bottom: 20px; }
      .pp-section-head h2,
      .pp-final-shell h2 {
        font-size: 30px;
        line-height: 1.16;
      }
      .pp-section-head p,
      .pp-final-shell p,
      .pp-price-list li,
      .pp-step p,
      .pp-detail-card p,
      .pp-detail-card ul,
      .pp-legal-note {
        font-size: 16px;
        line-height: 1.58;
      }
      .pp-hero { padding: 18px 0 22px; }
      .pp-hero-stack { gap: 18px; }
      .pp-hero-copy { padding-top: 4px; }
      .pp-brandline {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 0.15em;
      }
      .pp-hero h1 { font-size: 40px; max-width: 320px; }
      .pp-hero-subline { font-size: 21px; }
      .pp-hero-note { font-size: 16px; }
      .preisliste-page .pp-detail-value { font-size: 28px; margin-bottom: 12px; }
      .preisliste-page .pp-final {
        padding-top: 44px;
        padding-bottom: 56px;
      }
      .preisliste-page .pp-final-shell {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 22px;
      }
      .preisliste-page .pp-final-shell h2 {
        max-width: 100%;
        font-size: 28px;
      }
      .preisliste-page .pp-final-shell p {
        max-width: 100%;
        font-size: 16px;
      }
      .preisliste-page .pp-final-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .pp-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .pp-btn-primary,
      .pp-btn-secondary { justify-content: center; }
      .pp-price-card,
      .pp-detail-card,
      .pp-step { padding-left: 22px; padding-right: 22px; }
      .pp-cross-grid { grid-template-columns: 1fr; }
      .pp-legal-note { padding-left: 0; padding-right: 0; }
      .pp-final {
        padding-top: 48px;
        padding-bottom: 58px;
      }
      .pp-final-shell { padding: 24px 0 0; }
      .pp-final-shell .pp-btn-primary,
      .pp-final-shell .pp-btn-secondary {
        width: 100%;
        min-width: 0;
      }
      .pp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .pp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .pp-btn-primary,
      .pp-btn-secondary,
      .pp-price-card,
      .pp-detail-card { transition: none; }
    }

/* legal pages aligned to preisliste */
.legal-page .pp-hero {
      padding-bottom: 20px;
    }
    .legal-page .pp-hero + .pp-section {
      padding-top: 44px;
    }
    .legal-page .pp-hero-stack {
      justify-items: start;
      text-align: left;
    }
    .legal-page .pp-hero-copy {
      width: min(100%, 760px);
      padding-top: 6px;
    }
    .legal-page .pp-hero-subline,
    .legal-page .pp-hero-note {
      margin-left: 0;
      margin-right: 0;
    }
    .legal-page .pp-hero-subline {
      max-width: 760px;
    }
    .legal-page .pp-hero-note {
      max-width: 700px;
    }
    .legal-page .pp-section-head {
      max-width: 780px;
    }
    .legal-page .pp-details-grid {
      align-items: stretch;
    }
    .legal-page .pp-detail-card {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .legal-page .pp-detail-card h3 {
      font-size: 24px;
    }
    .legal-page .pp-detail-card p + p,
    .legal-page .pp-detail-card p + ul,
    .legal-page .pp-detail-card ul + p {
      margin-top: 12px;
    }
    .legal-page .pp-detail-card ul {
      margin-top: 12px;
    }
    .legal-page .pp-detail-card--wide {
      grid-column: 1 / -1;
    }
    .pp-btn-outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 24px;
      border-radius: 999px;
      border: 1px solid rgba(17, 17, 17, 0.12);
      background: rgba(255, 255, 255, 0.84);
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
    }
    .pp-btn-outline:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
      border-color: rgba(17, 17, 17, 0.18);
      opacity: 0.98;
    }
    .pp-final-actions,
    .cta-row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-top: 22px;
    }
    .legal-page .pp-final {
      padding-top: 52px;
      padding-bottom: 68px;
    }
    .legal-page .pp-final-shell {
      max-width: 720px;
      margin: 0 auto;
      padding-top: 26px;
      border-top-color: rgba(17, 17, 17, 0.08);
      display: grid;
      justify-items: center;
    }
    .legal-page .pp-final-shell .pp-brandline {
      margin-bottom: 12px;
      font-size: 12px;
      letter-spacing: 0.15em;
      opacity: 0.82;
    }
    .legal-page .pp-final-shell h2 {
      max-width: 620px;
      font-size: clamp(24px, 2.8vw, 34px);
      line-height: 1.18;
      letter-spacing: -0.035em;
    }
    .legal-page .pp-final-shell p {
      max-width: 520px;
      margin-top: 14px;
      font-size: 17px;
      line-height: 1.56;
      color: rgba(17, 17, 17, 0.68);
    }
    .legal-page .pp-final-shell .pp-btn-primary,
    .legal-page .pp-final-shell .pp-btn-outline,
    .cta-btn {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      height: 52px;
      padding: 0 24px;
      box-sizing: border-box;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      white-space: nowrap;
      min-width: 220px;
    }
    .legal-page .pp-final-shell .pp-btn-primary,
    .legal-page .pp-final-shell .pp-btn-outline {
      margin-top: 0;
    }
    .cta-btn.primary {
      background: #000000;
      color: #ffffff;
      border: none;
    }
    .cta-btn.secondary {
      background: transparent;
      color: #000000;
      border: 1px solid rgba(0, 0, 0, 0.15);
    }
    @media (max-width: 980px) {
      .legal-page .pp-hero {
        padding-bottom: 18px;
      }
      .legal-page .pp-hero + .pp-section {
        padding-top: 38px;
      }
    }
    @media (max-width: 768px) {
      .legal-page .pp-hero-stack {
        justify-items: start;
        text-align: left;
      }
      .legal-page .pp-hero-copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
      }
      .legal-page .pp-hero h1 {
        max-width: 100%;
        font-size: clamp(32px, 9.2vw, 40px);
        line-height: 0.98;
        letter-spacing: -0.04em;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
      }
      .legal-page .pp-final {
        padding-top: 44px;
        padding-bottom: 56px;
      }
      .legal-page .pp-final-shell {
        max-width: 100%;
        padding-top: 22px;
      }
      .legal-page .pp-final-shell h2 {
        max-width: 100%;
        font-size: 28px;
      }
      .legal-page .pp-final-shell p {
        max-width: 100%;
        font-size: 16px;
      }
      .pp-final-actions,
      .cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .pp-btn-outline,
      .cta-btn {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .legal-page .pp-hero-copy {
        padding-right: 0;
      }

      .legal-page .pp-hero h1 {
        font-size: clamp(28px, 10.4vw, 34px);
        line-height: 1;
        letter-spacing: -0.04em;
      }

      .legal-page .pp-hero-subline,
      .legal-page .pp-hero-note {
        max-width: 100%;
      }
    }

/* entruempelung-preisliste.html */
body.erp-page-body {
      background:
        radial-gradient(circle at 84% 10%, rgba(186, 151, 74, 0.14), transparent 22rem),
        radial-gradient(circle at 12% 20%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 28%, #ffffff 58%, #f7f6f2 100%);
      color: #111111;
    }
    .erp-page {
      font-size: 18px;
      line-height: 1.6;
      color: #111111;
    }
    .erp-shell {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }
    .erp-section {
      padding: 68px 0;
    }
    .erp-kicker {
      margin: 0 0 14px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .erp-section-head {
      max-width: 780px;
      margin-bottom: 32px;
    }
    .erp-section-head h2,
    .erp-fix-copy h2,
    .erp-final-shell h2 {
      margin: 0;
      color: #111111;
      font-size: clamp(31px, 3.6vw, 50px);
      line-height: 1.12;
      letter-spacing: -0.045em;
      font-weight: 650;
    }
    .erp-section-head p,
    .erp-fix-copy p,
    .erp-final-shell p,
    .erp-legal-shell p {
      margin: 0;
      color: rgba(17, 17, 17, 0.76);
      font-size: 18px;
      line-height: 1.68;
    }
    .erp-section-head p + p,
    .erp-fix-copy p + p,
    .erp-final-shell p + p,
    .erp-legal-shell p + p {
      margin-top: 10px;
    }
    .erp-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .erp-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .erp-hero {
      padding: 42px 0 34px;
    }
    .erp-hero-copy {
      max-width: 860px;
    }
    .erp-brandline {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 16px;
      margin: 0 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.76);
      color: #7d7156;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }
    .erp-hero h1 {
      margin: 0 0 18px;
      max-width: 920px;
      font-size: clamp(48px, 7.2vw, 82px);
      line-height: 1.01;
      letter-spacing: -0.06em;
      font-weight: 650;
      text-wrap: balance;
    }
    .erp-hero-subline {
      max-width: 760px;
      margin: 0 0 16px;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(21px, 2.1vw, 28px);
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 500;
    }
    .erp-hero-note {
      max-width: 760px;
      margin: 0;
      color: rgba(17, 17, 17, 0.64);
      font-size: 17px;
      line-height: 1.62;
    }
.erp-trust-pill {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding: 0 18px;
      margin: 8px 0 18px;
      border-radius: 999px;
      background: rgba(186, 151, 74, 0.12);
      color: #6d624b;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.04em;
    }
.erp-hero-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 18px;
    }
.erp-hero-facts span {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.76);
      color: rgba(17, 17, 17, 0.78);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
      box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
    }
    .erp-hero-actions,
    .erp-final-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px 18px;
      margin-top: 26px;
    }
    .erp-btn-primary,
    .erp-btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 24px;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, border-color 0.28s ease;
    }
    .erp-btn-primary {
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
    }
    .erp-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }
    .erp-btn-secondary {
      border: 1px solid rgba(17, 17, 17, 0.12);
      background: rgba(255, 255, 255, 0.84);
      color: #111111;
      box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
    }
    .erp-btn-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
      border-color: rgba(17, 17, 17, 0.18);
    }
    .erp-price-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .erp-price-card,
    .erp-info-card,
    .erp-extra-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 30px 28px 32px;
      border-radius: 24px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }
    .erp-price-card:hover,
    .erp-info-card:hover,
    .erp-extra-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
      border-color: rgba(186, 151, 74, 0.22);
    }
    .erp-price-card::before,
    .erp-info-card::before,
    .erp-extra-card::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 20px;
      background: rgba(186, 151, 74, 0.9);
    }
    .erp-price-card--featured {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(251, 248, 239, 0.96) 100%);
    }
    .erp-card-kicker {
      margin: 0 0 8px;
      color: #7d7156;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .erp-price-card h3,
    .erp-info-card h3,
    .erp-extra-card h3 {
      margin: 0 0 10px;
      color: #111111;
      font-size: 24px;
      line-height: 1.16;
      letter-spacing: -0.03em;
      font-weight: 620;
    }
    .erp-price-range,
    .erp-extra-value {
      margin: 0 0 10px;
      color: #111111;
      font-size: clamp(32px, 3.4vw, 46px);
      line-height: 1;
      letter-spacing: -0.05em;
      font-weight: 650;
    }
    .erp-price-card > p,
    .erp-info-card > p,
    .erp-extra-card > p {
      margin: 0;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.6;
    }
    .erp-price-card > p + ul,
    .erp-info-card > p + ul,
    .erp-info-card ul + p,
    .erp-extra-card > p + p {
      margin-top: 12px;
    }
    .erp-price-list,
    .erp-info-list {
      margin: 12px 0 0;
      padding-left: 18px;
      display: grid;
      gap: 8px;
      color: rgba(17, 17, 17, 0.72);
      font-size: 17px;
      line-height: 1.6;
    }
    .erp-price-note {
      max-width: 860px;
      margin: 22px auto 0;
      padding: 20px 24px 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      color: rgba(17, 17, 17, 0.6);
      font-size: 16px;
      line-height: 1.62;
      text-align: center;
    }
    .erp-supplement-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .erp-extra-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      margin-top: 18px;
    }
    .erp-extra-card h3 {
      font-size: 20px;
    }
    .erp-extra-card p {
      font-size: 16px;
      line-height: 1.58;
    }
    .erp-fix {
      padding: 76px 0;
    }
    .erp-fix-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 30px 36px;
      padding: 42px;
      border-radius: 34px;
      background: radial-gradient(circle at top right, rgba(186, 151, 74, 0.18), transparent 28rem), linear-gradient(180deg, #17181c 0%, #101114 100%);
      color: #ffffff;
      box-shadow: 0 34px 82px rgba(17, 17, 17, 0.16);
    }
    .erp-fix-copy .erp-kicker,
    .erp-fix-copy h2,
    .erp-fix-copy p {
      color: #ffffff;
    }
    .erp-fix-copy .erp-kicker {
      color: rgba(255, 255, 255, 0.56);
    }
    .erp-fix-copy p {
      color: rgba(255, 255, 255, 0.74);
    }
    .erp-fix-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .erp-fix-point {
      padding: 22px 20px 24px;
      border-radius: 22px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
    }
    .erp-fix-point strong {
      display: block;
      margin-bottom: 9px;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.24;
      letter-spacing: -0.02em;
      font-weight: 600;
    }
    .erp-fix-point p {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px;
      line-height: 1.56;
    }
    .erp-legal-shell {
      max-width: 920px;
      margin: 0 auto;
      padding: 26px 30px;
      border-radius: 24px;
      border: 1px solid rgba(17, 17, 17, 0.08);
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.04);
    }
    .erp-legal-shell .erp-kicker {
      margin-bottom: 12px;
    }
    .erp-legal-shell p {
      color: rgba(17, 17, 17, 0.68);
      font-size: 16px;
      line-height: 1.62;
    }
    .erp-final {
      padding-top: 62px;
      padding-bottom: 84px;
    }
    .erp-final-shell {
      max-width: 760px;
      margin: 0 auto;
      padding: 34px 34px 20px;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      text-align: center;
    }
    .erp-final-shell .erp-brandline {
      margin-bottom: 16px;
      color: #7d7156;
      text-align: center;
    }
    .erp-final-shell h2 {
      max-width: 680px;
      margin: 0 auto;
      font-size: clamp(28px, 3.2vw, 42px);
      text-wrap: balance;
    }
    .erp-final-shell p {
      max-width: 620px;
      margin: 18px auto 0;
    }
    .erp-final-actions {
      justify-content: center;
    }
    @media (max-width: 1180px) {
      .erp-shell {
        width: min(100%, calc(100% - 42px));
      }
      .erp-price-grid,
      .erp-extra-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .erp-fix-points {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 980px) {
      .erp-section {
        padding: 56px 0;
      }
      .erp-hero {
        padding: 32px 0 28px;
      }
      .erp-shell {
        width: min(100%, calc(100% - 34px));
      }
      .erp-price-grid,
      .erp-supplement-grid,
      .erp-extra-grid,
      .erp-fix-shell {
        grid-template-columns: 1fr;
      }
      .erp-fix-shell {
        padding: 32px 24px;
      }
    }
    @media (max-width: 768px) {
      .erp-page {
        font-size: 16px;
        line-height: 1.55;
      }
      .erp-shell {
        width: min(100%, calc(100% - 28px));
      }
      .erp-section {
        padding: 34px 0;
      }
      .erp-kicker {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 0.14em;
      }
      .erp-section-head {
        margin-bottom: 20px;
      }
      .erp-section-head h2,
      .erp-fix-copy h2,
      .erp-final-shell h2 {
        font-size: 30px;
        line-height: 1.16;
      }
      .erp-section-head p,
      .erp-fix-copy p,
      .erp-final-shell p,
      .erp-legal-shell p,
      .erp-price-card > p,
      .erp-info-card > p,
      .erp-extra-card > p,
      .erp-price-list,
      .erp-info-list {
        font-size: 16px;
        line-height: 1.58;
      }
      .erp-hero {
        padding: 18px 0 22px;
      }
      .erp-brandline {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 0.15em;
      }
      .erp-hero h1 {
        max-width: 360px;
        font-size: 40px;
      }
      .erp-hero-subline {
        font-size: 21px;
      }
      .erp-hero-note {
        font-size: 16px;
      }
      .erp-trust-pill {
        min-height: 40px;
        padding: 0 14px;
        margin: 6px 0 16px;
        font-size: 12px;
        letter-spacing: 0.03em;
      }
      .erp-hero-facts {
        gap: 8px;
        margin-bottom: 16px;
      }
      .erp-hero-facts span {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
      }
      .erp-hero-actions,
      .erp-final-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .erp-btn-primary,
      .erp-btn-secondary {
        width: 100%;
        justify-content: center;
      }
      .erp-price-grid,
      .erp-supplement-grid,
      .erp-extra-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }
      .erp-price-card,
      .erp-info-card,
      .erp-extra-card {
        padding-left: 22px;
        padding-right: 22px;
      }
      .erp-price-range,
      .erp-extra-value {
        font-size: 32px;
      }
      .erp-fix {
        padding: 34px 0;
      }
      .erp-fix-shell {
        padding: 26px 22px;
        border-radius: 24px;
      }
      .erp-legal-shell {
        padding: 22px 22px 24px;
        border-radius: 22px;
      }
      .erp-final {
        padding-top: 48px;
        padding-bottom: 58px;
      }
      .erp-final-shell {
        padding: 24px 0 0;
      }
      .erp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .erp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
      .erp-btn-primary,
      .erp-btn-secondary,
      .erp-price-card,
      .erp-info-card,
      .erp-extra-card {
        transition: none;
      }
    }

/* datenschutz.html */
.datenschutz-page {
      background:
        radial-gradient(circle at 86% 8%, rgba(186, 151, 74, 0.15), transparent 20rem),
        radial-gradient(circle at 12% 18%, rgba(17, 17, 17, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 26%, #ffffff 56%, #f7f6f2 100%);
      color: #111111;
    }

    .dp-page {
      position: relative;
      overflow: hidden;
      font-size: 18px;
      line-height: 1.6;
      color: #111111;
    }

    .dp-shell {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }

    .dp-section {
      padding: 68px 0;
    }

    .dp-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .dp-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .dp-hero {
      padding: 34px 0 30px;
    }

    .dp-hero-stack {
      display: grid;
      gap: 24px;
      justify-items: center;
      text-align: center;
    }

    .dp-hero-brand,
    .dp-hero-logo,
    .dp-hero-tagline,
    .dp-hero-rule {
      display: none;
    }

    .dp-hero-copy {
      width: min(100%, 860px);
      display: grid;
      gap: 18px;
      padding: 12px 0 2px;
    }

    .dp-brandline {
      margin: 0;
      color: #7d7156;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .dp-kicker {
      margin: 0;
      color: #7d7156;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
    }

    .dp-hero h1 {
      margin: 0;
      font-size: clamp(44px, 6.5vw, 76px);
      line-height: 1.02;
      letter-spacing: -0.06em;
      font-weight: 650;
      color: #111111;
      text-wrap: balance;
    }

    .dp-hero-subline {
      max-width: 760px;
      margin: 0 auto;
      color: rgba(17, 17, 17, 0.8);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.38;
      letter-spacing: -0.02em;
      font-weight: 500;
    }

    .dp-hero-note {
      max-width: 720px;
      margin: 0 auto;
      color: rgba(17, 17, 17, 0.6);
      font-size: 17px;
      line-height: 1.62;
    }

    .dp-hero-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: fit-content;
      margin: 10px auto 0;
      color: #111111;
      text-decoration: none;
      font-weight: 600;
      opacity: 0.82;
      transition: opacity 0.25s ease;
    }

    .dp-hero-link::after {
      content: "";
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: 0.5;
      transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .dp-hero-link:hover {
      opacity: 1;
    }

    .dp-hero-link:hover::after {
      opacity: 1;
      transform: translateX(3px);
    }

    .dp-grid-section {
      padding-top: 24px;
    }

    .dp-grid {
      display: grid;
      grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }

    .dp-panel {
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 24px;
      box-shadow: 0 14px 38px rgba(17, 17, 17, 0.05);
    }

    .dp-intro-panel {
      padding: 28px 26px 30px;
      display: grid;
      gap: 18px;
      position: static;
    }

    .dp-intro-panel::before,
    .dp-legal-card::before {
      content: "";
      display: block;
      width: 42px;
      height: 1px;
      margin-bottom: 4px;
      background: rgba(186, 151, 74, 0.9);
    }

    .dp-intro-panel h2,
    .dp-legal-card h2,
    .dp-contact-panel h2 {
      margin: 0;
      font-size: clamp(24px, 2.8vw, 34px);
      line-height: 1.12;
      letter-spacing: -0.04em;
      font-weight: 600;
      color: #111111;
    }

    .dp-intro-panel p,
    .dp-legal-card p,
    .dp-contact-panel p {
      margin: 0;
      font-size: 17px;
      line-height: 1.62;
      color: rgba(17, 17, 17, 0.72);
    }

    .dp-intro-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .dp-intro-list li {
      position: relative;
      padding-left: 18px;
      font-size: 16px;
      line-height: 1.58;
      color: rgba(17, 17, 17, 0.72);
    }

    .dp-intro-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #d7b347;
      transform: translateY(-50%);
    }

    .dp-legal-stack {
      display: grid;
      gap: 18px;
      align-content: start;
      align-items: start;
    }

    .dp-legal-stack > * {
      width: 100%;
      margin: 0;
    }

    .dp-legal-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
    }

    .dp-legal-row > * {
      width: 100%;
      margin: 0;
    }

    .dp-legal-card-wide {
      width: 100%;
    }

    .dp-legal-card {
      padding: 28px 26px 30px;
      display: grid;
      gap: 14px;
    }

    .dp-card-kicker {
      margin: 0;
      color: #7d7156;
      font-size: 12px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .dp-legal-card a,
    .dp-contact-panel a {
      color: #111111;
      text-decoration: none;
      border-bottom: 1px solid rgba(17, 17, 17, 0.18);
      padding-bottom: 1px;
      transition: opacity 0.2s ease, border-color 0.2s ease;
    }

    .dp-legal-card a:hover,
    .dp-contact-panel a:hover {
      opacity: 0.72;
      border-color: rgba(17, 17, 17, 0.42);
    }

    .dp-list {
      margin: 0;
      padding-left: 1.1em;
      display: grid;
      gap: 10px;
      color: rgba(17, 17, 17, 0.72);
      font-size: 16px;
      line-height: 1.6;
    }

    .dp-contact-wrap {
      padding-top: 38px;
      padding-bottom: 72px;
    }

    .dp-contact-panel {
      max-width: 720px;
      margin: 0 auto;
      padding: 34px 0 20px;
      text-align: center;
      display: grid;
      gap: 16px;
      justify-items: center;
      background: transparent;
      border: 0;
      border-top: 1px solid rgba(17, 17, 17, 0.09);
      border-radius: 0;
      box-shadow: none;
    }

    .dp-contact-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }

    .dp-contact-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 22px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: transform 0.28s ease, opacity 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .dp-contact-pill-primary {
      background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
      color: #ffffff;
      box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
    }

    .dp-contact-pill-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
      opacity: 0.98;
    }

    .dp-contact-pill-secondary {
      border: 1px solid rgba(17, 17, 17, 0.1);
      background: rgba(255, 255, 255, 0.74);
      color: #111111;
    }

    .dp-contact-pill-secondary:hover {
      transform: translateY(-2px);
      border-color: rgba(186, 151, 74, 0.32);
    }

    @media (max-width: 980px) {
      .dp-shell {
        width: min(100%, calc(100% - 34px));
      }

      .dp-section {
        padding: 56px 0;
      }

      .dp-hero {
        padding: 28px 0 30px;
      }

      .dp-grid {
        grid-template-columns: 1fr;
      }

      .dp-legal-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .dp-shell {
        width: min(100%, calc(100% - 28px));
      }

      .dp-section {
        padding: 34px 0;
      }

      .dp-hero {
        padding-top: 18px;
        padding-bottom: 22px;
      }

      .dp-brandline,
      .dp-kicker,
      .dp-card-kicker {
        font-size: 11px;
        letter-spacing: 0.15em;
      }

      .dp-hero h1 {
        font-size: 40px;
        max-width: 320px;
      }

      .dp-hero-subline {
        font-size: 21px;
      }

      .dp-hero-note,
      .dp-intro-panel p,
      .dp-legal-card p,
      .dp-contact-panel p {
        font-size: 16px;
        line-height: 1.58;
      }

      .dp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }

      .dp-intro-panel,
      .dp-legal-card {
        padding: 24px 22px;
        border-radius: 24px;
      }

      .dp-contact-wrap {
        padding-bottom: 62px;
      }

      .dp-contact-panel {
        padding: 24px 0 0;
      }

      .dp-contact-actions {
        width: 100%;
        flex-direction: column;
      }

      .dp-contact-pill {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .dp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }

      .dp-contact-pill,
      .dp-hero-link {
        transition: none;
      }
    }

/* warum-ferdinand.html */
:root {
      color-scheme: light;
      --wf-surface: #fafafa;
    }

    .wf-page {
      padding: 42px 24px 72px;
      font-family: "Helvetica Neue", "Aptos", "Segoe UI", Arial, sans-serif;
      background: linear-gradient(180deg, #ffffff 0%, var(--wf-surface) 100%);
    }

    .wf-shell {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      gap: 26px;
    }

    .wf-head {
      display: grid;
      gap: 6px;
      justify-items: center;
      text-align: center;
      padding-top: 4px;
    }

    .wf-head-rule {
      width: min(300px, 100%);
      height: 1px;
      background: linear-gradient(90deg, rgba(17, 18, 20, 0) 0%, rgba(17, 18, 20, 0.08) 18%, rgba(17, 18, 20, 0.14) 50%, rgba(17, 18, 20, 0.08) 82%, rgba(17, 18, 20, 0) 100%);
    }

    .wf-head-brand {
      display: grid;
      justify-items: center;
      gap: 8px;
    }

    .wf-head-logo {
      display: block;
      opacity: 0;
      transform: translateX(-8px);
      will-change: transform, opacity;
    }

    .wf-head-logo.is-visible {
      animation: wfLogoReveal 1.02s cubic-bezier(0.19, 1, 0.22, 1) 0.03s forwards;
    }

    .wf-head-logo svg {
      height: clamp(26px, 3.6vw, 34px);
      width: auto;
      display: block;
    }

    .wf-head-logo .fil0 {
      fill: #000;
    }

    .wf-head-brand p {
      color: rgba(17, 18, 20, 0.6);
      font-size: clamp(10px, 1.1vw, 12px);
      line-height: 1.3;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 500;
    }

    .wf-footer-brand {
      display: grid;
      justify-items: center;
      gap: 8px;
      margin-bottom: 20px;
    }

    .wf-footer-rule {
      width: min(300px, 100%);
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 18%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.16) 82%, rgba(255, 255, 255, 0) 100%);
    }

    .wf-footer-logo {
      display: block;
      opacity: 0;
      transform: translateX(-8px);
      will-change: transform, opacity;
    }

    .wf-footer-logo.is-visible {
      animation: wfLogoReveal 1.02s cubic-bezier(0.19, 1, 0.22, 1) 0.03s forwards;
    }

    .wf-footer-logo svg {
      width: 180px;
      height: auto;
      display: block;
    }

    .wf-footer-logo .fil0 {
      fill: #fff;
    }

    .wf-footer-tagline {
      color: rgba(255, 255, 255, 0.72);
      font-size: clamp(9px, 0.95vw, 11px);
      line-height: 1.25;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      font-weight: 500;
      opacity: 0;
      transform: translateY(8px);
      filter: blur(10px);
      will-change: transform, opacity, filter;
    }

    .wf-footer-tagline.is-visible {
      animation: heroTitleReveal 1.18s cubic-bezier(0.18, 0.88, 0.2, 1) 0.31s forwards;
    }

    .wf-page + .footer .footer-social-copy {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
      font-size: 13px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.68);
      letter-spacing: 0.01em;
    }

    .wf-page + .footer {
      display: grid;
      justify-items: center;
      padding-top: 58px;
      padding-bottom: 36px;
    }

    .wf-page + .footer > * {
      width: min(100%, 660px);
    }

    .wf-page + .footer .wf-footer-trust {
      max-width: 420px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .wf-page + .footer .wf-footer-trust p {
      margin: 0;
      color: rgba(255, 255, 255, 0.74);
      font-size: clamp(14px, 1.18vw, 16px);
      line-height: 1.56;
      font-weight: 520;
      letter-spacing: -0.012em;
    }

    .wf-page + .footer .wf-footer-cta {
      max-width: 470px;
      margin: 0 auto 38px;
      text-align: center;
      padding: 28px 24px 26px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .wf-page + .footer .wf-footer-cta-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      color: rgba(255, 255, 255, 0.86);
      font-size: 18px;
      line-height: 1.32;
      font-weight: 620;
      letter-spacing: -0.018em;
      text-decoration: none;
      cursor: pointer;
      padding-bottom: 2px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      transition: filter 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .wf-page + .footer .wf-footer-cta-kicker:hover {
      color: rgba(255, 255, 255, 0.96);
      filter: brightness(1.04);
      border-color: rgba(255, 255, 255, 0.32);
    }

    .wf-page + .footer .wf-footer-cta-sub {
      margin: 8px 0 14px;
      color: rgba(255, 255, 255, 0.6);
      font-size: 13px;
      line-height: 1.45;
      font-weight: 450;
    }

    .wf-page + .footer .wf-footer-phone {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin: 0 0 2px;
      color: rgba(255, 255, 255, 0.92);
      font-size: clamp(19px, 1.45vw, 22px);
      line-height: 1.05;
      font-weight: 600;
      letter-spacing: -0.018em;
      text-decoration: none;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.035);
      transition: color 180ms ease, text-shadow 180ms ease, opacity 180ms ease;
    }

    .wf-page + .footer .wf-footer-phone:hover {
      color: #fff;
      text-shadow: 0 0 18px rgba(255, 255, 255, 0.1);
    }

    .wf-page + .footer .wf-footer-phone span {
      display: block;
      line-height: 1.05;
      transform: none;
    }

    .wf-page + .footer .wf-footer-phone-icon {
      display: block;
      width: 24px;
      height: 24px;
      flex: 0 0 24px;
      margin: 0 -1px 0 0;
      opacity: 0.88;
      overflow: visible;
      color: currentColor;
      transform: translateY(-0.5px);
    }

    .wf-page + .footer .wf-footer-phone-icon path {
      fill: currentColor;
    }

    .wf-page + .footer .wf-footer-phone::before {
      content: none;
    }

    .wf-page + .footer .wf-footer-phone-note {
      margin: 4px 0 0;
      color: rgba(255, 255, 255, 0.58);
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.01em;
      text-transform: none;
      font-weight: 450;
    }

    .wf-page + .footer .wf-footer-social-intro {
      margin: 0 auto 14px;
      text-align: center;
      color: rgba(255, 255, 255, 0.54);
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0.01em;
      text-transform: none;
      font-weight: 450;
    }

    .wf-page + .footer .footer-socials {
      justify-content: center;
      gap: 16px;
      margin-bottom: 32px;
    }

    .wf-page + .footer .footer-social {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.76);
      transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
    }

    .wf-page + .footer .footer-social img {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0;
      opacity: 0.82;
      filter: brightness(0) invert(1);
    }

    .wf-page + .footer .footer-social::before {
      content: none;
    }

    @media (hover: hover) {
      .wf-page + .footer .footer-social:hover {
        transform: translateY(-2px) scale(1.02);
        color: rgba(255, 255, 255, 0.94);
        filter: brightness(1.04);
      }
    }

    .wf-page + .footer .wf-footer-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 24px;
      margin-top: 10px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .wf-page + .footer .wf-footer-nav a {
      color: rgba(255, 255, 255, 0.62);
      font-size: 12.5px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid transparent;
      transition: color 180ms ease, opacity 180ms ease, border-color 180ms ease;
    }

    .wf-page + .footer .wf-footer-nav a:hover {
      color: rgba(255, 255, 255, 0.92);
      border-color: rgba(255, 255, 255, 0.18);
    }

    .wf-head-tagline {
      opacity: 0;
      transform: translateY(8px);
      filter: blur(10px);
      will-change: transform, opacity, filter;
    }

    .wf-head-tagline.is-visible {
      animation: heroTitleReveal 1.18s cubic-bezier(0.18, 0.88, 0.2, 1) 0.31s forwards;
    }

    .wf-hero-card-shell {
      width: 100%;
    }

    .wf-hero-card {
      max-width: 760px;
      margin: 0 auto;
      padding: clamp(26px, 3.2vw, 34px);
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid rgba(15, 16, 22, 0.07);
      box-shadow: 0 24px 52px rgba(18, 18, 24, 0.08);
      display: grid;
      justify-items: center;
      gap: 22px;
    }

    .wf-hero-image-wrap {
      width: min(100%, 520px);
      overflow: hidden;
      border-radius: 28px;
      background: #f4f3ef;
      aspect-ratio: 1.2 / 0.92;
      box-shadow: 0 14px 34px rgba(18, 18, 24, 0.08);
    }

    .wf-hero-image {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center center;
      transform: scale(1.03);
    }

    .wf-hero-copy {
      max-width: 520px;
      display: grid;
      gap: 10px;
      justify-items: center;
      text-align: center;
    }

    .wf-hero-copy h1 {
      margin: 0;
      font-size: clamp(34px, 4.8vw, 58px);
      line-height: 0.98;
      letter-spacing: -0.05em;
      font-weight: 620;
      color: #111214;
      text-wrap: balance;
    }

    .wf-hero-copy p {
      margin: 0;
      color: rgba(17, 18, 20, 0.58);
      font-size: clamp(17px, 1.9vw, 22px);
      line-height: 1.5;
      letter-spacing: -0.02em;
      font-weight: 480;
    }

    .wf-services {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .wf-service-card {
      overflow: hidden;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid rgba(15, 16, 22, 0.07);
      box-shadow: 0 22px 52px rgba(18, 18, 24, 0.08);
    }

    .wf-service-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.07);
      transform-origin: center center;
      background: transparent;
    }

    .wf-service-media {
      width: 100%;
      aspect-ratio: 1.15 / 0.9;
      overflow: hidden;
      background: #fff;
      isolation: isolate;
    }

    .wf-service-card--entsorgung img {
      object-position: center center;
      transform: scale(1.09);
    }

    .wf-service-card--kleintransport img {
      object-position: center 42%;
      transform: scale(1.08);
    }

    .wf-service-card--entruempelung img {
      object-position: center 34%;
      transform: scale(1.14);
    }

    .wf-service-body {
      padding: 24px 24px 26px;
    }

    .wf-service-body h2 {
      font-size: 28px;
      line-height: 1.08;
      letter-spacing: -0.035em;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .wf-service-body p {
      margin-bottom: 18px;
      color: rgba(17, 18, 20, 0.72);
      font-size: 16px;
      line-height: 1.62;
      font-weight: 430;
    }

    .wf-service-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      background: #141519;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 560;
      letter-spacing: -0.01em;
      transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
      box-shadow: 0 12px 24px rgba(20, 21, 25, 0.16);
    }

    .wf-service-cta:hover {
      transform: translateY(-1px);
      background: #0f1013;
      box-shadow: 0 16px 28px rgba(20, 21, 25, 0.2);
    }

    .wf-mobile-dots {
      display: none;
    }

    .wf-card {
      width: 100%;
      padding: clamp(38px, 4.6vw, 56px);
      border-radius: 28px;
      background: rgba(248, 248, 249, 0.96);
      border: 1px solid rgba(15, 16, 22, 0.06);
      box-shadow: 0 18px 46px rgba(18, 18, 24, 0.06);
    }

    .warum-section {
      max-width: 920px;
      margin: 0 auto;
      display: grid;
      justify-items: center;
      text-align: center;
      gap: 28px;
    }

    .warum-heading {
      display: grid;
      gap: 14px;
      justify-items: center;
      max-width: 680px;
    }

    .warum-heading h2 {
      margin: 0;
      font-size: clamp(34px, 4.6vw, 56px);
      line-height: 0.98;
      letter-spacing: -0.05em;
      font-weight: 600;
      color: #111214;
    }

    .warum-lead {
      margin: 0;
      color: rgba(17, 18, 20, 0.58);
      font-size: clamp(17px, 1.75vw, 22px);
      line-height: 1.55;
      letter-spacing: -0.02em;
      font-weight: 480;
    }

    .warum-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 24px;
    }

    .warum-item {
      grid-column: span 2;
      min-height: 100%;
      padding: 34px 30px 30px;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.76);
      border: 1px solid rgba(15, 16, 22, 0.055);
      box-shadow: 0 16px 34px rgba(18, 18, 24, 0.045);
      display: grid;
      justify-items: center;
      align-content: start;
      gap: 18px;
      transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
      will-change: transform, box-shadow;
    }

    .warum-item:hover {
      transform: translateY(-4px);
      border-color: rgba(15, 16, 22, 0.085);
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0 22px 44px rgba(18, 18, 24, 0.085);
    }

    .warum-item-icon {
      width: 48px;
      height: 48px;
      opacity: 0.88;
      transition: transform 300ms ease, opacity 300ms ease;
      object-fit: contain;
    }

    .warum-item:hover .warum-item-icon {
      transform: scale(1.06);
      opacity: 1;
    }

    .warum-grid .warum-item:nth-child(4) {
      grid-column: 4 / span 2;
    }

    .warum-grid .warum-item:nth-child(5) {
      grid-column: 3 / span 2;
      grid-row: 1;
    }

    .warum-grid .warum-item:nth-child(2) {
      grid-column: 5 / span 2;
      grid-row: 1;
    }

    .warum-grid .warum-item:nth-child(3) {
      grid-column: 2 / span 2;
      grid-row: 2;
    }

    .warum-item h3 {
      margin: 0;
      font-size: clamp(21px, 2.1vw, 24px);
      line-height: 1.12;
      letter-spacing: -0.03em;
      font-weight: 620;
      color: #111214;
    }

    .warum-item p {
      margin: 0;
      color: rgba(17, 18, 20, 0.66);
      font-size: 16px;
      line-height: 1.76;
      font-weight: 440;
      text-wrap: balance;
      max-width: 26ch;
    }

    .warum-closing {
      margin: 0;
      color: #111214;
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.28;
      letter-spacing: -0.03em;
      font-weight: 560;
      max-width: 620px;
    }

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

      .warum-item,
      .warum-grid .warum-item:nth-child(2),
      .warum-grid .warum-item:nth-child(3),
      .warum-grid .warum-item:nth-child(4),
      .warum-grid .warum-item:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
      }

      .warum-grid .warum-item:nth-child(5) {
        order: -1;
      }

      .wf-services {
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        align-items: stretch;
        background: var(--wf-surface);
      }

      .wf-services::-webkit-scrollbar {
        display: none;
      }

      .wf-service-card {
        scroll-snap-align: start;
        min-width: 0;
        box-shadow: none;
        border-color: rgba(15, 16, 22, 0.05);
      }

      .wf-mobile-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: -12px;
        position: relative;
        z-index: 2;
        height: 7px;
        background: var(--wf-surface);
      }

      .wf-mobile-dots span {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: rgba(17, 18, 20, 0.16);
        transition: width 180ms ease, background-color 180ms ease;
      }

      .wf-mobile-dots span.is-active {
        width: 18px;
        background: rgba(17, 18, 20, 0.34);
      }
    }

    @media (max-width: 720px) {
      .wf-page {
        padding: 24px 16px 54px;
      }

      .wf-shell {
        gap: 22px;
      }

      .wf-service-card {
        border-radius: 24px;
      }

      .wf-services {
        grid-auto-columns: 100%;
      }

      .wf-service-body {
        padding: 20px 20px 22px;
      }

      .wf-service-body h2 {
        font-size: 24px;
      }

      .wf-head-logo svg {
        height: 40px;
      }

      .wf-footer-tagline {
        font-size: 9px;
      }

      .wf-page + .footer .footer-social-copy {
        max-width: 300px;
        font-size: 12px;
        line-height: 1.55;
      }

      .wf-page + .footer {
        padding-top: 48px;
        padding-bottom: 30px;
      }

      .wf-page + .footer .wf-footer-trust {
        max-width: 310px;
        margin-bottom: 24px;
      }

      .wf-page + .footer .wf-footer-trust p {
        font-size: 14px;
        line-height: 1.6;
      }

      .wf-page + .footer .wf-footer-cta {
        max-width: 320px;
        margin-bottom: 28px;
        padding: 20px 18px 20px;
      }

      .wf-page + .footer .wf-footer-cta-kicker {
        font-size: 15.5px;
      }

      .wf-page + .footer .wf-footer-cta-sub {
        font-size: 12.5px;
        margin: 6px 0 12px;
      }

      .wf-page + .footer .wf-footer-phone {
        font-size: 19px;
        line-height: 1.05;
      }

      .wf-page + .footer .wf-footer-phone::before {
        content: none;
      }

      .wf-page + .footer .wf-footer-phone-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        margin-right: -1px;
        transform: translateY(-0.5px);
      }

      .wf-page + .footer .wf-footer-social-intro {
        font-size: 11px;
        margin-bottom: 12px;
      }

      .wf-page + .footer .footer-socials {
        gap: 14px;
        margin-bottom: 24px;
      }

      .wf-page + .footer .footer-social {
        width: 42px;
        height: 42px;
      }

      .wf-page + .footer .footer-social::before {
        content: none;
      }

      .wf-page + .footer .footer-social img {
        width: 21px;
        height: 21px;
      }

      .wf-page + .footer .wf-footer-nav {
        gap: 8px 18px;
        padding-top: 18px;
      }

      .wf-page + .footer .wf-footer-nav a {
        font-size: 13px;
        line-height: 1.55;
      }

      .wf-card {
        padding: 30px 24px 28px;
        border-radius: 24px;
      }

      .wf-hero-card {
        padding: 20px 18px 22px;
        border-radius: 24px;
        gap: 18px;
      }

      .wf-hero-image-wrap {
        width: min(100%, 320px);
        border-radius: 22px;
      }

      .wf-hero-copy {
        gap: 8px;
      }

      .wf-hero-copy h1 {
        font-size: 40px;
        max-width: 320px;
      }

      .wf-hero-copy p {
        font-size: 18px;
      }

      .warum-section {
        gap: 24px;
      }

      .warum-heading {
        gap: 12px;
      }

      .warum-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .warum-item {
        padding: 28px 22px 24px;
        border-radius: 22px;
        gap: 16px;
      }

      .warum-item-icon {
        width: 44px;
        height: 44px;
      }

      .warum-item p {
        font-size: 15px;
        line-height: 1.7;
      }

      .warum-closing {
        font-size: 22px;
      }
    }

@media (prefers-reduced-motion: reduce) {
      .wf-head-logo {
        opacity: 1;
        transform: none;
        animation: none;
      }

      .wf-head-tagline {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
      }

      .wf-footer-logo,
      .wf-footer-tagline {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
      }
    }

    @keyframes wfLogoReveal {
      from {
        opacity: 0;
        transform: translateX(-8px);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

/* impressum.html */
body.impressum-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(186, 151, 74, 0.14), transparent 20rem),
    radial-gradient(circle at 10% 22%, rgba(17, 17, 17, 0.05), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fbfaf6 24%, #ffffff 54%, #f7f6f2 100%);
  color: #111111;
}

.ip-page {
  font-size: 18px;
  line-height: 1.6;
  color: #111111;
}

.ip-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.ip-section {
  padding: 54px 0;
}

.ip-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.ip-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ip-panel {
  padding: 30px 28px;
  border-radius: 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.06);
}

.ip-hero {
  padding: 36px 0 24px;
}

.ip-hero-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 36px 36px;
  border-radius: 32px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.09);
}

.ip-brandline,
.ip-kicker,
.ip-card-kicker {
  margin: 0;
  color: #7d7156;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ip-brandline {
  margin-bottom: 18px;
}

.ip-kicker {
  margin-bottom: 12px;
}

.ip-hero h1,
.ip-intro-panel h2,
.ip-legal-card h2,
.ip-contact-panel h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 650;
}

.ip-hero h1 {
  max-width: 12ch;
}

.ip-hero-subline,
.ip-hero-note,
.ip-intro-panel p,
.ip-legal-card p,
.ip-contact-panel p,
.ip-data-list dd,
.ip-intro-list li {
  color: rgba(17, 17, 17, 0.76);
  font-size: 18px;
  line-height: 1.68;
}

.ip-hero-subline {
  margin: 16px 0 10px;
  max-width: 640px;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.46;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.ip-hero-note {
  margin: 0;
  max-width: 650px;
}

.ip-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.25s ease;
}

.ip-hero-link::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ip-hero-link:hover {
  opacity: 1;
}

.ip-hero-link:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

.ip-grid-section {
  padding-top: 10px;
}

.ip-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px 28px;
  align-items: start;
}

.ip-intro-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.ip-intro-panel p {
  margin: 14px 0 0;
}

.ip-intro-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ip-intro-list li {
  position: relative;
  padding-left: 18px;
  margin: 0;
}

.ip-intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(186, 151, 74, 0.9);
  transform: translateY(-50%);
}

.ip-legal-stack {
  display: grid;
  gap: 18px;
}

.ip-card-kicker {
  margin-bottom: 14px;
}

.ip-legal-card h2 {
  font-size: clamp(26px, 2.4vw, 34px);
}

.ip-data-list {
  display: grid;
  gap: 16px;
  margin: 18px 0 0;
}

.ip-data-list div {
  display: grid;
  gap: 6px;
}

.ip-data-list dt {
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ip-data-list dd {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.58;
  font-weight: 540;
}

.ip-data-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  text-decoration-color: rgba(17, 17, 17, 0.18);
}

.ip-copy {
  margin: 0;
}

.ip-contact-wrap {
  padding-top: 14px;
  padding-bottom: 72px;
}

.ip-contact-panel {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ip-contact-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.ip-contact-panel p {
  max-width: 620px;
  margin: 16px auto 0;
}

.ip-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 16px;
  margin-top: 26px;
}

.ip-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, border-color 0.28s ease;
}

.ip-contact-pill-primary {
  background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.ip-contact-pill-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
  opacity: 0.98;
}

.ip-contact-pill-secondary {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.74);
  color: #111111;
}

.ip-contact-pill-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(186, 151, 74, 0.32);
}

@media (max-width: 980px) {
  .ip-shell {
    width: min(100%, calc(100% - 36px));
  }

  .ip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ip-page {
    font-size: 16px;
    line-height: 1.55;
  }

  .ip-shell {
    width: min(100%, calc(100% - 28px));
  }

  .ip-section {
    padding: 34px 0;
  }

  .ip-hero {
    padding: 20px 0 20px;
  }

  .ip-hero-card,
  .ip-panel {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .ip-brandline,
  .ip-kicker,
  .ip-card-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .ip-hero h1,
  .ip-intro-panel h2,
  .ip-legal-card h2,
  .ip-contact-panel h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .ip-hero-subline,
  .ip-hero-note,
  .ip-intro-panel p,
  .ip-legal-card p,
  .ip-contact-panel p,
  .ip-data-list dd,
  .ip-intro-list li {
    font-size: 16px;
    line-height: 1.58;
  }

  .ip-grid-section {
    padding-top: 4px;
  }

  .ip-grid {
    gap: 16px;
  }

  .ip-data-list {
    gap: 14px;
    margin-top: 16px;
  }

  .ip-contact-wrap {
    padding-top: 8px;
    padding-bottom: 58px;
  }

  .ip-contact-actions {
    flex-direction: column;
  }

  .ip-contact-pill {
    width: 100%;
  }

  .ip-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ip-contact-pill,
  .ip-hero-link {
    transition: none;
  }
}

/* impressum stable layout */
body.impressum-premium-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(186, 151, 74, 0.14), transparent 20rem),
    radial-gradient(circle at 10% 22%, rgba(17, 17, 17, 0.05), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fbfaf6 24%, #ffffff 54%, #f7f6f2 100%);
  color: #111111;
}

.imr-page {
  font-size: 18px;
  line-height: 1.6;
  color: #111111;
}

.imr-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.imr-section {
  padding: 44px 0;
}

.imr-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.imr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.imr-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 18, 22, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(16, 18, 24, 0.06);
  backdrop-filter: blur(14px);
}

.imr-hero {
  padding: 34px 0 22px;
}

.imr-hero-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 36px 36px;
}

.imr-brandline,
.imr-kicker,
.imr-card-kicker {
  margin: 0;
  color: #7d7156;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.imr-brandline {
  margin-bottom: 18px;
}

.imr-kicker {
  margin-bottom: 12px;
}

.imr-card-kicker {
  margin-bottom: 14px;
}

.imr-hero h1,
.imr-intro-panel h2,
.imr-card h2,
.imr-contact-panel h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 650;
}

.imr-hero h1 {
  max-width: 12ch;
}

.imr-hero-subline,
.imr-hero-note,
.imr-intro-panel p,
.imr-card p,
.imr-contact-panel p,
.imr-data-list dd {
  color: rgba(17, 17, 17, 0.76);
  font-size: 18px;
  line-height: 1.68;
}

.imr-hero-subline {
  margin: 16px 0 10px;
  max-width: 640px;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.46;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.imr-hero-note {
  margin: 0;
  max-width: 650px;
}

.imr-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.25s ease;
}

.imr-hero-link::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.imr-hero-link:hover {
  opacity: 1;
}

.imr-hero-link:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

.imr-intro {
  padding-top: 8px;
  padding-bottom: 20px;
}

.imr-intro-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 30px;
}

.imr-intro-panel h2,
.imr-contact-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.imr-intro-panel p {
  margin: 14px 0 0;
}

.imr-cards-section {
  padding-top: 6px;
}

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

.imr-card {
  padding: 28px 30px;
  display: grid;
  gap: 0;
}

.imr-card h2 {
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 16px;
}

.imr-data-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.imr-data-list div {
  display: grid;
  gap: 6px;
}

.imr-data-list dt {
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.imr-data-list dd {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.58;
  font-weight: 540;
}

.imr-data-list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  text-decoration-color: rgba(17, 17, 17, 0.18);
}

.imr-copy {
  margin: 0;
}

.imr-contact {
  padding-top: 22px;
  padding-bottom: 68px;
}

.imr-contact-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 34px 34px;
  text-align: center;
}

.imr-contact-panel p {
  max-width: 620px;
  margin: 16px auto 0;
}

.imr-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 16px;
  margin-top: 24px;
}

.imr-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, border-color 0.28s ease;
}

.imr-contact-pill-primary {
  background: linear-gradient(180deg, #1d1d21 0%, #111111 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.imr-contact-pill-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(17, 17, 17, 0.16);
  opacity: 0.98;
}

.imr-contact-pill-secondary {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.74);
  color: #111111;
}

.imr-contact-pill-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(186, 151, 74, 0.32);
}

@media (max-width: 980px) {
  .imr-shell {
    width: min(100%, calc(100% - 36px));
  }

  .imr-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .imr-page {
    font-size: 16px;
    line-height: 1.55;
  }

  .imr-shell {
    width: min(100%, calc(100% - 28px));
  }

  .imr-section {
    padding: 32px 0;
  }

  .imr-hero {
    padding: 20px 0 18px;
  }

  .imr-hero-card,
  .imr-intro-panel,
  .imr-card,
  .imr-contact-panel {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .imr-brandline,
  .imr-kicker,
  .imr-card-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .imr-hero h1,
  .imr-intro-panel h2,
  .imr-card h2,
  .imr-contact-panel h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .imr-hero-subline,
  .imr-hero-note,
  .imr-intro-panel p,
  .imr-card p,
  .imr-contact-panel p,
  .imr-data-list dd {
    font-size: 16px;
    line-height: 1.58;
  }

  .imr-intro {
    padding-top: 4px;
    padding-bottom: 12px;
  }

  .imr-cards {
    gap: 14px;
  }

  .imr-data-list {
    gap: 14px;
  }

  .imr-contact {
    padding-top: 14px;
    padding-bottom: 56px;
  }

  .imr-contact-actions {
    flex-direction: column;
  }

  .imr-contact-pill {
    width: 100%;
  }

  .imr-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .imr-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .imr-contact-pill,
  .imr-hero-link {
    transition: none;
  }
}

@media (max-width: 480px) {
  .ktp-shell,
  .er-shell,
  .es-shell,
  .pp-shell,
  .erp-shell,
  .dp-shell,
  .wf-shell,
  .ip-shell,
  .imr-shell {
    width: min(100%, calc(100% - 24px));
  }

  .ktp-hero h1,
  .er-hero h1,
  .es-hero h1,
  .pp-hero h1,
  .erp-hero h1,
  .dp-hero h1,
  .wf-hero-copy h1,
  .ip-hero h1,
  .imr-hero h1 {
    font-size: clamp(30px, 11vw, 36px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
}
