/* ============================================================
   Savage Mom Journey — Landingpage-Styles
   Mobile-First, viel Weißraum, eine kräftige Akzentfarbe (Navy).
   ============================================================ */

html, body { margin: 0; padding: 0; background: var(--surface-page); }
* { box-sizing: border-box; }
img { max-width: 100%; display: block; }

a { color: var(--link); text-decoration: none; transition: color var(--dur) var(--ease); }
a:hover { color: var(--link-hover); }

.page { overflow-x: hidden; }

/* ---------- Container ------------------------------------- */
.wrap   { width: 100%; max-width: var(--container-max);   margin: 0 auto; padding: 0 24px; }
.narrow { width: 100%; max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons (eine Akzentfarbe) -------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: var(--fw-semibold); font-size: 16px;
  color: var(--on-accent); background: var(--accent);
  border: 2px solid transparent; border-radius: var(--radius-pill);
  padding: 15px 30px; line-height: 1.15; text-align: center; cursor: pointer;
  box-shadow: var(--shadow-cta); max-width: 100%; -webkit-hyphens: auto; hyphens: auto;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.btn:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(26,54,91,0.34); color: var(--on-accent); }
.btn--lg { font-size: 17px; padding: 18px 38px; }
.btn--sm { font-size: 14px; padding: 11px 22px; box-shadow: none; }
.btn--ghost { background: transparent; color: var(--blue-800); border-color: var(--blue-200); box-shadow: none; }
.btn--ghost:hover { background: var(--blue-100); color: var(--blue-800); border-color: var(--blue-600); }

/* ---------- Wortmarke / Kicker ---------------------------- */
.kicker {
  font-family: var(--font-body); font-weight: var(--fw-semibold);
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-text);
}

/* ---------- Eyebrow-Label --------------------------------- */
.eyebrow {
  display: inline-block; font-weight: var(--fw-semibold);
  font-size: 12.5px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  color: var(--green-text);
}

/* ---------- Header (sticky, ohne Menü) -------------------- */
#smj-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--surface-header);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-subtle);
}
#smj-header .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-top: 13px; padding-bottom: 13px;
}

/* ---------- Sektionen / Rhythmus -------------------------- */
.section { padding: var(--section-y) 0; }
.section--alt    { background: var(--surface-alt); }
.section--soft   { background: var(--surface-soft); }
.section--dark   { background: var(--surface-dark); color: var(--text-on-dark); }
.section--forest { background: var(--surface-forest); color: var(--text-on-dark); }
.section--dark h1, .section--dark h2, .section--dark h3,
.section--forest h1, .section--forest h2, .section--forest h3 { color: #fff; }
.section--dark .eyebrow, .section--forest .eyebrow { color: var(--sage-400); }

.section__head { max-width: 720px; margin: 0 auto 44px; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
h2 { font-size: clamp(26px, 5.2vw, 38px); font-weight: var(--fw-bold); }
h3 { font-size: clamp(20px, 3.6vw, 26px); font-weight: var(--fw-bold); }
.lead { font-size: clamp(17px, 2.2vw, 19px); line-height: 1.75; color: var(--text-body); }
.section--dark .lead, .section--forest .lead { color: var(--text-on-dark-muted); }
.prose p { margin: 0 0 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--text-heading); font-weight: var(--fw-semibold); }
.section--dark .prose strong, .section--forest .prose strong { color: #fff; }

/* ---------- Hero (zweispaltig: Text + Foto) --------------- */
.hero { padding: clamp(36px, 7vw, 72px) 0 var(--section-y); }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.hero__text { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; text-align: left; }
.hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(25px, 4.4vw, 40px);
  line-height: 1.24; letter-spacing: -0.01em; color: var(--blue-800); }
.hero .lead { max-width: 52ch; }
.hero__photo img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }
@media (min-width: 820px) { .hero__grid { grid-template-columns: 1.05fr 0.9fr; gap: 52px; } }

/* ---------- Zitat / Testimonial --------------------------- */
.quote {
  max-width: 780px; margin: 0 auto; background: var(--surface-card);
  border: 1px solid var(--border-subtle); border-left: 4px solid var(--accent);
  border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: clamp(24px, 4vw, 38px);
}
.quote p { font-size: clamp(17px, 2.4vw, 20px); font-style: italic; line-height: 1.7; color: var(--text-body); margin: 0 0 14px; }
.quote cite { font-style: normal; font-weight: var(--fw-semibold); color: var(--blue-800); }
.quote__mark { font-family: Georgia, serif; font-weight: 700; font-size: 60px; line-height: .4; color: var(--sage-500); display: block; height: 34px; }

/* Inline-Mini-Testimonial (im Feature-Text) */
.mini-quote { font-style: italic; color: var(--green-text); }

/* ---------- Module-Grid ----------------------------------- */
.modules { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 8px; }
.module {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 20px 22px;
}
.module__no {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue-100); color: var(--blue-800);
  font-weight: var(--fw-bold); font-size: 16px;
}
.module__title { font-weight: var(--fw-semibold); color: var(--text-heading); font-size: 16.5px; line-height: 1.4; padding-top: 8px; }
.module--todo { border-style: dashed; }
.module--todo .module__title { color: var(--text-muted); }

/* ---------- Feature-Cards (geschützter Raum) -------------- */
.features { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 8px; }
.feature {
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 24px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.feature__icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--sage-100);
  color: var(--green-600); display: inline-flex; align-items: center; justify-content: center;
}
.feature h4 { font-size: 17px; font-weight: var(--fw-semibold); color: var(--text-heading); }
.feature p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--text-body); }
.feature p strong { color: var(--blue-800); }

/* ---------- Check-Listen (Qualifizierung / Vision) -------- */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.checklist li { position: relative; padding-left: 40px; font-size: 16.5px; line-height: 1.6; color: var(--text-body); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--sage-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346603a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/16px no-repeat;
}
.two-col { display: grid; grid-template-columns: 1fr; gap: 40px; }

/* ---------- Nummerierte Schritte -------------------------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; counter-reset: step; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.steps li::before {
  counter-increment: step; content: counter(step);
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  background: var(--accent); color: #fff; font-weight: var(--fw-bold); font-size: 18px;
  display: inline-flex; align-items: center; justify-content: center;
}
.steps li span { padding-top: 9px; font-size: 17px; line-height: 1.5; }
.section--dark .steps li span { color: var(--text-on-dark); }

/* ---------- Video-/Testimonial-Platzhalter --------------- */
.placeholder {
  max-width: 820px; margin: 0 auto; border: 2px dashed var(--border-strong);
  border-radius: var(--radius-lg); background: var(--surface-alt);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-align: center; color: var(--text-muted); padding: 40px 24px;
}
.placeholder--video { aspect-ratio: 16 / 9; }
.placeholder__play {
  width: 64px; height: 64px; border-radius: 50%; background: var(--blue-100); color: var(--blue-800);
  display: inline-flex; align-items: center; justify-content: center;
}
.placeholder__label { font-weight: var(--fw-semibold); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }

.cta-center { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- Motion ---------------------------------------- */
@keyframes smjUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.smj-up { animation: smjUp .8s var(--ease) both; }
.smj-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.smj-reveal.smj-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .smj-up { animation: none !important; opacity: 1 !important; transform: none !important; }
  .smj-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Footer ---------------------------------------- */
.footer { background: var(--green-900); color: var(--text-on-dark-muted); padding: 44px 0; }
.footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer a { color: var(--text-on-dark-muted); font-size: 14px; }
.footer a:hover { color: #fff; }
.footer__links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer .kicker { color: var(--sage-400); }

/* ---------- Legal-Seiten (Impressum / Datenschutz) -------- */
.legal { max-width: 820px; margin: 0 auto; padding: clamp(48px,8vw,88px) 24px clamp(64px,10vw,104px); }
.legal h1 { font-size: clamp(28px,6vw,40px); font-weight: var(--fw-bold); color: var(--blue-800); margin: 0 0 6px; }
.legal .legal__updated { color: var(--text-muted); font-size: 13px; margin: 0 0 36px; }
.legal h2 { font-size: clamp(18px,3vw,22px); font-weight: var(--fw-semibold); color: var(--blue-800); margin: 36px 0 12px; }
.legal h3 { font-size: 16px; font-weight: var(--fw-semibold); color: var(--green-700); margin: 24px 0 8px; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.75; color: var(--text-body); }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 14px; padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.legal address { font-style: normal; line-height: 1.7; }
.legal a { color: var(--link); text-decoration: underline; }
.legal strong { color: var(--blue-800); }

/* ---------- Desktop --------------------------------------- */
@media (min-width: 720px) {
  .modules { grid-template-columns: 1fr 1fr; gap: 18px; }
  .features { grid-template-columns: 1fr 1fr; gap: 20px; }
  .two-col { grid-template-columns: 1fr 1fr; gap: 56px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .steps li { flex-direction: column; text-align: center; align-items: center; gap: 12px; }
  .steps li span { padding-top: 0; }
}

/* ---------- Kompat: Wortmarke + Outline-Button (Legal-Seiten) -------- */
.wordmark { display:inline-flex; align-items:baseline; gap:8px; font-family:var(--font-body); font-weight:var(--fw-semibold); text-transform:uppercase; letter-spacing:0.14em; line-height:1.1; color:var(--blue-800); }
.wordmark--light { color:#fff; }
.wordmark__name { font-size:16px; font-weight:var(--fw-semibold); }
.wordmark__sub { font-size:11px; letter-spacing:0.24em; opacity:.7; }
.btn--outline { background:transparent; color:var(--blue-800); border-color:var(--blue-200); box-shadow:none; }
.btn--outline:hover { background:var(--blue-100); color:var(--blue-800); border-color:var(--blue-600); }

/* ---------- Content-Bilder -------------------------------- */
.media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16/9; background: var(--sage-300); }
.media--portrait { aspect-ratio: 4/5; }
.media picture { display: block; width: 100%; height: 100%; }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.two-col--middle { align-items: center; }

/* ---------- Sterne-Rating -------------------------------- */
.stars { display: inline-flex; gap: 3px; margin-bottom: 6px; }
.stars svg { width: 22px; height: 22px; fill: #e3a72f; }
/* ---------- Feedback-Avatar ------------------------------ */
.quote__by { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.quote__by cite { margin: 0; font-style: normal; font-weight: var(--fw-bold); color: var(--blue-800); }
.quote__by small { display: block; color: var(--text-muted); font-size: 12px; font-weight: 400; }
.avatar { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; flex: 0 0 auto;
  background: var(--sage-100); display: inline-flex; align-items: center; justify-content: center; }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* ---------- Love Letter ---------------------------------- */
.loveletter { max-width: 840px; margin: 0 auto; background: var(--surface-card);
  border: 1px solid var(--border-subtle); border-top: 4px solid var(--accent);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(28px, 5vw, 48px); }
.loveletter__head { text-align: center; margin-bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.loveletter__head svg { width: 34px; height: 34px; fill: var(--accent); }
.loveletter__head h3 { font-size: clamp(20px, 3.4vw, 26px); color: var(--blue-800); }
.loveletter p { font-size: 15.5px; line-height: 1.85; color: var(--text-body); font-style: italic; margin: 0 0 14px; }
.loveletter cite { display: block; text-align: right; font-style: normal; font-weight: var(--fw-bold); color: var(--blue-800); }

/* ---------- Mobile-Overflow-Schutz (adapt, ~≤430px) ------- */
/* Lange CTA-Labels füllen auf schmalen Screens die volle Breite,
   statt einzeilig über den rechten Rand hinauszulaufen. */
@media (max-width: 560px) {
  .hero__text .btn, .cta-center .btn { width: 100%; }
}
/* Header kompakt halten: Wortmarke + „Kennenlernen"-Button einzeilig. */
@media (max-width: 430px) {
  #smj-header .wrap { gap: 12px; }
  #smj-header .kicker { font-size: 12px; letter-spacing: 0.06em; }
  #smj-header .btn--sm { padding: 10px 16px; }
}

/* ---------- Eigener Video-Player (Journey-Intro, Block 3) --- */
/* Ohne JS: natives <video controls> + JPG-Poster (voll bedienbar).
   Mit JS (.is-enhanced): eigenes Poster-Overlay + eigene Steuerleiste. */
.vplayer { position: relative; max-width: 880px; margin: 0 auto; aspect-ratio: 16 / 9;
  background: #0d1b2e; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); isolation: isolate; }
.vplayer__video { width: 100%; height: 100%; display: block; object-fit: cover; background: #0d1b2e; }

.vplayer__poster { display: none; position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%;
  padding: 0; border: 0; background: none; cursor: pointer; }
.vplayer.is-enhanced .vplayer__poster { display: block; }
.vplayer__poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vplayer__poster::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(19,40,68,.18), rgba(19,40,68,.44));
  transition: background var(--dur) var(--ease); }
.vplayer__poster:hover::after, .vplayer__poster:focus-visible::after {
  background: radial-gradient(circle at 50% 45%, rgba(19,40,68,.1), rgba(19,40,68,.34)); }
.vplayer__playbtn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 84px; height: 84px; border-radius: 50%; background: var(--accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(19,40,68,.5); transition: transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.vplayer__playbtn svg { width: 34px; height: 34px; margin-left: 4px; fill: currentColor; }
.vplayer__poster:hover .vplayer__playbtn, .vplayer__poster:focus-visible .vplayer__playbtn {
  transform: translate(-50%,-50%) scale(1.06); background: var(--accent-hover); }
.vplayer.is-started .vplayer__poster { opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s .45s; }

.vplayer__controls { display: none; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  align-items: center; gap: 12px; padding: 30px 14px 12px;
  background: linear-gradient(to top, rgba(9,18,30,.74), rgba(9,18,30,0));
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
.vplayer.is-enhanced .vplayer__controls { display: flex; }
.vplayer.is-enhanced.is-started .vplayer__controls { opacity: 1; transform: none; pointer-events: auto; }
.vplayer.is-playing.is-idle .vplayer__controls { opacity: 0; transform: translateY(8px); pointer-events: none; }
.vplayer.is-playing.is-idle { cursor: none; }
.vplayer__ctl { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; color: #fff; cursor: pointer;
  transition: background var(--dur) var(--ease); }
.vplayer__ctl:hover { background: rgba(255,255,255,.16); }
.vplayer__ctl:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.vplayer__ctl svg { width: 22px; height: 22px; fill: currentColor; }
.vplayer__seek { flex: 1 1 auto; height: 20px; -webkit-appearance: none; appearance: none;
  background: transparent; cursor: pointer; margin: 0; }
.vplayer__seek::-webkit-slider-runnable-track { height: 6px; border-radius: 999px;
  background: linear-gradient(to right, #fff var(--seek,0%), rgba(255,255,255,.3) var(--seek,0%)); }
.vplayer__seek::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 14px; height: 14px;
  margin-top: -4px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.45); }
.vplayer__seek::-moz-range-track { height: 6px; border-radius: 999px; background: rgba(255,255,255,.3); }
.vplayer__seek::-moz-range-progress { height: 6px; border-radius: 999px; background: #fff; }
.vplayer__seek::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: #fff; }
.vplayer__seek:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.vplayer__time { flex: 0 0 auto; color: #fff; font-size: 13px; font-weight: var(--fw-medium);
  font-variant-numeric: tabular-nums; min-width: 96px; text-align: center; }
@media (max-width: 520px) {
  .vplayer__controls { gap: 8px; padding: 26px 10px 10px; }
  .vplayer__time { min-width: 0; font-size: 12px; }
  .vplayer__playbtn { width: 70px; height: 70px; }
  .vplayer__playbtn svg { width: 28px; height: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .vplayer.is-started .vplayer__poster,
  .vplayer__controls, .vplayer__playbtn, .vplayer__poster::after, .vplayer__ctl { transition: none; }
}
.vplayer__ctl.is-on { background: rgba(255,255,255,.24); }
.vplayer__video::cue { background: rgba(9,18,30,.82); color: #fff; line-height: 1.35; }
