/* ============================================
   HEYLA COACHING – Stylesheet
   Heilpraktikerin für Psychotherapie
   Lüdenscheid & online
   ============================================ */

/* ===== CSS VARIABLEN ===== */
:root {
  /* Farben aus dem Logo */
  --powder-blue:    #C5DCEF;
  --powder-mid:     #A8C7E0;
  --powder-deep:    #8AAECB;
  --berry:          #7B1B5B;
  --berry-dark:     #5C1244;
  --berry-light:    #9B2B75;

  /* Neutrale Töne */
  --white:          #FAFAF8;
  --beige-light:    #F7F1EA;
  --cream:          #F3EDE8;
  --text-dark:      #1E1E1E;
  --text-mid:       #4A4A4A;
  --text-light:     #7A7A7A;
  --border:         rgba(123, 27, 91, 0.15);

  /* Typografie */
  --font-display:   'Great Vibes', cursive;
  --font-heading:   'Cormorant Garamond', Georgia, serif;
  --font-body:      'Raleway', system-ui, sans-serif;

  /* Abstände */
  --space-xs:   0.5rem;
  --space-sm:   1rem;
  --space-md:   2rem;
  --space-lg:   4rem;
  --space-xl:   6rem;
  --space-2xl:  9rem;

  /* Layout */
  --container:    1200px;
  --container-narrow: 760px;
  --radius:       12px;
  --radius-lg:    24px;

  /* Übergänge */
  --transition:   0.3s ease;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-dark);
  background-color: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  list-style: none;
}

/* ===== TYPOGRAFIE ===== */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-dark);
}

h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }

em {
  font-style: italic;
  color: var(--berry);
}

p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-mid);
  line-height: 1.8;
}

strong {
  font-weight: 600;
  color: var(--text-dark);
}

/* ===== LAYOUT-HELFER ===== */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.text-center {
  text-align: center;
}

.cta-spacing {
  margin-top: var(--space-lg);
}

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: var(--space-lg);
}

.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: var(--space-sm);
}

.section-tag--light {
  color: rgba(255, 255, 255, 0.8);
}

.section-title {
  margin-top: 0.5rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition),
              box-shadow var(--transition);
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--berry);
  color: var(--white);
  border-color: var(--berry);
}

.btn--primary:hover {
  background: var(--berry-dark);
  border-color: var(--berry-dark);
  box-shadow: 0 8px 24px rgba(123, 27, 91, 0.3);
}

.btn--outline {
  background: transparent;
  color: var(--berry);
  border-color: var(--berry);
}

.btn--outline:hover {
  background: var(--berry);
  color: var(--white);
}

.btn--white {
  background: var(--white);
  color: var(--berry);
  border-color: var(--white);
}

.btn--white:hover {
  background: var(--cream);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--white);
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid rgba(123, 27, 91, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  transition: box-shadow var(--transition);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}

.header__logo {
  flex-shrink: 0;
}

.logo-img {
  height: 78px;
  width: auto;
  object-fit: contain;
  /* Ränder weich in den weißen Header ausblenden */
  -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 50%, black 45%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 72% at 50% 50%, black 45%, transparent 100%);
}

/* Navigation */
.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.nav__link {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-dark);
  transition: color var(--transition);
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--berry);
  transition: width var(--transition);
}

.nav__link:hover {
  color: var(--berry);
}

.nav__link:hover::after {
  width: 100%;
}

.nav__link--cta {
  background: var(--berry);
  color: var(--white) !important;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  transition: background var(--transition), transform var(--transition);
}

.nav__link--cta::after { display: none; }

.nav__link--cta:hover {
  background: var(--berry-dark);
  transform: translateY(-1px);
}

/* Burger Menu */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
}

.burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text-dark);
  transition: transform var(--transition), opacity var(--transition);
}

.burger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ===== HERO ===== */
@keyframes orb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(40px, -30px) scale(1.08); }
  66%       { transform: translate(-20px, 20px) scale(0.95); }
}
@keyframes orb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%       { transform: translate(-50px, 30px) scale(1.12); }
  75%       { transform: translate(30px, -20px) scale(0.92); }
}
@keyframes orb3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(25px, 40px) scale(1.06); }
}

.hero {
  background: #C5DCEF;
  padding-top: calc(88px + var(--space-xl));
  padding-bottom: var(--space-lg);
  position: relative;
  overflow: hidden;
}

/* Sanft schwebende Farbkreise */
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

/* Orb oben rechts – warmes Weiß */
.hero::before {
  width: 55vw;
  height: 55vw;
  max-width: 700px;
  max-height: 700px;
  top: -20%;
  right: -10%;
  background: radial-gradient(circle, rgba(255,255,255,0.55) 0%, rgba(197,220,239,0.1) 70%);
  animation: orb1 14s ease-in-out infinite;
}

/* Orb unten links – zartes Berry */
.hero::after {
  width: 40vw;
  height: 40vw;
  max-width: 500px;
  max-height: 500px;
  bottom: -15%;
  left: -8%;
  background: radial-gradient(circle, rgba(155,43,117,0.10) 0%, rgba(197,220,239,0.0) 70%);
  animation: orb2 18s ease-in-out infinite;
}

/* Dritter Orb – mittiges Aufhellen */
.hero .hero-orb3 {
  position: absolute;
  width: 30vw;
  height: 30vw;
  max-width: 380px;
  max-height: 380px;
  top: 30%;
  left: 35%;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  background: radial-gradient(circle, rgba(255,255,255,0.30) 0%, transparent 70%);
  animation: orb3 22s ease-in-out infinite;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
}

.hero__content {
  max-width: 640px;
}

.hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: var(--space-md);
}

.hero__headline {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: var(--space-md);
}

.hero__sub {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--text-mid);
  margin-bottom: var(--space-md);
  max-width: 520px;
  line-height: 1.9;
}

.hero__hint {
  margin-top: var(--space-sm);
  font-size: 0.82rem;
  color: var(--text-light);
  letter-spacing: 0.03em;
}

/* Hero Visual */
.hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Foto */
.hero__photo-wrap {
  position: relative;
  width: clamp(280px, 38vw, 480px);
  flex-shrink: 0;
}

.hero__photo-wrap::before {
  display: none;
}

.hero__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-lg);
  display: block;
  position: relative;
  z-index: 1;
}

/* Welle */
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
}

.wave svg {
  width: 100%;
  height: 80px;
}

/* ===== INTRO ===== */
.intro {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.intro__text {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  line-height: 1.9;
  max-width: 640px;
  margin-inline: auto;
  margin-top: var(--space-md);
}

/* ===== LEISTUNGEN ===== */
.leistungen {
  background: var(--powder-blue);
  padding: var(--space-xl) 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.card--accent {
  background: var(--berry);
  border-color: var(--berry);
}

.card--accent .card__icon,
.card--accent .card__title,
.card--accent .card__text {
  color: var(--white);
}

.card__icon {
  color: var(--berry);
  margin-bottom: var(--space-md);
}

.card__title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: var(--space-sm);
  color: var(--text-dark);
}

.card__text {
  font-size: 0.95rem;
  line-height: 1.8;
}

/* ===== ABLAUF ===== */
.ablauf {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: var(--space-lg);
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 var(--space-md);
}

.step__number {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 300;
  color: var(--powder-mid);
  line-height: 1;
  margin-bottom: var(--space-md);
  transition: color var(--transition);
}

.step:hover .step__number {
  color: var(--berry-light);
}

.step__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: var(--space-sm);
}

.step__text {
  font-size: 0.95rem;
  line-height: 1.8;
}

.step__connector {
  flex: 0 0 60px;
  height: 1px;
  background: linear-gradient(to right, var(--powder-mid), transparent);
  margin-top: 2rem;
  align-self: flex-start;
}

/* ===== WARUM HEYLA ===== */
.warum {
  background: var(--powder-blue);
  padding: var(--space-xl) 0;
}

.usps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.usp {
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius);
  padding: var(--space-md) var(--space-md) var(--space-md);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  transition: background var(--transition), transform var(--transition);
}

.usp:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
}

.usp__icon {
  font-size: 1.1rem;
  color: var(--berry);
  margin-bottom: 0.75rem;
}

.usp__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.usp__text {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ===== ÜBER MICH ===== */
.ueber {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.ueber__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.ueber__image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ueber__photo {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
}


.ueber__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.ueber__content .section-title {
  margin-bottom: var(--space-sm);
}

.ueber__content p {
  margin-bottom: 0.5rem;
}

.ueber__content strong {
  color: var(--berry);
}

.ueber__content .btn {
  margin-top: var(--space-md);
  align-self: flex-start;
}

/* ===== FAQ ===== */
.faq {
  background: var(--cream);
  padding: var(--space-xl) 0;
}

.faq__list {
  margin-top: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-dark);
  list-style: none;
  transition: background var(--transition), color var(--transition);
  min-height: 56px;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__item[open] .faq__question {
  color: var(--berry);
  background: rgba(123, 27, 91, 0.03);
}

.faq__icon {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--berry);
  transition: transform var(--transition);
  line-height: 1;
}

.faq__item[open] .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border);
}

.faq__answer p {
  padding-top: 1rem;
  font-size: 0.95rem;
}

/* ===== ABSCHLUSS-CTA ===== */
.cta-section {
  background: linear-gradient(135deg, var(--berry) 0%, var(--berry-dark) 100%);
  padding: var(--space-xl) 0;
  position: relative;
  overflow: hidden;
}


.cta-section__headline {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  margin: 0.75rem 0 var(--space-md);
  line-height: 1.2;
}

.cta-section__headline em {
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}

.cta-section__text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 480px;
  margin-inline: auto;
  margin-bottom: var(--space-lg);
}

.cta-section__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.cta-section__location {
  margin-top: var(--space-md);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ===== FOOTER ===== */
.footer {
  background: #1A1A1A;
  color: rgba(255, 255, 255, 0.75);
  padding: var(--space-xl) 0 var(--space-md);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: var(--space-md);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin-bottom: var(--space-sm);
  /* Das Logo hat blauen Hintergrund, leicht abdunkeln */
  border-radius: 8px;
  opacity: 0.9;
}

.footer__tagline {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.footer__heading {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition);
}

.footer__link:hover {
  color: var(--white);
}

.footer__contact p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  transition: border-color var(--transition), color var(--transition),
              background var(--transition);
}

.social-link:hover {
  border-color: var(--berry-light);
  color: var(--white);
  background: rgba(123, 27, 91, 0.3);
}

/* Footer Bottom */
.footer__bottom {
  padding-top: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.footer__bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer__disclaimer {
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.3) !important;
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ===== ANIMATIONEN – Scroll Reveal ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}

.reveal.visible {
  opacity: 1;
  animation: fadeUp 0.7s ease forwards;
}

/* ===== RESPONSIVE ===== */

/* TABLET ≤1024px */
@media (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-md);
  }

  .ueber__inner {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
  }

  .ich-sehe__inner {
    gap: var(--space-md);
  }

  .boxing-after-inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .step__connector {
    display: none;
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
  }
}

/* MOBILE ≤768px */
@media (max-width: 768px) {

  /* Abstände reduzieren */
  :root {
    --space-xl: 4.5rem;
    --space-lg: 3rem;
  }

  /* Header kompakter */
  .header__inner {
    height: 68px;
  }

  .logo-img {
    height: 58px;
  }

  /* Burger sichtbar */
  .burger {
    display: flex;
  }

  /* Mobile Nav Overlay */
  .nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(250, 250, 248, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    padding: var(--space-md) 0;
  }

  .nav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav__list {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .nav__link {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(123, 27, 91, 0.06);
  }

  .nav__link::after { display: none; }

  .nav__link--cta {
    margin: 1rem 1.5rem 0;
    text-align: center;
    border-radius: 4px;
    border-bottom: none;
  }

  /* Abstände für fixierten Header anpassen */
  .hero {
    padding-top: calc(68px + var(--space-lg));
    padding-bottom: var(--space-xl);
  }

  .page-hero {
    padding-top: calc(68px + var(--space-lg));
  }

  .boxing-page-hero {
    padding-top: calc(68px + var(--space-md));
  }

  /* Hero: 2 Spalten → 1 Spalte */
  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
    gap: var(--space-md);
  }

  .hero__logo-large {
    width: clamp(180px, 60vw, 280px);
  }

  .hero__tagline {
    border-left: none;
    padding-left: 0;
    border-top: none;
    padding-top: 0;
    justify-content: center;
    text-align: center;
  }

  .hero__sub {
    max-width: 100%;
    margin-inline: auto;
  }

  .hero__visual {
    display: flex;
    justify-content: center;
  }

  .hero__photo-wrap {
    width: clamp(240px, 80vw, 360px);
  }

  .hero__photo {
    aspect-ratio: 4 / 3;
  }

  /* Ich-sehe: 2 Spalten → 1 Spalte, Foto oben */
  .ich-sehe__inner {
    grid-template-columns: 1fr;
  }

  .ich-sehe__visual {
    order: -1;
  }

  .ich-sehe__content .btn {
    align-self: stretch;
    text-align: center;
  }

  /* Über mich: 2 Spalten → 1 Spalte */
  .ueber__inner {
    grid-template-columns: 1fr;
  }

  .ueber__content .btn {
    align-self: stretch;
    text-align: center;
  }

  /* Ablauf: 1 Spalte */
  .steps {
    grid-template-columns: 1fr;
  }

  /* Footer: 2 Spalten */
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
  }

  /* CTA Buttons */
  .cta-section__buttons {
    flex-direction: column;
    align-items: stretch;
    padding-inline: var(--space-md);
  }

  .cta-section__buttons .btn {
    text-align: center;
  }

  /* Boxing Teaser */
  .boxing-teaser {
    grid-template-columns: 1fr;
  }

  .boxing-teaser__image-wrap {
    min-height: 240px;
  }

  .boxing-teaser__content {
    padding: var(--space-md);
  }

  /* Boxing Unterseite Hero */
  .boxing-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .boxing-page-hero__content {
    padding-bottom: var(--space-md);
  }

  .boxing-page-hero__image-wrap {
    display: none;
  }

  /* Boxing Danach-Bild */
  .boxing-after-inner {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  /* Pro-Bono Zielgruppe: 3 schmale Spalten → 1 Spalte */
  .probono-who-grid {
    grid-template-columns: 1fr;
  }

  /* Hero-Hinweis zentrieren */
  .hero__hint {
    text-align: center;
  }

  /* Section Header Abstand kompakter */
  .section-header {
    margin-bottom: var(--space-md);
  }

  /* Qualifikationen auf Tablet: 2 Spalten */
  .qual-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Page-Hero Unterseiten kompakter */
  .page-hero {
    padding-bottom: var(--space-md);
  }

  /* Über-mich Abstand kompakter */
  .ueber__content {
    gap: var(--space-sm);
  }
}

/* MITTLERE MOBILGERÄTE ≤640px */
@media (max-width: 640px) {

  /* Boxing Zielgruppe: explizit 1 Spalte */
  .boxing-targets-grid {
    grid-template-columns: 1fr;
  }

  /* Boxing Fakten: explizit 1 Spalte */
  .boxing-facts-grid {
    grid-template-columns: 1fr;
  }

  /* Leistungskarten 1 Spalte */
  .cards {
    grid-template-columns: 1fr;
  }

  /* Preiskarten 1 Spalte */
  .price-cards {
    grid-template-columns: 1fr;
  }

  /* CTA Buttons vollbreit + gestapelt */
  .cta-section__buttons,
  .boxing-cta-section .cta-section__buttons,
  .ig-modal__buttons {
    flex-direction: column;
    align-items: stretch;
    padding-inline: 0;
  }

  .cta-section__buttons .btn,
  .ig-modal__buttons .btn {
    text-align: center;
    width: 100%;
  }
}

/* KLEINE MOBILGERÄTE ≤480px */
@media (max-width: 480px) {
  :root {
    --space-xl: 3.5rem;
    --space-lg: 2.5rem;
    --space-md: 1.5rem;
  }

  /* Typografie: kompaktere Headings */
  h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
  h2 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  h3 { font-size: clamp(1.05rem, 4.5vw, 1.3rem); }

  .hero__headline {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .boxing-page-hero__title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  /* Karten: 1 Spalte (bereits durch 640px, Sicherheit) */
  .cards {
    grid-template-columns: 1fr;
  }

  .usps {
    grid-template-columns: 1fr;
  }

  /* Preiskarten: 1 Spalte */
  .price-cards {
    grid-template-columns: 1fr;
  }

  /* Footer: 1 Spalte */
  .footer__inner {
    grid-template-columns: 1fr;
  }

  /* Qualifikationen: 1 Spalte */
  .qual-grid {
    grid-template-columns: 1fr;
  }

  /* Boxing Inklusiv: weniger Padding */
  .boxing-inclusiv-item {
    padding: 0.75rem 1rem;
  }

  /* Section Header kompakter */
  .section-header {
    margin-bottom: var(--space-sm);
  }

  /* Ich-sehe Foto: Höhe begrenzen */
  .ich-sehe__photo {
    max-height: 260px;
  }

  /* FAQ Fragen */
  .faq__question {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* Buttons volle Breite */
  .ich-sehe__content .btn {
    width: 100%;
  }

  /* Container Padding enger */
  .container {
    padding-inline: 1.25rem;
  }
}

/* ===== FOKUS-STILE (Accessibility) ===== */
:focus-visible {
  outline: 2px solid var(--berry);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--powder-blue);
}

::-webkit-scrollbar-thumb {
  background: var(--powder-mid);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--berry-light);
}

/* ============================================
   NEUE KOMPONENTEN & SEITEN
   ============================================ */

/* ===== NAV BADGE ===== */
.nav__link--badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nav__badge {
  display: inline-block;
  background: var(--berry);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 3px;
  line-height: 1.5;
  vertical-align: middle;
}

/* ===== SECTION SUBTITLE ===== */
.section-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-mid);
  max-width: 600px;
  margin-inline: auto;
  margin-top: var(--space-sm);
  line-height: 1.8;
}

/* ===== CARD LIST (neue Leistungs-Karten) ===== */
.card__text--sub {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--text-light);
  margin-bottom: var(--space-sm);
  margin-top: -0.25rem;
}

.card--accent .card__text--sub {
  color: rgba(255, 255, 255, 0.65);
}

.card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: var(--space-sm);
}

.card__list li {
  font-size: 0.9rem;
  color: var(--text-mid);
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.55;
}

.card__list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--berry);
}

.card--accent .card__list li {
  color: rgba(255, 255, 255, 0.85);
}

.card--accent .card__list li::before {
  color: rgba(255, 255, 255, 0.55);
}

/* ===== BADGE ===== */
.badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
}

.badge--soon {
  background: rgba(123, 27, 91, 0.08);
  color: var(--berry);
  border: 1px solid rgba(123, 27, 91, 0.2);
}

/* ===== BOXING TEASER ===== */
.boxing-teaser {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: var(--space-lg);
  border: 1px solid var(--border);
}

.boxing-teaser__image-wrap {
  min-height: 280px;
  overflow: hidden;
  background: var(--cream);
}

.boxing-teaser__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.boxing-teaser__content {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.boxing-teaser__title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-top: 0.25rem;
}

.boxing-teaser__subtitle {
  font-size: 1rem;
  font-style: italic;
  color: var(--berry);
}

.boxing-teaser__text {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 0.25rem 0 0.5rem;
}

/* ===== WELTENWANDERUNG TEASER ===== */
.weltenwanderung-teaser {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: var(--space-lg);
  border: 1px solid var(--border);
}

.weltenwanderung-teaser__image-wrap {
  min-height: 280px;
  overflow: hidden;
}

.weltenwanderung-teaser__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.weltenwanderung-teaser__content {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.weltenwanderung-teaser__title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-top: 0.25rem;
}

.weltenwanderung-teaser__subtitle {
  font-size: 1rem;
  font-style: italic;
  color: var(--berry);
}

.weltenwanderung-teaser__text {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 0.25rem 0 0.5rem;
}

/* ===== PRICE CARD SUB-PRICES ===== */
.price-card__sub-prices {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 0.82rem;
}

.price-card__sub-prices li {
  display: flex;
  justify-content: space-between;
  color: var(--text-mid);
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.price-card--featured .price-card__sub-prices li {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* ===== FOOTER ADDRESS ===== */
.footer__address {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* ===== FAQ LINK ===== */
.faq__link {
  color: var(--berry);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ===== QUALIFIKATIONEN ===== */
.qual {
  background: var(--powder-blue);
  padding: var(--space-xl) 0;
}

.qual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.qual-item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius);
  padding: var(--space-md);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  transition: background var(--transition), transform var(--transition);
}

.qual-item:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}

.qual-item__icon {
  font-size: 1rem;
  color: var(--berry);
  margin-bottom: 0.6rem;
}

.qual-item__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: var(--text-dark);
}

.qual-item__text {
  font-size: 0.88rem;
  line-height: 1.7;
}


/* ============================================
   SUBPAGE: GEMEINSAME STYLES
   ============================================ */

/* Page Hero (Unterseiten-Header) */
.page-hero {
  background: var(--powder-blue);
  padding-top: calc(88px + var(--space-xl));
  padding-bottom: var(--space-lg);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  width: 45vw;
  height: 45vw;
  max-width: 550px;
  max-height: 550px;
  top: -20%;
  right: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.45) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.page-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: var(--space-sm);
  display: block;
}

.page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: var(--space-md);
}

.page-hero__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--text-mid);
  max-width: 580px;
  margin-inline: auto;
  line-height: 1.9;
}

/* ============================================
   SUBPAGE: THERAPEUTISCHES BOXEN
   ============================================ */

.boxing-page-hero {
  background: var(--powder-blue);
  padding-top: calc(88px + var(--space-lg));
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.boxing-page-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: end;
}

.boxing-page-hero__content {
  padding-bottom: var(--space-xl);
  position: relative;
  z-index: 1;
}

.boxing-page-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: var(--space-sm);
  display: block;
}

.boxing-page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: var(--space-md);
}

.boxing-page-hero__title em {
  color: var(--berry);
}

.boxing-page-hero__sub {
  color: var(--text-mid);
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: var(--space-lg);
  max-width: 460px;
}

.boxing-page-hero__image-wrap {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}

@media (max-width: 768px) {
  .boxing-page-hero__image-wrap {
    display: none;
  }
}

.boxing-page-hero__content {
  order: 1;
}

.boxing-page-hero__image {
  width: 100%;
  height: auto;
  max-width: 580px;
  display: block;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

/* Boxing Körper-Fakten */
.boxing-facts-section {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.boxing-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.boxing-fact-card {
  background: var(--powder-blue);
  border-radius: var(--radius);
  padding: var(--space-md);
}

.boxing-fact-card__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--berry);
  margin-bottom: 0.5rem;
}

.boxing-fact-card__text {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Boxing Zielgruppe */
.boxing-targets-section {
  background: var(--cream);
  padding: var(--space-xl) 0;
}

.boxing-targets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.boxing-target-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.boxing-target-item__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.boxing-target-item__body h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}

.boxing-target-item__body p {
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Boxing Nach-dem-Training Bild */
.boxing-after-section {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.boxing-after-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.boxing-after-image {
  width: 100%;
  border-radius: var(--radius-lg);
  display: block;
}

.boxing-after-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.boxing-after-content .section-title {
  margin-bottom: 0;
}

/* Boxing Inklusiv */
.boxing-inclusiv-section {
  background: var(--powder-blue);
  padding: var(--space-xl) 0;
}

.boxing-inclusiv-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: var(--space-lg);
  max-width: 640px;
  margin-inline: auto;
}

.boxing-inclusiv-item {
  background: rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,0.8);
}

.boxing-inclusiv-item__icon {
  color: var(--berry);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.boxing-inclusiv-item__text {
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Boxing CTA */
.boxing-cta-section {
  background: var(--berry);
  padding: var(--space-xl) 0;
  text-align: center;
}

.boxing-cta-section__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 300;
  color: #fff;
  margin: 0.75rem 0 var(--space-md);
  line-height: 1.2;
}

.boxing-cta-section__title em {
  color: rgba(255, 255, 255, 0.85);
}

.boxing-cta-section__text {
  color: rgba(255,255,255,0.72);
  max-width: 480px;
  margin-inline: auto;
  margin-bottom: var(--space-lg);
  font-size: 1.05rem;
  line-height: 1.8;
}


/* ============================================
   SUBPAGE: HONORAR
   ============================================ */

.honorar-section {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.price-group {
  margin-bottom: var(--space-xl);
}

.price-group__title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.price-group__subtitle {
  font-size: 0.88rem;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: var(--space-md);
  margin-top: 0.5rem;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: var(--space-md);
}

.price-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: var(--space-md);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(123, 27, 91, 0.12);
}

.price-card--featured {
  background: var(--berry);
  border-color: var(--berry);
}

.price-card--featured .price-card__label,
.price-card--featured .price-card__title,
.price-card--featured .price-card__duration,
.price-card--featured .price-card__price,
.price-card--featured .price-card__text {
  color: #fff;
}

.price-card--featured .price-card__duration {
  color: rgba(255, 255, 255, 0.65);
}

.price-card--featured .price-card__price {
  color: rgba(255, 255, 255, 0.9);
}

.price-card--coming {
  background: var(--cream);
  border-color: rgba(0,0,0,0.08);
}

.price-card--coming.price-card--featured {
  opacity: 1;
  background: var(--berry);
  border-color: var(--berry);
}

.price-card__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 0.5rem;
}

.price-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.2rem;
}

.price-card__duration {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-bottom: var(--space-sm);
}

.price-card__price {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--berry);
  margin: auto 0 0.5rem;
  line-height: 1;
}

.price-card__price-suffix {
  font-size: 1rem;
  font-weight: 400;
}

.price-card__text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--text-mid);
}

.price-card__badge {
  position: absolute;
  top: -10px;
  right: 1rem;
  background: var(--powder-deep);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
}

.honorar-note-box {
  background: var(--powder-blue);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
  margin-top: var(--space-xl);
}

.honorar-note-box h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: var(--space-md);
}

.honorar-note-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.honorar-note-box li {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-mid);
  padding-left: 1.5rem;
  position: relative;
}

.honorar-note-box li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--berry);
  font-size: 0.65rem;
  top: 5px;
}

/* ============================================
   SUBPAGE: PRO BONO
   ============================================ */

.probono-section {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.probono-quote-box {
  background: var(--cream);
  border-left: 3px solid var(--berry);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: var(--space-xl);
}

.probono-quote-box blockquote {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  font-weight: 300;
  font-style: italic;
  color: var(--berry);
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.probono-quote-box p {
  font-size: 0.95rem;
  line-height: 1.8;
}

.probono-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin: var(--space-lg) 0;
}

.probono-who-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--berry);
  border-radius: 0 0 var(--radius) var(--radius);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

.probono-who-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(123, 27, 91, 0.10);
}

.probono-who-item__icon {
  color: var(--berry);
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.probono-who-item h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.3;
}

.probono-who-item p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-mid);
}

.probono-process-box {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
  margin-top: var(--space-xl);
  transition: transform var(--transition), box-shadow var(--transition);
}

.probono-process-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.probono-promise-box {
  transition: transform var(--transition), box-shadow var(--transition);
}

.probono-promise-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(123, 27, 91, 0.20);
}

.probono-process-box h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: var(--space-md);
}

.probono-steps {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.probono-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.probono-step__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
}

.probono-step__text h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.probono-step__text p {
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ============================================
   SUBPAGE: IMPRESSUM & DATENSCHUTZ
   ============================================ */

.legal-page {
  background: var(--beige-light);
  padding: var(--space-xl) 0;
}

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
  margin: var(--space-lg) 0 var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
  color: var(--text-dark);
}

.legal-content h2:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.legal-content h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  margin: var(--space-md) 0 0.5rem;
  color: var(--text-dark);
}

.legal-content p {
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-content ul li {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}

.legal-content a {
  color: var(--berry);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.placeholder-field {
  display: inline-block;
  background: rgba(255, 193, 7, 0.18);
  border: 1px dashed #c09000;
  padding: 0.05rem 0.5rem;
  border-radius: 3px;
  font-style: italic;
  color: #7a5c00;
  font-size: 0.9em;
}

/* ===== HERO: WELCOME LINKS + TAGLINE RECHTS ===== */
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
  min-height: calc(55vh - 88px);
}

.hero__welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.hero__welcome-pre {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-dark);
  letter-spacing: 0.03em;
}

/* Gleiche Maske wie Header-Logo */
.hero__logo-large {
  width: clamp(200px, 32vw, 420px);
  height: auto;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 50%, black 45%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 72% at 50% 50%, black 45%, transparent 100%);
}

.hero__tagline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: var(--space-md);
  border-left: 2px solid rgba(123, 27, 91, 0.2);
}

.hero__tagline-text {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.8;
}

.hero__tagline-text em {
  font-style: italic;
  color: var(--berry);
  font-weight: 400;
}

/* ===== SEKTION: ICH KANN DICH SEHEN ===== */
.ich-sehe {
  background: var(--cream);
  padding: var(--space-xl) 0;
}

.ich-sehe__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.ich-sehe__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ich-sehe__content .hero__sub {
  margin-bottom: var(--space-md);
}

.ich-sehe__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* ===== INSTAGRAM CONSENT MODAL ===== */
.ig-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ig-modal.is-visible {
  display: flex;
  opacity: 1;
}

.ig-modal__box {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 5vw, 2.5rem);
  max-width: 480px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transform: translateY(12px);
  transition: transform 0.2s ease;
}

.ig-modal.is-visible .ig-modal__box {
  transform: translateY(0);
}

.ig-modal__title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: var(--space-sm);
}

.ig-modal__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin-bottom: var(--space-md);
}

.ig-modal__buttons {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.ig-modal__buttons .btn {
  flex: 1;
  min-width: 140px;
}

/* ===== MOBILE OVERRIDES (nach späten CSS-Definitionen) ===== */
@media (max-width: 768px) {
  /* Hero: kein horizontaler Strich, vertikaler Strich bleibt */
  .hero__tagline {
    border-top: none;
  }

  /* Weltenwanderung Teaser: 1-Spalte */
  .weltenwanderung-teaser {
    grid-template-columns: 1fr;
  }

  .weltenwanderung-teaser__image-wrap {
    aspect-ratio: 4 / 3;
    min-height: unset;
  }

  /* Pro-Bono Zielgruppe: 3 Spalten → 1 Spalte */
  .probono-who-grid {
    grid-template-columns: 1fr;
  }

  /* Boxing Teaser: 1-Spalte, Bild (1. im DOM) erscheint oben */
  .boxing-teaser {
    grid-template-columns: 1fr;
  }


  /* Ich-sehe: 1-Spalte, Foto oben */
  .ich-sehe__inner {
    grid-template-columns: 1fr;
  }

  .ich-sehe__visual {
    order: -1;
  }

  .ich-sehe__content .btn {
    align-self: stretch;
    text-align: center;
  }

  /* Boxing Danach: 1-Spalte, Bild oben (Bild ist erstes Kind im DOM) */
  .boxing-after-inner {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}
