/* =========================================================
   Weiber Yoga – Bereginja  |  Design-System
   Mystisch-feminin · slawisch · modern
   ========================================================= */

:root {
  /* Farben */
  --plum-900: #2a1726;   /* tiefes Aubergine, fast schwarz */
  --plum-800: #3c2238;
  --plum-700: #4e2c47;
  --plum-500: #6e3d61;
  --wine:     #7c2f43;   /* warmes Beerenrot */
  --gold:     #c79a4b;   /* gedämpftes Gold */
  --gold-soft:#d8b878;
  --cream:    #f6efe4;   /* Pergament */
  --cream-2:  #efe4d2;
  --sand:     #e7d7bd;
  --ink:      #2c2530;   /* Lesefarbe */
  --ink-soft: #5b5260;
  --terra:    #b06a4f;

  /* Typo */
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans:  "Inter", "Segoe UI", system-ui, sans-serif;

  /* Maße */
  --wrap: 1140px;
  --radius: 14px;
  --shadow: 0 18px 50px -22px rgba(42, 23, 38, 0.55);
  --shadow-soft: 0 10px 30px -18px rgba(42, 23, 38, 0.45);
}

/* --------------------------- Reset --------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--plum-800); margin: 0 0 .5em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); letter-spacing: .3px; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }
p  { margin: 0 0 1.1em; }

.wrap { width: min(100% - 2.4rem, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 760px; }
section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }

/* --------------------------- Helpers ------------------------- */
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 1rem;
}
.lead { font-size: clamp(1.1rem, 1.7vw, 1.32rem); color: var(--ink-soft); }
.center { text-align: center; }
.gold-line { color: var(--wine); font-style: italic; }

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .92rem;
  letter-spacing: .03em;
  padding: .85rem 1.7rem; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer; transition: all .25s;
}
.btn-primary { background: var(--wine); color: var(--cream); }
.btn-primary:hover { background: var(--plum-700); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--plum-800); border-color: var(--gold); }
.btn-ghost:hover { background: var(--gold); color: var(--plum-900); }
/* Ghost-Button auf dunklem Grund: heller Text, damit lesbar */
.hero .btn-ghost, .dark .btn-ghost, .page-hero .btn-ghost, .cta-band .btn-ghost {
  color: var(--cream); border-color: var(--gold-soft);
}
.hero .btn-ghost:hover, .dark .btn-ghost:hover, .page-hero .btn-ghost:hover, .cta-band .btn-ghost:hover {
  background: var(--gold-soft); color: var(--plum-900);
}
.btn-light { background: var(--cream); color: var(--plum-800); }
.btn-light:hover { background: #fff; transform: translateY(-2px); }

/* Ornament-Trenner */
.ornament { text-align: center; color: var(--gold); font-size: 1.4rem; letter-spacing: .6em; margin: 0; opacity: .8; }

/* --------------------------- Header -------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 239, 228, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(199, 154, 75, 0.28);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; padding: .75rem 0;
}
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--serif); }
.brand b { font-size: 1.35rem; color: var(--plum-800); font-weight: 600; letter-spacing: .5px; line-height: 1; }
.brand span { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--wine));
  color: var(--cream); font-family: var(--serif); font-size: 1.1rem;
}
.brand-mark::after {
  content: ""; width: 60%; height: 60%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f6efe4' stroke-width='1.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3v2.4M12 18.6V21M3 12h2.4M18.6 12H21M5.5 5.5l1.7 1.7M16.8 16.8l1.7 1.7M18.5 5.5l-1.7 1.7M7.2 16.8l-1.7 1.7'/%3E%3C/svg%3E") center/contain no-repeat;
}
.nav-links { display: flex; align-items: center; gap: 1.15rem; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
.nav-links a { font-family: var(--sans); font-size: .88rem; font-weight: 500; color: var(--plum-800); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--wine); }
.nav-cta { margin-left: .3rem; }
.nav-cta .btn { white-space: nowrap; padding: .7rem 1.2rem; font-size: .84rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--plum-800); margin: 5px 0; transition: .3s; }

/* --------------------------- Hero ---------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--plum-900), var(--plum-700) 55%, var(--wine));
  color: var(--cream);
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(4rem, 8vw, 7rem);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 18%, rgba(216, 184, 120, .22), transparent 42%),
                    radial-gradient(circle at 12% 88%, rgba(176, 106, 79, .25), transparent 45%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
/* Hero mit Hintergrundbild (statt Figur) */
.hero-bg { position: relative; overflow: hidden; min-height: clamp(560px, 88vh, 920px); display: flex; align-items: center; }
.hero-photo { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center 35%; transform: scale(1.03); animation: heroZoom 26s ease-in-out infinite alternate; will-change: transform; }
.hero-bg::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(42,23,38,.5), rgba(42,23,38,.16) 38%, rgba(58,33,54,.72)),
              radial-gradient(135% 100% at 50% 42%, transparent 26%, rgba(42,23,38,.62)); }
.hero-bg .wrap { position: relative; z-index: 2; }
@keyframes heroZoom { from { transform: scale(1.03); } to { transform: scale(1.13); } }
@media (prefers-reduced-motion: reduce) { .hero-photo { animation: none; } }
.hero-bg .hero-inner { max-width: 680px; }
.hero-bg .hero-inner h1 { font-size: clamp(2.9rem, 6.2vw, 5rem); }
.hero-bg .hero-inner h1, .hero-bg .hero-inner p, .hero-bg .hero-inner .eyebrow { text-shadow: 0 2px 20px rgba(26,14,24,.6), 0 1px 4px rgba(26,14,24,.5); }
.hero-divider { width: 64px; height: 2px; margin: 0 0 1.3rem; border: 0; background: linear-gradient(90deg, transparent, var(--gold-soft), transparent); }
.center-hero .hero-divider { margin-inline: auto; }
.hero-scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(216,184,120,.55);
  display: grid; place-items: center; color: var(--gold-soft); background: rgba(42,23,38,.25);
  animation: scrollBounce 2.2s ease-in-out infinite; }
.hero-scroll:hover { background: rgba(216,184,120,.22); color: var(--cream); }
@keyframes scrollBounce { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,7px); } }
.hero-bg.center-hero { text-align: center; }
.hero-bg.center-hero .hero-inner { margin-inline: auto; }
.hero-bg.center-hero .hero-actions { justify-content: center; }
.hero-bg.center-hero p { margin-inline: auto; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero h1 { color: var(--cream); }
.hero h1 em { color: var(--gold-soft); font-style: italic; }
.hero .eyebrow { color: var(--gold-soft); }
.hero p { color: rgba(246, 239, 228, .86); font-size: 1.15rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-figure {
  position: relative; border-radius: 220px 220px 18px 18px;
  overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(216, 184, 120, .4);
  aspect-ratio: 3/4;
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  background: rgba(42, 23, 38, .82); color: var(--gold-soft);
  font-family: var(--sans); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase;
  padding: .5rem 1.1rem; border-radius: 999px; border: 1px solid rgba(216,184,120,.35);
  white-space: nowrap;
}

/* --------------------------- Sections ------------------------ */
.section-head { max-width: 640px; margin: 0 auto clamp(2.2rem, 4vw, 3.2rem); }
.section-head.center { text-align: center; }

.parchment { background: var(--cream-2); }
.dark { background: var(--plum-800); color: var(--cream); }
.dark h2, .dark h3 { color: var(--cream); }
.dark .lead { color: rgba(246,239,228,.8); }
.dark .eyebrow { color: var(--gold-soft); }

/* Karten-Grid */
.grid { display: grid; gap: 1.6rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--cream); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(199,154,75,.22); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 16/11; overflow: hidden; background: var(--sand); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.card-body h3 { margin: 0; }
.card-tag { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.card-body p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.card-link { margin-top: auto; padding-top: .6rem; font-weight: 600; font-size: .9rem; color: var(--wine); }
.card-link::after { content: " \2192"; }

/* Feature-Reihe (Bild + Text) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.feature.reverse .feature-media { order: 2; }
.feature-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.feature-media img { width: 100%; }

/* Zahlenband */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; text-align: center; }
.stat b { font-family: var(--serif); font-size: clamp(2.2rem,4vw,3rem); color: var(--gold); display: block; line-height: 1; }
.stat span { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.dark .stat span { color: rgba(246,239,228,.7); }

/* Pfeiler / Liste mit Haken */
.pillars { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.pillars li { display: flex; gap: .9rem; align-items: flex-start; }
.pillars .dot { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--sand); color: var(--wine); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; }

/* CTA-Band */
.cta-band { background: linear-gradient(150deg, var(--wine), var(--plum-700)); color: var(--cream); border-radius: var(--radius); padding: clamp(2.4rem,5vw,3.8rem); text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: var(--cream); }
.cta-band p { color: rgba(246,239,228,.85); max-width: 52ch; margin-inline: auto; }

/* Video-Karten */
.video-card { background: var(--plum-900); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-card .cap { padding: 1rem 1.2rem; color: var(--cream); font-family: var(--serif); font-size: 1.1rem; }

/* Testimonials */
.quote-card {
  background: var(--cream); border-radius: var(--radius); padding: 1.8rem 1.7rem;
  border: 1px solid rgba(199,154,75,.22); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; gap: 1rem;
}
.quote-card .stars { color: var(--gold); letter-spacing: .15em; font-size: .95rem; }
.quote-card p { font-family: var(--serif); font-size: 1.18rem; font-style: italic; color: var(--plum-700); margin: 0; line-height: 1.5; }
.quote-card .who { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.quote-card .who .av { width: 48px; height: 48px; border-radius: 50%; flex: none; background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--wine)); display: grid; place-items: center; color: var(--cream); font-family: var(--serif); font-size: 1.1rem; }
.quote-card .who img.av { object-fit: cover; border: 2px solid var(--gold-soft); }
.quote-card .who b { font-family: var(--sans); font-size: .92rem; color: var(--plum-800); display: block; }
.quote-card .who span { font-size: .8rem; color: var(--ink-soft); }

/* FAQ (zero-JS via <details>) */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: .8rem; }
.faq details {
  background: var(--cream); border: 1px solid rgba(199,154,75,.28);
  border-radius: 12px; padding: 0 1.3rem; overflow: hidden; transition: border-color .2s;
}
.faq details[open] { border-color: var(--gold); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.05rem 0; font-weight: 600;
  font-family: var(--serif); font-size: 1.18rem; color: var(--plum-800);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 1.5rem; color: var(--gold); transition: transform .25s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 1.1rem; color: var(--ink-soft); }

/* --------------------------- Page-Hero (Unterseiten) --------- */
.page-hero {
  background: linear-gradient(160deg, var(--plum-900), var(--plum-700));
  color: var(--cream); padding: clamp(3.4rem,7vw,5.5rem) 0 clamp(3rem,6vw,4.5rem);
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
  content:""; position:absolute; inset:0;
  background: radial-gradient(circle at 85% 20%, rgba(216,184,120,.18), transparent 45%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: var(--cream); margin-bottom: .4rem; }
.page-hero p { color: rgba(246,239,228,.82); max-width: 60ch; margin-inline: auto; }
.page-hero .eyebrow { color: var(--gold-soft); }

/* Fließtext-Block */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { color: var(--wine); margin-top: 1.8rem; }
.prose .first::first-letter { font-family: var(--serif); font-size: 3.4rem; float: left; line-height: .8; padding: .2rem .6rem .2rem 0; color: var(--gold); }
blockquote {
  margin: 2rem 0; padding: 1.2rem 1.6rem; border-left: 3px solid var(--gold);
  background: var(--cream-2); border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif); font-size: 1.3rem; font-style: italic; color: var(--plum-700);
}
.note { background: var(--sand); border: 1px dashed var(--terra); border-radius: var(--radius); padding: 1rem 1.3rem; font-size: .9rem; color: var(--plum-700); }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,3.5rem); }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; }
.contact-list .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--plum-800); color: var(--gold-soft); display: grid; place-items: center; font-size: 1.1rem; }
.contact-list b { display: block; font-family: var(--sans); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }

form label { display: block; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 .35rem; font-weight: 600; }
form input, form textarea {
  width: 100%; padding: .8rem 1rem; margin-bottom: 1.1rem; border-radius: 10px;
  border: 1px solid rgba(124,47,67,.25); background: var(--cream); font-family: var(--sans); font-size: 1rem; color: var(--ink);
}
form input:focus, form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }

/* --------------------------- Footer -------------------------- */
.site-footer { background: var(--plum-900); color: rgba(246,239,228,.78); padding: clamp(3rem,6vw,4.5rem) 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.site-footer h4 { color: var(--gold-soft); font-family: var(--sans); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: rgba(246,239,228,.78); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .92rem; }
.footer-brand b { font-family: var(--serif); font-size: 1.5rem; color: var(--cream); }
.footer-brand p { font-size: .92rem; margin-top: .8rem; max-width: 34ch; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(216,184,120,.18); display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; font-size: .82rem; }

/* --------------------------- Reveal -------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* --------------------------- Responsive ---------------------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { max-width: 360px; margin-inline: auto; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .feature, .contact-grid { grid-template-columns: 1fr; }
  .feature.reverse .feature-media { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    gap: 1.3rem; padding: 5rem 2rem; background: var(--cream-2);
    transform: translateX(100%); transition: transform .35s; box-shadow: var(--shadow);
  }
  .nav-links.open { transform: none; }
  .nav-toggle { display: block; z-index: 60; }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .grid-2, .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { gap: 2rem; }
}
