/* ═══════════════════════════════════════════════════════════════
   AtemFlow Shop — zentrales Stylesheet
   Markenwelt: tiefes Petrol, Gold, Spectral-Serife, Glas-Karten.
   ═══════════════════════════════════════════════════════════════ */

/* ── Spectral, lokal ausgeliefert (DSGVO-konform) ── */
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-v15-latin-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-v15-latin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-v15-latin-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-v15-latin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-v15-latin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --teal-deep: #0F2B33;
  --teal-dark: #1A4857;
  --teal-mid: #1A5C6B;
  --gold-dark: #C2A45A;
  --gold-mid: #D4B96E;
  --gold-light: #E8D49F;
  --text-light: #F5F3F3;
  --text-muted: #E0E2EA;
  --text-subtle: #A8B8C4;
  --text-hint: #8A9CAA;
  --font: "Spectral", Georgia, serif;
  --glass: linear-gradient(135deg, rgba(26,72,87,0.55) 0%, rgba(15,43,51,0.70) 50%, rgba(26,72,87,0.60) 100%);
  --glass-border: 0.5px solid rgba(212,185,110,0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text-light);
  font-size: 17px;
  line-height: 1.6;
  background:
    radial-gradient(ellipse 60% 40% at 50% 10%, rgba(212,185,110,0.10), transparent 65%),
    linear-gradient(180deg, #0B2228 0%, var(--teal-deep) 45%, #0A1F25 100%);
  background-color: var(--teal-deep);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

a { color: var(--gold-light); }

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

/* ── Gold hairline ─────────────────────────────── */
.hairline {
  height: 1px; width: 100%; border: 0;
  background: linear-gradient(90deg,
    transparent, rgba(212,185,110,0.30) 25%,
    rgba(232,212,159,0.45) 50%,
    rgba(212,185,110,0.30) 75%, transparent);
}

.section-label {
  font-size: 14px; font-weight: 600;
  letter-spacing: 2.4px; text-transform: uppercase;
  color: rgba(212,185,110,0.65);
}

/* ── Header ────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
}
/* Eingeloggt: WordPress-Adminleiste nicht überlappen */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
.site-header {
  background: rgba(11,34,40,0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 0.5px solid rgba(212,185,110,0.16);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 24px;
}
.wordmark {
  font-size: 26px; font-weight: 600; letter-spacing: 0.4px;
  color: var(--text-light); text-decoration: none;
}
.wordmark em { font-style: italic; font-weight: 500; color: var(--gold-mid); }
.wordmark-shop {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px 4px;
  border: 0.5px solid rgba(212,185,110,0.45);
  border-radius: 999px;
  font-size: 12px; font-weight: 600; font-style: normal;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-mid);
  vertical-align: 4px;
}
.main-nav { display: flex; gap: 36px; align-items: center; }
.main-nav ul.nav-list {
  display: flex; gap: 36px; align-items: center;
  list-style: none; margin: 0; padding: 0;
}
.main-nav ul.nav-list li { list-style: none; margin: 0; padding: 0; }
.main-nav a {
  color: var(--text-subtle); text-decoration: none;
  font-size: 16px; letter-spacing: 0.3px;
  transition: color 180ms ease;
}
.main-nav a:hover { color: var(--gold-light); }
.main-nav .back-link {
  font-size: 13px; font-style: italic;
  color: var(--text-hint);
}
.main-nav .back-link:hover { color: var(--text-subtle); }
.cart-btn {
  display: flex; align-items: center; gap: 8px;
  color: var(--gold-mid); text-decoration: none; font-size: 15px;
  border: 0.5px solid rgba(212,185,110,0.35);
  padding: 8px 16px; border-radius: 999px;
  transition: background 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}
.cart-btn:hover { background: rgba(212,185,110,0.10); border-color: rgba(212,185,110,0.6); }
.atemflow-cart-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px;
  background: rgba(212,185,110,0.18);
  font-size: 12.5px; font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* ── Buttons ───────────────────────────────────── */
.btn-gold,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce #place_order,
.wc-block-components-button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 30px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-mid) 50%, var(--gold-light) 100%);
  box-shadow: 0 6px 18px rgba(212,185,110,0.25);
  color: var(--teal-deep) !important; font-family: var(--font);
  font-size: 17px; font-weight: 600; letter-spacing: 0.4px;
  line-height: 1.2;
  text-decoration: none; border: 0; cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.btn-gold:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(212,185,110,0.35);
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-mid) 50%, var(--gold-light) 100%);
  color: var(--teal-deep) !important;
}
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 30px; border-radius: 12px;
  background: transparent;
  border: 0.5px solid rgba(212,185,110,0.4);
  color: var(--gold-light); font-family: var(--font);
  font-size: 17px; font-weight: 500; letter-spacing: 0.4px;
  text-decoration: none; cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}
.btn-ghost:hover { background: rgba(212,185,110,0.08); border-color: rgba(212,185,110,0.7); }

/* ── Hero (Startseite) ─────────────────────────── */
.hero {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 60px; align-items: center;
  padding-top: 110px; padding-bottom: 90px;
}
.hero h1 {
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.12; font-weight: 400; letter-spacing: 0.3px;
  text-wrap: balance;
  margin: 26px 0 0;
}
.hero h1 em { font-style: italic; font-weight: 400; color: var(--gold-light); }
.hero p.lead {
  margin-top: 30px;
  font-size: 21px; line-height: 1.6; font-weight: 300;
  color: var(--text-subtle); max-width: 520px;
  text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 18px; margin-top: 44px; flex-wrap: wrap; }

/* ── Atemwelle ─────────────────────────────────── */
.welle-stage {
  position: relative;
  width: 100%; max-width: 560px; height: 380px;
  margin: 0 auto;
}
.welle-stage canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}
.breath-label {
  position: absolute; top: 2%; left: 0; right: 0;
  text-align: center;
  font-size: 18px; font-style: italic; font-weight: 400;
  letter-spacing: 3px; color: var(--gold-light);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 600ms ease;
  pointer-events: none;
}
.breath-counter {
  position: absolute; bottom: 8%; left: 0; right: 0;
  text-align: center;
  font-size: 14px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-hint); font-weight: 500;
}
.breath-counter strong { color: rgba(212,185,110,0.8); font-weight: 600; }

/* ── Trust row ─────────────────────────────────── */
.trust {
  padding-top: 26px; padding-bottom: 26px;
  display: flex; justify-content: center; gap: 56px; flex-wrap: wrap;
}
.trust span {
  font-size: 15px; color: var(--text-subtle);
  display: flex; align-items: center; gap: 10px;
  letter-spacing: 0.3px;
}
.trust svg { width: 16px; height: 16px; stroke: var(--gold-mid); flex-shrink: 0; }

/* ── Sektionen (Startseite) ────────────────────── */
section.block { padding-top: 90px; padding-bottom: 90px; }
.block-head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.block-head h2 {
  font-size: 40px; font-weight: 400; line-height: 1.18;
  letter-spacing: 0.3px; margin-top: 20px;
  text-wrap: balance;
}
.block-head h2 em { font-style: italic; color: var(--gold-light); }
.block-head .hairline { max-width: 240px; margin: 28px auto 0; }

/* ── Glas-Karten ───────────────────────────────── */
.glass {
  border-radius: 22px;
  background: var(--glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: var(--glass-border);
}

/* ── Kategorie-Karten (4 Stück, brechen flexibel um) ── */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.cat-card {
  padding: 40px 28px 36px;
  text-align: center; text-decoration: none; color: inherit;
  display: block;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.cat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212,185,110,0.45);
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
.cat-card svg { width: 92px; height: 92px; margin-bottom: 26px; }
.cat-card h3 { font-size: 26px; font-weight: 500; letter-spacing: 0.3px; }
.cat-card p {
  margin-top: 14px; font-size: 16.5px; line-height: 1.55;
  color: var(--text-subtle); font-weight: 300;
}
.cat-card .price-hint {
  display: inline-block; margin-top: 22px;
  font-size: 14px; font-style: italic; color: var(--gold-mid);
  letter-spacing: 0.5px;
}

/* ── Zitat ─────────────────────────────────────── */
.quote { text-align: center; max-width: 760px; margin: 0 auto; }
.quote blockquote {
  font-size: 30px; font-weight: 300; font-style: italic;
  line-height: 1.45; color: var(--text-muted);
  text-wrap: balance;
}
.quote cite {
  display: block; margin-top: 26px;
  font-size: 15px; font-style: normal; letter-spacing: 1.8px;
  text-transform: uppercase; color: rgba(212,185,110,0.60);
}
.quote .hairline { max-width: 200px; margin: 36px auto 0; }

/* ── Gutschein-Banner ──────────────────────────── */
.block-voucher { padding-top: 10px; }
.voucher {
  border-radius: 28px; padding: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.voucher .btn-gold { flex-shrink: 0; }
.voucher-label { margin-bottom: 18px; }
.voucher h3 { font-size: 36px; font-weight: 400; line-height: 1.18; text-wrap: balance; }
.voucher h3 em { font-style: italic; color: var(--gold-light); }
.voucher p { margin-top: 16px; font-size: 17.5px; color: var(--text-subtle); font-weight: 300; max-width: 480px; line-height: 1.55; }

/* ── Footer ────────────────────────────────────── */
.site-footer { padding: 70px 0 50px; margin-top: 60px; }
.footer-grid {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 48px; margin-top: 50px; flex-wrap: wrap;
}
.footer-brand { max-width: 300px; }
.footer-brand .wordmark { font-size: 22px; }
.footer-brand p {
  margin-top: 16px; font-size: 14.5px; line-height: 1.6;
  color: var(--text-hint); font-weight: 300;
}
.footer-col h5 {
  font-size: 13px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(212,185,110,0.55);
  margin-bottom: 18px;
}
.footer-col a {
  display: block; color: var(--text-subtle); text-decoration: none;
  font-size: 15px; margin-bottom: 11px; font-weight: 300;
  transition: color 180ms ease;
}
.footer-col a:hover { color: var(--gold-light); }
.footer-hint { font-size: 13px; color: var(--text-hint); font-style: italic; max-width: 220px; display: block; }
/* Widerrufsbutton (§ 356a BGB) — hervorgehoben, gut sichtbar */
.footer-col a.footer-widerruf {
  display: inline-block; margin-top: 4px; padding: 7px 15px;
  border: 1px solid rgba(212,185,110,0.55); border-radius: 999px;
  color: var(--gold-light); font-weight: 400;
}
.footer-col a.footer-widerruf:hover { background: rgba(212,185,110,0.12); border-color: var(--gold); }
.pay-badges { display: flex; gap: 10px; flex-wrap: wrap; max-width: 280px; }
.pay-badges span {
  font-size: 12.5px; padding: 6px 12px; border-radius: 6px;
  border: 0.5px solid rgba(168,184,196,0.3);
  color: var(--text-subtle); letter-spacing: 0.4px;
}
.footer-sep { margin-top: 50px; }
.footer-bottom {
  margin-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13.5px; color: var(--text-hint); flex-wrap: wrap; gap: 12px;
}
.footer-claim { font-style: italic; }

/* ── Inhaltsseiten (Impressum, AGB, …) ─────────── */
.content-wrap { padding-top: 70px; padding-bottom: 70px; max-width: 860px; }
.content-title { font-size: 42px; font-weight: 400; }
.content-title-line { max-width: 240px; margin: 28px 0 40px; }
.content-body h2 { font-size: 28px; font-weight: 500; margin: 40px 0 14px; }
.content-body h3 { font-size: 22px; font-weight: 500; margin: 32px 0 12px; }
.content-body p, .content-body ul, .content-body ol { margin-bottom: 18px; color: var(--text-muted); font-weight: 300; }
.content-body ul, .content-body ol { padding-left: 24px; }

/* ═══════════════════════════════════════════════════════════════
   WooCommerce
   ═══════════════════════════════════════════════════════════════ */

.woo-wrap { padding-top: 60px; padding-bottom: 80px; }

/* Seitentitel (Shop, Kategorie, Warenkorb …) */
.woocommerce-products-header__title,
.woo-wrap h1.entry-title,
.woo-wrap .page-title {
  font-size: 42px; font-weight: 400; letter-spacing: 0.3px;
  margin-bottom: 36px;
}

/* Kategorie-Beschreibung */
.term-description { color: var(--text-subtle); font-weight: 300; max-width: 640px; margin-bottom: 36px; }

/* ── Produkt-Grid (Shop / Kategorie / Shortcodes) ── */
.woocommerce ul.products {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  list-style: none; margin: 0; padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important; float: none !important; margin: 0 !important;
  border-radius: 22px;
  background: var(--glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: var(--glass-border);
  padding: 28px;
  display: flex; flex-direction: column;
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(212,185,110,0.45);
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
.woocommerce ul.products li.product a img {
  border-radius: 14px; margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px; font-weight: 500; letter-spacing: 0.2px;
  color: var(--text-light); padding: 0;
  line-height: 1.3;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link { text-decoration: none; }
.woocommerce ul.products li.product .price {
  margin-top: 12px;
  font-size: 21px; font-weight: 500;
  color: var(--gold-light) !important;
  font-variant-numeric: tabular-nums;
}
.woocommerce ul.products li.product .price del { color: var(--text-hint); opacity: 1; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button {
  margin-top: 20px; align-self: flex-start;
  padding: 11px 22px; font-size: 15.5px;
}
.woocommerce ul.products li.product .onsale {
  position: absolute; top: 16px; right: 16px; left: auto;
  background: var(--gold-mid); color: var(--teal-deep);
  border-radius: 999px; font-weight: 600;
  min-height: 0; line-height: 1; padding: 8px 14px;
  margin: 0;
}
.woocommerce ul.products li.product { position: relative; }

/* Germanized-Zusatzinfos in der Produktkarte (MwSt-Hinweis etc.) */
.woocommerce ul.products li.product .wc-gzd-additional-info,
.woocommerce ul.products li.product .legal-price-info {
  font-size: 12.5px; color: var(--text-hint); font-style: italic;
  margin-top: 6px;
}

/* Sortier-Dropdown */
.woocommerce .woocommerce-ordering { float: right; margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { padding: 10px 14px; }

/* Pagination */
.woocommerce nav.woocommerce-pagination { margin-top: 48px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul {
  border: 0; display: inline-flex; gap: 8px;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; border-radius: 10px;
  border: 0.5px solid rgba(212,185,110,0.3);
  color: var(--text-subtle); background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: rgba(212,185,110,0.12); color: var(--gold-light);
}

/* ── Produkt-Einzelseite ───────────────────────── */
.woocommerce div.product { color: var(--text-light); }
.woocommerce div.product .product_title {
  font-size: 40px; font-weight: 400; line-height: 1.15;
}
.woocommerce div.product p.price {
  font-size: 30px; color: var(--gold-light); font-weight: 500;
  margin: 18px 0 6px;
  font-variant-numeric: tabular-nums;
}
.woocommerce div.product p.price del { color: var(--text-hint); opacity: 1; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--text-subtle); font-weight: 300; font-size: 18px;
  margin-top: 18px;
}
.woocommerce div.product div.images img { border-radius: 18px; }
.woocommerce div.product form.cart { margin-top: 30px; }
.woocommerce div.product form.cart .button { font-size: 18px; padding: 16px 36px; }

/* ── AtemFlow-Produktfelder (Hörprobe, Muster, Inhalte, Videos) ── */
.af-audience {
  margin-top: 14px;
  font-size: 16px; font-style: italic; font-weight: 300;
  color: var(--gold-light);
}
.af-includes {
  list-style: none; margin: 20px 0 0; padding: 0;
}
.af-includes li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 16px; font-weight: 300; line-height: 1.5;
  color: var(--text-muted);
}
.af-includes li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4B96E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>") no-repeat center / contain;
}
.af-pattern {
  position: relative;
  height: 190px;
  margin-top: 26px;
}
.af-pattern canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}
.af-pattern-label {
  position: absolute; top: 0; left: 0; right: 0;
  text-align: center;
  font-size: 14px; font-style: italic; font-weight: 400;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold-light);
  pointer-events: none;
}
.af-pattern-counter {
  position: absolute; bottom: 0; left: 0; right: 0;
  text-align: center;
  font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--text-hint); font-weight: 500;
}
.af-pattern-counter strong { color: rgba(212,185,110,0.8); font-weight: 600; }
.af-product-audio { margin-top: 26px; }
.af-product-audio .audio-kicker { margin-bottom: 4px; }
.af-product-audio .af-player { margin-top: 8px; }
.af-videos { margin: 70px 0 20px; }
.af-videos .block-head { margin-bottom: 44px; }
.af-video-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.af-video-count-1 { max-width: 760px; margin: 0 auto; }
.af-video-card { padding: 14px; }
.af-video-card video {
  width: 100%; display: block;
  border-radius: 12px;
  background: #0A1F25;
}

/* Germanized auf der Produktseite: MwSt./Lieferzeit/Versand-Hinweise */
.woocommerce div.product .wc-gzd-additional-info {
  font-size: 14px; color: var(--text-hint); font-style: italic;
  margin: 2px 0;
}

/* Tabs (Beschreibung / Bewertungen) */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; margin: 56px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 0.5px solid rgba(212,185,110,0.25); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent; border: 0; border-radius: 0;
  margin: 0 28px 0 0; padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--text-subtle); font-weight: 500; padding: 14px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold-light); }
/* Panel + alle Standard-Woo-Container transparent (sonst weißer Kasten) */
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-tabs .wc-tab,
.woocommerce-tabs #tab-description,
.woocommerce-tabs #tab-additional_information,
.woocommerce-tabs #tab-reviews {
  margin-top: 32px;
  background: transparent !important;
  color: var(--text-muted); font-weight: 300;
  box-shadow: none; border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 26px; font-weight: 500; margin-bottom: 16px; color: var(--text-light); }
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel li { color: var(--text-muted); }
/* aktiver Tab-Reiter: kein weißer Knubbel */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent; border-bottom: 2px solid var(--gold-mid);
}

/* ── Rezensionen im Markenlook ─────────────────── */
.woocommerce #reviews #comments h2 {
  font-size: 26px; font-weight: 500; color: var(--text-light);
  margin-bottom: 28px;
}
/* Sterne in Gold (gefüllt satt, leer dezent) */
.woocommerce .star-rating { color: var(--gold-mid); }
.woocommerce .star-rating::before { color: rgba(212,185,110,0.28); }
.woocommerce p.stars a { color: var(--gold-mid); }

/* Liste → Glas-Karten, Profilbild weg */
.woocommerce #reviews #comments ol.commentlist { margin: 0; padding: 0; }
.woocommerce #reviews #comments ol.commentlist li.review {
  list-style: none;
  background: var(--glass);
  border: var(--glass-border);
  border-radius: 16px;
  padding: 26px 30px;
  margin: 0 0 18px;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  display: block; background: transparent; border: 0; padding: 0; overflow: visible;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none; /* Profilbild ausblenden */
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0; padding: 0; border: 0;
}
/* Kopfzeile: Name, Datum, Verifiziert */
.woocommerce #reviews .comment-text .star-rating { margin-bottom: 12px; }
.woocommerce #reviews .comment-text p.meta {
  color: var(--text-hint); font-size: 14px; margin: 0 0 12px;
}
.woocommerce #reviews .comment-text .woocommerce-review__author {
  color: var(--gold-light); font-weight: 600; font-style: normal;
}
.woocommerce #reviews .comment-text .woocommerce-review__dash,
.woocommerce #reviews .comment-text .woocommerce-review__published-date {
  color: var(--text-hint);
}
.woocommerce #reviews .comment-text .woocommerce-review__verified {
  color: rgba(212,185,110,0.75); font-style: italic;
}
/* Germanized: „Verifizierter Kauf." Zeile dezent */
.woocommerce #reviews .wc-gzd-review-authenticity-status,
.wc-gzd-review-authenticity-status {
  font-size: 12.5px; color: var(--text-hint); font-style: italic; margin-top: 12px;
}
.wc-gzd-review-authenticity-status a { color: var(--text-subtle); }
/* Bewertungstext */
.woocommerce #reviews .comment-text .description,
.woocommerce #reviews .comment-text .description p {
  color: var(--text-muted); line-height: 1.65;
}
.woocommerce #reviews .comment-text .description p { margin: 0 0 12px; }
.woocommerce #reviews .comment-text .description p:last-child { margin-bottom: 0; }

/* Rezensions-Formular */
.woocommerce #review_form #respond {
  background: var(--glass); border: var(--glass-border);
  border-radius: 16px; padding: 28px 30px; margin-top: 12px;
}
.woocommerce #review_form #reply-title {
  font-size: 22px; font-weight: 500; color: var(--text-light);
}
.woocommerce #review_form #respond label { color: var(--text-subtle); }
.woocommerce #reviews #comments .woocommerce-noreviews { color: var(--text-subtle); }

/* ── HLS-Video-Player (gebrandet) ──────────────── */
.af-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  margin: 28px 0;
  border: 1px solid rgba(212,185,110,0.25);
  background:
    radial-gradient(ellipse 60% 60% at 50% 45%, rgba(212,185,110,0.10), transparent 70%),
    linear-gradient(160deg, var(--teal-mid) 0%, var(--teal-dark) 55%, var(--teal-deep) 100%);
}
.af-video .af-video-el {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
  background: #0A1F25;
  object-fit: cover; /* Thumbnail/Video füllt das 16:9-Feld */
}
.af-video-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  border: 0; background: transparent; cursor: pointer;
  padding: 0;
  transition: opacity 200ms ease;
}
.af-video.is-playing .af-video-play { opacity: 0; pointer-events: none; }
.af-video-play-circle {
  width: 74px; height: 74px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-mid) 50%, var(--gold-light) 100%);
  box-shadow: 0 8px 24px rgba(212,185,110,0.35);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-deep);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.af-video-play:hover .af-video-play-circle {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(212,185,110,0.5);
}
.af-video-play-circle svg { width: 30px; height: 30px; margin-left: 4px; }

/* ── Formularfelder (Kasse, Konto, Login) ──────── */
input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], input[type="number"], input[type="search"],
select, textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  font-family: var(--font);
  font-size: 16px;
  color: var(--text-light);
  background: rgba(10, 31, 37, 0.65);
  border: 0.5px solid rgba(168,184,196,0.35);
  border-radius: 10px;
  padding: 13px 16px;
  width: 100%;
  transition: border-color 180ms ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(212,185,110,0.65);
}
::placeholder { color: var(--text-hint); }
select option { background: var(--teal-deep); color: var(--text-light); }
.woocommerce form .form-row label { color: var(--text-subtle); font-size: 14.5px; margin-bottom: 4px; }
.woocommerce form .form-row { margin-bottom: 14px; }

/* Select2 (Länder-Dropdown der Kasse) */
.select2-container--default .select2-selection--single {
  background: rgba(10, 31, 37, 0.65);
  border: 0.5px solid rgba(168,184,196,0.35);
  border-radius: 10px; height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-light); line-height: 46px; padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.select2-dropdown {
  background: var(--teal-deep);
  border: 0.5px solid rgba(168,184,196,0.35);
  color: var(--text-light);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(212,185,110,0.2); color: var(--text-light);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: rgba(10, 31, 37, 0.65); color: var(--text-light);
  border: 0.5px solid rgba(168,184,196,0.35);
}

/* ── Warenkorb & Kasse ─────────────────────────── */
.woocommerce table.shop_table {
  border: var(--glass-border);
  border-radius: 18px;
  background: var(--glass);
  border-collapse: separate; border-spacing: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top: 0; border-bottom: 0.5px solid rgba(212,185,110,0.14);
  padding: 16px 18px;
  color: var(--text-muted);
}
.woocommerce table.shop_table th { color: var(--text-subtle); font-weight: 600; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }
.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child th { border-bottom: 0; }
.woocommerce-cart table.cart img { width: 72px; border-radius: 10px; }
.woocommerce a.remove {
  color: var(--text-hint) !important;
  font-weight: 400;
}
.woocommerce a.remove:hover { background: transparent; color: #E08A8A !important; }

.woocommerce .cart_totals h2, .woocommerce #order_review_heading,
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
  font-size: 26px; font-weight: 500; margin: 32px 0 18px;
}

/* ── Kasse: Zwei Spalten — Daten links, Bestellung rechts ──
   Robust gegen Fremd-Elemente: PayPal/Stripe/Germanized schieben
   eigene Blöcke (Express-Buttons, „ODER", Zahlarten) ins Formular.
   Deshalb: ALLES landet standardmäßig rechts (Spalte 2, Zeile für
   Zeile), nur die Rechnungsfelder reservieren links die volle Höhe. */
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0 56px;
  align-items: start;
}
.woocommerce-checkout form.checkout > * {
  grid-column: 2;
  min-width: 0;
}
.woocommerce-checkout form.checkout > #customer_details {
  grid-column: 1;
  grid-row: 1 / span 40; /* reserviert die linke Spalte komplett */
}
/* Rechnungsfelder einspaltig und ruhig statt Zwei-Spalten-Gedränge */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none; width: 100%;
}
.woocommerce-checkout form.checkout > #order_review_heading {
  margin-top: 24px;
}
.woocommerce-checkout form.checkout > #order_review {
  background: var(--glass);
  border: var(--glass-border);
  border-radius: 18px;
  padding: 28px;
}
.woocommerce-checkout #order_review table.shop_table {
  background: transparent; border: 0; margin-bottom: 8px;
}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  padding: 12px 4px;
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
  padding-top: 8px;
}
.woocommerce-checkout #place_order { width: 100%; margin-top: 16px; }

/* Login-/Coupon-Hinweise oben über beiden Spalten, dezent */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 20px;
}

/* ── Warenkorb: Produkte links, Summen rechts ──
   Gleiche robuste Logik wie die Kasse: Unbekanntes landet links
   unter der Produkttabelle, nur die Summen-Box reserviert rechts. */
.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0 56px;
  align-items: start;
}
.woocommerce-cart .woocommerce > * {
  grid-column: 1;
  min-width: 0;
}
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce > .cart-collaterals {
  grid-column: 2;
  grid-row: 2 / span 40; /* reserviert die rechte Spalte komplett */
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none; width: 100%;
  background: var(--glass);
  border: var(--glass-border);
  border-radius: 18px;
  padding: 28px;
}
.woocommerce-cart .cart_totals table th { width: auto; }

/* ── WooCommerce-Seiten brauchen die volle Breite ──
   Warenkorb/Kasse/Konto laufen über index.php, dessen content-wrap
   sonst auf 860px begrenzt (gedacht für Impressum & Co.). In dem
   Korsett kollabieren die zweispaltigen Layouts. */
body.woocommerce-cart .content-wrap,
body.woocommerce-checkout .content-wrap,
body.woocommerce-account .content-wrap {
  max-width: 1200px;
}

/* ── Tabellen-Disziplin: keine Tabelle sprengt ihre Spalte ──
   table-layout: fixed + PROZENT-Breiten (Pixelwerte würden bei
   schmalen Spalten die Namensspalte auf null quetschen). */
.woocommerce-cart table.cart {
  width: 100%;
  table-layout: fixed;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  overflow-wrap: break-word;
}
.woocommerce-cart table.cart td.product-name { hyphens: auto; }
/* Preis-Spalte ausblenden — bei digitalen Produkten redundant
   zur Zwischensumme, und die Köpfe brauchen die Luft */
.woocommerce-cart table.cart .product-price { display: none; }
.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove { width: 5%; }
.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail { width: 14%; }
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity { width: 15%; }
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal { width: 21%; }
/* Tabellenköpfe kompakt und einzeilig */
.woocommerce-cart table.cart th,
#order_review table.shop_table th,
.cart_totals table th {
  font-size: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
/* Aktionszeile: kompakte Buttons, damit Gutschein + Aktualisieren
   nebeneinander passen */
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 150px; margin-right: 8px; }
.woocommerce-cart table.cart td.actions .button { padding: 10px 16px; font-size: 14px; }
/* Sicherheitsnetz: falls doch mal etwas breiter ist als die Spalte */
.woocommerce-cart form.woocommerce-cart-form {
  min-width: 0;
  overflow-x: auto;
}

/* WooCommerce-AJAX-Ladeschleier (blockUI) kommt per Inline-Style
   in Weiß — auf dem dunklen Theme blitzt das hässlich auf */
.blockUI.blockOverlay {
  background: rgba(15, 43, 51, 0.65) !important;
}

/* Kassen-Bestellübersicht: Tabelle bleibt in der Glas-Karte */
.woocommerce-checkout form.checkout > #order_review { overflow: hidden; }
#order_review table.shop_table {
  width: 100%;
  table-layout: fixed;
}
#order_review table.shop_table th,
#order_review table.shop_table td {
  overflow-wrap: break-word;
  white-space: normal;
}
#order_review table.shop_table .product-name { width: 58%; }
#order_review table.shop_table .product-total { width: 42%; text-align: right; }
.cart_totals table.shop_table { width: 100%; table-layout: fixed; }
.cart_totals table.shop_table th { width: 45%; }
.cart_totals table.shop_table td { text-align: right; overflow-wrap: break-word; }
.woocommerce-cart .cart_totals h2 { margin-top: 0; font-size: 23px; }
.woocommerce-cart .cart_totals table.shop_table { background: transparent; border: 0; }
.woocommerce-cart .wc-proceed-to-checkout { padding-top: 8px; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; }
.woocommerce-cart table.cart .product-name a {
  color: var(--text-light); text-decoration: none; font-size: 17px;
}
.woocommerce-cart table.cart input.qty { width: 64px; padding: 9px 8px; }

/* Coupon-Feld */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 180px; margin-right: 10px;
}

/* PayPal-„Später bezahlen"-Werbung ausblenden (dunkle Schrift,
   passt weder optisch noch inhaltlich zu digitalen Produkten) */
[data-pp-message],
.ppcp-messages {
  display: none !important;
}

/* Checkboxen & Radios in Markengold (AGB, Widerruf, Zahlartwahl) */
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--gold-mid);
  width: 18px; height: 18px;
}

/* Zahlarten-Liste: Labels klar lesbar */
#payment ul.payment_methods li label {
  color: var(--text-light);
  font-size: 17px;
  cursor: pointer;
}
#payment div.payment_box p {
  color: var(--text-subtle);
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout,
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout form.checkout > *,
  .woocommerce-cart .woocommerce > * { grid-column: 1; }
  .woocommerce-checkout form.checkout > #customer_details { grid-row: auto; }
  /* Volle Spezifität nötig: die Desktop-Regel (grid-column: 2) ist
     spezifischer als das `> *` oben und würde sonst gewinnen */
  .woocommerce-cart .woocommerce > .cart-collaterals { grid-column: 1; grid-row: auto; }
  .woocommerce-cart .woocommerce > .woocommerce-notices-wrapper { grid-column: 1; }
}

/* ── Hinweise / Meldungen ──────────────────────── */
.woocommerce-message, .woocommerce-info, .woocommerce-error,
.woocommerce-noreviews, p.no-comments {
  background: var(--glass);
  border: var(--glass-border);
  border-top: 2px solid var(--gold-mid);
  border-radius: 12px;
  color: var(--text-muted);
  padding: 16px 20px 16px 52px;
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--gold-mid); }
.woocommerce-error { border-top-color: #E08A8A; }
.woocommerce-error::before { color: #E08A8A; }
.woocommerce-message .button, .woocommerce-info .button {
  padding: 9px 18px; font-size: 14px;
}

/* ── Zahlungsbereich der Kasse ─────────────────── */
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 18px;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0.5px solid rgba(212,185,110,0.18);
  padding: 0 0 16px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; padding: 10px 0;
  color: var(--text-muted);
}
.woocommerce-checkout #payment div.payment_box {
  background: rgba(10,31,37,0.55);
  color: var(--text-subtle);
  border-radius: 12px;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(10,31,37,0.55);
}

/* Kreditkartenfelder (PayPal/Stripe Hosted Fields):
   Die Eingabefelder leben in iframes des Zahlungsanbieters — deren
   Schrift ist dunkelgrau und für helle Hintergründe gemacht. Unser
   CSS erreicht den Text nicht, wohl aber den Grund dahinter: Die
   iframes sind transparent, also bekommen sie hier einen hellen
   Hintergrund, damit Platzhalter („Kartennummer") und Eingaben
   klar lesbar sind. */
#payment div.payment_box iframe,
.payment_box iframe,
.wc-stripe-upe-element iframe {
  background: #F5F3F3;
  border-radius: 10px;
}
#payment div.payment_box .ppcp-credit-card-gateway-form-field,
#payment div.payment_box .wc-stripe-elements-field,
.wc-stripe-upe-element,
#payment div.payment_box .wc-payment-form .form-row > div[id*="card"] {
  background: #F5F3F3;
  border-radius: 10px;
  border: 0.5px solid rgba(168,184,196,0.35);
}

/* Falls der Block-Checkout (Gutenberg) doch im Einsatz bleibt:
   Grundlegende Lesbarkeit für Bestellübersicht & Felder erzwingen. */
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item,
.wp-block-woocommerce-checkout-order-summary-block {
  background: transparent;
  color: var(--text-muted);
}
.wc-block-components-sidebar {
  background: var(--glass);
  border: var(--glass-border);
  border-radius: 18px;
  padding: 16px;
}
.wc-block-components-text-input input,
.wc-block-components-textarea,
.wc-block-components-combobox input {
  background: rgba(10, 31, 37, 0.65) !important;
  color: var(--text-light) !important;
  border: 0.5px solid rgba(168,184,196,0.35) !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-checkbox__label {
  color: var(--text-subtle) !important;
}

/* ── Validierungs-Fehler sichtbar machen (dunkles Theme) ──
   WooCommerces Standard-Rot ist zu dunkel fürs Petrol. Heller,
   gut lesbar: ungültige Felder, Fehlertexte und die Fehlerliste. */
:root { --error-red: #FF9A9A; }

/* Ungültiges Feld: roter Rahmen + leichter roter Schimmer */
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea,
.woocommerce form .form-row.woocommerce-invalid .select2-selection {
  border-color: var(--error-red) !important;
  box-shadow: 0 0 0 1px rgba(255,154,154,0.35);
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row.woocommerce-invalid-required-field label {
  color: var(--error-red);
}

/* Validiertes Feld: dezent grüner Rahmen */
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-selection {
  border-color: rgba(140, 200, 150, 0.55) !important;
}

/* Inline-Fehlertext direkt am Feld (Germanized / Blocks) */
.wc-block-components-validation-error,
.woocommerce .form-row .error,
span.wc-block-components-validation-error p {
  color: var(--error-red) !important;
  font-size: 13.5px;
  margin-top: 6px;
}

/* Fehlerliste oben (klassische Kasse): klar lesbar */
.woocommerce-error {
  border-top: 2px solid var(--error-red);
  color: var(--text-light);
}
.woocommerce-error li {
  color: var(--text-light);
}
.woocommerce-error li strong { color: var(--error-red); }
.woocommerce-error::before { color: var(--error-red); }

/* ── Germanized: rechtliche Checkboxen & Hinweise ── */
.wc-gzd-checkbox-placeholder, .legal {
  color: var(--text-subtle); font-size: 14.5px;
}
.woocommerce-checkout .legal a { color: var(--gold-light); }
.wc-gzd-order-submit .wc-gzd-legal-checkbox-text { color: var(--text-subtle); }
.checkout .shipping-costs-info, .checkout .tax-info { color: var(--text-hint); font-size: 13.5px; }

/* ── Konto-Bereich ─────────────────────────────── */
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce-MyAccount-navigation li { margin-bottom: 4px; }
.woocommerce-MyAccount-navigation li a {
  display: block; padding: 11px 16px; border-radius: 10px;
  color: var(--text-subtle); text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: rgba(212,185,110,0.10); color: var(--gold-light);
}
.woocommerce-MyAccount-content { color: var(--text-muted); font-weight: 300; }
.af-review-cta {
  margin-top: 32px; padding: 28px 32px; border-radius: 18px;
}
.af-review-cta p {
  margin: 12px 0 20px; color: var(--text-subtle);
  font-weight: 300; line-height: 1.6;
}

/* ── Breadcrumb ────────────────────────────────── */
.woocommerce .woocommerce-breadcrumb {
  color: var(--text-hint); font-size: 14px; margin-bottom: 28px;
}
.woocommerce .woocommerce-breadcrumb a { color: var(--text-subtle); text-decoration: none; }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--gold-light); }

/* ── Startseite: Produkt-Sektion ───────────────── */
.front-products-more { text-align: center; margin-top: 44px; }

/* ── Sterne & Rating-Zeile (Hero) ──────────────── */
.stars { color: var(--gold-mid); letter-spacing: 3px; font-size: 17px; }

/* Gelegentlicher Glanz-Streif über die GANZE Bewertungszeile —
   unbewusster Eye-Catcher: lange Ruhephase, dann wischt in ~1,2s
   ein Lichtband über Sterne und Text. Als Overlay (mix-blend
   screen), damit Gold- und Grautöne ihre Farben behalten und nur
   kurz aufleuchten. */
.rating-row {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.rating-row::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg,
    transparent 40%,
    rgba(255, 248, 225, 0.22) 50%,
    transparent 60%);
  transform: translateX(-130%);
  animation: row-shine 8s linear infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}
@keyframes row-shine {
  0%, 82%   { transform: translateX(-130%); } /* Ruhe: Licht außerhalb */
  97%, 100% { transform: translateX(130%); }  /* Wisch über die Zeile */
}
.rating-row {
  display: flex; align-items: center; gap: 14px;
  margin-top: 34px;
  font-size: 15px; color: var(--text-subtle);
  flex-wrap: wrap;
}
.rating-row strong { color: var(--gold-light); font-weight: 600; }

/* ── Themen-Chips ──────────────────────────────── */
.block-topics { padding-bottom: 30px; }
.topic-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.topic-chip {
  display: block; text-decoration: none;
  padding: 24px 26px;
  border-radius: 16px;
  border: 0.5px solid rgba(212,185,110,0.25);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}
.topic-chip:hover {
  border-color: rgba(212,185,110,0.55);
  background: rgba(212,185,110,0.06);
  transform: translateY(-3px);
}
.topic-chip strong {
  display: block;
  font-size: 20px; font-weight: 500; color: var(--text-light);
}
.topic-chip span {
  display: block; margin-top: 8px;
  font-size: 14.5px; font-weight: 300; line-height: 1.45;
  color: var(--text-subtle);
}

/* ── Flaggschiff-Kurs ──────────────────────────── */
.block-feature { padding-top: 30px; }
.feature {
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden; border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.feature-visual {
  position: relative; min-height: 420px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(212,185,110,0.20), transparent 68%),
    linear-gradient(160deg, var(--teal-mid) 0%, var(--teal-dark) 50%, var(--teal-deep) 100%);
  display: flex; align-items: center; justify-content: center;
}
.feature-visual svg { width: 200px; height: 200px; }
.feature-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.feature-body { padding: 56px 56px 50px; display: flex; flex-direction: column; align-items: flex-start; }
.feature-body h3 {
  font-size: 38px; font-weight: 400; line-height: 1.15; margin-top: 18px;
  text-wrap: balance;
}
.feature-body h3 em { font-style: italic; color: var(--gold-light); }
.feature-body p {
  margin-top: 22px; font-size: 18px; line-height: 1.6;
  color: var(--text-subtle); font-weight: 300; flex: 1;
}
.feature-meta { display: flex; align-items: baseline; gap: 18px; margin-top: 30px; }
.price-big { font-size: 34px; font-weight: 500; color: var(--gold-light); font-variant-numeric: tabular-nums; }
.price-note { font-size: 13px; color: var(--text-hint); font-style: italic; }
.feature-body .btn-gold { margin-top: 26px; }
.guarantee-note {
  display: flex; align-items: center; gap: 10px;
  margin-top: 18px;
  font-size: 14.5px; font-style: italic;
  color: var(--text-subtle);
}
.guarantee-note svg {
  width: 16px; height: 16px; flex-shrink: 0;
  color: var(--gold-mid);
}

/* ── Zahlenleiste (Umfrage) ────────────────────── */
.stats-bar {
  display: flex; align-items: stretch; justify-content: center;
  gap: 0; margin-top: 56px;
}
.stat { flex: 1; text-align: center; padding: 0 28px; max-width: 340px; }
.stat-num {
  font-size: 52px; font-weight: 300; font-style: italic;
  color: var(--gold-mid); line-height: 1.1;
}
.stat-label {
  margin-top: 10px;
  font-size: 14.5px; line-height: 1.5; font-weight: 300;
  color: var(--text-subtle);
}
.stat-sep { width: 1px; background: rgba(212,185,110,0.20); }
.stat-star { color: var(--gold-mid); font-size: 0.5em; vertical-align: super; margin-left: 2px; }
.stats-note {
  margin-top: 22px; text-align: center;
  font-size: 13px; font-style: italic; color: var(--text-hint);
  letter-spacing: 0.3px;
}

/* ── Audio-Karten (Hörprobe & Stimmen) ─────────── */
.audio-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px; max-width: 760px; margin: 0 auto;
}
.audio-card { padding: 40px 40px 36px; }
.audio-kicker {
  font-size: 13px; font-weight: 600; letter-spacing: 1.8px;
  text-transform: uppercase; color: rgba(212,185,110,0.65);
}
.audio-card h3 {
  margin-top: 14px;
  font-size: 25px; font-weight: 500; line-height: 1.3;
}
.audio-card p {
  margin-top: 12px;
  font-size: 16px; font-weight: 300; line-height: 1.55;
  color: var(--text-subtle);
}
.audio-card audio {
  width: 100%; margin-top: 24px;
  accent-color: #D4B96E;
  border-radius: 999px;
}

/* ── AtemFlow Audio-Player (Welle + Kugel als Fortschritt) ── */
.af-player {
  display: flex; align-items: center; gap: 18px;
  margin-top: 26px;
}
.af-player audio { display: none; }
.af-play {
  flex-shrink: 0;
  width: 58px; height: 58px;
  border: 0; border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-mid) 50%, var(--gold-light) 100%);
  box-shadow: 0 6px 18px rgba(212,185,110,0.30);
  color: var(--teal-deep);
  display: flex; align-items: center; justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.af-play:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 26px rgba(212,185,110,0.45);
}
.af-play svg { width: 26px; height: 26px; }
.af-play .icon-pause { display: none; }
.af-play.is-playing .icon-play { display: none; }
.af-play.is-playing .icon-pause { display: block; }
.af-wave {
  flex: 1; min-width: 0;
  height: 84px; /* genug Luft, damit der Kugel-Glow nicht clippt */
  cursor: pointer;
}
.af-wave canvas {
  width: 100%; height: 100%;
  display: block;
  touch-action: none;
}
.af-time {
  flex-shrink: 0;
  display: flex; gap: 6px;
  font-size: 14px;
  color: var(--text-subtle);
  font-variant-numeric: tabular-nums;
}
.af-time .af-cur { color: var(--gold-light); }
.af-time .af-sep { color: var(--text-hint); }

/* ── Testimonial-Karten ────────────────────────── */
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.testi-card { padding: 36px 34px 32px; margin: 0; }
.testi-card .stars { font-size: 15px; }
.testi-card blockquote {
  margin-top: 18px;
  font-size: 19px; font-weight: 300; font-style: italic;
  line-height: 1.55; color: var(--text-muted);
}
.testi-card figcaption {
  margin-top: 18px;
  font-size: 13.5px; letter-spacing: 1.8px; text-transform: uppercase;
  color: rgba(212,185,110,0.65); font-weight: 600;
}

/* ── Maria / Founder ───────────────────────────── */
.block-founder { padding-top: 20px; }
.founder {
  display: flex; align-items: center; gap: 52px;
  padding: 56px 64px;
  border-radius: 28px;
  max-width: 920px; margin: 0 auto;
}
.founder-portrait {
  flex-shrink: 0;
  width: 150px; height: 150px; border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(232,212,159,0.35), transparent 60%),
    linear-gradient(160deg, var(--teal-mid) 0%, var(--teal-dark) 60%, var(--teal-deep) 100%);
  border: 0.5px solid rgba(212,185,110,0.45);
  box-shadow: 0 0 40px rgba(212,185,110,0.15);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; }
.founder-initial {
  font-size: 60px; font-weight: 400; font-style: italic;
  color: var(--gold-light);
}
.founder-body p + p { margin-top: 12px; }
.founder-promise {
  margin-top: 22px;
  padding: 18px 22px;
  border-left: 2px solid var(--gold-mid);
  border-radius: 0 12px 12px 0;
  background: rgba(212,185,110,0.07);
  font-size: 15.5px; font-weight: 300; line-height: 1.6;
  color: var(--text-muted);
}
.founder-promise strong {
  color: var(--gold-light); font-weight: 600;
}
.founder-signature {
  margin-top: 24px;
  font-size: 30px; font-style: italic; font-weight: 400;
  color: var(--gold-mid);
  letter-spacing: 0.5px;
}
.founder-body h3 { font-size: 32px; font-weight: 400; margin-top: 16px; }
.founder-body h3 em { font-style: italic; color: var(--gold-light); }
.founder-body p {
  margin-top: 16px;
  font-size: 17px; font-weight: 300; line-height: 1.6;
  color: var(--text-subtle);
}

/* ── FAQ ───────────────────────────────────────── */
.block-faq .block-head { margin-bottom: 40px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 0.5px solid rgba(212,185,110,0.18);
}
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 22px 36px 22px 4px;
  font-size: 19px; font-weight: 500;
  color: var(--text-light);
  position: relative;
  transition: color 180ms ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute; right: 8px; top: 50%;
  transform: translateY(-50%);
  font-size: 26px; font-weight: 300;
  color: var(--gold-mid);
  transition: transform 200ms ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: var(--gold-light); }
.faq-item p {
  padding: 0 36px 24px 4px;
  font-size: 16px; font-weight: 300; line-height: 1.6;
  color: var(--text-subtle);
}

/* ── Finaler CTA ───────────────────────────────── */
.block-final { padding-top: 30px; }
.final-cta { text-align: center; max-width: 640px; margin: 0 auto; }
.final-cta h2 {
  font-size: 42px; font-weight: 400; line-height: 1.18;
  text-wrap: balance;
}
.final-cta h2 em { font-style: italic; color: var(--gold-light); }
.final-cta .btn-gold { margin-top: 36px; }
.final-gift {
  margin-top: 22px;
  font-size: 15px; font-style: italic; color: var(--text-hint);
}
.final-gift a { color: var(--gold-mid); text-decoration: none; }
.final-gift a:hover { color: var(--gold-light); }

/* ── Scroll-Flow: Elemente atmen sich ein ──────── */
/* Initialzustand nur, wenn JS bereit ist (html.flow-ready) —
   ohne JS bleibt alles sofort sichtbar. */
html.flow-ready [data-flow] {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
  transition-delay: var(--flow-delay, 0ms);
  will-change: opacity, transform, filter;
}
html.flow-ready [data-flow].flow-in {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Hairlines zeichnen sich von der Mitte aus */
html.flow-ready .hairline[data-flow-line] {
  transform: scaleX(0);
  transition: transform 1300ms cubic-bezier(0.22, 1, 0.36, 1) 150ms;
}
html.flow-ready .hairline[data-flow-line].flow-line-in {
  transform: scaleX(1);
}

/* Hairlines atmen danach ganz leise im 4–6-Rhythmus weiter */
.hairline { animation: hairline-breathe 10s ease-in-out infinite; }
@keyframes hairline-breathe {
  0%, 100% { opacity: 0.72; }
  40%      { opacity: 1; }
}

/* ── Kein horizontaler Überlauf + lange Wörter brechen ──
   Schützt schmale Screens (iPhone mini, Display-Zoom) vor seitlichem
   Scrollen und vor Überschriften, die über den Rand ragen. */
html, body { overflow-x: hidden; max-width: 100%; }
img, video, canvas, iframe { max-width: 100%; }
h1, h2, h3,
.hero h1, .block-head h2, .final-cta h2, .feature-body h3, .voucher h3, .quote blockquote,
.woocommerce div.product .product_title,
.woocommerce-products-header__title, .woo-wrap h1.entry-title, .woo-wrap .page-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/* Warenkorb/Kasse mobil: festes Tabellen-Layout aufheben, damit
   WooCommerces gestapelte Ansicht sauber wirkt (Preise brechen sonst um). */
@media (max-width: 768px) {
  .woocommerce-cart table.cart,
  #order_review table.shop_table,
  .cart_totals table.shop_table { table-layout: auto; }
  .woocommerce-cart table.cart th,
  .woocommerce-cart table.cart td,
  #order_review table.shop_table th,
  #order_review table.shop_table td,
  .cart_totals table.shop_table th,
  .cart_totals table.shop_table td { width: auto !important; white-space: normal; }
  .woocommerce-cart .woocommerce > .cart-collaterals { grid-column: 1; }
}

@media (max-width: 480px) {
  .wrap { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: 30px; line-height: 1.18; }
  .block-head h2, .quote blockquote, .feature-body h3, .voucher h3, .final-cta h2 { font-size: 26px; }
  .stat-num { font-size: 38px; }
  .woocommerce div.product .product_title { font-size: 28px; line-height: 1.2; }
  .woocommerce-products-header__title, .woo-wrap h1.entry-title, .woo-wrap .page-title { font-size: 26px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 20px; }
}

/* ── Responsive ────────────────────────────────── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 70px; padding-bottom: 80px; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .welle-stage { height: 300px; }
  .cat-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .voucher { flex-direction: column; text-align: center; padding: 48px 32px; }
  .wrap { padding: 0 24px; }
  .main-nav { display: none; }
  .rating-row { justify-content: center; }
  .feature { grid-template-columns: 1fr; }
  .feature-visual { min-height: 280px; }
  .feature-body { padding: 40px 32px 36px; }
  .stats-bar { flex-direction: column; gap: 36px; }
  .stat-sep { display: none; }
  .founder { flex-direction: column; text-align: center; padding: 44px 32px; gap: 32px; }
  .final-cta h2 { font-size: 34px; }
}
@media (max-width: 640px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .header-inner { height: 64px; }
  .wordmark { font-size: 22px; }
}
