/* Mia Engel Core – „Meine Videos“ */
.mec { --mec-accent: #ba08c5; --mec-accent2: #6a0572; }
.mec-count { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--mec-accent); margin: 0 0 14px; }
.mec-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 14px; }
.mec-tile { display: flex; flex-direction: column; text-decoration: none !important; color: #1f1a24 !important; }
.mec-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: #14041a; }
.mec-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease, filter .35s ease; }
.mec-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10, 0, 15, .55)); }
.mec-play {
	position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; z-index: 1; border-radius: 50%;
	background: rgba(255, 255, 255, .92); box-shadow: 0 6px 20px rgba(0, 0, 0, .35); opacity: .92; transition: transform .25s ease, opacity .25s ease;
}
.mec-play::before { content: ""; position: absolute; left: 18px; top: 14px; border-style: solid; border-width: 9px 0 9px 14px; border-color: transparent transparent transparent var(--mec-accent2); }
.mec-tile:hover .mec-thumb img { transform: scale(1.05); filter: brightness(1.08); }
.mec-tile:hover .mec-play { transform: scale(1.08); opacity: 1; }
.mec-title { font-weight: 700; font-size: 14.5px; line-height: 1.3; margin: 10px 0 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mec-cta { font-size: 13px; font-weight: 700; color: var(--mec-accent); }

.mec-btn {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 4px;
	background: linear-gradient(135deg, var(--mec-accent), var(--mec-accent2)); color: #fff !important; font-weight: 700; text-decoration: none !important;
}
.mec-empty { padding: 36px 24px; text-align: center; background: #faf7fb; border: 1px solid rgba(186, 8, 197, .12); border-radius: 6px; }
.mec-empty h2 { font-size: 22px; margin: 0 0 8px; }
.mec-empty p { color: #5b5566; margin: 0 0 18px; }

/* Player-Ansicht */
.mec-back { display: inline-block; font-size: 14px; font-weight: 700; color: var(--mec-accent) !important; text-decoration: none !important; margin-bottom: 12px; }
.mec-watch-title { font-size: 26px; line-height: 1.2; font-weight: 800; margin: 0 0 16px; }
.mec-player { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 18px 50px rgba(20, 0, 30, .35); }
.mec-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mec-desc { margin-top: 18px; font-size: 15px; line-height: 1.65; color: #3d3746; }
.mec-note { margin-top: 14px; font-size: 12.5px; color: #8b8597; }

@media (max-width: 1024px) {
	.mec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.mec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
	.mec-title { font-size: 13.5px; }
	.mec-play { width: 38px; height: 38px; margin: -19px 0 0 -19px; }
	.mec-play::before { left: 15px; top: 11px; border-width: 8px 0 8px 12px; }
	.mec-watch-title { font-size: 21px; }
	.mec-player { margin: 0 -4px; }
}


/* ==========================================
   12. INNER CIRCLE (Abo-Seite, alle Größen)
   ========================================== */
.page-id-915 .site-main, .page-id-915 .content-area { margin: 0 !important; }
.page-id-915 .entry-content { margin: 0 !important; }
.page-id-915 .entry-content > .wp-block-group { margin-top: 0 !important; margin-bottom: 0 !important; }

/* Hero */
.ic-hero {
  background: radial-gradient(120% 120% at 0% 0%, #5a0c69 0%, #26062e 50%, #12031a 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
  padding: 170px 24px 90px !important;
}
.ic-hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -160px; bottom: -220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 8, 197, .45), transparent 65%); pointer-events: none;
}
.ic-hero > * { position: relative; z-index: 1; max-width: 720px !important; margin-left: auto !important; margin-right: auto !important; }
.ic-kicker {
  display: inline-block !important; font-size: 13px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: #f0a8fb;
  padding: 8px 16px; border-radius: 4px; border: 1px solid rgba(240, 168, 251, .35); background: rgba(255, 255, 255, .05); margin: 0 auto 22px !important;
}
.ic-title { color: #fff !important; font-size: clamp(40px, 6vw, 68px) !important; line-height: 1.05 !important; font-weight: 800 !important; letter-spacing: -0.02em; margin: 0 auto 20px !important; }
.ic-lead { font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: rgba(255, 255, 255, .85); margin: 0 auto 26px !important; }
.ic-price { font-size: 17px; color: rgba(255, 255, 255, .8); margin: 0 auto 26px !important; }
.ic-price strong { font-size: 34px; color: #fff; font-weight: 800; margin-right: 2px; }
.ic-actions { justify-content: center; gap: 12px !important; }
.ic-actions .wp-block-button__link {
  border-radius: 4px !important; min-height: 54px; padding: 15px 30px !important; font-size: 16px !important; font-weight: 700 !important;
  display: inline-flex !important; align-items: center; justify-content: center; text-decoration: none !important;
}
.ic-btn-soon .wp-block-button__link {
  background: linear-gradient(135deg, #ba08c5, #6a0572) !important; color: #fff !important; border: 0 !important;
  box-shadow: 0 10px 28px rgba(186, 8, 197, .45); cursor: default; opacity: .9; pointer-events: none;
}
.ic-btn-ghost .wp-block-button__link { background: transparent !important; color: #fff !important; border: 1px solid rgba(255, 255, 255, .35) !important; }
.ic-soon-note { font-size: 13px; color: rgba(255, 255, 255, .6); margin: 16px auto 0 !important; }

/* Abschnitte */
.ic-section { padding: 72px 24px 0 !important; }
.ic-section > * { max-width: 1040px !important; margin-left: auto !important; margin-right: auto !important; }
.ic-faq-wrap { padding-bottom: 80px !important; }
.ic-faq-wrap > * { max-width: 760px !important; }
.ic-label { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #ba08c5; margin-bottom: 10px !important; }
.ic-h2 { text-align: center; font-size: clamp(28px, 4vw, 40px) !important; line-height: 1.15 !important; font-weight: 800 !important; margin: 0 auto 36px !important; text-wrap: balance; }

/* Vorteils-Karten */
.ic-cards { gap: 20px !important; margin-bottom: 0 !important; }
.ic-card {
  background: #fff; border: 1px solid rgba(186, 8, 197, .14); border-radius: 4px; padding: 28px 24px !important;
  box-shadow: 0 10px 30px rgba(106, 5, 114, .08); text-align: center;
}
.ic-badge {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px !important; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #ba08c5, #6a0572); color: #fff; font-weight: 800; font-size: 19px; letter-spacing: -0.01em;
  box-shadow: 0 10px 24px rgba(186, 8, 197, .35);
}
.ic-card h3 { font-size: 19px !important; font-weight: 800 !important; margin: 0 0 8px !important; }
.ic-card p:not(.ic-badge) { font-size: 15px; line-height: 1.6; color: #5b5566; margin: 0 !important; }

/* Rechenbeispiel */
.ic-calc {
  background: radial-gradient(120% 140% at 0% 0%, #4a0a57 0%, #22062a 55%, #14041a 100%);
  border: 1px solid rgba(214, 102, 230, .35); border-radius: 4px; padding: 44px 32px !important; color: #fff;
  box-shadow: 0 24px 60px rgba(90, 0, 110, .30);
}
.ic-calc > * { max-width: 640px !important; margin-left: auto !important; margin-right: auto !important; }
.ic-calc .ic-label { color: #e59cf2; }
.ic-calc .ic-h2 { color: #fff !important; margin-bottom: 28px !important; }
.ic-compare { gap: 14px !important; margin-bottom: 20px !important; }
.ic-compare-item { text-align: center; border-radius: 4px; padding: 18px 12px !important; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); }
.ic-compare-hl { background: linear-gradient(135deg, rgba(186, 8, 197, .55), rgba(106, 5, 114, .55)); border-color: rgba(240, 139, 255, .6); }
.ic-compare-label { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .7); margin: 0 0 6px !important; }
.ic-compare-price { font-size: 30px; font-weight: 800; color: #fff; margin: 0 !important; }
.ic-old { text-decoration: line-through; text-decoration-thickness: 2px; color: rgba(255, 255, 255, .55) !important; }
.ic-calc-note { text-align: center; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .85); margin: 0 auto !important; }
.ic-calc-note strong { color: #f08bff; }

/* Schritte */
.ic-steps { gap: 20px !important; counter-reset: icstep; margin-bottom: 0 !important; }
.ic-step {
  counter-increment: icstep; position: relative; background: #fcf5fd; border-radius: 4px; padding: 26px 22px 22px !important;
  border: 1px solid rgba(186, 8, 197, .12);
}
.ic-step::before {
  content: counter(icstep); display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%;
  background: #1f1a24; color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 14px;
}
.ic-step h3 { font-size: 18px !important; font-weight: 800 !important; margin: 0 0 6px !important; }
.ic-step p { font-size: 15px; line-height: 1.6; color: #5b5566; margin: 0 !important; }

/* FAQ */
.ic-faq {
  background: #fff; border: 1px solid rgba(186, 8, 197, .14); border-radius: 4px; margin: 0 auto 10px !important; padding: 0 !important;
  box-shadow: 0 6px 18px rgba(106, 5, 114, .06); overflow: hidden;
}
.ic-faq summary {
  list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 700; font-size: 16px; position: relative; min-height: 56px; box-sizing: border-box;
}
.ic-faq summary::-webkit-details-marker { display: none; }
.ic-faq summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%;
  background: #fcf5fd; color: #ba08c5; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; line-height: 1;
}
.ic-faq[open] summary::after { content: "−"; background: #ba08c5; color: #fff; }
.ic-faq > p { padding: 0 20px 18px; margin: 0 !important; font-size: 15px; line-height: 1.65; color: #5b5566; }
.ic-legal { font-size: 12.5px; line-height: 1.6; color: #8b8597; text-align: center; margin-top: 28px !important; }
.ic-legal a { color: #6a0572; }

/* Tablet */
@media (max-width: 1024px) {
  .ic-hero { padding: 150px 24px 72px !important; }
  .ic-section { padding-top: 60px !important; }
  .ic-cards, .ic-steps { gap: 14px !important; }
  .ic-card { padding: 24px 16px !important; }
}
/* Handy */
@media (max-width: 781px) {
  .ic-hero { padding: 130px 20px 60px !important; }
  .ic-actions { flex-direction: column; align-items: stretch; }
  .ic-actions .wp-block-button { width: 100%; }
  .ic-actions .wp-block-button__link { width: 100%; }
  .ic-section { padding: 52px 18px 0 !important; }
  .ic-faq-wrap { padding-bottom: 60px !important; }
  .ic-h2 { margin-bottom: 26px !important; }
  .ic-cards, .ic-steps { gap: 12px !important; }
  .ic-card { display: grid !important; grid-template-columns: 60px 1fr; column-gap: 16px; text-align: left; padding: 20px 18px !important; align-items: center; }
  .ic-card .ic-badge { grid-row: 1 / span 2; width: 60px; height: 60px; font-size: 16px; margin: 0 !important; }
  .ic-card h3 { font-size: 17px !important; margin: 0 0 4px !important; }
  .ic-card p:not(.ic-badge) { font-size: 14.5px; }
  .ic-calc { padding: 32px 18px !important; border-radius: 4px; }
  .ic-compare { flex-wrap: nowrap !important; gap: 10px !important; }
  .ic-compare > .wp-block-column { flex-basis: 0 !important; flex-grow: 1 !important; }
  .ic-compare-price { font-size: 24px; }
  .ic-compare-label { font-size: 10.5px; letter-spacing: .1em; }
  .ic-calc-note { font-size: 15px; }
  .ic-step { display: grid !important; grid-template-columns: 38px 1fr; column-gap: 14px; padding: 18px 16px !important; }
  .ic-step::before { grid-row: 1 / span 2; margin: 0; }
  .ic-faq summary { font-size: 15px; padding: 16px 50px 16px 16px; }
  .ic-faq > p { padding: 0 16px 16px; font-size: 14.5px; }
}


/* Header auf dunklen Seiten (Inner Circle) */
body:has(.ic-hero) .site-main, body:has(.ic-hero) .content-area, body:has(.ic-hero) .entry-content { margin: 0 !important; }
body:has(.ic-hero) .entry-content > .wp-block-group { margin-top: 0 !important; margin-bottom: 0 !important; }
body:has(.ic-hero) .site-header .site-branding img { filter: brightness(0) invert(1); }
body:has(.ic-hero) .site-header .menu-toggle-open,
body:has(.ic-hero) .site-header .menu-toggle-open .menu-toggle-icon,
body:has(.ic-hero) .site-header .header-navigation .menu > li > a,
body:has(.ic-hero) .site-header .header-cart-button,
body:has(.ic-hero) .site-header .search-toggle-open { color: #fff !important; }

/* Hero im Netflix-Stil: Foto rechts, Text links */
.ic-hero { background: #12031a !important; text-align: left; min-height: 680px; padding: 200px 6vw 110px !important; }
.ic-hero::before {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 64%; z-index: 0;
  background: url("/wp-content/uploads/2026/06/06186A8C-EBCA-4C03-9655-2AB5DFFCF173.jpg") center 25% / cover no-repeat;
}
.ic-hero::after {
  content: ""; position: absolute; inset: 0; width: auto; height: auto; right: 0; bottom: 0; border-radius: 0; z-index: 0;
  background:
    linear-gradient(90deg, #12031a 36%, rgba(18, 3, 26, .82) 50%, rgba(18, 3, 26, .25) 72%, rgba(18, 3, 26, .1) 100%),
    linear-gradient(0deg, #12031a 0%, rgba(18, 3, 26, 0) 28%);
}
.ic-hero > * { max-width: 580px !important; margin-left: 0 !important; margin-right: auto !important; }
.ic-hero .ic-actions { justify-content: flex-start; }

/* Persönlicher Abschnitt mit Foto */
.ic-personal { gap: 44px !important; align-items: center !important; margin-bottom: 0 !important; }
.ic-personal .ic-portrait { margin: 0 !important; }
.ic-personal .ic-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; border-radius: 4px; display: block; box-shadow: 0 24px 60px rgba(20, 0, 30, .28); }
.ic-personal .ic-label, .ic-personal .ic-h2 { text-align: left; }
.ic-personal .ic-h2 { margin-bottom: 16px !important; }
.ic-personal-text p:not(.ic-label):not(.ic-sign) { font-size: 16.5px; line-height: 1.7; color: #3d3746; margin: 0 0 14px !important; }
.ic-sign { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 22px; color: #6a0572; margin: 4px 0 0 !important; }

@media (max-width: 1024px) {
  .ic-hero { min-height: 560px; padding: 170px 5vw 80px !important; }
  .ic-hero::before { width: 70%; }
  .ic-personal { gap: 28px !important; }
}
@media (max-width: 781px) {
  .ic-hero { text-align: center; min-height: 0; padding: 62vh 20px 56px !important; }
  .ic-hero::before { width: 100%; bottom: auto; height: 74vh; background-position: center 22%; }
  .ic-hero::after {
    background: linear-gradient(180deg, rgba(18, 3, 26, .35) 0%, rgba(18, 3, 26, .1) 25%, rgba(18, 3, 26, .55) 50%, #12031a 70%);
  }
  .ic-hero > * { margin-left: auto !important; margin-right: auto !important; }
  .ic-hero .ic-actions { justify-content: center; }
  .ic-personal .ic-portrait img { aspect-ratio: 4 / 4.4; }
  .ic-personal .ic-label, .ic-personal .ic-h2 { text-align: center; }
  .ic-personal-text { text-align: center; }
}


/* ==========================================
   13. RECHTS- & INFOSEITEN (AGB, 2257, Melden, Kontakt)
   ========================================== */
body:has(.lg-hero) .site-main, body:has(.lg-hero) .content-area, body:has(.lg-hero) .entry-content { margin: 0 !important; }
body:has(.lg-hero) .entry-content > .wp-block-group { margin-top: 0 !important; margin-bottom: 0 !important; }
body:has(.lg-hero) .site-header .site-branding img { filter: brightness(0) invert(1); }
body:has(.lg-hero) .site-header .menu-toggle-open,
body:has(.lg-hero) .site-header .menu-toggle-open .menu-toggle-icon,
body:has(.lg-hero) .site-header .header-navigation .menu > li > a,
body:has(.lg-hero) .site-header .header-cart-button,
body:has(.lg-hero) .site-header .search-toggle-open { color: #fff !important; }

.lg-hero {
  background: radial-gradient(120% 140% at 0% 0%, #5a0c69 0%, #26062e 55%, #12031a 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden; padding: 160px 24px 64px !important;
}
.lg-hero::after {
  content: ""; position: absolute; width: 420px; height: 420px; right: -140px; bottom: -220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 8, 197, .4), transparent 65%); pointer-events: none;
}
.lg-hero > * { position: relative; z-index: 1; max-width: 760px !important; margin-left: auto !important; margin-right: auto !important; }
.lg-kicker {
  display: inline-block !important; font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: #f0a8fb;
  padding: 7px 14px; border-radius: 4px; border: 1px solid rgba(240, 168, 251, .35); background: rgba(255, 255, 255, .05); margin: 0 auto 18px !important;
}
.lg-title { color: #fff !important; font-size: clamp(32px, 5vw, 54px) !important; line-height: 1.1 !important; font-weight: 800 !important; letter-spacing: -0.01em; margin: 0 auto 12px !important; hyphens: manual; }
.lg-sub { font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .78); margin: 0 auto !important; }

.lg-body { padding: 44px 20px 80px !important; background: #faf7fb; }
.lg-body > * { max-width: 860px !important; margin-left: auto !important; margin-right: auto !important; }
.lg-card {
  background: #fff; border: 1px solid rgba(186, 8, 197, .12); border-radius: 4px; padding: 32px 36px !important;
  box-shadow: 0 10px 30px rgba(106, 5, 114, .07); margin-bottom: 16px !important;
}
.lg-card > * { max-width: none !important; }
.lg-card h2 { font-size: 22px !important; line-height: 1.3 !important; font-weight: 800 !important; margin: 0 0 12px !important; color: #1f1a24; scroll-margin-top: 110px; }
.lg-card h3 { font-size: 19px !important; font-weight: 800 !important; margin: 0 0 8px !important; }
.lg-card p, .lg-card li { font-size: 15.5px; line-height: 1.7; color: #3d3746; }
.lg-card p { margin: 0 0 12px !important; }
.lg-card p:last-child { margin-bottom: 0 !important; }
.lg-card a { color: #ba08c5; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.lg-doc h2 { margin-top: 30px !important; padding-top: 26px; border-top: 1px solid rgba(186, 8, 197, .12); }
.lg-doc h2:first-child { margin-top: 0 !important; padding-top: 0; border-top: 0; }
.lg-lang { font-size: 12px !important; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #ba08c5 !important; margin-bottom: 12px !important; }
.lg-address { background: #fcf5fd; border-radius: 4px; padding: 16px 20px; border-left: 3px solid #ba08c5; }
.lg-list { padding-left: 1.25em !important; margin: 0 0 12px !important; }
.lg-list li { margin: 0 0 6px; }
.lg-list li::marker { color: #ba08c5; font-weight: 700; }

/* Inhaltsverzeichnis als Chips */
.lg-toc { display: flex; flex-wrap: wrap; gap: 8px; }
.lg-toc a {
  display: inline-block; padding: 7px 13px; border-radius: 4px; background: #fcf5fd; border: 1px solid rgba(186, 8, 197, .16);
  color: #6a0572 !important; font-size: 13.5px; font-weight: 600; text-decoration: none !important; line-height: 1.3;
}

/* Buttons */
.lg-actions { margin-top: 16px !important; gap: 10px !important; }
.lg-btn .wp-block-button__link {
  background: linear-gradient(135deg, #ba08c5, #6a0572) !important; color: #fff !important; border: 0 !important; border-radius: 4px !important;
  min-height: 50px; padding: 13px 24px !important; font-size: 15px !important; font-weight: 700 !important; text-decoration: none !important;
  display: inline-flex !important; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(186, 8, 197, .3);
}
.lg-btn-ghost .wp-block-button__link { background: #fff !important; color: #6a0572 !important; border: 1.5px solid rgba(186, 8, 197, .45) !important; box-shadow: none; }

/* Varianten */
.lg-card-cta { background: radial-gradient(120% 140% at 0% 0%, #4a0a57 0%, #22062a 60%, #14041a 100%); border-color: rgba(214, 102, 230, .35); }
.lg-card-cta h3, .lg-card-cta p { color: #fff !important; }
.lg-card-cta p { color: rgba(255, 255, 255, .82) !important; }
.lg-card-note { background: #fcf5fd; box-shadow: none; }

/* Kontakt-Kacheln */
.lg-tiles { gap: 16px !important; margin-bottom: 16px !important; }
.lg-tile {
  background: #fff; border: 1px solid rgba(186, 8, 197, .12); border-radius: 4px; padding: 28px 26px !important;
  box-shadow: 0 10px 30px rgba(106, 5, 114, .07); display: flex; flex-direction: column;
}
.lg-tile h3 { font-size: 19px !important; font-weight: 800 !important; margin: 0 0 8px !important; }
.lg-tile p { font-size: 15px; line-height: 1.65; color: #3d3746; margin: 0 0 4px !important; }
.lg-tile .lg-actions { margin-top: auto !important; padding-top: 14px; }
.lg-tile-label { font-size: 12px !important; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #ba08c5 !important; margin-bottom: 8px !important; }
.lg-card .ic-faq { box-shadow: none; }
.lg-card .ic-faq > p { margin: 0 !important; }

@media (max-width: 781px) {
  .lg-hero { padding: 128px 20px 48px !important; }
  .lg-sub { font-size: 15px; }
  .lg-body { padding: 24px 14px 56px !important; }
  .lg-card { padding: 22px 18px !important; border-radius: 4px; margin-bottom: 12px !important; }
  .lg-card h2 { font-size: 19px !important; }
  .lg-card p, .lg-card li { font-size: 15px; line-height: 1.65; }
  .lg-doc h2 { margin-top: 24px !important; padding-top: 20px; }
  .lg-toc { gap: 6px; }
  .lg-toc a { font-size: 12.5px; padding: 6px 11px; }
  .lg-tiles { gap: 12px !important; margin-bottom: 12px !important; }
  .lg-tile { padding: 22px 18px !important; }
  .lg-actions .wp-block-button, .lg-actions .wp-block-button__link { width: 100%; }
}

/* Inner Circle Handy: Verlauf nur über dem Foto */
@media (max-width: 781px) {
  .ic-hero::after { bottom: auto !important; height: 74vh !important; background: linear-gradient(180deg, rgba(18, 3, 26, .35) 0%, rgba(18, 3, 26, 0) 22%, rgba(18, 3, 26, .45) 62%, #12031a 100%) !important; }
}

/* ==========================================
   14. EVENTS (Netflix-Stil, dunkel)
   ========================================== */
body:has(.ev-hero) { background: #0b0510 !important; }
body:has(.ev-hero) .site-main, body:has(.ev-hero) .content-area, body:has(.ev-hero) .entry-content { margin: 0 !important; }
body:has(.ev-hero) .content-bg, body:has(.ev-hero) .site-main, body:has(.ev-hero) .entry-content-wrap, body:has(.ev-hero) article { background: #0b0510 !important; }
body:has(.ev-hero) .entry-content > .wp-block-group { margin-top: 0 !important; margin-bottom: 0 !important; }
body:has(.ev-hero) .site-header .site-branding img { filter: brightness(0) invert(1); }
body:has(.ev-hero) .site-header .menu-toggle-open,
body:has(.ev-hero) .site-header .menu-toggle-open .menu-toggle-icon,
body:has(.ev-hero) .site-header .header-navigation .menu > li > a { color: #fff !important; }

.ev-hero {
  position: relative; overflow: hidden; background: #0b0510; color: #fff; min-height: 680px;
  padding: 200px 6vw 90px !important;
}
.ev-hero::before {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 60%; z-index: 0;
  background: url("/wp-content/uploads/2026/06/img_8589-cu5bUWsS8VVYIG4v.jpg") center 30% / cover no-repeat;
}
.ev-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(90deg, #0b0510 38%, rgba(11, 5, 16, .8) 52%, rgba(11, 5, 16, .2) 75%, rgba(11, 5, 16, .05) 100%),
    linear-gradient(0deg, #0b0510 0%, rgba(11, 5, 16, 0) 30%);
}
.ev-hero > * { position: relative; z-index: 1; max-width: 600px !important; margin-left: 0 !important; margin-right: auto !important; }
.ev-kicker { font-size: 13px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: #ff4d57; margin: 0 0 14px !important; }
.ev-title {
  color: #fff !important; font-size: clamp(46px, 7vw, 92px) !important; line-height: .95 !important; font-weight: 900 !important;
  letter-spacing: -0.02em; text-transform: uppercase; margin: 0 0 18px !important; text-shadow: 0 6px 30px rgba(0, 0, 0, .5);
}
.ev-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0 0 18px !important; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, .85); }
.ev-meta span { position: relative; }
.ev-meta span + span::before { content: ""; position: absolute; left: -11px; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: #e50914; }
.ev-lead { font-size: 17px; line-height: 1.65; color: rgba(255, 255, 255, .82); margin: 0 0 26px !important; }

.ev-actions { gap: 12px !important; margin: 0 !important; }
.ev-btn .wp-block-button__link, .ev-btn-ghost .wp-block-button__link {
  border-radius: 4px !important; min-height: 52px; padding: 14px 28px !important; font-size: 16px !important; font-weight: 700 !important;
  display: inline-flex !important; align-items: center; justify-content: center; text-decoration: none !important; transition: background .2s ease, transform .2s ease;
}
.ev-btn .wp-block-button__link { background: #e50914 !important; color: #fff !important; border: 0 !important; }
.ev-btn .wp-block-button__link:hover { background: #f6121d !important; transform: translateY(-1px); }
.ev-btn-ghost .wp-block-button__link { background: rgba(255, 255, 255, .14) !important; color: #fff !important; border: 0 !important; backdrop-filter: blur(4px); }
.ev-btn-ghost .wp-block-button__link:hover { background: rgba(255, 255, 255, .24) !important; }

.ev-section { background: #0b0510; color: #fff; padding: 36px 6vw 20px !important; }
.ev-section > * { max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important; }
.ev-row-title { color: #fff !important; font-size: 22px !important; font-weight: 800 !important; margin: 0 0 16px !important; letter-spacing: .01em; }

/* Flyer-Reihe */
.ev-posters.wp-block-gallery { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px !important; margin: 0 !important; }
.ev-posters.wp-block-gallery figure.wp-block-image { width: auto !important; margin: 0 !important; overflow: hidden; border-radius: 4px; }
.ev-posters.wp-block-gallery figure.wp-block-image img { width: 100% !important; height: auto !important; aspect-ratio: 724 / 1024; object-fit: cover; border-radius: 4px; transition: transform .35s ease; }
.ev-posters.wp-block-gallery figure.wp-block-image:hover img { transform: scale(1.04); }

/* Episoden */
.ev-episode { gap: 32px !important; align-items: center !important; margin: 0 0 22px !important; padding: 0 0 22px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.ev-episode:last-child { border-bottom: 0; }
.ev-player { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 18px 50px rgba(0, 0, 0, .5); }
.ev-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ev-date { font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #ff4d57; margin: 0 0 8px !important; }
.ev-episode-text h3 { color: #fff !important; font-size: 26px !important; font-weight: 800 !important; margin: 0 0 10px !important; }
.ev-episode-text p:not(.ev-date) { font-size: 15.5px; line-height: 1.65; color: rgba(255, 255, 255, .78); margin: 0 0 18px !important; }

/* Abschluss */
.ev-cta { background: linear-gradient(180deg, #0b0510 0%, #2a040a 100%); color: #fff; text-align: center; padding: 70px 24px 80px !important; }
.ev-cta > * { max-width: 640px !important; margin-left: auto !important; margin-right: auto !important; }
.ev-cta-title { color: #fff !important; font-size: clamp(28px, 4vw, 40px) !important; font-weight: 800 !important; margin: 0 0 12px !important; }
.ev-cta p { font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, .8); margin: 0 auto 24px !important; }
.ev-cta .ev-actions { justify-content: center; }

@media (max-width: 1024px) {
  .ev-hero { min-height: 560px; padding: 170px 5vw 70px !important; }
  .ev-hero::before { width: 72%; }
  .ev-episode { gap: 22px !important; }
}
@media (max-width: 781px) {
  .ev-hero { min-height: 0; padding: 58vh 20px 40px !important; text-align: left; }
  .ev-hero::before { width: 100%; bottom: auto; height: 70vh; background-position: center 25%; }
  .ev-hero::after { bottom: auto; height: 70vh; background: linear-gradient(180deg, rgba(11, 5, 16, .4) 0%, rgba(11, 5, 16, 0) 22%, rgba(11, 5, 16, .5) 60%, #0b0510 100%); }
  .ev-title { font-size: clamp(44px, 13vw, 64px) !important; }
  .ev-lead { font-size: 15.5px; }
  .ev-actions { flex-direction: column; align-items: stretch; }
  .ev-actions .wp-block-button, .ev-actions .wp-block-button__link { width: 100%; }
  .ev-section { padding: 28px 16px 12px !important; }
  .ev-row-title { font-size: 19px !important; }
  /* Flyer als wischbare Reihe */
  .ev-posters.wp-block-gallery { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px !important; margin: 0 -16px !important; padding: 0 16px 6px !important; scrollbar-width: none; }
  .ev-posters.wp-block-gallery::-webkit-scrollbar { display: none; }
  .ev-posters.wp-block-gallery figure.wp-block-image { flex: 0 0 62% !important; scroll-snap-align: start; }
  .ev-episode { gap: 14px !important; }
  .ev-episode-text h3 { font-size: 21px !important; }
  .ev-player { margin: 0 -16px; border-radius: 0; }
  .ev-cta { padding: 52px 20px 60px !important; }
}

/* ==========================================
   15. KOPFZEILE EINHEITLICH (alle Seiten)
   Logo überall weiß, Kopfzeile ohne Titelbild dunkel
   ========================================== */
#masthead img.custom-logo { filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0, 0, 0, .35)) !important; }
#masthead .menu-toggle-open,
#masthead .menu-toggle-open .menu-toggle-icon,
#masthead .header-cart-button,
#masthead .search-toggle-open { color: #fff !important; }
#masthead .header-navigation .menu > li > a { color: #fff !important; }
body:not(.transparent-header) #masthead .site-header-row-container-inner { background: #12031a !important; }
.lg-card p, .lg-card li { overflow-wrap: anywhere; }

/* ==========================================
   16. MEIN KONTO: Menü als Tab-Leiste
   ========================================== */
.woocommerce-account .entry-content .woocommerce { display: block !important; }
.woocommerce-account .account-navigation-wrap { width: 100% !important; max-width: none !important; float: none !important; margin: 0 0 24px !important; padding: 0 !important; border: 0 !important; position: static !important; }
.woocommerce-account .kadence-account-avatar { display: none !important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex !important; flex-wrap: nowrap; gap: 8px; overflow-x: auto; margin: 0 !important; padding: 0 0 4px !important; border: 0 !important; scrollbar-width: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { list-style: none; margin: 0 !important; padding: 0 !important; border: 0 !important; flex: 0 0 auto; }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block; padding: 10px 16px !important; border-radius: 4px; background: #f5eef7; color: #6a0572 !important; font-weight: 700; font-size: 14px; line-height: 1.2;
  white-space: nowrap; text-decoration: none !important; border: 0 !important; box-shadow: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: linear-gradient(135deg, #ba08c5, #6a0572); color: #fff !important; }
.woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; max-width: none !important; float: none !important; margin: 0 !important; padding: 0 !important; }

/* ==========================================
   17. MEIN KONTO (Kopf, Übersicht, Formulare, Tabellen)
   ========================================== */
.ac-body { background: #faf7fb; padding: 36px 20px 80px !important; }
.ac-body > * { max-width: 1100px !important; margin-left: auto !important; margin-right: auto !important; }
.woocommerce-account .lg-hero { padding-bottom: 48px !important; }

/* Übersicht */
.mec-dash-hello { font-size: 20px; line-height: 1.4; color: #1f1a24; margin: 0 0 20px !important; }
.mec-dash-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mec-dash-tile {
  display: flex; flex-direction: column; gap: 6px; padding: 22px 20px; border-radius: 4px; background: #fff; text-decoration: none !important;
  border: 1px solid rgba(186, 8, 197, .12); box-shadow: 0 10px 30px rgba(106, 5, 114, .07); color: #1f1a24 !important; transition: transform .2s ease, box-shadow .2s ease;
}
.mec-dash-tile:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(106, 5, 114, .12); }
.mec-dash-label { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #ba08c5; }
.mec-dash-value { font-size: 19px; font-weight: 800; line-height: 1.3; }
.mec-dash-cta { margin-top: auto; padding-top: 8px; font-size: 14px; font-weight: 700; color: #6a0572; }
.mec-dash-main { grid-column: span 2; background: radial-gradient(120% 140% at 0% 0%, #5a0c69 0%, #26062e 55%, #12031a 100%); border-color: transparent; color: #fff !important; min-height: 150px; }
.mec-dash-main .mec-dash-label { color: #f0a8fb; }
.mec-dash-main .mec-dash-value { font-size: 30px; color: #fff; }
.mec-dash-main .mec-dash-cta { color: #fff; }
.mec-dash-ic { background: #fcf5fd; }
.mec-dash-logout { margin: 22px 0 0 !important; font-size: 14px; }
.mec-dash-logout a { color: #8b8597 !important; }

/* Formulare */
.woocommerce-account .woocommerce form .input-text,
.woocommerce-account .woocommerce form select,
.woocommerce-account .woocommerce form textarea {
  border-radius: 4px !important; border: 1px solid rgba(106, 5, 114, .22) !important; background: #fdfbfe !important; min-height: 48px; padding: 10px 14px !important; font-size: 16px;
}
.woocommerce-account .woocommerce form .input-text:focus { border-color: #ba08c5 !important; box-shadow: 0 0 0 3px rgba(186, 8, 197, .15) !important; outline: none; }
.woocommerce-account .woocommerce form label { font-weight: 600; font-size: 14px; }
.woocommerce-account .woocommerce .button, .woocommerce-account .woocommerce button.button {
  background: linear-gradient(135deg, #ba08c5, #6a0572) !important; color: #fff !important; border: 0 !important; border-radius: 4px !important;
  min-height: 48px; padding: 12px 24px !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: 0 !important; box-shadow: 0 8px 20px rgba(186, 8, 197, .25);
}
.woocommerce-account .woocommerce fieldset { border: 1px solid rgba(186, 8, 197, .14); border-radius: 4px; padding: 18px; margin: 20px 0; }
.woocommerce-account .woocommerce-MyAccount-content > form, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  background: #fff; border: 1px solid rgba(186, 8, 197, .12); border-radius: 4px; padding: 26px 24px; box-shadow: 0 10px 30px rgba(106, 5, 114, .07);
}

/* Anmelden / Registrieren */
.woocommerce-account #customer_login { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.woocommerce-account #customer_login::before, .woocommerce-account #customer_login::after { display: none !important; }
.woocommerce-account #customer_login > div { width: auto !important; float: none !important; margin: 0 !important; background: #fff; border: 1px solid rgba(186, 8, 197, .12); border-radius: 4px; padding: 28px 26px; box-shadow: 0 10px 30px rgba(106, 5, 114, .07); }
.woocommerce-account #customer_login h2 { font-size: 22px !important; font-weight: 800 !important; margin: 0 0 16px !important; }
.woocommerce-account #customer_login form { border: 0 !important; padding: 0 !important; margin: 0 !important; }
.woocommerce-account #customer_login .button { width: 100%; margin-top: 6px; }
.woocommerce-account .lost_password a { color: #6a0572; font-size: 14px; }

/* Bestellungen */
.woocommerce-account .woocommerce-orders-table { border: 0 !important; border-collapse: separate !important; border-spacing: 0 8px !important; }
.woocommerce-account .woocommerce-orders-table thead th { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #8b8597; border: 0 !important; background: none !important; }
.woocommerce-account .woocommerce-orders-table tbody tr { background: #fff; box-shadow: 0 6px 18px rgba(106, 5, 114, .06); }
.woocommerce-account .woocommerce-orders-table td { border: 0 !important; padding: 14px 12px !important; }
.woocommerce-account .woocommerce-orders-table .button { min-height: 38px; padding: 8px 16px !important; font-size: 13px !important; box-shadow: none; }
.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-error {
  border-radius: 4px !important; border-top: 0 !important; border-left: 4px solid #ba08c5 !important; background: #fff !important; box-shadow: 0 6px 18px rgba(106, 5, 114, .06);
}

@media (max-width: 1024px) {
  .mec-dash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mec-dash-main { grid-column: span 2; }
}
@media (max-width: 767px) {
  .ac-body { padding: 22px 14px 56px !important; }
  .mec-dash-hello { font-size: 18px; }
  .mec-dash-grid { grid-template-columns: 1fr; gap: 10px; }
  .mec-dash-main { grid-column: auto; min-height: 0; }
  .mec-dash-main .mec-dash-value { font-size: 26px; }
  .mec-dash-tile { padding: 18px 16px; }
  .woocommerce-account #customer_login { grid-template-columns: 1fr; gap: 14px; }
  .woocommerce-account #customer_login > div { padding: 22px 18px; }
  .woocommerce-account .woocommerce-MyAccount-content > form { padding: 20px 16px; }
  .woocommerce-account .woocommerce-orders-table tbody tr { display: block; margin-bottom: 10px; border-radius: 4px; padding: 6px 0; }
  .woocommerce-account .woocommerce-orders-table td { padding: 8px 14px !important; }
}

/* ==========================================
   18. MEIN KONTO – Hero mit Foto
   ========================================== */
.lg-hero.ac-hero { background: #12031a; text-align: left; min-height: 460px; padding: 190px 6vw 72px !important; }
.lg-hero.ac-hero::before {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 68%; z-index: 0;
  background: url("/wp-content/uploads/2026/06/img_9818-mxB2kgQP8XTV2Dg5.jpeg") center 18% / cover no-repeat;
}
.lg-hero.ac-hero::after {
  width: auto; height: auto; inset: 0; right: 0; bottom: 0; border-radius: 0; z-index: 0;
  background:
    linear-gradient(90deg, #12031a 33%, rgba(18, 3, 26, .75) 50%, rgba(18, 3, 26, .15) 72%, rgba(18, 3, 26, .05) 100%),
    linear-gradient(0deg, #12031a 0%, rgba(18, 3, 26, 0) 35%);
}
.lg-hero.ac-hero > * { max-width: 560px !important; margin-left: 0 !important; margin-right: auto !important; }
.lg-hero.ac-hero .lg-title { font-size: clamp(38px, 5.5vw, 64px) !important; }
@media (min-width: 1025px) { .lg-hero.ac-hero { padding-left: max(6vw, calc((100vw - 1100px) / 2 + 20px)) !important; } }
@media (max-width: 1024px) {
  .lg-hero.ac-hero { min-height: 420px; padding: 160px 5vw 60px !important; }
  .lg-hero.ac-hero::before { width: 72%; }
}
@media (max-width: 781px) {
  .lg-hero.ac-hero { text-align: center; min-height: 0; padding: 300px 20px 36px !important; }
  .lg-hero.ac-hero::before { width: 100%; bottom: auto; height: 400px; background-position: center 15%; }
  .lg-hero.ac-hero::after { bottom: auto; height: 400px; background: linear-gradient(180deg, rgba(18, 3, 26, .45) 0%, rgba(18, 3, 26, .05) 25%, rgba(18, 3, 26, .55) 62%, #12031a 100%); }
  .lg-hero.ac-hero > * { margin-left: auto !important; margin-right: auto !important; }
}
