/* ==========================================================================
   Selbstbestimmt & Stark — Masterseite
   Werte 1:1 aus dem Design-Handoff (Claude Design). Self-hosted Fonts,
   kein CDN. Mobile-first-Ergaenzungen unter @media.
   ========================================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* overflow-y explizit auf auto: verhindert, dass Browser overflow-y bei
   gesetztem overflow-x:clip abweichend (z. B. "visible" statt "auto")
   aufloesen und dabei das vertikale Scrollen der Seite brechen. */
html, body { margin: 0; padding: 0; overflow-x: clip; overflow-y: auto; }
body {
  background: #F1EADD;
  font-family: 'Mulish', system-ui, sans-serif;
  color: #3B342B;
  -webkit-font-smoothing: antialiased;
}
a { color: #6E7355; text-decoration: none; }
a:hover { color: #565b40; }
::selection { background: #dfc9a6; }

@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

.page {
  min-height: 100vh;
  background: radial-gradient(120% 90% at 82% 0%, #F6EFE1 0%, #EFE7D8 42%, #EAE1D1 100%);
  padding: 0 clamp(20px, 4vw, 56px) 40px;
}

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 999px; font-size: 14.5px; font-weight: 600;
  font-family: 'Mulish', sans-serif; cursor: pointer; border: none;
  padding: 11px 26px; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary { background: #6E7355; color: #F6F1E7; }
.btn-primary:hover { background: #5c6146; color: #F6F1E7; }
.btn-outline { background: transparent; color: #4a4235; border: 1.5px solid rgba(59,52,43,.28); }
.btn-outline:hover { border-color: #6E7355; color: #6E7355; }
.btn-lg { padding: 15px 30px; font-size: 15px; }
.linkbtn {
  display: inline-flex; align-items: center; gap: 8px; background: none; border: none;
  cursor: pointer; color: #6E7355; font-family: 'Mulish', sans-serif; font-size: 14px;
  font-weight: 600; padding: 0;
}
.linkbtn:hover { color: #565b40; }

/* --- Header ------------------------------------------------------------- */
.site-header {
  max-width: 1360px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 4px 30px; gap: 18px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 16px; cursor: pointer; }
.brand-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; }
.brand-text { line-height: 1.05; display: block; }
.brand-title {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 27px; font-weight: 600; letter-spacing: .2px; color: #3B342B;
}
.brand-sub { display: block; font-size: 12px; letter-spacing: .4px; color: #8a7f6d; margin-top: 2px; }
.site-nav { display: flex; align-items: center; gap: 26px; white-space: nowrap; flex-wrap: wrap; }
.nav-link { font-size: 14.5px; color: #4a4235; }
.nav-link:hover { color: #6E7355; }
.nav-sep { width: 1px; height: 22px; background: rgba(59,52,43,.14); }
.cart-btn {
  position: relative; width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid rgba(59,52,43,.28); background: transparent;
  display: flex; align-items: center; justify-content: center; color: #5b5343; cursor: pointer;
}
.cart-btn:hover { border-color: #6E7355; color: #6E7355; }
.cart-badge {
  position: absolute; top: -7px; right: -7px; background: #C29A63; color: #fff;
  font-size: 11px; font-weight: 700; min-width: 19px; height: 19px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
  border: 2px solid #F1EADD;
}
.cart-badge[hidden], [hidden] { display: none !important; }

/* --- Hero ---------------------------------------------------------------- */
.hero { max-width: 1360px; margin: 0 auto; padding: 20px 4px 30px; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
  animation: riseIn .55s ease both;
}
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #BE9459; margin-bottom: 22px; }
.hero-head {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(46px, 5.2vw, 74px); line-height: 1.02; letter-spacing: -.5px;
  margin: 0; color: #38312A;
}
.gold-rule { width: 66px; height: 3px; background: #C39A63; border-radius: 2px; margin: 30px 0 26px; }
.hero-text { font-size: 17.5px; line-height: 1.65; color: #6b6152; max-width: 460px; margin: 0 0 34px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-downhint {
  display: flex; align-items: center; gap: 10px; margin-top: 26px;
  color: #8a7f6d; font-size: 14px; font-weight: 600;
}
.downhint-bubble {
  width: 30px; height: 30px; border-radius: 50%; background: #E4DCC9;
  display: flex; align-items: center; justify-content: center; color: #6E7355;
  animation: bob 1.6s ease-in-out infinite;
}
.hero-media { position: relative; height: 480px; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(70,58,40,.35); }
.hero-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.hero-dot {
  width: 9px; height: 9px; border-radius: 999px; border: none; cursor: pointer; padding: 0;
  background: rgba(59,52,43,.22); transition: all .35s ease;
}
.hero-dot.active { width: 30px; background: #6E7355; }

/* --- Bild-Frames (image-slot Nachbau) ------------------------------------ */
.img-frame { position: relative; overflow: hidden; background: #E7DECF; width: 100%; height: 100%; }
.img-frame > img {
  position: absolute; max-width: none; transform: translate(-50%, -50%);
  user-select: none; -webkit-user-drag: none;
}

/* --- Tabbar --------------------------------------------------------------- */
.tabbar-wrap { max-width: 1360px; margin: 0 auto; }
.tabbar {
  background: #FBF7EF; border: 1px solid rgba(59,52,43,.10); border-radius: 26px;
  padding: 12px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
  box-shadow: 0 14px 40px -28px rgba(70,58,40,.4);
}
.tab {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 18px; border-radius: 18px; border: none; cursor: pointer;
  transition: background .25s ease; font-family: 'Cormorant Garamond', serif;
  background: transparent; color: #8a7f6d;
}
.tab span { font-size: 22px; font-weight: 600; color: #5b5343; }
.tab.active { background: #CBCDB6; box-shadow: inset 0 0 0 1px rgba(90,96,64,.18); color: #5a6040; }
.tab.active span { color: #41462f; }

/* Teaser-Reiter „kommt bald": Inhalt geblurrt + zentraler, scharfer Hinweis.
   Nicht klickbar, kein Aktiv-Zustand. */
.tab-soon { position: relative; cursor: default; }
.tab-soon:active { transform: none; }
.tab-soon .tab-soon-blur {
  display: flex; align-items: center; gap: 12px;
  filter: blur(3px); opacity: .4; user-select: none;
}
.tab-soon .tab-soon-tag {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.tab-soon .tab-soon-tag b {
  font-family: 'Mulish', -apple-system, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #7d7461; background: rgba(251,247,239,.78); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  border: 1px solid rgba(59,52,43,.14); border-radius: 999px; padding: 4px 13px; white-space: nowrap;
}
@media (max-width: 900px) {
  .tab-soon .tab-soon-tag { justify-content: flex-start; padding-left: 18px; }
}

/* --- Panel ----------------------------------------------------------------- */
.panel-wrap { max-width: 1360px; margin: 22px auto 0; }
.panel {
  background: #F0E8D9; border: 1px solid rgba(59,52,43,.09); border-radius: 30px;
  padding: clamp(28px, 3vw, 48px);
  display: grid; grid-template-columns: .72fr 2.15fr; gap: clamp(30px, 4vw, 60px);
  animation: riseIn .5s ease both;
}
.panel-icon {
  width: 74px; height: 74px; border-radius: 50%; background: #E4DCC9;
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #6E7355;
}
.panel-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 34px; line-height: 1.05; margin: 0 0 16px; color: #38312A; }
.panel-lead { font-size: 15px; line-height: 1.6; color: #6b6152; margin: 0 0 14px; font-weight: 600; }
.panel-desc { font-size: 15px; line-height: 1.6; color: #7a7160; margin: 0 0 28px; }
.panel-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 26px; color: #8a7f6d; }
.panel-note span { font-size: 13.5px; line-height: 1.5; }
.panel-landing { display: inline-block; margin-top: 14px; font-size: 13.5px; font-weight: 700; color: #6E7355; text-decoration: none; }
.panel-landing:hover { color: #5a5f43; text-decoration: underline; text-underline-offset: 3px; }
.panel-redeem { margin-top: 18px; font-size: 13px; line-height: 1.55; color: #7a7160; background: #F3ECDE; border-radius: 12px; padding: 12px 14px; }
.panel-redeem strong { color: #6E7355; }
.subtabs { display: flex; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
.subtab {
  padding: 10px 22px; border-radius: 999px; cursor: pointer; font-size: 13.5px; font-weight: 600;
  font-family: 'Mulish', sans-serif; transition: all .2s ease;
  border: 1px solid rgba(59,52,43,.16); background: transparent; color: #6b6152;
}
.subtab.active { border-color: #6E7355; background: #6E7355; color: #F6F1E7; }

/* --- Produktkarten ---------------------------------------------------------- */
.product-grid { display: grid; gap: 18px; }
.pcard {
  background: #FBF7EF; border: 1px solid rgba(59,52,43,.08); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column; min-height: 310px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -20px rgba(70,58,40,.35);
  border-color: rgba(59,52,43,.14);
}
.pcard-banner { text-align: center; padding: 9px; font-weight: 700; letter-spacing: 1.8px; font-size: 11.5px; background: #C9A268; color: #fff; }
.pcard-banner.b-gratis, .pcard-banner.b-einzel { background: #7C8459; color: #fff; }
.pcard-banner.b-dana { background: #E7DECB; color: #7a6f5b; font-size: 10.5px; letter-spacing: 1.4px; }
.pcard-banner.b-team { background: #8A7C63; color: #fff; }
.pcard-head { padding: 18px 16px 12px; text-align: center; }
.pcard-title {
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; line-height: 1.25;
  color: #4a4235; text-transform: uppercase; overflow-wrap: anywhere; hyphens: auto;
}
.pcard-sub { font-size: 12.5px; line-height: 1.45; color: #8a7f6d; margin-top: 6px; min-height: 34px; overflow-wrap: anywhere; hyphens: auto; }
.pcard-price { font-size: 13px; font-weight: 700; color: #6E7355; margin-top: 8px; }
.pcard-meta { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .3px; color: #8a7f6d; background: #EFE6D6; border-radius: 999px; padding: 3px 9px; margin-top: 6px; }
.pcard-img { flex: none; margin: 0 12px; border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 2; position: relative; }
.pcard-img.cover-book {
  flex: none; width: 64%; margin: 6px auto 2px; aspect-ratio: 2 / 3; border-radius: 8px;
  overflow: hidden; box-shadow: 0 14px 28px -14px rgba(70,58,40,.5);
}
.pcard-foot { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px 14px; margin-top: auto; }
.pcard-details {
  background: none; border: none; padding: 0; cursor: pointer; font-family: 'Mulish', sans-serif;
  font-size: 12.5px; font-weight: 600; color: #6E7355; display: flex; align-items: center; gap: 5px;
}
.pcard-details:hover { color: #565b40; }
.pcard-add {
  width: 36px; height: 36px; border-radius: 50%; border: none; background: #6E7355; color: #F6F1E7;
  display: flex; align-items: center; justify-content: center; cursor: pointer; flex: none;
  transition: background .2s;
}
.pcard-add:hover { background: #565b40; }

/* --- Footer-Strip ------------------------------------------------------------ */
.footstrip-wrap { max-width: 1360px; margin: 22px auto 0; }
.footstrip {
  background: #EFE6D6; border: 1px solid rgba(59,52,43,.08); border-radius: 22px;
  padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.footstrip-item { display: flex; align-items: center; gap: 14px; }
.footstrip-mid { flex: 1; justify-content: center; }
.footstrip-quote { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: #6b6152; }
.footstrip-sep { width: 1px; height: 26px; background: rgba(59,52,43,.14); }
.footstrip-heart { color: #b79a68; }

/* --- Warenkorb-Seite ----------------------------------------------------------- */
.cart-page { max-width: 1120px; margin: 0 auto; padding: 24px 4px 70px; }
.back-btn { margin-bottom: 22px; }
.cart-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.02; margin: 0 0 8px; color: #38312A; }
.cart-lead { font-size: 15px; color: #8a7f6d; margin: 0 0 32px; }
.cart-empty {
  background: #F0E8D9; border: 1px solid rgba(59,52,43,.09); border-radius: 28px;
  padding: 72px 40px; text-align: center;
}
.cart-empty h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; margin: 0 0 8px; color: #38312A; }
.cart-empty p { font-size: 15px; color: #7a7160; margin: 0 0 26px; }
.cart-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 30px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-item {
  background: #FBF7EF; border: 1px solid rgba(59,52,43,.08); border-radius: 18px;
  padding: 16px 18px; display: flex; gap: 18px; align-items: center;
}
.cart-thumb { width: 76px; height: 76px; border-radius: 12px; overflow: hidden; flex: none; position: relative; }
.cart-thumb.cover-book { width: 58px; height: 82px; border-radius: 6px; box-shadow: 0 8px 18px -10px rgba(70,58,40,.5); }
.cart-item-main { flex: 1; min-width: 0; }
.cart-item-badge {
  display: inline-block; background: #E7DECB; color: #7a6f5b; font-size: 9.5px; font-weight: 700;
  letter-spacing: 1.4px; padding: 3px 9px; border-radius: 999px; margin-bottom: 7px;
}
.cart-item-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; line-height: 1.1; color: #38312A; }
.cart-item-price { font-size: 13px; color: #8a7f6d; margin-top: 3px; }
.qty-ctl { display: flex; align-items: center; border: 1px solid rgba(59,52,43,.16); border-radius: 999px; overflow: hidden; flex: none; }
.qty-ctl button {
  width: 32px; height: 32px; border: none; background: transparent; color: #5b5343;
  font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.qty-ctl button:hover { background: #EFE6D6; }
.qty-ctl .qty { min-width: 30px; text-align: center; font-weight: 700; font-size: 14px; color: #3B342B; }
.cart-remove { background: none; border: none; color: #b0a48f; cursor: pointer; padding: 4px; flex: none; }
.cart-remove:hover { color: #a05a4a; }
.cart-summary {
  background: #F0E8D9; border: 1px solid rgba(59,52,43,.09); border-radius: 22px;
  padding: 28px; position: sticky; top: 20px;
}
.cart-summary h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 24px; margin: 0 0 18px; color: #38312A; }
.sum-row { display: flex; justify-content: space-between; font-size: 14px; color: #6b6152; margin-bottom: 10px; }
.sum-row strong { font-weight: 600; color: #4a4235; }
.sum-rule { height: 1px; background: rgba(59,52,43,.12); margin: 16px 0; }
.sum-total { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.sum-total .amount { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 600; color: #38312A; white-space: nowrap; }
.sum-note { font-size: 11.5px; color: #a89b85; margin: 0 0 20px; line-height: 1.5; }
.sum-info {
  background: #EFE6D6; border: 1px solid rgba(59,52,43,.08); border-radius: 12px;
  padding: 11px 14px; font-size: 12.5px; line-height: 1.55; color: #7a7160; margin: 0 0 16px;
}
.checkout-btn { display: flex; width: 100%; text-align: center; padding: 15px; font-size: 15px; }
.secure-hint { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; color: #9c9080; font-size: 12px; }

/* --- Popups / Overlays -------------------------------------------------------- */
.overlay {
  position: fixed; inset: 0; background: rgba(45,38,28,.5); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 100;
  animation: riseIn .3s ease both; overflow-y: auto;
}
.modal {
  position: relative; background: #FBF7EF; border-radius: 26px; width: 100%;
  box-shadow: 0 40px 90px -30px rgba(45,38,28,.6);
}
.modal-close {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%;
  border: none; background: rgba(239,230,214,.9); color: #5b5343;
  display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2;
}
.modal-close:hover { background: #e5dac6; }

/* Detail-Popup */
.detail-modal { max-width: 700px; overflow: hidden; display: grid; grid-template-columns: 260px 1fr; }
.detail-media { position: relative; min-height: 340px; background: #E7DECF; }
.detail-body { padding: 34px 34px 30px; }
.detail-banner {
  display: inline-block; background: #C9A268; color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.detail-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 32px; line-height: 1.1; margin: 0 0 6px; color: #38312A; }
.detail-price { font-size: 17px; font-weight: 700; color: #6E7355; margin-bottom: 10px; }
.detail-meta { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .3px; color: #8a7f6d; background: #EFE6D6; border-radius: 999px; padding: 4px 12px; margin-bottom: 16px; }
.detail-sub { font-size: 14.5px; line-height: 1.4; color: #6b6152; font-weight: 600; margin: 0 0 12px; }
.detail-text { font-size: 14.5px; line-height: 1.65; color: #7a7160; margin: 0 0 26px; }
/* Reiche Detail-Inhalte (Base 12 / Base 120): Ideal für / Kombinierbar mit */
.detail-rich { margin: 0 0 22px; }
.detail-rich .detail-lead { font-size: 14.5px; line-height: 1.6; color: #6b6152; margin: 0 0 14px; }
.detail-rich h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; font-weight: 600; color: #38312A; margin: 16px 0 6px; }
.detail-rich ul { margin: 0; padding-left: 18px; list-style: none; }
.detail-rich li { position: relative; font-size: 13.8px; line-height: 1.55; color: #7a7160; margin: 5px 0; padding-left: 16px; }
.detail-rich li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #9aaa72; }
.detail-rich li strong { color: #4a5238; font-weight: 700; }
.detail-rich ul ul { margin: 5px 0 4px; }
.detail-rich ul ul li::before { background: #c9bfa6; }
.detail-rich .free { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; color: #4a6035; background: #E6EFDD; border-radius: 999px; padding: 1px 8px; margin-left: 4px; }
.subintro { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 600; color: #38312A; margin: 0 0 16px; }
.detail-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

/* Kontakt-Popup */
.contact-modal { max-width: 520px; max-height: 90vh; overflow-y: auto; }
.contact-body { padding: 34px 40px 36px; }
.contact-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; color: #BE9459; margin-bottom: 12px; }
.contact-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; line-height: 1.08; margin: 0 0 8px; color: #38312A; }
.contact-lead { font-size: 14.5px; line-height: 1.55; color: #7a7160; margin: 0 0 26px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: block; font-size: 12.5px; font-weight: 600; color: #6b6152; margin-bottom: 6px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 16px; border: 1px solid rgba(59,52,43,.18); border-radius: 12px;
  background: #fff; font-family: 'Mulish', sans-serif; font-size: 14.5px; color: #3B342B;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: #6E7355; outline: none; }
.contact-form textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.contact-mailline { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: #8a7f6d; font-size: 13px; }
.contact-or { display: flex; align-items: center; gap: 14px; margin: 20px 0 0; }
.contact-or span:first-child, .contact-or span:last-child { height: 1px; flex: 1; background: rgba(59,52,43,.12); }
.contact-or .or-label { font-size: 12px; color: #a89b85; flex: none; height: auto; background: none; }
.contact-direct { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.contact-direct a {
  flex: 1; min-width: 150px; display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #fff; border: 1px solid rgba(59,52,43,.16); border-radius: 14px; padding: 13px 16px;
  font-size: 14px; font-weight: 600; color: #4a4235;
}
.contact-direct a:hover { border-color: #6E7355; color: #6E7355; }
.contact-sent { padding: 56px 40px; text-align: center; }
.sent-badge {
  width: 64px; height: 64px; border-radius: 50%; background: #E4DCC9; color: #6E7355;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.contact-sent h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; margin: 0 0 10px; color: #38312A; }
.contact-sent p { font-size: 14.5px; line-height: 1.6; color: #7a7160; margin: 0 0 26px; }
.form-error { background: #F5E4E0; border: 1px solid #E0BFB6; color: #8a4438; border-radius: 12px; padding: 11px 14px; font-size: 13px; line-height: 1.5; }

/* How-Popup */
.how-modal { max-width: 660px; max-height: 88vh; overflow: hidden; display: flex; flex-direction: column; }
.how-head { padding: 32px 40px 20px; border-bottom: 1px solid rgba(59,52,43,.1); }
.how-eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; color: #BE9459; margin-bottom: 12px; }
.how-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 32px; line-height: 1.08; margin: 0 0 8px; color: #38312A; }
.how-lead { font-size: 14.5px; line-height: 1.55; color: #7a7160; margin: 0; }
.how-body { padding: 26px 40px 32px; overflow-y: auto; }
.how-steps { display: flex; flex-direction: column; gap: 22px; }
.how-step { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  flex: none; width: 36px; height: 36px; border-radius: 50%; background: #6E7355; color: #F6F1E7;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600;
}
.how-step h4 { font-size: 15.5px; font-weight: 700; color: #38312A; margin: 0 0 4px; font-family: 'Mulish', sans-serif; }
.how-step p { font-size: 14px; line-height: 1.6; color: #7a7160; margin: 0; }
.how-hint {
  background: #EFE6D6; border: 1px solid rgba(59,52,43,.08); border-radius: 14px;
  padding: 14px 18px; margin: 24px 0; font-size: 13px; line-height: 1.55; color: #7a7160;
}
.how-ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.how-rule { height: 1px; background: rgba(59,52,43,.12); margin: 28px 0; }
.how-why-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 23px; margin: 0 0 10px; color: #38312A; }
.how-why-text { font-size: 14px; line-height: 1.65; color: #7a7160; margin: 0 0 14px; }
.how-privacy { display: flex; gap: 10px; align-items: flex-start; background: #F0E8D9; border-radius: 14px; padding: 14px 18px; }
.how-privacy span { font-size: 13.5px; line-height: 1.5; color: #5b5343; font-weight: 600; }
.how-legal { font-size: 12px; color: #a89b85; margin: 20px 0 0; }

/* --- Rechts-Fusszeile ---------------------------------------------------------- */
.legal-footer {
  max-width: 1360px; margin: 26px auto 0; text-align: center;
  font-size: 12.5px; color: #a89b85; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.legal-footer a { color: #8a7f6d; }

/* § 356a BGB verlangt fuer den Widerrufs-Einstieg "gut sichtbar und hervorgehoben".
   Ein weiterer grauer Fusszeilen-Link waere genau das nicht — deshalb als gefuellter,
   ruhig hervorgehobener Chip mit Icon (bleibt zum warmen Footer stimmig). */
.legal-footer a.foot-widerruf {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 15px; border: 1px solid #6E7355; border-radius: 999px;
  background: #6E7355; color: #fff; font-weight: 600; text-decoration: none;
  line-height: 1.4; letter-spacing: .2px;
  box-shadow: 0 1px 3px rgba(78,72,55,.18);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.legal-footer a.foot-widerruf::before {
  content: ""; width: 13px; height: 13px; flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h11a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5H9'/%3E%3C/svg%3E");
          mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h11a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5H9'/%3E%3C/svg%3E");
}
.legal-footer a.foot-widerruf:hover {
  background: #5c6146; transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(78,72,55,.24);
}
.legal-footer a.foot-widerruf:focus-visible { outline: 3px solid #B08E5B; outline-offset: 2px; }

/* ==========================================================================
   Responsiv (Ergaenzung — Prototyp ist Desktop-orientiert)
   ========================================================================== */
@media (max-width: 1060px) {
  .product-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-media { height: 340px; }
  .panel { grid-template-columns: 1fr; }
  .cart-grid { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .detail-modal { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .detail-media { min-height: 220px; }
  .tabbar { grid-template-columns: 1fr; }
  .tab { justify-content: flex-start; padding: 14px 18px; }
  .footstrip { flex-direction: column; text-align: center; gap: 12px; }
  .footstrip-sep { display: none; }
}
@media (max-width: 640px) {
  .site-header { padding-bottom: 18px; }
  .site-nav {
    gap: 16px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    width: 100%; padding-bottom: 6px; scrollbar-width: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .nav-link { flex: none; }
  .nav-link[data-nav="dana"], .nav-cta, .nav-sep { display: none; }
  .cart-btn { flex: none; }
  .product-grid { grid-template-columns: 1fr !important; }
  .cart-item { flex-wrap: wrap; }
  .hero-ctas .btn { width: 100%; }
  /* iOS-Zoom beim Fokussieren verhindern */
  .contact-form input, .contact-form textarea { font-size: 16px; }
}

/* ==========================================================================
   Haertung & Feinschliff (A11y, Motion, Feedback)
   ========================================================================== */

/* Skip-Link: unsichtbar bis fokussiert */
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 300;
  background: #6E7355; color: #F6F1E7; padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
}
.skip-link:focus { left: 12px; color: #F6F1E7; }

/* Sichtbarer Tastatur-Fokus, ohne Maus-Klicks zu stoeren */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid #6E7355;
  outline-offset: 2px;
  border-radius: 6px;
}
.btn:focus-visible, .tab:focus-visible, .subtab:focus-visible,
.pcard-add:focus-visible, .cart-btn:focus-visible, .hero-dot:focus-visible {
  outline: 2px solid #41462f;
  outline-offset: 3px;
}

/* Buttons: aktives Druecken spuerbar machen */
.btn:active, .pcard-add:active, .tab:active { transform: scale(.985); }

/* Scroll-Anker nicht unter dem Header verstecken */
#tabs { scroll-margin-top: 24px; }

/* Bilder sanft einblenden, sobald geladen */
.img-frame > img { opacity: 0; transition: opacity .35s ease; }
.img-frame > img.loaded { opacity: 1; }

/* Platzhalter-Cover (SVG) fuellt den Frame immer vollstaendig */
.img-frame > svg.ph-cover {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}

/* Warenkorb-Badge: kurzer Bump beim Hinzufuegen */
@keyframes badgeBump {
  0% { transform: scale(1); }
  40% { transform: scale(1.35); }
  100% { transform: scale(1); }
}
.cart-badge.bump { animation: badgeBump .4s ease; }

/* Toast (Warenkorb-Feedback) */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%);
  background: #3B342B; color: #F6F1E7; font-size: 14px; font-weight: 600;
  padding: 12px 22px; border-radius: 999px; z-index: 200;
  box-shadow: 0 16px 40px -16px rgba(45,38,28,.55);
  display: flex; align-items: center; gap: 10px;
  animation: riseIn .3s ease both;
  max-width: calc(100vw - 40px);
}
.toast a { color: #DFC9A6; font-weight: 700; white-space: nowrap; }
.toast[hidden] { display: none !important; }

/* Modale: Fokusrahmen innen nicht abschneiden */
.modal { outline: none; }

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==== Footer: Unabhaengigkeits-Hinweis ==== */
.legal-footer .foot-note { display: inline-block; max-width: 720px; color: #8a7f6d; font-size: .78rem; margin-bottom: 6px; }

/* ==== Rechtstexte-Popup (CSS-only ueber :target, kein JS) ==== */
.legal-pop { display: none; position: fixed; inset: 0; z-index: 300; }
.legal-pop:target { display: block; }
.legal-pop-bg { position: absolute; inset: 0; background: rgba(59, 52, 43, .55); }
.legal-pop-box { position: relative; z-index: 1; max-width: 840px; max-height: 86vh; overflow: auto; margin: 6vh auto 0; background: #FBF7EF; border: 1px solid rgba(59, 52, 43, .14); border-radius: 16px; padding: 26px 30px 30px; box-shadow: 0 30px 80px -24px rgba(59, 52, 43, .55); line-height: 1.65; text-align: left; color: #3B342B; }
.legal-pop-box h1 { margin: 0 0 4px; font-size: 1.6rem; }
.legal-pop-box h2 { font-size: 1.05rem; margin: 18px 0 6px; }
.legal-pop-box a { color: #6E7355; }
.legal-pop-close { float: right; font-size: 26px; line-height: 1; text-decoration: none; color: #8a7f6d; padding: 0 4px; margin: -4px -6px 0 12px; }
.legal-pop-close:hover { color: #3B342B; }
@media (max-width: 720px) { .legal-pop-box { margin: 0; max-height: 100vh; height: 100%; border-radius: 0; padding: 20px 16px; } }

/* ==== PARTNER-Kompass: Banner + externer Shop-Link (Amazon) ==== */
.pcard-banner.b-empfohlen { background: #B0324C; color: #fff; }
.pcard-banner.b-amazon { background: #3B342B; color: #F6F1E7; }

/* Produkte, die ueber einen externen Shop laufen, bekommen einen Outline-Button
   statt des Warenkorbs (siehe linkUrl in app.js). */
.pcard-extlink {
  display: inline-flex; align-items: center; gap: 4px; flex: none;
  padding: 8px 14px; border: 1.5px solid #6E7355; border-radius: 999px;
  background: transparent; color: #6E7355; text-decoration: none;
  font-size: 12.5px; font-weight: 600; white-space: nowrap;
  transition: background .2s, color .2s;
}
.pcard-extlink:hover { background: #6E7355; color: #F6F1E7; }
.pcard-extlink.is-soon {
  border-color: #cfc6b4; color: #a2977f; cursor: default;
}
