.hero { background: linear-gradient(135deg, rgba(63,173,163,0.06) 0%, rgba(244,187,59,0.08) 100%); padding: 56px 0 64px; overflow: hidden; }
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(63,173,163,0.12); color: var(--primary); padding: 5px 14px; border-radius: 100px; font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
.hero-eyebrow svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; color: var(--on-surface); margin-bottom: 20px; }
.hero-title em { color: var(--primary); font-style: normal; }
.hero-subtitle { font-size: 1rem; color: var(--on-surface-2); line-height: 1.7; max-width: 440px; margin-bottom: 32px; }
.hero-search { background: white; border: 1.5px solid var(--outline-2); border-radius: 10px; padding: 6px; display: flex; gap: 6px; box-shadow: var(--sh-md); }
.hero-search-field { display: flex; align-items: center; gap: 10px; flex: 1; padding: 10px 14px; min-width: 0; }
.hero-search-field svg { width: 18px; height: 18px; stroke: var(--primary); fill: none; stroke-width: 2; flex-shrink: 0; }
.hero-search-field input { flex: 1; border: none; outline: none; font-family: inherit; font-size: 0.875rem; background: none; min-width: 0; }
.hero-search-divider { width: 1px; background: var(--outline-2); align-self: stretch; margin: 6px 0; flex-shrink: 0; }
.hero-search-btn { background: var(--primary); color: white; padding: 12px 22px; border-radius: 12px; border: none; font-family: inherit; font-weight: 900; font-size: 0.875rem; cursor: pointer; transition: all 0.2s; white-space: nowrap; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.hero-search-btn:hover { opacity: 0.88; }
.hero-search-btn svg { width: 16px; height: 16px; stroke: white; fill: none; stroke-width: 2.5; }
.hero-stats { display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.hero-stat { display: flex; align-items: center; gap: 6px; }
.hero-stat strong { font-size: 1.1rem; font-weight: 900; color: var(--primary); }
.hero-stat span { font-size: 0.75rem; color: var(--on-surface-2); font-weight: 600; }
.hero-img-wrap { position: relative; }
.hero-img-wrap img { width: 100%; height: 420px; object-fit: cover; border-radius: 14px; transform: rotate(2deg); box-shadow: 0 32px 64px rgba(0,0,0,0.18); display: block; background: var(--surface-3); }
.hero-card-float { position: absolute; background: white; border-radius: 10px; padding: 14px 18px; box-shadow: var(--sh-xl); display: flex; align-items: center; gap: 12px; }
.hero-card-float.card1 { bottom: -16px; left: -20px; }
.hero-card-float.card2 { top: 24px; right: -16px; }
.float-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-icon.green { background: rgba(63,173,163,0.12); }
.float-icon.yellow { background: rgba(244,187,59,0.3); }
.float-icon svg { width: 20px; height: 20px; stroke: var(--primary); fill: none; stroke-width: 2; }
.float-icon.yellow svg { stroke: var(--secondary); }
.float-text strong { display: block; font-size: 0.875rem; font-weight: 900; }
.float-text span { font-size: 0.7rem; color: var(--on-surface-2); }/* CATEGORIES STRIP */
.cat-strip { padding: 28px 0 0; }
.cat-strip-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.cat-strip-inner::-webkit-scrollbar { display: none; }
.cat-chip { display: flex; align-items: center; gap: 7px; padding: 10px 18px; border-radius: 100px; font-size: 0.825rem; font-weight: 700; border: 1.5px solid var(--outline-2); cursor: pointer; transition: all 0.2s; white-space: nowrap; background: white; color: var(--on-surface-2); text-decoration: none; flex-shrink: 0; }
.cat-chip:hover { border-color: var(--primary); color: var(--primary); }
.cat-chip.active { background: var(--secondary-container); color: var(--on-secondary-container); border-color: transparent; box-shadow: var(--sh-sm); }
.cat-chip svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }/* SECTIONS */
.section { max-width: 1280px; margin: 0 auto; padding: 56px 32px 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 16px; }
.section-head h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; letter-spacing: -0.02em; }
.section-head p { color: var(--on-surface-2); font-size: 0.875rem; margin-top: 5px; }
.view-all-link { color: var(--primary); font-weight: 800; font-size: 0.85rem; text-decoration: none; display: flex; align-items: center; gap: 4px; flex-shrink: 0; transition: gap 0.2s; }
.view-all-link:hover { gap: 8px; }
.view-all-link::after { content: '→'; }/* BENTO GRID */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.bento-card { position: relative; border-radius: 10px; overflow: hidden; cursor: pointer; text-decoration: none; display: block; background: var(--surface-3); }
.bento-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.bento-card:hover img { transform: scale(1.08); }
.bento-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.15) 50%, transparent 80%); }
.bento-body { position: absolute; bottom: 0; padding: 20px; color: white; width: 100%; box-sizing: border-box; }
.bento-featured { grid-column: span 2; grid-row: span 2; height: 480px; }
.bento-sm { height: 240px; }
.bento-wide { grid-column: span 2; height: 240px; }
.bento-featured .bento-body { padding: 28px; }
.bento-featured h3 { font-size: 1.5rem; font-weight: 900; margin: 8px 0 6px; }
.bento-sm h4, .bento-wide h4 { font-weight: 800; font-size: 0.95rem; margin-bottom: 3px; }
.bento-wide h4 { font-size: 1.2rem; }
.bento-meta { display: flex; gap: 12px; font-size: 0.75rem; color: rgba(255,255,255,0.85); flex-wrap: wrap; }
.bento-meta span { display: flex; align-items: center; gap: 4px; }
.bento-meta svg { width: 13px; height: 13px; fill: none; stroke: white; stroke-width: 2; }
.bento-sm p, .bento-wide p { font-size: 0.7rem; color: rgba(255,255,255,0.7); }/* SPOTS GRID */
.spots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }/* NEWSLETTER */







.nl-btn:hover { transform: translateY(-2px); }
/* SPACER */
.pb-section { padding-bottom: 72px; }@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img-wrap { display: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-featured { grid-column: span 2; height: 320px; }
  .bento-sm { height: 180px; }
  .bento-wide { grid-column: span 2; height: 180px; }
  .spots-grid { grid-template-columns: repeat(2, 1fr); }

}
@media (max-width: 768px) {
  .hero { padding: 32px 0 40px; }
  .hero-inner { padding: 0 20px; gap: 24px; }
  .hero-title { font-size: 2rem; }
  .hero-search { flex-direction: column; gap: 0; border: none; box-shadow: none; background: none; padding: 0; }
  .hero-search-field { background: white; border: 1.5px solid var(--outline-2); border-radius: 12px; padding: 14px 16px; margin-bottom: 8px; }
  .hero-search-divider { display: none; }
  .hero-search-btn { border-radius: 12px; padding: 14px 16px; justify-content: center; }
  .cat-strip-inner { padding: 0 20px; }
  .section { padding: 40px 20px 0; }
  .bento { grid-template-columns: 1fr; }
  .bento-featured, .bento-sm, .bento-wide { grid-column: span 1; height: 200px; }
  .spots-grid { grid-template-columns: 1fr; }
  }
}
/* Fix: SVG Icon Größen global */
.cat-chip svg { width: 15px !important; height: 15px !important; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-search-field svg { width: 18px !important; height: 18px !important; }
.view-all-link svg { width: 16px !important; height: 16px !important; }/* ── section-head Mobile: untereinander ── */
@media (max-width: 600px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .section-head h2 { font-size: 1.4rem; }
  .section-head p { font-size: .82rem; margin-top: 3px; }
  .view-all-link { align-self: flex-start; font-size: .82rem; }

}@media (max-width: 600px) {
  .section { padding: 36px 16px !important; }
}

/* ══════════════════════════════════════
   NEWSLETTER — neu
══════════════════════════════════════ */
.newsletter { padding: 0 0 80px; }
.newsletter-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.newsletter-box {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 20px;
  padding: 52px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.newsletter-box::before {
  content: '';
  position: absolute;
  width: 280px; height: 280px;
  background: rgba(255,255,255,.07);
  border-radius: 50%;
  right: -60px; top: -80px;
}
.newsletter-box::after {
  content: '';
  position: absolute;
  width: 160px; height: 160px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
  right: 120px; bottom: -60px;
}
.nl-text h2 { font-size: 1.6rem; font-weight: 900; color: white; margin-bottom: 8px; letter-spacing: -.02em; }
.nl-text p { color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.65; max-width: 380px; }
.nl-form-wrap { display: flex; flex-direction: column; gap: 10px; min-width: 280px; position: relative; z-index: 1; }
.nl-input {
  padding: 13px 18px; border-radius: 10px; border: none;
  font-size: .9rem; font-family: inherit;
  background: rgba(255,255,255,.95); color: var(--on-surface);
  outline: none; transition: box-shadow .18s;
}
.nl-input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.4); }
.nl-btn {
  padding: 13px 24px; border-radius: 10px; border: none; cursor: pointer;
  background: var(--secondary-container); color: #5a4000;
  font-family: inherit; font-weight: 900; font-size: .9rem;
  transition: all .18s; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.nl-btn:hover { background: #ffd040; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.nl-btn { width: 100%; }
.nl-input { width: 100%; box-sizing: border-box; color: var(--on-surface) !important; }
.nl-input::placeholder { color: var(--on-surface-3); }
@media (max-width: 900px) {
  .newsletter-box { grid-template-columns: 1fr; padding: 36px 28px; gap: 24px; }
  .nl-form-wrap { min-width: auto; }
  .nl-text p { max-width: none; }
}

/* pb-section: horizontale Kacheln (Bild links) */
.pb-section .spot-card {
  flex-direction: row;
  height: 110px;
  border-radius: 10px !important;
}
.pb-section .spot-card-img {
  width: 130px;
  flex-shrink: 0;
  height: 110px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.pb-section .spot-card-img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.pb-section .spot-card-body {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pb-section .spot-card-head h4 { font-size: .9rem; }
.pb-section .spot-card-tags { display: none; }
.pb-section .spot-card-action-btn {
  width: 30px !important; height: 30px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(4px);
  border: none !important;
  display: flex !important; align-items: center; justify-content: center;
  box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
  cursor: pointer;
}
.pb-section .spot-card-action-btn svg { width: 13px !important; height: 13px !important; stroke: var(--on-surface-2); fill: none; stroke-width: 2; }
.pb-section .spot-card-action-btn.saved svg { stroke: var(--tertiary); fill: var(--tertiary); }

/* ── section-head--row: Titel + Btn in einer Zeile ── */
.section-head--row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
}
.section-head--row > div { flex: 1; }
.section-head--row > div h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 900; letter-spacing: -.02em; }
.section-head--row > div p { color: var(--on-surface-2); font-size: .85rem; margin-top: 4px; }

/* ── section-chips: Filter-Tags als eigene Zeile ── */
.section-chips {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
  flex-wrap: nowrap;
}
.section-chips::-webkit-scrollbar { display: none; }
.section-chip {
  padding: 7px 16px;
  border-radius: 100px;
  border: 1.5px solid var(--outline-2);
  background: var(--surface-0);
  color: var(--on-surface-2);
  font-size: .78rem; font-weight: 700; font-family: inherit;
  cursor: pointer; transition: all .18s; white-space: nowrap;
}
.section-chip:hover { border-color: var(--primary); color: var(--primary); }
.section-chip.active {
  background: var(--secondary-container);
  border-color: transparent;
  color: #5a4000; font-weight: 900;
}

/* ── Mehr Zeilenabstand & Text-Spacing ── */
.section-head--row > div p {
  line-height: 1.6 !important;
  margin-top: 6px !important;
  color: var(--on-surface-2);
  font-size: .875rem;
}
/* pb-section subtitle */
.pb-section .section-head--row > div p { margin-bottom: 0; }

/* Spot-card body mehr Luft */
.pb-section .spot-card-body { gap: 5px !important; }
.pb-section .spot-card-location { margin: 2px 0 4px !important; }
.pb-section .spot-card-foot { padding-top: 10px !important; }
.pb-section .spot-card-head { margin-bottom: 3px; }

/* Section-head subtitle-zeile soll nicht umbrechen */
.section-head--row .loc-label { white-space: nowrap; }
