/* ─────────────────────────────────────────
   HAMBURG GIESST – Stylesheet
   ─────────────────────────────────────────

   Inhaltsverzeichnis:
   1. Variablen (Farben, Schriften)
   2. Reset & Basis
   3. Navigation
   4. Hero
   5. Abschnitte (allgemein)
   6. Problem & Idee
   7. Mitmachen
   8. Termine
   9a. Flächen
   9b. Flächen (Unterseite)
   10. Technik
   11. Wirkung
   12. Spiele
   13. Wer steckt dahinter
   14. Foto-Platzhalter (Unterseite)
   15. Location (Unterseite)
   16. Footer
   17. Animationen
   18. Responsive (Mobile)

───────────────────────────────────────── */


/* ── 1. VARIABLEN ── */
:root {
  --cream:          #F5F0E8;
  --green-deep:     #2D5A27;
  --green-mid:      #4A7C42;
  --green-light:    #A8C5A0;
  --terra:          #C4693A;
  --warm-brown:     #2A1F14;
  --warm-brown-soft:#5A4A3A;
  --yellow:         #E8C547;
  --white:          #FEFCF8;
}


/* ── 2. RESET & BASIS ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: var(--cream);
  color: var(--warm-brown);
  line-height: 1.65;
  font-size: 16px;
}


/* ── 3. NAVIGATION ── */
nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--green-deep);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
}

.nav-logo {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--cream);
  letter-spacing: 0.03em;
  text-decoration: none;
}

.nav-logo:hover {
  opacity: 0.85;
}

.nav-logo span {
  color: var(--yellow);
}

.nav-cta {
  background: var(--yellow);
  color: var(--warm-brown);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: transform 0.15s, box-shadow 0.15s;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* ── 4. HERO ── */
.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 2fr 1fr;
  overflow: hidden;
  position: relative;
}

.hero-text {
  background: var(--white);
  padding: 80px 60px 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-mid);
  font-weight: 600;
  margin-bottom: 22px;
}

.hero-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--warm-brown);
  margin-bottom: 24px;
}

.hero-title em {
  font-style: italic;
  color: var(--green-deep);
}

.hero-body {
  font-size: 1rem;
  color: var(--warm-brown-soft);
  max-width: 420px;
  margin-bottom: 32px;
  line-height: 1.75;
}

.hero-body strong {
  color: var(--warm-brown);
  font-weight: 600;
}

.btn-primary {
  display: inline-block;
  background: var(--green-deep);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  width: fit-content;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
}

.hero-visual {
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-quote {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px;
}

.hero-quote blockquote {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 1.6;
  max-width: 320px;
}

.hero-quote cite {
  display: block;
  margin-top: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-light);
}


/* ── 5. ABSCHNITTE (allgemein) ── */
section {
  padding: 72px 64px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  color: var(--warm-brown-soft);
  margin-bottom: 16px;
}

.divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--green-light) 0%, transparent 100%);
  max-width: 1100px;
  margin: 0 auto;
  opacity: 0.4;
}


/* ── 6. PROBLEM & IDEE ── */
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
  align-items: start;
}

.problem-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 32px;
  border-left: 4px solid var(--green-mid);
}

.problem-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.problem-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--warm-brown);
}

.problem-card p {
  margin: 0;
  font-size: 0.95rem;
}


/* ── 7. MITMACHEN ── */
.mitmachen-section {
  background: var(--green-deep);
  padding: 72px 64px;
}

.mitmachen-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mitmachen-section .section-label { color: var(--green-light); }
.mitmachen-section h2             { color: var(--cream); }
.mitmachen-section p              { color: rgba(245,240,232,0.75); }

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

.action-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  transition: background 0.2s;
}

.action-card:hover {
  background: rgba(255,255,255,0.14);
}

.action-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.action-card h4 {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
}

.action-card p {
  font-size: 0.85rem;
  color: rgba(245,240,232,0.6);
  margin: 0;
}

.mitmachen-cta {
  text-align: center;
  margin-top: 48px;
}

.btn-secondary {
  display: inline-block;
  background: var(--yellow);
  color: var(--warm-brown);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


/* ── 8. TERMINE ── */
.termine-liste {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}

.termin-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: center;
  background: var(--white);
  border-radius: 16px;
  padding: 28px 32px;
  border-left: 4px solid var(--green-mid);
  transition: box-shadow 0.2s;
}

.termin-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.termin-datum {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(0,0,0,0.08);
  padding-right: 32px;
}

.termin-wochentag {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 600;
}

.termin-tag {
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--warm-brown);
}

.termin-titel {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-brown);
  margin-bottom: 6px;
}

.termin-ort {
  font-size: 0.85rem;
  color: var(--green-deep);
  font-weight: 600;
  margin-bottom: 6px;
}

.termin-beschreibung {
  font-size: 0.92rem;
  color: var(--warm-brown-soft);
  margin: 0;
}

.termine-leer {
  font-style: italic;
  color: var(--warm-brown-soft);
  opacity: 0.6;
}

.termin-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-mid);
  text-decoration: underline;
}

.termin-link:hover {
  opacity: 0.8;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-termine {
  color: var(--cream);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.85;
  transition: opacity 0.15s;
}

.nav-termine:hover {
  opacity: 1;
}


/* ── 9a. FLÄCHEN ── */
.flaechen-map {
  height: 400px;
  width: 100%;
  border-radius: 20px;
  margin-top: 32px;
  overflow: hidden;
  border: 2px solid var(--green-mid);
  background: var(--green-light);
}

.flaechen-cta {
  text-align: center;
  margin-top: 28px;
}

.leaflet-container {
  z-index: 1;
}


/* ── 9b. FLÄCHEN (Unterseite) ── */
.flaechen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
}

.flaechen-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px;
  border-left: 4px solid var(--green-mid);
  transition: transform 0.15s, box-shadow 0.15s;
  display: block;
  text-decoration: none;
  color: inherit;
}

.flaechen-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  cursor: pointer;
}

.flaechen-card h3 {
  font-family: 'Fraunces', serif;
  margin-bottom: 6px;
}

.flaechen-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-mid);
  text-decoration: underline;
}


/* ── 10. TECHNIK ── */
.technik-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.technik-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.technik-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.technik-item h4 {
  font-family: 'Fraunces', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--warm-brown);
  margin-bottom: 4px;
}

.technik-item p {
  font-size: 0.88rem;
  margin: 0;
}


/* ── 11. WIRKUNG ── */
.wirkung-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.wirkung-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px;
  border-left: 4px solid var(--green-mid);
  transition: transform 0.15s, box-shadow 0.15s;
}

.wirkung-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.wirkung-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.wirkung-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.wirkung-card p {
  font-size: 0.9rem;
  margin: 0;
}


/* ── 12. Spiele ── */
.spiele-section {
  background: var(--cream);
  padding: 72px 64px;
}

.spiele-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.spiele-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.spiel-card {
  display: block;
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  text-decoration: none;
  border-left: 4px solid var(--green-mid);
  transition: transform 0.15s, box-shadow 0.15s;
}

.spiel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.spiel-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.spiel-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--warm-brown);
}

.spiel-card p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.spiel-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-deep);
}


/* ── 13. WER STECKT DAHINTER ── */
.wer-section {
  border-top: 1px solid rgba(0,0,0,0.08);
}

.wer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: center;
}

.wer-zitat {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 0.9rem;
  color: var(--warm-brown-soft);
  font-style: italic;
  line-height: 1.8;
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
}


/* ── 14. Foto-Platzhalter (Unterseite) ── */
.foto-placeholder {
  background: var(--green-light);
  border-radius: 20px;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--green-deep);
  border: 2px solid var(--green-mid);
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}

.foto-placeholder span {
  color: var(--green-deep);
  font-weight: 600;
  opacity: 0.7;
}


/* ── 15. Location (Unterseite) ── */
.map-preview {
  width: 100%;
  height: 400px;
  color: var(--green-deep);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--green-light);
  border: 2px solid var(--green-mid);
  margin-top: 25px;
}

.map-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#map-preview .leaflet-marker-icon {
  cursor: default !important;
}


/* ── 16. FOOTER ── */
footer {
  background: var(--warm-brown);
  color: var(--cream);
  text-align: center;
  padding: 48px 40px;
}

footer h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 20px;
}

footer p {
  color: rgba(245,240,232,0.55);
  font-size: 0.82rem;
  margin-top: 24px;
}


/* ── 17. ANIMATIONEN ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-text > * {
  animation: fadeUp 0.7s ease both;
}

.hero-label  { animation-delay: 0.10s; }
.hero-title  { animation-delay: 0.25s; }
.hero-body   { animation-delay: 0.40s; }
.btn-primary { animation-delay: 0.55s; }


/* ── 18. RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 12px 20px; }
  .termin-card { grid-template-columns: 1fr; gap: 12px; }
  .termin-datum { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); padding-right: 0; padding-bottom: 12px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { height: 220px; }
  .hero-text { padding: 48px 24px; }
  section { padding: 52px 24px; }
  .problem-grid,
  .actions-grid,
  .technik-list,
  .wirkung-grid { grid-template-columns: 1fr 1fr; }
  .mitmachen-section,
  .wirkung-section { padding: 52px 24px; }
  .wer-inner { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 480px) {
  .problem-grid,
  .technik-list,
  .wirkung-grid  { grid-template-columns: 1fr; }
  .actions-grid  { grid-template-columns: 1fr 1fr; }
}
