/*
Theme Name: WINGS Leverkusen 2.0
Theme URI: https://wings-leverkusen.de
Author: 81design.com
Author URI: https://www.81design.com
Description: Redesign WINGS Leverkusen – Frauenbasketball im Rheinland
Version: 2.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: basketball, sports, wings
Text Domain: wings
*/

/* ============================================================
   FONTS
   ============================================================ */
@font-face {
  font-family: 'Autumn';
  src: url('fonts/Autumn.woff2') format('woff2'),
       url('fonts/Autumn.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans/nunito-sans-latin-wght-normal.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans/nunito-sans-latin-wght-italic.woff2') format('woff2');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans/nunito-sans-latin-ext-wght-normal.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/nunito-sans/nunito-sans-latin-ext-wght-italic.woff2') format('woff2');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Hyperwave';
  src: url('fonts/Hyperwave.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --wings-dark: #071A3D;
  --wings-primary: #0c3373;
  --wings-medium: #1650A8;
  --wings-accent: #e94e1b;
  --wings-light: #E6EDF7;
  --wings-white: #FFFFFF;
  --wings-accent-hover: #d4431a;

  --font-headline: 'Autumn', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;

  --header-height: 72px;
}

/* ============================================================
   BASE
   ============================================================ */
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: #374151;
  background: var(--wings-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.font-headline {
  font-family: var(--font-headline);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .02em;
}

a {
  color: var(--wings-primary);
  text-decoration: none;
  transition: color .2s ease;
}
a:hover {
  color: var(--wings-medium);
}

img {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   LEGACY UTILITY CLASSES (Kompatibilität mit bestehenden Plugins)
   ============================================================ */
.wings-orange { color: var(--wings-accent) !important; }
.wings-blau { color: var(--wings-primary) !important; }
.wings-orange-bg { background-color: var(--wings-accent) !important; }
.wings-blau-bg { background-color: var(--wings-primary) !important; }

/* ============================================================
   HEADER
   ============================================================ */
.wings-header {
  background: var(--wings-dark);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: box-shadow .3s ease;
}
.wings-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}
.wings-header .navbar {
  height: 100%;
}

/* Nav Links */
.wings-header .nav-link {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .85rem;
  color: rgba(255, 255, 255, .7) !important;
  padding: 8px 14px !important;
  transition: color .2s ease;
  position: relative;
}
.wings-header .nav-link:hover,
.wings-header .nav-link.active,
.wings-header .current-menu-item > .nav-link {
  color: #fff !important;
}
.wings-header .current-menu-item > .nav-link::after,
.wings-header .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--wings-accent);
  border-radius: 2px;
}

/* Fanshop / CTA Button */
.wings-header .btn-cta {
  background: var(--wings-accent);
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  transition: background .2s ease;
}
.wings-header .btn-cta:hover {
  background: var(--wings-accent-hover);
  color: #fff;
}

/* Mobile Toggler */
.wings-header .navbar-toggler {
  border-color: rgba(255, 255, 255, .3);
  padding: 4px 8px;
}
.wings-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Nav: dunkler Hintergrund beim Aufklappen */
@media (max-width: 991px) {
  .wings-header .navbar-collapse {
    background: var(--wings-dark);
    margin: 0 -12px;
    padding: 1rem 1.25rem;
    border-radius: 0 0 8px 8px;
  }
  .wings-header .btn-cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: .75rem;
  }
}

/* ============================================================
   PAGE HEADER (used on subpages)
   ============================================================ */
.page-header-wings {
  background: var(--wings-dark);
  padding: 2.5rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.page-header-wings::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(233, 78, 27, .06) 0%, transparent 60%);
  pointer-events: none;
}
.page-header-wings h1 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: .25rem;
  position: relative;
}
.page-header-wings .page-subtitle {
  color: rgba(255, 255, 255, .5);
  font-size: .95rem;
  position: relative;
}

/* ============================================================
   BADGES
   ============================================================ */
.badge-league {
  background: var(--wings-primary);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.badge-home {
  background: rgba(233, 78, 27, .1);
  color: var(--wings-accent);
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}
.badge-away {
  background: rgba(12, 51, 115, .1);
  color: var(--wings-primary);
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}
.badge-cat {
  display: inline-block;
  background: rgba(233, 78, 27, .1);
  color: var(--wings-accent);
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

/* ============================================================
   HERO – Featured News (Startseite)
   ============================================================ */
.wings-hero {
  position: relative;
  aspect-ratio: 21 / 9;
  min-height: 400px;
  background: var(--wings-dark);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.wings-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wings-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 26, 61, .95) 0%,
    rgba(7, 26, 61, .6) 35%,
    rgba(7, 26, 61, .25) 60%,
    rgba(7, 26, 61, .4) 100%
  );
}
.wings-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
}
.wings-hero h1 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: .75rem;
}
.wings-hero .hero-teaser {
  color: rgba(255, 255, 255, .75);
  font-size: 1.05rem;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.wings-hero .hero-meta {
  color: rgba(255, 255, 255, .5);
  font-size: .8rem;
}

/* ============================================================
   NÄCHSTES SPIEL WIDGET
   ============================================================ */
.wings-next-game {
  background: var(--wings-light);
  padding: 2.5rem 0;
}
.next-game-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  box-shadow: 0 2px 12px rgba(12, 51, 115, .08);
}

/* Matchup: immer 3-spaltig via CSS Grid */
.next-game-card .matchup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.next-game-card .matchup-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .5rem;
}
.next-game-card .matchup-center {
  text-align: center;
  padding: 0 .5rem;
}
.next-game-card .team-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--wings-light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
}
.next-game-card .team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.next-game-card .team-name {
  font-weight: 700;
  color: var(--wings-dark);
  font-size: .85rem;
  line-height: 1.2;
}
.next-game-card .game-date {
  font-weight: 700;
  color: var(--wings-dark);
  font-size: 1.1rem;
}
.next-game-card .game-time {
  color: #6B7280;
  font-size: .85rem;
}

/* ============================================================
   SECTION HEADINGS (reusable)
   ============================================================ */
.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.section-heading h2 {
  font-size: 1.5rem;
  color: var(--wings-dark);
  margin: 0;
}
.link-accent {
  color: var(--wings-accent);
  font-weight: 700;
  font-size: .85rem;
  transition: color .2s;
}
.link-accent:hover {
  color: var(--wings-accent-hover);
}

/* ============================================================
   NEWS SECTION
   ============================================================ */
.wings-news {
  padding: 4rem 0;
}

/* Shared card styles */
.news-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #F3F4F6;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12, 51, 115, .1);
}
.news-card .card-category {
  display: inline-block;
  align-self: flex-start;
  background: var(--wings-accent);
  color: #fff;
  font-weight: 700;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 3px 10px;
  border-radius: 4px;
}
.news-card .card-title {
  font-family: var(--font-headline);
  font-size: 1rem;
  color: var(--wings-dark);
  line-height: 1.2;
}
.news-card .card-date {
  color: #9CA3AF;
  font-size: .75rem;
}

/* Featured (grosse) News-Card */
.news-card-featured {
  position: relative;
  border: none;
  min-height: 380px;
}
.news-card-featured .news-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.news-card-featured .news-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 26, 61, .9) 0%, rgba(7, 26, 61, .3) 50%, transparent 100%);
  border-radius: 12px;
}
.news-card-featured .news-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 380px;
  padding: 1.5rem;
}
.news-card-featured .card-category {
  background: rgba(233, 78, 27, .9);
  color: #fff;
}
.news-card-featured .card-title {
  font-size: 1.4rem;
  color: #fff;
}
.news-card-featured .card-excerpt {
  color: rgba(255, 255, 255, .8);
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.5;
}
.news-card-featured .card-date {
  color: rgba(255, 255, 255, .55);
  font-weight: 600;
}

/* Kleine News-Cards (Seitenleiste) */
.news-card-small {
  text-decoration: none;
}
.news-card-small .news-card-thumb {
  width: 140px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 12px 0 0 12px;
}
.news-card-small .news-card-info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-card-small .card-title {
  font-size: 1.1rem;
}

/* ============================================================
   ÜBER DEN VEREIN
   ============================================================ */
.wings-about {
  background: var(--wings-dark);
  padding: 4.5rem 0;
  text-align: center;
}
.wings-about h2 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.wings-about .about-text {
  color: rgba(255, 255, 255, .6);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.stat-number {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 2rem;
  color: var(--wings-accent);
  line-height: 1;
}
.stat-label {
  color: #6B7280;
  font-size: .8rem;
  margin-top: .25rem;
}

/* ============================================================
   TEAMS TEASER
   ============================================================ */
.wings-teams {
  padding: 4rem 0;
}
.team-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform .2s;
  text-decoration: none;
}
.team-card:hover {
  transform: translateY(-3px);
}
.team-card .team-img {
  height: 220px;
  background: linear-gradient(135deg, var(--wings-dark), var(--wings-primary));
  background-size: cover;
  background-position: center;
}
.team-card .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(7, 26, 61, .95), transparent);
}
.team-card .team-info h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: .15rem;
}
.team-card .team-info span {
  color: rgba(255, 255, 255, .6);
  font-size: .75rem;
  font-family: var(--font-body);
}

/* ============================================================
   SPONSOREN
   ============================================================ */
.wings-sponsors {
  background: #FAFAFA;
  padding: 3rem 0;
  border-top: 1px solid #F3F4F6;
}
.sponsor-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 2.5rem;
}
.sponsor-logo-link {
  transition: all .3s;
}
.sponsor-logo-link:hover {
  opacity: 1;
}
.sponsor-logo {
  height: auto;
  max-height: 52px;
  width: auto;
  max-width: 140px;
  filter: grayscale(30%);
  opacity: .85;
  transition: all .3s;
}
.sponsor-logo-link:hover .sponsor-logo {
  filter: grayscale(0%);
  opacity: 1;
}

/* ============================================================
   CONTENT SECTIONS
   ============================================================ */
.content-section {
  padding: 2.5rem 0 3rem;
}

.section-label {
  font-family: var(--font-headline);
  font-size: 1rem;
  color: var(--wings-primary);
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid var(--wings-accent);
  display: inline-block;
}

/* ============================================================
   FOOTER
   ============================================================ */
.wings-footer {
  background: var(--wings-dark);
  padding: 3.5rem 0 1.5rem;
  color: rgba(255, 255, 255, .5);
  font-size: .85rem;
}
.wings-footer h6 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 1rem;
}
.wings-footer a {
  color: rgba(255, 255, 255, .6);
  transition: color .2s ease;
}
.wings-footer a:hover {
  color: #fff;
}
.wings-footer .list-unstyled {
  line-height: 2;
}
.wings-footer .footer-tagline {
  font-family: 'Hyperwave', 'Autumn', sans-serif;
  color: var(--wings-accent);
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

/* Social Icons */
.wings-footer .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .6);
  transition: all .2s ease;
  font-size: 1rem;
}
.wings-footer .social-icon:hover {
  background: var(--wings-accent);
  color: #fff;
}

/* Newsletter */
.wings-footer .newsletter-input {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 8px 14px;
  font-size: .85rem;
}
.wings-footer .newsletter-input::placeholder {
  color: rgba(255, 255, 255, .35);
}
.wings-footer .newsletter-input:focus {
  outline: none;
  border-color: var(--wings-accent);
  box-shadow: none;
  background: rgba(255, 255, 255, .12);
}
.wings-footer .newsletter-btn {
  background: var(--wings-accent);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  padding: 8px 16px;
  border-radius: 0 8px 8px 0;
  transition: background .2s ease;
}
.wings-footer .newsletter-btn:hover {
  background: var(--wings-accent-hover);
}

/* Footer Bottom */
.wings-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 1.25rem;
  margin-top: 2.5rem;
  font-size: .75rem;
  color: rgba(255, 255, 255, .3);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-wings {
  background: var(--wings-accent);
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all .2s ease;
}
.btn-wings:hover {
  background: var(--wings-accent-hover);
  color: #fff;
  transform: translateY(-1px);
}
.btn-wings-outline {
  background: transparent;
  color: var(--wings-accent);
  font-weight: 700;
  font-size: .85rem;
  border: 2px solid var(--wings-accent);
  border-radius: 8px;
  padding: 8px 22px;
  transition: all .2s ease;
}
.btn-wings-outline:hover {
  background: var(--wings-accent);
  color: #fff;
}
.btn-wings-accent {
  background: var(--wings-accent);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-body);
  font-size: .85rem;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  transition: background .2s, transform .15s;
}
.btn-wings-accent:hover {
  background: var(--wings-accent-hover);
  color: #fff;
  transform: translateY(-1px);
}

/* ============================================================
   CARDS (reusable)
   ============================================================ */
.wings-card {
  background: #fff;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  overflow: hidden;
  transition: all .2s ease;
}
.wings-card:hover {
  border-color: rgba(233, 78, 27, .15);
  box-shadow: 0 8px 24px rgba(12, 51, 115, .06);
  transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .page-header-wings h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wings-hero { aspect-ratio: 16 / 9; min-height: 380px; }
  .wings-hero h1 { font-size: 2rem; }
  .team-card .team-img { height: 180px; }
}
@media (max-width: 767px) {
  .page-header-wings h1 {
    font-size: 1.6rem;
  }
  .page-header-wings {
    padding: 2rem 0 1.5rem;
  }

  /* Hero kompakter */
  .wings-hero { aspect-ratio: 3 / 4; min-height: 420px; }
  .wings-hero h1 { font-size: 1.75rem; }
  .wings-hero .hero-content { padding-left: 1rem; padding-right: 1rem; }

  /* Next-Game kompakter */
  .wings-next-game > .container { padding-left: 1rem; padding-right: 1rem; }
  .next-game-card { padding: 1.25rem 1rem; }
  .next-game-card .team-logo { width: 48px; height: 48px; }
  .next-game-card .team-name { font-size: .75rem; }
  .next-game-card .game-date { font-size: .9rem; }
  .next-game-card .game-time { font-size: .8rem; }

  /* News */
  .wings-news { padding: 2.5rem 0; }
  .news-card-featured .news-card-body { min-height: 280px; }
  .news-card-featured .card-title { font-size: 1.15rem; }
  .news-card-small .news-card-thumb { width: 100px; }
  .news-card-small .news-card-info { padding: .75rem; }
  .news-card-small .card-title { font-size: .8rem; }

  /* About */
  .wings-about { padding: 3rem 0; }
  .wings-about h2 { font-size: 1.4rem; }
  .stat-number { font-size: 1.5rem; }

  /* Teams */
  .wings-teams { padding: 2.5rem 0; }
  .team-card .team-img { height: 160px; }
  .team-card .team-info h5 { font-size: .85rem; }

  /* Sponsors */
  .sponsor-row { gap: 1.25rem 1.5rem; }
  .sponsor-logo { max-height: 40px; max-width: 100px; }
}


/* ============================================================
   ARTICLE PAGE
   ============================================================ */

/* Hero image */
.article-hero {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center 30%;
}

/* Article header */
.article-header {
  padding: 2rem 0 1rem;
}
.article-header .breadcrumb {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0;
  background: none;
  padding: 0;
  margin-bottom: 1rem;
}
.article-header .breadcrumb a {
  color: #9CA3AF;
}
.article-header .breadcrumb a:hover {
  color: var(--wings-accent);
}
.article-header .breadcrumb .separator {
  color: #D1D5DB;
  margin: 0 0.4rem;
}
.article-header .breadcrumb .current {
  color: #6B7280;
}
.article-header h1 {
  font-size: 2.25rem;
  color: var(--wings-dark);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.article-header .article-teaser {
  font-size: 1.1rem;
  color: #6B7280;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 1rem;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #9CA3AF;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F3F4F6;
}
.article-meta .meta-date {
  font-weight: 600;
  color: #6B7280;
}
.article-meta .meta-dot {
  color: #D1D5DB;
}

/* Article body */
.article-body {
  padding: 1.5rem 0 3rem;
}
.article-body p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  color: #374151;
}
.article-body strong {
  color: var(--wings-dark);
}
.article-body blockquote {
  border-left: 4px solid var(--wings-accent);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: var(--wings-light);
  border-radius: 0 8px 8px 0;
}
.article-body blockquote p {
  font-style: italic;
  color: #4B5563;
  margin-bottom: 0.5rem;
}
.article-body blockquote cite {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--wings-primary);
  font-style: normal;
}
.article-body h3 {
  font-size: 1.15rem;
  color: var(--wings-dark);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* Game result inline box (Spielberichte in Artikeln) */
.game-result-box {
  background: var(--wings-light);
  border-left: 4px solid var(--wings-accent);
  border-radius: 0 8px 8px 0;
  padding: 0.75rem 1.25rem;
  margin: 1.5rem 0 1.25rem;
}
.game-result-box .game-league {
  font-size: 0.7rem;
  color: #9CA3AF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.game-result-box .game-teams {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--wings-dark);
}
.game-result-box .game-score {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--wings-accent);
}


/* ============================================================
   SCOREBOARD WIDGET
   ============================================================ */
.scoreboard {
  background: var(--wings-dark);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: var(--wings-white);
}
.scoreboard .sb-league {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 1rem;
}
.scoreboard .sb-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scoreboard .sb-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  flex: 1;
  min-width: 80px;
}
.scoreboard .sb-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255,255,255,0.1);
  padding: 6px;
}
.scoreboard .sb-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  color: rgba(255,255,255,1);
}
.scoreboard .sb-score {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.scoreboard .sb-score-away {
  color: var(--wings-accent);
}
.scoreboard .sb-colon {
  color: rgba(255,255,255,0.3);
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0.25rem;
}
.scoreboard .sb-meta {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* Quarter scores */
.quarters {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 1rem;
}
.quarter-col {
  text-align: center;
  padding: 0.4rem 0.75rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  flex: 1;
}
.quarter-col:last-child {
  border: none;
}
.quarter-col .q-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}
.quarter-col .q-home,
.quarter-col .q-away {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}
.quarter-col .q-won {
  color: var(--wings-accent);
}


/* ============================================================
   BOXSCORE TABLE
   ============================================================ */
.boxscore {
  margin-bottom: 2rem;
}
.boxscore-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--wings-dark);
  border-radius: 10px 10px 0 0;
  color: var(--wings-white);
}
.boxscore-header img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.boxscore-header .bh-name {
  font-weight: 700;
  font-size: 0.85rem;
}
.boxscore-header .bh-score {
  margin-left: auto;
  font-weight: 800;
  font-size: 1.1rem;
}
.boxscore-table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
  background: var(--wings-white);
  border: 1px solid #E5E7EB;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.boxscore-table thead th {
  background: #F9FAFB;
  color: #6B7280;
  font-weight: 700;
  padding: 0.5rem 0.4rem;
  text-align: center;
  border-bottom: 2px solid #E5E7EB;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.boxscore-table thead th:first-child {
  text-align: left;
  padding-left: 0.75rem;
}
.boxscore-table tbody td {
  padding: 0.5rem 0.4rem;
  text-align: center;
  border-bottom: 1px solid #F3F4F6;
  vertical-align: middle;
}
.boxscore-table tbody td:first-child {
  text-align: left;
  padding-left: 0.75rem;
  font-weight: 600;
  color: var(--wings-dark);
  white-space: nowrap;
}
.boxscore-table tbody tr:hover {
  background: rgba(230,237,247,0.4);
}
.boxscore-table .stat-highlight {
  color: var(--wings-accent);
  font-weight: 800;
}
.boxscore-table .player-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  background: var(--wings-light);
  color: var(--wings-primary);
  font-weight: 800;
  font-size: 0.6rem;
  margin-right: 0.4rem;
}
.boxscore-table tr.is-starter td:first-child {
  color: var(--wings-accent);
}
.boxscore-table tfoot td {
  font-weight: 800;
  background: #F9FAFB;
  border-top: 2px solid #E5E7EB;
  color: var(--wings-dark);
  padding: 0.5rem 0.4rem;
  text-align: center;
}
.boxscore-table tfoot td:first-child {
  text-align: left;
  padding-left: 0.75rem;
}

/* Share bar */
.share-bar {
  border-top: 1px solid #F3F4F6;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.share-bar .share-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wings-light);
  color: var(--wings-primary);
  font-size: 1rem;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
}
.share-btn:hover {
  background: var(--wings-primary);
  color: var(--wings-white);
}


/* ============================================================
   RELATED ARTICLES
   ============================================================ */
.related-section {
  background: var(--wings-light);
  padding: 3rem 0;
}
.related-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--wings-white);
  border: 1px solid #F3F4F6;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12,51,115,0.1);
}
.related-card .card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.related-card .card-body {
  padding: 1rem;
}
.related-card .card-category {
  color: var(--wings-accent);
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.related-card .card-title {
  font-family: var(--font-headline);
  font-size: 0.9rem;
  color: var(--wings-dark);
  line-height: 1.2;
  margin: 0.3rem 0;
}
.related-card .card-date {
  color: #9CA3AF;
  font-size: 0.7rem;
}


/* ============================================================
   ARTICLE SIDEBAR
   ============================================================ */
.sidebar-card {
  background: var(--wings-white);
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.sidebar-title {
  font-family: var(--font-headline);
  font-size: 0.9rem;
  color: var(--wings-dark);
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--wings-accent);
}
.sidebar-news-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F3F4F6;
  transition: opacity 0.2s;
}
.sidebar-news-item:last-child {
  border: none;
}
.sidebar-news-item:hover {
  opacity: 0.8;
}
.sidebar-news-item .sn-date {
  font-size: 0.7rem;
  color: #9CA3AF;
  margin-bottom: 0.2rem;
}
.sidebar-news-item .sn-title {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  color: var(--wings-dark);
  line-height: 1.2;
  text-transform: uppercase;
}

/* Mini game widget */
.mini-game .mini-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
}
.mini-game .mini-team {
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--wings-dark);
}
.mini-game .mini-meta {
  font-size: 0.7rem;
  color: #9CA3AF;
}
.mini-game-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.mini-game-team {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.mini-game-team--away {
  justify-content: flex-end;
  text-align: right;
}
.mini-game-center {
  text-align: center;
  flex-shrink: 0;
  padding: 0 0.25rem;
}
.mini-game-date {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--wings-dark);
  white-space: nowrap;
}


/* ============================================================
   ARTICLE RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .article-hero { aspect-ratio: 16 / 9; max-height: 300px; }
  .article-header h1 { font-size: 1.5rem; }
  .article-header .article-teaser { font-size: 0.95rem; }
  .article-body p { font-size: 0.95rem; }
  .scoreboard .sb-score { font-size: 2rem; }
  .scoreboard .sb-logo { width: 40px; height: 40px; }
  .boxscore-table { font-size: 0.72rem; }
  .quarter-col { padding: 0.4rem 0.5rem; }
  .sidebar-news-item .sn-title { font-size: 1.2rem; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-hero { aspect-ratio: 2 / 1; }
  .article-header h1 { font-size: 1.85rem; }
}


/* ============================================================
   TEAM PAGE – HERO
   ============================================================ */
.dbbl-hero {
  position: relative; min-height: 400px; background: var(--wings-dark);
  display: flex; align-items: flex-end; overflow: hidden;
}
.dbbl-hero-bg {
  position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 1600px;
  background-size: cover; background-position: center 25%; opacity: .35;
}
.dbbl-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--wings-dark) 0%, rgba(7,26,61,.15) 70%);
  display: flex; align-items: flex-end; padding-bottom: 2.5rem;
}
.dbbl-hero .hero-league {
  color: var(--wings-accent); font-weight: 700; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .04em;
}
.dbbl-hero h1 { color: #fff; font-size: 2.5rem; line-height: 1.05; margin-bottom: .25rem; }
.dbbl-hero .hero-sub { color: rgba(255,255,255,.55); font-size: 1rem; }

/* ============================================================
   TEAM PAGE – SECTION NAV & TITLES
   ============================================================ */
.section-nav {
  background: var(--wings-light); border-bottom: 1px solid rgba(12,51,115,.08);
  padding: .6rem 0; position: sticky; top: var(--header-height); z-index: 900;
}
.section-nav a {
  font-weight: 700; font-size: .85rem; color: var(--wings-primary);
  padding: .4rem 1rem; border-radius: 20px; transition: all .2s; white-space: nowrap;
}
.section-nav a:hover,
.section-nav a.active { background: var(--wings-primary); color: #fff; }

.section-title {
  font-family: var(--font-headline); font-size: 1.25rem; color: var(--wings-primary);
  text-transform: uppercase; margin-bottom: 1.25rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--wings-accent); display: inline-block;
}

/* ============================================================
   TEAM PAGE – ROSTER GRID
   ============================================================ */
.roster-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 1rem;
}
.player-card {
  background: #fff; border: 1px solid #F3F4F6; border-radius: 12px;
  overflow: hidden; transition: transform .2s, box-shadow .2s; text-align: center;
}
.player-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,51,115,.1); }
.player-card .player-img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top;
}
.player-card .player-info { padding: .75rem .5rem; }
.player-card .player-number {
  font-family: var(--font-body); font-weight: 800; font-size: .75rem; color: #fff;
  background: var(--wings-dark); display: inline-block; padding: 2px 8px;
  border-radius: 4px; margin-bottom: .3rem;
}
.player-card .player-name {
  font-family: var(--font-body); font-weight: 700; font-size: .95rem;
  color: var(--wings-dark); line-height: 1.2;
}
.player-card .player-pos {
  font-size: .78rem; color: #9CA3AF; font-weight: 600; margin-top: .15rem;
}

/* ============================================================
   TEAM PAGE – STAFF GRID (vertical cards)
   ============================================================ */
.staff-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 1rem;
}
.staff-card {
  background: #fff; border: 1px solid #F3F4F6; border-radius: 12px;
  overflow: hidden; transition: transform .2s, box-shadow .2s; text-align: center;
}
.staff-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,51,115,.1); }
.staff-card .staff-card-img,
.staff-card img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  object-position: center top; display: block;
}
.staff-card .staff-info { padding: .75rem .5rem; }
.staff-card .staff-name {
  font-weight: 700; font-size: .95rem; color: var(--wings-dark); line-height: 1.2;
}
.staff-card .staff-role {
  font-size: .78rem; color: var(--wings-accent); font-weight: 600; margin-top: .15rem;
}

/* ============================================================
   TEAM PAGE – SCHEDULE TABLE
   ============================================================ */
.schedule-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.schedule-table thead th {
  background: var(--wings-dark); color: rgba(255,255,255,.7); font-weight: 600;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; padding: .6rem .5rem;
}
.schedule-table thead th:first-child { border-radius: 8px 0 0 0; }
.schedule-table thead th:last-child  { border-radius: 0 8px 0 0; }
.schedule-table tbody td { padding: .6rem .5rem; border-bottom: 1px solid #F3F4F6; vertical-align: middle; }
.schedule-table tbody tr:hover { background: rgba(230,237,247,.4); }
.schedule-table .team-col { font-weight: 600; color: var(--wings-dark); }
.schedule-table .team-col.is-wings { color: var(--wings-accent); }
.schedule-table .score-col { font-weight: 800; text-align: center; white-space: nowrap; }
.schedule-table .score-win  { color: var(--wings-accent); }
.schedule-table .score-loss { color: #9CA3AF; }
.schedule-table .score-tbd  { color: #D1D5DB; }
.schedule-table .date-col { white-space: nowrap; color: #6B7280; font-size: .82rem; }
.schedule-table .date-col .date-time::before { content: ' · '; }
.schedule-table .date-col .date-time { font-weight: 400; }
.schedule-table .links-col a {
  font-size: .72rem; font-weight: 700; color: var(--wings-primary);
  background: var(--wings-light); padding: 3px 8px; border-radius: 4px;
  margin-right: 4px; transition: all .2s;
}
.schedule-table .links-col a:hover { background: var(--wings-primary); color: #fff; }

.game-type-label {
  font-size: .88rem; font-weight: 700; padding: 5px 14px; border-radius: 5px;
  display: block; width: fit-content; margin-bottom: .5rem;
}
.game-type-liga  { background: var(--wings-light); color: var(--wings-primary); }
.game-type-pokal { background: linear-gradient(135deg, #D97706, #F59E0B); color: #fff; }

/* ============================================================
   TEAM PAGE – RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .dbbl-hero { min-height: 280px; }
  .dbbl-hero h1 { font-size: 1.75rem; }
  .roster-grid { grid-template-columns: repeat(3, 1fr); gap: .6rem; }
  .staff-grid { grid-template-columns: repeat(3, 1fr); gap: .6rem; }
  .schedule-table { font-size: .78rem; }
  .schedule-table tbody td { vertical-align: top; }
  .schedule-table .date-col { white-space: normal; }
  .schedule-table .date-col .date-time { display: block; font-size: .7rem; color: #9CA3AF; }
  .schedule-table .date-col .date-time::before { content: none; }
  .schedule-table .team-col { font-size: .72rem; }
  .dbbl-hero-overlay .container,
  .section-nav .container,
  .page-content > .container { padding-left: 1rem; padding-right: 1rem; }
}
@media (max-width: 575px) {
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ============================================================
   TEAMS OVERVIEW PAGE
   ============================================================ */
.page-header-teams {
  background: var(--wings-light); padding: 2rem 0 1.5rem;
  border-bottom: 1px solid rgba(12,51,115,.08);
}
.page-header-teams h1 { font-size: 2rem; color: var(--wings-dark); margin-bottom: .25rem; }
.page-header-teams .page-subtitle { font-size: .95rem; color: #6B7280; margin-bottom: 0; }

.section-label {
  font-family: var(--font-headline); font-size: 1.1rem; color: var(--wings-primary);
  text-transform: uppercase; letter-spacing: .02em;
  margin-bottom: 1rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--wings-accent); display: inline-block;
}

.team-card {
  border-radius: 16px; overflow: hidden; background: var(--wings-white);
  border: 1px solid #F3F4F6; transition: transform .25s, box-shadow .25s;
  height: 100%;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12,51,115,.12);
}
.team-card .card-img-wrap {
  position: relative; overflow: hidden; height: 220px;
}
.team-card .card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .4s;
}
.team-card:hover .card-img-wrap img { transform: scale(1.04); }
.team-card .card-body { padding: 1.25rem; }
.team-card .card-team-name {
  font-family: var(--font-headline); font-size: 1.1rem;
  color: var(--wings-dark); text-transform: uppercase;
  line-height: 1.2; margin-bottom: .5rem;
}
.team-card .card-cta {
  color: var(--wings-accent); font-weight: 700; font-size: .8rem; transition: color .2s;
}
.team-card .card-cta:hover { color: var(--wings-accent-hover); }

@media (max-width: 767px) {
  .page-header-teams h1 { font-size: 1.5rem; }
  .team-card .card-img-wrap { height: 180px; }
  .page-header-teams > .container,
  .teams-section > .container { padding-left: 1rem; padding-right: 1rem; }
}



/* ============================================================
   TEAM STANDARD – HERO (with breadcrumb)
   ============================================================ */
.team-hero {
  position: relative; background: var(--wings-dark); overflow: hidden;
}
.team-hero img {
  width: 100%; height: 420px;
  object-fit: cover; object-position: center 25%; opacity: .45;
}
.team-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--wings-dark) 0%, rgba(7,26,61,.3) 60%);
  display: flex; align-items: flex-end; padding: 2.5rem 0;
}
.team-hero-overlay .breadcrumb { font-size: .75rem; margin-bottom: .75rem; }
.team-hero-overlay .breadcrumb a { color: rgba(255,255,255,.5); }
.team-hero-overlay .breadcrumb a:hover { color: var(--wings-white); }
.team-hero-overlay .breadcrumb .separator { color: rgba(255,255,255,.25); margin: 0 .4rem; }
.team-hero-overlay .breadcrumb .current { color: rgba(255,255,255,.7); }
.team-hero h1 {
  color: var(--wings-white); font-size: 2.5rem; line-height: 1.05; margin-bottom: .25rem;
}
.team-hero .hero-league {
  color: var(--wings-accent); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .04em;
}

/* ============================================================
   TEAM STANDARD – INFO BAR
   ============================================================ */
.info-bar {
  background: var(--wings-light);
  border-bottom: 1px solid rgba(12,51,115,.08);
  padding: 1rem 0;
}
.info-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; color: #6B7280;
}
.info-item i { color: var(--wings-accent); font-size: 1rem; }
.info-item strong { color: var(--wings-dark); font-weight: 700; }

/* ============================================================
   TEAM STANDARD – SECTION TITLE OVERRIDE
   ============================================================ */
.team-content .section-title {
  font-size: 1.1rem;
}

/* ============================================================
   TEAM STANDARD – SCHEDULE TABLE OVERRIDE
   ============================================================ */
.team-content .schedule-table { font-size: .8rem; }
.team-content .schedule-table .date-col { font-size: .75rem; }

/* ============================================================
   TEAM STANDARD – POKAL
   ============================================================ */
.pokal-badge {
  display: inline-flex; align-items: center; gap: .35rem;
  background: linear-gradient(135deg, #D97706, #F59E0B);
  color: var(--wings-white); font-weight: 700; font-size: .7rem;
  padding: 4px 10px; border-radius: 6px; margin-bottom: .75rem;
}
.pokal-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.pokal-table thead th {
  background: #D97706; color: var(--wings-white);
  font-weight: 600; font-size: .65rem; text-transform: uppercase;
  letter-spacing: .04em; padding: .5rem;
}
.pokal-table thead th:first-child { border-radius: 8px 0 0 0; }
.pokal-table thead th:last-child { border-radius: 0 8px 0 0; }
.pokal-table tbody td {
  padding: .6rem .5rem; border-bottom: 1px solid #F3F4F6; vertical-align: middle;
}
.pokal-table tbody tr:hover { background: rgba(217,119,6,.05); }
.pokal-table .team-col.pokal-ours { color: var(--wings-accent); font-weight: 700; }
.pokal-table .pokal-win { color: var(--wings-accent); font-weight: 800; }

/* ============================================================
   TEAM STANDARD – NEWS CARDS
   ============================================================ */
.news-card {
  border-radius: 12px; overflow: hidden;
  background: var(--wings-white); border: 1px solid #F3F4F6;
  transition: transform .2s, box-shadow .2s; height: 100%;
}
.news-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,51,115,.1); }
.news-card .card-body { padding: 1rem; }
.news-card .card-title {
  font-family: var(--font-headline); font-size: 1.5rem;
  color: var(--wings-dark); line-height: 1.15; margin: .25rem 0;
}
.news-card-featured .card-title { color: #fff; }
.news-card .card-teaser { font-size: .8rem; color: #6B7280; line-height: 1.5; margin-top: .35rem; }
.news-card .card-date { color: #9CA3AF; font-size: .7rem; }

/* ============================================================
   TEAM STANDARD – SIDEBAR
   ============================================================ */
.sidebar-card {
  background: var(--wings-white); border: 1px solid #F3F4F6;
  border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem;
}
.sidebar-title {
  font-family: var(--font-headline); font-size: .9rem;
  color: var(--wings-dark); text-transform: uppercase;
  margin-bottom: 1rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--wings-accent);
}

/* Stats */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.stat-box {
  background: var(--wings-light); border-radius: 8px;
  padding: .75rem; text-align: center;
}
.stat-box .stat-value {
  font-family: var(--font-body); font-weight: 800; font-size: 1.5rem;
  color: var(--wings-dark); line-height: 1;
}
.stat-box .stat-value.accent { color: var(--wings-accent); }
.stat-box .stat-label {
  font-size: .6rem; font-weight: 700; color: #9CA3AF;
  text-transform: uppercase; letter-spacing: .04em; margin-top: .2rem;
}

/* Table widget */
.table-widget th,
.table-widget td { font-size: .75rem; padding: .4rem .5rem; vertical-align: top; }
.table-widget th { color: #6B7280; font-weight: 600; border-bottom: 1px solid #E5E7EB; }
.table-widget td { border-bottom: 1px solid #F3F4F6; }
.table-widget .highlight-row { background: rgba(233,78,27,.06); font-weight: 700; }
.table-widget .team-name-col { white-space: normal; word-break: break-word; }

/* Training (WYSIWYG content) */
.training-content { font-size: .85rem; color: #374151; line-height: 1.7; }
.training-content p { margin-bottom: .5rem; }
.training-content strong { color: var(--wings-dark); }

/* ============================================================
   TEAM STANDARD – TEAMFOTO CARD
   ============================================================ */
.teamfoto-card {
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 16px rgba(7,26,61,.1);
}
.teamfoto-img {
  width: 100%; display: block;
  object-fit: cover; object-position: center 25%;
}
.teamfoto-caption {
  background: var(--wings-light);
  padding: .6rem 1rem; font-size: .75rem;
  color: #6B7280; text-align: center;
}

/* ============================================================
   TEAM STANDARD – BUTTONS
   ============================================================ */
.btn-wings-accent {
  background: var(--wings-accent); color: var(--wings-white); border: none;
  font-weight: 700; border-radius: 8px; padding: 10px 24px;
  transition: background .2s, transform .15s;
}
.btn-wings-accent:hover { background: var(--wings-accent-hover); color: var(--wings-white); transform: translateY(-1px); }
.btn-wings-primary {
  background: var(--wings-primary); color: var(--wings-white); border: none;
  font-weight: 700; border-radius: 8px; padding: 10px 24px;
  transition: background .2s, transform .15s;
}
.btn-wings-primary:hover { background: var(--wings-primary-hover, #0a2a5f); color: var(--wings-white); transform: translateY(-1px); }

/* ============================================================
   PAGE HEADER (Unterseiten wie Ansprechpartner, Verein etc.)
   ============================================================ */
.page-header {
  background: var(--wings-light);
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid rgba(12,51,115,0.08);
}
.page-header h1 { font-size: 2rem; color: var(--wings-dark); margin-bottom: 0.25rem; }
.page-header .page-subtitle { font-size: 0.95rem; color: #6B7280; margin: 0; }

/* Dark variant (Downloads etc.) */
.page-header--dark {
  background: var(--wings-dark); padding: 2.5rem 0 2rem;
  position: relative; overflow: hidden; border-bottom: none;
}
.page-header--dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(233,78,27,.06) 0%, transparent 60%);
  pointer-events: none;
}
.page-header--dark h1 { color: #fff; font-size: 2.2rem; position: relative; }
.page-header--dark .page-subtitle { color: rgba(255,255,255,.5); position: relative; }

.page-content { padding: 2.5rem 0 4rem; }
.content-section { padding: 2.5rem 0 3rem; }

/* Section label (Download-Kategorien etc.) */
.section-label {
  font-family: var(--font-headline); font-size: 1rem;
  color: var(--wings-primary); text-transform: uppercase;
  margin-bottom: 1rem; padding-bottom: .4rem;
  border-bottom: 2px solid var(--wings-accent);
  display: inline-block;
}

/* ============================================================
   DOWNLOAD LIST
   ============================================================ */
.dl-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.dl-item {
  display: flex; align-items: center; gap: 1rem;
  padding: .85rem 1.25rem; background: #fff;
  border: 1px solid #F3F4F6; border-radius: 10px;
  margin-bottom: .5rem; transition: all .2s;
}
.dl-item:hover {
  border-color: rgba(233,78,27,.15);
  box-shadow: 0 4px 12px rgba(12,51,115,.04);
  transform: translateX(3px);
}
.dl-icon {
  width: 40px; height: 40px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.dl-icon.pdf  { background: rgba(239,68,68,.08); color: #ef4444; }
.dl-icon.doc  { background: rgba(59,130,246,.08); color: #3b82f6; }
.dl-icon.img  { background: rgba(34,197,94,.08);  color: #22c55e; }
.dl-icon.zip  { background: rgba(168,85,247,.08); color: #a855f7; }
.dl-icon.file { background: var(--wings-light);    color: var(--wings-primary); }

.dl-info { flex: 1; min-width: 0; }
.dl-name {
  font-weight: 700; font-size: .85rem; color: var(--wings-dark);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.dl-meta {
  font-size: .7rem; color: #9CA3AF;
  display: flex; gap: .75rem; margin-top: .15rem;
}
.dl-btn {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .75rem; font-weight: 700; padding: 6px 14px;
  border-radius: 6px; background: var(--wings-light);
  color: var(--wings-primary); transition: all .2s;
  text-decoration: none !important; flex-shrink: 0;
}
.dl-btn:hover { background: var(--wings-primary); color: #fff; }

/* ============================================================
   SPONSOR TIERS
   ============================================================ */
.sponsor-section { padding: 2.5rem 0 3rem; }

.tier { margin-bottom: 2.5rem; }
.tier:last-child { margin-bottom: 0; }

.tier-header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
.tier-badge {
  font-family: var(--font-body); font-weight: 800; font-size: .65rem;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 4px 14px; border-radius: 5px;
  display: inline-flex; align-items: center; gap: .35rem;
}
.tier-line { flex: 1; height: 1px; background: #E5E7EB; }

/* Badge colors per tier */
.tier-badge.hauptsponsor { background: var(--wings-accent); color: #fff; }
.tier-badge.gold         { background: linear-gradient(135deg,#f59e0b,#d97706); color: #fff; }
.tier-badge.silber       { background: linear-gradient(135deg,#9CA3AF,#6B7280); color: #fff; }
.tier-badge.bronze       { background: linear-gradient(135deg,#d97706,#92400e); color: #fff; }
.tier-badge.foerderer    { background: var(--wings-primary); color: #fff; }
.tier-badge.liga         { background: var(--wings-dark); color: #fff; }
.tier-badge.ausstatter   { background: var(--wings-dark); color: #fff; }
.tier-badge.medical      { background: #059669; color: #fff; }

/* ============================================================
   SPONSOR GRIDS – sizes per tier
   ============================================================ */
.sponsor-grid { display: grid; gap: 1rem; }

/* Hauptsponsor: big cards, auto-fit */
.sponsor-grid.tier-hauptsponsor { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.tier-hauptsponsor .sponsor-card { padding: 2.5rem 2rem; }
.tier-hauptsponsor .sponsor-logo-img { max-height: 90px; }

/* Gold / Premiumpartner: 3-col */
.sponsor-grid.tier-gold { grid-template-columns: repeat(3, 1fr); }
.tier-gold .sponsor-card { padding: 1.75rem 1.5rem; }
.tier-gold .sponsor-logo-img { max-height: 60px; }

/* Silber / Sponsoren: 4-col */
.sponsor-grid.tier-silber { grid-template-columns: repeat(4, 1fr); }
.tier-silber .sponsor-card { padding: 1.25rem 1rem; }
.tier-silber .sponsor-logo-img { max-height: 48px; }

/* Bronze, Förderer: compact 4–5 col */
.sponsor-grid.tier-bronze,
.sponsor-grid.tier-foerderer { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
.tier-bronze .sponsor-card,
.tier-foerderer .sponsor-card { padding: 1rem .75rem; }
.tier-bronze .sponsor-logo-img,
.tier-foerderer .sponsor-logo-img { max-height: 40px; }

/* Liga, Ausstatter, Medical: compact row */
.sponsor-grid.tier-liga,
.sponsor-grid.tier-ausstatter,
.sponsor-grid.tier-medical { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.tier-liga .sponsor-card,
.tier-ausstatter .sponsor-card,
.tier-medical .sponsor-card { padding: .75rem; }
.tier-liga .sponsor-logo-img,
.tier-ausstatter .sponsor-logo-img,
.tier-medical .sponsor-logo-img { max-height: 36px; }

/* ============================================================
   SPONSOR CARD
   ============================================================ */
.sponsor-card {
  background: #fff; border: 1px solid #F3F4F6; border-radius: 10px;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  transition: all .25s; position: relative;
}
.sponsor-card:hover {
  border-color: rgba(233,78,27,.2);
  box-shadow: 0 8px 24px rgba(12,51,115,.06);
  transform: translateY(-3px);
}
.sponsor-card a {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; width: 100%; height: 100%;
  text-decoration: none;
}
.sponsor-logo-img {
  max-width: 80%; object-fit: contain;
  filter: grayscale(30%); opacity: .85; transition: all .3s;
}
.sponsor-card:hover .sponsor-logo-img { filter: grayscale(0%); opacity: 1; }
.sponsor-name {
  font-family: var(--font-body); font-weight: 700; font-size: .7rem;
  color: #9CA3AF; margin-top: .5rem; transition: color .2s; line-height: 1.2;
}
.sponsor-card:hover .sponsor-name { color: var(--wings-dark); }

/* Hauptsponsor: special treatment */
.tier-hauptsponsor .sponsor-card {
  border: 2px solid rgba(233,78,27,.12);
  background: linear-gradient(180deg, #fff 0%, rgba(233,78,27,.02) 100%);
}
.tier-hauptsponsor .sponsor-card:hover { border-color: var(--wings-accent); }
.tier-hauptsponsor .sponsor-name { font-size: .8rem; color: #6B7280; }
.tier-hauptsponsor .sponsor-logo-img { filter: none; opacity: 1; }

/* ============================================================
   SPONSOR CTA BANNER
   ============================================================ */
.sponsor-cta {
  background: linear-gradient(135deg, var(--wings-dark), var(--wings-primary));
  border-radius: 12px; padding: 2.5rem; text-align: center; margin-top: 1rem;
}
.sponsor-cta h3 {
  font-family: var(--font-headline); color: #fff;
  font-size: 1.3rem; margin-bottom: .5rem;
}
.sponsor-cta p {
  color: rgba(255,255,255,.55); font-size: .9rem;
  max-width: 540px; margin: 0 auto .75rem;
}
.sponsor-cta .btn-cta {
  background: var(--wings-accent); color: #fff;
  font-weight: 700; font-size: .85rem; border: none; border-radius: 8px;
  padding: 10px 28px; transition: background .2s;
  display: inline-flex; align-items: center; gap: .4rem;
  text-decoration: none;
}
.sponsor-cta .btn-cta:hover { background: var(--wings-accent-hover); color: #fff; }

/* ============================================================
   ANSPRECHPARTNER / STAFF
   ============================================================ */

/* Section headings from shortcode */
.page-content h2 {
  font-family: var(--font-headline); font-size: 1.1rem;
  color: var(--wings-primary); text-transform: uppercase;
  margin-top: 2.5rem; margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--wings-accent);
  display: inline-block;
}
.page-content h2:first-child { margin-top: 0; }

/* Person grid */
.person-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

/* Person card */
.person-card {
  background: var(--wings-white);
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.person-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(12,51,115,0.1);
}

/* Portrait */
.person-card img {
  width: 120px; height: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 1rem;
  border: 3px solid var(--wings-light);
}

/* Placeholder */
.person-card .no-photo {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--wings-light);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  color: var(--wings-primary); font-size: 2.5rem;
}

/* Name */
.person-card h3 {
  font-family: var(--font-body);
  font-weight: 700; font-size: 1rem;
  color: var(--wings-dark);
  text-transform: none;
  margin-bottom: 0.15rem;
}

/* Role */
.person-card .role {
  font-size: 0.8rem;
  color: var(--wings-accent);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

/* Contact pill */
.person-card .contact { margin: 0; }
.person-card .contact a {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.78rem; font-weight: 600;
  color: var(--wings-primary);
  background: var(--wings-light);
  padding: 5px 14px;
  border-radius: 20px;
  transition: all 0.2s;
}
.person-card .contact a:hover {
  background: var(--wings-primary);
  color: var(--wings-white);
}
.person-card .contact a::before {
  content: "\F32C"; /* bi-envelope */
  font-family: "bootstrap-icons";
  font-size: 0.85rem;
}

/* ============================================================
   TEAM STANDARD – RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .team-hero img { height: 280px; }
  .team-hero h1 { font-size: 1.75rem; }
  .team-hero-overlay { padding: 1.5rem 0; }
  .team-content .schedule-table { font-size: .72rem; }
  .team-content .schedule-table tbody td { vertical-align: top; }
  .team-content .schedule-table .date-col { white-space: normal; }
  .team-content .schedule-table .date-col .date-time { display: block; font-size: .65rem; color: #9CA3AF; }
  .team-content .schedule-table .date-col .date-time::before { content: none; }
  .news-card .card-title { font-size: 1.2rem; }
  .info-bar .container { gap: .75rem !important; }

  .team-hero-overlay .container,
  .info-bar > .container,
  .team-content > .container { padding-left: 1rem; padding-right: 1rem; }

  /* Staff responsive */
  .person-grid { grid-template-columns: 1fr; }

  /* Page header */
  .page-header h1 { font-size: 1.5rem; }
  .page-header--dark h1 { font-size: 1.5rem; }
  .page-header > .container,
  .page-content > .container,
  .content-section > .container { padding-left: 1rem; padding-right: 1rem; }

  /* Downloads responsive */
  .dl-item { flex-wrap: wrap; gap: .5rem; }
  .dl-btn { width: 100%; justify-content: center; margin-top: .25rem; }

  /* Sponsors responsive */
  .sponsor-grid.tier-gold { grid-template-columns: 1fr; }
  .sponsor-grid.tier-silber { grid-template-columns: 1fr 1fr; }
  .sponsor-grid.tier-liga,
  .sponsor-grid.tier-ausstatter,
  .sponsor-grid.tier-medical { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .sponsor-grid.tier-bronze,
  .sponsor-grid.tier-foerderer { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
  .tier-hauptsponsor .sponsor-card { padding: 1.75rem 1.25rem; }
  .tier-hauptsponsor .sponsor-logo-img { max-height: 60px; }
  .sponsor-cta { padding: 1.75rem 1.25rem; }
  .sponsor-cta h3 { font-size: 1.1rem; }
  .sponsor-section > .container { padding-left: 1rem; padding-right: 1rem; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-hero img { height: 340px; }
  .team-hero h1 { font-size: 2rem; }

  /* Staff responsive */
  .person-grid { grid-template-columns: repeat(2, 1fr); }

  /* Sponsors tablet */
  .sponsor-grid.tier-gold { grid-template-columns: repeat(2, 1fr); }
  .sponsor-grid.tier-silber { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   ÜBER UNS – Hero
   ============================================================ */
.about-hero {
  position: relative; background: var(--wings-dark); overflow: hidden;
}
.about-hero img {
  width: 100%; height: 380px;
  object-fit: cover; object-position: center 30%;
  opacity: 0.4;
}
.about-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--wings-dark) 0%, rgba(7,26,61,0.2) 70%);
  display: flex; align-items: flex-end; padding-bottom: 2.5rem;
}
.about-hero h1 { color: var(--wings-white); font-size: 2.5rem; margin-bottom: 0.25rem; line-height: 1.05; }
.about-hero .hero-sub { color: rgba(255,255,255,0.65); font-size: 1rem; max-width: 560px; }

/* ============================================================
   ÜBER UNS – Classic Editor Content Styles
   (p.lead-text, facts-grid, values-grid, timeline, image-row, cta-box)
   ============================================================ */
.page-content .lead-text {
  font-size: 1.1rem; font-weight: 300; color: var(--wings-dark);
  line-height: 1.7; max-width: 720px; margin-bottom: 1.25rem;
}
.page-content p { font-size: 0.95rem; line-height: 1.75; margin-bottom: 0.75rem; }

/* Facts Grid */
.facts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; margin: 1.5rem 0 2rem;
}
.fact-card {
  background: var(--wings-light); border-radius: 12px;
  padding: 1.25rem; text-align: center;
}
.fact-card .fact-value {
  font-family: var(--font-body); font-weight: 800;
  font-size: 2rem; color: var(--wings-accent); line-height: 1;
}
.fact-card .fact-label {
  font-size: 0.75rem; font-weight: 600; color: #6B7280;
  text-transform: uppercase; letter-spacing: 0.03em; margin-top: 0.3rem;
}

/* Values Grid */
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin: 1.25rem 0 2rem;
}
.value-card {
  background: var(--wings-white); border: 1px solid #F3F4F6;
  border-radius: 12px; padding: 1.5rem;
  border-top: 3px solid var(--wings-accent);
}
.value-card .value-icon { font-size: 1.5rem; color: var(--wings-accent); margin-bottom: 0.75rem; }
.value-card h3 {
  font-family: var(--font-body); font-weight: 700;
  font-size: 0.95rem; color: var(--wings-dark);
  text-transform: none; margin-bottom: 0.4rem;
}
.value-card p { font-size: 0.85rem; color: #6B7280; line-height: 1.6; margin: 0; }

/* Timeline */
.timeline { position: relative; margin: 1.5rem 0 2rem; padding-left: 2rem; }
.timeline::before {
  content: ''; position: absolute; left: 6px; top: 4px; bottom: 4px;
  width: 2px; background: var(--wings-light);
}
.timeline-item { position: relative; margin-bottom: 1.5rem; }
.timeline-item::before {
  content: ''; position: absolute; left: -2rem; top: 5px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--wings-white); border: 3px solid var(--wings-accent); z-index: 1;
}
.timeline-item.highlight::before { background: var(--wings-accent); }
.timeline-year {
  font-family: var(--font-body); font-weight: 800;
  font-size: 0.8rem; color: var(--wings-accent);
  text-transform: uppercase; letter-spacing: 0.03em;
}
.timeline-text { font-size: 0.9rem; color: #374151; line-height: 1.6; margin-top: 0.1rem; }
.timeline-text strong { color: var(--wings-dark); }

/* Image Row */
.image-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin: 2rem 0;
}
.image-row img {
  width: 100%; height: 240px;
  object-fit: cover; border-radius: 12px;
}

/* CTA Box */
.cta-box {
  background: var(--wings-dark); border-radius: 16px;
  padding: 2.5rem; text-align: center; margin-top: 2rem;
}
.cta-box h2 {
  color: var(--wings-white) !important; font-size: 1.25rem;
  border: none !important; margin: 0 0 0.5rem !important;
  display: block !important;
}
.cta-box p { color: rgba(255,255,255,0.6) !important; font-size: 0.9rem; margin-bottom: 1.25rem; }
.cta-box .btn-wings-accent {
  background: var(--wings-accent); color: var(--wings-white);
  border: none; font-weight: 700; border-radius: 8px;
  padding: 12px 28px; font-size: 0.9rem;
  transition: background 0.2s, transform 0.15s;
  display: inline-block; text-decoration: none;
}
.cta-box .btn-wings-accent:hover { background: var(--wings-accent-hover); color: #fff; transform: translateY(-1px); }

/* ============================================================
   TICKETS – CTA Bar
   ============================================================ */
.ticket-cta-bar { background: var(--wings-accent); padding: 1rem 0; }
.ticket-cta-bar .container {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: .75rem;
}
.ticket-cta-bar .cta-text { color: #fff; font-weight: 700; font-size: .95rem; }
.ticket-cta-bar .cta-text small { font-weight: 400; opacity: .85; display: block; font-size: .8rem; }
.ticket-cta-bar .btn-tickets {
  background: #fff; color: var(--wings-accent); font-weight: 800;
  font-size: .85rem; border: none; border-radius: 8px;
  padding: 10px 24px; transition: all .2s; text-decoration: none;
  display: inline-flex; align-items: center; gap: .3rem;
}
.ticket-cta-bar .btn-tickets:hover { background: var(--wings-dark); color: #fff; }

/* ============================================================
   TICKETS – Pricing Cards
   ============================================================ */
.pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; margin-bottom: 2.5rem;
}
.price-card {
  background: #fff; border: 1px solid #F3F4F6; border-radius: 12px;
  padding: 1.5rem 1rem; text-align: center;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.price-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,51,115,.08); }
.price-card.featured { border-color: var(--wings-accent); box-shadow: 0 0 0 2px rgba(233,78,27,.15); }
.price-card.featured::before {
  content: 'BELIEBT'; position: absolute; top: -10px; left: 50%;
  transform: translateX(-50%); background: var(--wings-accent);
  color: #fff; font-size: .6rem; font-weight: 800;
  padding: 2px 10px; border-radius: 10px; letter-spacing: .04em;
}
.price-card .price-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--wings-light); display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--wings-primary); font-size: 1.2rem; margin-bottom: .75rem;
}
.price-card .price-label { font-weight: 700; font-size: .85rem; color: var(--wings-dark); margin-bottom: .25rem; }
.price-card .price-value {
  font-family: var(--font-body); font-weight: 800;
  font-size: 1.8rem; color: var(--wings-accent); line-height: 1;
}
.price-card .price-value small { font-size: .85rem; font-weight: 600; color: #9CA3AF; }
.price-card .price-note { font-size: .72rem; color: #9CA3AF; margin-top: .4rem; line-height: 1.3; }

/* ============================================================
   TICKETS – Venue Cards
   ============================================================ */
.venue-card {
  background: #fff; border: 1px solid #F3F4F6;
  border-radius: 12px; overflow: hidden;
}
.venue-card .venue-header {
  background: var(--wings-dark); padding: 1rem 1.25rem;
  display: flex; align-items: center; gap: .75rem;
}
.venue-card .venue-header .venue-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: rgba(255,255,255,.1); display: flex;
  align-items: center; justify-content: center;
  color: var(--wings-accent); font-size: 1.1rem; flex-shrink: 0;
}
.venue-card .venue-header h3 {
  color: #fff; font-family: var(--font-body);
  font-weight: 700; font-size: .95rem; margin: 0;
}
.venue-card .venue-header .venue-tag {
  font-size: .65rem; font-weight: 700; color: var(--wings-accent);
  text-transform: uppercase; letter-spacing: .03em;
}
.venue-body { padding: 1.25rem; }
.venue-body p { font-size: .85rem; line-height: 1.6; color: #6B7280; margin-bottom: .75rem; }
.venue-body .venue-address { font-weight: 600; color: var(--wings-dark); font-size: .9rem; }

/* Map Placeholder */
.map-placeholder {
  background: var(--wings-light); border-radius: 10px;
  padding: 1.5rem; text-align: center; position: relative;
  overflow: hidden; margin-top: .5rem;
}
.map-placeholder .map-bg {
  position: absolute; inset: 0; opacity: .15;
  background:
    radial-gradient(circle at 55% 45%, var(--wings-primary) 2px, transparent 2px),
    repeating-linear-gradient(0deg, transparent, transparent 24px, rgba(12,51,115,.06) 24px, rgba(12,51,115,.06) 25px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, rgba(12,51,115,.06) 24px, rgba(12,51,115,.06) 25px);
}
.map-placeholder .map-pin { font-size: 2rem; color: var(--wings-accent); margin-bottom: .5rem; position: relative; }
.map-placeholder p { font-size: .8rem; color: #6B7280; margin-bottom: .75rem; position: relative; }
.map-placeholder .map-links {
  display: flex; gap: .5rem; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.map-placeholder .map-link {
  font-size: .75rem; font-weight: 700; padding: 6px 14px;
  border-radius: 6px; transition: all .2s; display: inline-flex;
  align-items: center; gap: .3rem; text-decoration: none;
}
.map-link-osm { background: var(--wings-primary); color: #fff !important; }
.map-link-osm:hover { background: var(--wings-primary-hover); color: #fff !important; }
.map-link-nav { background: #fff; color: var(--wings-primary) !important; border: 1px solid rgba(12,51,115,.15); }
.map-link-nav:hover { background: var(--wings-primary); color: #fff !important; border-color: var(--wings-primary); }

/* Venue Info Container */
.venue-info-container {
  background: var(--wings-light); border-radius: 0 0 12px 12px;
  margin-top: -8px; padding: 1.25rem 1.25rem 1rem;
  border: 1px solid rgba(12,51,115,.06); border-top: none; position: relative;
}
.venue-info-container::before {
  content: ''; position: absolute; top: 0; left: 1.5rem; right: 1.5rem;
  height: 1px; background: rgba(12,51,115,.08);
}
.venue-info-label {
  font-family: var(--font-body); font-weight: 700; font-size: .75rem;
  color: var(--wings-primary); text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: .75rem;
}
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.info-block {
  background: #fff; border: 1px solid rgba(12,51,115,.06);
  border-radius: 10px; padding: 1rem; display: flex;
  gap: .75rem; align-items: flex-start;
}
.info-block .info-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--wings-light); display: flex;
  align-items: center; justify-content: center;
  color: var(--wings-primary); font-size: 1rem; flex-shrink: 0;
}
.venue-info-container .info-block .info-icon { background: rgba(12,51,115,.06); }
.info-block h4 {
  font-family: var(--font-body); font-weight: 700;
  font-size: .85rem; color: var(--wings-dark); margin-bottom: .2rem;
  text-transform: none;
}
.info-block p { font-size: .8rem; color: #6B7280; margin: 0; line-height: 1.5; }
.info-block .info-block-content { font-size: .8rem; color: #6B7280; line-height: 1.5; }
.info-block .info-block-content p { margin: 0 0 .25rem; font-size: .8rem; }
.info-block a { font-weight: 600; }

/* Transit Badges */
.transit-badge {
  display: inline-flex; align-items: center; gap: .35rem;
  background: var(--wings-dark); color: #fff; font-weight: 800;
  font-size: .7rem; padding: 3px 10px; border-radius: 4px;
  margin-right: .35rem; margin-bottom: .35rem;
}
.transit-badge.bus { background: #00843d; }
.transit-badge.tram { background: #0066b3; }
.transit-badge.sbahn { background: #006f35; }

/* Dauerkarten Banner */
.dk-banner {
  background: linear-gradient(135deg, var(--wings-dark), var(--wings-primary));
  border-radius: 12px; padding: 2rem; display: flex;
  align-items: center; gap: 1.5rem; margin-top: 1rem; margin-bottom: 2rem;
}
.dk-banner .dk-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,.1); display: flex;
  align-items: center; justify-content: center;
  color: var(--wings-accent); font-size: 1.5rem; flex-shrink: 0;
}
.dk-banner h3 {
  font-family: var(--font-body); font-weight: 700;
  font-size: 1rem; color: #fff; margin-bottom: .25rem; text-transform: none;
}
.dk-banner p { font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: .75rem; }
.dk-banner .btn-dk {
  background: var(--wings-accent); color: #fff; font-weight: 700;
  font-size: .8rem; border: none; border-radius: 6px;
  padding: 8px 20px; transition: background .2s; text-decoration: none;
  display: inline-flex; align-items: center; gap: .3rem;
}
.dk-banner .btn-dk:hover { background: var(--wings-accent-hover); color: #fff; }

/* Notice Box */
.notice-box {
  background: rgba(233,78,27,.06); border-left: 3px solid var(--wings-accent);
  border-radius: 0 8px 8px 0; padding: 1rem 1.25rem;
  font-size: .82rem; line-height: 1.6; color: #6B7280; margin-bottom: 1.5rem;
}
.notice-box strong { color: var(--wings-dark); }
.notice-box a { font-weight: 600; }

/* ============================================================
   RESPONSIVE – Über Uns & Tickets
   ============================================================ */
@media (max-width: 991px) {
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .about-hero img { height: 260px; }
  .about-hero h1 { font-size: 1.75rem; }
  .about-hero-overlay { padding-bottom: 1.5rem; }
  .image-row { grid-template-columns: 1fr; }
  .image-row img { height: 200px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .price-card { padding: 1.25rem .75rem; }
  .info-grid { grid-template-columns: 1fr; }
  .dk-banner { flex-direction: column; text-align: center; padding: 1.5rem; }
  .ticket-cta-bar .container { justify-content: center; text-align: center; }
  .about-hero-overlay .container { padding-left: 1rem; padding-right: 1rem; }
}
@media (max-width: 575px) {
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { padding: 1.5rem; }
  .price-card .price-value { font-size: 1.5rem; }
}

/* ============================================================
   NEWS ARCHIVE (home.php)
   ============================================================ */
.news-archive { padding: 2.5rem 0 4rem; }

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.news-archive-card {
  display: flex; flex-direction: column;
  text-decoration: none !important; height: 100%;
}

.news-archive-thumb { position: relative; overflow: hidden; }
.news-archive-thumb img {
  width: 100%; height: 220px;
  object-fit: cover; display: block;
  transition: transform .3s;
}
.news-archive-card:hover .news-archive-thumb img { transform: scale(1.04); }

.news-archive-thumb--empty {
  height: 220px; background: var(--wings-light);
  display: flex; align-items: center; justify-content: center;
  color: rgba(12,51,115,.15); font-size: 3rem;
}

.news-archive-body {
  padding: 1rem 1.25rem 1.25rem;
  display: flex; flex-direction: column; flex: 1;
}
.news-archive-body .card-title { font-size: 1.05rem; margin: .35rem 0 .4rem; }
.news-archive-body .card-teaser {
  font-size: .82rem; color: #6B7280; line-height: 1.55;
  flex: 1; margin-bottom: .5rem;
}
.news-archive-body .card-date { margin-top: auto; }

/* Pagination */
.news-pagination {
  margin-top: 2.5rem; display: flex; justify-content: center;
}
.news-pagination .page-numbers {
  list-style: none; display: flex; gap: .4rem;
  padding: 0; margin: 0; flex-wrap: wrap; justify-content: center;
}
.news-pagination .page-numbers li { display: inline-flex; }
.news-pagination .page-numbers a,
.news-pagination .page-numbers span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 .5rem;
  border-radius: 8px; font-size: .85rem; font-weight: 700;
  text-decoration: none; transition: all .2s;
  color: var(--wings-primary); background: var(--wings-light);
  border: 1px solid transparent;
}
.news-pagination .page-numbers a:hover {
  background: var(--wings-primary); color: #fff;
}
.news-pagination .page-numbers .current {
  background: var(--wings-accent); color: #fff;
  border-color: var(--wings-accent);
}
.news-pagination .page-numbers .dots {
  background: transparent; border: none; color: #9CA3AF;
}
.news-pagination .page-numbers .prev,
.news-pagination .page-numbers .next {
  background: transparent; font-size: 1rem;
}
.news-pagination .page-numbers .prev:hover,
.news-pagination .page-numbers .next:hover {
  background: var(--wings-light);
}

/* Empty state */
.news-archive-empty {
  text-align: center; padding: 4rem 1rem;
  color: #9CA3AF;
}
.news-archive-empty i { font-size: 3rem; margin-bottom: 1rem; display: block; }
.news-archive-empty p { font-size: .95rem; }

/* Responsive */
@media (max-width: 991px) {
  .news-archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .news-archive-grid { grid-template-columns: 1fr; }
  .news-archive-thumb img { height: 200px; }
}
