/* ============================================================
   Mini-Kosmos Stuttgart — One-Pager
   CI-Revision 2026-04-27
   Farben pixel-exact aus Instagram Posts
   Typo: Barlow Condensed (passt exakt zur IG-CI)
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- CI-Farben (pixel-exact aus Posts) ---------- */
:root {
  /* Signature-Gradient Farben */
  --mint:    #8CCDBD;   /* Top-Links Gradient */
  --sage:    #ADC985;   /* Mitte Gradient */
  --gold:    #E3B95B;   /* Unterer Gradient */
  --orange:  #E8862A;   /* Orange (aus Bingo-Post Bereich) */
  --coral:   #D4544A;   /* Coral (aus Danke-Post) */
  --purple:  #7C517F;   /* Pixel-exact aus Neue Sterne Post */

  /* Hintergründe */
  --bg:      #FAFAF5;   /* Cremeweiß – sehr warm, nicht klinisch weiß */
  --bg-amber: #E8A832;  /* Amber/Warmorange – für Event-Sektion */
  --white:   #FFFFFF;

  /* Text */
  --text-dark:  #2D1208;  /* Fast-Schwarz mit Warmton – wie IG Headlines */
  --text-mid:   #5A3D2B;  /* Mittleres Braun für Subtext */
  --text-light: #8C7060;  /* Helles Braun für Labels */
  --text-white: rgba(255,255,255,0.95);
  --text-white-soft: rgba(255,255,255,0.72);

  /* Signature-Gradient */
  --grad: linear-gradient(135deg,
    #8CCDBD  0%,
    #ADC985  28%,
    #E3B95B  52%,
    #E8862A  68%,
    #D4544A  82%,
    #7C517F  100%
  );

  /* Grad umgekehrt – für andere Winkel */
  --grad-h: linear-gradient(90deg,
    #8CCDBD  0%,
    #ADC985  25%,
    #E3B95B  50%,
    #E8862A  70%,
    #D4544A  85%,
    #7C517F  100%
  );

  --radius-sm: 8px;
  --radius:    16px;
  --radius-lg: 24px;
  --shadow:    0 2px 20px rgba(45,18,8,0.08);
  --shadow-lg: 0 8px 48px rgba(45,18,8,0.14);
  --max-w:     1160px;
}

/* ---------- Basis-Typografie ---------- */
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Headline-Font: Barlow Condensed – wie Instagram-Posts */
h1, h2, h3, .display, .kicker {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.05;
  text-transform: uppercase;
}

h1 { font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 5vw, 3.8rem); }
h3 { font-size: clamp(1.4rem, 3vw, 2rem); }

/* Label / Kicker – klein + caps */
.kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--orange);
  display: block;
  margin-bottom: 12px;
}
.kicker-white { color: rgba(255,255,255,0.7); }

p {
  font-size: 1.0rem;
  line-height: 1.8;
  color: var(--text-mid);
}

/* ---------- Layout ---------- */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

section { padding: 96px 0; }

/* ---------- Gradient-Linie (CI-Signatur) ---------- */
.grad-bar {
  height: 6px;
  background: var(--grad-h);
  width: 100%;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 60px;
  display: flex;
  align-items: center;
  background: rgba(250,250,245,0.90);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(45,18,8,0.06);
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.0rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dark);
}

.nav-logo-ring {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--grad);
  padding: 3px;
  flex-shrink: 0;
}

.nav-logo-ring-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.55rem;
  font-weight: 900;
  color: var(--coral);
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--orange); }

.nav-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--text-dark);
  color: var(--white);
  padding: 9px 22px;
  border-radius: 99px;
  transition: background 0.2s, transform 0.15s;
}

.nav-btn:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

/* ============================================================
   HERO — Signature-Gradient wie IG Hauptpost
   ============================================================ */
#hero {
  min-height: 100vh;
  padding-top: 60px;
  background: var(--grad);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* Weißes Overlay-Vignette für Lesbarkeit */
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 60%, rgba(0,0,0,0.18) 0%, transparent 70%),
    linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 32px 60px;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 99px;
  padding: 6px 18px;
  margin-bottom: 32px;
  width: fit-content;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}

#hero h1 {
  color: var(--white);
  max-width: 900px;
  /* Exakt wie IG: weißer Text auf Gradient */
  text-shadow: 0 2px 24px rgba(0,0,0,0.2);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255,255,255,0.88);
  max-width: 580px;
  margin-bottom: 44px;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Weiße Karte – wie weißes Dreieck im Bingo-Post */
.hero-stats {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  display: flex;
  gap: 48px;
  width: fit-content;
  margin-top: 56px;
}

.stat-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-l {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.72);
  margin-top: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 99px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}

.btn-white {
  background: var(--white);
  color: var(--text-dark);
}
.btn-white:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
}

.btn-dark {
  background: var(--text-dark);
  color: var(--white);
}
.btn-dark:hover {
  background: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232,134,42,0.3);
}

.btn-dark-outline {
  background: transparent;
  color: var(--text-dark);
  border: 2px solid rgba(45,18,8,0.2);
}
.btn-dark-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* ============================================================
   MISSION — Weiße Sektion, klarer Text
   ============================================================ */
#mission {
  background: var(--white);
}

#mission .intro-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

#mission h2 {
  color: var(--text-dark);
}

#mission .lead-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-mid);
  padding-top: 8px;
}

/* Trennlinie nach Mission */
.mission-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(45,18,8,0.1), transparent);
  margin: 64px 0;
}

/* Werte-Grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(45,18,8,0.06);
  border-radius: var(--radius);
  overflow: hidden;
}

.value-card {
  background: var(--white);
  padding: 40px 32px;
  transition: background 0.25s;
  position: relative;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}

.value-card.v1::before { background: var(--mint); }
.value-card.v2::before { background: var(--purple); }
.value-card.v3::before { background: var(--gold); }

.value-card:hover { background: var(--bg); }

.val-emoji {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.value-card h3 {
  color: var(--text-dark);
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.value-card p {
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ============================================================
   TEAM — Persönlich wie die "Hallo wir sind"-Posts
   ============================================================ */
#team {
  background: var(--bg);
}

#team .container {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
  align-items: center;
}

.team-label { margin-bottom: 16px; }
#team h2    { color: var(--text-dark); margin-bottom: 24px; }
#team p     { margin-bottom: 20px; }

/* Avatar-Ring genau wie IG-Profilbild */
.avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.avatar-ring {
  width: 220px; height: 220px;
  border-radius: 50%;
  background: var(--grad);
  padding: 6px;
  flex-shrink: 0;
}

.avatar-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--text-dark);
  letter-spacing: 0.04em;
}

.avatar-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dark);
  text-align: center;
}

.avatar-handle {
  font-size: 0.85rem;
  color: var(--text-light);
  text-align: center;
}

/* ============================================================
   EVENTS — Amber/Orange wie Bingo-Post
   ============================================================ */
#events {
  background: var(--bg-amber);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

#events::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}

#events .kicker    { color: rgba(255,255,255,0.65); }
#events h2         { color: var(--white); }
#events p          { color: rgba(255,255,255,0.8); }

/* Event-Karte: weißes Shape-Motiv (wie Dreieck im Bingo-Post) */
.event-card {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-top: 48px;
  position: relative;
}

.event-vol {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 99px;
  padding: 4px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}

.event-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 3rem);
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 24px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-bottom: 28px;
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.0rem;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

.event-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

/* Poster-Visual (wie IG-Grafik) */
.event-poster {
  width: 170px;
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  text-align: center;
  flex-shrink: 0;
}

.ep-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}

.ep-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.ep-date {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

/* ============================================================
   PARTNER — Purple wie "Neue Sterne"-Post
   ============================================================ */
#partner {
  background: var(--purple);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

#partner::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

#partner .kicker { color: rgba(255,255,255,0.55); }
#partner h2      { color: var(--white); max-width: 700px; margin: 0 auto 20px; }
#partner > .container > p {
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  margin: 0 auto 56px;
}

/* Exakt wie IG-Texte im Neue-Sterne-Post: zentriert, luftig */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto 48px;
}

.partner-chip {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 99px;
  padding: 9px 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  transition: all 0.2s;
  text-decoration: none;
}

.partner-chip:hover,
a.partner-chip:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}

.partner-note {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  position: relative;
  z-index: 1;
}

.partner-note a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================================
   INSTAGRAM CTA — Dunkel wie Insta-Dark-Mode
   ============================================================ */
#instagram {
  background: var(--text-dark);
  text-align: center;
}

#instagram .kicker { color: rgba(255,255,255,0.4); }
#instagram h2      { color: var(--white); margin: 12px 0 16px; }
#instagram > .container > p {
  color: rgba(255,255,255,0.55);
  max-width: 500px;
  margin: 0 auto 44px;
}

/* Post-Grid Vorschau (gradient tiles wie echter Feed) */
.feed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  max-width: 520px;
  margin: 0 auto 48px;
}

.feed-tile {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}

.feed-tile-1 { background: linear-gradient(135deg, var(--mint), var(--sage)); }
.feed-tile-2 { background: linear-gradient(135deg, var(--sage), var(--gold)); }
.feed-tile-3 { background: linear-gradient(135deg, var(--gold), var(--orange)); }
.feed-tile-4 { background: linear-gradient(135deg, var(--orange), var(--purple)); }

.feed-tile-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  text-align: center;
  padding: 8px;
  line-height: 1.2;
}

.btn-insta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 99px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f9ce34, #ee2a7b, #6228d7);
  color: var(--white);
  transition: all 0.2s;
}

.btn-insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(238,42,123,0.4);
}

/* ============================================================
   KONTAKT — Helles Finish
   ============================================================ */
#kontakt {
  background: var(--bg);
}

#kontakt .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

#kontakt h2 { color: var(--text-dark); margin-bottom: 20px; }
#kontakt p  { margin-bottom: 36px; }

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--white);
  border: 1.5px solid rgba(45,18,8,0.08);
  border-radius: var(--radius);
  padding: 18px 24px;
  transition: all 0.2s;
  font-weight: 600;
}

.contact-link:hover {
  border-color: var(--orange);
  transform: translateX(4px);
  box-shadow: var(--shadow);
}

.c-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.c-icon.purple  { background: linear-gradient(135deg, var(--purple), var(--coral)); }
.c-icon.mint    { background: linear-gradient(135deg, var(--mint), var(--sage)); }

.c-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 2px;
}

.c-value {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 600;
}

/* Deko-Seite */
.contact-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.deco-ring {
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
}

.deco-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 280px;
  line-height: 1.3;
}

.deco-sub {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--text-dark);
  color: rgba(255,255,255,0.45);
  padding: 32px 24px;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
}

footer a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
footer a:hover { color: var(--gold); }

.footer-grad-line {
  height: 3px;
  background: var(--grad-h);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {

  section { padding: 64px 0; }
  .container { padding: 0 20px; }

  /* Hero */
  .hero-stats { flex-wrap: wrap; gap: 24px; padding: 24px 28px; }

  /* Mission */
  #mission .intro-block { grid-template-columns: 1fr; gap: 32px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-radius: 0; }
  .values-grid { border-radius: var(--radius); }

  /* Team */
  #team .container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .avatar-wrap { margin: 0 auto; }

  /* Events */
  .event-card { grid-template-columns: 1fr; }
  .event-poster { margin: 0 auto; max-width: 160px; }

  /* Kontakt */
  #kontakt .container { grid-template-columns: 1fr; gap: 40px; }
  .contact-deco { display: none; }

  /* Nav */
  .nav-links { display: none; }
  .nav-btn   { display: none; }

  /* Feed grid */
  .feed-grid { max-width: 280px; grid-template-columns: repeat(2,1fr); }
}
