/*
Theme Name: Rezepte der Oma
Theme URI: https://rezeptederoma.com/
Author: Rezepte der Oma
Description: Redaktionelles Theme für Rezepte der Oma — deutsche Familienrezepte. Große Fotos, klare Rezeptstruktur, Rezept-Schema, Einwilligungsbanner, ohne externe Schriften. Auf Geschwindigkeit, Barrierefreiheit und Werbetauglichkeit ausgelegt.
Version: 1.0.1786016912
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rezeptederoma
Tags: food, blog, recipes, editorial, one-column, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   1. Font face
   ========================================================================== */
@font-face {
	font-family: 'Playfair Display';
	src: url('assets/fonts/PlayfairDisplay.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('assets/fonts/PlayfairDisplay-Italic.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('assets/fonts/Manrope.ttf') format('truetype-variations');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   2. Design tokens
   ========================================================================== */
:root {
	/* Colour */
	--rdo-bg:            #FBF6EC;
	--rdo-surface:       #FFFFFF;
	--rdo-cream:         #F3E9D7;
	--rdo-cream-deep:    #E8DAC1;
	--rdo-ink:           #2B2018;
	--rdo-ink-soft:      #5A4C40;
	--rdo-muted:         #857562;
	--rdo-line:          #E3D6BF;
	--rdo-primary:       #8E2C3B;   /* Kirschrot */
	--rdo-primary-dark:  #73222E;
	--rdo-primary-tint:  #F8EDEE;
	--rdo-basil:         #5F6F53;   /* Salbei */
	--rdo-gold:          #B8862F;   /* Honig */

	/* Type */
	--rdo-display: 'Playfair Display', 'Iowan Old Style', Georgia, serif;
	--rdo-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

	--rdo-step--1: clamp(0.83rem, 0.80rem + 0.14vw, 0.90rem);
	--rdo-step-0:  clamp(1.00rem, 0.96rem + 0.19vw, 1.10rem);
	--rdo-step-1:  clamp(1.20rem, 1.13rem + 0.34vw, 1.40rem);
	--rdo-step-2:  clamp(1.44rem, 1.32rem + 0.58vw, 1.78rem);
	--rdo-step-3:  clamp(1.73rem, 1.54rem + 0.93vw, 2.27rem);
	--rdo-step-4:  clamp(2.07rem, 1.78rem + 1.45vw, 2.89rem);
	--rdo-step-5:  clamp(2.49rem, 2.04rem + 2.24vw, 3.68rem);

	/* Space */
	--rdo-gap-xs: 0.5rem;
	--rdo-gap-s:  0.875rem;
	--rdo-gap-m:  1.5rem;
	--rdo-gap-l:  2.5rem;
	--rdo-gap-xl: 4rem;
	--rdo-gap-2xl: 6rem;

	/* Layout */
	--rdo-content: 44rem;
	--rdo-wide: 74rem;
	--rdo-pad: clamp(1.1rem, 4vw, 2.5rem);

	--rdo-radius: 10px;
	--rdo-radius-l: 16px;
	--rdo-shadow: 0 1px 2px rgba(42,33,27,.04), 0 8px 24px -12px rgba(42,33,27,.16);
	--rdo-shadow-lift: 0 2px 4px rgba(42,33,27,.05), 0 18px 40px -18px rgba(42,33,27,.28);
	--rdo-ease: cubic-bezier(.2,.7,.3,1);
}

/* ==========================================================================
   3. Reset & base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
	margin: 0;
	background: var(--rdo-bg);
	color: var(--rdo-ink);
	font-family: var(--rdo-sans);
	font-size: var(--rdo-step-0);
	line-height: 1.7;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--rdo-primary); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--rdo-primary-dark); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--rdo-primary); outline-offset: 3px; border-radius: 3px; }
h1, h2, h3, h4 { font-family: var(--rdo-display); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; color: var(--rdo-ink); letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: var(--rdo-step-5); }
h2 { font-size: var(--rdo-step-3); }
h3 { font-size: var(--rdo-step-2); }
h4 { font-size: var(--rdo-step-1); }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.3em; }
li { margin-bottom: .45em; }
blockquote { margin: var(--rdo-gap-m) 0; padding-left: var(--rdo-gap-m); border-left: 3px solid var(--rdo-primary); font-family: var(--rdo-display); font-style: italic; font-size: var(--rdo-step-1); color: var(--rdo-ink-soft); }
hr { border: 0; border-top: 1px solid var(--rdo-line); margin: var(--rdo-gap-l) 0; }
table { width: 100%; border-collapse: collapse; margin-bottom: 1.15em; }
th, td { padding: .6em .8em; border-bottom: 1px solid var(--rdo-line); text-align: left; }
th { font-weight: 700; background: var(--rdo-cream); }

.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; word-wrap: normal !important;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--rdo-ink); color: #fff; padding: .8em 1.2em; border-radius: 0 0 var(--rdo-radius) 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ==========================================================================
   4. Layout helpers
   ========================================================================== */
.rdo-wrap { width: min(100% - (var(--rdo-pad) * 2), var(--rdo-wide)); margin-inline: auto; }
.rdo-narrow { width: min(100% - (var(--rdo-pad) * 2), var(--rdo-content)); margin-inline: auto; }
.rdo-section { padding-block: var(--rdo-gap-xl); }
.rdo-section--tight { padding-block: var(--rdo-gap-l); }

.rdo-eyebrow {
	font-family: var(--rdo-sans);
	font-size: var(--rdo-step--1);
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--rdo-primary);
	margin: 0 0 .7em;
	display: block;
}
.rdo-section-head {
	display: flex; align-items: baseline; justify-content: space-between;
	gap: var(--rdo-gap-m); margin-bottom: var(--rdo-gap-l); flex-wrap: wrap;
	border-bottom: 1px solid var(--rdo-line); padding-bottom: var(--rdo-gap-s);
}
.rdo-section-head h2 { margin: 0; font-size: var(--rdo-step-3); }
.rdo-section-head .rdo-more { font-family: var(--rdo-sans); font-size: var(--rdo-step--1); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.rdo-section-head .rdo-more:hover { text-decoration: underline; }

.rdo-btn {
	display: inline-flex; align-items: center; gap: .5em;
	background: var(--rdo-primary); color: #fff; border: 0;
	padding: .85em 1.6em; border-radius: 999px;
	font-weight: 700; font-size: var(--rdo-step--1); letter-spacing: .04em;
	text-decoration: none; cursor: pointer;
	transition: background .2s var(--rdo-ease), transform .2s var(--rdo-ease);
}
.rdo-btn:hover { background: var(--rdo-primary-dark); color: #fff; transform: translateY(-1px); }
.rdo-btn svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.rdo-btn { white-space: nowrap; max-width: 100%; }
.rdo-btn--ghost { background: transparent; color: var(--rdo-ink); border: 1px solid var(--rdo-line); }
.rdo-btn--ghost:hover { background: var(--rdo-cream); color: var(--rdo-ink); }

/* ==========================================================================
   5. Header
   ========================================================================== */
.rdo-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(253,251,247,.92);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--rdo-line);
}
.rdo-header__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--rdo-gap-m); min-height: 76px; }
.rdo-brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; flex-shrink: 0; color: var(--rdo-primary); }
.rdo-brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: var(--rdo-primary); transition: width .25s var(--rdo-ease), height .25s var(--rdo-ease); }
.rdo-brand__word { display: flex; flex-direction: column; line-height: 1; }
.rdo-brand__top {
	font-family: var(--rdo-sans); font-size: .58rem; font-weight: 700;
	letter-spacing: .3em; text-transform: uppercase; color: var(--rdo-basil);
	margin-bottom: .18em;
}
.rdo-brand__name {
	font-family: var(--rdo-display); font-style: italic; font-weight: 700;
	font-size: 1.72rem; color: var(--rdo-primary); letter-spacing: -0.01em;
}
.rdo-brand img { width: auto; height: 44px; max-width: 230px; object-fit: contain; }
@media (max-width: 560px) {
	.rdo-brand__mark { width: 34px; height: 34px; }
	.rdo-brand__name { font-size: 1.4rem; }
	.rdo-brand__top { font-size: .5rem; letter-spacing: .24em; }
}

/* Nav */
.rdo-nav { display: flex; }
.rdo-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(.4rem, 1.4vw, 1.4rem); }
.rdo-nav li { margin: 0; position: relative; }
.rdo-nav a {
	display: block; padding: .6em .2em; text-decoration: none;
	color: var(--rdo-ink); font-size: var(--rdo-step--1); font-weight: 600;
	letter-spacing: .04em; white-space: nowrap;
}
.rdo-nav > ul > li > a::after {
	content: ''; display: block; height: 2px; background: var(--rdo-primary);
	transform: scaleX(0); transform-origin: left; transition: transform .22s var(--rdo-ease); margin-top: 3px;
}
.rdo-nav > ul > li:hover > a::after,
.rdo-nav > ul > li.current-menu-item > a::after,
.rdo-nav > ul > li.current-menu-parent > a::after,
.rdo-nav > ul > li.current-menu-ancestor > a::after { transform: scaleX(1); }
.rdo-nav .menu-item-has-children > a { padding-right: 1.05em; }
.rdo-nav .menu-item-has-children > a::before {
	content: ''; position: absolute; right: .15em; top: 1.1em;
	width: .36em; height: .36em;
	border-right: 1.5px solid var(--rdo-muted); border-bottom: 1.5px solid var(--rdo-muted);
	transform: rotate(45deg); transition: border-color .2s;
}
.rdo-nav .menu-item-has-children:hover > a::before { border-color: var(--rdo-primary); }
.rdo-nav .sub-menu {
	position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px);
	min-width: 15rem; background: var(--rdo-surface);
	border: 1px solid var(--rdo-line); border-radius: var(--rdo-radius);
	box-shadow: var(--rdo-shadow-lift);
	padding: .5rem; display: block; flex-direction: column; gap: 0;
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .18s var(--rdo-ease), transform .18s var(--rdo-ease), visibility .18s;
}
.rdo-nav li:hover > .sub-menu,
.rdo-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.rdo-nav .sub-menu li { width: 100%; }
.rdo-nav .sub-menu a {
	padding: .6em .85em; border-radius: 6px; font-weight: 500;
	transition: background .15s, color .15s;
}
.rdo-nav .sub-menu a:hover { background: var(--rdo-primary-tint); color: var(--rdo-primary); }

.rdo-header__tools { display: flex; align-items: center; gap: .4rem; flex-shrink: 0; }
.rdo-iconbtn {
	display: grid; place-items: center; width: 42px; height: 42px;
	background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer;
	color: var(--rdo-ink); transition: background .18s, border-color .18s;
}
.rdo-iconbtn:hover { background: var(--rdo-cream); border-color: var(--rdo-line); }
.rdo-iconbtn svg { width: 20px; height: 20px; }
.rdo-burger { display: none; }

/* Search drawer */
.rdo-search-drawer {
	display: none; border-top: 1px solid var(--rdo-line); background: var(--rdo-surface);
	padding-block: var(--rdo-gap-m);
}
.rdo-search-drawer.is-open { display: block; }
.rdo-searchform { display: flex; gap: .5rem; }
.rdo-searchform input[type="search"] {
	flex: 1; padding: .85em 1.1em; border: 1px solid var(--rdo-line);
	border-radius: 999px; background: var(--rdo-bg); font-size: var(--rdo-step-0);
}
.rdo-searchform input[type="search"]:focus { outline: none; border-color: var(--rdo-primary); }

/* Mobile panel */
.rdo-mobile {
	position: fixed; inset: 0; z-index: 200; background: var(--rdo-bg);
	padding: var(--rdo-gap-m) var(--rdo-pad) var(--rdo-gap-xl);
	overflow-y: auto; display: none;
}
.rdo-mobile.is-open { display: block; }
.rdo-mobile__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--rdo-gap-m); }
.rdo-mobile ul { list-style: none; margin: 0; padding: 0; }
.rdo-mobile > ul > li { border-bottom: 1px solid var(--rdo-line); }
.rdo-mobile a { display: block; padding: .85em 0; text-decoration: none; color: var(--rdo-ink); font-family: var(--rdo-display); font-size: var(--rdo-step-2); font-weight: 700; }
.rdo-mobile .sub-menu { padding: 0 0 .8em .9em; }
.rdo-mobile .sub-menu a { font-family: var(--rdo-sans); font-size: var(--rdo-step-0); font-weight: 500; padding: .4em 0; color: var(--rdo-ink-soft); }

@media (max-width: 1180px) {
	.rdo-nav { display: none; }
	.rdo-burger { display: grid; }
	.rdo-brand img { height: 38px; }
}

/* ==========================================================================
   6. Cards & grids
   ========================================================================== */
.rdo-grid { display: grid; gap: var(--rdo-gap-l) var(--rdo-gap-m); grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr)); }
.rdo-grid--2 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 24rem), 1fr)); }

.rdo-card { display: flex; flex-direction: column; position: relative; }
.rdo-card__media {
	position: relative; display: block; overflow: hidden;
	border-radius: var(--rdo-radius); background: var(--rdo-cream);
	aspect-ratio: 4 / 3;
}
.rdo-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--rdo-ease); }
.rdo-card:hover .rdo-card__media img { transform: scale(1.045); }
.rdo-card__cat {
	position: absolute; left: .7rem; top: .7rem; z-index: 2;
	background: rgba(253,251,247,.94); color: var(--rdo-primary);
	font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	padding: .4em .8em; border-radius: 999px; text-decoration: none;
	backdrop-filter: blur(6px);
}
.rdo-card__cat:hover { background: var(--rdo-primary); color: #fff; }
.rdo-card__body { padding-top: var(--rdo-gap-s); }
.rdo-card__title { font-size: var(--rdo-step-1); margin: 0 0 .35em; line-height: 1.25; text-wrap: pretty; }
.rdo-card__title a { color: var(--rdo-ink); text-decoration: none; background-image: linear-gradient(var(--rdo-primary), var(--rdo-primary)); background-size: 0 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .3s var(--rdo-ease), color .2s; }
.rdo-card__title a:hover { color: var(--rdo-primary); background-size: 100% 1px; }
.rdo-card__meta { font-size: var(--rdo-step--1); color: var(--rdo-muted); display: flex; align-items: center; gap: .5em; flex-wrap: wrap; }
.rdo-card__excerpt { font-size: var(--rdo-step--1); color: var(--rdo-ink-soft); margin: .5em 0 0; }

/* ==========================================================================
   7. Hero (front page)
   ========================================================================== */
.rdo-hero { padding-block: var(--rdo-gap-l) var(--rdo-gap-xl); }
.rdo-hero__intro { text-align: center; max-width: 44rem; margin: 0 auto var(--rdo-gap-xl); }
.rdo-hero__intro h1 { font-size: var(--rdo-step-5); margin-bottom: .3em; }
.rdo-hero__intro p { color: var(--rdo-ink-soft); font-size: var(--rdo-step-1); margin-bottom: 1.4em; }
.rdo-hero__rule { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-bottom: var(--rdo-gap-m); color: var(--rdo-primary); }
.rdo-hero__rule::before, .rdo-hero__rule::after { content: ''; height: 1px; width: 3rem; background: var(--rdo-line); }

.rdo-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--rdo-gap-l); align-items: center; }
.rdo-feature__media { border-radius: var(--rdo-radius-l); overflow: hidden; aspect-ratio: 3 / 2; background: var(--rdo-cream); }
.rdo-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--rdo-ease); }
.rdo-feature:hover .rdo-feature__media img { transform: scale(1.03); }
.rdo-feature__title { font-size: var(--rdo-step-3); margin-bottom: .35em; line-height: 1.18; }
.rdo-feature__title a { color: var(--rdo-ink); text-decoration: none; }
.rdo-feature__title a:hover { color: var(--rdo-primary); }
.rdo-feature__excerpt { color: var(--rdo-ink-soft); }
@media (max-width: 800px) { .rdo-feature { grid-template-columns: 1fr; } }

/* Category tiles */
.rdo-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr)); gap: var(--rdo-gap-m); }
.rdo-tile {
	position: relative; display: grid; place-items: center; text-align: center;
	aspect-ratio: 1 / 1; border-radius: var(--rdo-radius-l); overflow: hidden;
	text-decoration: none; background: var(--rdo-cream); isolation: isolate;
}
.rdo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s var(--rdo-ease); }
.rdo-tile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(42,33,27,.72), rgba(42,33,27,.28)); }
.rdo-tile:hover img { transform: scale(1.07); }
.rdo-tile__label { font-family: var(--rdo-display); font-size: var(--rdo-step-1); font-weight: 700; color: #fff; padding: .4em; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.rdo-tile__count { display: block; font-family: var(--rdo-sans); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .85; margin-top: .35em; }

/* ==========================================================================
   8. Single post
   ========================================================================== */
.rdo-breadcrumb { font-size: var(--rdo-step--1); color: var(--rdo-muted); padding-block: var(--rdo-gap-m) 0; }
.rdo-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45em; margin: 0; padding: 0; }
.rdo-breadcrumb li { margin: 0; display: flex; align-items: center; gap: .45em; }
.rdo-breadcrumb li + li::before { content: '/'; color: var(--rdo-line); }
.rdo-breadcrumb a { color: var(--rdo-muted); text-decoration: none; }
.rdo-breadcrumb a:hover { color: var(--rdo-primary); text-decoration: underline; }

.rdo-entry-head { text-align: center; padding-block: var(--rdo-gap-m) var(--rdo-gap-l); }
.rdo-entry-head h1 { margin-bottom: .35em; }
.rdo-entry-head__lead { font-size: var(--rdo-step-1); color: var(--rdo-ink-soft); max-width: 40rem; margin-inline: auto; }

.rdo-byline {
	display: flex; align-items: center; justify-content: center; gap: .75rem;
	flex-wrap: wrap; font-size: var(--rdo-step--1); color: var(--rdo-muted);
	margin-top: var(--rdo-gap-m);
}
.rdo-byline__avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.rdo-byline__sep { width: 3px; height: 3px; border-radius: 50%; background: var(--rdo-line); }
.rdo-byline strong { color: var(--rdo-ink); font-weight: 700; }
.rdo-byline a { color: var(--rdo-ink); text-decoration: none; font-weight: 700; }
.rdo-byline a:hover { color: var(--rdo-primary); }

.rdo-hero-image { margin-block: var(--rdo-gap-m) var(--rdo-gap-l); }
.rdo-hero-image img { width: 100%; border-radius: var(--rdo-radius-l); aspect-ratio: 3 / 2; object-fit: cover; }
.rdo-hero-image figcaption { font-size: var(--rdo-step--1); color: var(--rdo-muted); text-align: center; margin-top: .7em; }

/* Recipe quick facts */
.rdo-facts {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
	gap: var(--rdo-gap-s); background: var(--rdo-cream); border-radius: var(--rdo-radius-l);
	padding: var(--rdo-gap-m); margin-block: var(--rdo-gap-l);
}
.rdo-fact { text-align: center; }
.rdo-fact__label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--rdo-muted); margin-bottom: .3em; }
.rdo-fact__value { display: block; font-family: var(--rdo-display); font-size: var(--rdo-step-1); font-weight: 700; color: var(--rdo-ink); line-height: 1.2; }

/* Entry content typography */
.rdo-content { font-size: var(--rdo-step-0); }
.rdo-content > * { max-width: var(--rdo-content); margin-inline: auto; }
.rdo-content h2 {
	font-size: var(--rdo-step-3); margin-top: 1.9em; margin-bottom: .6em;
	padding-bottom: .3em; border-bottom: 1px solid var(--rdo-line);
}
.rdo-content h3 { font-size: var(--rdo-step-2); margin-top: 1.5em; margin-bottom: .45em; }
.rdo-content img { border-radius: var(--rdo-radius); margin-block: var(--rdo-gap-m); }
.rdo-content figure { margin: var(--rdo-gap-l) auto; }
.rdo-content figure img { margin: 0; }
.rdo-content figcaption { font-size: var(--rdo-step--1); color: var(--rdo-muted); text-align: center; margin-top: .7em; font-style: italic; }
.rdo-content a { color: var(--rdo-primary); }

/* Ingredient list — styled when it directly follows the Ingredienti heading */
.rdo-content .rdo-ingredients {
	list-style: none; padding: var(--rdo-gap-m) var(--rdo-gap-m) calc(var(--rdo-gap-m) - .45em);
	background: var(--rdo-surface); border: 1px solid var(--rdo-line);
	border-radius: var(--rdo-radius-l); box-shadow: var(--rdo-shadow);
}
.rdo-content .rdo-ingredients li {
	position: relative; padding-left: 1.9em; margin-bottom: .55em;
	border-bottom: 1px dashed var(--rdo-line); padding-bottom: .55em;
}
.rdo-content .rdo-ingredients li:last-child { border-bottom: 0; }
.rdo-content .rdo-ingredients li::before {
	content: ''; position: absolute; left: 0; top: .52em;
	width: .68em; height: .68em; border: 1.5px solid var(--rdo-primary); border-radius: 3px;
}

/* Numbered steps */
.rdo-content .rdo-step-title {
	display: flex; gap: .65em; align-items: baseline;
	counter-increment: rdo-step;
}
.rdo-content .rdo-step-title::before {
	content: counter(rdo-step);
	flex: 0 0 auto;
	display: inline-grid; place-items: center;
	width: 1.5em; height: 1.5em; border-radius: 50%;
	background: var(--rdo-primary); color: #fff;
	font-family: var(--rdo-sans); font-size: .62em; font-weight: 800;
}
.rdo-content { counter-reset: rdo-step; }

/* Tip callout — applied to the “consigli” section */
.rdo-callout {
	max-width: var(--rdo-content); margin: var(--rdo-gap-l) auto;
	background: var(--rdo-primary-tint); border-left: 3px solid var(--rdo-primary);
	border-radius: var(--rdo-radius); padding: var(--rdo-gap-m);
}
.rdo-callout > :last-child { margin-bottom: 0; }

/* Jump to recipe */
.rdo-jump { display: flex; justify-content: center; margin-block: var(--rdo-gap-m); }

/* Tags */
.rdo-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-block: var(--rdo-gap-l); }
.rdo-tags a {
	font-size: var(--rdo-step--1); text-decoration: none; color: var(--rdo-ink-soft);
	background: var(--rdo-cream); padding: .4em 1em; border-radius: 999px;
	transition: background .18s, color .18s;
}
.rdo-tags a:hover { background: var(--rdo-primary); color: #fff; }

/* Author box */
.rdo-authorbox {
	display: grid; grid-template-columns: auto 1fr; gap: var(--rdo-gap-m);
	align-items: start; background: var(--rdo-cream); border-radius: var(--rdo-radius-l);
	padding: var(--rdo-gap-m); margin-block: var(--rdo-gap-l);
}
.rdo-authorbox img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.rdo-authorbox h2 { font-size: var(--rdo-step-2); margin-bottom: .25em; }
.rdo-authorbox p { margin-bottom: .6em; color: var(--rdo-ink-soft); font-size: var(--rdo-step--1); }
.rdo-authorbox a { font-weight: 700; font-size: var(--rdo-step--1); }
@media (max-width: 560px) {
	.rdo-authorbox { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

/* Post navigation */
.rdo-postnav { display: grid; grid-template-columns: 1fr 1fr; gap: var(--rdo-gap-m); margin-block: var(--rdo-gap-l); }
.rdo-postnav a {
	display: block; padding: var(--rdo-gap-m); border: 1px solid var(--rdo-line);
	border-radius: var(--rdo-radius); text-decoration: none; background: var(--rdo-surface);
	transition: border-color .2s, box-shadow .2s, transform .2s var(--rdo-ease);
}
.rdo-postnav a:hover { border-color: var(--rdo-primary); box-shadow: var(--rdo-shadow); transform: translateY(-2px); }
.rdo-postnav span { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--rdo-muted); margin-bottom: .4em; }
.rdo-postnav strong { font-family: var(--rdo-display); font-size: var(--rdo-step-0); color: var(--rdo-ink); font-weight: 700; line-height: 1.3; display: block; }
.rdo-postnav .is-next { text-align: right; }
@media (max-width: 640px) { .rdo-postnav { grid-template-columns: 1fr; } .rdo-postnav .is-next { text-align: left; } }

/* ==========================================================================
   9. Archive header
   ========================================================================== */
.rdo-archive-head { text-align: center; padding-block: var(--rdo-gap-l) var(--rdo-gap-m); }
.rdo-archive-head h1 { font-size: var(--rdo-step-4); margin-bottom: .3em; }
.rdo-archive-head p { color: var(--rdo-ink-soft); max-width: 40rem; margin-inline: auto; }
.rdo-subnav { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: var(--rdo-gap-m); }
.rdo-subnav a {
	font-size: var(--rdo-step--1); font-weight: 600; text-decoration: none;
	color: var(--rdo-ink-soft); background: var(--rdo-surface);
	border: 1px solid var(--rdo-line); padding: .45em 1.1em; border-radius: 999px;
	transition: all .18s var(--rdo-ease);
}
.rdo-subnav a:hover, .rdo-subnav a[aria-current="page"] { background: var(--rdo-primary); border-color: var(--rdo-primary); color: #fff; }

/* Pagination */
.rdo-pagination { display: flex; justify-content: center; margin-block: var(--rdo-gap-xl); }
.rdo-pagination .nav-links { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
.rdo-pagination .page-numbers {
	display: grid; place-items: center; min-width: 2.6rem; height: 2.6rem; padding: 0 .7em;
	border: 1px solid var(--rdo-line); border-radius: 8px; background: var(--rdo-surface);
	text-decoration: none; color: var(--rdo-ink); font-size: var(--rdo-step--1); font-weight: 600;
	transition: all .18s var(--rdo-ease);
}
.rdo-pagination .page-numbers:hover { border-color: var(--rdo-primary); color: var(--rdo-primary); }
.rdo-pagination .page-numbers.current { background: var(--rdo-primary); border-color: var(--rdo-primary); color: #fff; }
.rdo-pagination .dots { border: 0; background: transparent; }

/* ==========================================================================
   10. Footer
   ========================================================================== */
.rdo-footer { background: var(--rdo-cream); border-top: 1px solid var(--rdo-line); margin-top: var(--rdo-gap-2xl); padding-block: var(--rdo-gap-xl) var(--rdo-gap-m); }
.rdo-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--rdo-gap-l); }
.rdo-footer__about p { color: var(--rdo-ink-soft); font-size: var(--rdo-step--1); max-width: 30rem; }
.rdo-footer__brand { font-family: var(--rdo-display); font-size: var(--rdo-step-2); font-weight: 700; margin-bottom: .5em; display: inline-block; text-decoration: none; color: var(--rdo-ink); }
.rdo-footer__brand em { color: var(--rdo-primary); font-style: italic; }
.rdo-footer__brand:hover { color: var(--rdo-primary); }
.rdo-footer h2 { font-family: var(--rdo-sans); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--rdo-muted); margin-bottom: 1em; }
.rdo-footer ul { list-style: none; margin: 0; padding: 0; }
.rdo-footer li { margin-bottom: .55em; }
.rdo-footer a { color: var(--rdo-ink-soft); text-decoration: none; font-size: var(--rdo-step--1); }
.rdo-footer a:hover { color: var(--rdo-primary); text-decoration: underline; }
.rdo-footer__bottom {
	display: flex; justify-content: space-between; align-items: center; gap: var(--rdo-gap-m);
	flex-wrap: wrap; margin-top: var(--rdo-gap-xl); padding-top: var(--rdo-gap-m);
	border-top: 1px solid var(--rdo-cream-deep); font-size: var(--rdo-step--1); color: var(--rdo-muted);
}
@media (max-width: 780px) { .rdo-footer__grid { grid-template-columns: 1fr 1fr; } .rdo-footer__about { grid-column: 1 / -1; } }

/* ==========================================================================
   11. Misc
   ========================================================================== */
.rdo-empty { text-align: center; padding-block: var(--rdo-gap-2xl); }
.rdo-empty h1 { font-size: var(--rdo-step-4); }
.rdo-empty p { color: var(--rdo-ink-soft); }

.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: .4em 1.5em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.5em; }
.aligncenter { margin-inline: auto; }
.alignwide { max-width: 62rem !important; }
.alignfull { max-width: none !important; width: 100%; }

/* Contact Form 7 */
.wpcf7-form label { display: block; margin-bottom: 1.1em; font-weight: 600; font-size: var(--rdo-step--1); }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	display: block; width: 100%; margin-top: .45em; padding: .8em 1em;
	border: 1px solid var(--rdo-line); border-radius: var(--rdo-radius);
	background: var(--rdo-surface); font-weight: 400;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { outline: none; border-color: var(--rdo-primary); }
.wpcf7-form textarea { min-height: 11rem; resize: vertical; }
.wpcf7-form input[type="submit"] {
	background: var(--rdo-primary); color: #fff; border: 0; cursor: pointer;
	padding: .9em 2em; border-radius: 999px; font-weight: 700; font-size: var(--rdo-step--1); letter-spacing: .04em;
}
.wpcf7-form input[type="submit"]:hover { background: var(--rdo-primary-dark); }
.wpcf7-not-valid-tip { color: var(--rdo-primary); font-size: var(--rdo-step--1); font-weight: 500; }
.wpcf7-response-output { border-radius: var(--rdo-radius); padding: 1em 1.2em !important; margin: 1.5em 0 0 !important; font-size: var(--rdo-step--1); }

/* Ad slots: reserve space so ads never shift the layout */
.rdo-adslot { margin-block: var(--rdo-gap-l); text-align: center; min-height: 90px; }
.rdo-adslot--inline { min-height: 250px; }

/* ==========================================================================
   12. Top bar + social
   ========================================================================== */
.rdo-topbar {
	background: var(--rdo-ink); color: #F0E7D9;
	font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
}
.rdo-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--rdo-gap-m); min-height: 38px; }
.rdo-topbar p { margin: 0; opacity: .82; }
.rdo-topbar a { color: #F0E7D9; }

.rdo-social { display: flex; align-items: center; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.rdo-social li { margin: 0; }
.rdo-social a {
	display: grid; place-items: center; width: 30px; height: 30px;
	border-radius: 50%; color: inherit; transition: background .18s, color .18s, transform .18s var(--rdo-ease);
}
.rdo-social a:hover { background: rgba(255,255,255,.12); transform: translateY(-1px); }
.rdo-social svg { width: 16px; height: 16px; }

.rdo-social--dark a { color: var(--rdo-ink-soft); }
.rdo-social--dark a:hover { background: var(--rdo-primary); color: #fff; }

@media (max-width: 640px) {
	.rdo-topbar p { display: none; }
	.rdo-topbar__inner { justify-content: center; }
}

/* ==========================================================================
   13. Editorial hero (overlay)
   ========================================================================== */
.rdo-lede { padding-block: var(--rdo-gap-xl) var(--rdo-gap-l); text-align: center; }
.rdo-lede__kicker {
	display: inline-flex; align-items: center; gap: .8rem;
	font-size: .7rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
	color: var(--rdo-basil); margin-bottom: 1.1rem;
}
.rdo-lede__kicker::before, .rdo-lede__kicker::after { content: ''; width: 2.2rem; height: 1px; background: currentColor; opacity: .45; }
.rdo-lede h1 { font-size: var(--rdo-step-5); margin-bottom: .28em; }
.rdo-lede p { color: var(--rdo-ink-soft); font-size: var(--rdo-step-1); max-width: 40rem; margin-inline: auto; }

.rdo-spot {
	position: relative; display: block; overflow: hidden;
	border-radius: var(--rdo-radius-l); isolation: isolate;
	min-height: clamp(20rem, 46vw, 32rem);
	text-decoration: none; background: var(--rdo-cream);
	display: flex; align-items: flex-end;
}
.rdo-spot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--rdo-ease); }
.rdo-spot::after {
	content: ''; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(to top, rgba(24,18,14,.88) 0%, rgba(24,18,14,.55) 38%, rgba(24,18,14,.08) 72%);
}
.rdo-spot:hover img { transform: scale(1.04); }
.rdo-spot__body { padding: clamp(1.4rem, 4vw, 3rem); max-width: 46rem; color: #fff; }
.rdo-spot__cat, .rdo-spot__title, .rdo-spot__excerpt { display: block; }
.rdo-spot__title { font-family: var(--rdo-display); font-weight: 700; }
.rdo-spot__cta { display: inline-flex; }
.rdo-spot__cat {
	display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .16em;
	text-transform: uppercase; color: #fff; background: var(--rdo-primary);
	padding: .42em 1em; border-radius: 999px; margin-bottom: 1rem;
}
.rdo-spot__title { font-size: clamp(1.7rem, 3.4vw, 2.9rem); color: #fff; margin-bottom: .35em; line-height: 1.1; text-shadow: 0 2px 24px rgba(0,0,0,.3); }
.rdo-spot__excerpt { color: rgba(255,255,255,.86); font-size: var(--rdo-step-0); margin-bottom: 1.2em; max-width: 34rem; }
.rdo-spot__cta {
	display: inline-flex; align-items: center; gap: .5em;
	font-size: var(--rdo-step--1); font-weight: 700; letter-spacing: .06em;
	text-transform: uppercase; color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .25em;
}
.rdo-spot:hover .rdo-spot__cta { border-bottom-color: #fff; }
.rdo-spot__cta svg { width: 1.1em; height: 1.1em; }

/* Secondary picks beside the spotlight */
.rdo-topstories { display: grid; grid-template-columns: 1.55fr 1fr; gap: var(--rdo-gap-m); align-items: stretch; }
.rdo-picks { display: flex; flex-direction: column; gap: var(--rdo-gap-m); }
.rdo-pick { display: grid; grid-template-columns: 7.5rem 1fr; gap: var(--rdo-gap-s); align-items: center; }
.rdo-pick__media { border-radius: var(--rdo-radius); overflow: hidden; aspect-ratio: 1/1; background: var(--rdo-cream); }
.rdo-pick__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--rdo-ease); }
.rdo-pick:hover .rdo-pick__media img { transform: scale(1.06); }
.rdo-pick__cat { font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rdo-primary); display: block; margin-bottom: .3em; }
.rdo-pick__title { font-size: var(--rdo-step-0); line-height: 1.28; margin: 0 0 .3em; }
.rdo-pick__title a { color: var(--rdo-ink); text-decoration: none; }
.rdo-pick__title a:hover { color: var(--rdo-primary); }
.rdo-pick time { font-size: .74rem; color: var(--rdo-muted); }
@media (max-width: 900px) { .rdo-topstories { grid-template-columns: 1fr; } }

/* ==========================================================================
   14. Ornamental section rule
   ========================================================================== */
.rdo-rule { display: flex; align-items: center; justify-content: center; gap: .9rem; margin-bottom: var(--rdo-gap-l); }
.rdo-rule::before, .rdo-rule::after { content: ''; flex: 1; height: 1px; background: var(--rdo-line); max-width: 9rem; }
.rdo-rule h2 { margin: 0; font-size: var(--rdo-step-3); text-align: center; white-space: nowrap; }
.rdo-rule__dot { display: none; }

/* ==========================================================================
   15. Invitation band
   ========================================================================== */
.rdo-band {
	background: var(--rdo-ink); color: #F3EADB;
	border-radius: var(--rdo-radius-l); padding: clamp(2rem, 5vw, 3.4rem);
	text-align: center; margin-block: var(--rdo-gap-xl);
}
.rdo-band h2 { color: #fff; font-size: var(--rdo-step-3); margin-bottom: .4em; }
.rdo-band p { color: rgba(243,234,219,.8); max-width: 34rem; margin: 0 auto 1.6em; }
.rdo-band .rdo-social { justify-content: center; gap: .6rem; }
.rdo-band .rdo-social a { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); }
.rdo-band .rdo-social svg { width: 20px; height: 20px; }

/* ==========================================================================
   16. Share rail on single posts
   ========================================================================== */
.rdo-share { display: flex; align-items: center; gap: .7rem; justify-content: center; margin-block: var(--rdo-gap-l); flex-wrap: wrap; }
.rdo-share__label { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rdo-muted); }
.rdo-share a {
	display: inline-flex; align-items: center; gap: .5em;
	font-size: var(--rdo-step--1); font-weight: 700; text-decoration: none;
	color: var(--rdo-ink); background: var(--rdo-surface);
	border: 1px solid var(--rdo-line); padding: .55em 1.1em; border-radius: 999px;
	transition: all .18s var(--rdo-ease);
}
.rdo-share a:hover { background: var(--rdo-primary); border-color: var(--rdo-primary); color: #fff; }
.rdo-share svg { width: 1.05em; height: 1.05em; }

/* ==========================================================================
   17. Footer refinements
   ========================================================================== */
.rdo-footer__grid { grid-template-columns: 1.5fr 1fr 1fr auto; }
.rdo-footer__social h2 { margin-bottom: .9em; }
@media (max-width: 900px) { .rdo-footer__grid { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   18. Editor blocks inside pages
   ========================================================================== */
.rdo-content .wp-block-image { margin-block: var(--rdo-gap-l); }
.rdo-content .wp-block-image img { border-radius: var(--rdo-radius); }
.rdo-content .wp-block-image.is-style-rounded { max-width: 22rem; margin-inline: auto; }
.rdo-content .wp-block-image.is-style-rounded img { border-radius: 50%; aspect-ratio: 1/1; object-fit: cover; }
.rdo-content .wp-block-image.is-style-rounded figcaption { text-align: center; }
.rdo-content .wp-block-list { padding-left: 1.3em; }
.rdo-content .has-large-font-size { font-family: var(--rdo-display); font-size: var(--rdo-step-2); line-height: 1.4; color: var(--rdo-ink-soft); }

/* Steps written as an ordered list, styled like the <h3> step badges. */
.rdo-content .rdo-steps { list-style: none; padding-left: 0; counter-reset: rdo-ol; }
.rdo-content .rdo-steps > li {
	position: relative; counter-increment: rdo-ol;
	padding-left: 3rem; margin-bottom: 1.15em; min-height: 2rem;
}
.rdo-content .rdo-steps > li::before {
	content: counter(rdo-ol);
	position: absolute; left: 0; top: .1em;
	display: grid; place-items: center;
	width: 2rem; height: 2rem; border-radius: 50%;
	background: var(--rdo-primary); color: #fff;
	font-family: var(--rdo-sans); font-size: .82rem; font-weight: 800;
}

/* ==========================================================================
   19. Consent banner
   ========================================================================== */
.rdo-consent {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
	background: var(--rdo-surface);
	border-top: 1px solid var(--rdo-line);
	box-shadow: 0 -8px 40px -20px rgba(42,33,27,.4);
	padding: var(--rdo-gap-m) 0;
	transform: translateY(100%);
	transition: transform .3s var(--rdo-ease);
}
.rdo-consent.is-open { transform: translateY(0); }
.rdo-consent__inner {
	width: min(100% - (var(--rdo-pad) * 2), var(--rdo-wide));
	margin-inline: auto;
	display: flex; align-items: center; gap: var(--rdo-gap-l); flex-wrap: wrap;
}
.rdo-consent__body { flex: 1 1 26rem; }
.rdo-consent__title { font-size: var(--rdo-step-1); margin-bottom: .3em; }
.rdo-consent__text { font-size: var(--rdo-step--1); color: var(--rdo-ink-soft); margin: 0; }
.rdo-consent__actions { display: flex; gap: .6rem; flex-wrap: wrap; flex: 0 0 auto; }
.rdo-consent__actions .rdo-btn { white-space: nowrap; }
@media (max-width: 640px) {
	.rdo-consent__inner { gap: var(--rdo-gap-s); }
	.rdo-consent__actions { width: 100%; }
	.rdo-consent__actions .rdo-btn { flex: 1; justify-content: center; }
}

/* Footer buttons that must read as links */
.rdo-linkbtn {
	background: none; border: 0; padding: 0; cursor: pointer;
	color: var(--rdo-ink-soft); font-size: var(--rdo-step--1);
	font-family: inherit; text-align: left;
}
.rdo-linkbtn:hover { color: var(--rdo-primary); text-decoration: underline; }
.rdo-linkbtn[disabled] { cursor: default; opacity: .65; text-decoration: none; }

/* Empty ad containers collapse instead of leaving holes in the article. */
.rdo-adslot--empty {
	display: none !important;
	min-height: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ==========================================================================
   20. Single post: content + sidebar
   ========================================================================== */
.rdo-single {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20.5rem;
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
	margin-top: var(--rdo-gap-m);
}
.rdo-single__main { min-width: 0; }

/* In two columns the article no longer needs to centre itself. */
.rdo-single .rdo-content > * { max-width: none; margin-inline: 0; }
.rdo-single .rdo-content { font-size: var(--rdo-step-0); }
.rdo-single__facts,
.rdo-single__after { max-width: none; }

@media (max-width: 1080px) {
	.rdo-single { grid-template-columns: 1fr; }
	.rdo-single .rdo-content > * { max-width: var(--rdo-content); margin-inline: auto; }
	.rdo-single__facts, .rdo-single__after { max-width: var(--rdo-content); margin-inline: auto; }
}

.rdo-sidebar { min-width: 0; }
.rdo-sidebar__inner {
	position: sticky; top: 6.5rem;
	display: flex; flex-direction: column; gap: var(--rdo-gap-m);
}
@media (max-width: 1080px) {
	.rdo-sidebar__inner {
		position: static;
		display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
		gap: var(--rdo-gap-m); margin-top: var(--rdo-gap-xl);
	}
}

/* Widgets */
.rdo-w {
	background: var(--rdo-surface);
	border: 1px solid var(--rdo-line);
	border-radius: var(--rdo-radius-l);
	padding: var(--rdo-gap-m);
}
.rdo-w__title {
	font-family: var(--rdo-sans); font-size: .72rem; font-weight: 800;
	letter-spacing: .14em; text-transform: uppercase; color: var(--rdo-muted);
	margin-bottom: 1.1em;
}

/* Author card */
.rdo-w--author { background: var(--rdo-cream); border-color: var(--rdo-cream-deep); text-align: center; }
.rdo-w-author__photo { width: 132px; margin: 0 auto var(--rdo-gap-s); }
.rdo-w-author__photo img {
	width: 132px; height: 132px; border-radius: 50%; object-fit: cover;
	border: 4px solid var(--rdo-surface);
	box-shadow: 0 6px 20px -10px rgba(42,33,27,.45);
}
.rdo-w-author__hi {
	font-family: var(--rdo-display); font-size: var(--rdo-step-2); font-weight: 700;
	color: var(--rdo-ink); margin: 0 0 .45em;
}
.rdo-w-author__bio { font-size: var(--rdo-step--1); color: var(--rdo-ink-soft); margin-bottom: 1.1em; }
.rdo-w-author__more {
	display: inline-flex; align-items: center; gap: .45em;
	font-size: var(--rdo-step--1); font-weight: 700; text-decoration: none;
	color: var(--rdo-primary); border-bottom: 1px solid currentColor; padding-bottom: .15em;
}
.rdo-w-author__more svg { width: 1em; height: 1em; }
.rdo-w-author__social { justify-content: center; margin-top: var(--rdo-gap-m); }

/* Recent list */
.rdo-w-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--rdo-gap-s); }
.rdo-w-item { display: grid; grid-template-columns: 4.5rem 1fr; gap: .8rem; align-items: center; margin: 0; }
.rdo-w-item__media { display: block; border-radius: 8px; overflow: hidden; aspect-ratio: 1/1; background: var(--rdo-cream); }
.rdo-w-item__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--rdo-ease); }
.rdo-w-item:hover .rdo-w-item__media img { transform: scale(1.07); }
.rdo-w-item__title {
	display: block; font-family: var(--rdo-display); font-size: .96rem; font-weight: 700;
	line-height: 1.25; color: var(--rdo-ink); text-decoration: none; margin-bottom: .2em;
}
.rdo-w-item__title:hover { color: var(--rdo-primary); }
.rdo-w-item time { font-size: .72rem; color: var(--rdo-muted); }

/* Category list */
.rdo-w-cats { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.rdo-w-cats li { margin: 0; }
.rdo-w-cats a {
	display: block; font-size: var(--rdo-step--1); font-weight: 600; text-decoration: none;
	color: var(--rdo-ink-soft); background: var(--rdo-bg);
	border: 1px solid var(--rdo-line); padding: .45em 1em; border-radius: 999px;
	transition: all .18s var(--rdo-ease);
}
.rdo-w-cats a:hover { background: var(--rdo-primary); border-color: var(--rdo-primary); color: #fff; }

.rdo-w .rdo-searchform { flex-direction: column; gap: .5rem; }
.rdo-w .rdo-searchform input[type="search"] { width: 100%; }
.rdo-w .rdo-searchform .rdo-btn { justify-content: center; }

/* ==========================================================================
   21. Home: meet Rosa
   ========================================================================== */
.rdo-meet {
	display: grid; grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
	gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center;
	background: var(--rdo-cream); border-radius: var(--rdo-radius-l);
	padding: clamp(1.6rem, 4vw, 3.2rem);
}
.rdo-meet__photo { position: relative; }
.rdo-meet__photo img {
	width: 100%; aspect-ratio: 1/1; object-fit: cover;
	border-radius: var(--rdo-radius-l);
	box-shadow: 0 18px 40px -22px rgba(42,33,27,.55);
}
.rdo-meet__eyebrow {
	font-size: .7rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
	color: var(--rdo-basil); display: block; margin-bottom: .9em;
}
.rdo-meet h2 { font-size: var(--rdo-step-3); margin-bottom: .5em; }
.rdo-meet p { color: var(--rdo-ink-soft); }
.rdo-meet__quote {
	font-family: var(--rdo-display); font-style: italic; font-size: var(--rdo-step-1);
	color: var(--rdo-ink); border-left: 3px solid var(--rdo-primary);
	padding-left: 1rem; margin: 1.4em 0;
}
.rdo-meet__actions { display: flex; align-items: center; gap: var(--rdo-gap-m); flex-wrap: wrap; margin-top: var(--rdo-gap-m); }
@media (max-width: 760px) {
	.rdo-meet { grid-template-columns: 1fr; text-align: center; }
	.rdo-meet__photo { max-width: 15rem; margin-inline: auto; }
	.rdo-meet__quote { text-align: left; }
	.rdo-meet__actions { justify-content: center; }
}

/* Form controls must never be wider than their column: a textarea sized by its
   `cols` attribute pushes the whole page sideways on small screens. */
input, select, textarea { max-width: 100%; }
textarea { width: 100%; box-sizing: border-box; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%; padding: .8em 1em;
	border: 1px solid var(--rdo-line); border-radius: var(--rdo-radius);
	background: var(--rdo-surface);
}
.comment-form textarea { min-height: 9rem; resize: vertical; }
.comment-form label { display: block; font-size: var(--rdo-step--1); font-weight: 600; margin-bottom: .35em; }
.comment-form p { margin-bottom: 1.1em; }
.comment-form input[type="submit"] {
	background: var(--rdo-primary); color: #fff; border: 0; cursor: pointer;
	padding: .9em 2em; border-radius: 999px; font-weight: 700;
	font-size: var(--rdo-step--1); letter-spacing: .04em;
}
.comment-form input[type="submit"]:hover { background: var(--rdo-primary-dark); }

/* ==========================================================================
   22. Byline & author page
   ========================================================================== */
.rdo-byline {
	display: flex; align-items: center; justify-content: center;
	gap: .9rem; margin-top: var(--rdo-gap-m); text-align: left;
}
.rdo-byline__face { flex: 0 0 auto; display: block; }
.rdo-byline__avatar {
	width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
	border: 2px solid var(--rdo-surface); box-shadow: 0 3px 12px -6px rgba(42,33,27,.5);
}
.rdo-byline__text { display: flex; flex-direction: column; gap: .18rem; }
.rdo-byline__who { margin: 0; font-size: var(--rdo-step-0); color: var(--rdo-ink); }
.rdo-byline__by { color: var(--rdo-muted); }
.rdo-byline__who a { color: var(--rdo-ink); font-weight: 700; text-decoration: none; }
.rdo-byline__who a:hover { color: var(--rdo-primary); }
.rdo-byline__role {
	display: inline-block; margin-left: .5em; padding-left: .7em;
	border-left: 1px solid var(--rdo-line);
	font-size: .74rem; font-weight: 700; letter-spacing: .1em;
	text-transform: uppercase; color: var(--rdo-basil);
}
.rdo-byline__meta {
	margin: 0; display: flex; align-items: center; gap: .5em; flex-wrap: wrap;
	font-size: var(--rdo-step--1); color: var(--rdo-muted);
}
.rdo-byline__meta a { color: var(--rdo-muted); text-decoration: none; }
.rdo-byline__meta a:hover { color: var(--rdo-primary); text-decoration: underline; }
@media (max-width: 520px) {
	.rdo-byline { align-items: flex-start; }
	.rdo-byline__role { display: block; margin: .2em 0 0; padding: 0; border: 0; }
}

.rdo-authorhead {
	display: grid; grid-template-columns: 200px minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
	background: var(--rdo-cream); border-radius: var(--rdo-radius-l);
	padding: clamp(1.5rem, 4vw, 3rem);
}
.rdo-authorhead__photo img {
	width: 200px; height: 200px; border-radius: 50%; object-fit: cover;
	border: 5px solid var(--rdo-surface); box-shadow: 0 14px 34px -18px rgba(42,33,27,.55);
}
.rdo-authorhead h1 { font-size: var(--rdo-step-4); margin-bottom: .3em; }
.rdo-authorhead__bio { color: var(--rdo-ink-soft); max-width: 44rem; }
.rdo-authorhead__facts {
	list-style: none; margin: var(--rdo-gap-m) 0 0; padding: 0;
	display: flex; gap: var(--rdo-gap-l); flex-wrap: wrap;
}
.rdo-authorhead__facts li { margin: 0; }
.rdo-authorhead__facts strong {
	display: block; font-family: var(--rdo-display); font-size: var(--rdo-step-2);
	color: var(--rdo-primary); line-height: 1;
}
.rdo-authorhead__facts span {
	font-size: .7rem; font-weight: 700; letter-spacing: .1em;
	text-transform: uppercase; color: var(--rdo-muted);
}
.rdo-authorhead__actions {
	display: flex; align-items: center; gap: var(--rdo-gap-m);
	flex-wrap: wrap; margin-top: var(--rdo-gap-m);
}
@media (max-width: 760px) {
	.rdo-authorhead { grid-template-columns: 1fr; text-align: center; justify-items: center; }
	.rdo-authorhead__facts, .rdo-authorhead__actions { justify-content: center; }
}

/* When another consent platform takes over, this theme's own controls step
   aside: its banner is hidden by script, these links would be dead ends. */
html[data-rdo-cmp="external"] .rdo-linkbtn[data-rdo-consent-open],
html[data-rdo-cmp="external"] .rdo-consent { display: none !important; }

/* ==========================================================================
   23. About page
   ========================================================================== */
.rdo-about__hero {
	display: grid; grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
	gap: clamp(1.8rem, 4vw, 3.6rem); align-items: center;
	padding-block: var(--rdo-gap-l) var(--rdo-gap-xl);
}
.rdo-about__portrait img {
	width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
	border-radius: var(--rdo-radius-l);
	box-shadow: 0 24px 50px -26px rgba(42,33,27,.6);
}
.rdo-about__intro h1 { font-size: var(--rdo-step-5); margin-bottom: .3em; }
.rdo-about__lead { font-size: var(--rdo-step-1); color: var(--rdo-ink-soft); max-width: 34rem; }
.rdo-about__stats {
	list-style: none; margin: var(--rdo-gap-m) 0 0; padding: 0;
	display: flex; gap: var(--rdo-gap-l); flex-wrap: wrap;
}
.rdo-about__stats li { margin: 0; max-width: 11rem; }
.rdo-about__stats strong {
	display: block; font-family: var(--rdo-display); font-size: var(--rdo-step-3);
	color: var(--rdo-primary); line-height: 1;
}
.rdo-about__stats span {
	display: block; margin-top: .35em; font-size: .7rem; font-weight: 700;
	letter-spacing: .1em; text-transform: uppercase; color: var(--rdo-muted); line-height: 1.4;
}
.rdo-about__actions {
	display: flex; align-items: center; gap: var(--rdo-gap-m);
	flex-wrap: wrap; margin-top: var(--rdo-gap-l);
}
@media (max-width: 860px) {
	.rdo-about__hero { grid-template-columns: 1fr; text-align: center; }
	.rdo-about__portrait { max-width: 18rem; margin-inline: auto; }
	.rdo-about__lead { margin-inline: auto; }
	.rdo-about__stats, .rdo-about__actions { justify-content: center; }
}

/* Body: a comfortable reading column with room for full-width imagery */
.rdo-about__body > * { max-width: var(--rdo-content); margin-inline: auto; }
.rdo-about__body .wp-block-image.alignwide { max-width: min(100%, 58rem); }
/* Portrait sources would otherwise render over a screen tall; crop them to a
   consistent editorial band so the story keeps its rhythm. */
.rdo-about__body .wp-block-image img {
	border-radius: var(--rdo-radius-l);
	width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
}
.rdo-about__body .wp-block-image { margin-block: var(--rdo-gap-xl); }
.rdo-about__body figcaption {
	font-size: var(--rdo-step--1); color: var(--rdo-muted);
	text-align: center; font-style: italic; margin-top: .8em;
}

/* Pull quote */
.rdo-about__body .rdo-pull {
	max-width: 46rem; margin: var(--rdo-gap-xl) auto;
	font-family: var(--rdo-display); font-style: italic;
	font-size: var(--rdo-step-3); line-height: 1.35; color: var(--rdo-ink);
	text-align: center; border: 0; padding: 0;
}
.rdo-about__body .rdo-pull::before {
	content: ''; display: block; width: 3rem; height: 2px;
	background: var(--rdo-primary); margin: 0 auto var(--rdo-gap-m);
}
.rdo-about__body .rdo-pull cite {
	display: block; margin-top: .7em; font-family: var(--rdo-sans); font-style: normal;
	font-size: .72rem; font-weight: 700; letter-spacing: .14em;
	text-transform: uppercase; color: var(--rdo-muted);
}

/* Method box — the trust signal */
.rdo-about__body .rdo-method {
	max-width: min(100%, 54rem); margin: var(--rdo-gap-xl) auto;
	background: var(--rdo-cream); border-radius: var(--rdo-radius-l);
	padding: clamp(1.5rem, 4vw, 2.6rem);
}
.rdo-about__body .rdo-method h2 { margin-top: 0; border: 0; padding: 0; }
.rdo-about__body .rdo-method ol { counter-reset: rdo-m; list-style: none; padding-left: 0; margin-bottom: 0; }
.rdo-about__body .rdo-method ol li {
	position: relative; counter-increment: rdo-m;
	padding-left: 2.8rem; margin-bottom: 1em;
}
.rdo-about__body .rdo-method ol li::before {
	content: counter(rdo-m);
	position: absolute; left: 0; top: .05em;
	display: grid; place-items: center; width: 1.9rem; height: 1.9rem;
	border-radius: 50%; background: var(--rdo-primary); color: #fff;
	font-family: var(--rdo-sans); font-size: .8rem; font-weight: 800;
}

/* Signature */
.rdo-about__body .rdo-signoff {
	max-width: var(--rdo-content); margin: var(--rdo-gap-xl) auto 0;
	padding-top: var(--rdo-gap-m); border-top: 1px solid var(--rdo-line);
}
.rdo-about__body .rdo-signoff strong {
	font-family: var(--rdo-display); font-style: italic;
	font-size: var(--rdo-step-2); color: var(--rdo-primary); font-weight: 700;
}


/* ==========================================================================
   Ergänzungen für Rezepte der Oma
   ========================================================================== */

/* Ablehnen und Akzeptieren müssen gleich stark wirken (deutsche Rechtsprechung). */
.rdo-btn--equal { min-width: 11.5rem; justify-content: center; font-size: var(--rdo-step-0); font-weight: 600; }
@media (max-width: 560px) {
	.rdo-consent__actions { flex-direction: column; }
	.rdo-btn--equal { width: 100%; }
}

/* Suche im mobilen Menü */
.rdo-mobile__search { padding: var(--rdo-gap-m) var(--rdo-pad) var(--rdo-gap-l); }
.rdo-mobile__search .rdo-searchform { flex-direction: column; align-items: stretch; gap: var(--rdo-gap-xs); }

/* Hinweis zur Redaktion im Fuß */
.rdo-footer__note { font-size: var(--rdo-step--1); opacity: .72; margin-top: var(--rdo-gap-xs); }

/* 404: Einstiegspunkte statt Sackgasse */
.rdo-404-links { display: flex; flex-wrap: wrap; gap: var(--rdo-gap-xs); justify-content: center; margin: var(--rdo-gap-m) 0; }
.rdo-404-links a {
	display: inline-block; padding: .45rem .9rem; border: 1px solid var(--rdo-line);
	border-radius: 999px; background: var(--rdo-surface); text-decoration: none;
	color: var(--rdo-ink); font-size: var(--rdo-step--1);
}
.rdo-404-links a:hover { border-color: var(--rdo-primary); color: var(--rdo-primary); }

/* Bild im Fließtext: die Rezeptfotos kommen aus dem zugeschnittenen Pin */
.rdo-content figure.rdo-inline-figure { margin: var(--rdo-gap-l) 0; }
.rdo-content figure.rdo-inline-figure img { border-radius: var(--rdo-radius); width: 100%; }
.rdo-content figure.rdo-inline-figure figcaption {
	font-size: var(--rdo-step--1); color: var(--rdo-muted); margin-top: var(--rdo-gap-xs); text-align: center;
}


/* Les intitulés allemands sont longs : la barre doit pouvoir se resserrer
   avant de basculer sur le menu déroulant. */
@media (max-width: 1440px) {
	.rdo-nav ul { gap: clamp(.35rem, .9vw, .9rem); }
	.rdo-nav > ul > li > a { font-size: .92rem; }
}
.rdo-header__inner { min-width: 0; }
.rdo-nav { min-width: 0; }
