/*
 * RealLeaf - Homepage High-Fidelity (front-page.php)
 * 1:1-Portierung von design/prototype/Real Leaf Homepage.html +
 * assets/styles.css. Klassen im .rl-Namespace (kollisionsfrei mit
 * Elementor-Header/Footer); Werte exakt wie Prototyp.
 * Datum: 2026-06-15. Nur Tokens (tokens.css), beide Themes.
 * Overlays via color-mix auf Token-Basis (kein rohes Hex).
 * Reveal/Motion: motion.css + tokens.css reduced-motion-Block.
 */

/* ---- Container / Basis ---- */
.rl-home { background: var(--surface); color: var(--text); }
/* .rl-wrap (Content-Breiten-Primitive) lebt jetzt global in tokens.css
   (seit 2026-07-07), damit auch die Custom-Pages page-28901/page-22279 sie
   erhalten. Hier bewusst KEINE zweite Definition (kein Doppel-/Divergenz-
   Risiko). Verhalten auf der Startseite unveraendert (identische Tokens). */
.rl-home .rl-eyebrow { font-family: var(--body); font-weight: 700; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-hover); }
.rl-home h1, .rl-home h2, .rl-home h3 { font-family: var(--display); margin: 0; line-height: .98; letter-spacing: -.02em; font-weight: 800; color: var(--text); }
.rl-home p { line-height: 1.58; }

/* Squiggle-Unterstreichung (Hero) */
.rl-squiggle { position: relative; white-space: nowrap; }
.rl-squiggle::after {
  content: ""; position: absolute; left: -1%; right: -1%; bottom: -.12em; height: .2em;
  background: no-repeat center/100% 100%
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='14' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C 30 2, 50 12, 80 7 S 140 2, 170 9 S 196 6, 198 7' fill='none' stroke='%23709c2f' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.rl-grn { color: var(--accent); }

/* ---- Stickers / Badges ---- */
.rl-sticker {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: 800; font-size: 12px;
  letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill);
  border: 1.5px solid var(--outline); background: var(--accent-bright); color: var(--rl-black); white-space: nowrap;
}
.rl-sticker--ink { background: var(--rl-black); color: var(--accent-bright); border-color: var(--rl-black); }
.rl-rot-l { transform: rotate(-3deg); }
.rl-rot-r { transform: rotate(3deg); }

/* ---- Buttons ----
   Basis-/Varianten-Regeln 2026-07-20 nach tokens.css verschoben (global,
   Newsletter-Modul rendert jetzt auch auf Archiven). Hier bleiben nur die
   .rl-home-Guards: Elementor-Global-Linkfarbe (#709D2F) bzw. Formular-
   Button-Styles ueberschrieben die Leaf-Button-Textfarbe -> gruen auf gruen
   (bzw. Pink beim Newsletter-Button). Hart erzwingen. */
.rl-home .rl-btn.rl-btn--leaf, .rl-home button.rl-btn--leaf { background: var(--accent) !important; color: var(--rl-white) !important; border-color: var(--accent) !important; }
.rl-home .rl-btn.rl-btn--leaf:hover, .rl-home button.rl-btn--leaf:hover { background: var(--accent-hover) !important; color: var(--rl-white) !important; border-color: var(--accent-hover) !important; }

/* ---- HERO ---- */
.rl-hero { position: relative; padding: 40px 0 56px; }
.rl-hero__inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.rl-hero__kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 24px; flex-wrap: wrap; min-height: 8px; }
.rl-hero__headline { font-size: clamp(46px, 6.6vw, 96px); line-height: .9; font-weight: 900; letter-spacing: -.035em; }
/* EN-Copy-Fit (Audit 2026-07-20 agents/02 A1): Zeile 2 "without tobacco."
   ist laenger als das deutsche "ohne Tabak." und brach auf iPhone-Breite
   rechts aus dem Viewport - EN bekommt eine kleinere Mobile-Stufe. */
@media (max-width: 700px) {
  html[lang^="en"] .rl-hero__headline { font-size: clamp(36px, 11vw, 46px); overflow-wrap: anywhere; }
}
.rl-hero__lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--text-muted); max-width: 34ch; margin: 24px 0 30px; font-weight: 500; }
.rl-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.rl-hero__proof { display: flex; gap: 30px; margin-top: 36px; flex-wrap: wrap; }
.rl-stat strong { font-family: var(--display); font-size: 30px; font-weight: 800; display: block; line-height: 1; color: var(--text); }
.rl-stat span { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.rl-hero__media { position: relative; }
.rl-hero__photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); box-shadow: var(--shadow-md); background: var(--surface-2); transition: transform 220ms var(--ease); }
.rl-hero__photo img { width: 100%; height: 100%; object-fit: cover; }

/* Hero-Slideshow (Task #14): Slides absolut uebereinander im aspect-ratio-
   Container (kein Layout-Shift), Crossfade rein per opacity; Rotation macht
   hero-slideshow.js nach window-load. reduced-motion: globaler tokens.css-
   Block kollabiert die Transition, JS startet gar nicht -> Slide 1 steht. */
.rl-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 900ms var(--ease); }
.rl-hero__slide.is-active { opacity: 1; }
.rl-hero__slide:nth-child(2) img { object-position: 52% center; }
.rl-hero__slide:nth-child(3) img { object-position: 72% center; }
.rl-hero__slide:nth-child(4) img { object-position: 70% center; }

/* Badge-Gruppen (Batch A): pro Slide eine Gruppe, absolut ueber der Media-
   Flaeche gestapelt. Nur .is-active sichtbar; Crossfade synchron zum Slide
   (opacity 900ms wie .rl-hero__slide). pointer-events:none, damit die Gruppe
   den Parallax-mousemove auf .rl-hero__media nicht abfaengt. Der Parallax-
   Versatz kommt gegenlaeufig ueber die CSS-Variablen (JS setzt sie). */
.rl-hero__badges { position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0; transform: translate3d(var(--rl-badge-shift-x, 0), var(--rl-badge-shift-y, 0), 0); transition: opacity 900ms var(--ease), transform 220ms var(--ease); }
.rl-hero__badges.is-active { opacity: 1; }

.rl-hero__float { position: absolute; z-index: 3; background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: 14px; box-shadow: var(--shadow); padding: 11px 14px; display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 13.5px; color: var(--text); }
.rl-hero__float .rl-dot { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-bright); display: grid; place-items: center; flex: none; color: var(--rl-black); }
/* WP4: Marken-Icon im Badge-Dot (statt Emoji) - Mask-Schicht aus icons.css. */
.rl-hero__float .rl-dot .rl-ico { --rl-ico-size: 19px; }
/* a = oben rechts, b = unten links, c = mitte rechts (gestaffelt, nie ueber
   der Bildmitte). Rotation liegt in den Keyframes, damit sie mit dem Float
   mitschwingt. Versetzte Dauer/Delay -> organisch, nie synchron. */
.rl-hero__float--a { top: 7%; right: -16px; animation: rl-hero-float-a 5.2s ease-in-out infinite; }
.rl-hero__float--b { bottom: 9%; left: -18px; animation: rl-hero-float-b 6.6s ease-in-out .8s infinite; }
.rl-hero__float--c { top: 45%; right: -22px; animation: rl-hero-float-c 5.9s ease-in-out .4s infinite; }

/* Sticker-Float (Task #14 / Batch A): dezentes Schweben, transform-only.
   reduced-motion: globaler tokens.css-Block kollabiert die Animation zusaetzlich. */
@keyframes rl-hero-float-a {
	0%, 100% { transform: rotate(3deg) translateY(0); }
	50%      { transform: rotate(4deg) translateY(-9px); }
}
@keyframes rl-hero-float-b {
	0%, 100% { transform: rotate(-3deg) translateY(0); }
	50%      { transform: rotate(-4deg) translateY(-11px); }
}
@keyframes rl-hero-float-c {
	0%, 100% { transform: rotate(2deg) translateY(0); }
	50%      { transform: rotate(3deg) translateY(-8px); }
}

/* reduced-motion: Float-Animation + Parallax-Transition explizit aus (der
   globale tokens.css-Block deckt das ebenfalls ab; hier zur Sicherheit
   komponentennah dokumentiert). */
@media (prefers-reduced-motion: reduce) {
	.rl-hero__float { animation: none; }
	.rl-hero__photo, .rl-hero__badges { transition: none; transform: none; }
}

/* ---- USP STRIP (Dark-Anchor) ---- */
.rl-usps { background: var(--rl-black); color: var(--on-dark); }
.rl-usps__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rl-usp { padding: 24px 22px; display: flex; gap: 13px; align-items: flex-start; border-right: 1px solid color-mix(in srgb, var(--on-dark) 13%, transparent); }
.rl-usp:last-child { border-right: none; }
/* WP3: Marken-Icon (.rl-ico, Mask-Schicht icons.css) statt Inline-SVG.
   40px statt der frueheren 26px: die ringgefassten Marken-Icons brauchen
   diese Untergrenze, sonst verschwindet der ~2%-Strich. */
.rl-usp > .rl-ico { --rl-ico-size: 40px; color: var(--accent-bright); margin-top: 1px; }
.rl-usp h4 { font-family: var(--display); font-size: 16px; margin: 0 0 3px; font-weight: 700; color: var(--on-dark); }
.rl-usp p { margin: 0; font-size: 13px; color: var(--on-dark-muted); line-height: 1.4; }

/* ---- SECTION SHELL ---- */
.rl-section { padding: 86px 0; }
.rl-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; flex-wrap: wrap; }
.rl-section-head h2 { font-size: clamp(34px, 4.6vw, 58px); font-weight: 900; letter-spacing: -.03em; }
.rl-section-head .rl-eyebrow { margin-bottom: 13px; display: block; }
.rl-section-lead { color: var(--text-muted); max-width: 46ch; font-weight: 500; }

/* ---- KATEGORIE-BENTO ---- */
.rl-cats { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 232px; gap: 18px; }
.rl-cat { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); background: var(--rl-green-deep); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.rl-cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rl-cat__bg { position: absolute; inset: 0; z-index: 0; }
.rl-cat__bg img { width: 100%; height: 100%; object-fit: cover; }
.rl-cat__tint { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, color-mix(in srgb, var(--rl-green-deep) 82%, transparent), color-mix(in srgb, var(--rl-green-deep) 5%, transparent) 62%); }
.rl-cat__icon { position: absolute; top: 18px; left: 20px; z-index: 2; width: 42px; height: 42px; color: var(--rl-white); }
.rl-cat__body { position: relative; z-index: 2; color: var(--rl-white); }
.rl-cat__body h3 { font-size: 25px; margin-bottom: 4px; font-weight: 800; display: flex; align-items: center; gap: 9px; color: var(--rl-white); }
.rl-cat__body p { font-size: 13.5px; margin: 0; color: color-mix(in srgb, var(--rl-white) 82%, transparent); }
.rl-cat__arrow { position: absolute; top: 18px; right: 18px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: var(--accent-bright); border: 1.5px solid var(--rl-black); display: grid; place-items: center; color: var(--rl-black); transition: transform var(--dur) var(--ease); }
.rl-cat:hover .rl-cat__arrow { transform: rotate(-45deg); }
.rl-cat--tall { grid-row: span 2; }
/* Featured-Kachel (JOINTIP): dunkel + 2 Spalten breit. Zusammen mit der
   tall-Kachel ergibt das aus 7 Kategorien ein sauberes 3x3-Bento-Raster. */
.rl-cat--jointip { background: var(--dark-bg); grid-column: span 2; }
.rl-cat--jointip .rl-cat__tint { background: linear-gradient(to top, color-mix(in srgb, var(--rl-green-deep) 70%, transparent), color-mix(in srgb, var(--dark-bg-2) 20%, transparent)); }

/* ---- JOINTIP SPOTLIGHT (Dark-Anchor) ---- */
.rl-spotlight { background: var(--dark-bg); color: var(--on-dark); overflow: hidden; position: relative; }
.rl-spotlight__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; padding: 84px 0; }
.rl-spotlight .rl-eyebrow { color: var(--accent-bright); }
.rl-spotlight h2 { color: var(--on-dark); font-size: clamp(40px, 5.6vw, 76px); margin: 16px 0 20px; font-weight: 900; letter-spacing: -.03em; }
.rl-spotlight h2 em { font-style: normal; color: var(--accent-bright); }
.rl-spotlight p { color: var(--on-dark-muted); font-size: 18px; max-width: 42ch; font-weight: 500; }
.rl-spotlight__feats { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; }
.rl-spotlight__feats li { list-style: none; display: flex; gap: 12px; align-items: center; font-weight: 600; color: var(--on-dark); }
.rl-spotlight__feats .rl-tick { width: 25px; height: 25px; border-radius: 50%; background: var(--accent-bright); color: var(--dark-bg); display: grid; place-items: center; flex: none; font-weight: 900; font-size: 13px; }
.rl-spotlight__media { position: relative; display: grid; place-items: center; min-height: 380px; }
.rl-spotlight__ring { position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 1.5px dashed color-mix(in srgb, var(--accent-bright) 45%, transparent); z-index: 0; }
.rl-spotlight__photo { position: relative; z-index: 1; width: 80%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 2px solid var(--accent-bright); background: var(--dark-bg-2); }
.rl-spotlight__photo img { width: 100%; height: 100%; object-fit: cover; }
.rl-spotlight__ico { position: relative; z-index: 1; --rl-ico-size: 200px; width: 200px; height: 200px; color: var(--accent-bright); }
.rl-spotlight__price { position: absolute; z-index: 2; bottom: 4%; right: 2%; background: var(--accent-bright); color: var(--rl-black); border: 1.5px solid var(--rl-black); border-radius: 50%; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); box-shadow: var(--shadow-md); }
.rl-spotlight__price small { font-size: 11px; font-weight: 700; opacity: .8; display: block; }
.rl-spotlight__price strong { font-family: var(--display); font-size: 28px; font-weight: 900; line-height: 1; }

/* Spotlight-Motion (Task #15): dashed Ring rotiert langsam (transform-only,
   ueberall unterstuetzt); das JOINTIP-Foto bekommt in Browsern mit
   Scroll-driven Animations (Chrome/Edge) einen Scroll-Zoom: waehrend die
   Sektion durch den Viewport laeuft, skaliert/dreht es von klein/gekippt
   auf voll - "krasser" Effekt ohne JS. Fallback (Firefox/Safari): statisch +
   bestehender data-reveal. reduced-motion: globaler tokens.css-Block stoppt
   alle Animationen. */
.rl-spotlight__ring { animation: rl-spot-ring 46s linear infinite; }
@keyframes rl-spot-ring {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
@supports (animation-timeline: view()) {
	.rl-spotlight__photo {
		animation: rl-spot-zoom linear both;
		animation-timeline: view();
		animation-range: entry 0% cover 55%;
	}
	.rl-spotlight__price {
		animation: rl-spot-badge linear both;
		animation-timeline: view();
		animation-range: entry 20% cover 60%;
	}
}
@keyframes rl-spot-zoom {
	from { transform: scale(.72) rotate(-7deg); opacity: .35; }
	to   { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes rl-spot-badge {
	from { transform: rotate(-8deg) scale(.5); opacity: 0; }
	to   { transform: rotate(-8deg) scale(1); opacity: 1; }
}

/* ---- BESTSELLER-GRID (Theme-Karten via content-product-custom.php) ---- */
.rl-bestsellers__grid.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }

/* ---- TERPENES-BAND (Dark-Anchor ueber Foto) ---- */
.rl-band { position: relative; min-height: 460px; display: grid; align-items: center; overflow: hidden; background: var(--dark-bg); }
.rl-band__img { position: absolute; inset: 0; z-index: 0; }
.rl-band__img img { width: 100%; height: 100%; object-fit: cover; }
.rl-band__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, color-mix(in srgb, var(--rl-green-deep) 85%, transparent) 30%, color-mix(in srgb, var(--rl-green-deep) 15%, transparent) 70%); }
.rl-band__inner { position: relative; z-index: 2; color: var(--rl-white); padding: 64px 0; }
.rl-band__inner .rl-eyebrow { color: var(--accent-bright); }
.rl-band__inner h2 { font-size: clamp(34px, 4.6vw, 60px); font-weight: 900; letter-spacing: -.03em; color: var(--rl-white); max-width: 16ch; margin-top: 14px; }
.rl-band__inner p { font-size: 17px; color: color-mix(in srgb, var(--rl-white) 78%, transparent); max-width: 40ch; margin: 18px 0 26px; font-weight: 500; }
.rl-band__pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.rl-band__pill { border: 1px solid color-mix(in srgb, var(--rl-white) 40%, transparent); border-radius: var(--r-pill); padding: 6px 14px; font-size: 13px; font-weight: 600; color: var(--rl-white); }
/* WP4: Pills sind jetzt Links (Beat 3, zweiter Such-Pfad). */
a.rl-band__pill { text-decoration: none; transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease); }
a.rl-band__pill:hover { background: var(--accent-bright); border-color: var(--accent-bright); color: var(--rl-black); }

/* ---- STORY / INGREDIENTS ---- */
.rl-story { background: var(--surface-2); }
.rl-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 88px 0; }
.rl-story h2 { font-size: clamp(34px, 4.8vw, 62px); margin-bottom: 18px; font-weight: 900; letter-spacing: -.03em; }
.rl-story p { color: var(--text-muted); font-size: 17px; max-width: 46ch; font-weight: 500; }
.rl-story .rl-eyebrow { color: var(--accent-hover); }
.rl-story__chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 30px; }
.rl-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-pill); padding: 9px 16px; font-weight: 700; font-size: 14px; color: var(--text); }
.rl-chip svg { width: 16px; height: 16px; color: var(--accent); }
.rl-story__cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.rl-story__more { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--accent-hover); text-decoration: underline; text-underline-offset: 4px; transition: color var(--dur-fast) var(--ease); }
.rl-story__more:hover { color: var(--accent); }
[data-theme="dark"] .rl-story__more { color: var(--accent-bright); }
.rl-story__media { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1.5px solid var(--outline); aspect-ratio: 16/13; box-shadow: var(--shadow-md); }
.rl-story__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---- WHY / VALUES ---- */
.rl-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rl-value { background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-md); padding: 28px 24px; }
.rl-value__ico { --rl-ico-size: 56px; width: 56px; height: 56px; color: var(--accent); margin-bottom: 16px; }
[data-theme="dark"] .rl-value__ico { color: var(--accent-bright); }
.rl-value h4 { font-family: var(--display); font-size: 19px; font-weight: 800; margin: 0 0 7px; }
.rl-value p { margin: 0; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.rl-value a { color: var(--accent); text-decoration: underline; }

/* ---- WIE UMSTEIGEN (WP4 Beat 4) ---- */
.rl-how { background: var(--surface); }
.rl-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rl-how__step { position: relative; background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-md); padding: 30px 26px 26px; }
.rl-how__num { font-family: var(--display); font-weight: 900; font-size: 44px; line-height: 1; color: var(--accent); display: block; margin-bottom: 14px; }
[data-theme="dark"] .rl-how__num { color: var(--accent-bright); }
/* Marken-Icon je Schritt (Finalisierung 2026-07-20, Audit agents/01 #8):
   oben rechts in der Karte, dezent hinter der grossen Nummer gewichtet. */
.rl-how__ico { position: absolute; top: 24px; right: 22px; color: var(--accent); opacity: .85; }
.rl-how__ico .rl-ico { --rl-ico-size: 40px; }
[data-theme="dark"] .rl-how__ico { color: var(--accent-bright); }
.rl-how__step h3 { font-size: 20px; font-weight: 800; margin-bottom: 7px; }
.rl-how__step p { margin: 0; font-size: 14.5px; color: var(--text-muted); line-height: 1.5; }

/* ---- MANIFESTO (Dark-Anchor) ---- */
.rl-manifesto { position: relative; overflow: hidden; background: var(--dark-bg); }
.rl-manifesto__img { position: absolute; inset: 0; z-index: 0; }
.rl-manifesto__img img { width: 100%; height: 100%; object-fit: cover; }
.rl-manifesto__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, color-mix(in srgb, var(--rl-green-deep) 55%, transparent), color-mix(in srgb, var(--rl-green-deep) 80%, transparent)); }
.rl-manifesto__inner { position: relative; z-index: 2; padding: 110px 0; text-align: center; color: var(--rl-white); }
.rl-manifesto p { font-family: var(--display); font-weight: 900; font-size: clamp(28px, 4.8vw, 60px); line-height: 1.04; letter-spacing: -.02em; max-width: 20ch; margin: 0 auto; color: var(--rl-white); }
.rl-manifesto p .rl-hl { color: var(--accent-bright); }
.rl-manifesto__sign { margin-top: 26px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: 12.5px; color: color-mix(in srgb, var(--rl-white) 65%, transparent); }
/* WP4 "Fuer wen"-Umbau: Eyebrow auf Dunkel, Zielgruppen-Pills + CTA. */
.rl-manifesto__inner .rl-eyebrow { color: var(--accent-bright); display: block; margin-bottom: 16px; }
.rl-manifesto__pills { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px auto 0; padding: 0; max-width: 900px; }
.rl-manifesto__pills li { border: 1px solid color-mix(in srgb, var(--rl-white) 40%, transparent); background: color-mix(in srgb, var(--rl-green-deep) 55%, transparent); border-radius: var(--r-pill); padding: 10px 18px; font-size: 14.5px; font-weight: 600; color: var(--rl-white); }
.rl-manifesto__cta { margin-top: 30px; }

/* ---- REVIEWS ---- */
.rl-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rl-review { background: var(--surface-3); border: 1.5px solid var(--outline); border-radius: var(--r-md); padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.rl-review .rl-stars { color: var(--accent); letter-spacing: 2px; font-size: 17px; }
.rl-review p { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--text); }
.rl-review__who { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.rl-review__ava { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-bright); border: 1.5px solid var(--outline); display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 15px; flex: none; color: var(--rl-black); }
.rl-review__who b { font-size: 14.5px; color: var(--text); }
.rl-review__who span { font-size: 12.5px; color: var(--text-muted); display: block; }

/* ---- NEWSLETTER (Dark-Anchor) ---- */
/* .rl-news-Regeln 2026-07-20 nach footer.css verschoben (Newsletter-Modul
   rl_newsletter_section() rendert global, footer.css laedt ueberall). */

/* ============================================================
   RESPONSIVE (Prototyp-Breakpoints 1024 / 720)
   ============================================================ */
@media (max-width: 1024px) {
  .rl-hero__inner { grid-template-columns: 1fr; }
  /* width DEFINIT setzen: auf einem Grid-Item hebt margin-inline:auto das
     stretch-Alignment auf; ohne definite Breite schrumpft die Media-Box auf
     Content-Breite. Die Slides sind absolut positioniert + lazy (0x0), also
     kollabiert sie sonst auf ~2px und das Hero-Foto rendert auf Mobile gar
     nicht (pre-existing seit Task #14 Slideshow-Umbau). */
  .rl-hero__media { width: min(100%, 460px); max-width: 460px; margin-inline: auto; }
  .rl-spotlight__grid, .rl-story__grid { grid-template-columns: 1fr; gap: 40px; }
  .rl-usps__grid, .rl-values { grid-template-columns: repeat(2, 1fr); }
  .rl-usp:nth-child(2) { border-right: none; }
  .rl-bestsellers__grid.products { grid-template-columns: repeat(2, 1fr); }
  .rl-cats { grid-template-columns: repeat(2, 1fr); }
  .rl-cat--tall { grid-row: span 1; }
  .rl-cat--jointip { grid-column: auto; }
  .rl-reviews { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  /* .rl-wrap padding-inline liefert jetzt --rl-gutter (tokens.css 720px-Block, 18px) */
  .rl-usps__grid, .rl-bestsellers__grid.products, .rl-cats, .rl-values, .rl-how__grid { grid-template-columns: 1fr; }
  .rl-usp { border-right: none; border-bottom: 1px solid color-mix(in srgb, var(--on-dark) 12%, transparent); }
  .rl-section { padding: 60px 0; }
  .rl-band__shade { background: linear-gradient(to right, color-mix(in srgb, var(--rl-green-deep) 85%, transparent), color-mix(in srgb, var(--rl-green-deep) 50%, transparent)); }
  /* Badges dezenter + innerhalb der Foto-Kanten (kein Overhang, der auf iPhone
     die Copy/Stats ueberlappt). Mittleres c-Badge auf Mobile ausblenden, damit
     die Bildmitte frei bleibt. */
  .rl-hero__float { font-size: 12px; padding: 8px 11px; border-radius: 12px; }
  .rl-hero__float .rl-dot { width: 28px; height: 28px; border-radius: 8px; }
  .rl-hero__float--a { top: 6%; right: 8px; }
  .rl-hero__float--b { bottom: 7%; left: 8px; }
  .rl-hero__float--c { display: none; }
}

/* ============================================================
   GROSSE MONITORE (Content-Breiten-System, Baustein 4, 2026-07-07)
   Bei Content = min(85vw, 2000px) werden die 4-Spalten-/3-Spalten-Raster
   auf Ultrawide zu breit (Karten/Zellen ueberdimensioniert). Mehr Spalten
   bzw. hoehere Bento-Reihen halten die Masse nahe am 1280px-Prototyp.
   Nur Aufwaerts-Breakpoints; darunter unveraendert.
   ============================================================ */
@media (min-width: 1800px) {
  .rl-bestsellers__grid.products { grid-template-columns: repeat(5, 1fr); }
  /* Bento bleibt 3x3 (Komposition aus tall + jointip); nur Reihenhoehe
     mitwachsen lassen, sonst werden die Kacheln breit-flach. */
  .rl-cats { grid-auto-rows: 300px; }
}
@media (min-width: 2300px) {
  .rl-bestsellers__grid.products { grid-template-columns: repeat(6, 1fr); }
}
