/* =========================================================
   hype26 Mega-Menü: Mega-Menü mit gruppierter Linkliste + Promo-Karten
   Brand: hype.media (Lime / Ink / Paper / Manrope)
   Aktiv nur unter .nav-sub--hype26 (Test-Seite)
   ========================================================= */
@media (min-width: 1101px) {
  .nav-sub--hype26 {
    background: #f5f5f5 !important;
    color: #0a0a0a !important;
    padding: 40px 48px 32px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 28px 80px rgba(0,0,0,0.22), 0 6px 20px rgba(0,0,0,0.08) !important;
    min-width: 1280px !important;
    max-width: 1320px !important;
  }
  .nav-sub--hype26::before { display: none !important; }
  /* Override the older 3-col rule that targets .nav-sub-inner — we don't use that wrapper anymore */
  .nav-sub--hype26 .nav-sub-inner { display: contents !important; }

  /* === 4 thematische Bereiche, gleichberechtigt nebeneinander === */
  .nav-sub--hype26 .hype26-groups {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
  }
  .hype26-group { display: flex; flex-direction: column; gap: 6px; }
  .hype26-group-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 0 10px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }
  .hype26-group-num {
    font-family: ui-monospace, 'SF Mono', Menlo, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #0a0a0a;
    grid-row: 1 / 3;
    align-self: start;
    margin-top: 2px;
  }
  .hype26-group-title {
    font-family: 'Manrope', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: -0.005em;
    color: #0a0a0a;
    text-transform: none;
  }
  .hype26-group-sub {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: rgba(10,10,10,0.5);
    margin-top: 2px;
  }

  .hype26-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .hype26-list li { margin: 0; }
  .hype26-list a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 7px 0 !important;
    color: rgba(10,10,10,0.78) !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -0.005em !important;
    border: none !important;
    flex-direction: row !important;
    transition: color 0.18s ease, transform 0.18s ease, padding-left 0.18s ease;
  }
  .hype26-list a::before { display: none !important; }
  .hype26-list a:hover {
    color: #0a0a0a !important;
    padding-left: 6px !important;
    transform: none !important;
  }
  .hype26-list a strong, .hype26-list a small { display: none !important; }

  .hype26-pill {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 3px;
    background: #0a0a0a;
    color: #fff;
    line-height: 1;
  }
  .hype26-pill--lime {
    background: var(--lime);
    color: #0a0a0a;
  }
  .hype26-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: var(--lime);
    color: #0a0a0a;
    flex-shrink: 0;
    margin-right: 2px;
  }
  .hype26-icon svg { width: 14px; height: 14px; display: block; }

  /* === Promo-Reihe unten — 3 horizontale Karten === */
  .hype26-promo {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 14px;
    margin-top: 24px;
  }
  .hype26-card {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    padding: 22px 24px !important;
    border-radius: 14px !important;
    text-decoration: none;
    border: none !important;
    overflow: hidden;
    box-shadow: none !important;
    min-height: 132px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  .hype26-card::before, .hype26-card::after { display: none !important; }
  .hype26-card:hover {
    transform: translateY(-2px);
    padding-left: 24px !important;
  }
  .hype26-card--lime:hover {
    background: #c4f000 !important;
    box-shadow: 0 10px 24px rgba(168, 204, 0, 0.35) !important;
  }
  .hype26-card--dark:hover {
    background: #000 !important;
    box-shadow: 0 14px 32px rgba(0,0,0,0.4) !important;
  }
  .hype26-card--all:hover {
    background: #fafafa !important;
    border-color: rgba(0,0,0,0.18) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08) !important;
  }
  .hype26-card-eyebrow {
    font-family: ui-monospace, 'SF Mono', Menlo, monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .hype26-card h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 8px 0 0;
    font-size: 19px;
  }
  .hype26-card h4 em {
    font-style: normal;
    font-weight: 500;
  }
  .hype26-card p { display: none; }
  .hype26-card-meta {
    display: block;
    margin-top: 6px;
    font-family: ui-monospace, 'SF Mono', Menlo, monospace;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(10,10,10,0.5);
  }
  .hype26-card-link {
    margin-top: auto;
    padding-top: 14px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: inherit !important;
  }
  .hype26-card-link svg { width: 10px; height: 10px; transition: transform 0.18s ease; }
  .hype26-card:hover .hype26-card-link svg { transform: translate(2px, -2px); }

  /* Lime Karte — Strategie-Call (dominiert) */
  .hype26-card--lime {
    background: var(--lime);
    color: #0a0a0a !important;
  }
  .hype26-card--lime h4 { color: #0a0a0a; font-size: 22px; max-width: 14ch; }
  .hype26-card--lime .hype26-card-eyebrow { color: rgba(10,10,10,0.6); }

  /* Dunkle Karte — Lead-Insight */
  .hype26-card--dark {
    background: #0a0a0a;
    color: #fff !important;
    background-image: radial-gradient(ellipse at top right, rgba(208,255,0,0.10), transparent 60%);
  }
  .hype26-card--dark h4 { color: #fff; max-width: 22ch; }
  .hype26-card--dark h4 em { color: var(--lime); }
  .hype26-card--dark .hype26-card-eyebrow { color: rgba(255,255,255,0.55); }
  .hype26-card--dark .hype26-card-link { color: var(--lime) !important; }

  /* Übersichts-Karte — Alle Kompetenzen */
  .hype26-card--all {
    background: #fff;
    color: #0a0a0a !important;
    border: 1px solid rgba(0,0,0,0.10) !important;
  }
  .hype26-card--all h4 { color: #0a0a0a; max-width: 16ch; }
  .hype26-card--all .hype26-card-eyebrow { color: rgba(10,10,10,0.55); }

  /* === Kontakt-Leiste unter den Promo-Karten === */
  .hype26-contact {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr 1.4fr auto;
    gap: 32px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(0,0,0,0.10);
    align-items: start;
  }
  .hype26-contact-block { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
  .hype26-contact-block--cta { align-items: flex-end; justify-content: space-between; }
  .hype26-contact-label {
    font-family: ui-monospace, 'SF Mono', Menlo, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(10,10,10,0.5);
    margin-bottom: 4px;
  }
  .hype26-contact-link {
    font-family: 'Manrope', sans-serif;
    font-size: 14px; font-weight: 600;
    letter-spacing: -0.005em;
    color: #0a0a0a !important;
    text-decoration: none !important;
    border: none !important;
    padding: 2px 0 !important;
    display: flex !important;
    align-items: baseline;
    gap: 8px;
    transition: color 0.18s ease;
  }
  .hype26-contact-link::before { display: none !important; }
  .hype26-contact-link:hover { color: #000 !important; padding-left: 0 !important; transform: none !important; }
  .hype26-contact-loc {
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(10,10,10,0.5);
    flex-shrink: 0;
    min-width: 64px;
  }
  .hype26-contact-text {
    font-family: 'Manrope', sans-serif;
    font-size: 13px; font-weight: 500;
    color: rgba(10,10,10,0.72);
    line-height: 1.45;
  }
  .hype26-contact-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 18px !important;
    background: #0a0a0a;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px; font-weight: 600;
    letter-spacing: -0.005em;
    border-radius: 999px !important;
    text-decoration: none !important;
    border: none !important;
    transition: background 0.18s ease, transform 0.18s ease;
  }
  .hype26-contact-cta::before { display: none !important; }
  .hype26-contact-cta svg { width: 11px; height: 11px; transition: transform 0.18s ease; }
  .hype26-contact-cta:hover { background: var(--lime); color: #0a0a0a !important; transform: translateY(-1px); padding-left: 18px !important; }
  .hype26-contact-cta:hover svg { transform: translate(2px, -2px); }
}

/* Mobile: Yucca-Variante zerlegen — gruppierte Linkliste, kompakt */
@media (max-width: 1100px) {
  .nav-sub--hype26 .hype26-groups {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .nav-sub--hype26 .hype26-group { gap: 4px; }
  .nav-sub--hype26 .hype26-group-head {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 8px;
    margin-bottom: 4px;
  }
  .nav-sub--hype26 .hype26-group-num {
    color: rgba(255,255,255,0.4);
    font-size: 10.5px;
    letter-spacing: 0.12em;
  }
  .nav-sub--hype26 .hype26-group-title {
    color: rgba(255,255,255,0.95);
    font-size: 13px;
    font-weight: 700;
  }
  .nav-sub--hype26 .hype26-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .nav-sub--hype26 .hype26-list a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    padding: 9px 0 !important;
    color: rgba(255,255,255,0.78) !important;
    font-size: 14px !important;
  }
  .nav-sub--hype26 .hype26-list a strong,
  .nav-sub--hype26 .hype26-list a small { display: none !important; }
  .nav-sub--hype26 .hype26-group-sub { display: none !important; }
  .nav-sub--hype26 .hype26-cards-col,
  .nav-sub--hype26 .hype26-promo,
  .nav-sub--hype26 .hype26-contact,
  .nav-sub--hype26 .hype26-all { display: none !important; }
  .nav-sub--hype26 .hype26-pill { background: rgba(255,255,255,0.12); color: #fff; }
  .nav-sub--hype26 .hype26-pill--lime { background: var(--lime); color: #0a0a0a; }
}
/* === /hype26 Mega-Menü === */