@charset "UTF-8";
    /* ===== Kopf ===== */
    .lo-head {
      background: linear-gradient(135deg, #fdfcfc 0%, #f5eeee 60%, #fff8f8 100%);
      padding: 72px 0 56px; text-align: center;
      border-bottom: 1px solid var(--border);
    }
    .lo-head h1 {
      font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900;
      line-height: 1.2; margin-bottom: 14px; text-wrap: balance;
    }
    .lo-head h1 em { color: var(--primary); font-style: normal; }
    .lo-head .dach {
      font-size: 1.08rem; color: var(--text-muted);
      max-width: 640px; margin: 0 auto;
    }

    /* ===== Karten ===== */
    .lo-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
      align-items: stretch;
    }
    .lo-card {
      position: relative;
      display: flex; flex-direction: column;
      border: 2px solid var(--c); border-radius: var(--radius-lg);
      overflow: hidden; background: #fff;
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .lo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .lo-card.is-orgel { --c: var(--orgel); --c-text: var(--orgel); }
    .lo-card.is-klang { --c: var(--klang); --c-text: var(--klang-text); }
    .lo-card.is-go    { --c: var(--go);    --c-text: var(--go); }

    .lo-card-top { padding: 30px 26px 22px; text-align: center; position: relative; z-index: 1; }
    /* Typografie der Wortmarke kommt aus style.css (.brand-wordmark / .brand-name) */
    .lo-marke { font-size: 1.3rem; margin-bottom: 0; }
    .lo-marke sup { font-size: .42em; vertical-align: super; }
    .lo-name  { font-size: 2.1rem; line-height: 1.15; min-height: 2.42rem; }
    .lo-name.is-go { font-size: 2.1rem; }
    .lo-rule {
      width: 74px; height: 2px; background: var(--c);
      margin: 14px auto 16px; opacity: .55;
    }
    .lo-claim { font-weight: 700; font-size: 1.02rem; color: var(--c-text); margin-bottom: 10px; }
    .lo-text  { font-size: .93rem; color: var(--text-muted); line-height: 1.6; }

    /* Bild mit Icon-Medaillon.
       Das Bild reicht nach oben unter den Text und blendet dort per Maske
       ins Transparente aus — sichtbar bleibt der untere Teil in der
       urspruenglichen Hoehe. Der Kartenkopf liegt darueber.          */
    .lo-media { position: relative; margin-top: -84px; z-index: 0; }
    .lo-media img {
      width: 100%; height: 294px; object-fit: cover; display: block;
      -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.06) 28%, rgba(0,0,0,.55) 38%, #000 50%);
              mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.06) 28%, rgba(0,0,0,.55) 38%, #000 50%);
    }
    .lo-icon {
      position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%);
      width: 68px; height: 68px; color: var(--c);
      background: #fff; border-radius: 50%; padding: 3px;
      box-shadow: 0 3px 14px rgba(0,0,0,.18);
    }
    .lo-icon svg { width: 100%; height: 100%; display: block; }

    /* Merkmale im farbigen Fuß */
    .lo-punkte {
      margin-top: auto; background: var(--c); color: #fff;
      padding: 46px 22px 22px;
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
    }
    .lo-punkt { text-align: center; font-size: .74rem; line-height: 1.45; }
    .lo-punkt strong { display: block; font-weight: 700; margin-bottom: 3px; font-size: .78rem; }
    .lo-punkt span { opacity: .88; }
    .lo-punkt + .lo-punkt { border-left: 1px solid rgba(255,255,255,.28); }

    .lo-more {
      display: block; text-align: center; padding: 14px 20px;
      font-weight: 700; font-size: .9rem; color: var(--c-text);
      border-top: 1px solid var(--border); background: var(--bg-soft);
      transition: background .15s;
    }
    .lo-more:hover { background: var(--bg-tint); }

    /* Die ganze Karte ist die Klickflaeche — der Link legt sich unsichtbar
       darueber. Nur ein Link pro Karte, der Linktext bleibt fuer Screenreader
       erhalten; verschachtelte Links entstehen dabei nicht.               */
    .lo-more::after { content: ""; position: absolute; inset: 0; z-index: 2; }
    .lo-card:hover .lo-more { background: var(--bg-tint); }
    /* Fokus liegt technisch auf dem Fusslink — sichtbar wird die ganze Karte. */
    .lo-more:focus-visible { outline: none; }
    .lo-card:has(.lo-more:focus-visible) { outline: 3px solid var(--c); outline-offset: 3px; }

    /* ===== Vertrauensanker ===== */
    .lo-anker {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
      border: 1px solid var(--border); border-radius: var(--radius-lg);
      overflow: hidden; background: #fff;
    }
    .lo-anker > div {
      padding: 26px 24px;
      display: flex; align-items: flex-start; gap: 14px;
    }
    .lo-anker > div + div { border-left: 1px solid var(--border); }
    .lo-anker h3 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; color: currentColor; }
    .lo-anker p  { font-size: .88rem; color: var(--text-muted); line-height: 1.55; }

    /* Icon erbt die Farbe vom Wrapper */
    .lo-anker > div.is-orgel { color: var(--orgel); }
    .lo-anker > div.is-klang { color: var(--klang-text); }
    .lo-anker > div.is-go    { color: var(--go); }
    .lo-anker > div.is-dach  { color: var(--primary); }
    .lo-anker-ico { width: 32px; height: 32px; flex-shrink: 0; margin-top: 1px; }
    .lo-anker-ico svg { width: 100%; height: 100%; display: block; }

    @media (max-width: 980px) {
      .lo-grid { grid-template-columns: 1fr; gap: 32px; }
      .lo-anker { grid-template-columns: repeat(2, 1fr); }
      .lo-anker > div:nth-child(3) { border-left: 0; }
      .lo-anker > div:nth-child(n+3) { border-top: 1px solid var(--border); }
    }
    @media (max-width: 560px) {
      .lo-anker { grid-template-columns: 1fr; }
      .lo-anker > div + div { border-left: 0; border-top: 1px solid var(--border); }
      .lo-punkte { grid-template-columns: 1fr; gap: 12px; }
      .lo-punkt + .lo-punkt { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding-top: 12px; }
    }
  
