:root {
  --forest-900: #123329;
  --forest-800: #1a4738;
  --moss-500: #6f8f64;
  --moss-300: #a8bea0;
  --cream-100: #f5f0e4;
  --cream-200: #ece3d1;
  --gold-500: #b8944d;
  --text-dark: #193127;
  --text-light: #f8f5ee;
  --shadow-soft: 0 12px 30px rgba(18, 51, 41, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --terracotta-500: #b07052;
  --sand-muted: #e8dfd0;
  --elevated-shadow: 0 16px 40px rgba(18, 51, 41, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

section[id],
#start,
#kontakt {
  scroll-margin-top: 4.75rem;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-dark);
  background:
    radial-gradient(circle at 8% 6%, rgba(221, 211, 178, 0.2), transparent 26rem),
    radial-gradient(circle at 92% 16%, rgba(168, 190, 160, 0.16), transparent 24rem),
    #fbf8f0;
  line-height: 1.65;
}

body.nav-open-lock {
  overflow: hidden;
}

@media (min-width: 761px) {
  body.nav-open-lock {
    overflow: visible;
  }
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  color: var(--forest-900);
}

h3 {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 2px;
}

/* ????????? Site header & Navigation ????????? */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 242, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(26, 71, 56, 0.1);
  box-shadow: 0 4px 20px rgba(18, 51, 41, 0.06);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0.55rem 0;
}

.site-logo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--forest-900);
  text-decoration: none;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.site-logo:hover,
.site-logo:focus-visible {
  color: var(--forest-800);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: var(--radius-md);
  background: rgba(26, 71, 56, 0.08);
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 1.35rem;
  height: 2px;
  margin: 0 auto;
  background: var(--forest-900);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header--open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header--open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header--open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.25rem;
}

.site-nav-list a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--forest-800);
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.site-nav-list a:hover,
.site-nav-list a:focus-visible {
  border-bottom-color: var(--moss-500);
}

.site-nav-cta {
  background: var(--forest-900);
  color: var(--text-light) !important;
  padding: 0.45rem 0.95rem !important;
  border-radius: 999px;
  border-bottom: none !important;
}

.site-nav-cta:hover,
.site-nav-cta:focus-visible {
  background: var(--forest-800);
}

/* Offer switch cards */
.offer-switch-heading {
  text-align: center;
  margin-bottom: 0.5rem;
}

.offer-switch-lead {
  margin: 0 auto 2rem;
  text-align: center;
  color: #3d5348;
}

.offer-switch-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-card {
  border-radius: 22px 22px 22px 8px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 16px 38px rgba(18, 51, 41, 0.09);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: 1px solid transparent;
}

.offer-card h3 {
  margin-bottom: 0.35rem;
}

.offer-card-label {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--moss-500);
}

.offer-card--waldbaden {
  background: linear-gradient(165deg, rgba(255, 253, 247, 0.98) 0%, rgba(244, 236, 220, 0.96) 100%);
  border-color: #eadfca;
}

.offer-card--waldspielgruppe {
  background: linear-gradient(165deg, #f9fcf7 0%, #eaf3e6 100%);
  border-color: #cfdec7;
}

.offer-card--waldspielgruppe .offer-card-label {
  color: #4a6b4a;
}

.offer-card-audience {
  margin: 0;
  color: #3a4a42;
  font-size: 0.98rem;
}

.offer-card-benefits {
  margin: 0.25rem 0 0.5rem;
  padding: 0 0 0 1.1rem;
  flex: 1;
  color: #2f4039;
}

.offer-card-benefits li {
  margin-bottom: 0.35rem;
}

.offer-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.section-lead {
  font-size: 1.06rem;
  color: #3a5348;
  margin-bottom: 1rem;
}

.h3-inline {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  margin: 2.2rem 0 1rem;
  color: var(--forest-900);
}

.pill-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill {
  display: inline-block;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(26, 71, 56, 0.1);
  color: var(--forest-900);
  border: 1px solid rgba(26, 71, 56, 0.15);
}

.pill-list-warm .pill-warm {
  background: rgba(111, 143, 100, 0.2);
  color: #274030;
  border-color: rgba(111, 143, 100, 0.35);
}

.eyebrow-warm {
  color: #5a7a54;
}

.cards-2 {
  margin-top: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.icon-card .icon-card-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
  opacity: 0.85;
}

.icon-card h3 {
  margin-bottom: 0.35rem;
}

.section-block {
  margin-top: 2.5rem;
}

.section-waldbaden {
  border-top: 1px solid rgba(26, 71, 56, 0.07);
}

.waldbaden-copy {
  max-width: 40rem;
}

.waldbaden-split .waldbaden-visual {
  min-height: 280px;
}

.activity-heading {
  font-size: 1.15rem;
  margin: 1.35rem 0 0.5rem;
  color: var(--forest-900);
}

.activity-list {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
  color: #334a41;
}

.activity-list li {
  margin-bottom: 0.4rem;
}

.course-hint {
  margin: 0;
  font-size: 0.95rem;
  color: #4a5c52;
}

.course-hint a {
  color: var(--forest-800);
  font-weight: 600;
}

/* Waldspielgruppe Platzhalter */
.image-placeholder {
  border-radius: var(--radius-lg);
  min-height: 320px;
  background:
    radial-gradient(circle at 30% 20%, rgba(168, 190, 160, 0.45), transparent 52%),
    linear-gradient(160deg, #e8efe4 0%, #c5d4bc 45%, #9cb08f 100%);
  border: 1px solid #b3c4a8;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1.25rem;
  text-align: center;
}

.image-placeholder-icon {
  color: rgba(26, 71, 56, 0.55);
}

.image-placeholder-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--forest-900);
  max-width: 16rem;
  line-height: 1.45;
}

/* Kurse */
.course-section .section-lead {
  margin-bottom: 1.6rem;
}

.course-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.25rem;
}

.course-card {
  background: #fff;
  border: 1px solid #e3dccf;
  border-radius: var(--radius-md);
  padding: 1.2rem 1.15rem;
  box-shadow: 0 6px 18px rgba(18, 51, 41, 0.06);
}

.course-card h3 {
  margin-bottom: 0.35rem;
}

.course-meta {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: var(--forest-800);
}

.course-time {
  margin: 0 0 0.65rem;
  font-size: 0.96rem;
}

.course-foot {
  margin: 0;
  font-size: 0.88rem;
  color: #4d6358;
}

.course-badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(139, 90, 60, 0.18);
  color: #5c3824;
}

.course-card--soldout {
  background: linear-gradient(180deg, #faf8f4 0%, #f0ebe2 100%);
  opacity: 0.96;
}

.course-note-bottom {
  text-align: center;
  margin-top: 1.5rem !important;
}

.course-note-bottom a {
  font-weight: 600;
  color: var(--forest-800);
}

.btn-accent {
  background: var(--moss-500);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(111, 143, 100, 0.35);
}

.btn-accent:hover,
.btn-accent:focus-visible {
  background: #5f7d56;
}

/* Kontakt Hinweise */
.contact-prompts h2 {
  margin-bottom: 0.65rem;
}

.contact-split-btns {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.contact-prompt-card {
  background: #fffdf8;
  border: 1px solid #e9dfcf;
  border-radius: var(--radius-md);
  padding: 1.2rem 1.15rem;
  box-shadow: var(--shadow-soft);
}

.contact-prompt-card--family {
  background: linear-gradient(180deg, #f7faf6 0%, #eef4eb 100%);
  border-color: #cadcc2;
}

.contact-prompt-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.contact-prompt-card p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #3d4f45;
}

.footer-note {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: #ddd8cc;
  max-width: 22rem;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.narrow {
  width: min(860px, 92%);
}

.section {
  padding: clamp(3.5rem, 6vw, 6rem) 0;
}

.section-cream {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(245, 240, 228, 0.96)),
    var(--cream-100);
}

.section-light {
  background:
    radial-gradient(circle at 12% 16%, rgba(168, 190, 160, 0.15), transparent 22rem),
    #fffdf8;
}

.section-green {
  background: linear-gradient(140deg, var(--forest-900), var(--forest-800));
  color: var(--text-light);
}

.section-green h2,
.section-green h3 {
  color: var(--text-light);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--moss-300);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: min(82vh, 50rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--text-light);
  background: radial-gradient(circle at 35% 25%, #6d8d76, #18352c 72%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 120% 90% at 78% 45%,
      rgba(12, 40, 32, 0.18) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 140% 115% at 50% 50%,
      transparent 22%,
      rgba(8, 26, 22, 0.42) 100%
    ),
    linear-gradient(
      100deg,
      rgba(10, 38, 30, 0.94) 0%,
      rgba(11, 40, 32, 0.84) 28%,
      rgba(15, 48, 38, 0.52) 52%,
      rgba(22, 58, 46, 0.22) 100%
    );
}

body.hero-fallback .hero::before {
  content: "Bildplatzhalter: data/forest-hero.jpg fehlt";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #d8d2c6;
  background: rgba(0, 0, 0, 0.32);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  z-index: 2;
  font-size: 0.78rem;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3.8vw, 2.35rem);
  align-items: center;
  padding: clamp(4.35rem, 8vw, 5.75rem) 0 clamp(2.5rem, 4.5vw, 3.5rem);
}

.hero-copy {
  max-width: 36rem;
}

.hero-portrait-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  position: relative;
}

.hero-portrait-aside::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.35rem;
  width: min(72%, 11rem);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 252, 245, 0.28) 22%,
    rgba(255, 252, 245, 0.45) 50%,
    rgba(255, 252, 245, 0.28) 78%,
    transparent
  );
  pointer-events: none;
}

@media (min-width: 900px) {
  .hero-portrait-aside::before {
    display: none;
  }
}

.hero-copy .eyebrow {
  color: rgba(196, 212, 186, 0.95);
  margin-bottom: 0.85rem;
}

.hero-copy h1 {
  color: #faf8f2;
  text-wrap: balance;
  margin-bottom: 1.05rem;
  letter-spacing: 0.006em;
  line-height: 1.18;
  font-size: clamp(1.45rem, 1.35rem + 2.15vw, 3.05rem);
}

.hero-subheadline {
  font-size: clamp(1.12rem, 2.1vw, 1.42rem);
  font-weight: 600;
  color: #e8f0ea;
  margin-bottom: 0.85rem;
  line-height: 1.45;
  max-width: 36rem;
}

.hero-text {
  max-width: 34rem;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.62;
  color: rgba(237, 243, 238, 0.88);
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.88rem;
  margin-top: 1.45rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.84rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #c2a05b, #a9823c);
  color: #fff;
  box-shadow: 0 10px 24px rgba(184, 148, 77, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #a78645;
}

.btn-secondary {
  color: #f3efe6;
  border: 1px solid rgba(243, 239, 230, 0.72);
  background: rgba(245, 240, 228, 0.08);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(245, 240, 228, 0.2);
}

.hero-portrait-wrap {
  position: relative;
  justify-self: center;
  width: min(168px, 42vw);
  max-width: 17rem;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid rgba(255, 253, 248, 0.95);
  overflow: hidden;
  box-shadow:
    0 18px 44px rgba(5, 20, 16, 0.48),
    0 6px 14px rgba(5, 20, 16, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 0 1px rgba(18, 51, 41, 0.35);
}

.hero-portrait-ring {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  z-index: 1;
}

.hero-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 25%;
  display: block;
  position: relative;
  z-index: 0;
}

.portrait-fallback {
  background: linear-gradient(145deg, #8aa892, #5f7c68);
  display: grid;
  place-items: center;
}

.portrait-fallback::before {
  content: "Bild: data/woman-forest.jpg";
  font-size: 0.72rem;
  text-align: center;
  color: #fff;
  padding: 0 0.5rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-3 {
  margin-top: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  margin-top: 1.6rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border-radius: var(--radius-md);
  padding: 1.2rem 1.1rem;
  box-shadow: var(--shadow-soft);
}

.soft-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid #e9dfcd;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e8e3d7;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.6rem;
  align-items: center;
}

.section-subheadline {
  color: #d3e1d9;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}

.benefits {
  display: grid;
  gap: 0.85rem;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
}

.benefit-item h3 {
  margin: 0;
}

.timeline {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.timeline li {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e7decb;
  padding: 0.72rem 0.9rem;
}

.timeline span {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  color: #fff;
  background: var(--forest-800);
  flex-shrink: 0;
}

.checklist {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.checklist li {
  position: relative;
  padding-left: 1.6rem;
}

.checklist li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-500);
  font-weight: 700;
}

.price-grid {
  margin-top: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  background: #fff;
  border: 1px solid #e6dcc9;
  padding: 1.3rem 1.2rem;
}

.price {
  font-size: 1.45rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: var(--forest-900);
  margin: 0.5rem 0 1rem;
}

.format-note {
  margin-top: 1.2rem;
  color: #355447;
}

.about {
  align-items: stretch;
}

.about-image-wrap {
  border-radius: 26px 26px 26px 10px;
  overflow: hidden;
  min-height: 300px;
  background: linear-gradient(140deg, #7d9b85, #56705d);
  box-shadow: var(--shadow-soft);
  border: 1px solid #d8d0bf;
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-fallback {
  display: grid;
  place-items: center;
}

.about-fallback::before {
  content: "Bildplatzhalter: data/forest-detail.jpg";
  color: #fff;
  font-size: 0.86rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.24);
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

.about-image-wrap--portrait img {
  object-position: center 28%;
}

.final-cta {
  position: relative;
  background: linear-gradient(120deg, rgba(18, 51, 41, 0.94), rgba(59, 84, 53, 0.9));
  color: var(--text-light);
  overflow: hidden;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  z-index: 0;
  opacity: 0.56;
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(12, 38, 30, 0.82) 0%,
    rgba(38, 66, 44, 0.66) 48%,
    rgba(18, 51, 41, 0.78) 100%
  );
  z-index: 1;
}

.final-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta h2,
.final-cta p {
  color: var(--text-light);
}

.final-cta .btn {
  margin-top: 0.4rem;
}

.footer {
  background: linear-gradient(180deg, #143329, #0f2b22);
  color: #e7e3d8;
  padding: 2.1rem 0 2.6rem;
}

.footer h2 {
  color: #f2efe7;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.footer a {
  color: #f3e5bf;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: end;
}

.footer-tagline {
  margin: 0;
  color: #d5d1c3;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.footer-legal a {
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 229, 191, 0.35);
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  border-bottom-color: currentColor;
}

.legal-main {
  background: #fbf9f3;
}

.legal-hero {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.legal-hero h1 {
  color: var(--forest-900);
}

.legal-card {
  background: #fffdf8;
  border: 1px solid #e3dccf;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 46px rgba(18, 51, 41, 0.13);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.legal-card + .legal-card {
  margin-top: 1rem;
}

.legal-card h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
}

.legal-card h3 {
  font-size: 1.08rem;
  margin-top: 1.2rem;
}

.legal-card ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.legal-card li {
  margin-bottom: 0.4rem;
}

.legal-placeholder {
  display: inline-block;
  padding: 0.08rem 0.35rem;
  border-radius: 0.35rem;
  background: rgba(184, 148, 77, 0.14);
  color: #6b4f17;
  font-weight: 700;
}

.legal-updated {
  color: #53685d;
  font-size: 0.94rem;
}

.legal-contact-box {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: #f4f7f3;
  border: 1px solid #cbd9c4;
}

@media (max-width: 1024px) {
  .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr;
  }

  .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section {
    padding: 3.3rem 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 4rem;
    padding-bottom: 2.25rem;
    gap: 1.35rem;
  }

  .hero-copy {
    padding-right: 0.3rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cards-3,
  .cards-4,
  .cards-2,
  .price-grid,
  .offer-switch-grid {
    grid-template-columns: 1fr;
  }

  .contact-split-btns {
    grid-template-columns: 1fr;
  }

  .btn {
    width: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 3.5rem;
    max-height: 0;
    overflow: hidden;
    background: rgba(250, 248, 242, 0.98);
    border-bottom: 1px solid rgba(26, 71, 56, 0.12);
    box-shadow: 0 18px 32px rgba(18, 51, 41, 0.12);
    transition: max-height 0.32s ease;
    z-index: 45;
  }

  .site-header--open .site-nav {
    max-height: min(70vh, 420px);
    overflow-y: auto;
  }

  .site-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.65rem var(--container-pad, 4%) 1.25rem;
    width: min(1140px, 92%);
    margin: 0 auto;
  }

  .site-nav-list li {
    border-bottom: 1px solid rgba(26, 71, 56, 0.08);
  }

  .site-nav-list a {
    display: block;
    padding: 0.85rem 0;
  }

  .site-nav-cta {
    text-align: center;
    margin-top: 0.5rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(1140px, 94%);
  }

  .card {
    padding: 1rem;
  }

  .timeline li {
    font-size: 0.95rem;
  }
}

/* ========== Upgrade: Ruhe-Waldbaden-??sthetik, Galerie, feinere Hierarchie ========== */
.section--breathing {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.hero--elevated .hero-overlay {
  /* Erweitert Basis-Overlay; st?rkerer Schutz f?r Textspalte links */
  background:
    radial-gradient(
      ellipse 115% 88% at 82% 42%,
      rgba(102, 126, 76, 0.22) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 135% 118% at 50% 52%,
      transparent 18%,
      rgba(10, 32, 25, 0.42) 100%
    ),
    linear-gradient(
      98deg,
      rgba(12, 42, 32, 0.91) 0%,
      rgba(16, 54, 42, 0.8) 28%,
      rgba(47, 83, 55, 0.43) 54%,
      rgba(134, 151, 95, 0.18) 100%
    );
}

.hero-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.38rem 0 0;
}

.hero-tag {
  display: inline-block;
  color: rgba(243, 236, 224, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.22em 0.78em;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hero-tag:hover,
.hero-tag:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

/* Hero Info Card */
.hero-info-card {
  background: rgba(8, 28, 22, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  box-shadow: 0 20px 48px rgba(4, 16, 12, 0.38);
}

.hero-card-title {
  font-size: clamp(1.05rem, 1vw + 0.7rem, 1.25rem);
  font-weight: 700;
  color: #faf8f2;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.hero-offer-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.85rem;
}

.hero-offer-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(196, 212, 186, 0.95);
  margin: 0 0 0.28rem;
}

.hero-offer-desc {
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  color: rgba(237, 243, 238, 0.82);
  line-height: 1.5;
  margin: 0;
}

.hero-card-portrait-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  margin-top: 0.15rem;
}

.hero-card-portrait-wrap::before {
  content: "Kerstin ? Waldbegleitung";
  font-size: 0.8rem;
  color: rgba(220, 230, 215, 0.72);
  font-weight: 500;
  flex: 1;
  line-height: 1.35;
}

.hero-card-portrait {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 30% 20%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(4, 16, 12, 0.32);
}

@media (max-width: 899px) {
  .hero-info-card {
    max-width: 28rem;
  }
}

@media (max-width: 760px) {
  .hero-info-card {
    margin-top: 0.5rem;
  }

  .hero-quicklinks {
    gap: 0.45rem;
  }
}

@media (min-width: 1100px) {
  .hero-bg {
    object-position: 26% 48%;
  }
}

.btn {
  min-height: 48px;
  padding: 0.88rem 1.45rem;
}

.intro-offer-split {
  align-items: start;
  gap: clamp(1.5rem, 4vw, 2.75rem);
}

.intro-offer-figure {
  margin: 0;
  border-radius: 30px 30px 12px 30px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(18, 51, 41, 0.13);
  border: 1px solid rgba(26, 71, 56, 0.1);
  position: sticky;
  top: 5.5rem;
}

.intro-offer-figure img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center 58%;
  display: block;
}

.offer-switch-heading--left {
  text-align: left;
}

.offer-switch-lead--left {
  margin: 0 0 1.5rem;
  text-align: left;
  max-width: 40rem;
}

.shinrin-infobox {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 18px 18px 18px 8px;
  background: linear-gradient(145deg, rgba(250, 253, 248, 0.95), rgba(232, 239, 229, 0.95));
  border: 1px solid #c5d4c0;
  box-shadow: 0 6px 20px rgba(18, 51, 41, 0.06);
}

.shinrin-infobox-title {
  font-size: 1rem;
  margin: 0 0 0.45rem;
  color: var(--forest-900);
  font-family: Georgia, "Times New Roman", Times, serif;
}

.shinrin-infobox-text {
  margin: 0;
  font-size: 0.95rem;
  color: #355447;
  line-height: 1.6;
}

.section-waldspielgruppe--accent {
  border-top: 3px solid rgba(176, 112, 82, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-waldspielgruppe--accent .waldspielgruppe-copy {
  position: relative;
  max-width: 40rem;
}

.wichtel-bridge {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 18px 18px 18px 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px dashed rgba(111, 143, 100, 0.45);
  font-size: 0.96rem;
  color: #334a3e;
}

.wichtel-bridge a {
  font-weight: 700;
  color: var(--forest-800);
}

.waldspiel-media {
  min-height: 260px;
}

.course-section {
  border-top: 1px solid rgba(26, 71, 56, 0.07);
}

.waldspiel-media img {
  object-position: center 40%;
}

.course-card--wichtel {
  background: linear-gradient(180deg, #fdf8f4 0%, #f5ede4 100%);
  border-color: rgba(176, 112, 82, 0.32);
  box-shadow: 0 8px 24px rgba(176, 112, 82, 0.1);
}

.gallery-teaser-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.gallery-teaser-lead {
  margin-left: auto;
  margin-right: auto;
}

.gallery-teaser-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.gallery-teaser-item {
  position: relative;
  display: block;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-teaser-item:hover,
.gallery-teaser-item:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--elevated-shadow);
}

.gallery-teaser-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-teaser-cap {
  display: none;
}

.gallery-teaser-item img {
  transition: transform 0.28s ease;
}

.gallery-teaser-item:hover img,
.gallery-teaser-item:focus-visible img {
  transform: scale(1.04);
}

.practical-hints {
  border-top: 1px solid var(--sand-muted);
  border-bottom: 1px solid var(--sand-muted);
}

.practical-hints-title {
  text-align: center;
  margin-bottom: 1rem !important;
}

.practical-hints-list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  color: #3a4a42;
}

.practical-hints-list li {
  margin-bottom: 0.55rem;
}

.site-nav-list a.is-active {
  border-bottom-color: var(--gold-500);
  color: var(--forest-900);
}

.btn--forest {
  background: transparent;
  color: var(--forest-900) !important;
  border: 2px solid var(--forest-800);
  box-shadow: none;
}

.btn--forest:hover,
.btn--forest:focus-visible {
  background: rgba(26, 71, 56, 0.08);
}

.gallery-page-hero h1 {
  margin-bottom: 0.5rem;
}

.gallery-page-lead {
  margin-bottom: 1.25rem;
}

.photo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.photo-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.photo-card-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-soft);
  border: 1px solid #e0d6c8;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.photo-card:hover .photo-card-frame {
  box-shadow: var(--elevated-shadow);
  transform: translateY(-2px);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-card figcaption {
  font-size: 0.88rem;
  font-weight: 600;
  color: #4a5e52;
  padding-left: 0.15rem;
}

@media (min-width: 600px) {
  .gallery-teaser-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-teaser-item--wide {
    grid-column: span 2;
    aspect-ratio: 21 / 9;
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 340px);
    gap: clamp(2rem, 4.5vw, 3rem);
    align-items: center;
  }

  .gallery-teaser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-teaser-item--wide {
    grid-column: span 2;
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .intro-offer-figure {
    position: static;
  }
}

@media (max-width: 760px) {
  .intro-offer-split .intro-offer-figure {
    order: -1;
  }

  .gallery-teaser-item--wide {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-inner .hero-copy,
  .hero-inner .hero-info-card {
    animation: hero-fade-up 0.78s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .hero-inner .hero-info-card {
    animation-delay: 0.14s;
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Layout refresh */
.site-logo {
  font-size: 1.12rem;
  letter-spacing: 0.04em;
}

.section-heading-stack {
  text-align: center;
  margin-bottom: 1.75rem;
}

.eyebrow-light {
  color: rgba(245, 240, 228, 0.78);
}

.hero {
  min-height: min(84vh, 54rem);
}

.hero-inner {
  align-items: center;
}

.hero-copy {
  max-width: 38rem;
}

.hero-copy h1 {
  max-width: 12ch;
  text-shadow: 0 8px 30px rgba(8, 22, 19, 0.26);
}

.hero-subheadline {
  max-width: 34rem;
}

.hero-text {
  max-width: 35rem;
}

.hero-portrait-wrap {
  border-width: 3px;
}

.offer-switch-grid,
.price-grid,
.course-grid,
.cards-2 {
  gap: 1.2rem;
}

.offer-card,
.price-card,
.course-card,
.soft-card {
  backdrop-filter: blur(8px);
}

.price-card,
.course-card {
  border-radius: 22px 22px 22px 8px;
  box-shadow: 0 18px 44px rgba(18, 51, 41, 0.09);
}

.price-card {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 242, 232, 0.92));
}

.course-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 236, 0.92));
}

.course-card--soldout {
  background: linear-gradient(180deg, rgba(250, 248, 244, 0.98), rgba(241, 235, 226, 0.94));
}

.about {
  gap: 2rem;
}

.gallery-teaser {
  position: relative;
}

.gallery-teaser::before {
  content: "";
  position: absolute;
  inset: 2rem auto auto 5%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 190, 160, 0.22), transparent 70%);
  pointer-events: none;
}

.gallery-teaser-item,
.photo-card-frame {
  cursor: zoom-in;
}

.gallery-teaser-item {
  border-radius: 28px 28px 10px 28px;
}

.gallery-teaser-item img {
  transition: transform 0.8s ease;
}

.gallery-teaser-item:hover img,
.gallery-teaser-item:focus-visible img {
  transform: scale(1.04);
}

.practical-hints-shell {
  max-width: 48rem;
  padding: 2rem 2.25rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.86), rgba(248, 242, 232, 0.95));
  box-shadow: 0 22px 52px rgba(18, 51, 41, 0.09);
}

.practical-hints-title {
  margin-bottom: 0.75rem !important;
}

.final-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.final-cta-content {
  max-width: 42rem;
}

.gallery-page-hero {
  position: relative;
}

.gallery-page-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 22%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(194, 160, 91, 0.16), transparent 68%);
  pointer-events: none;
}

.photo-grid--immersive {
  gap: 1.15rem;
}

.photo-card-frame {
  position: relative;
  display: block;
  border-radius: 28px 28px 10px 28px;
  box-shadow: 0 20px 48px rgba(18, 51, 41, 0.1);
  overflow: hidden;
}

.photo-card-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14, 32, 26, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.photo-card:hover .photo-card-frame::after,
.photo-card-frame:focus-visible::after {
  opacity: 1;
}

.photo-card img {
  transition: transform 0.8s ease;
}

.photo-card:hover img,
.photo-card-frame:focus-visible img {
  transform: scale(1.035);
}

.reveal {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="up"].reveal {
  transform: translateY(34px);
}

[data-reveal="soft"].reveal {
  transform: translateY(18px) scale(0.985);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.lightbox.is-open {
  display: block;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 14, 0.82);
  backdrop-filter: blur(10px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(94vw, 1200px);
  height: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.lightbox-figure {
  margin: 0;
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.lightbox-caption {
  color: rgba(248, 245, 238, 0.88);
  font-size: 0.98rem;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  border: none;
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  background: rgba(255, 252, 245, 0.24);
  transform: translateY(-1px);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.7rem;
  line-height: 1;
}

.lightbox-nav {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 2rem;
}

.lightbox-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 760px) {
  .practical-hints-shell {
    padding: 1.4rem 1.25rem;
    border-radius: 22px;
  }

  .lightbox-dialog {
    width: min(94vw, 680px);
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 4.5rem 0 1.5rem;
  }

  .lightbox-figure {
    order: 1;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-nav--prev {
    left: 0.35rem;
  }

  .lightbox-nav--next {
    right: 0.35rem;
  }
}

/* ========== Restructure 2026 ========== */

/* Hero ? solo / centered layout */
.hero-inner--solo {
  grid-template-columns: 1fr;
  justify-items: start;
}

.hero-copy--solo {
  max-width: 46rem;
}

/* Offer cards ? full width, no side image */
.offer-switch-grid--full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .offer-switch-grid--full {
    grid-template-columns: 1fr;
  }
}

.offer-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* About ? organic portrait */
.about-portrait-organic {
  border-radius: 30px 30px 30px 10px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(18, 51, 41, 0.13);
  border: none;
  min-height: 360px;
}

.about-portrait-organic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

.about-tagline {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--moss-500);
  font-weight: 600;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

/* Waldbaden ? 3-card grid in split layout */
.waldbaden-mini.cards-3 {
  margin-top: 1.4rem;
}

@media (max-width: 1100px) {
  .waldbaden-mini.cards-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .waldbaden-mini.cards-3 {
    grid-template-columns: 1fr;
  }
}

/* Price cards equal height */
.price-grid--equal {
  align-items: stretch;
}

.price-grid--equal .price-card {
  display: flex;
  flex-direction: column;
}

.price-grid--equal .price-card .btn {
  margin-top: auto;
}

.price-unit {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--moss-500);
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.h2-mid {
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
}

/* Waldspielgruppe ? activity chips */
.activity-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1.1rem;
}

.activity-chip {
  display: inline-block;
  background: rgba(111, 143, 100, 0.12);
  border: 1px solid rgba(111, 143, 100, 0.28);
  border-radius: 999px;
  padding: 0.3em 0.88em;
  font-size: 0.84rem;
  color: #2e5040;
  font-weight: 500;
}

/* Course cards ? status badge + CTA */
.course-status {
  display: inline-block;
  border-radius: 999px;
  padding: 0.22em 0.82em;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.course-status--available {
  background: rgba(80, 155, 100, 0.14);
  color: #1e5e35;
  border: 1px solid rgba(80, 155, 100, 0.3);
}

.course-status--full {
  background: rgba(180, 80, 60, 0.12);
  color: #7a2a1a;
  border: 1px solid rgba(180, 80, 60, 0.28);
}

.course-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.course-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Gallery ? uniform 3-column grid, no wide item */
.gallery-grid-uniform {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid-uniform .gallery-teaser-item {
  grid-column: span 1 !important;
  aspect-ratio: 4 / 3;
}

@media (max-width: 760px) {
  .gallery-grid-uniform {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .gallery-grid-uniform {
    grid-template-columns: 1fr;
  }
}


/* ========== Feinschliff 2026-05 ========== */

/* --- Hero: natural headline break --- */
.hero-copy--solo {
  max-width: 34rem;
}

.hero-copy--solo h1 {
  max-width: 13ch;
  text-wrap: balance;
}

/* --- Offer cards: more padding, hover, equal height --- */
.offer-switch-grid--full {
  align-items: stretch;
}

.offer-card {
  padding: clamp(1.6rem, 2.8vw, 2.2rem) clamp(1.4rem, 2.4vw, 1.9rem);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.offer-card:hover {
  box-shadow: 0 22px 52px rgba(18, 51, 41, 0.14);
  transform: translateY(-2px);
}

.offer-card-benefits li {
  padding-left: 0.15rem;
  position: relative;
}

.offer-card-benefits li::marker {
  color: var(--moss-500);
}

/* --- About portrait: face-focused crop --- */
.about-portrait-organic img {
  object-position: center 15%;
}

/* --- Waldbaden: cards as full-width row below split --- */
.waldbaden-cards-row {
  margin-top: clamp(1.8rem, 3.5vw, 2.5rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(26, 71, 56, 0.1);
}

.waldbaden-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  gap: 1.1rem;
}

.waldbaden-benefits .icon-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.waldbaden-benefits .icon-card p {
  margin: 0;
  flex: 1;
}

@media (max-width: 860px) {
  .waldbaden-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .waldbaden-benefits {
    grid-template-columns: 1fr;
  }
}

/* --- Price cards: fully equal height, btn flush bottom --- */
.price-grid--equal {
  align-items: stretch;
  gap: 1.25rem;
}

.price-grid--equal .price-card {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.price-grid--equal .price-card p {
  margin-bottom: 0.55rem;
}

.price-grid--equal .price-card .price {
  margin-top: auto;
  padding-top: 0.75rem;
}

.price-grid--equal .price-card .btn {
  margin-top: 1rem;
  align-self: stretch;
  text-align: center;
  justify-content: center;
}

/* --- Course cards: info-only, no button --- */
.course-card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.course-card .course-time,
.course-card .course-foot {
  margin-bottom: 0;
}

.course-card .btn {
  margin-top: auto;
  padding-top: 0.75rem;
  align-self: stretch;
  text-align: center;
  justify-content: center;
}

/* --- Practical hints: card-like framing --- */
.practical-hints-shell {
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(26, 71, 56, 0.1);
  border-radius: 22px;
  padding: clamp(1.8rem, 3.5vw, 2.8rem) clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: 0 12px 32px rgba(18, 51, 41, 0.07);
}

/* --- Gallery: enforce uniform 3-col, consistent heights --- */
.gallery-grid-uniform {
  gap: 0.85rem;
}

.gallery-grid-uniform .gallery-teaser-item {
  aspect-ratio: 4 / 3;
  border-radius: 18px 18px 18px 6px;
}

/* --- Ensure no h2 color override on section-light/cream headings --- */
.section-light h2,
.section-cream h2 {
  color: var(--forest-900);
}


/* ========== Waldbaden Feinschliff 2026-05 ========== */

/* Headline: etwas ruhiger als Hero-H2, aber stark */
#waldbaden h2 {
  font-size: clamp(1.45rem, 1.3rem + 1.8vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: 0.008em;
}

/* Bild: leichtes Overlay, damit helle Bereiche nicht dominieren */
.waldbaden-visual {
  position: relative;
  min-height: 320px;
}

.waldbaden-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    160deg,
    rgba(8, 28, 22, 0.08) 0%,
    rgba(8, 28, 22, 0.18) 60%,
    rgba(8, 28, 22, 0.28) 100%
  );
  pointer-events: none;
}

.waldbaden-visual img {
  object-position: center 30%;
}

/* Nutzenkarten: einheitliche H?he, ruhige Schatten */
.waldbaden-benefits {
  align-items: stretch;
}

.waldbaden-benefits .soft-card {
  box-shadow: 0 8px 22px rgba(18, 51, 41, 0.08);
  padding: 1.35rem 1.25rem;
}

.waldbaden-benefits .icon-card-icon {
  font-size: 1.25rem;
  opacity: 0.6;
  color: var(--forest-800);
  margin-bottom: 0.5rem;
}

.waldbaden-benefits h3 {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  margin-bottom: 0.45rem;
}

.waldbaden-benefits p {
  font-size: 0.96rem;
  line-height: 1.58;
  color: #3d5248;
}

/* Mobile: Text vor Bild, Karten untereinander */
@media (max-width: 760px) {
  .waldbaden-split {
    grid-template-columns: 1fr;
  }

  .waldbaden-visual {
    order: 2;
    min-height: 220px;
  }

  .waldbaden-copy {
    order: 1;
  }
}


/* ========== Waldspielgruppe Feinschliff 2026-05 ========== */

/* Headline: ruhiger als Hero, aber klar */
#waldwichtel h2 {
  font-size: clamp(1.45rem, 1.3rem + 1.8vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: 0.008em;
}

/* Hinweisbox: sauberer, kein Dashed-Rahmen */
.wichtel-bridge {
  border-style: solid;
  font-size: 0.93rem;
  padding: 0.7rem 0.9rem;
}

/* Kompetenz-Tags: kompakter */
#waldwichtel .pill-list-warm {
  margin-bottom: 0.85rem;
}

#waldwichtel .pill-warm {
  font-size: 0.78rem;
  padding: 0.28em 0.68em;
}

/* Aktivit?ten: 2x3 Kachelraster */
.activity-tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 0.6rem 0 1.1rem;
}

.activity-tile {
  display: block;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(111, 143, 100, 0.22);
  border-radius: 10px;
  padding: 0.55em 0.85em;
  font-size: 0.88rem;
  color: #2d4c3a;
  font-weight: 500;
  line-height: 1.35;
}

/* Bild: konsistente Rundung und Schatten, sauberer Ausschnitt */
.waldspiel-media {
  border-radius: 26px 26px 26px 10px;
  box-shadow: 0 16px 40px rgba(18, 51, 41, 0.11);
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(26, 71, 56, 0.09);
}

.waldspiel-media img {
  object-position: center 40%;
}

/* Mobile: Text zuerst, Bild danach */
@media (max-width: 760px) {
  .waldspielgruppe-split {
    grid-template-columns: 1fr;
  }

  .waldspielgruppe-copy {
    order: 1;
  }

  .waldspiel-media {
    order: 2;
    min-height: 200px;
  }

  .activity-tile-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .activity-tile-grid {
    grid-template-columns: 1fr;
  }
}


/* ========== Kurse & Zeiten Feinschliff 2026-05 ========== */

/* Headline: stark aber nicht ?berdominant */
#kurse-heading {
  font-size: clamp(1.5rem, 1.3rem + 1.9vw, 2.1rem);
  line-height: 1.22;
  letter-spacing: 0.006em;
}

/* Karten: kompakteres Padding, nat?rlichere Gr??e */
.course-section .course-card {
  padding: 1rem 1.05rem;
  gap: 0.3rem;
}

/* Status-Badge: kompaktes Inline-Badge, nicht volle Breite */
.course-status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  font-size: 0.72rem;
  padding: 0.22em 0.75em;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
}

/* Verf?gbar: dezentes Gr?n */
.course-status--available {
  background: rgba(60, 140, 90, 0.1);
  color: #1e5932;
  border: 1px solid rgba(60, 140, 90, 0.28);
}

/* Voll: dezentes Amber statt Rot */
.course-status--full {
  background: rgba(160, 100, 40, 0.1);
  color: #7a4b1a;
  border: 1px solid rgba(160, 100, 40, 0.26);
}

/* Karten: keine Buttons mehr, nat�rliche H�he */
.course-section .course-card {
  padding: 1rem 1.1rem;
  gap: 0.3rem;
}

.course-section .course-card h3 {
  margin-bottom: 0.2rem;
}

.course-section .course-card .course-meta {
  margin-bottom: 0.35rem;
}

/* Zentraler CTA-Strip */
.course-cta-strip {
  margin-top: 1.75rem;
  padding: 1rem 1.4rem;
  background: rgba(26, 71, 56, 0.04);
  border: 1px solid rgba(26, 71, 56, 0.1);
  border-radius: 12px;
  text-align: center;
}

.course-cta-strip p {
  margin: 0;
  font-size: 0.97rem;
  color: #2d4c3a;
}

.course-cta-strip a {
  font-weight: 600;
  color: var(--forest-800);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.course-cta-strip a:hover {
  color: var(--forest-900);
}

/* DEPRECATED ? Buttons nicht mehr in Karten, Block bleibt f�r Kompatibilit�t */
/* Buttons: moderat hohe, volle Breite, b?ndig unten */
.course-section .course-card .btn {
  margin-top: auto;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  align-self: stretch;
  text-align: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* Mobile: 1 Spalte */
@media (max-width: 560px) {
  .course-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Waldbaden � Programm (Shinrin-Yoku f�r Frauen) ========== */
.section-waldbaden--program {
  border-top: 1px solid rgba(26, 71, 56, 0.08);
}

.section-waldbaden--program .waldbaden-split {
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}

.section-waldbaden--program .waldbaden-copy .section-lead {
  margin-bottom: 1rem;
}

.waldbaden-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-top: 0.25rem;
}

.section-waldbaden--program .waldbaden-visual {
  min-height: 300px;
}

.section-waldbaden--program .waldbaden-visual img {
  object-position: center 35%;
}

.waldbaden-subblock {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.waldbaden-subblock.waldbaden-cards-row {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.waldbaden-expect-heading {
  margin-top: 0;
}

.waldbaden-benefits.waldbaden-expect-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.75rem;
  gap: 1.1rem;
  align-items: stretch;
}

@media (max-width: 560px) {
  .waldbaden-benefits.waldbaden-expect-grid {
    grid-template-columns: 1fr;
  }
}

.section-heading-stack--left {
  text-align: left;
  margin-bottom: 1.5rem;
}

.section-waldbaden--program .waldbaden-investition {
  margin-bottom: 0;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(26, 71, 56, 0.12);
}

.frauen-pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  gap: 0.85rem;
}

.frauen-pain-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.frauen-pain-card p {
  margin: 0;
  font-size: 0.94rem;
  color: #3d5248;
}

.program-block {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 24px 24px 24px 8px;
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.98), rgba(236, 242, 232, 0.95));
  border: 1px solid rgba(26, 71, 56, 0.12);
  box-shadow: 0 14px 36px rgba(18, 51, 41, 0.08);
}

.program-checklist {
  margin-bottom: 1.5rem;
}

.program-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}

.program-timeline {
  margin-top: 0.5rem;
  list-style: none;
  padding: 0;
}

.program-note {
  margin: 0;
  font-size: 0.96rem;
  color: #3a5348;
  line-height: 1.6;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(26, 71, 56, 0.1);
}

.section-waldbaden--program #waldbaden-heading,
.section-waldbaden--program #systemsprenger-heading {
  font-size: clamp(1.45rem, 1.3rem + 1.8vw, 2.15rem);
  line-height: 1.22;
}

@media (max-width: 900px) {
  .frauen-pain-grid {
    grid-template-columns: 1fr;
  }

  .program-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .section-waldbaden--program .waldbaden-split {
    grid-template-columns: 1fr;
  }

  .section-waldbaden--program .waldbaden-visual {
    order: 2;
    min-height: 220px;
  }

  .section-waldbaden--program .waldbaden-copy {
    order: 1;
  }

  .waldbaden-intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .waldbaden-intro-actions .btn {
    justify-content: center;
  }
}

