/*
 Theme Name:   Frankenpride Divi Child Theme
 Theme URI:    https://frankenpride.de
 Description:  Divi Child Theme für Frankenpride e.V. – Queerer Dachverband Metropolregion Nürnberg
 Author:       Frankenpride e.V.
 Author URI:   https://frankenpride.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  frankenpride
*/

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --fp-red:      #E40303;
  --fp-orange:   #FF8C00;
  --fp-yellow:   #FFED00;
  --fp-green:    #008026;
  --fp-blue:     #004DFF;
  --fp-violet:   #750787;

  --fp-dark:     #0a0018;
  --fp-dark-2:   #12002a;
  --fp-purple:   #6B21A8;
  --fp-white:    #ffffff;
  --fp-off-white:#f4f4f6;
  --fp-grey:     #6b7280;
  --fp-dark-card:#1a1a2e;

  --fp-font-head: 'Montserrat', sans-serif;
  --fp-font-body: 'Inter', sans-serif;
  --fp-font-logo: 'Pacifico', cursive;

  --fp-radius: 12px;
  --fp-radius-lg: 20px;
  --fp-shadow: 0 4px 24px rgba(0,0,0,0.10);
  --fp-shadow-lg: 0 8px 40px rgba(0,0,0,0.18);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--fp-font-body);
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

/* ============================================================
   RAINBOW TOPBAR
   ============================================================ */
.fp-rainbow-bar {
  display: flex;
  height: 7px;
  width: 100%;
}
.fp-rainbow-bar span {
  flex: 1;
}
.fp-rainbow-bar span:nth-child(1) { background: var(--fp-red); }
.fp-rainbow-bar span:nth-child(2) { background: var(--fp-orange); }
.fp-rainbow-bar span:nth-child(3) { background: var(--fp-yellow); }
.fp-rainbow-bar span:nth-child(4) { background: var(--fp-green); }
.fp-rainbow-bar span:nth-child(5) { background: var(--fp-blue); }
.fp-rainbow-bar span:nth-child(6) { background: var(--fp-violet); }

/* ============================================================
   HEADER
   ============================================================ */
.fp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 68px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.fp-logo {
  font-family: var(--fp-font-logo);
  font-size: 1.55rem;
  letter-spacing: -0.5px;
  line-height: 1;
}
.fp-logo .logo-franken { color: var(--fp-red); }
.fp-logo .logo-pride   { color: var(--fp-violet); }

.fp-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.fp-nav a {
  font-family: var(--fp-font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity .2s;
}
.fp-nav a:hover { opacity: .7; }
.fp-nav .nav-gruppen  a { color: var(--fp-red); }
.fp-nav .nav-events   a { color: var(--fp-orange); }
.fp-nav .nav-mitmachen a { color: var(--fp-green); }
.fp-nav .nav-ueber    a { color: var(--fp-blue); }

.fp-nav-cta a {
  background: var(--fp-green);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
}
.fp-nav-cta a:hover {
  background: #006b1f;
  transform: translateY(-1px);
  opacity: 1;
}

/* Mobile hamburger */
.fp-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.fp-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: all .3s;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.fp-hero {
  background: var(--fp-dark);
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 24px 90px;
}

/* Blur blobs */
.fp-hero::before,
.fp-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
}
.fp-hero::before {
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--fp-violet) 0%, var(--fp-blue) 100%);
  top: -120px; left: -100px;
}
.fp-hero::after {
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--fp-red) 0%, var(--fp-orange) 100%);
  bottom: -80px; right: -80px;
}

.fp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.fp-hero-eyebrow {
  font-family: var(--fp-font-head);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fp-yellow);
  margin-bottom: 18px;
}

.fp-hero-title {
  font-family: var(--fp-font-head);
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 22px;
  letter-spacing: -1px;
}

.fp-hero-title .text-rainbow {
  background: linear-gradient(90deg, var(--fp-red) 0%, var(--fp-orange) 20%, var(--fp-yellow) 38%, var(--fp-green) 55%, var(--fp-blue) 72%, var(--fp-violet) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fp-hero-sub {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 36px;
}

/* Countdown */
.fp-countdown-label {
  font-family: var(--fp-font-head);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fp-orange);
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px 28px;
}

.fp-countdown {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}

.fp-countdown-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 18px 10px;
  min-width: 78px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.fp-countdown-item .number {
  font-family: var(--fp-font-head);
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: block;
}

.fp-countdown-item .label {
  font-family: var(--fp-font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 5px;
}

/* Hero CTAs */
.fp-hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.fp-btn {
  font-family: var(--fp-font-head);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: transform .15s, box-shadow .15s, background .2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.02em;
}
.fp-btn:hover { transform: translateY(-2px); }

.fp-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
}
.fp-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.06); }

.fp-btn-ghost {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.25);
}
.fp-btn-ghost:hover { background: rgba(255,255,255,0.18); }

/* ============================================================
   SECTION SHARED
   ============================================================ */
.fp-section {
  padding: 80px 24px;
}
.fp-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fp-eyebrow {
  font-family: var(--fp-font-head);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fp-grey);
  margin-bottom: 10px;
}
.fp-section-title {
  font-family: var(--fp-font-head);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #111;
  line-height: 1.15;
  margin-bottom: 10px;
}
.fp-section-sub {
  color: var(--fp-grey);
  font-size: 0.95rem;
  margin-bottom: 48px;
}

/* ============================================================
   GRUPPEN SECTION
   ============================================================ */
.fp-gruppen {
  background: #fff;
}

.fp-gruppen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.fp-group-card {
  border-radius: var(--fp-radius-lg);
  padding: 24px 20px 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.fp-group-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fp-shadow-lg);
}

.fp-group-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.5) 100%);
  border-radius: inherit;
}

.fp-group-card .card-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.18);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  z-index: 1;
}

.fp-group-card .card-meta {
  position: relative;
  z-index: 1;
}
.fp-group-card .card-type {
  font-family: var(--fp-font-head);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
}
.fp-group-card .card-name {
  font-family: var(--fp-font-head);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}
.fp-group-card .card-loc {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
}

.fp-group-card.card-red    { background: linear-gradient(135deg, #c0392b 0%, var(--fp-red) 100%); }

/*.fp-group-card.card-blue   { background: linear-gradient(135deg, #1a237e 0%, #1565c0 100%); }*/
.fp-group-card.card-purple { background: linear-gradient(135deg, #4a0080 0%, #7c3aed 100%); }
.fp-group-card.card-dark   { background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%); }

.fp-group-card.card-green  { background: linear-gradient(135deg, #1a2e1f 0%, #1f4a2a 50%, #56db5f 150%); }

.fp-group-card.card-blue   { background: linear-gradient(135deg, #1a1e2e 0%, #1f274a 50%, #263dc6 150%); }

.fp-group-card.card-orange { background: linear-gradient(135deg, #2e2419 0%, #4a3520 50%, #ff9906 150%); }

.fp-group-card.card-yellow { background: linear-gradient(135deg, #2e2c19 0%, #4a471f 50%, #ffec00 150%); }


/* ============================================================
   MISSION SECTION
   ============================================================ */
.fp-mission {
  background: var(--fp-off-white);
}

.fp-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.fp-mission-left .fp-section-title {
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  line-height: 1.2;
  margin-bottom: 18px;
}
.fp-mission-left p {
  color: var(--fp-grey);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.fp-btn-purple {
  background: var(--fp-purple);
  color: #fff;
  border: none;
}
.fp-btn-purple:hover {
  background: #5b1a96;
  box-shadow: 0 4px 20px rgba(107,33,168,0.35);
}

.fp-stat-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fp-stat-card {
  background: #fff;
  border-radius: var(--fp-radius);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: var(--fp-shadow);
}
.fp-stat-card .stat-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.fp-stat-card .stat-number {
  font-family: var(--fp-font-head);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--fp-purple);
  line-height: 1;
}
.fp-stat-card .stat-label {
  font-size: 0.85rem;
  color: var(--fp-grey);
  margin-top: 2px;
}

/* ============================================================
   EVENTS SECTION
   ============================================================ */
.fp-events {
  background: #fff;
}

.fp-events-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.fp-event-featured {
  border-radius: var(--fp-radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, #1a0a2e 0%, #2d1060 40%, #0d3a2e 100%);
  color: #fff;
  padding: 28px;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fp-event-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);
}

.fp-event-date-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--fp-red);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  font-family: var(--fp-font-head);
  font-weight: 800;
  line-height: 1.1;
  z-index: 1;
}
.fp-event-date-badge .day   { font-size: 1.5rem; display: block; }
.fp-event-date-badge .month { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; display: block; opacity: .85; }
.fp-event-date-badge .year  { font-size: 0.6rem; display: block; opacity: .75; }

.fp-event-featured .event-meta {
  position: relative;
  z-index: 1;
}
.fp-event-featured .event-location {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fp-event-featured .event-title {
  font-family: var(--fp-font-head);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
.fp-event-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fp-event-tag {
  font-family: var(--fp-font-head);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.fp-event-tag.tag-csd     { background: var(--fp-red); color: #fff; }
.fp-event-tag.tag-parade  { background: var(--fp-blue); color: #fff; }

/* Mini event cards */
.fp-event-mini-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fp-event-mini-month {
  font-family: var(--fp-font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fp-orange);
  margin-bottom: 4px;
}

.fp-event-mini {
  background: var(--fp-off-white);
  border-radius: var(--fp-radius);
  padding: 18px 20px;
  border-left: 3px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.fp-event-mini:hover {
  border-color: var(--fp-purple);
  box-shadow: var(--fp-shadow);
}
.fp-event-mini .mini-title {
  font-family: var(--fp-font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 5px;
}
.fp-event-mini .mini-loc {
  font-size: 0.78rem;
  color: var(--fp-grey);
  display: flex;
  align-items: center;
  gap: 4px;
}
.fp-event-mini .mini-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
}
.mini-dot-orange { background: var(--fp-orange); }
.mini-dot-purple { background: var(--fp-violet); }

/* ============================================================
   RAINBOW DIVIDER
   ============================================================ */
.fp-rainbow-divider {
  display: flex;
  height: 5px;
  width: 100%;
}
.fp-rainbow-divider span {
  flex: 1;
}
.fp-rainbow-divider span:nth-child(1) { background: var(--fp-red); }
.fp-rainbow-divider span:nth-child(2) { background: var(--fp-orange); }
.fp-rainbow-divider span:nth-child(3) { background: var(--fp-yellow); }
.fp-rainbow-divider span:nth-child(4) { background: var(--fp-green); }
.fp-rainbow-divider span:nth-child(5) { background: var(--fp-blue); }
.fp-rainbow-divider span:nth-child(6) { background: var(--fp-violet); }

/* ============================================================
   FOOTER
   ============================================================ */
.fp-footer {
  background: #0f0f17;
  color: rgba(255,255,255,0.75);
  padding: 60px 24px 0;
}

.fp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto 48px;
}

.fp-footer-brand .fp-logo {
  display: inline-block;
  margin-bottom: 16px;
}
.fp-footer-brand .fp-logo .logo-franken { color: rgba(255,255,255,0.9); }
.fp-footer-brand .fp-logo .logo-pride   { color: var(--fp-orange); }

.fp-footer-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 240px;
  color: rgba(255,255,255,0.5);
}

.fp-footer-col h4 {
  font-family: var(--fp-font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}

.fp-footer-col ul {
  list-style: none;
}
.fp-footer-col ul li {
  margin-bottom: 10px;
}
.fp-footer-col ul li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  transition: color .2s;
}
.fp-footer-col ul li a:hover { color: #fff; }

.fp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fp-footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

.fp-social-icons {
  display: flex;
  gap: 12px;
}
.fp-social-icons a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  transition: background .2s, color .2s;
}
.fp-social-icons a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* ============================================================
   WP_NAV_MENU – Farben per Menü-Item-Klasse
   Nutze in WordPress Design → Menüs die CSS-Klassen:
   nav-gruppen / nav-events / nav-mitmachen / nav-ueber / fp-nav-cta
   ============================================================ */
.fp-nav .menu-item a            { color: #1a1a1a; }
.fp-nav .nav-gruppen   > a,
.fp-nav .nav-gruppen   > a:focus { color: var(--fp-red); }
.fp-nav .nav-events    > a,
.fp-nav .nav-events    > a:focus { color: var(--fp-orange); }
.fp-nav .nav-mitmachen > a,
.fp-nav .nav-mitmachen > a:focus { color: var(--fp-green); }
.fp-nav .nav-ueber     > a,
.fp-nav .nav-ueber     > a:focus { color: var(--fp-blue); }
.fp-nav .fp-nav-cta    > a {
  background: var(--fp-green);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
}
.fp-nav .fp-nav-cta > a:hover {
  background: #006b1f;
  transform: translateY(-1px);
}

/* ============================================================
   BLOG – Single Post
   ============================================================ */
.fp-single-inner {
  max-width: 740px;
  margin: 0 auto;
}

.fp-breadcrumb {
  font-size: 0.82rem;
  color: var(--fp-grey);
  margin-bottom: 20px;
}
.fp-breadcrumb a { color: var(--fp-purple); }
.fp-breadcrumb a:hover { text-decoration: underline; }

.fp-single-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.fp-post-cat {
  font-family: var(--fp-font-head);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--fp-purple);
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
}
.fp-post-date {
  font-size: 0.82rem;
  color: var(--fp-grey);
}

.fp-single-title {
  font-family: var(--fp-font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: #111;
  margin-bottom: 28px;
}

.fp-single-thumb {
  border-radius: var(--fp-radius-lg);
  overflow: hidden;
  margin-bottom: 36px;
}
.fp-single-thumb img { width: 100%; height: auto; }

.fp-single-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2d2d2d;
}
.fp-single-content h2 { font-family: var(--fp-font-head); font-size: 1.5rem; font-weight: 800; margin: 36px 0 12px; }
.fp-single-content h3 { font-family: var(--fp-font-head); font-size: 1.2rem; font-weight: 800; margin: 28px 0 10px; }
.fp-single-content p  { margin-bottom: 20px; }
.fp-single-content a  { color: var(--fp-purple); text-decoration: underline; }
.fp-single-content ul,
.fp-single-content ol { padding-left: 24px; margin-bottom: 20px; }
.fp-single-content li { margin-bottom: 6px; }
.fp-single-content blockquote {
  border-left: 4px solid var(--fp-purple);
  padding: 12px 20px;
  margin: 28px 0;
  background: var(--fp-off-white);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--fp-grey);
}

.fp-single-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.fp-tag {
  font-size: 0.8rem;
  color: var(--fp-purple);
  background: rgba(107,33,168,0.08);
  padding: 4px 12px;
  border-radius: 20px;
  transition: background .2s;
}
.fp-tag:hover { background: rgba(107,33,168,0.15); }

.fp-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #e5e7eb;
}
.fp-post-nav a {
  font-family: var(--fp-font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--fp-purple);
}
.fp-post-nav a:hover { text-decoration: underline; }
.fp-post-nav-next { text-align: right; }

/* ============================================================
   BLOG – Archive / Übersicht
   ============================================================ */
.fp-archive-header {
  margin-bottom: 48px;
}

.fp-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.fp-post-card {
  background: #fff;
  border-radius: var(--fp-radius-lg);
  overflow: hidden;
  box-shadow: var(--fp-shadow);
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.fp-post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fp-shadow-lg);
}

.fp-post-card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.fp-post-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fp-post-card-title {
  font-family: var(--fp-font-head);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 8px 0 10px;
}
.fp-post-card-title a { color: #111; }
.fp-post-card-title a:hover { color: var(--fp-purple); }

.fp-post-card-excerpt {
  font-size: 0.88rem;
  color: var(--fp-grey);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.fp-post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}
.fp-post-read-more {
  color: var(--fp-purple);
  font-family: var(--fp-font-head);
  font-weight: 700;
  font-size: 0.82rem;
}
.fp-post-read-more:hover { text-decoration: underline; }

.fp-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.fp-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
}
.fp-pagination li a,
.fp-pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-family: var(--fp-font-head);
  font-weight: 700;
  font-size: 0.88rem;
  background: var(--fp-off-white);
  color: #111;
  transition: background .2s, color .2s;
}
.fp-pagination li a:hover      { background: var(--fp-purple); color: #fff; }
.fp-pagination li .current     { background: var(--fp-purple); color: #fff; }

.fp-no-posts { color: var(--fp-grey); font-size: 1rem; margin-top: 24px; }

@media (max-width: 860px) {
  .fp-posts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .fp-posts-grid { grid-template-columns: 1fr; }
  .fp-post-nav   { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .fp-header { padding: 0 20px; }
  .fp-nav { display: none; }
  .fp-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0; right: 0;
    background: #fff;
    padding: 20px 24px 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    gap: 16px;
    z-index: 999;
  }
  .fp-hamburger { display: flex; }
  .fp-gruppen-grid { grid-template-columns: 1fr 1fr; }
  .fp-mission-grid { grid-template-columns: 1fr; gap: 40px; }
  .fp-events-grid  { grid-template-columns: 1fr; }
  .fp-footer-grid  { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .fp-section { padding: 56px 16px; }
  .fp-hero    { padding: 60px 16px 72px; }
  .fp-gruppen-grid { grid-template-columns: 1fr; }
  .fp-footer-grid  { grid-template-columns: 1fr; }
  .fp-countdown { gap: 6px; }
  .fp-countdown-item { min-width: 62px; padding: 10px 12px 8px; }
  .fp-countdown-item .number { font-size: 1.5rem; }
}
